summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-03-08 15:06:40 +0000
committerMichał Górny <mgorny@gentoo.org>2015-03-08 15:06:40 +0000
commit1ad6493fd27d761be642f337767ae1bbc8a949d9 (patch)
tree45cc2bc6bfdef11d3c9e08b0aa6a7a0f36373049 /xfce-extra
parentCleanup. (diff)
downloadgentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.tar.gz
gentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.tar.bz2
gentoo-2-1ad6493fd27d761be642f337767ae1bbc8a949d9.zip
Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/63 by me and damex.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-volman/ChangeLog10
-rw-r--r--xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild40
-rw-r--r--xfce-extra/tumbler/ChangeLog10
-rw-r--r--xfce-extra/tumbler/tumbler-0.1.31.ebuild55
-rw-r--r--xfce-extra/xfce4-power-manager/ChangeLog11
-rw-r--r--xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.3.ebuild57
6 files changed, 177 insertions, 6 deletions
diff --git a/xfce-extra/thunar-volman/ChangeLog b/xfce-extra/thunar-volman/ChangeLog
index 4fa164cfbe95..964c3bb6cc4f 100644
--- a/xfce-extra/thunar-volman/ChangeLog
+++ b/xfce-extra/thunar-volman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/thunar-volman
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.83 2014/07/24 12:27:52 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.84 2015/03/08 15:06:39 mgorny Exp $
+
+*thunar-volman-0.8.1 (08 Mar 2015)
+
+ 08 Mar 2015; Michał Górny <mgorny@gentoo.org> +thunar-volman-0.8.1.ebuild:
+ Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-
+ rsync-mirror/pull/63 by me and damex.
24 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
thunar-volman-0.8.0.ebuild:
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild
new file mode 100644
index 000000000000..b8ec5e58d683
--- /dev/null
+++ b/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug libnotify"
+
+COMMON_DEPEND=">=dev-libs/glib-2.30
+ virtual/libgudev:=
+ >=x11-libs/gtk+-2.24:2
+ >=xfce-base/exo-0.10
+ >=xfce-base/libxfce4ui-4.10
+ >=xfce-base/libxfce4util-4.10
+ >=xfce-base/xfconf-4.10
+ libnotify? ( >=x11-libs/libnotify-0.7 )"
+RDEPEND="${COMMON_DEPEND}
+ virtual/udev
+ >=xfce-base/thunar-1.6[udisks]"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(use_enable libnotify notifications)
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+}
diff --git a/xfce-extra/tumbler/ChangeLog b/xfce-extra/tumbler/ChangeLog
index da361e87da18..c6e18df3d66a 100644
--- a/xfce-extra/tumbler/ChangeLog
+++ b/xfce-extra/tumbler/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/tumbler
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.65 2014/04/22 13:59:14 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.66 2015/03/08 15:06:39 mgorny Exp $
+
+*tumbler-0.1.31 (08 Mar 2015)
+
+ 08 Mar 2015; Michał Górny <mgorny@gentoo.org> +tumbler-0.1.31.ebuild:
+ Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-
+ rsync-mirror/pull/63 by me and damex.
22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> -tumbler-0.1.25.ebuild,
-tumbler-0.1.29.ebuild:
diff --git a/xfce-extra/tumbler/tumbler-0.1.31.ebuild b/xfce-extra/tumbler/tumbler-0.1.31.ebuild
new file mode 100644
index 000000000000..c30861c76a87
--- /dev/null
+++ b/xfce-extra/tumbler/tumbler-0.1.31.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.31.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/thunar/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="curl debug ffmpeg gstreamer jpeg odf pdf raw"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+ >=dev-libs/glib-2.24:2=
+ media-libs/freetype:2=
+ media-libs/libpng:0=
+ >=sys-apps/dbus-1.6:=
+ >=x11-libs/gdk-pixbuf-2.14:2=
+ curl? ( >=net-misc/curl-7.25:= )
+ ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
+ gstreamer? (
+ media-libs/gstreamer:1.0
+ media-libs/gst-plugins-base:1.0
+ )
+ jpeg? ( virtual/jpeg:0= )
+ odf? ( >=gnome-extra/libgsf-1.14.20:= )
+ pdf? ( >=app-text/poppler-0.12.4[cairo] )
+ raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
+RDEPEND="${COMMON_DEPEND}
+ >=xfce-base/thunar-1.4
+ gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(use_enable curl cover-thumbnailer)
+ $(use_enable jpeg jpeg-thumbnailer)
+ $(use_enable ffmpeg ffmpeg-thumbnailer)
+ $(use_enable gstreamer gstreamer-thumbnailer)
+ $(use_enable odf odf-thumbnailer)
+ $(use_enable pdf poppler-thumbnailer)
+ $(use_enable raw raw-thumbnailer)
+ $(xfconf_use_debug)
+ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
diff --git a/xfce-extra/xfce4-power-manager/ChangeLog b/xfce-extra/xfce4-power-manager/ChangeLog
index eb1a4a406d65..7de40633ad1d 100644
--- a/xfce-extra/xfce4-power-manager/ChangeLog
+++ b/xfce-extra/xfce4-power-manager/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-power-manager
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 1.89 2014/12/03 05:39:40 williamh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 1.90 2015/03/08 15:06:39 mgorny Exp $
+
+*xfce4-power-manager-1.4.3 (08 Mar 2015)
+
+ 08 Mar 2015; Michał Górny <mgorny@gentoo.org>
+ +xfce4-power-manager-1.4.3.ebuild:
+ Xfce 4.12 version bump, bug #541962. https://github.com/gentoo/gentoo-portage-
+ rsync-mirror/pull/63 by me and damex.
*xfce4-power-manager-1.4.2 (03 Dec 2014)
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.3.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.3.ebuild
new file mode 100644
index 000000000000..c86fcc715ae2
--- /dev/null
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.3.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
+
+EAPI=5
+inherit linux-info multilib xfconf
+
+DESCRIPTION="Power manager for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug kernel_linux lxpanel networkmanager policykit systemd +xfce_plugins_power"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100.2
+ >=dev-libs/glib-2.30
+ >=sys-apps/dbus-1.6.18
+ || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23-r2 )
+ >=x11-libs/gtk+-2.24:2
+ >=x11-libs/libnotify-0.7
+ x11-libs/libX11
+ >=x11-libs/libXrandr-1.2
+ x11-libs/libXext
+ >=xfce-base/xfconf-4.10
+ >=xfce-base/libxfce4ui-4.10
+ >=xfce-base/libxfce4util-4.10
+ lxpanel? ( lxde-base/lxpanel )
+ policykit? ( >=sys-auth/polkit-0.112 )
+ xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.10 )"
+# USE="systemd" is for ensuring hibernate/suspend works by enforcing correct runtime -only dependencies
+RDEPEND="${COMMON_DEPEND}
+ networkmanager? ( net-misc/networkmanager )
+ !systemd? ( || ( sys-power/pm-utils sys-power/upower-pm-utils ) )"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig
+ x11-proto/xproto"
+
+pkg_setup() {
+ if use kernel_linux; then
+ CONFIG_CHECK="~TIMER_STATS"
+ linux-info_pkg_setup
+ fi
+
+ XFCONF=(
+ $(use_enable policykit polkit)
+ $(use_enable networkmanager network-manager)
+ $(use_enable xfce_plugins_power xfce4panel)
+ $(use_enable lxpanel lxdepanel)
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS NEWS README TODO )
+}