From 5d505fe23f87fa2d08153b2b98544a0668a7624c Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 6 Oct 2010 11:43:52 +0000 Subject: Initial commit. (Portage version: 2.2_rc88/cvs/Linux x86_64) --- xfce-extra/transd/ChangeLog | 10 +++++++++ xfce-extra/transd/metadata.xml | 5 +++++ xfce-extra/transd/transd-0_p20101006.ebuild | 34 +++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 xfce-extra/transd/ChangeLog create mode 100644 xfce-extra/transd/metadata.xml create mode 100644 xfce-extra/transd/transd-0_p20101006.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog new file mode 100644 index 000000000000..a6aa09358600 --- /dev/null +++ b/xfce-extra/transd/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2010/10/06 11:43:52 ssuominen Exp $ + +*transd-0_p20101006 (06 Oct 2010) + + 06 Oct 2010; Samuli Suominen + +transd-0_p20101006.ebuild: + Initial commit. + diff --git a/xfce-extra/transd/metadata.xml b/xfce-extra/transd/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/transd/metadata.xml @@ -0,0 +1,5 @@ + + + + xfce + diff --git a/xfce-extra/transd/transd-0_p20101006.ebuild b/xfce-extra/transd/transd-0_p20101006.ebuild new file mode 100644 index 000000000000..a6602e31524d --- /dev/null +++ b/xfce-extra/transd/transd-0_p20101006.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20101006.ebuild,v 1.1 2010/10/06 11:43:52 ssuominen Exp $ + +EAPI=2 +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.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND="x11-libs/libX11 + >=xfce-base/libxfcegui4-4.2" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(xfconf_use_debug)" + DOCS="AUTHORS README TODO" +} + +src_prepare() { + sed -i -e '/Encoding/d' transd.desktop.in || die + xfconf_src_prepare +} -- cgit v1.2.3-65-gdbad