diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-05-22 16:33:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-05-22 16:33:34 +0000 |
commit | cd2456c51f18a0ad1a74539dc202c4d696d439fd (patch) | |
tree | d548525b6d9b96681442f35d299a1469cfed2797 /xfce-base | |
parent | Version bump to 1.3.24 and 1.4.6, bug 305261. (diff) | |
download | historical-cd2456c51f18a0ad1a74539dc202c4d696d439fd.tar.gz historical-cd2456c51f18a0ad1a74539dc202c4d696d439fd.tar.bz2 historical-cd2456c51f18a0ad1a74539dc202c4d696d439fd.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild | 27 | ||||
-rw-r--r-- | xfce-base/thunar/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.0.2.ebuild | 78 | ||||
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild | 54 |
6 files changed, 180 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 11bda0c4e07b..02a9c7b18c47 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.136 2010/03/31 12:11:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.137 2010/05/22 16:33:34 angelos Exp $ + +*libxfce4util-4.6.2 (22 May 2010) + + 22 May 2010; Christoph Mende <angelos@gentoo.org> + +libxfce4util-4.6.2.ebuild: + Version bump 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> libxfce4util-4.7.1.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild new file mode 100644 index 000000000000..8b6099da89c9 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild,v 1.1 2010/05/22 16:33:34 angelos Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Basic utility library for Xfce4" +HOMEPAGE="http://www.xfce.org/projects/libraries" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2" + +LICENSE="LGPL-2" +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:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + --disable-static + $(use_enable debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 4e3dfa5c0cd7..9ad4142c3cac 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.88 2010/04/22 15:42:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.89 2010/05/22 16:25:37 angelos Exp $ + +*thunar-1.0.2 (22 May 2010) + + 22 May 2010; Christoph Mende <angelos@gentoo.org> +thunar-1.0.2.ebuild: + Version bump 22 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +thunar-1.0.1-r1.ebuild, +files/thunar-1.0.1-fix-umask-handling.patch: diff --git a/xfce-base/thunar/thunar-1.0.2.ebuild b/xfce-base/thunar/thunar-1.0.2.ebuild new file mode 100644 index 000000000000..59947175c09c --- /dev/null +++ b/xfce-base/thunar/thunar-1.0.2.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.2.ebuild,v 1.1 2010/05/22 16:25:37 angelos Exp $ + +EAPI=2 +MY_P=${P/t/T} +inherit virtualx xfconf + +DESCRIPTION="File manager for Xfce4" +HOMEPAGE="http://thunar.xfce.org" +SRC_URI="mirror://xfce/src/xfce/${PN}/1.0/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-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="dbus debug doc exif gnome hal pcre startup-notification +trash-plugin" + +RDEPEND=">=dev-lang/perl-5.6 + >=dev-libs/glib-2.6:2 + >=dev-util/desktop-file-utils-0.14 + >=media-libs/freetype-2 + >=media-libs/jpeg-6b:0 + >=media-libs/libpng-1.2.0 + virtual/fam + >=x11-libs/gtk+-2.6:2 + x11-libs/libSM + >=x11-misc/shared-mime-info-0.20 + >=xfce-base/exo-0.3.92[hal?] + <xfce-base/exo-0.5 + >=xfce-base/libxfce4util-4.6 + dbus? ( dev-libs/dbus-glib ) + exif? ( >=media-libs/libexif-0.6 ) + hal? ( dev-libs/dbus-glib + sys-apps/hal ) + gnome? ( gnome-base/gconf ) + pcre? ( >=dev-libs/libpcre-6 ) + startup-notification? ( x11-libs/startup-notification ) + trash-plugin? ( dev-libs/dbus-glib + >=xfce-base/xfce4-panel-4.6 )" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext + doc? ( dev-libs/libxslt )" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(use_enable dbus) + $(use_enable gnome gnome-thumbnailers) + $(use_enable startup-notification) + $(use_enable doc xsltproc) + $(use_enable exif) + $(use_enable pcre) + $(use_enable debug)" + + if use hal; then + XFCONF="${XFCONF} --enable-dbus --with-volume-manager=hal" + else + XFCONF="${XFCONF} --with-volume-manager=none" + fi + + if use trash-plugin; then + XFCONF="${XFCONF} --enable-dbus" + else + XFCONF="${XFCONF} --disable-tpa-plugin" + fi + DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO" +} + +src_test() { + Xemake check || die "Xemake check failed" +} + +pkg_postinst() { + xfconf_pkg_postinst + elog "If you are seeing some odd dbus error, make sure your user is in the" + elog "plugdev group. See Gentoo bug #279077 for more info" +} diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 3868351b9c31..3d070b7382bb 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce-utils -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.145 2009/10/13 21:09:59 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.146 2010/05/22 16:30:08 angelos Exp $ + +*xfce-utils-4.6.2 (22 May 2010) + + 22 May 2010; Christoph Mende <angelos@gentoo.org> + +xfce-utils-4.6.2.ebuild: + Version bump 13 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfce-utils-4.6.1.ebuild: Fix out of prefix error for Gentoo Prefix. No change for Gentoo Linux diff --git a/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild new file mode 100644 index 000000000000..32bf1a0e0af5 --- /dev/null +++ b/xfce-base/xfce-utils/xfce-utils-4.6.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2010 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.6.2.ebuild,v 1.1 2010/05/22 16:30:08 angelos Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Collection of utils for Xfce4" +HOMEPAGE="http://www.xfce.org/projects/xfce-utils/" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${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="dbus debug +lock" + +RDEPEND="x11-apps/xrdb + x11-libs/libX11 + >=dev-libs/glib-2.6:2 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-4.6 + >=xfce-base/libxfcegui4-4.6 + >=xfce-base/xfconf-4.6 + dbus? ( >=dev-libs/dbus-glib-0.70 ) + lock? ( || ( x11-misc/xscreensaver + gnome-extra/gnome-screensaver + x11-misc/xlockmore ) )" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(use_enable dbus) + $(use_enable debug) + --with-vendor-info=Gentoo + --with-xsession-prefix="${EPREFIX}"/usr" + DOCS="AUTHORS ChangeLog NEWS README" +} + +src_install() { + xfconf_src_install + insinto /usr/share/xfce4 + doins "${FILESDIR}"/Gentoo || die "doins failed" + echo startxfce4 > "${T}"/Xfce4 + exeinto /etc/X11/Sessions + doexe "${T}"/Xfce4 || die "doexe failed" +} + +pkg_postinst() { + elog "Run Xfce4 from your favourite Display Manager by using" + elog "XSESSION=\"Xfce4\" in /etc/rc.conf" +} |