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.3.0-r99999.ebuild | |
parent | 1be3e1482ec619c603066722c23442c13c114d97 (diff) |
net-misc/nm-tray : version bump
Diffstat (limited to 'net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild')
-rw-r--r-- | net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild b/net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild deleted file mode 100644 index c60f74c1..00000000 --- a/net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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" - -src_prepare() { - default - eapply "${FILESDIR}"/"${P}"-r99999.patch - cmake-utils_src_prepare -} |