mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
GPaste: update to 42.1
This commit is contained in:
parent
0fb25e0949
commit
258ffef2c3
2 changed files with 10 additions and 12 deletions
|
@ -1418,7 +1418,9 @@ 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.13 libgpaste-3.38.2_1
|
libgpaste-2.so.0 libgpaste-42.1_1
|
||||||
|
libgpaste-gtk-3.so.0 libgpaste-42.1_1
|
||||||
|
libgpaste-gtk4.so.0 libgpaste-42.1_1
|
||||||
libthreadutil.so.6 libupnp-1.6.18_1
|
libthreadutil.so.6 libupnp-1.6.18_1
|
||||||
libupnp.so.17 libupnp-1.14.0_1
|
libupnp.so.17 libupnp-1.14.0_1
|
||||||
libixml.so.11 libupnp-1.14.0_1
|
libixml.so.11 libupnp-1.14.0_1
|
||||||
|
|
|
@ -1,32 +1,28 @@
|
||||||
# Template file for 'GPaste'
|
# Template file for 'GPaste'
|
||||||
pkgname=GPaste
|
pkgname=GPaste
|
||||||
version=3.42.6
|
version=42.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gpaste-${version}"
|
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="$(vopt_bool gnome_shell gnome-shell)
|
configure_args="$(vopt_bool gnome_shell gnome-shell)
|
||||||
-Dcontrol-center-keybindings-dir=/usr/share/gnome-control-center/keybindings
|
-Dcontrol-center-keybindings-dir=/usr/share/gnome-control-center/keybindings
|
||||||
-Dsystemd-user-unit-dir=/usr/lib/systemd"
|
-Dsystemd-user-unit-dir=/usr/lib/systemd"
|
||||||
hostmakedepends="gettext glib-devel pkg-config vala gobject-introspection"
|
hostmakedepends="gettext glib-devel pkg-config vala gobject-introspection"
|
||||||
makedepends="appstream-glib-devel dbus-devel gdk-pixbuf-devel gtk+3-devel
|
makedepends="gtk+3-devel gtk4-devel appstream-glib-devel dbus-devel gdk-pixbuf-devel
|
||||||
libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel
|
libadwaita-devel libglib-devel libXi-devel libXtst-devel libX11-devel harfbuzz-devel
|
||||||
$(vopt_if gnome_shell 'gjs-devel mutter-devel') vala-devel"
|
$(vopt_if gnome_shell 'gjs-devel mutter-devel') 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"
|
changelog="https://raw.githubusercontent.com/Keruspe/GPaste/gpaste-42/NEWS"
|
||||||
checksum=1158a66c0dd32289d81eb5a3170c9c7aacd0b90ed7ac2961003d803243c476a1
|
distfiles="https://www.imagination-land.org/files/gpaste/GPaste-${version}.tar.xz"
|
||||||
|
checksum=d6b3d4c2a43ff53de3b1ec0b41222064aafaadcc65817d654476ea9e2da4ccb9
|
||||||
|
|
||||||
build_options="gnome_shell"
|
build_options="gnome_shell"
|
||||||
desc_option_gnome_shell="Build GNOME Shell integration and extension"
|
desc_option_gnome_shell="Build GNOME Shell integration and extension"
|
||||||
build_options_default="gnome_shell"
|
build_options_default="gnome_shell"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
export GIR_EXTRA_LIBS_PATH="${wrksrc}/lib/.libs"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
@ -46,6 +42,6 @@ GPaste-devel_package() {
|
||||||
libgpaste_package() {
|
libgpaste_package() {
|
||||||
short_desc+=" - gpaste library"
|
short_desc+=" - gpaste library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libgpaste.so.*"
|
vmove "usr/lib/libgpaste-*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue