From 132f9047df0c94a48afde03932bbc64b1dfc6d39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Dec 2017 00:13:23 +0000 Subject: net-misc/nm-tray : new package (dedication for daywatch who is to lazy to write the ebuild himself) --- net-misc/nm-tray/nm-tray-0.3.0.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-misc/nm-tray/nm-tray-0.3.0.ebuild (limited to 'net-misc/nm-tray/nm-tray-0.3.0.ebuild') 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}" -- cgit v1.2.3