summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-10 13:48:48 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-10 13:48:48 +0000
commite0f1eecfe94158b4098676be4b0f5c752379571a (patch)
treeb49bf0f2f2a58d372095ad356919baa142fe9574 /xfce-base
parentXfce-4.6 bump (diff)
downloadgentoo-2-e0f1eecfe94158b4098676be4b0f5c752379571a.tar.gz
gentoo-2-e0f1eecfe94158b4098676be4b0f5c752379571a.tar.bz2
gentoo-2-e0f1eecfe94158b4098676be4b0f5c752379571a.zip
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfcegui4/ChangeLog10
-rw-r--r--xfce-base/libxfcegui4/libxfcegui4-4.6.0.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/xfce-base/libxfcegui4/ChangeLog b/xfce-base/libxfcegui4/ChangeLog
index b63a9ec92d42..353d5b08388d 100644
--- a/xfce-base/libxfcegui4/ChangeLog
+++ b/xfce-base/libxfcegui4/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/libxfcegui4
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.121 2008/12/22 17:02:27 angelos Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.122 2009/03/10 13:48:48 angelos Exp $
+
+*libxfcegui4-4.6.0 (10 Mar 2009)
+
+ 10 Mar 2009; Christoph Mende <angelos@gentoo.org>
+ +libxfcegui4-4.6.0.ebuild:
+ Xfce-4.6 bump
22 Dec 2008; Christoph Mende <angelos@gentoo.org>
-libxfcegui4-4.4.2.ebuild:
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.6.0.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.6.0.ebuild
new file mode 100644
index 000000000000..01790d9b992e
--- /dev/null
+++ b/xfce-base/libxfcegui4/libxfcegui4-4.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.0.ebuild,v 1.1 2009/03/10 13:48:48 angelos Exp $
+
+EAPI=1
+
+inherit xfce4
+
+xfce4_core
+
+DESCRIPTION="Unified widgets library"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc startup-notification"
+
+RDEPEND="gnome-base/libglade
+ x11-libs/libSM
+ x11-libs/libX11
+ >=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfce4util-${XFCE_VERSION}
+ >=xfce-base/xfconf-${XFCE_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ doc? ( dev-util/gtk-doc )"
+
+pkg_setup() {
+ XFCE_CONFIG+=" $(use_enable doc gtk-doc)"
+}
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"