Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-04-28 16:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2016-04-07 13:36:08.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2016-04-28 
16:50:19.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 18 18:58:06 UTC 2016 - ter...@gmail.com
+
+- add desktop entry for the git gui
+
+-------------------------------------------------------------------

New:
----
  git-gui.desktop
  git-gui.png

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.6UB5OV/_old  2016-04-28 16:50:20.000000000 +0200
+++ /var/tmp/diff_new_pack.6UB5OV/_new  2016-04-28 16:50:20.000000000 +0200
@@ -42,6 +42,8 @@
 Source5:        usr.share.git-web.gitweb.cgi
 Source6:        susefirewall-git-daemon
 Source8:        %name.keyring
+Source9:        %{name}-gui.desktop
+Source10:       %{name}-gui.png
 Patch3:         completion-wordbreaks.diff
 # CVE-2011-2186, bnc#698456
 Patch4:         git-prevent_xss-default.diff
@@ -68,6 +70,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  tcsh
+BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
 BuildRequires:  xz
 Requires:       git-core = %{version}
@@ -338,6 +341,12 @@
 cp -a README.md COPYING Documentation/*.txt "%buildroot/%_docdir/git/"
 %{!?_without_docs: cp -a Documentation/*.html "%buildroot/%_docdir/git/"}
 
+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/applications
+install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_datadir}/applications
+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pixmaps
+%suse_update_desktop_file 
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}-gui.desktop
+
 %find_lang %{name}
 cat %{name}.lang >>bin-man-doc-files
 # use symlinks instead of hardlinks in sub-commands
@@ -434,6 +443,8 @@
 /usr/share/git-gui
 %{!?_without_docs: %{_mandir}/man1/*gui*.1*}
 %{!?_without_docs: %doc Documentation/*gui*.html }
+%{_datadir}/applications/%{name}-gui.desktop
+%{_datadir}/pixmaps/%{name}-gui.png
 
 %files web
 %defattr(-,root,root)


++++++ git-gui.desktop ++++++
[Desktop Entry]
Name=Git Gui
GenericName=Version Control GUI
Comment=Git GUI
Exec=git gui
Icon=git-gui
StartupNotify=false
Terminal=false
Type=Application
Categories=Development;RevisionControl;
X-KDE-SubstituteUID=false

Reply via email to