clipit: update to 1.4.4. (#1624)

This commit is contained in:
cr6git 2018-08-10 07:19:00 +02:00 committed by GitHub
parent d96036b139
commit 66cf5da22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}