summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfce-base/exo/ChangeLog6
-rw-r--r--xfce-base/exo/exo-0.6.2-r1.ebuild4
-rw-r--r--xfce-base/exo/exo-0.6.2.ebuild4
-rw-r--r--xfce-base/exo/exo-0.7.1.ebuild4
-rw-r--r--xfce-base/garcon/ChangeLog6
-rw-r--r--xfce-base/garcon/garcon-0.1.10.ebuild4
-rw-r--r--xfce-base/garcon/garcon-0.1.9.ebuild4
-rw-r--r--xfce-base/libxfce4ui/ChangeLog6
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild4
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild4
-rw-r--r--xfce-base/libxfce4util/ChangeLog5
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild4
-rw-r--r--xfce-base/thunar/ChangeLog5
-rw-r--r--xfce-base/thunar/thunar-1.2.3.ebuild4
-rw-r--r--xfce-base/xfce4-panel/ChangeLog6
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild4
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild4
-rw-r--r--xfce-base/xfce4-settings/ChangeLog6
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild4
-rw-r--r--xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild4
-rw-r--r--xfce-base/xfconf/ChangeLog5
-rw-r--r--xfce-base/xfconf/xfconf-4.8.1.ebuild4
-rw-r--r--xfce-base/xfdesktop/ChangeLog6
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild4
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild4
-rw-r--r--xfce-base/xfwm4/ChangeLog5
-rw-r--r--xfce-base/xfwm4/xfwm4-4.8.3.ebuild4
27 files changed, 80 insertions, 44 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog
index 8e8c711274cb..1f39611ba1e1 100644
--- a/xfce-base/exo/ChangeLog
+++ b/xfce-base/exo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.70 2012/03/02 00:28:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.71 2012/03/23 21:13:06 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> exo-0.6.2-r1.ebuild,
+ exo-0.6.2.ebuild, exo-0.7.1.ebuild:
+ Add slot dep on glib
02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> exo-0.7.1.ebuild:
Raise libxfce4ui depend to 4.9 for function xfce_dialog_show_help by Diego
diff --git a/xfce-base/exo/exo-0.6.2-r1.ebuild b/xfce-base/exo/exo-0.6.2-r1.ebuild
index 166113c2bc93..a9cc449e06f9 100644
--- a/xfce-base/exo/exo-0.6.2-r1.ebuild
+++ b/xfce-base/exo/exo-0.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2-r1.ebuild,v 1.1 2012/03/01 15:10:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2-r1.ebuild,v 1.2 2012/03/23 21:13:06 angelos Exp $
EAPI=4
PYTHON_DEPEND="python? 2:2.6"
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
dev-perl/URI
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4util-4.8
diff --git a/xfce-base/exo/exo-0.6.2.ebuild b/xfce-base/exo/exo-0.6.2.ebuild
index 00c932700eda..abae7f3984d9 100644
--- a/xfce-base/exo/exo-0.6.2.ebuild
+++ b/xfce-base/exo/exo-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.9 2012/01/06 10:21:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.10 2012/03/23 21:13:06 angelos Exp $
EAPI=4
PYTHON_DEPEND="python? 2:2.6"
@@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
dev-perl/URI
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4util-4.8
diff --git a/xfce-base/exo/exo-0.7.1.ebuild b/xfce-base/exo/exo-0.7.1.ebuild
index baa5afe08562..6b8927d2c3cc 100644
--- a/xfce-base/exo/exo-0.7.1.ebuild
+++ b/xfce-base/exo/exo-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.1.ebuild,v 1.2 2012/03/02 00:28:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.1.ebuild,v 1.3 2012/03/23 21:13:06 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-
IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
dev-perl/URI
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4ui-4.9
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog
index ae39f1730790..5d78a7f0a05c 100644
--- a/xfce-base/garcon/ChangeLog
+++ b/xfce-base/garcon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/garcon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.39 2012/02/12 17:52:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.40 2012/03/23 21:14:58 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> garcon-0.1.10.ebuild,
+ garcon-0.1.9.ebuild:
+ Add slot dep on glib
*garcon-0.1.10 (12 Feb 2012)
diff --git a/xfce-base/garcon/garcon-0.1.10.ebuild b/xfce-base/garcon/garcon-0.1.10.ebuild
index c756b1b0222d..8f979233299d 100644
--- a/xfce-base/garcon/garcon-0.1.10.ebuild
+++ b/xfce-base/garcon/garcon-0.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.10.ebuild,v 1.1 2012/02/12 17:52:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.10.ebuild,v 1.2 2012/03/23 21:14:58 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.14
+RDEPEND=">=dev-libs/glib-2.14:2
>=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
diff --git a/xfce-base/garcon/garcon-0.1.9.ebuild b/xfce-base/garcon/garcon-0.1.9.ebuild
index 5277b6740ee2..5d37fda74425 100644
--- a/xfce-base/garcon/garcon-0.1.9.ebuild
+++ b/xfce-base/garcon/garcon-0.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.9.ebuild,v 1.8 2012/01/06 10:23:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.9.ebuild,v 1.9 2012/03/23 21:14:58 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.14
+RDEPEND=">=dev-libs/glib-2.14:2
>=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog
index 39eac5738b84..1205fe36b7d4 100644
--- a/xfce-base/libxfce4ui/ChangeLog
+++ b/xfce-base/libxfce4ui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4ui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.32 2012/02/20 20:25:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.33 2012/03/23 21:17:04 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4ui-4.8.1.ebuild,
+ libxfce4ui-4.9.0.ebuild:
+ Add slot dep on glib
*libxfce4ui-4.9.0 (20 Feb 2012)
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild
index b59b8b5c31a5..b3cf6e4431cb 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.5 2012/02/13 21:38:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.6 2012/03/23 21:17:04 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug glade startup-notification"
-RDEPEND=">=dev-libs/glib-2.16
+RDEPEND=">=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.14:2
x11-libs/libICE
x11-libs/libSM
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild
index 74ec1d40644f..8f3feafb5e38 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild,v 1.2 2012/02/20 20:59:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild,v 1.3 2012/03/23 21:17:04 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug glade startup-notification"
-RDEPEND=">=dev-libs/glib-2.16
+RDEPEND=">=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.14:2
x11-libs/libX11
x11-libs/libICE
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 348ddab0935c..eaacc7839866 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.168 2012/01/06 10:26:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.169 2012/03/23 21:19:03 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4util-4.8.2.ebuild:
+ Add slot dep on glib
06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
-libxfce4util-4.8.1.ebuild:
diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
index 631e83f6e147..e7377b028ddf 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.8 2012/03/23 21:19:03 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.12"
+RDEPEND=">=dev-libs/glib-2.12:2"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index 37502af4e777..38acddf4a6f7 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/thunar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.134 2012/03/13 20:06:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.135 2012/03/23 21:22:12 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> thunar-1.2.3.ebuild:
+ Add slot dep on glib
13 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.3.ebuild:
Enable USE="dbus" by default to satisfy REQUIRED_USE by Jeremy Olexa.
diff --git a/xfce-base/thunar/thunar-1.2.3.ebuild b/xfce-base/thunar/thunar-1.2.3.ebuild
index d21c24c3d51f..44409c8420b9 100644
--- a/xfce-base/thunar/thunar-1.2.3.ebuild
+++ b/xfce-base/thunar/thunar-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.8 2012/03/13 20:06:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.9 2012/03/23 21:22:12 angelos Exp $
EAPI=4
inherit virtualx xfconf
@@ -18,7 +18,7 @@ IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_tr
GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
COMMON_DEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
>=xfce-base/exo-0.6
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4ui-4.8
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog
index d586f0682205..2cdfd929dc1d 100644
--- a/xfce-base/xfce4-panel/ChangeLog
+++ b/xfce-base/xfce4-panel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-panel
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.211 2012/02/20 20:39:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.212 2012/03/23 21:24:25 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> xfce4-panel-4.8.6.ebuild,
+ xfce4-panel-4.9.0.ebuild:
+ Add slot dep on glib
*xfce4-panel-4.9.0 (20 Feb 2012)
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild
index f94d0cc1ee14..5b4486e6dad0 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.8.6.ebuild,v 1.7 2012/01/06 10:37:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.8.6.ebuild,v 1.8 2012/03/23 21:24:25 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~
IUSE="debug"
RDEPEND=">=dev-libs/dbus-glib-0.90
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
>=x11-libs/cairo-1
>=x11-libs/gtk+-2.14:2
x11-libs/libX11
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild
index 09d105bb7341..f2c837fc3086 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.9.0.ebuild,v 1.1 2012/02/20 20:39:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.9.0.ebuild,v 1.2 2012/03/23 21:24:25 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-
IUSE="debug"
RDEPEND=">=dev-libs/dbus-glib-0.90
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
>=x11-libs/cairo-1
>=x11-libs/gtk+-2.14:2
x11-libs/libX11
diff --git a/xfce-base/xfce4-settings/ChangeLog b/xfce-base/xfce4-settings/ChangeLog
index 68470d4edc07..337037779e71 100644
--- a/xfce-base/xfce4-settings/ChangeLog
+++ b/xfce-base/xfce4-settings/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfce4-settings
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.89 2012/02/20 20:51:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/ChangeLog,v 1.90 2012/03/23 21:27:03 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> xfce4-settings-4.8.3.ebuild,
+ xfce4-settings-4.9.2.ebuild:
+ Add slot dep on glib
*xfce4-settings-4.9.2 (20 Feb 2012)
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild
index 1dcbbcf2cfb3..2c77824992e0 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild,v 1.8 2012/01/06 10:43:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.8.3.ebuild,v 1.9 2012/03/23 21:27:03 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~
IUSE="debug libcanberra libnotify +xklavier"
RDEPEND=">=dev-libs/dbus-glib-0.90
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.16:2
>=gnome-base/libglade-2
>=x11-libs/gtk+-2.14:2
x11-libs/libX11
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild
index 6c5add1175ea..46185dd1cddf 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild,v 1.1 2012/02/20 20:51:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.9.2.ebuild,v 1.2 2012/03/23 21:27:03 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-
IUSE="debug libcanberra libnotify +xklavier"
RDEPEND=">=dev-libs/dbus-glib-0.92
- >=dev-libs/glib-2.24
+ >=dev-libs/glib-2.24:2
media-libs/fontconfig
>=x11-libs/gtk+-2.20:2
x11-libs/libX11
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog
index cc074969c55f..7247439ec70f 100644
--- a/xfce-base/xfconf/ChangeLog
+++ b/xfce-base/xfconf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfconf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.56 2012/02/13 21:41:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.57 2012/03/23 21:29:28 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> xfconf-4.8.1.ebuild:
+ Add slot dep on glib
13 Feb 2012; Markus Meier <maekke@gentoo.org> xfconf-4.8.1.ebuild:
arm stable, bug #401229
diff --git a/xfce-base/xfconf/xfconf-4.8.1.ebuild b/xfce-base/xfconf/xfconf-4.8.1.ebuild
index af9cb09d82aa..965b58947f93 100644
--- a/xfce-base/xfconf/xfconf-4.8.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,v 1.5 2012/02/13 21:41:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.1.ebuild,v 1.6 2012/03/23 21:29:28 angelos Exp $
EAPI=4
inherit xfconf
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-fr
IUSE="debug perl"
RDEPEND=">=dev-libs/dbus-glib-0.90
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
>=xfce-base/libxfce4util-4.8
perl? ( dev-perl/glib-perl )"
DEPEND="${RDEPEND}
diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog
index 1e175d5de263..4d41e1cb8d36 100644
--- a/xfce-base/xfdesktop/ChangeLog
+++ b/xfce-base/xfdesktop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/xfdesktop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.202 2012/03/07 16:22:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.203 2012/03/23 21:31:02 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> xfdesktop-4.8.3.ebuild,
+ xfdesktop-4.9.0.ebuild:
+ Add slot dep on glib
*xfdesktop-4.9.0 (07 Mar 2012)
diff --git a/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild
index 49bc29ac058c..1a2a97c35290 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.7 2012/02/13 21:44:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.8 2012/03/23 21:31:02 angelos Exp $
EAPI=4
inherit xfconf
@@ -17,7 +17,7 @@ IUSE="debug libnotify thunar"
RDEPEND="x11-libs/libX11
x11-libs/libSM
>=x11-libs/libwnck-2.22:1
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfce4ui-4.8
diff --git a/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild
index e43facb3a83d..9a3ff27403a4 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild,v 1.1 2012/03/07 16:22:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild,v 1.2 2012/03/23 21:31:02 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug libnotify thunar"
-RDEPEND=">=dev-libs/glib-2.20
+RDEPEND=">=dev-libs/glib-2.20:2
>=x11-libs/gtk+-2.24:2
x11-libs/libSM
>=x11-libs/libwnck-2.20:1
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog
index d154c7a15e59..2d0cbe7e674d 100644
--- a/xfce-base/xfwm4/ChangeLog
+++ b/xfce-base/xfwm4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.185 2012/02/13 21:47:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.186 2012/03/23 21:32:47 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> xfwm4-4.8.3.ebuild:
+ Add slot dep on glib
13 Feb 2012; Markus Meier <maekke@gentoo.org> xfwm4-4.8.3.ebuild:
arm stable, bug #401229
diff --git a/xfce-base/xfwm4/xfwm4-4.8.3.ebuild b/xfce-base/xfwm4/xfwm4-4.8.3.ebuild
index 4d319d3f3b47..6eb7434ff1a9 100644
--- a/xfce-base/xfwm4/xfwm4-4.8.3.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.8.3.ebuild,v 1.6 2012/02/13 21:47:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.8.3.ebuild,v 1.7 2012/03/23 21:32:47 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug startup-notification +xcomposite"
-RDEPEND=">=dev-libs/glib-2.10
+RDEPEND=">=dev-libs/glib-2.10:2
>=x11-libs/gtk+-2.14:2
x11-libs/libICE
x11-libs/libSM