From 47e4b7c33de070a6429d47dc0d8d568b902fa66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 16 May 2016 13:32:37 +0200 Subject: [PATCH] New package: connmain-ui-0.0.20150622 Replaces connman-ui-git and uses the latest commit. --- srcpkgs/connman-ui-git/template | 19 ------------------- srcpkgs/connman-ui/template | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/connman-ui-git/template create mode 100644 srcpkgs/connman-ui/template 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 +}