summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-20 13:42:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-20 13:42:57 +0000
commitbd8019c385af0da0fe3d0834f8c3ca271f542b14 (patch)
treea34838177df41ae408098c6920e61c7ed9ee01a6 /xfce-extra/xfce4-sensors-plugin
parentbump to EAPI=4, solving bug #378519. (diff)
downloadgentoo-2-bd8019c385af0da0fe3d0834f8c3ca271f542b14.tar.gz
gentoo-2-bd8019c385af0da0fe3d0834f8c3ca271f542b14.tar.bz2
gentoo-2-bd8019c385af0da0fe3d0834f8c3ca271f542b14.zip
Fix missing System in Categories of xfce4-sensors.desktop by Jeremy Olexa.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/ChangeLog b/xfce-extra/xfce4-sensors-plugin/ChangeLog
index 51edaaa6db1b..4a8ae29f523b 100644
--- a/xfce-extra/xfce4-sensors-plugin/ChangeLog
+++ b/xfce-extra/xfce4-sensors-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.26 2011/10/16 05:25:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.27 2011/10/20 13:42:57 ssuominen Exp $
+
+ 20 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-sensors-plugin-1.2.3.ebuild:
+ Fix missing System in Categories of xfce4-sensors.desktop by Jeremy Olexa.
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-sensors-plugin-1.2.3.ebuild:
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
index b194db451a7e..e19c2b3b8c1a 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.4 2011/10/16 05:25:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.5 2011/10/20 13:42:57 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
@@ -49,5 +49,9 @@ src_prepare() {
# Use flags from xfce4-dev-tools instead of defining them again in
# configure.in wrt #386979
sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
+ # http://bugzilla.xfce.org/show_bug.cgi?id=8057
+ # value "Monitor" in key "Categories" in group "Desktop Entry" requires
+ # another category to be present among the following categories: System
+ sed -i -e 's:Monitor:System;&:' src/xfce4-sensors.desktop.in || die
xfconf_src_prepare
}