GPaste: update to 3.38.2
This commit is contained in:
parent
aaf2a0d472
commit
fdedfea6b8
|
@ -1460,7 +1460,7 @@ libCHART-1.6.so.0 fox-1.6.49_1
|
||||||
libchromaprint.so.1 chromaprint-1.5.0_1
|
libchromaprint.so.1 chromaprint-1.5.0_1
|
||||||
libedit.so.0 libedit-20130712.3.1_1
|
libedit.so.0 libedit-20130712.3.1_1
|
||||||
libnet.so.9 libnet-1.2_1
|
libnet.so.9 libnet-1.2_1
|
||||||
libgpaste.so.11 libgpaste-3.28.2_1
|
libgpaste.so.13 libgpaste-3.38.2_1
|
||||||
libthreadutil.so.6 libupnp-1.6.18_1
|
libthreadutil.so.6 libupnp-1.6.18_1
|
||||||
libixml.so.2 libupnp-1.6.18_1
|
libixml.so.2 libupnp-1.6.18_1
|
||||||
libupnp.so.6 libupnp-1.6.18_1
|
libupnp.so.6 libupnp-1.6.18_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'GPaste'
|
# Template file for 'GPaste'
|
||||||
pkgname=GPaste
|
pkgname=GPaste
|
||||||
version=3.34.1
|
version=3.38.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gpaste-${version}"
|
wrksrc="gpaste-${version}"
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -11,14 +11,14 @@ configure_args="--disable-static --with-gtk=3.0
|
||||||
$(vopt_enable vala vala)"
|
$(vopt_enable vala vala)"
|
||||||
hostmakedepends="gettext glib-devel pkg-config $(vopt_if vala vala)"
|
hostmakedepends="gettext glib-devel pkg-config $(vopt_if vala vala)"
|
||||||
makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel
|
makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel
|
||||||
libglib-devel libXi-devel libXtst-devel libX11-devel $(vopt_if gnome_shell gjs-devel)
|
libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel
|
||||||
$(vopt_if gnome_shell mutter-devel) $(vopt_if vala vala-devel)"
|
$(vopt_if gnome_shell gjs-devel) $(vopt_if gnome_shell mutter-devel) $(vopt_if vala vala-devel)"
|
||||||
short_desc="Clipboard management system"
|
short_desc="Clipboard management system"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.imagination-land.org/tags/GPaste.html"
|
homepage="https://www.imagination-land.org/tags/GPaste.html"
|
||||||
distfiles="https://www.imagination-land.org/files/gpaste/gpaste-${version}.tar.xz"
|
distfiles="https://www.imagination-land.org/files/gpaste/gpaste-${version}.tar.xz"
|
||||||
checksum=f1ae4c94ad5b6b4115bac6cf3ac4248e4bce6b401f867173742eb62823c6527d
|
checksum=a27d59fa3f34160389246983c7a8f3bec60c76bd04ff02e8f792cff41eff07ba
|
||||||
|
|
||||||
build_options="gir gnome_shell vala"
|
build_options="gir gnome_shell vala"
|
||||||
desc_option_gnome_shell="Build GNOME Shell integration and extension"
|
desc_option_gnome_shell="Build GNOME Shell integration and extension"
|
||||||
|
|
Loading…
Reference in New Issue