mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-misc/connman-gtk: initial import of version 1.0
This commit is contained in:
1
net-misc/connman-gtk/Manifest
Normal file
1
net-misc/connman-gtk/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST connman-gtk-1.0.tar.gz 50428 SHA256 50ae5498f3a5c2714dca47cf21c197b6272b14ae0bef5e68cc1ffc78f2ea0b93 SHA512 61f3004950f5905c62ff8c71afffbba9797e398b332679d495846ecfd2adce693b4ce7026adc72676868a3bdefbf3df5be93090abca215d4b0baf784324c5577 WHIRLPOOL 04870c5cd4bd85fd438df7275dd7bb343cb8a1c883cf34515ec597cae0b4dbec0e899def9b13d491d5e23b797ffab397428f5f2d27ac04473a303b9d211d7fb9
|
||||
39
net-misc/connman-gtk/connman-gtk-1.0.ebuild
Normal file
39
net-misc/connman-gtk/connman-gtk-1.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="GTK GUI for Connman"
|
||||
HOMEPAGE="https://github.com/jgke/connman-gtk"
|
||||
SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="openconnect"
|
||||
|
||||
CDEPEND="
|
||||
>=dev-libs/glib-2.0:2
|
||||
>=x11-libs/gtk+-3.10:3
|
||||
openconnect? ( >=net-misc/openconnect-5.99 )
|
||||
"
|
||||
RDEPEND="${CDEPEND}
|
||||
net-misc/connman
|
||||
"
|
||||
DEPEND="${CDEOEND}
|
||||
>=dev-util/intltool-0.35.0
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with openconnect)
|
||||
}
|
||||
15
net-misc/connman-gtk/metadata.xml
Normal file
15
net-misc/connman-gtk/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>hasufell@gentoo.org</email>
|
||||
<name>Julian Ospald</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name='openconnect'>Support easier authentication to AnyConnect VPNs</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/jgke/connman-gtk/issues</bugs-to>
|
||||
<remote-id type='github'>jgke/connman-gtk</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user