* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2018-04-02 20:27 99% Denis Dupeyron
0 siblings, 0 replies; 1+ results
From: Denis Dupeyron @ 2018-04-02 20:27 UTC (permalink / raw
To: gentoo-commits
commit: ac4fd56ccc61a47e961c17100e2ff95f8acaf9be
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 20:24:32 2018 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 20:26:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4fd56c
xfce-extra/xfce4-composite-editor: remove obsolete xfconf.eclass migrate to EAPI6
.../xfce4-composite-editor-0-r1.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
new file mode 100644
index 00000000000..1e3d989c39b
--- /dev/null
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+MY_PN=Xfce4-Composite-Editor
+
+DESCRIPTION="An graphical interface to modify composite settings"
+HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp"
+SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-shells/bash:*
+ >=x11-misc/gtkdialog-0.8"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}"/${PN}-0-validate.patch
+ default
+}
+
+src_install() {
+ dobin xfce4-composite-editor
+ domenu xfcecomped.desktop
+ dodoc README
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-04-02 20:27 99% [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/ Denis Dupeyron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox