diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-09 19:31:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-09 19:31:26 +0000 |
commit | c0d7603229eeb33158e64758d140acc0f5de333a (patch) | |
tree | e8a51ff628e843b253745bd7f84f5670c3a4997a /xfce-base/libxfce4ui | |
parent | old (diff) | |
download | gentoo-2-c0d7603229eeb33158e64758d140acc0f5de333a.tar.gz gentoo-2-c0d7603229eeb33158e64758d140acc0f5de333a.tar.bz2 gentoo-2-c0d7603229eeb33158e64758d140acc0f5de333a.zip |
old
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/files/libxfce4ui-4.8.1-keyboard-shortcuts.patch | 21 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild | 45 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.9.2.ebuild | 45 |
4 files changed, 5 insertions, 112 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index 58c0bd090e91..319e4b67a348 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.50 2012/09/09 14:32:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.51 2012/09/09 19:31:25 ssuominen Exp $ + + 09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -libxfce4ui-4.8.1.ebuild, + -files/libxfce4ui-4.8.1-keyboard-shortcuts.patch, -libxfce4ui-4.9.2.ebuild: + old 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> libxfce4ui-4.10.0.ebuild: alpha/ia64/sh/sparc stable wrt #416233 diff --git a/xfce-base/libxfce4ui/files/libxfce4ui-4.8.1-keyboard-shortcuts.patch b/xfce-base/libxfce4ui/files/libxfce4ui-4.8.1-keyboard-shortcuts.patch deleted file mode 100644 index 874401857c0b..000000000000 --- a/xfce-base/libxfce4ui/files/libxfce4ui-4.8.1-keyboard-shortcuts.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 3130c3c5f96e3ddcff1a6e25598d0d2afe823090 Mon Sep 17 00:00:00 2001 -From: Nick Schermer <nick@xfce.org> -Date: Mon, 12 Dec 2011 19:52:10 +0000 -Subject: Add shortcuts for XF86WWW and XF86Mail. - ---- -diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml -index 2ea386e..60b3b3c 100644 ---- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml -+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml -@@ -10,6 +10,8 @@ - <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/> - <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/> - <property name="<Control>Escape" type="string" value="xfdesktop --menu"/> -+ <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/> -+ <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> - </property> - </property> - <property name="xfwm4" type="empty"> --- -cgit v0.9.0.2 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild deleted file mode 100644 index 7bf25ff2120f..000000000000 --- a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.8 2012/05/05 06:56:59 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Unified widgets and session management libraries for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/libxfce4" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${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 ~x86-solaris" -IUSE="debug glade startup-notification" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.14:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfconf-4.8 - glade? ( dev-util/glade:3 ) - startup-notification? ( x11-libs/startup-notification )" -DEPEND="${RDEPEND} - dev-lang/perl - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-keyboard-shortcuts.patch ) #392001 - - XFCONF=( - $(use_enable startup-notification) - $(use_enable glade gladeui) - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.9.2.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.9.2.ebuild deleted file mode 100644 index 91ad10dd7e4c..000000000000 --- a/xfce-base/libxfce4ui/libxfce4ui-4.9.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.2.ebuild,v 1.2 2012/05/05 06:56:59 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Unified widgets and session management libraries for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/libxfce4" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${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 ~x86-solaris" -IUSE="debug glade startup-notification" - -RDEPEND=">=dev-libs/glib-2.24 - >=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM - >=xfce-base/libxfce4util-4.9.1 - >=xfce-base/xfconf-4.9.1 - glade? ( dev-util/glade:3 ) - startup-notification? ( x11-libs/startup-notification ) - !xfce-base/xfce-utils" -DEPEND="${RDEPEND} - dev-lang/perl - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(use_enable startup-notification) - $(use_enable glade gladeui) - $(xfconf_use_debug) - --with-vendor-info=Gentoo - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} |