Added connman-gtk ebuilds
This commit is contained in:
parent
e995aa17df
commit
5fea846eaa
3
net-misc/connman-gtk/Manifest
Normal file
3
net-misc/connman-gtk/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
|||
DIST connman-gtk-1.0.tar.bz2 125996 SHA256 36ad06f0a2162197e98f5b672354977f6c0bcd782ea6887fc84caf240659b88b SHA512 caa92a98417940144d7c6bf0f676ab8fe00fb65ff2f33791060e23dbda45daf1d5afaa97e8388cc795f17dda1b729967eeeafed15b2d0a78397eb760b206d823 WHIRLPOOL 65296b2fe4701232b2cf5977c13279a9bfe88edb9c957d4c903f2b13157a101f7959574891859788de4e137c31011b1e3e142c6ea55e45ffb1277a89f548f345
|
||||
EBUILD connman-gtk-1.0.ebuild 605 SHA256 8b37be78f5aca6d7da658c631cc1a681a30925e66f7c418559ee80b9ba394029 SHA512 6315bb8f2d03d89c3e5ca947c32a4c16fca06b27550a9a3ff38ac3717132de4333226dfbce0b9b9e6c3eb28268f1e36614aad48d89378641c67d058b950eecdf WHIRLPOOL f898c3fe00df9bfbd229895618d434048f9c18a6ae2ba5239298ba4f28d561ba8b4352e6b711b011790e3dfbde73970033c386dcba3b2c62e76d656f98a3075a
|
||||
EBUILD connman-gtk-9999.ebuild 704 SHA256 b8f5280bc4c81fe0630ae6341eed88300174cfb917e74f5b38a15f8f11f747a3 SHA512 b2444bb04279898b8700303a63c0c0afcfe8cd7efca0d394c387b3766dc7b1932477d8b0acd304d39ea765357228e923a80ed1ef72ce7ec9c6be70985127dc4b WHIRLPOOL 18c78acbbc7f41959adb819a9cf8eb262c2adb60b750f1ef23102ec394f13cb7112c1fc1481e039aa2208bd9a94745bd27cd99e12449e7e4698d7834ea4c2f0f
|
29
net-misc/connman-gtk/connman-gtk-1.0.ebuild
Normal file
29
net-misc/connman-gtk/connman-gtk-1.0.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="GTK GUI for ConnMan."
|
||||
HOMEPAGE="https://github.com/jgke/connman-gtk"
|
||||
SRC_URI="https://github.com/jgke/connman-gtk/releases/download/v1.0/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="net-misc/connman[openconnect?]
|
||||
dev-util/intltool
|
||||
dev-libs/glib
|
||||
>=x11-libs/gtk+-3.14"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
IUSE="openconnect"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with openconnect openconnect yes)
|
||||
}
|
36
net-misc/connman-gtk/connman-gtk-9999.ebuild
Normal file
36
net-misc/connman-gtk/connman-gtk-9999.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils autotools git-2
|
||||
|
||||
DESCRIPTION="GTK GUI for ConnMan."
|
||||
HOMEPAGE="https://github.com/jgke/connman-gtk"
|
||||
|
||||
EGIT_PROJECT="connman-gtk"
|
||||
EGIT_REPO_URI="https://github.com/jgke/connman-gtk.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="net-misc/connman[openconnect?]
|
||||
dev-util/intltool
|
||||
dev-libs/glib
|
||||
>=x11-libs/gtk+-3.14"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
IUSE="+status-icon openconnect"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable status-icon status-icon yes) \
|
||||
$(use_with openconnect openconnect yes)
|
||||
}
|
Loading…
Reference in a new issue