GPaste: update to 3.28.2.
Closes #15072. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
69a68714bf
commit
21360f156d
4 changed files with 30 additions and 7 deletions
|
@ -1409,6 +1409,7 @@ libCHART-1.6.so.0 fox-1.6.49_1
|
||||||
libchromaprint.so.1 chromaprint-1.3.2_1
|
libchromaprint.so.1 chromaprint-1.3.2_1
|
||||||
libedit.so.0 libedit-20130712.3.1_1
|
libedit.so.0 libedit-20130712.3.1_1
|
||||||
libnet.so.1 libnet-1.1.6_1
|
libnet.so.1 libnet-1.1.6_1
|
||||||
|
libgpaste.so.11 libgpaste-3.28.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
srcpkgs/GPaste-devel
Symbolic link
1
srcpkgs/GPaste-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
GPaste
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'GPaste'
|
# Template file for 'GPaste'
|
||||||
pkgname=GPaste
|
pkgname=GPaste
|
||||||
version=3.28.0
|
version=3.28.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake intltool pkg-config gettext-devel
|
configure_args="--disable-static"
|
||||||
gobject-introspection"
|
hostmakedepends="automake gettext-devel gobject-introspection intltool
|
||||||
makedepends="pango-devel gdk-pixbuf-devel gtk+3-devel appstream-glib-devel
|
pkg-config"
|
||||||
mutter-devel gjs-devel libXtst-devel vala-devel"
|
makedepends="appstream-glib-devel gjs-devel libXtst-devel mutter-devel
|
||||||
|
vala-devel"
|
||||||
short_desc="Clipboard management system"
|
short_desc="Clipboard management system"
|
||||||
maintainer="Alif Rachmawadi <arch@subosito.com>"
|
maintainer="Alif Rachmawadi <arch@subosito.com>"
|
||||||
license="BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="http://www.imagination-land.org/tags/GPaste.html"
|
homepage="http://www.imagination-land.org/tags/GPaste.html"
|
||||||
distfiles="https://github.com/Keruspe/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Keruspe/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=39564336537798524e66f05ed5863abaa27ef7cbdad00c6845a58b062b7ef197
|
checksum=c2c68bf8dc75d82de166c27d6b57334b60cd3d4da6cc72bf87e6247ef138ddfd
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -21,3 +22,22 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GPaste-devel_package() {
|
||||||
|
depends="libgpaste-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
|
vmove usr/share/vala
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libgpaste_package() {
|
||||||
|
short_desc+=" - gpaste library"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/libgpaste.so.*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/libgpaste
Symbolic link
1
srcpkgs/libgpaste
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
GPaste
|
Loading…
Add table
Add a link
Reference in a new issue