diff --git a/srcpkgs/connman-ui-git/template b/srcpkgs/connman-ui-git/template deleted file mode 100644 index 581f8a9a131..00000000000 --- a/srcpkgs/connman-ui-git/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'connman-ui-git' -pkgname=connman-ui-git -version=20131117 -revision=1 -build_style=gnu-configure -hostmakedepends="automake libtool pkg-config intltool git" -makedepends="dbus-devel gtk+3-devel" -short_desc="A full-featured GTK based trayicon UI for ConnMan - git snapshot" -maintainer="Juan RP " -license="GPL-2" -homepage="https://github.com/tbursztyka/connman-ui" - -do_fetch() { - git clone git://github.com/tbursztyka/connman-ui.git ${pkgname}-${version} -} - -pre_configure() { - autoreconf -fi -} diff --git a/srcpkgs/connman-ui/template b/srcpkgs/connman-ui/template new file mode 100644 index 00000000000..386a2ebf2b2 --- /dev/null +++ b/srcpkgs/connman-ui/template @@ -0,0 +1,20 @@ +# Template file for 'connman-ui' +pkgname=connman-ui +version=0.0.20150622 +revision=1 +_gitrev=fce0af94e121bde77c7fa2ebd6a319f0180c5516 +wrksrc=${pkgname}-${_gitrev} +build_style=gnu-configure +hostmakedepends="automake libtool intltool pkg-config" +makedepends="dbus-devel glib-devel gtk+3-devel" +short_desc="A full-featured GTK based trayicon UI for ConnMan" +maintainer="Juan RP " +license="GPL-2" +homepage="https://github.com/tbursztyka/connman-ui" +distfiles="${homepage}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=12ac39f1d4c9e3f54ede6c1d1ebc2dbd6d31cdb74516cb5080f9860499d0a1ee +replaces="connman-ui-git>=0" + +pre_configure() { + autoreconf -fi +}