playerctl: update to 2.0.2.
This commit is contained in:
parent
8c6cc5f2a5
commit
7f32c9eb23
|
@ -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'],
|
||||
|
|
@ -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 <duncaen@voidlinux.org>"
|
|||
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 :(
|
||||
|
|
Loading…
Reference in New Issue