diff --git a/srcpkgs/playerctl/patches/fix-gir-cross.patch b/srcpkgs/playerctl/patches/fix-gir-cross.patch deleted file mode 100644 index d94cbb1baa2..00000000000 --- a/srcpkgs/playerctl/patches/fix-gir-cross.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/playerctl/meson.build b/playerctl/meson.build -index ccace6a..22a6ec1 100644 ---- playerctl/meson.build -+++ playerctl/meson.build -@@ -95,6 +95,7 @@ if get_option('introspection') - 'playerctl-player.c', - 'playerctl-player.h', - ], -+ extra_args : [ '-DPLAYERCTL_COMPILATION' ], - nsversion: playerctl_major_version + '.0', - namespace: 'Playerctl', - includes: ['GObject-2.0'], - diff --git a/srcpkgs/playerctl/template b/srcpkgs/playerctl/template index bc3ed9ad79d..1801c521636 100644 --- a/srcpkgs/playerctl/template +++ b/srcpkgs/playerctl/template @@ -1,7 +1,7 @@ # Template file for 'playerctl' pkgname=playerctl -version=2.0.1 -revision=2 +version=2.0.2 +revision=1 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir 'true' 'false') @@ -13,7 +13,7 @@ maintainer="Duncaen " license="LGPL-3.0-or-later" homepage="https://github.com/acrisci/playerctl" distfiles="https://github.com/acrisci/playerctl/archive/v${version}.tar.gz" -checksum=f02f2fbeb2b51fd906af1e01404485ef316e24f616eac00eeee3cdfa54310b5a +checksum=04461f5a9869fd43c76da539c5565c6275c8dbab3295f7ecf45990695a53bc54 build_options="doc gir" desc_option_doc="Build documentation" # fails :(