diff --git a/srcpkgs/clipit/template b/srcpkgs/clipit/template index 13a7937b858..222a2c1c04d 100644 --- a/srcpkgs/clipit/template +++ b/srcpkgs/clipit/template @@ -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 " -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 +}