Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-03-19 20:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-03-16 09:41:30.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2015-03-19 
20:57:29.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar 17 15:21:39 UTC 2015 - [email protected]
+
+- Move vlc.desktop vlc package: AppStream bases the addition of
+  packages to the store based on the .desktop file (which
+  identifies the application). In case of VLC, we want to present
+  'the full set' as part of the App Stores.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.Il7l6S/_old  2015-03-19 20:57:30.000000000 +0100
+++ /var/tmp/diff_new_pack.Il7l6S/_new  2015-03-19 20:57:30.000000000 +0100
@@ -438,7 +438,8 @@
 date
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}/%{_datadir}/pixmaps
-ln -s %{_datadir}/icons/hicolor/48x48/apps/vlc.png 
%{buildroot}/%{_datadir}/pixmaps/vlc.png
+# We need a full copy, as the pixmap icon goes to the -noX package
+cp %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/vlc.png 
%{buildroot}/%{_datadir}/pixmaps/vlc.png
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file vlc AudioVideo Audio Video Player
 %fdupes %{buildroot}%{_datadir}/vlc
@@ -480,8 +481,12 @@
 
 %files
 %defattr(-,root,root)
-%{_bindir}/svlc
+# The presence of the .desktop file is what gives AppStream the
+# hint of which package to add in the appstore... 'vlc' is the place to be
+%{_datadir}/applications/vlc.desktop
+# The icon is the one referenced by the .desktop file
 %{_datadir}/pixmaps/vlc.png
+%{_bindir}/svlc
 %{_datadir}/icons/hicolor/*/apps/vlc*
 %dir %{_datadir}/kde4
 %dir %{_datadir}/kde4/apps
@@ -524,8 +529,6 @@
 %defattr(-,root,root)
 %doc %{_datadir}/doc/vlc/
 %doc NEWS AUTHORS COPYING THANKS README
-# The .desktop file does not imply a dependeny on X; so let's keep it here
-%{_datadir}/applications/vlc.desktop
 %{_bindir}/cvlc
 %if 0%{?suse_version} >= 1320
 %{_bindir}/nvlc

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to