summaryrefslogtreecommitdiff
path: root/net-misc/connman-ui
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-misc/connman-ui
reinit the tree, so we can have metadata
Diffstat (limited to 'net-misc/connman-ui')
-rw-r--r--net-misc/connman-ui/Manifest3
-rw-r--r--net-misc/connman-ui/connman-ui-9999.ebuild34
-rw-r--r--net-misc/connman-ui/metadata.xml22
3 files changed, 59 insertions, 0 deletions
diff --git a/net-misc/connman-ui/Manifest b/net-misc/connman-ui/Manifest
new file mode 100644
index 000000000000..4abd9430c2e5
--- /dev/null
+++ b/net-misc/connman-ui/Manifest
@@ -0,0 +1,3 @@
+EBUILD connman-ui-9999.ebuild 578 SHA256 57335c3644108da1acc3a4c357221b78fa9fe7dea8bad5dc8f83c300324f00c6 SHA512 2d0373cc51dea97eb2fe0898c5a80ab0c736305975ae19f5cc081f52aaeb190261281eb66148f7056a57a0aaf3003eb8bed024f538ad5922fb4f5454351eda12 WHIRLPOOL 097f42a80912733f025be3be86313e46b5097b3af47faeba7f881550f8f0abca1326fdf3a511d27f1d3f41885488ebc74acb2cf732c3597f62c38f22059cc0d3
+MISC ChangeLog 1231 SHA256 d6383778eaff374cae91609917df3926284db9545aa742531556d85d182c3cbd SHA512 f1ce43d6b7f8ca8baf07d8477e3ff69c6d2c3f4b76e7a2af3cfc7dd59c4defd06a719a830e25337ccc144711d2b1f0130acd455dad00a78d7cf6ebf0dea0d7fb WHIRLPOOL 526d6a9eaf8f3c0c3dafe783ace59a607559e9b2bcab7720cc2b7cb2b18f4e88b5144bdc729b74075da063d6eb3eca6eff56338c8abb24a1f829531ad49aa170
+MISC metadata.xml 999 SHA256 56246c10997b811263ce194c80b377b587c90caa7ed1d2e7a23a83783f95f28d SHA512 f2ee1dff0f52ba40b32b987ec10d561e0761768253ba48152e1f189a362b2f2f6f2a15a81f63dd972765bb397976f618cc3899178de304f9e645a987e59a46da WHIRLPOOL 59d2c487fc6704f049861c969a9d90e00360f7139da6f9059524561c12807e11ac26e3f6331ff257b64fe03348143ef65d1923a0f2c2c847e18aa1aca227ed93
diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild
new file mode 100644
index 000000000000..67ca7343806a
--- /dev/null
+++ b/net-misc/connman-ui/connman-ui-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools git-r3
+
+DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
+HOMEPAGE="https://github.com/tbursztyka/connman-ui"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/tbursztyka/connman-ui.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+CDEPEND="
+ dev-libs/glib:2
+ sys-apps/dbus
+ x11-libs/gtk+:3
+"
+RDEPEND="${CDEPEND}
+ net-misc/connman
+"
+DEPEND="${CDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/net-misc/connman-ui/metadata.xml b/net-misc/connman-ui/metadata.xml
new file mode 100644
index 000000000000..4788bbcee525
--- /dev/null
+++ b/net-misc/connman-ui/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <longdescription lang="en">
+ A full-featured GTK based trayicon UI for ConnMan.
+
+ It targets all WM/DM users but Gnome3 ones*. It works on any Linux WM/DM
+ which provides a freedesktop compliant system tray. (kde, awesome, ...)
+
+ It exposes almost all features provided by ConnMan API (small features are
+ missing, see TODO for more information). You can enable/disable a technology
+ (wired, wifi, cellular, bt, ...), connect/disconnect a service, configure a
+ service (IPv4, IPv6, DNS, Timeservers, etc...), share your current connection
+ (tethering) and so on. Everything is accessible through the mouse via the
+ trayicon, all with left and right click.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/tbursztyka/connman-ui/issues</bugs-to>
+ <remote-id type="github">tbursztyka/connman-ui</remote-id>
+ </upstream>
+</pkgmetadata>