diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-28 15:37:31 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-28 15:37:31 +0000 |
commit | 546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce (patch) | |
tree | 74f61836dce08606a2c1d6f2e62fe0f21cca7752 /xfce-base/xfce-mcs-plugins | |
parent | Added ~amd64 keyword, bug #164230 (diff) | |
download | historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.tar.gz historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.tar.bz2 historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.zip |
Dep fixes, various other fixes
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
-rw-r--r-- | xfce-base/xfce-mcs-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index b186a0ae1ae1..2e9ea5550592 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce-mcs-plugins # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.76 2007/01/23 22:41:35 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.77 2007/01/28 15:14:43 welp Exp $ + + 28 Jan 2007; Peter Weller <welp@gentoo.org> xfce-mcs-plugins-4.4.0.ebuild: + Dep fixes, various other fixes 23 Jan 2007; Peter Weller <welp@gentoo.org> xfce-mcs-plugins-4.4.0.ebuild: Added debug to IUSE diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild index 6a8761e16c5a..88b8254b1044 100644 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild,v 1.4 2007/01/23 22:41:35 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild,v 1.5 2007/01/28 15:14:43 welp Exp $ inherit xfce44 xfce44 -DESCRIPTION="Xfce4 MCS Plugins" +DESCRIPTION="Setting plugins" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" @@ -20,17 +20,17 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86misc x11-libs/libXxf86vm - >=dev-libs/glib-2 + >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 - >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} - >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" DEPEND="${RDEPEND} - x11-proto/xf86miscproto - x11-proto/xf86vidmodeproto - x11-proto/xproto" + dev-util/pkgconfig" + +# There are no gtk-doc for this package. XFCE_CONFIG="${XFCE_CONFIG} --enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" +DOCS="AUTHORS ChangeLog NEWS README" + xfce44_core_package |