GPaste: update to 3.30.1.

This commit is contained in:
Rasmus Thomsen 2018-10-05 21:49:12 +00:00 committed by maxice8
parent b965a7e19d
commit a174e452de

View file

@ -1,23 +1,31 @@
# Template file for 'GPaste' # Template file for 'GPaste'
pkgname=GPaste pkgname=GPaste
version=3.28.2 version=3.30.1
revision=1 revision=1
wrksrc="gpaste-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static --with-gtk=3.0
hostmakedepends="automake gettext-devel gobject-introspection intltool --with-controlcenterdir=/usr/share/gnome-control-center/keybindings
pkg-config" $(vopt_enable gir introspection) $(vopt_enable gir gnome-shell-extension)
makedepends="appstream-glib-devel gjs-devel libXtst-devel mutter-devel $(vopt_enable vala vala)"
vala-devel" hostmakedepends="gettext-devel glib-devel intltool pkg-config
$(vopt_if gir gobject-introspection) $(vopt_if vala vala)"
makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel
libglib-devel libXi-devel libXtst-devel libX11-devel $(vopt_if gir gjs-devel)
$(vopt_if gir mutter-devel) $(vopt_if vala vala-devel)"
short_desc="Clipboard management system" short_desc="Clipboard management system"
maintainer="Alif Rachmawadi <arch@subosito.com>" maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="http://www.imagination-land.org/tags/GPaste.html" homepage="https://www.imagination-land.org/tags/GPaste.html"
distfiles="https://github.com/Keruspe/${pkgname}/archive/v${version}.tar.gz" distfiles="https://www.imagination-land.org/files/gpaste/gpaste-${version}.tar.xz"
checksum=c2c68bf8dc75d82de166c27d6b57334b60cd3d4da6cc72bf87e6247ef138ddfd checksum=f91909aea025450816816a14daf8cc973dbb371e9cd4304f17d86fe8090ccc18
pre_configure() { # Package build options
./autogen.sh build_options="gir vala"
} # Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir vala"
fi
post_install() { post_install() {
vlicense COPYING vlicense COPYING