diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-19 17:35:23 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-19 17:35:23 +0100 |
commit | 2c13f61c0927695b5008da1363909a12bb41d5f2 (patch) | |
tree | 929176b6833cc3b5d600f675451665a10489a1db /x11-misc/qps/qps-9999.ebuild | |
parent | 062a6a4ba353359c7f86e7db348fe0fccfcdafcd (diff) |
port qps qt5 to kogaion...gentoo tree only has old qt4 build
Diffstat (limited to 'x11-misc/qps/qps-9999.ebuild')
-rw-r--r-- | x11-misc/qps/qps-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild new file mode 100644 index 00000000..94d3d821 --- /dev/null +++ b/x11-misc/qps/qps-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-2 cmake-utils + +DESCRIPTION="Visual process manager - Qt version of ps/top" +HOMEPAGE="http://qps.kldp.net/projects/qps/" + +EGIT_REPO_URI="https://github.com/QtDesktop/qps.git" +EGIT_COMMIT="7e679dbec168758273cb8475bc371501c1e67d09" + +LICENSE="LGPL" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5" +RDEPEND="${DEPEND}" + |