summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r3.ebuild (renamed from lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r2.ebuild)5
-rw-r--r--x11-misc/compton-conf/Manifest1
-rw-r--r--x11-misc/compton-conf/compton-conf-0.3.0.ebuild23
3 files changed, 27 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r2.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r3.ebuild
index 03bc3984..bbf0cc46 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r2.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-0.12.0-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://lxqt.org/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
-IUSE="+about +admin +branding +filemanager +styles +icons +sddm +lximage minimal +oxygen +policykit
+IUSE="+about +admin +branding +compton +filemanager +gtkstyle +icons +sddm +lximage minimal +oxygen +policykit
+powermanagement +ssh-askpass sudo"
REQUIRED_USE="oxygen? ( icons )"
DEPEND="!lxqt-base/lxqt-common"
@@ -30,8 +30,9 @@ RDEPEND="${DEPEND}
about? ( ~lxqt-base/lxqt-about-${PV} )
admin? ( ~lxqt-base/lxqt-admin-${PV} )
branding? ( x11-themes/redcore-theme-lxqt )
+ compton? ( x11-misc/compton x11-misc/compton-conf )
filemanager? ( >=x11-misc/pcmanfm-qt-${PV} )
- styles? ( dev-qt/qt5-styleplugins )
+ gtkstyle? ( dev-qt/qt5-styleplugins )
icons? ( oxygen? ( kde-frameworks/oxygen-icons )
!oxygen? ( virtual/freedesktop-icon-theme ) )
sddm? ( x11-misc/sddm )
diff --git a/x11-misc/compton-conf/Manifest b/x11-misc/compton-conf/Manifest
new file mode 100644
index 00000000..3e506efe
--- /dev/null
+++ b/x11-misc/compton-conf/Manifest
@@ -0,0 +1 @@
+DIST compton-conf-0.3.0.tar.gz 19845 SHA256 de9d8afe83d014a18a2a77ffe33a968ba3e250ba7788fa44351dae89131a3379 SHA512 30ecc5f25a3d0aec5ac266a55c1798b875e0dafb4fe73fef6f1e50814be104822139ef0b5bf509824132ecd2dfef4845522b1351da5a40c2977121e5c1d2bcf9 WHIRLPOOL b9a12670ecde067fd15e888d7b12d1edc0237e045246550cd93753de5815b462987dc6a90a2b3f6b7cc23f72d1dc077eb808af2bb2da63145ee27c40da73612c
diff --git a/x11-misc/compton-conf/compton-conf-0.3.0.ebuild b/x11-misc/compton-conf/compton-conf-0.3.0.ebuild
new file mode 100644
index 00000000..c41114c2
--- /dev/null
+++ b/x11-misc/compton-conf/compton-conf-0.3.0.ebuild
@@ -0,0 +1,23 @@
+# 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}"