summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-28 14:24:25 +0000
committerPeter Weller <welp@gentoo.org>2007-01-28 14:24:25 +0000
commit65869aed6e5450128b218114e774dfe64a9b2e29 (patch)
tree2459c659db7b74632a6a68c4225776c34c5fc7d6 /xfce-base/libxfcegui4
parentVarious fixes (diff)
downloadgentoo-2-65869aed6e5450128b218114e774dfe64a9b2e29.tar.gz
gentoo-2-65869aed6e5450128b218114e774dfe64a9b2e29.tar.bz2
gentoo-2-65869aed6e5450128b218114e774dfe64a9b2e29.zip
Dep fixes, various other fixes
(Portage version: 2.1.2-r4)
Diffstat (limited to 'xfce-base/libxfcegui4')
-rw-r--r--xfce-base/libxfcegui4/ChangeLog5
-rw-r--r--xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild28
2 files changed, 14 insertions, 19 deletions
diff --git a/xfce-base/libxfcegui4/ChangeLog b/xfce-base/libxfcegui4/ChangeLog
index c83cd4e9475c..3e07de55862d 100644
--- a/xfce-base/libxfcegui4/ChangeLog
+++ b/xfce-base/libxfcegui4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfcegui4
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.85 2007/01/25 19:26:07 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.86 2007/01/28 14:24:25 welp Exp $
+
+ 28 Jan 2007; Peter Weller <welp@gentoo.org> libxfcegui4-4.4.0.ebuild:
+ Dep fixes, various other fixes
25 Jan 2007; Peter Weller <welp@gentoo.org> libxfcegui4-4.4.0.ebuild:
fixed deps, removing usage of gnome2-utils, cleanup
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild
index add45815fec0..eb3a17e78390 100644
--- a/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild
+++ b/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild
@@ -1,34 +1,26 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild,v 1.3 2007/01/25 19:26:07 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.0.ebuild,v 1.4 2007/01/28 14:24:25 welp Exp $
inherit xfce44
xfce44
-DESCRIPTION="Libraries for Xfce4"
-LICENSE="LGPL-2"
+DESCRIPTION="Core library"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug startup-notification"
+IUSE="debug doc startup-notification"
-RDEPEND="x11-libs/libICE
- x11-libs/libSM
+RDEPEND="x11-libs/libSM
x11-libs/libX11
- >=dev-libs/glib-2
- >=dev-libs/libxml2-2.4
- >=x11-libs/gtk+-2.2
- x11-libs/pango
- startup-notification? ( >=x11-libs/startup-notification-0.5 )
+ >=x11-libs/gtk+-2.6
>=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
- dev-libs/atk
- sys-libs/zlib
- x11-libs/cairo"
+ startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( dev-util/gtk-doc )
!=xfce-base/xfce-mcs-plugins-4.3*
- !=xfce-base/xfce4-panel-4.3*
- >=dev-util/gtk-doc-1
- x11-proto/xproto"
+ !=xfce-base/xfce4-panel-4.3*"
-XFCE_CONFIG="${XFCE_CONFIG} $(use_enable startup-notification)"
+DOCS="AUTHORS ChangeLog NEWS README TODO"
xfce44_core_package