https://bugzilla.redhat.com/show_bug.cgi?id=1314974

Rex Dieter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(williamjmorenor@g
                   |                            |mail.com)



--- Comment #20 from Rex Dieter <[email protected]> ---
1.  update-desktop-desktop is invoked:

...
%posttrans -n knode
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
update-desktop-database -q &> /dev/null ||:

%postun -n knode
if [ $1 -eq 0 ] ; then
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
update-desktop-database -q &> /dev/null ||:
fi


2. - Can move those files to a devel subpackage?
[!]: Development (unversioned) .so files in -devel subpackage, if present.

No, they are all runtime plugins.


3.  - Current packagin guidelines recomends to include a appdata.xml

Yeah, upstream doesn't provide one, I could work on one eventually, but this
shouldn't be a blocker either


Is there anything else I may have missed?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to