GPaste: update to 3.42.2.

This commit is contained in:
Michal Vasilek 2021-12-19 01:27:30 +01:00 committed by Enno Boland
parent 95f593696a
commit 834fa5f135
No known key found for this signature in database
GPG key ID: 5A7B9F1D0DFEB55D

View file

@ -1,14 +1,13 @@
# Template file for 'GPaste'
pkgname=GPaste
version=3.40.3
version=3.42.2
revision=1
wrksrc="gpaste-${version}"
build_helper="gir"
build_style=gnu-configure
configure_args="--disable-static --with-gtk=3.0
--with-controlcenterdir=/usr/share/gnome-control-center/keybindings
--enable-introspection --enable-vala $(vopt_enable gnome_shell gnome-shell-extension)"
hostmakedepends="automake gettext glib-devel pkg-config vala"
build_style=meson
configure_args="$(vopt_bool gnome_shell gnome-shell)
-Dcontrol-center-keybindings-dir=/usr/share/gnome-control-center/keybindings
-Dsystemd-user-unit-dir=/usr/lib/systemd"
hostmakedepends="gettext glib-devel pkg-config vala gobject-introspection"
makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel
libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel
$(vopt_if gnome_shell 'gjs-devel mutter-devel') vala-devel"
@ -17,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://www.imagination-land.org/tags/GPaste.html"
distfiles="https://www.imagination-land.org/files/gpaste/gpaste-${version}.tar.xz"
checksum=e00f67f2186dc6a939c699931624f3b4061ddbc9b11582bfed8cb6e9870db2f9
checksum=a0972a41d70c73b854378a5f6484df0cb2596c85d196bc2ba5ab82fe0c5abd8c
build_options="gnome_shell"
desc_option_gnome_shell="Build GNOME Shell integration and extension"