Version bump.
authorSamuli Suominen <ssuominen@gentoo.org>
Wed, 14 Sep 2011 16:28:18 +0000 (16:28 +0000)
committerSamuli Suominen <ssuominen@gentoo.org>
Wed, 14 Sep 2011 16:28:18 +0000 (16:28 +0000)
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64

xfce-base/xfce4-session/ChangeLog
xfce-base/xfce4-session/xfce4-session-4.8.2.ebuild [new file with mode: 0644]
xfce-base/xfdesktop/ChangeLog
xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild [new file with mode: 0644]

index cbe8fd889f9b8e9a99e725f129b234de8e966ed4..ddfcce15925ee86d34a56b46fd57c3b08c5125b8 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/xfce4-session
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.141 2011/04/23 17:23:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/ChangeLog,v 1.142 2011/09/14 16:28:18 ssuominen Exp $
+
+*xfce4-session-4.8.2 (14 Sep 2011)
+
+  14 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-session-4.8.2.ebuild:
+  Version bump.
 
   23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-session-4.8.1.ebuild:
diff --git a/xfce-base/xfce4-session/xfce4-session-4.8.2.ebuild b/xfce-base/xfce4-session/xfce4-session-4.8.2.ebuild
new file mode 100644 (file)
index 0000000..31795ac
--- /dev/null
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 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.8.2.ebuild,v 1.1 2011/09/14 16:28:18 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="Xfce's session manager"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-session/"
+SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+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="consolekit debug gnome gnome-keyring policykit udev +xfce_plugins_logout"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.92
+       x11-apps/iceauth
+       x11-libs/libSM
+       >=x11-libs/libwnck-2.22:1
+       x11-libs/libX11
+       >=xfce-base/libxfce4util-4.8
+       >=xfce-base/libxfce4ui-4.8
+       >=xfce-base/xfconf-4.8
+       >=xfce-base/xfce-utils-4.8
+       gnome? ( gnome-base/gconf:2 )
+       gnome-keyring? ( gnome-base/libgnome-keyring )
+       xfce_plugins_logout? ( >=xfce-base/xfce4-panel-4.8 )"
+RDEPEND="${COMMON_DEPEND}
+       consolekit? ( sys-auth/consolekit )
+       policykit? ( sys-auth/polkit )
+       udev? ( sys-power/upower )"
+DEPEND="${COMMON_DEPEND}
+       dev-util/intltool
+       dev-util/pkgconfig
+       sys-devel/gettext"
+
+pkg_setup() {
+       XFCONF=(
+               --docdir="${EPREFIX}"/usr/share/doc/${PF}
+               --disable-static
+               $(use_enable xfce_plugins_logout panel-plugin)
+               $(use_enable gnome)
+               $(use_enable gnome-keyring libgnome-keyring)
+               $(xfconf_use_debug)
+               --disable-hal
+               $(use_enable udev upower)
+               $(use_enable consolekit)
+               $(use_enable policykit polkit)
+               )
+
+       DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
+}
index 35c7f26cc87d299c4e99d945c13a78df6ac43834..f7b35fb5204625a19cbef0aa6368c9e15baf0da6 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/xfdesktop
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.194 2011/04/26 15:50:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.195 2011/09/14 16:25:01 ssuominen Exp $
+
+*xfdesktop-4.8.3 (14 Sep 2011)
+
+  14 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> +xfdesktop-4.8.3.ebuild:
+  Version bump.
 
   26 Apr 2011; Jeroen Roovers <jer@gentoo.org> xfdesktop-4.8.1.ebuild:
   Stable for HPPA (bug #358407).
diff --git a/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild
new file mode 100644 (file)
index 0000000..00bd2cd
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 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.1 2011/09/14 16:25:01 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
+SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+# XXX: Don't mark this ebuild stable because of fake transparency problems, stay with 4.8.1 instead
+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="x11-libs/libX11
+       x11-libs/libSM
+       >=x11-libs/libwnck-2.22:1
+       >=dev-libs/glib-2.18:2
+       >=x11-libs/gtk+-2.14:2
+       >=xfce-base/libxfce4util-4.8
+       >=xfce-base/libxfce4ui-4.8
+       >=xfce-base/garcon-0.1.5
+       >=xfce-base/xfconf-4.8
+       libnotify? ( >=x11-libs/libnotify-0.4 )
+       thunar? ( >=xfce-base/exo-0.6
+               >=xfce-base/thunar-1.2
+               >=dev-libs/dbus-glib-0.88 )"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       dev-util/pkgconfig
+       sys-devel/gettext"
+
+pkg_setup() {
+       XFCONF=(
+               --docdir="${EPREFIX}"/usr/share/doc/${PF}
+               --disable-static
+               $(use_enable thunar file-icons)
+               $(use_enable thunar thunarx)
+               $(use_enable thunar exo)
+               $(use_enable libnotify notifications)
+               $(xfconf_use_debug)
+               )
+
+       DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}