[Bug 1150566] Review Request: wcm - Wal Commander

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #9 from William Moreno <williamjmorenor@xxxxxxxxx> ---
You must add a appdata.xml file to your package, this way users will be hable
to find your package in Gnome Software, please see:
https://fedoraproject.org/wiki/Packaging:AppData

Also add:
BuildRequires:  libappstream-glib

You can find a example here:
https://github.com/williamjmorenor/fedora-specs/blob/master/retext.appdata.xml

I will recomend than you include the icon in the icons directory,  this can
work:

BuildRequires:  libpng-devel
BuildRequires:  ImageMagick
Requires:       hicolor-icon-theme

%install
[...]
mkdir -p
%{buildroot}/%{_datadir}/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,72x72,96x96,128x128,scalable}/apps
for s in 16x16 22x22 24x24 32x32 48x48 64x64 72x72 96x96 128x128
do
    convert ./wcm.png -resize $s
%{buildroot}/%{_datadir}/icons/hicolor/$s/apps/wcm.png;
done

This spec can be a example:
https://github.com/williamjmorenor/fedora-specs/blob/master/retext.spec

Please update the spec and I will run the review

-- 
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
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]