rpms/seq24/devel seq24.desktop,1.1,1.2 seq24.spec,1.12,1.13

Orcan Ogetbil oget at fedoraproject.org
Wed Sep 23 04:13:05 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/seq24/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10689

Modified Files:
	seq24.desktop seq24.spec 
Log Message:
* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8.7-17
- Update desktop file according to F-12 FedoraStudio feature
- Update scriptlets



Index: seq24.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/seq24/devel/seq24.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- seq24.desktop	26 Sep 2006 18:12:59 -0000	1.1
+++ seq24.desktop	23 Sep 2009 04:13:03 -0000	1.2
@@ -6,5 +6,5 @@ Type=Application
 Exec=seq24
 Terminal=false
 StartupWMClass=seq24
-Categories=Application;AudioVideo;X-Sequencers;X-MIDI;
+Categories=Application;AudioVideo;X-Sequencers;X-MIDI;Midi;Sequencer;
 Encoding=UTF-8


Index: seq24.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seq24/devel/seq24.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- seq24.spec	27 Jul 2009 04:10:13 -0000	1.12
+++ seq24.spec	23 Sep 2009 04:13:03 -0000	1.13
@@ -1,7 +1,7 @@
 Summary:      Real-time midi sequencer
 Name:         seq24
 Version:      0.8.7
-Release:      16%{?dist}
+Release:      17%{?dist}
 License:      GPLv2+
 Group:        Applications/Multimedia
 URL:          http://www.filter24.org/seq24/
@@ -55,14 +55,17 @@ desktop-file-install --vendor fedora \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-# update icon themes
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 
 %files
 %defattr(-,root,root,-)
@@ -72,6 +75,10 @@ touch --no-create %{_datadir}/icons/hico
 %{_datadir}/icons/hicolor/64x64/apps/seq24.png
 
 %changelog
+* Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8.7-17
+- Update desktop file according to F-12 FedoraStudio feature
+- Update scriptlets
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.7-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list