diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-02 03:19:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-02 03:19:15 +0000 |
commit | a0e0f062bd0379d1c9d403a6d111beaaf523b4dd (patch) | |
tree | fa0e30abd0e440eed424d75991477260b1272266 /x11-misc/compton-conf/compton-conf-0.3.0-r99999.ebuild | |
parent | 35ce7e3eda314472c8f507464e6a39bd4bec5ff7 (diff) |
x11-misc/compton-conf : build from git tree
Diffstat (limited to 'x11-misc/compton-conf/compton-conf-0.3.0-r99999.ebuild')
-rw-r--r-- | x11-misc/compton-conf/compton-conf-0.3.0-r99999.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-misc/compton-conf/compton-conf-0.3.0-r99999.ebuild b/x11-misc/compton-conf/compton-conf-0.3.0-r99999.ebuild new file mode 100644 index 00000000..4eb875d0 --- /dev/null +++ b/x11-misc/compton-conf/compton-conf-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="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}" + +PATCHES=( "${FILESDIR}"/"${PN}"-r99999.patch ) + +src_install() { + cmake-utils_src_install + rm -rf "${D}"usr/share/"${PN}" +} |