summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:05:39 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:05:39 +0000
commit851d92f1de5ccce1d2a39448edf915b680b4addb (patch)
treeac25d7fcd9aceafa798ff07af5ff35077ca23e24 /xfce-base
parentUpdate to Linux 2.6.27.4. Restore ordering of TCP options to work around brok... (diff)
downloadhistorical-851d92f1de5ccce1d2a39448edf915b680b4addb.tar.gz
historical-851d92f1de5ccce1d2a39448edf915b680b4addb.tar.bz2
historical-851d92f1de5ccce1d2a39448edf915b680b4addb.zip
Xfce-4.4.3 bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/libxfce4mcs/ChangeLog10
-rw-r--r--xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild28
-rw-r--r--xfce-base/libxfce4util/ChangeLog10
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild23
-rw-r--r--xfce-base/libxfcegui4/ChangeLog8
-rw-r--r--xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild30
-rw-r--r--xfce-base/xfce-mcs-manager/ChangeLog10
-rw-r--r--xfce-base/xfce-mcs-manager/xfce-mcs-manager-4.4.3.ebuild25
-rw-r--r--xfce-base/xfce-mcs-plugins/ChangeLog8
-rw-r--r--xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.3.ebuild42
-rw-r--r--xfce-base/xfce-utils/ChangeLog8
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild45
-rw-r--r--xfce-base/xfce4-panel/ChangeLog10
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild28
-rw-r--r--xfce-base/xfce4-session/ChangeLog10
-rw-r--r--xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild33
-rw-r--r--xfce-base/xfdesktop/ChangeLog7
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild72
-rw-r--r--xfce-base/xfwm4/ChangeLog7
-rw-r--r--xfce-base/xfwm4/xfwm4-4.4.3.ebuild44
20 files changed, 443 insertions, 15 deletions
diff --git a/xfce-base/libxfce4mcs/ChangeLog b/xfce-base/libxfce4mcs/ChangeLog
index ba0784d67e48..7159e3b1ade7 100644
--- a/xfce-base/libxfce4mcs/ChangeLog
+++ b/xfce-base/libxfce4mcs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/libxfce4mcs
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.103 2007/12/17 18:34:14 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.104 2008/10/30 22:00:21 angelos Exp $
+
+*libxfce4mcs-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +libxfce4mcs-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4mcs-4.4.2.ebuild:
Stable for HPPA (bug #201747).
diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild
new file mode 100644
index 000000000000..9c4faef7d01e
--- /dev/null
+++ b/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.4.3.ebuild,v 1.1 2008/10/30 22:00:21 angelos Exp $
+
+EAPI=1
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Components library"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc startup-notification"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libSM
+ >=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 9d3a08b428db..be178baaa562 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/libxfce4util
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.109 2007/12/17 18:33:33 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.110 2008/10/30 22:00:54 angelos Exp $
+
+*libxfce4util-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +libxfce4util-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.4.2.ebuild:
Stable for HPPA (bug #201747).
diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild
new file mode 100644
index 000000000000..7b0ec7b74d19
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.3.ebuild,v 1.1 2008/10/30 22:00:54 angelos Exp $
+
+EAPI=1
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Basic utilities library"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc"
+
+RDEPEND=">=dev-libs/glib-2.6:2"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
diff --git a/xfce-base/libxfcegui4/ChangeLog b/xfce-base/libxfcegui4/ChangeLog
index 001f60735e6e..0172213f48d8 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.113 2008/05/04 19:05:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.114 2008/10/30 22:01:32 angelos Exp $
+
+*libxfcegui4-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +libxfcegui4-4.4.3.ebuild:
+ Xfce-4.4.3 bump
04 May 2008; Samuli Suominen <drac@gentoo.org> libxfcegui4-4.4.2.ebuild:
Remove -Werror from configure.
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
new file mode 100644
index 000000000000..6dccc56e6bed
--- /dev/null
+++ b/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v 1.1 2008/10/30 22:01:32 angelos Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Unified widgets library"
+HOMEPAGE="http://www.xfce.org/projects/libraries"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc startup-notification"
+
+RDEPEND="x11-libs/libSM
+ x11-libs/libX11
+ >=x11-libs/gtk+-2.6
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+#src_unpack() {
+# unpack ${A}
+# sed -i -e "s:-Werror::g" "${S}"/configure || die "sed failed"
+#}
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/xfce-base/xfce-mcs-manager/ChangeLog b/xfce-base/xfce-mcs-manager/ChangeLog
index 68286f57db46..37265e0162bb 100644
--- a/xfce-base/xfce-mcs-manager/ChangeLog
+++ b/xfce-base/xfce-mcs-manager/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce-mcs-manager
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-manager/ChangeLog,v 1.99 2007/12/17 18:35:43 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-manager/ChangeLog,v 1.100 2008/10/30 22:02:09 angelos Exp $
+
+*xfce-mcs-manager-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce-mcs-manager-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org>
xfce-mcs-manager-4.4.2.ebuild:
diff --git a/xfce-base/xfce-mcs-manager/xfce-mcs-manager-4.4.3.ebuild b/xfce-base/xfce-mcs-manager/xfce-mcs-manager-4.4.3.ebuild
new file mode 100644
index 000000000000..6e2f3cbdbd01
--- /dev/null
+++ b/xfce-base/xfce-mcs-manager/xfce-mcs-manager-4.4.3.ebuild
@@ -0,0 +1,25 @@
+# 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-manager/xfce-mcs-manager-4.4.3.ebuild,v 1.1 2008/10/30 22:02:09 angelos Exp $
+
+EAPI=1
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Settings manager (Multi-Channel Settings)"
+HOMEPAGE="http://www.xfce.org/projects/xfce-mcs-manager"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
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"
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 264e7839e99d..be10fdeddd95 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.124 2008/09/24 15:43:07 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.125 2008/10/30 22:03:16 angelos Exp $
+
+*xfce-utils-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce-utils-4.4.3.ebuild:
+ Xfce-4.4.3 bump
24 Sep 2008; Christoph Mende <angelos@gentoo.org> metadata.xml,
xfce-utils-4.4.2-r1.ebuild:
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild
new file mode 100644
index 000000000000..c046362019e7
--- /dev/null
+++ b/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.3.ebuild,v 1.1 2008/10/30 22:03:16 angelos Exp $
+
+EAPI=1
+
+inherit eutils xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Collection of utils"
+HOMEPAGE="http://www.xfce.org/projects/xfce-utils"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dbus debug +lock"
+
+RDEPEND="x11-apps/xrdb
+ x11-libs/libX11
+ >=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
+ dbus? ( dev-libs/dbus-glib )
+ lock? ( || ( x11-misc/xscreensaver
+ gnome-extra/gnome-screensaver
+ x11-misc/xlockmore ) )"
+
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) --enable-gdm --with-vendor-info=Gentoo"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-4.4.2-nolisten-tcp.patch
+}
+
+src_install() {
+ xfce44_src_install
+ insinto /usr/share/xfce4
+ doins "${FILESDIR}"/Gentoo
+}
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog
index 83b665e6e57b..d5c8a501b392 100644
--- a/xfce-base/xfce4-panel/ChangeLog
+++ b/xfce-base/xfce4-panel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce4-panel
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.124 2007/12/17 18:38:34 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.125 2008/10/30 22:03:58 angelos Exp $
+
+*xfce4-panel-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce4-panel-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> xfce4-panel-4.4.2.ebuild:
Stable for HPPA (bug #201747).
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild
new file mode 100644
index 000000000000..8064976f9fee
--- /dev/null
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild,v 1.1 2008/10/30 22:03:58 angelos Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Panel"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-panel"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="debug doc startup-notification"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libSM
+ >=x11-libs/gtk+-2.6
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
+ startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README README.Plugins"
diff --git a/xfce-base/xfce4-session/ChangeLog b/xfce-base/xfce4-session/ChangeLog
index 4c7a67c50240..dc403d5c2762 100644
--- a/xfce-base/xfce4-session/ChangeLog
+++ b/xfce-base/xfce4-session/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-base/xfce4-session
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.75 2007/12/17 18:43:14 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.76 2008/10/30 22:04:31 angelos Exp $
+
+*xfce4-session-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfce4-session-4.4.3.ebuild:
+ Xfce-4.4.3 bump
17 Dec 2007; Jeroen Roovers <jer@gentoo.org> xfce4-session-4.4.2.ebuild:
Stable for HPPA (bug #201747).
diff --git a/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild b/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild
new file mode 100644
index 000000000000..1e8bea15ec2b
--- /dev/null
+++ b/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.4.3.ebuild,v 1.1 2008/10/30 22:04:31 angelos Exp $
+
+inherit xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Session manager"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-session"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dbus debug gnome"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libSM
+ x11-apps/iceauth
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-utils-${XFCE_MASTER_VERSION}
+ games-misc/fortune-mod
+ gnome? ( gnome-base/gconf )
+ dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+ dev-util/intltool"
+
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable gnome) $(use_enable dbus)"
+
+DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog
index cb3e1e79b480..f330f311985f 100644
--- a/xfce-base/xfdesktop/ChangeLog
+++ b/xfce-base/xfdesktop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfdesktop
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.126 2008/08/05 21:07:44 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.127 2008/10/30 22:05:05 angelos Exp $
+
+*xfdesktop-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org> +xfdesktop-4.4.3.ebuild:
+ Xfce-4.4.3 bump
05 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild
new file mode 100644
index 000000000000..ef92c8d4b3f5
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.4.3.ebuild,v 1.1 2008/10/30 22:05:05 angelos Exp $
+
+EAPI=1
+
+inherit eutils xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Desktop manager"
+HOMEPAGE="http://www.xfce.org/projects/xfdesktop"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc +file-icons +menu-plugin"
+
+LANG="be ca cs da de el es et eu fi fr he hu it ja ko nb_NO nl pa pl pt_BR ro ru sk sv tr uk vi zh_CN zh_TW"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libSM
+ >=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ >=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}
+ file-icons? ( >=xfce-base/thunar-${THUNAR_MASTER_VERSION}
+ >=xfce-extra/exo-0.3.2 dev-libs/dbus-glib )
+ menu-plugin? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} )"
+DEPEND="${RDEPEND}
+ dev-util/intltool"
+
+for X in ${LANG}; do
+ IUSE="${IUSE} linguas_${X}"
+done
+
+XFCE_LOCALIZED_CONFIGS="/etc/xdg/xfce4/desktop/xfce-registered-categories.xml
+ /etc/xdg/xfce4/desktop/menu.xml"
+
+pkg_setup() {
+ XFCE_CONFIG+=" $(use_enable doc xsltproc) $(use_enable menu-plugin panel-plugin)"
+
+ if use file-icons; then
+ XFCE_CONFIG+=" --enable-thunarx --enable-file-icons --enable-exo"
+ else
+ XFCE_CONFIG+=" --disable-thunarx --disable-file-icons --disable-exo"
+ fi
+}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ echo src/xfdesktop-clipboard-manager.c >> po/POTFILES.skip
+}
+
+src_install() {
+ xfce44_src_install
+
+ local config lang
+ for config in ${XFCE_LOCALIZED_CONFIGS}; do
+ for lang in ${LANG}; do
+ local localized_config="${D}/${config}.${lang}"
+ if [[ -f ${localized_config} ]]; then
+ use "linguas_${lang}" || rm ${localized_config}
+ fi
+ done
+ done
+}
+
+DOCS="AUTHORS ChangeLog NEWS TODO README"
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog
index 1159706ff05b..955cb0518299 100644
--- a/xfce-base/xfwm4/ChangeLog
+++ b/xfce-base/xfwm4/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.119 2008/09/21 22:14:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.120 2008/10/30 22:05:39 angelos Exp $
+
+*xfwm4-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org> +xfwm4-4.4.3.ebuild:
+ Xfce-4.4.3 bump
*xfwm4-4.4.2-r1 (21 Sep 2008)
diff --git a/xfce-base/xfwm4/xfwm4-4.4.3.ebuild b/xfce-base/xfwm4/xfwm4-4.4.3.ebuild
new file mode 100644
index 000000000000..f39d059bdc89
--- /dev/null
+++ b/xfce-base/xfwm4/xfwm4-4.4.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.4.3.ebuild,v 1.1 2008/10/30 22:05:39 angelos Exp $
+
+EAPI=1
+
+inherit eutils xfce44
+
+XFCE_VERSION=4.4.3
+
+xfce44
+xfce44_core_package
+
+DESCRIPTION="Window manager"
+HOMEPAGE="http://www.xfce.org/projects/xfwm4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="debug startup-notification xcomposite"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXpm
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libXext
+ xcomposite? ( x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes )
+ >=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ x11-libs/pango
+ startup-notification? ( x11-libs/startup-notification )
+ >=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}
+ dev-util/intltool"
+
+XFCE_CONFIG="${XFCE_CONFIG} --enable-xsync --enable-render --enable-randr \
+ $(use_enable xcomposite compositor)"
+
+DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO"