summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:02:43 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:02:43 +0000
commit322a50f1535c27926466db2e64f22728d95789b2 (patch)
treef0f13db5eb652130056e641e88bee1b44839ffca /xfce-base
parentXfce-4.4.3 bump (diff)
downloadgentoo-2-322a50f1535c27926466db2e64f22728d95789b2.tar.gz
gentoo-2-322a50f1535c27926466db2e64f22728d95789b2.tar.bz2
gentoo-2-322a50f1535c27926466db2e64f22728d95789b2.zip
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-mcs-plugins/ChangeLog8
-rw-r--r--xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.3.ebuild42
2 files changed, 49 insertions, 1 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog
index 0d5bd388d31f..090d6f0525c4 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.121 2008/03/25 15:07:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.122 2008/10/30 22:02:43 angelos Exp $
+
+*xfce-mcs-plugins-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce-mcs-plugins-4.4.3.ebuild:
+ Xfce-4.4.3 bump
28 Jan 2008; Jeroen Roovers <jer@gentoo.org>
xfce-mcs-plugins-4.4.2-r1.ebuild:
diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.3.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.3.ebuild
new file mode 100644
index 000000000000..35ea74a05bf1
--- /dev/null
+++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2008 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.3.ebuild,v 1.1 2008/10/30 22:02:43 angelos Exp $
+
+EAPI=1
+
+inherit eutils xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Setting plugins"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND="
+ >=dev-libs/glib-2.6:2
+ x11-apps/xrdb
+ >=x11-libs/gtk+-2.6:2
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXxf86misc
+ x11-libs/libXxf86vm
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ x11-proto/inputproto
+ x11-proto/xf86miscproto
+ x11-proto/xf86vidmodeproto"
+
+XFCE_CONFIG+=" --enable-xf86misc --enable-xkb --enable-xinput --enable-randr --enable-xf86vm"
+
+DOCS="AUTHORS ChangeLog NEWS README"