summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-18 06:52:39 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-18 06:52:39 +0000
commita49d62164d244d27b43a8a0731a8e67732b03fc0 (patch)
tree1120262f17741de4e24f1ae222d15787e91e1bb4 /xfce-base
parentVersion bump. (diff)
downloadgentoo-2-a49d62164d244d27b43a8a0731a8e67732b03fc0.tar.gz
gentoo-2-a49d62164d244d27b43a8a0731a8e67732b03fc0.tar.bz2
gentoo-2-a49d62164d244d27b43a8a0731a8e67732b03fc0.zip
Version bump.
(Portage version: 2.1.3.19)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-utils/ChangeLog7
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.4.23
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 856684e8bccf..64ff19529dcf 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.116 2007/07/01 09:58:14 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.117 2007/11/18 06:52:38 drac Exp $
+
+*xfce-utils-4.4.2 (18 Nov 2007)
+
+ 18 Nov 2007; Samuli Suominen <drac@gentoo.org> +xfce-utils-4.4.2.ebuild:
+ Version bump.
01 Jul 2007; Samuli Suominen <drac@gentoo.org> xfce-utils-4.4.1-r1.ebuild:
Fix up dbus deps wrt bug 183696
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.2 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.2
new file mode 100644
index 000000000000..ed6e16ffff84
--- /dev/null
+++ b/xfce-base/xfce-utils/files/digest-xfce-utils-4.4.2
@@ -0,0 +1,3 @@
+MD5 b2d2b634dcd5af525fd96ae33881c1f3 xfce-utils-4.4.2.tar.bz2 596547
+RMD160 7ae0546502aef3752e124b5380620fde76774b76 xfce-utils-4.4.2.tar.bz2 596547
+SHA256 29d62acae332bafd0b8c3259aea82f7d2096fae358aab007d01254cd04b02d8b xfce-utils-4.4.2.tar.bz2 596547
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild
new file mode 100644
index 000000000000..f295afa0d8c5
--- /dev/null
+++ b/xfce-base/xfce-utils/xfce-utils-4.4.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 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.4.2.ebuild,v 1.1 2007/11/18 06:52:38 drac Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.2
+xfce44
+
+DESCRIPTION="Collection of utils"
+HOMEPAGE="http://www.xfce.org/projects/xfce-utils"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dbus debug"
+
+RDEPEND="x11-apps/xrdb
+ x11-libs/libX11
+ >=dev-libs/glib-2.6
+ >=x11-libs/gtk+-2.6
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
+ dbus? ( dev-libs/dbus-glib )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+xfce44_core_package
+
+src_install() {
+ xfce44_src_install
+ insinto /usr/share/xfce4
+ doins "${FILESDIR}"/Gentoo
+}