From 46281dffc346a4aa5b27a835a4fdc5802e858d53 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:30:56 +0000 Subject: x11-misc/compton-conf : EAPI bump --- .../compton-conf/compton-conf-0.14.1-r1.ebuild | 28 ++++++++++++++++++++++ x11-misc/compton-conf/compton-conf-0.14.1.ebuild | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 x11-misc/compton-conf/compton-conf-0.14.1-r1.ebuild delete mode 100644 x11-misc/compton-conf/compton-conf-0.14.1.ebuild (limited to 'x11-misc') diff --git a/x11-misc/compton-conf/compton-conf-0.14.1-r1.ebuild b/x11-misc/compton-conf/compton-conf-0.14.1-r1.ebuild new file mode 100644 index 00000000..9d18e143 --- /dev/null +++ b/x11-misc/compton-conf/compton-conf-0.14.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2016-2017 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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.14.1.ebuild b/x11-misc/compton-conf/compton-conf-0.14.1.ebuild deleted file mode 100644 index 92777950..00000000 --- a/x11-misc/compton-conf/compton-conf-0.14.1.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=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}" -} -- cgit v1.2.3