Accepting request 159446 from GNOME:Next
Forward OBS-URL: https://build.opensuse.org/request/show/159446 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=29
This commit is contained in:
parent
b3608318e3
commit
d1a63d7c2f
21
nemiver-fix-desktopfile-syntax.patch
Normal file
21
nemiver-fix-desktopfile-syntax.patch
Normal file
@ -0,0 +1,21 @@
|
||||
From c6116f784ab5f20336184b3c20ec8e51a71e7a6a Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Mustieles <daniel.mustieles@gmail.com>
|
||||
Date: Tue, 15 Jan 2013 15:28:26 +0000
|
||||
Subject: Fixed syntax in .desktop file
|
||||
|
||||
---
|
||||
diff --git a/data/nemiver.desktop.in b/data/nemiver.desktop.in
|
||||
index eedbfbf..954b8d0 100644
|
||||
--- a/data/nemiver.desktop.in
|
||||
+++ b/data/nemiver.desktop.in
|
||||
@@ -5,7 +5,7 @@ _Name=Nemiver
|
||||
_GenericName=C/C++ Debugger
|
||||
_X-GNOME-FullName=Nemiver C/C++ Debugger
|
||||
_Comment=Debug Applications
|
||||
-_Keywords=gdb;disassembler;debugger;c;c++
|
||||
+_Keywords=gdb;disassembler;debugger;c;c++;
|
||||
Icon=nemiver
|
||||
Exec=nemiver
|
||||
Categories=GNOME;GTK;Development;Debugger;
|
||||
--
|
||||
cgit v0.9.1
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 22:47:41 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Add nemiver-fix-desktopfile-syntax.patch, fix broken syntax in
|
||||
.desktop file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 11:58:27 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,6 +24,8 @@ License: GPL-2.0+
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://home.gna.org/nemiver/
|
||||
Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM nemiver-fix-desktopfile-syntax.patch zaitor@opensuse.org -- fix broken syntax in .desktop file, patch from upstream git.
|
||||
Patch0: nemiver-fix-desktopfile-syntax.patch
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -66,6 +68,7 @@ This package contains the development files to build debugger backend.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user