diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 11:48:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 11:48:08 +0000 |
commit | f4c4f4f4b1162e0936c41fa93f32e30cb8a6fdd5 (patch) | |
tree | f99eb3c43b30bf76908f79bcf4e6f91b63108324 /xfce-extra/transd | |
parent | Add similar output to eautoreconf to intltoolize (diff) | |
download | gentoo-2-f4c4f4f4b1162e0936c41fa93f32e30cb8a6fdd5.tar.gz gentoo-2-f4c4f4f4b1162e0936c41fa93f32e30cb8a6fdd5.tar.bz2 gentoo-2-f4c4f4f4b1162e0936c41fa93f32e30cb8a6fdd5.zip |
New snapshot.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/transd')
-rw-r--r-- | xfce-extra/transd/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/transd/transd-0_p20110501.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog index 188c0a286c69..02696cbe318e 100644 --- a/xfce-extra/transd/ChangeLog +++ b/xfce-extra/transd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/transd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.5 2011/03/29 05:01:07 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.6 2011/05/01 11:48:08 ssuominen Exp $ + +*transd-0_p20110501 (01 May 2011) + + 01 May 2011; Samuli Suominen <ssuominen@gentoo.org> + +transd-0_p20110501.ebuild: + New snapshot. 13 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> transd-0_p20101006.ebuild: diff --git a/xfce-extra/transd/transd-0_p20110501.ebuild b/xfce-extra/transd/transd-0_p20110501.ebuild new file mode 100644 index 000000000000..3b20eee7a27e --- /dev/null +++ b/xfce-extra/transd/transd-0_p20110501.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20110501.ebuild,v 1.1 2011/05/01 11:48: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/libxfcegui4-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 +} |