diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:59:18 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:59:18 +0000 |
commit | a5dd80a66cd9d8c2ab6e14fd39aea688c1c52787 (patch) | |
tree | 89a0033564e8206f8209b8d210a0279559d23b74 /xfce-extra | |
parent | Update the inherits so that gnome phases get run. Thanks to Betelgeuse (diff) | |
download | historical-a5dd80a66cd9d8c2ab6e14fd39aea688c1c52787.tar.gz historical-a5dd80a66cd9d8c2ab6e14fd39aea688c1c52787.tar.bz2 historical-a5dd80a66cd9d8c2ab6e14fd39aea688c1c52787.zip |
Xfce-4.6 bump
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.100.ebuild | 44 | ||||
-rw-r--r-- | xfce-extra/xfce4-appfinder/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-appfinder/xfce4-appfinder-4.6.0.ebuild | 24 | ||||
-rw-r--r-- | xfce-extra/xfce4-mixer/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild | 29 |
6 files changed, 119 insertions, 5 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index 27b5bd82f656..d401d8909a74 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.79 2009/02/09 19:45:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.80 2009/03/10 13:53:58 angelos Exp $ + +*exo-0.3.100 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende <angelos@gentoo.org> +exo-0.3.100.ebuild: + Xfce-4.6 bump 09 Feb 2009; Christoph Mende <angelos@gentoo.org> -exo-0.3.4-r1.ebuild: Removed old diff --git a/xfce-extra/exo/exo-0.3.100.ebuild b/xfce-extra/exo/exo-0.3.100.ebuild new file mode 100644 index 000000000000..a8706f03770a --- /dev/null +++ b/xfce-extra/exo/exo-0.3.100.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.100.ebuild,v 1.1 2009/03/10 13:53:58 angelos Exp $ + +EAPI=1 + +inherit xfce4 python + +XFCE_VERSION=4.6.0 + +xfce4_core + +DESCRIPTION="Extensions, widgets and framework library with session management support" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc hal libnotify python" + +RDEPEND=">=dev-lang/perl-5.6 + dev-perl/URI + >=dev-libs/glib-2.6:2 + >=x11-libs/gtk+-2.6:2 + >=xfce-base/libxfce4util-${XFCE_VERSION} + libnotify? ( x11-libs/libnotify ) + hal? ( sys-apps/hal ) + python? ( dev-python/pygtk )" +DEPEND="${RDEPEND} + dev-util/intltool + doc? ( dev-util/gtk-doc )" + +pkg_setup() { + XFCE_CONFIG+=" $(use_enable doc gtk-doc) $(use_enable hal) + $(use_enable libnotify notifications) $(use_enable python)" +} + +pkg_postinst() { + xfce4_pkg_postinst + python_mod_optimize /usr/lib*/python*/site-packages +} + +pkg_postrm() { + xfce4_pkg_postrm + python_mod_cleanup /usr/lib*/python*/site-packages +} + +DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" diff --git a/xfce-extra/xfce4-appfinder/ChangeLog b/xfce-extra/xfce4-appfinder/ChangeLog index 6e76475c6766..a21a6ceabe8b 100644 --- a/xfce-extra/xfce4-appfinder/ChangeLog +++ b/xfce-extra/xfce4-appfinder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-appfinder -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.73 2008/12/22 17:07:17 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.74 2009/03/10 13:59:18 angelos Exp $ + +*xfce4-appfinder-4.6.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende <angelos@gentoo.org> + +xfce4-appfinder-4.6.0.ebuild: + Xfce-4.6 bump 22 Dec 2008; Christoph Mende <angelos@gentoo.org> -xfce4-appfinder-4.4.2.ebuild: diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.6.0.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.6.0.ebuild new file mode 100644 index 000000000000..359ab66ed78c --- /dev/null +++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.6.0.ebuild,v 1.1 2009/03/10 13:59:18 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +xfce4_core + +DESCRIPTION="Application finder" +HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.6:2 + >=x11-libs/gtk+-2.6:2 + >=xfce-base/libxfce4util-${XFCE_VERSION} + >=xfce-base/libxfcegui4-${XFCE_VERSION} + >=xfce-base/thunar-0.9.92" +DEPEND="${RDEPEND} + dev-util/intltool" + +DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" diff --git a/xfce-extra/xfce4-mixer/ChangeLog b/xfce-extra/xfce4-mixer/ChangeLog index 848cc521c9bf..74238435cb52 100644 --- a/xfce-extra/xfce4-mixer/ChangeLog +++ b/xfce-extra/xfce4-mixer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-mixer -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.112 2008/12/22 17:07:56 angelos Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.113 2009/03/10 13:58:15 angelos Exp $ + +*xfce4-mixer-4.6.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende <angelos@gentoo.org> + +xfce4-mixer-4.6.0.ebuild: + Xfce-4.6 bump 22 Dec 2008; Christoph Mende <angelos@gentoo.org> -xfce4-mixer-4.4.2.ebuild: diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild new file mode 100644 index 000000000000..9088e68332b9 --- /dev/null +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild,v 1.1 2009/03/10 13:58:15 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +xfce4_core + +DESCRIPTION="Volume control application using gstreamer" +HOMEPAGE="http://www.xfce.org/projects/xfce4-mixer" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="alsa debug oss" + +RDEPEND=">=dev-libs/glib-2.12:2 + >=media-libs/gst-plugins-base-0.10.2 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-${XFCE_VERSION} + >=xfce-base/libxfcegui4-${XFCE_VERSION} + >=xfce-base/xfce4-panel-${XFCE_VERSION} + >=xfce-base/xfconf-${XFCE_VERSION} + alsa? ( media-plugins/gst-plugins-alsa ) + oss? ( media-plugins/gst-plugins-oss )" +DEPEND="${RDEPEND} + dev-util/intltool" + +DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" |