Merge pull request #3995 from innir/update-appstream
Update appstream metadata to current format
This commit is contained in:
@@ -224,9 +224,9 @@ endif()
|
|||||||
if(NOT DEFINED APPDATADIR)
|
if(NOT DEFINED APPDATADIR)
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
if(BUILD_BUNDLE)
|
if(BUILD_BUNDLE)
|
||||||
set(APPDATADIR "${DATADIR}/share/appdata")
|
set(APPDATADIR "${DATADIR}/share/metainfo")
|
||||||
else()
|
else()
|
||||||
set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/appdata")
|
set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/metainfo")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2017 Maciej Dworak www.rawtherapee.com -->
|
<!-- Copyright 2017 Maciej Dworak www.rawtherapee.com -->
|
||||||
<application>
|
<component>
|
||||||
<id type="desktop">rawtherapee.desktop</id>
|
<id type="desktop">rawtherapee.desktop</id>
|
||||||
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
||||||
<project_license>GPL-3.0+</project_license>
|
<project_license>GPL-3.0+</project_license>
|
||||||
@@ -15,13 +15,27 @@
|
|||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">http://rawpedia.rawtherapee.com/images/9/99/Rt-5-misty1.jpg</screenshot>
|
<screenshot type="default">
|
||||||
<screenshot>http://rawpedia.rawtherapee.com/images/2/2f/Rt-5-cc24-lcp.jpg</screenshot>
|
<image>http://rawpedia.rawtherapee.com/images/9/99/Rt-5-misty1.jpg</image>
|
||||||
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</screenshot>
|
</screenshot>
|
||||||
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg</screenshot>
|
<screenshot>
|
||||||
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg</screenshot>
|
<image>http://rawpedia.rawtherapee.com/images/2/2f/Rt-5-cc24-lcp.jpg</image>
|
||||||
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg</screenshot>
|
</screenshot>
|
||||||
<screenshot>http://rawtherapee.com/images/screenshots/rt-42_09-queue.jpg</screenshot>
|
<screenshot>
|
||||||
|
<image>http://rawtherapee.com/images/screenshots/rt-42_07-hdr-landscape.jpg</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>http://rawtherapee.com/images/screenshots/rt-42_03-macro-detail-toning.jpg</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>http://rawtherapee.com/images/screenshots/rt-42_05-cow-bw-toning.jpg</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>http://rawtherapee.com/images/screenshots/rt-42_08-fb-metadata.jpg</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>http://rawtherapee.com/images/screenshots/rt-42_09-queue.jpg</image>
|
||||||
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<keywords>
|
<keywords>
|
||||||
<keyword>raw</keyword>
|
<keyword>raw</keyword>
|
||||||
@@ -31,5 +45,5 @@
|
|||||||
<keyword>graphics</keyword>
|
<keyword>graphics</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<url type="homepage">http://rawtherapee.com/</url>
|
<url type="homepage">http://rawtherapee.com/</url>
|
||||||
<updatecontact>contactus_at_rawtherapee.com</updatecontact>
|
<update_contact>contactus@rawtherapee.com</update_contact>
|
||||||
</application>
|
</component>
|
||||||
|
Reference in New Issue
Block a user