diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-02 02:52:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-02 02:52:18 +0000 |
commit | 1f4034a9c113143c32614476508a4e5e101bfabf (patch) | |
tree | 8b0e68cf95dfaf8aa8629f6f0800e928ba0deece /x11-misc/compton-conf/compton-conf-0.3.0.ebuild | |
parent | 24991a049ee8d355c19f52e97bc89e5935abbcc4 (diff) |
x11-misc/compton-conf : new package && lxqt-base/lxqt-meta : revision bump
Diffstat (limited to 'x11-misc/compton-conf/compton-conf-0.3.0.ebuild')
-rw-r--r-- | x11-misc/compton-conf/compton-conf-0.3.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/compton-conf/compton-conf-0.3.0.ebuild b/x11-misc/compton-conf/compton-conf-0.3.0.ebuild new file mode 100644 index 00000000..c41114c2 --- /dev/null +++ b/x11-misc/compton-conf/compton-conf-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2016-2017 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="GUI configuration tool for compton X composite manager" +HOMEPAGE="https://github.com/lxde/compton-conf" +SRC_URI="https://github.com/lxde/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep linguist-tools) + $(add_qt_dep qtwidgets) + >=lxqt-base/lxqt-build-tools-0.4.0" +RDEPEND="${DEPEND}" |