New package: GPaste-3.28.0
Closes: #12742 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7c89ae36f2
commit
949989509a
1 changed files with 23 additions and 0 deletions
23
srcpkgs/GPaste/template
Normal file
23
srcpkgs/GPaste/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'GPaste'
|
||||
pkgname=GPaste
|
||||
version=3.28.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake intltool pkg-config gettext-devel
|
||||
gobject-introspection"
|
||||
makedepends="pango-devel gdk-pixbuf-devel gtk+3-devel appstream-glib-devel
|
||||
mutter-devel gjs-devel libXtst-devel vala-devel"
|
||||
short_desc="Clipboard management system"
|
||||
maintainer="Alif Rachmawadi <arch@subosito.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.imagination-land.org/tags/GPaste.html"
|
||||
distfiles="https://github.com/Keruspe/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=39564336537798524e66f05ed5863abaa27ef7cbdad00c6845a58b062b7ef197
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in a new issue