clipit: update to 1.4.4. (#1624)
This commit is contained in:
parent
d96036b139
commit
66cf5da22d
1 changed files with 12 additions and 7 deletions
|
@ -1,14 +1,19 @@
|
|||
# Template file for 'clipit'
|
||||
pkgname=clipit
|
||||
version=1.4.2
|
||||
revision=4
|
||||
version=1.4.4
|
||||
revision=1
|
||||
wrksrc="ClipIt-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="intltool pkg-config"
|
||||
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
|
||||
makedepends="gtk+-devel librsvg-devel"
|
||||
depends="xdotool"
|
||||
short_desc="Lightweight GTK+ clipboard manager"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://sourceforge.net/projects/gtkclipit/"
|
||||
distfiles="$SOURCEFORGE_SITE/gtkclipit/Version%201/${pkgname}-${version}.tar.gz"
|
||||
checksum=6a63c7c4c39b423a266907e5b76f7d16301b164437dc7635cf25ace730b23c4b
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/CristianHenzel/ClipIt/"
|
||||
distfiles="https://github.com/CristianHenzel/ClipIt/archive/v${version}.tar.gz"
|
||||
checksum=f17bd2f00ece505510428de23f3e84424c62043d95bd9c62f5d28fe4bcf7ecdb
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue