diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-26 10:40:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-26 10:40:41 +0100 |
commit | fc5e8efa3583860112cadcce697ac67c352758d4 (patch) | |
tree | 957585d2bf7f6c5b2e1d518de30815e41bde20f4 /net-misc/nm-tray/nm-tray-0.4.2.ebuild | |
parent | 1be3e1482ec619c603066722c23442c13c114d97 (diff) |
net-misc/nm-tray : version bump
Diffstat (limited to 'net-misc/nm-tray/nm-tray-0.4.2.ebuild')
-rw-r--r-- | net-misc/nm-tray/nm-tray-0.4.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/nm-tray/nm-tray-0.4.2.ebuild b/net-misc/nm-tray/nm-tray-0.4.2.ebuild new file mode 100644 index 00000000..9e38e871 --- /dev/null +++ b/net-misc/nm-tray/nm-tray-0.4.2.ebuild @@ -0,0 +1,25 @@ +# 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} + x11-terms/xterm" |