summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-24 00:13:23 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-24 00:13:23 +0000
commit132f9047df0c94a48afde03932bbc64b1dfc6d39 (patch)
tree18693fc9635b262c8668cd92669e00da7e681db9
parent463a8da0d1b91a0bd7bd8b2d40ddd198d293d469 (diff)
net-misc/nm-tray : new package (dedication for daywatch who is to lazy to write the ebuild himself)
-rw-r--r--net-misc/nm-tray/Manifest1
-rw-r--r--net-misc/nm-tray/nm-tray-0.3.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/nm-tray/Manifest b/net-misc/nm-tray/Manifest
new file mode 100644
index 00000000..781c870c
--- /dev/null
+++ b/net-misc/nm-tray/Manifest
@@ -0,0 +1 @@
+DIST nm-tray-0.3.0.tar.gz 34509 SHA256 9aca47d2ea47859e70ba4c010c7d209e94818b29056490b3316461fd9c87053f SHA512 72917f17ca82ea48ddcbf43e17129ea6da613f6f147a275e82111a7a9d3dbb001c3b90f1e7143f96011be00918916bf2ea0c1c4fca25fd0fdbabbbe14d8cba83 WHIRLPOOL a7d90d18bdc35b34c0a7b5f516784c80641149d4833b0d2a394277bbd469484a715195cf706606cdccbabae09d9b943587e5ee6187834dca96f20f520252dbea
diff --git a/net-misc/nm-tray/nm-tray-0.3.0.ebuild b/net-misc/nm-tray/nm-tray-0.3.0.ebuild
new file mode 100644
index 00000000..38daf1fa
--- /dev/null
+++ b/net-misc/nm-tray/nm-tray-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2016-2017 Redcore Linux Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Pure Qt NetworkManager front-end residing in panels"
+HOMEPAGE="https://github.com/palinek/nm-tray"
+SRC_URI="https://github.com/palinek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep networkmanager-qt)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep linguist-tools)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)"
+RDEPEND="${DEPEND}"