Set StartupNotify=true in desktop file
This commit is contained in:
parent
d6f17f6379
commit
07bb291736
12
highlight-2.15-startupnot.patch
Normal file
12
highlight-2.15-startupnot.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up highlight-2.15/highlight.desktop.startup highlight-2.15/highlight.desktop
|
||||||
|
--- highlight-2.15/highlight.desktop.startup 2010-03-14 20:51:58.521260462 +0100
|
||||||
|
+++ highlight-2.15/highlight.desktop 2010-03-14 20:53:00.945538718 +0100
|
||||||
|
@@ -6,4 +6,5 @@ Comment=Converts source code to formatte
|
||||||
|
Exec=highlight-gui
|
||||||
|
TryExec=highlight-gui
|
||||||
|
Icon=highlight
|
||||||
|
-Categories=Utility;TextTools;
|
||||||
|
\ Kein Zeilenumbruch am Dateiende.
|
||||||
|
+Categories=Utility;TextTools;
|
||||||
|
+StartupNotify=true
|
||||||
|
\ Kein Zeilenumbruch am Dateiende.
|
@ -1,7 +1,7 @@
|
|||||||
Name: highlight
|
Name: highlight
|
||||||
Summary: Universal source code to formatted text converter
|
Summary: Universal source code to formatted text converter
|
||||||
Version: 2.15
|
Version: 2.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -9,6 +9,9 @@ License: GPLv3
|
|||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
# Patch sent to upstream via email
|
||||||
|
Patch1: highlight-2.15-startupnot.patch
|
||||||
|
|
||||||
BuildRequires: qt-devel >= 4.4
|
BuildRequires: qt-devel >= 4.4
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
@ -31,6 +34,7 @@ A Qt-based GUI for the highlight source code formatter source.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1 -b .setup
|
||||||
|
|
||||||
# Provides: exclude perl(highlight_pipe) from example
|
# Provides: exclude perl(highlight_pipe) from example
|
||||||
cat <<__EOF__ > %{name}-perl.prov
|
cat <<__EOF__ > %{name}-perl.prov
|
||||||
@ -96,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/highlight.xpm
|
%{_datadir}/pixmaps/highlight.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 14 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.15-2
|
||||||
|
- Add StartupNotify=true into desktop file
|
||||||
|
|
||||||
* Mon Mar 1 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.15-1
|
* Mon Mar 1 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.15-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user