New package: connmain-ui-0.0.20150622
Replaces connman-ui-git and uses the latest commit.
This commit is contained in:
parent
360c0eda4a
commit
47e4b7c33d
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue