xfce-extra/transd: remove obsolete xfconf.eclass, migrate to EAPI6, cleanup
authorDenis Dupeyron <calchan@gentoo.org>
Mon, 2 Apr 2018 18:12:04 +0000 (12:12 -0600)
committerDenis Dupeyron <calchan@gentoo.org>
Mon, 2 Apr 2018 18:22:55 +0000 (12:22 -0600)
xfce-extra/transd/transd-0_p20120503-r1.ebuild [new file with mode: 0644]

diff --git a/xfce-extra/transd/transd-0_p20120503-r1.ebuild b/xfce-extra/transd/transd-0_p20120503-r1.ebuild
new file mode 100644 (file)
index 0000000..4d4acfc
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A small daemon to watch for window creation and set window transparency values"
+HOMEPAGE="http://spuriousinterrupt.org/projects/transd"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+       >=xfce-base/libxfce4util-4.8"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig"
+
+src_prepare() {
+       sed -i -e '/Encoding/d' transd.desktop.in || die
+       default
+}