Rewiew swaps: 4 packages

2013-04-06 Thread Eugene Pivnev
I'm looking for review swaps for next new packages: https://bugzilla.redhat.com/show_bug.cgi?id=929256 https://bugzilla.redhat.com/show_bug.cgi?id=929425 https://bugzilla.redhat.com/show_bug.cgi?id=947049 https://bugzilla.redhat.com/show_bug.cgi?id=949154 These are qt-based c++ applications. Fed

LightDM is absent?

2013-04-06 Thread Eugene Pivnev
I can't find lightd, package in Fedora - just lightdm greeters: http://img687.imageshack.us/img687/679/screenshotac1e1cb8.png I'm wrong? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: LightDM is absent?

2013-04-06 Thread Eugene Pivnev
06.04.2013 20:57, John5342 пишет: On Sat, Apr 6, 2013 at 5:30 PM, Eugene Pivnev wrote: I can't find lightd, package in Fedora - just lightdm greeters: http://img687.imageshack.us/img687/679/screenshotac1e1cb8.png I'm wrong? When you search for "Applications" (the defau

New package group request

2013-04-12 Thread Eugene Pivnev
I propose to create "QtDesktop" group - for qt-only applications. https://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups?rd=PackageMaintainers/CompsXml#New_groups -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: New package group request

2013-04-13 Thread Eugene Pivnev
13.04.2013 01:46, Bill Nottingham: Eugene Pivnev (ti.eug...@gmail.com) said: I propose to create "QtDesktop" group - for qt-only applications. https://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups?rd=PackageMaintainers/CompsXml#New_groups What is the us

%doc path

2013-04-14 Thread Eugene Pivnev
Sorry for stupid question - help me to find something like "doc must be in %{_docdir}/%{name}-%{version}/ but not in %{_docdir}/%{name}/" in guidelines. Or there is no such limit? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: New package group request

2013-04-14 Thread Eugene Pivnev
14.04.2013 19:09, Kevin Kofler: Bill Nottingham wrote: Note that most of the desktop environments already have specific groups for apps native to or curated for those environments. This would be the group for the Razor-Qt desktop environment, but first we should get that packaged in Fedora. 1.

Distro flag in spec

2013-04-17 Thread Eugene Pivnev
Sorry for newbee question, but I can't find how to control packaging depending on distro. Something like this: %if 0%{?centos_version} || 0%{?rhel_version} %define have_polkit 0 %define have_lightdm 0 %else ... -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/m

Re: Distro flag in spec

2013-04-17 Thread Eugene Pivnev
17.04.2013 14:54, Eugene Pivnev пишет: Sorry for newbee question, but I can't find how to control packaging depending on distro. Something like this: %if 0%{?centos_version} || 0%{?rhel_version} %define have_polkit 0 %define have_lightdm 0 %else ... Oops... Found: https://fedoraprojec

kdm sessions in EL6

2013-04-18 Thread Eugene Pivnev
https://bugzilla.redhat.com/show_bug.cgi?id=953101 As for Fedora - I can remove %_datadir}/apps/kdm/ (in my package) - %_datadir/xsessions/* still works. What about EL6? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Review swap

2013-04-21 Thread Eugene Pivnev
19.04.2013 13:44, Lokesh Mandvekar: T.C.: thanks for the reviews. And I didn't know the fedora-review tool existed. Tips'n'tricks: total building and checking of package (for review): rpmbuild -ba rpmbuild/SPECS/.spec && fedora-review -r -n rpmbuild/SRPMS/--..src.rpm && for i in dist-6E-epel

Re: Rewiew swaps: 4 packages

2013-04-21 Thread Eugene Pivnev
Still looking for 3 review swaps: https://bugzilla.redhat.com/show_bug.cgi?id=947049 - qxkb (keyboard switcher; trivial review) https://bugzilla.redhat.com/show_bug.cgi?id=952632 - qtermwidget (terminal widget; trivial review) https://bugzilla.redhat.com/show_bug.cgi?id=953101 - RazorQt (new fas

Right %cmake flags

2013-04-23 Thread Eugene Pivnev
This problem was starting here: https://bugzilla.redhat.com/show_bug.cgi?id=929256 And repeating again and again: https://bugzilla.redhat.com/show_bug.cgi?id=947049 Problem is: what flags I mast to add to "%cmake .." if application itself not set -O3, but %cmake macro doing this? -O2 - bad idea

Review swap (Qt-based RSS/Atom aggregator)

2013-04-27 Thread Eugene Pivnev
Looking for swap one trivial to another one. https://bugzilla.redhat.com/show_bug.cgi?id=957333 Home page: http://code.google.com/p/quite-rss/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

New dependent packages

2013-04-27 Thread Eugene Pivnev
As I started new package (qtermwidget; in bodhi testing now) - when I can start review request for package that depend on it (qterminal)? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Mission Impossible #1: qt without gtk

2013-04-28 Thread Eugene Pivnev
As I'm trying to create gtk-/gnome-/kde*-free environment (QtDesktop) - I tested - what about Fedora without them? So: 1. yum remove gtk3: ... * gvfs * qt-mobility * qtwebkit * ffmpeg * ffmpeg-libs * mplayer * phonon * smplayer 2. yum remove gtk2: + * ImageMagic 3. rpm -qa | grep gnome | xargs su

Re: Mission Impossible #1: qt without gtk

2013-04-28 Thread Eugene Pivnev
As pcmafm developer said - gvfm use gobject - but not gtk or gnome libs. I showed only packages that I was surprised. E.g. "ffmpeg requires gtk". Very nice. On 04/28/2013 10:58 PM, Rex Dieter wrote: Eugene Pivnev wrote: As I'm trying to create gtk-/gnome-/kde*-free environment

Re: Mission Impossible #1: qt without gtk

2013-04-29 Thread Eugene Pivnev
Whether it is possible to sane gsteamer and try to remove gtk? And gvfs - removing *gnome*. 29.04.2013 01:07, Farkas Levente: On 04/28/2013 10:58 PM, Rex Dieter wrote: Eugene Pivnev wrote: As I'm trying to create gtk-/gnome-/kde*-free environment (QtDesktop) - I tested - what about F

Re: Mission Impossible #1: qt without gtk

2013-05-01 Thread Eugene Pivnev
Whether I have to create bugreports? BTW - gvfs requires as libsecret as libgnome-keyring. 30.04.2013 21:50, Matthias Clasen: On Tue, 2013-04-30 at 19:38 +0400, Eugene A. Pivnev wrote: 30.04.2013 19:26, David Howells: Eugene Pivnev wrote: 3. rpm -qa | grep gnome | xargs sudo yum remove

Re: Review swap

2013-05-05 Thread Eugene Pivnev
05.05.2013 13:25, Markus Mayer: Hi, I am seeking for a reviewer for jimtcl - A small embeddable Tcl interpreter: https://bugzilla.redhat.com/show_bug.cgi?id=959747 If anyone is willing to review this, I am happy to review a package of him/her instead. Let's swap with https://bugzilla.redhat

Review swap (2 items)

2013-05-06 Thread Eugene Pivnev
2 (two) trivial qt-based applicaions for sale: https://bugzilla.redhat.com/show_bug.cgi?id=957333 - QuiteRSS - RSS/Atom aggregator https://bugzilla.redhat.com/show_bug.cgi?id=960194 - QTerminal - terminal emulator Welcome! PS: I prefere to review qt-based applications. And/or C/C++. WARNING

Re: Review swap (2 items)

2013-05-06 Thread Eugene Pivnev
Thanks. Ok. 06.05.2013 23:44, Sandro Mani: On 06.05.2013 21:33, Eugene Pivnev wrote: 2 (two) trivial qt-based applicaions for sale: https://bugzilla.redhat.com/show_bug.cgi?id=957333 - QuiteRSS - RSS/Atom aggregator https://bugzilla.redhat.com/show_bug.cgi?id=960194 - QTerminal - terminal

Re: Mission Impossible #1: qt without gtk

2013-05-11 Thread Eugene Pivnev
01.05.2013 23:07, Matthias Clasen: On Wed, 2013-05-01 at 11:46 +0400, Eugene Pivnev wrote: Whether I have to create bugreports? Creating patches would be more interesting. Creating patches is greate idea - but is too hard for one man. I created dependency graph for some qt-based applications

Re: Mission Impossible #1: qt without gtk

2013-05-11 Thread Eugene Pivnev
11.05.2013 22:01, Eugene Pivnev: Sorry for big picture - it is because of loopbacks. Smaller version. stage2.svg.gz Description: application/gzip -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Mission Impossible #1: qt without gtk

2013-05-11 Thread Eugene Pivnev
11.05.2013 23:59, Kalev Lember: On 11/05/13 20:01, Eugene Pivnev wrote: librsvg2 -> gtk3; I have done a librsvg2 build which should fix this -- can you confirm if it fixes it for you, and leave karma at Bodhi, please? https://admin.fedoraproject.org/updates/librsvg2-2.37.0-3.fc19 Can&#x

Re: Mission Impossible #1: qt without gtk

2013-05-11 Thread Eugene Pivnev
11.05.2013 23:22, Adam Williamson: qgit -> git -> libgnome_keyring ...like this one, for instance. libgnome-keyring's dependencies are pretty modest: As I found in git.spec - git's gnome-keyring suff is optional. Is it possible to move them into separate package (for gnome users)? -- devel mai

Re: Mission Impossible #1: qt without gtk

2013-05-12 Thread Eugene Pivnev
Sorry, but as I found in xsceensaver-base (not xscreensaver itself!) - it contains as xsceensaver as xscreensaver demo (/usr/bin/xscreensaver-demo, glade based). And no one xscreensaver config tool. 12.05.2013 13:21, Mamoru TASAKA: Rahul Sundaram wrote, at 05/12/2013 12:59 PM +9:00: On 05/11/

Re: Mission Impossible #1: qt without gtk

2013-05-12 Thread Eugene Pivnev
12.05.2013 13:21, Mamoru TASAKA: It seems that razorqt _really_ wants to launch xscreensaver daemon, so splitting out xscreensaver-demo from xscreensaver-base does not help here. You mean - xscreensaver daemon depends on glade and/or gtk2 too? -- devel mailing list devel@lists.fedoraproject.or

Re: Mission Impossible #1: qt without gtk

2013-05-12 Thread Eugene Pivnev
12.05.2013 17:23, Mamoru TASAKA: Eugene Pivnev wrote, at 05/12/2013 10:09 PM +9:00: 12.05.2013 13:21, Mamoru TASAKA: It seems that razorqt _really_ wants to launch xscreensaver daemon, so splitting out xscreensaver-demo from xscreensaver-base does not help here. You mean - xscreensaver

Re: Mission Impossible #1: qt without gtk

2013-05-13 Thread Eugene Pivnev
13.05.2013 02:31, Todd Zullinger: Eugene Pivnev wrote: 11.05.2013 23:22, Adam Williamson: qgit -> git -> libgnome_keyring ...like this one, for instance. libgnome-keyring's dependencies are pretty modest: As I found in git.spec - git's gnome-keyring suff is optional. Is it

"Provides: icon-theme" for *-icon-theme packages

2013-05-13 Thread Eugene Pivnev
Subj. For packages that requies _any_ icon theme (something like oxygen provides system-kde-icon-theme). Prehistory: as we started RazorQt rpms - some people was crying "I have no any icon in main menu!". So we deside to add _any_ icon theme to Razor's Requires. And now 10MB razorqt requies 3

Re: Mission Impossible #1: qt without gtk

2013-05-13 Thread Eugene Pivnev
13.05.2013 19:30, Adam Williamson: The problem is that Fedora is too Gnome distro. That is a rant, not a description of a problem. The simple fact that the package "libgnome-keyring" has the word "gnome" in it is not sufficient to qualify as a problem. As Todd wrote, libgnome-keyring itself has

Re: Mission Impossible #1: qt without gtk

2013-05-14 Thread Eugene Pivnev
14.05.2013 03:38, Todd Zullinger пишет: Eugene Pivnev wrote: libgnome-keyring is minimal problem (ok - is _not_ problem at all; although I'm surprised that _console_ git depends on DE-specific library). I just recently made use of libgnome-keyring via python-keyring for a co

Re: "Provides: icon-theme" for *-icon-theme packages

2013-05-15 Thread Eugene Pivnev
13.05.2013 19:30, Eugene Pivnev пишет: Subj. For packages that requies _any_ icon theme (something like oxygen provides system-kde-icon-theme). Prehistory: as we started RazorQt rpms - some people was crying "I have no any icon in main menu!". So we deside to add _any_ icon theme

Re: "Provides: icon-theme" for *-icon-theme packages

2013-05-23 Thread Eugene Pivnev
23.05.2013 14:20, Adam Williamson: On Thu, 2013-05-23 at 13:55 +0400, Eugene Pivnev wrote: 16.05.2013 01:26, Orion Poplawski: On 05/15/2013 01:07 PM, Eugene Pivnev wrote: 13.05.2013 19:30, Eugene Pivnev пишет: Subj. For packages that requies _any_ icon theme (something like oxygen provides

Re: "Provides: icon-theme" for *-icon-theme packages

2013-05-24 Thread Eugene Pivnev
23.05.2013 14:20, Adam Williamson пишет: On Thu, 2013-05-23 at 13:55 +0400, Eugene Pivnev wrote: 16.05.2013 01:26, Orion Poplawski: On 05/15/2013 01:07 PM, Eugene Pivnev wrote: 13.05.2013 19:30, Eugene Pivnev пишет: Subj. For packages that requies _any_ icon theme (something like oxygen

What does this means?

2013-05-27 Thread Eugene Pivnev
https://apps.fedoraproject.org/packages/s/leechcaft https://admin.fedoraproject.org/updates/search/leechcraft -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: What does this means?

2013-05-27 Thread Eugene Pivnev
27.05.2013 17:26, Peter Lemenkov пишет: 2013/5/27 Eugene Pivnev : https://apps.fedoraproject.org/packages/s/leechcaft https://admin.fedoraproject.org/updates/search/leechcraft This package was abandoned by its maintainer. Do you want to take it over? Package exists in repo. It exists in

Re: What does this means?

2013-05-27 Thread Eugene Pivnev
27.05.2013 17:57, Pierre-Yves Chibon: On , Eugene Pivnev wrote: 27.05.2013 17:26, Peter Lemenkov пишет: 2013/5/27 Eugene Pivnev : https://apps.fedoraproject.org/packages/s/leechcaft You made a typo in the name here but that does not matter actually (see below) https

Custom CentOS spin

2013-06-13 Thread Eugene Pivnev
I want to create subj (VM server - minimal CentOS 6 x64 + libvirtd) but don't know - how to do this. Without locally installed CentOS. Anakonda? Koji? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Custom CentOS spin

2013-06-13 Thread Eugene Pivnev
13.06.2013 19:03, Peter Robinson: On Thu, Jun 13, 2013 at 2:56 PM, Eugene Pivnev wrote: I want to create subj (VM server - minimal CentOS 6 x64 + libvirtd) but don't know - how to do this. Without locally installed CentOS. Anakonda? Koji? Completely the wrong mailing list to discuss