04.09.2015, 14:19, "Jan Lukas" <janlukasgern...@freenet.de>:
Already done. I will release something like a 1.2.1 soon (with the license), since I received a few bug reports after the release :)
 
Thanks. I see you've now released 1.2.1, so I went ahead and updated my spec file as well in https://bugzilla.redhat.com/show_bug.cgi?id=1259532
 
If any packager sponsors are around, I'd love comments in the ticket. Thanks.
 
Jan, I have a patch for the appdata file to make it validate. Can you push it upstream please? I'm attaching it to the email here as launchpad with its bazaar repos is too complicated for me.
 
Peter
diff -up feedreader-1.2.1/data/feedreader.appdata.xml.orig feedreader-1.2.1/data/feedreader.appdata.xml
--- feedreader-1.2.1/data/feedreader.appdata.xml.orig	2015-09-04 18:54:26.625264681 +0100
+++ feedreader-1.2.1/data/feedreader.appdata.xml	2015-09-04 18:54:31.866265133 +0100
@@ -1,11 +1,11 @@
-​<?xml version="1.2" encoding="UTF-8"?>
-<component type="application">
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
 	<id>feedreader.desktop</id>
 	<metadata_license>CC0</metadata_license>
 	<project_license>GPL-3.0+</project_license>
 	<name>FeedReader</name>
 	<summary>RSS client for various webservices</summary>
-​
+
 	<description>
 		<p>
 			FeedReader is a program designed to complement an already existing web-based
@@ -16,32 +16,40 @@
 			<li>Tiny Tiny RSS</li>
 			<li>Feedly</li>
 		</ul>
-	​	<p>
+		<p>
 			It combines all the advantages of web based services like synchronisation across all your devices
 			with everything you expect from a modern desktop application: Desktop notifications, fast search
 			and filters, tagging, sharing to "read-it-later" services like pocket and instapaper, handy keyboard
 			shortcuts and a database that keeps all your old articles as long as you like.
-	​    </p>
+	    </p>
 	</description>
-​
+
 	<screenshots>
 		<screenshot type="default">
-			<caption>The main window</caption>
-			<image width="800" height="600">http://www.something.something/feedreader/main.png</image>
+			<image>https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot1.png</image>
+		</screenshot>
+		<screenshot>
+			<image>https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot2.png</image>
+		</screenshot>
+		<screenshot>
+			<image>https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot3.png</image>
+		</screenshot>
+		<screenshot>
+			<image>https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot4.png</image>
 		</screenshot>
 		<screenshot>
-			<image width="800" height="600">http://www.something.something/feedreader/preferences.png</image>
+			<image>https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot5.png</image>
 		</screenshot>
 	</screenshots>
-​
-	<url type="homepage">http://www.something.something/feedreader</url>
+
+	<url type="homepage">http://jangernert.github.io/feedreader/</url>
 	<project_group>elementaryOS</project_group>
-​
+
 	<provides>
 		<binary>feedreader</binary>
 		<binary>feedreader-daemon</binary>
 	</provides>
-​
+
 	<releases>
 		<release version="0.2" timestamp="1365768000">
 			<description>
@@ -49,4 +57,4 @@
 			</description>
 		</release>
 	</releases>
-​</component>
+</component>
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to