Re: Copr for FeedReader

2015-09-04 Thread Pete Walter
04.09.2015, 21:18, "Jan Lukas" :Okay, here it is: https://launchpad.net/feedreader/1.2/1.2.1/+download/FeedReader-1.2.1.tar.gzNow with license and build-time-switch for webkit2gtk so you don't have to replace 3.0 with 4.0 in the CMakeLists.txt anymore (use -DUSE_WEBKIT_4=ON) Already updated :) Thanks!One other thing I forgot to mention in my previous email is that FeedReader shows up without an icon in GNOME Shell app launcher. It appears to be so because its desktop file says 'Icon=internet-news-reader', but internet-news-reader is not installed by the standard icon theme. Any chance you could copy the icon in the app and install it in the hicolor icon theme, under feedreader.png/.svg name? Peter
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-04 Thread Jan Lukas
Okay, here it is: 
https://launchpad.net/feedreader/1.2/1.2.1/+download/FeedReader-1.2.1.tar.gz
Now with license and build-time-switch for webkit2gtk so you don't have 
to replace 3.0 with 4.0 in the CMakeLists.txt anymore (use 
-DUSE_WEBKIT_4=ON)


On Do, Sep 3, 2015 at 7:37 , Pete Walter  wrote:

03.09.2015, 12:57, "Miroslav Suchý" :

 Dne 3.9.2015 v 00:16 janlukasgern...@freenet.de napsal(a):

  repo is now available here.


 I assume this one:
 https://copr.fedoraproject.org/coprs/jeanluc/FeedReader/
 :)

 It looks good. Although the spec from Pete looks little bit better. 
You may want to add yourself to CC of

   https://bugzilla.redhat.com/show_bug.cgi?id=1259532
 and then join as co-maintainer.


I received a comment on the review ticket pointing out that the 
tarball lacks a license (COPYING) file. janlukasgernert, can you add 
it for the next release? Thanks!


Peter
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-04 Thread Pete Walter
04.09.2015, 14:19, "Jan Lukas" :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. Peterdiff -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 @@
-​
-
+
+
 	feedreader.desktop
 	CC0
 	GPL-3.0+
 	FeedReader
 	RSS client for various webservices
-​
+
 	
 		
 			FeedReader is a program designed to complement an already existing web-based
@@ -16,32 +16,40 @@
 			Tiny Tiny RSS
 			Feedly
 		
-	​	
+		
 			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.
-	​
+	
 	
-​
+
 	
 		
-			The main window
-			http://www.something.something/feedreader/main.png
+			https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot1.png
+		
+		
+			https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot2.png
+		
+		
+			https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot3.png
+		
+		
+			https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot4.png
 		
 		
-			http://www.something.something/feedreader/preferences.png
+			https://raw.githubusercontent.com/jangernert/feedreader/master/Screenshot5.png
 		
 	
-​
-	http://www.something.something/feedreader
+
+	http://jangernert.github.io/feedreader/
 	elementaryOS
-​
+
 	
 		feedreader
 		feedreader-daemon
 	
-​
+
 	
 		
 			
@@ -49,4 +57,4 @@
 			
 		
 	
-​
+
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-04 Thread Jan Lukas
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 :)


On Do, Sep 3, 2015 at 7:37 , Pete Walter  wrote:

03.09.2015, 12:57, "Miroslav Suchý" :

 Dne 3.9.2015 v 00:16 janlukasgern...@freenet.de napsal(a):

  repo is now available here.


 I assume this one:
 https://copr.fedoraproject.org/coprs/jeanluc/FeedReader/
 :)

 It looks good. Although the spec from Pete looks little bit better. 
You may want to add yourself to CC of

   https://bugzilla.redhat.com/show_bug.cgi?id=1259532
 and then join as co-maintainer.


I received a comment on the review ticket pointing out that the 
tarball lacks a license (COPYING) file. janlukasgernert, can you add 
it for the next release? Thanks!


Peter
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-03 Thread Pete Walter
03.09.2015, 12:57, "Miroslav Suchý" :
> Dne 3.9.2015 v 00:16 janlukasgern...@freenet.de napsal(a):
>>  repo is now available here.
>
> I assume this one:
> https://copr.fedoraproject.org/coprs/jeanluc/FeedReader/
> :)
>
> It looks good. Although the spec from Pete looks little bit better. You may 
> want to add yourself to CC of
>   https://bugzilla.redhat.com/show_bug.cgi?id=1259532
> and then join as co-maintainer.

I received a comment on the review ticket pointing out that the tarball lacks a 
license (COPYING) file. janlukasgernert, can you add it for the next release? 
Thanks!

Peter
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-03 Thread Miroslav Suchý
Dne 3.9.2015 v 00:16 janlukasgern...@freenet.de napsal(a):
> repo is now available here.

I assume this one:
https://copr.fedoraproject.org/coprs/jeanluc/FeedReader/
:)

It looks good. Although the spec from Pete looks little bit better. You may 
want to add yourself to CC of
  https://bugzilla.redhat.com/show_bug.cgi?id=1259532
and then join as co-maintainer.

And congratulations to your first Copr project.
-- 
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-03 Thread Matthias Runge
On 03/09/15 02:51, Pete Walter wrote:
> On 09/02/2015 01:00 PM, Vít Ondruch wrote:

>>> I was advised to ask on this list for help regarding setting up a copr
>>> repository.
>>
>> Why Copr and not Fedora official package? Is there something which
>> conflicts with Fedora's Packaging Guidelines [1]? Otherwise I can't see
>> Copr to be less maintenance effort then official package (except the
>> initial review).
> 
> I posted a review request at 
> https://bugzilla.redhat.com/show_bug.cgi?id=1259532 to include it in Fedora 
> proper, but I am not a packager yet and would need a sponsor.
> 
Pete,

thank you for putting this up. Ideally, you'd collaborate with Jan. It's
possible, that there are issues with the package, which require changes
in upstream code.

Matthias
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-02 Thread Pete Walter
On 09/02/2015 01:00 PM, Vít Ondruch wrote:
> Dne 1.9.2015 v 22:00 janlukasgern...@freenet.de napsal(a):
>>
>> Hi,
>>
>> I was advised to ask on this list for help regarding setting up a copr
>> repository.
>
> Why Copr and not Fedora official package? Is there something which
> conflicts with Fedora's Packaging Guidelines [1]? Otherwise I can't see
> Copr to be less maintenance effort then official package (except the
> initial review).

I posted a review request at 
https://bugzilla.redhat.com/show_bug.cgi?id=1259532 to include it in Fedora 
proper, but I am not a packager yet and would need a sponsor.

Cheers,
Pete
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

RE: Re: Copr for FeedReader

2015-09-02 Thread janlukasgernert
Thx :)
Very helpful links.

repo is now available here.
Could someone test on 21 or 22 if I made a mistake? :)
I already received a bug report about FeedReader crashing on Fedora, and I 
think it could be the packaging =/

> -Ursprüngliche Nachricht-
> Von: Miroslav Suchý 
> Gesendet: Mi. 02.09.2015 13:19
> An: devel@lists.fedoraproject.org
> Betreff: Re: Copr for FeedReader
>
> Dne 1.9.2015 v 22:00 janlukasgern...@freenet.de napsal(a):
>> I was advised to ask on this list for
> help regarding setting up a copr repository.
>> I just released verion 1.2 of my
> application "FeedReader":
>> href="http://jangernert.github.io/feedreader/";
> target="_blank">http://jangernert.github.io/feedreader/
>> "FeedReader is a modern desktop
> application designed to complement existing web-based RSS accounts.
> It
> combines all the
>> advantages of web based services like
> synchronisation across all your devices with everything you
> expect
> from a modern
>> desktop application."
>> I myself already maintain two ppa's
> for elementary/Ubuntu/Mint. There is a package in Arch user
> repositories and it's in
>> Solus Project main
> repositories.
>> Since I like to use Fedora from time
> to time and FeedReader fits the modern gnome applications
> really
> well imo, I would
>> like to make it available to Fedora
> users as well.
>> Can anyone help me with that and set
> up a copr repository for it? :)
>
> Just yesterday I wrote new content about this for Fedora Developer
> Portal (which is not ready yet). You may
> find it useful:
>
> href="https://github.com/developer-portal/content/blob/master/deployment/rpm/about.md";
> target="_blank">https://github.com/developer-portal/content/blob/master/deployment/rpm/about.md
> href="https://github.com/developer-portal/content/blob/master/deployment/copr/about.md";
> target="_blank">https://github.com/developer-portal/content/blob/master/deployment/copr/about.md
> href="https://github.com/developer-portal/content/blob/master/deployment/copr/copr-cli.md";
> target="_blank">https://github.com/developer-portal/content/blob/master/deployment/copr/copr-cli.md
>
> Of course, as other suggested you can get that in main Fedora:
> href="https://fedoraproject.org/wiki/Join_the_package_collection_maintainers";
> target="_blank">https://fedoraproject.org/wiki/Join_the_package_collection_maintainers
> But I have to say that it is little bit longer process and Copr is
> good start.
>
> -- 
> Miroslav Suchy, RHCA
> Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
> -- 
> devel mailing list
> devel@lists.fedoraproject.org
> target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct:  href="http://fedoraproject.org/code-of-conduct";
> target="_blank">http://fedoraproject.org/code-of-conduct>
>
> -Ursprüngliche Nachricht Ende-




---
Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! 
http://email.freenet.de/basic/Informationen


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

RE: Re: Copr for FeedReader

2015-09-02 Thread janlukasgernert
There is nothing wrong with FeedReader. I just thought copr is easier than 
getting it in the official repos.
 
-Ursprüngliche Nachricht-
 Von: "Vít Ondruch" [vondr...@redhat.com]
 Gesendet: Mi. 02.09.2015 13:00
 An: devel@lists.fedoraproject.org
 Betreff: Re: Copr for FeedReader

Dne 1.9.2015 v 22:00   janlukasgern...@freenet.de napsal(a):Hi,
I was advised to ask on this list for help regarding   setting up a 
copr repository.
 Why Copr and not Fedora official package? Is there something which 
conflicts with Fedora's Packaging Guidelines [1]? Otherwise I can't see 
Copr to be less maintenance effort then official package (except the 
initial review).
 
 
 Vít
 
 
 [1] https://fedoraproject.org/wiki/Packaging:Guidelines
 
 
I just released verion 1.2 of my application 
"FeedReader":http://jangernert.github.io/feedreader/"FeedReader is a modern 
desktop application designed to   complement existing web-based RSS 
accounts. It combines all   the advantages of web based services like 
synchronisation   across all your devices with everything you expect 
from a   modern desktop application."I myself already maintain two 
ppa's for   elementary/Ubuntu/Mint. There is a package in Arch user 
  repositories and it's in Solus Project main repositories.Since I like to 
use Fedora from time to time and FeedReader   fits the modern gnome 
applications really well imo, I would   like to make it available to 
Fedora users as well.Can anyone help me with that and set up a copr repository  
 for it? :)Jan Lukas Gernert
 
 ---
Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse 
mitnehmen! Rundum glücklich mit freenetMail
  

-Ursprüngliche Nachricht Ende-


---
Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! 
Rundum glücklich mit freenetMail
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-02 Thread Miroslav Suchý
Dne 1.9.2015 v 22:00 janlukasgern...@freenet.de napsal(a):
> I was advised to ask on this list for help regarding setting up a copr 
> repository.
> I just released verion 1.2 of my application "FeedReader":
> http://jangernert.github.io/feedreader/
> "FeedReader is a modern desktop application designed to complement existing 
> web-based RSS accounts. It combines all the
> advantages of web based services like synchronisation across all your devices 
> with everything you expect from a modern
> desktop application."
> I myself already maintain two ppa's for elementary/Ubuntu/Mint. There is a 
> package in Arch user repositories and it's in
> Solus Project main repositories.
> Since I like to use Fedora from time to time and FeedReader fits the modern 
> gnome applications really well imo, I would
> like to make it available to Fedora users as well.
> Can anyone help me with that and set up a copr repository for it? :)

Just yesterday I wrote new content about this for Fedora Developer Portal 
(which is not ready yet). You may find it useful:

https://github.com/developer-portal/content/blob/master/deployment/rpm/about.md
https://github.com/developer-portal/content/blob/master/deployment/copr/about.md
https://github.com/developer-portal/content/blob/master/deployment/copr/copr-cli.md

Of course, as other suggested you can get that in main Fedora:
  https://fedoraproject.org/wiki/Join_the_package_collection_maintainers
But I have to say that it is little bit longer process and Copr is good start.

-- 
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-02 Thread Vít Ondruch
Dne 1.9.2015 v 22:00 janlukasgern...@freenet.de napsal(a):
>
> Hi,
>
> I was advised to ask on this list for help regarding setting up a copr
> repository.

Why Copr and not Fedora official package? Is there something which
conflicts with Fedora's Packaging Guidelines [1]? Otherwise I can't see
Copr to be less maintenance effort then official package (except the
initial review).


Vít


[1] https://fedoraproject.org/wiki/Packaging:Guidelines


> I just released verion 1.2 of my application "FeedReader":
> http://jangernert.github.io/feedreader/
> "FeedReader is a modern desktop application designed to complement
> existing web-based RSS accounts. It combines all the advantages of web
> based services like synchronisation across all your devices with
> everything you expect from a modern desktop application."
> I myself already maintain two ppa's for elementary/Ubuntu/Mint. There
> is a package in Arch user repositories and it's in Solus Project
> main repositories.
> Since I like to use Fedora from time to time and FeedReader fits the
> modern gnome applications really well imo, I would like to make it
> available to Fedora users as well.
> Can anyone help me with that and set up a copr repository for it? :)
> Jan Lukas Gernert
>
>
> ---
> Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse
> mitnehmen! Rundum glücklich mit freenetMail
> 
>
>

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-01 Thread Orion Poplawski
On 09/01/2015 02:00 PM, janlukasgern...@freenet.de wrote:
> Hi,
> 
> I was advised to ask on this list for help regarding setting up a copr 
> repository.
> I just released verion 1.2 of my application "FeedReader":
> http://jangernert.github.io/feedreader/
> "FeedReader is a modern desktop application designed to complement existing
> web-based RSS accounts. It combines all the advantages of web based services
> like synchronisation across all your devices with everything you expect from a
> modern desktop application."
> I myself already maintain two ppa's for elementary/Ubuntu/Mint. There is a
> package in Arch user repositories and it's in Solus Project main repositories.
> Since I like to use Fedora from time to time and FeedReader fits the modern
> gnome applications really well imo, I would like to make it available to
> Fedora users as well.
> Can anyone help me with that and set up a copr repository for it? :)
> Jan Lukas Gernert

I would think this would have what you need:

https://fedorahosted.org/copr/wiki/UserDocs#FAQ

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Copr for FeedReader

2015-09-01 Thread Orion Poplawski
On 09/01/2015 02:00 PM, janlukasgern...@freenet.de wrote:
> Hi,
> 
> I was advised to ask on this list for help regarding setting up a copr 
> repository.
> I just released verion 1.2 of my application "FeedReader":
> http://jangernert.github.io/feedreader/
> "FeedReader is a modern desktop application designed to complement existing
> web-based RSS accounts. It combines all the advantages of web based services
> like synchronisation across all your devices with everything you expect from a
> modern desktop application."
> I myself already maintain two ppa's for elementary/Ubuntu/Mint. There is a
> package in Arch user repositories and it's in Solus Project main repositories.
> Since I like to use Fedora from time to time and FeedReader fits the modern
> gnome applications really well imo, I would like to make it available to
> Fedora users as well.
> Can anyone help me with that and set up a copr repository for it? :)
> Jan Lukas Gernert
> 
> 
> ---
> Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen!
> Rundum glücklich mit freenetMail 
> 
> 

I would think this would have what you need:


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Copr for FeedReader

2015-09-01 Thread janlukasgernert
Hi,
I was advised to ask on this list for help regarding setting up a copr 
repository.I just released verion 1.2 of my application 
"FeedReader":http://jangernert.github.io/feedreader/"FeedReader  is a modern 
desktop application designed to complement existing  web-based RSS accounts. It 
combines all the advantages of web based  services like synchronisation across 
all your devices with everything  you expect from a modern desktop 
application."I  myself already maintain two ppa's for elementary/Ubuntu/Mint. 
There is a  package in Arch user repositories and it's in Solus Project  main 
repositories.Since I like to use Fedora from time to  time and FeedReader fits 
the modern gnome applications really well imo, I  would like to make it 
available to Fedora users as well.Can anyone help me with that and set up a 
copr repository for it? :)Jan Lukas Gernert

---
Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! 
Rundum glücklich mit freenetMail
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct