File brp-extract-appdata.changes of Package brp-extract-appdata
-------------------------------------------------------------------
Mon Sep 30 19:09:47 UTC 2013 - dimstar@opensuse.org
- Two minor fixes in brp-extract-appdata.pl:
+ Perl treats variables case sensitive: be consistent with
$basedir.
+ Allow Icon= in .desktop files to have a file extension.
-------------------------------------------------------------------
Mon Sep 30 10:45:22 UTC 2013 - dimstar@opensuse.org
- Change icon type from local to cached: 'local' means the icon
lives in the installed filesystem; meta data provided icons land
in the appstream icon cache.
-------------------------------------------------------------------
Tue Sep 24 16:38:46 UTC 2013 - dimstar@opensuse.org
- Make the appdata.xml contain full icon names, incl. suffix; speed
up gnome-software startup for not having to guess what we know
here already.
-------------------------------------------------------------------
Thu Oct 4 09:55:24 UTC 2012 - aj@suse.de
- Mount /proc in post-build-check to avoid rpm warnings.
-------------------------------------------------------------------
Mon Mar 19 08:31:40 UTC 2012 - coolo@suse.com
- remove the icon tag if there is no icon
-------------------------------------------------------------------
Thu Mar 15 09:54:39 UTC 2012 - coolo@suse.com
- fix XML structure of generated files
-------------------------------------------------------------------
Sun Mar 11 17:51:36 UTC 2012 - coolo@suse.com
- add required perl modules
-------------------------------------------------------------------
Wed Mar 7 09:25:17 UTC 2012 - coolo@suse.com
- adding extract-icons.pl script to be called for kiwi products
-------------------------------------------------------------------
Thu Mar 1 11:15:36 UTC 2012 - coolo@suse.com
- make the brp script a perl script too and let it find icons
-------------------------------------------------------------------
Wed Feb 22 08:10:13 UTC 2012 - coolo@suse.com
- changed my mind - use rpmname as part of the xml filename
to simplify all kind of tasks
-------------------------------------------------------------------
Mon Feb 20 09:17:55 UTC 2012 - coolo@suse.com
- fix two desktop files in one rpm
-------------------------------------------------------------------
Fri Feb 17 08:32:07 UTC 2012 - coolo@suse.com
- do not output nodisplay=true .desktop files
- avoid empty <applications/>
-------------------------------------------------------------------
Fri Feb 17 08:25:36 UTC 2012 - coolo@suse.com
- remove /usr/share/applications/ prefix
-------------------------------------------------------------------
Thu Feb 16 19:47:04 UTC 2012 - coolo@suse.com
- fix output filename
-------------------------------------------------------------------
Thu Feb 16 13:07:10 UTC 2012 - coolo@suse.com
- adding an escape function to please vuntz
-------------------------------------------------------------------
Tue Feb 14 10:52:01 UTC 2012 - coolo@suse.com
- initial package