diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2018-04-02 12:12:04 -0600 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2018-04-02 12:22:55 -0600 |
commit | 6493b6a1c07e288d18c3bb83afdd9d8711931e16 (patch) | |
tree | b0bf6c5cf674c15b170f2ee430f81b107790e136 /xfce-extra/transd/transd-0_p20120503-r1.ebuild | |
parent | media-fonts/wqy-microhei: keyword ~arm64 (diff) | |
download | gentoo-6493b6a1c07e288d18c3bb83afdd9d8711931e16.tar.gz gentoo-6493b6a1c07e288d18c3bb83afdd9d8711931e16.tar.bz2 gentoo-6493b6a1c07e288d18c3bb83afdd9d8711931e16.zip |
xfce-extra/transd: remove obsolete xfconf.eclass, migrate to EAPI6, cleanup
Diffstat (limited to 'xfce-extra/transd/transd-0_p20120503-r1.ebuild')
-rw-r--r-- | xfce-extra/transd/transd-0_p20120503-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce-extra/transd/transd-0_p20120503-r1.ebuild b/xfce-extra/transd/transd-0_p20120503-r1.ebuild new file mode 100644 index 000000000000..4d4acfcda013 --- /dev/null +++ b/xfce-extra/transd/transd-0_p20120503-r1.ebuild @@ -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 +} |