diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-03 20:24:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-03 20:24:08 +0000 |
commit | 0e318873f46eddb5029a3a9b933a8ff0dca9be98 (patch) | |
tree | 8d51788f34657a0bc074a30984999ee8fc6d320c /xfce-extra | |
parent | arm stable, bug #413877 (diff) | |
download | gentoo-2-0e318873f46eddb5029a3a9b933a8ff0dca9be98.tar.gz gentoo-2-0e318873f46eddb5029a3a9b933a8ff0dca9be98.tar.bz2 gentoo-2-0e318873f46eddb5029a3a9b933a8ff0dca9be98.zip |
New snapshot because transd was ported from obsolete libxfcegui4 to use libxfce4util directly in git.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/transd/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/transd/transd-0_p20120503.ebuild | 32 |
2 files changed, 40 insertions, 1 deletions
diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog index 82e98beb54b3..52b25746dfd6 100644 --- a/xfce-extra/transd/ChangeLog +++ b/xfce-extra/transd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for xfce-extra/transd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.9 2012/01/06 11:09:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.10 2012/05/03 20:24:08 ssuominen Exp $ + +*transd-0_p20120503 (03 May 2012) + + 03 May 2012; Samuli Suominen <ssuominen@gentoo.org> + +transd-0_p20120503.ebuild: + New snapshot because transd was ported from obsolete libxfcegui4 to use + libxfce4util directly in git. 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -transd-0_p20101006.ebuild: diff --git a/xfce-extra/transd/transd-0_p20120503.ebuild b/xfce-extra/transd/transd-0_p20120503.ebuild new file mode 100644 index 000000000000..73554d6a9c3e --- /dev/null +++ b/xfce-extra/transd/transd-0_p20120503.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20120503.ebuild,v 1.1 2012/05/03 20:24:08 ssuominen Exp $ + +EAPI=4 +EAUTORECONF=yes +EINTLTOOLIZE=yes +inherit xfconf + +DESCRIPTION="A small daemon to watch for window creation and set window transparency values" +HOMEPAGE="http://spuriousinterrupt.org/projects/transd" +SRC_URI="http://dev.gentoo.org/~ssuominen/${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 + dev-util/pkgconfig" + +pkg_setup() { + DOCS=( AUTHORS README TODO ) +} + +src_prepare() { + sed -i -e '/Encoding/d' transd.desktop.in || die + xfconf_src_prepare +} |