From f55f992be9ed1dff7885a8974b4f9c552838a499 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Jun 2019 12:19:37 +0100 Subject: x11-misc/compton-conf : version bump --- x11-misc/compton-conf/Manifest | 2 +- x11-misc/compton-conf/compton-conf-0.14.1.ebuild | 28 ++++++++++++++++++ x11-misc/compton-conf/compton-conf-0.4.0.ebuild | 37 ------------------------ 3 files changed, 29 insertions(+), 38 deletions(-) create mode 100644 x11-misc/compton-conf/compton-conf-0.14.1.ebuild delete mode 100644 x11-misc/compton-conf/compton-conf-0.4.0.ebuild (limited to 'x11-misc') diff --git a/x11-misc/compton-conf/Manifest b/x11-misc/compton-conf/Manifest index fcc68fdc..cbfaa323 100644 --- a/x11-misc/compton-conf/Manifest +++ b/x11-misc/compton-conf/Manifest @@ -1 +1 @@ -DIST compton-conf-0.4.0.tar.gz 21035 BLAKE2B 84c1a4ed9a845ec7c9096f13d9972ed4ab57294c8c45ee874533ed1ca0c80d710d2367fbc3b5f23f35b2f0b5a5b4df716862209559df2a6b1825075789beeffc SHA512 aad84782da6dbe69679ace195e716604c8a3831106fc9d5b9400aa491441c67551d416afeddfca01ee307eeb1795ee5d3b4869b5b538a61116b4e6f67ea0e94b +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.ebuild b/x11-misc/compton-conf/compton-conf-0.14.1.ebuild new file mode 100644 index 00000000..92777950 --- /dev/null +++ b/x11-misc/compton-conf/compton-conf-0.14.1.ebuild @@ -0,0 +1,28 @@ +# 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.6.0" +RDEPEND="${DEPEND}" + +src_install() { + cmake-utils_src_install + rm -rf "${D}"usr/share/"${PN}" +} diff --git a/x11-misc/compton-conf/compton-conf-0.4.0.ebuild b/x11-misc/compton-conf/compton-conf-0.4.0.ebuild deleted file mode 100644 index be23f99e..00000000 --- a/x11-misc/compton-conf/compton-conf-0.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.5.0" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=NO - ) - - cmake-utils_src_configure -} - - -src_install() { - cmake-utils_src_install - rm -rf "${D}"usr/share/"${PN}" -} -- cgit v1.2.3