summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2006-07-10 18:19:43 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2006-07-10 18:19:43 +0000
commit02e70446481850b1d6560828fc1c7d16ad2bd7cd (patch)
tree036f4a4f80ff347d4f84b92e368aca2d8e535611 /xfce-base/xfce-utils
parentStable on sparc wrt #139612 (diff)
downloadgentoo-2-02e70446481850b1d6560828fc1c7d16ad2bd7cd.tar.gz
gentoo-2-02e70446481850b1d6560828fc1c7d16ad2bd7cd.tar.bz2
gentoo-2-02e70446481850b1d6560828fc1c7d16ad2bd7cd.zip
Xfce beta 2 builds
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/ChangeLog7
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.3.90.23
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild43
3 files changed, 52 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 046936f4bf23..b8a43eca01a3 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.69 2006/07/09 03:32:46 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.70 2006/07/10 18:19:43 bcowan Exp $
+
+*xfce-utils-4.3.90.2 (10 Jul 2006)
+
+ 10 Jul 2006; Brad Cowan <bcowan@gentoo.org> +xfce-utils-4.3.90.2.ebuild:
+ Xfce beta 2 builds
09 Jul 2006; Joshua Kinard <kumba@gentoo.org> xfce-utils-4.2.3.ebuild:
Marked stable on mips.
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.90.2 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.90.2
new file mode 100644
index 000000000000..bea1af0cdfbd
--- /dev/null
+++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.3.90.2
@@ -0,0 +1,3 @@
+MD5 2c3d64f9517ee14f3db9812f03608922 xfce-utils-4.3.90.2.tar.bz2 948833
+RMD160 59bbe7385d93585729796d9a940ce843adfa3213 xfce-utils-4.3.90.2.tar.bz2 948833
+SHA256 7b304e7ba5c0fbb36ad61fa5fecc6760818e890b30fc31c6d02e92f5cfb4bfdc xfce-utils-4.3.90.2.tar.bz2 948833
diff --git a/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild
new file mode 100644
index 000000000000..991696f9a018
--- /dev/null
+++ b/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild,v 1.1 2006/07/10 18:19:43 bcowan Exp $
+
+inherit eutils xfce44
+
+xfce44_beta
+
+DESCRIPTION="Xfce 4 utilities"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="|| ( x11-apps/xrdb
+ virtual/x11 )
+ dev-libs/dbh
+ >=dev-libs/glib-2.2
+ >=x11-libs/gtk+-2.2
+ ~xfce-base/libxfce4util-${PV}
+ ~xfce-base/libxfcegui4-${PV}
+ media-libs/libpng
+ ~xfce-base/libxfce4mcs-${PV}"
+
+XFCE_CONFIG="--enable-gdm --with-vendor-info=Gentoo"
+
+xfce44_core_package
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/nolisten-tcp.patch
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ insinto /usr/share/xfce4/
+ newins ${FILESDIR}/Gentoo Gentoo
+
+ if use doc; then
+ dodoc AUTHORS INSTALL README COPYING ChangeLog HACKING
+ dodoc NEWS THANKS TODO
+ fi
+}