diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-24 14:02:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-24 14:02:51 +0000 |
commit | cd9e9a13694273d3f9d14b6cf15b232a71da97d0 (patch) | |
tree | 766e00a5a370a45b77e9a53d724e613949a4cc31 /net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild | |
parent | 132f9047df0c94a48afde03932bbc64b1dfc6d39 (diff) |
net-misc/nm-tray : bump to r99999 (git tree)
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 | 30 |
1 files changed, 30 insertions, 0 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 new file mode 100644 index 00000000..eeacc9db --- /dev/null +++ b/net-misc/nm-tray/nm-tray-0.3.0-r99999.ebuild @@ -0,0 +1,30 @@ +# 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}" + +src_prepare() { + default + eapply "${FILESDIR}"/"${P}"-r99999.patch + cmake-utils_src_prepare +} |