summaryrefslogtreecommitdiff
path: root/x11-misc/compton-conf/compton-conf-0.4.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-01 12:19:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-01 12:19:37 +0100
commitf55f992be9ed1dff7885a8974b4f9c552838a499 (patch)
tree67e99db5ab3017b6809c9e194b90e432fd67309b /x11-misc/compton-conf/compton-conf-0.4.0.ebuild
parentde7e3991e9a097f668c44ff90cd2ae881d5cafea (diff)
x11-misc/compton-conf : version bump
Diffstat (limited to 'x11-misc/compton-conf/compton-conf-0.4.0.ebuild')
-rw-r--r--x11-misc/compton-conf/compton-conf-0.4.0.ebuild37
1 files changed, 0 insertions, 37 deletions
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}"
-}