summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-05 12:07:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-05 12:07:35 +0000
commitc15b1c469a0f8472db1aaba2531074bef8a65ca9 (patch)
treeb224411f631b7acae81f669ff61052ac9fdf41e1 /xfce-extra/xfce4-notifyd
parentversion bump (diff)
downloadgentoo-2-c15b1c469a0f8472db1aaba2531074bef8a65ca9.tar.gz
gentoo-2-c15b1c469a0f8472db1aaba2531074bef8a65ca9.tar.bz2
gentoo-2-c15b1c469a0f8472db1aaba2531074bef8a65ca9.zip
Fix Categories= line of desktop entry for the setting dialog wrt #455362 by Alexander Mezin
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog9
-rw-r--r--xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.2.2-categories.patch19
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild21
3 files changed, 37 insertions, 12 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index 9a7e42e67058..9d6a2d57b60f 100644
--- a/xfce-extra/xfce4-notifyd/ChangeLog
+++ b/xfce-extra/xfce4-notifyd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-notifyd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.17 2012/11/28 12:42:34 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.18 2013/02/05 12:07:35 ssuominen Exp $
+
+ 05 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-notifyd-0.2.2.ebuild, +files/xfce4-notifyd-0.2.2-categories.patch:
+ Fix Categories= line of desktop entry for the setting dialog wrt #455362 by
+ Alexander Mezin
28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-notifyd-0.2.2.ebuild:
diff --git a/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.2.2-categories.patch b/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.2.2-categories.patch
new file mode 100644
index 000000000000..d3bc9125e0cb
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.2.2-categories.patch
@@ -0,0 +1,19 @@
+From 75d5cdaa4be0b9b25da13655db77e2caebdbf570 Mon Sep 17 00:00:00 2001
+From: Nick Schermer <nick@xfce.org>
+Date: Fri, 27 Jan 2012 20:31:12 +0000
+Subject: Show dialog in settings category.
+
+---
+diff --git a/xfce4-notifyd-config/xfce4-notifyd-config.desktop.in b/xfce4-notifyd-config/xfce4-notifyd-config.desktop.in
+index 51d4827..9fa3ac2 100644
+--- a/xfce4-notifyd-config/xfce4-notifyd-config.desktop.in
++++ b/xfce4-notifyd-config/xfce4-notifyd-config.desktop.in
+@@ -8,5 +8,5 @@ Terminal=false
+ StartupNotify=true
+ Type=Application
+ OnlyShowIn=XFCE;
+-Categories=X-XFCE;Settings;DesktopSettings;
++Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
+ X-XfcePluggable=true
+--
+cgit v0.9.0.3
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild
index abbab2a7afd0..d49281870a7c 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild
@@ -1,31 +1,32 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild,v 1.4 2012/11/28 12:42:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild,v 1.5 2013/02/05 12:07:35 ssuominen Exp $
EAPI=5
inherit xfconf
DESCRIPTION="Notification daemon for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
-RDEPEND=">=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/xfconf-4.8
+RDEPEND=">=dev-libs/dbus-glib-0.100
+ >=sys-apps/dbus-1.6
>=x11-libs/gtk+-2.14:2
- >=sys-apps/dbus-1.4.1
- >=dev-libs/dbus-glib-0.88"
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfconf-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
+ sys-devel/gettext
+ virtual/pkgconfig"
pkg_setup() {
+ PATCHES=( "${FILESDIR}"/${P}-categories.patch )
XFCONF=( $(xfconf_use_debug) )
DOCS=( AUTHORS NEWS README TODO )
}