Hello community,

here is the log from the commit of package ceferino for openSUSE:Factory 
checked in at 2015-04-07 09:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceferino (Old)
 and      /work/SRC/openSUSE:Factory/.ceferino.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceferino"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceferino/ceferino.changes        2014-12-10 
23:44:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ceferino.new/ceferino.changes   2015-04-07 
09:29:12.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Apr  1 15:19:31 UTC 2015 - [email protected]
+
+- Manually symlink the duplicate icon between /usr/share/icons and
+  /usr/share/ceferino. This allows us, contrary to the use of
+  fdupes, to define that we want the real file in /usr/share/icons,
+  which is a requirement for Application containerisation (the icon
+  needs to be extractable from a defined location for host system
+  integration).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ceferino.spec ++++++
--- /var/tmp/diff_new_pack.7Q6QEd/_old  2015-04-07 09:29:13.000000000 +0200
+++ /var/tmp/diff_new_pack.7Q6QEd/_new  2015-04-07 09:29:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ceferino
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -66,6 +66,10 @@
 
 # install icon
 install -Dm 0644 data/ima/icono.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+# link the icon back to the install directory. In preparation for app 
containerisation, as well
+# as AppStream metadata generation, we need a real file in /usr/share/icons
+# fdupes later on is likely to put the symlink there though
+ln -sf %{_datadir}/icons/hicolor/32x32/apps/%{name}.png 
%{buildroot}%{_datadir}/%{name}/ima/icono.png
 
 # install Desktop file
 install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop


Reply via email to