summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-07-29 21:40:28 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-07-29 21:40:28 +0000
commit02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d (patch)
tree543e755a5b781d3aac5c051d3a0b04292c6ae19a /x11-misc/obconf
parentBump a snapshot. Should fix bug #478154 and bug #476502. (diff)
downloadgentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.tar.gz
gentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.tar.bz2
gentoo-2-02383dc3ee5f1b45387f0c3a19a99fbf896c9d1d.zip
fix desktop file wrt #437438
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/ChangeLog7
-rw-r--r--x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch24
-rw-r--r--x11-misc/obconf/obconf-2.0.3_p20111019.ebuild3
3 files changed, 32 insertions, 2 deletions
diff --git a/x11-misc/obconf/ChangeLog b/x11-misc/obconf/ChangeLog
index 4898c2643442..92ef2395f077 100644
--- a/x11-misc/obconf/ChangeLog
+++ b/x11-misc/obconf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.105 2013/07/25 14:05:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.106 2013/07/29 21:40:27 hasufell Exp $
+
+ 29 Jul 2013; Julian Ospald <hasufell@gentoo.org>
+ obconf-2.0.3_p20111019.ebuild,
+ +files/obconf-2.0.3_p20111019-desktopfile.patch:
+ fix desktop file wrt #437438
25 Jul 2013; Jeroen Roovers <jer@gentoo.org> obconf-2.0.3_p20111019.ebuild:
Stable for HPPA (bug #477744).
diff --git a/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch
new file mode 100644
index 000000000000..50433325ad90
--- /dev/null
+++ b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch
@@ -0,0 +1,24 @@
+commit 1b6eb630bc82265f514c30717b712758917b0e1c
+Author: hasufell <hasufell@gentoo.org>
+Date: Mon Jul 29 23:37:52 2013 +0200
+
+ fix desktop file
+
+diff --git a/obconf.desktop b/obconf.desktop
+index 0c9714e..a3ba032 100644
+--- a/obconf.desktop
++++ b/obconf.desktop
+@@ -1,5 +1,4 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Type=Application
+ Name=Openbox Configuration Manager
+ Name[zh_TW]=Openbox 組態管理器
+@@ -8,6 +7,6 @@ Comment[zh_TW]=管理 Openbox 組態設定
+ Icon=obconf
+ Exec=obconf %f
+ Categories=Settings;DesktopSettings;GTK;
+-MimeType=application/x-openbox-theme
++MimeType=application/x-openbox-theme;
+ StartupNotify=true
+ Terminal=false
diff --git a/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild b/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
index c6aa143bfb00..580f07332bc9 100644
--- a/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.11 2013/07/25 14:05:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.12 2013/07/29 21:40:27 hasufell Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}
src_prepare() {
+ epatch "${FILESDIR}"/${P}-desktopfile.patch
eautopoint
eautoreconf
}