diff options
Diffstat (limited to 'x11-misc/compton-conf')
-rw-r--r-- | x11-misc/compton-conf/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/compton-conf/Manifest b/x11-misc/compton-conf/Manifest deleted file mode 100644 index cbfaa323..00000000 --- a/x11-misc/compton-conf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST compton-conf-0.14.1.tar.gz 43598 BLAKE2B 7b5ba53f35b399cfa7a0c83717794658498e4f92dc67cd7e502b660c4942c12683e604d344093def50ffc527627f67985c52910cd5192536bda42a3f916bdfe7 SHA512 e40810c44076e9f06970c4645e2f72fadbf7912485f1815d02593ae7a5db4987054f263a73252ba1c99de7b9812decd92021bc5758f211325e494912535c51f7 diff --git a/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild b/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild deleted file mode 100644 index 77fcbc8b..00000000 --- a/x11-misc/compton-conf/compton-conf-0.14.1-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2016-2017 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -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=" - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/linguist-tools:5 - dev-qt/qtwidgets:5 - >=lxqt-base/lxqt-build-tools-0.6.0" -RDEPEND="${DEPEND}" - -src_install() { - cmake-utils_src_install - rm -rf "${D}"usr/share/"${PN}" -} |