diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:09:33 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:09:33 +0000 |
commit | f50a6b96650c08c65ee78a372637e1e8c5b4535e (patch) | |
tree | 69b0765317ebabb43c528774960b7733531258ad /xfce-base | |
parent | Version bump. (diff) | |
download | gentoo-2-f50a6b96650c08c65ee78a372637e1e8c5b4535e.tar.gz gentoo-2-f50a6b96650c08c65ee78a372637e1e8c5b4535e.tar.bz2 gentoo-2-f50a6b96650c08c65ee78a372637e1e8c5b4535e.zip |
Version bump.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce-mcs-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.0 | 3 | ||||
-rw-r--r-- | xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild | 56 |
3 files changed, 67 insertions, 2 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index 50c770c336df..8db842002cbe 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce-mcs-plugins -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.72 2006/12/10 19:58:32 nichoj Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.73 2007/01/22 02:09:33 nichoj Exp $ + +*xfce-mcs-plugins-4.4.0 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + +xfce-mcs-plugins-4.4.0.ebuild: + Version bump. *xfce-mcs-plugins-4.3.99.2-r3 (10 Dec 2006) diff --git a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.0 b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.0 new file mode 100644 index 000000000000..eb8328471493 --- /dev/null +++ b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.4.0 @@ -0,0 +1,3 @@ +MD5 95213345e3ccd224a30b2be01e9c06b9 xfce-mcs-plugins-4.4.0.tar.bz2 850632 +RMD160 fd09de27aa519b3ab4a650cebb7ddc74c8e0c77f xfce-mcs-plugins-4.4.0.tar.bz2 850632 +SHA256 844d139946a417f17e0d88da7c5bb548cf2ef1f4438ae58e051890b765db1fc4 xfce-mcs-plugins-4.4.0.tar.bz2 850632 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 new file mode 100644 index 000000000000..ff15ff7ba6c3 --- /dev/null +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild @@ -0,0 +1,56 @@ +# 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.1 2007/01/22 02:09:33 nichoj Exp $ + +inherit gnome2 xfce44 + +xfce44 + +DESCRIPTION="Xfce4 MCS Plugins" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXxf86misc + x11-libs/libXxf86vm ) + virtual/x11 ) + >=dev-libs/glib-2 + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfce4mcs-${PV} + >=xfce-base/libxfce4util-${PV} + >=xfce-base/libxfcegui4-${PV} + >=xfce-base/xfce-mcs-manager-${PV}" +# need xfce4-dev-tools, since we patch automake and need regeneration +DEPEND="${RDEPEND} + || ( ( x11-proto/xf86miscproto + x11-proto/xf86vidmodeproto + x11-proto/xproto ) + virtual/x11 ) + >=xfce-extra/xfce4-dev-tools-${PV}" + +XFCE_CONFIG="--enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" + +xfce44_core_package + +src_unpack() { + unpack ${A} + cd ${S} + # don't install xfce-filemanager.png, which collides with xfce4-session + epatch ${FILESDIR}/${P}-icon.patch + # regenerate stuff, but don't run configure yet + NOCONFIGURE="true" xdt-autogen +} + + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |