[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #61 from Tim Lauridsen t...@rasmil.dk ---
Look fine to me.
A more cosmetic issue is having multiple requirement i a single line, it makes
it hard to read, I would prefer that you add one require line for each
requirement.

Ex.

Requires:   %{name}-common = %{version}-%{release}, gtk-murrine-engine =
0.98.1.1 gtk2-engines

should be.

Requires:   %{name}-common = %{version}-%{release}
Requires:   gtk-murrine-engine = 0.98.1.1
Requires:   gtk2-engines

It also make git diff easier to read when doing updates to requirement

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #62 from Mattia M. mattia.meneguzzo+fed...@gmail.com ---
By the way, just to avoid wasting disk space, I've replaced the copy of the
gnome-shell directory inside Zukitwo-Dark with a symlink to that placed
inside Zukitwo. Rpmlint doesn't complain and the package installs and works
fine.

(In reply to comment #61)
 A more cosmetic issue is having multiple requirement i a single line, it
 makes it hard to read, I would prefer that you add one require line for each
 requirement.
 
 Ex.
 
 Requires:   %{name}-common = %{version}-%{release}, gtk-murrine-engine
 = 0.98.1.1 gtk2-engines
 
 should be.
 
 Requires:   %{name}-common = %{version}-%{release}
 Requires:   gtk-murrine-engine = 0.98.1.1
 Requires:   gtk2-engines
 
 It also make git diff easier to read when doing updates to requirement

I've already submitted the package to Koji; I'm going to do that cosmetic
changed in the next release.
Thanks for your help!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #63 from Mattia M. mattia.meneguzzo+fed...@gmail.com ---
(In reply to comment #62)
 I'm going to do that cosmetic changed in the next release.

Typo: I'm going to do that cosmetic changes in the next release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #60 from Mattia M. mattia.meneguzzo+fed...@gmail.com ---
I modified the Spec file according to your suggestions.
Here it is:
http://pkgs.fedoraproject.org/cgit/zukitwo.git/plain/zukitwo.spec?h=f17id=e184ac37baf151b2804cb108cdc5bd78d657dc55

Please note that now the gnome-shell directory and its content are present in
both /usr/share/themes/Zukitwo/ and /usr/share/themes/Zukitwo-Dark (before
a sole copy of them existed in /usr/share/themes/Zukitwo-Shell/).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #59 from Tim Lauridsen t...@rasmil.dk ---
As far as I remember it is ok to put the license file in a common as long as
every other package requires the -common package.
So that the license file is install no matter what sub package you are
installing

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #56 from Mattia M. mattia.meneguzzo+fed...@gmail.com ---
(In reply to comment #52)
 I've been told that, when multiple subpackages share common
 directories/files, it's better to define a *-common subpackage which owns
 them.
 
 As for Zukitwo, the situation is a bit complicated:
 
 - all subpackages share documentation files and a common main directory:
 /usr/share/themes/Zukitwo
 
 - all subpackages except gnome-shell-theme-* share two subdirectories:
 /usr/share/themes/Zukitwo/Zukitwo and
 /usr/share/themes/Zukitwo/Zukitwo-Dark
 
 - only gnome-shell-theme-* owns /usr/share/themes/Zukitwo/Zukitwo-Shell
 
 If the *-common subpackage owned /usr/share/themes/Zukitwo only, then
 ownership of the above-mentioned two subdirs would be repeated in all
 subpackages except gnome-shell-theme-*.
 Instead, if it owned also the two subdirs, it would be useless when
 installing only gnome-shell-theme-*.
 
 What do you suggest me to do? Thank you.

Any suggestion about the above issue, please?
I'd like my package to be as much compliant to the quality standard of Fedora
as possible, but for this I need your help.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #57 from Tim Lauridsen t...@rasmil.dk ---
the gnome shell theme packages should be installed in and only own that dir

/usr/share/themes/Zukitwo/gnome-shell
/usr/share/themes/Zukitwo-Dark/gnome-shell

gtk-2 theme should be installed in and only own that dir.

/usr/share/themes/Zukitwo/gtk-2
/usr/share/themes/Zukitwo/gtk-3
etc.

The licens package should go into every package

if there is some other generel docs you can put it into at -common package and
let the other packages require the -common package

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-08-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #58 from Mattia M. mattia.meneguzzo+fed...@gmail.com ---
Thank you.

(In reply to comment #57)

 The licens package should go into every package
 
 if there is some other generel docs you can put it into at -common package
 and let the other packages require the -common package

I think you mean license file.
As for the other packages I am maintaining, I put also the license file (i.e.
COPYING) into the *-common subpackage only, since I thought that common
should contain every shared file with no exceptions (please, see, e.g.,
http://pkgs.fedoraproject.org/cgit/zukiwi.git/tree/zukiwi.spec ).
So, in your opinion, I should also correct the other packages to make the
license file be included in every single package (excluding *.common only)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-07-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #54 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com ---
Another alternative could be to 

- move the content of /usr/share/themes/Zukitwo/Zukitwo-Shell (i.e. the
gnome-shell directory) into /usr/share/themes/Zukitwo,

- not to create the Zukitwo-Shell directory at all and

- to have *-common own /usr/share/themes/Zukitwo,
/usr/share/themes/Zukitwo/Zukitwo, /usr/share/themes/Zukitwo/Zukitwo-Dark.

The GNOME Shell theme should work anyway, shouldn't it?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-07-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #55 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com ---
(In reply to comment #54)
 Another alternative could be to 
 
 - move the content of /usr/share/themes/Zukitwo/Zukitwo-Shell (i.e. the
 gnome-shell directory) into /usr/share/themes/Zukitwo,
 
 - not to create the Zukitwo-Shell directory at all and
 
 - to have *-common own /usr/share/themes/Zukitwo,
 /usr/share/themes/Zukitwo/Zukitwo,
 /usr/share/themes/Zukitwo/Zukitwo-Dark.
 
 The GNOME Shell theme should work anyway, shouldn't it?

I didn't noticed that doing as I proposed in comment #54 would produce the side
effect of creating the empty directories .../Zukitwo/Zukitwo and
...Zukitwo/Zukitwo-Dark even if one installed only gnome-shell-theme-*.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-07-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #52 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com ---
I've been told that, when multiple subpackages share common directories/files,
it's better to define a *-common subpackage which owns them.

As for Zukitwo, the situation is a bit complicated:

- all subpackages share documentation files and a common main directory:
/usr/share/themes/Zukitwo

- all subpackages except gnome-shell-theme-* share two subdirectories:
/usr/share/themes/Zukitwo/Zukitwo and
/usr/share/themes/Zukitwo/Zukitwo-Dark

- only gnome-shell-theme-* owns /usr/share/themes/Zukitwo/Zukitwo-Shell

If the *-common subpackage owned /usr/share/themes/Zukitwo only, then
ownership of the above-mentioned two subdirs would be repeated in all
subpackages except gnome-shell-theme-*.
Instead, if it owned also the two subdirs, it would be useless when installing
only gnome-shell-theme-*.

What do you suggest me to do? Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-07-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #53 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com ---
Is it viable to make the *-common subpackage create and own also
/usr/share/themes/Zukitwo/Zukitwo-Shell (in addition to
/usr/share/themes/Zukitwo/Zukitwo, /usr/share/themes/Zukitwo/Zukitwo-Dark
and documentation files)?
The only issue is that, if one opted not to install gnome-shell-theme-*, the
(empty) Zukitwo-Shell directory would exist anyway.
What do you think?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-06-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Resolution|NEXTRELEASE |ERRATA

--- Comment #51 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120607-1.fc17 has been pushed to the Fedora 17 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-06-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #50 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120607-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120607-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-06-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #49 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120602-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120602-2.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-06-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #48 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120602-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120602-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #47 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120526-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120526-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #46 from Fedora Update System upda...@fedoraproject.org ---
zukitwo-20120523-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120523-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com changed:

   What|Removed |Added

 Blocks|177841  |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2012-05-21 03:13:29

--- Comment #45 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com ---
I'm closing this review request, as stated in
https://fedoraproject.org/wiki/Package_Review_Process#Contributor .

Thanks again to everyone who helped me! :-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #43 from Fedora Update System upda...@fedoraproject.org 
2012-05-19 03:45:12 EDT ---
zukitwo-20120516-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120516-1.fc17

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Artyom art...@guitarplayer.ru changed:

   What|Removed |Added

 CC||art...@guitarplayer.ru

--- Comment #44 from Artyom art...@guitarplayer.ru 2012-05-19 11:50:42 EDT ---
I think default font in gnome-shell.css should be changed to something else,
since ubuntu fonts are not available in Fedora repos.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-12 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-12 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #40 from Fedora Update System upda...@fedoraproject.org 
2012-05-12 04:19:18 EDT ---
zukitwo-20120511-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/zukitwo-20120511-1.fc17

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-12 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #41 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com 
2012-05-12 05:07:44 EDT ---
The package for the latest (i.e. 2012.05.11) version of Zukitwo is in Bodhi
(see comment #40). Please try it, if you wish.

I seize this opportunity to warmly thank you all for your precious support!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-12 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #42 from Fedora Update System upda...@fedoraproject.org 
2012-05-12 15:45:30 EDT ---
zukitwo-20120511-1.fc17 has been pushed to the Fedora 17 testing repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com changed:

   What|Removed |Added

   Flag||fedora-cvs?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #36 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com 
2012-05-08 03:27:00 EDT ---
OK, I've been able to change my login email address and to set the fedora-cvs
flag.

For the new package SCM request, go to comment #26.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #37 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-08 06:39:19 EDT ---
The SCM request is processed automatically, I believe -- could you just comment
again with the request? I'm not sure it works if the request is in a preceding
comment. Thanks :)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #38 from Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com 
2012-05-08 06:50:30 EDT ---
New Package SCM Request
===
Package Name: zukitwo
Short Description: The Zukitwo themes for GTK+2, GTK+3, Metacity, GNOME Shell
and Xfwm4, created by lassekongo83.
Owners: odysseus
Branches: f17
InitialCC:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com changed:

   What|Removed |Added

   Flag|fedora-cvs? |

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo mattia.meneguzzo+fed...@gmail.com changed:

   What|Removed |Added

   Flag||fedora-cvs?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #39 from Jon Ciesla limburg...@gmail.com 2012-05-08 08:32:57 EDT 
---
Git done (by process-git-requests).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #34 from Toshio Kuratomi tkura...@redhat.com 2012-05-07 12:05:44 
EDT ---
Hey Mattia, I could change your login email address in bugzilla to the email
address you have listed in the Fedora Account System (since odysseus@fp.o just
forwards there).  Would that work for you?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #35 from Mattia Meneguzzo odyss...@fedoraproject.org 2012-05-07 
17:16:07 EDT ---
(In reply to comment #34)
 Hey Mattia, I could change your login email address in bugzilla to the email
 address you have listed in the Fedora Account System (since odysseus@fp.o just
 forwards there).  Would that work for you?

If the reason for me not being able to set the fedora-cvs flag is my current
login email address, please proceed. Thanks in advance.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #32 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-06 09:57:06 EDT ---
It does say Completion date: 2012-05-08 10:49:36 CEST -- so I'm guessing
you'd have to wait till then :)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #33 from Mattia Meneguzzo odyss...@fedoraproject.org 2012-05-06 
15:07:28 EDT ---
I didn't notice that - I don't know why. Sorry! :-(

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #26 from Mattia Meneguzzo hal8...@hotmail.it 2012-05-05 04:21:57 
EDT ---
New Package SCM Request
===
Package Name: zukitwo
Short Description: The Zukitwo themes for GTK+2, GTK+3, Metacity, GNOME Shell
and Xfwm4, created by lassekongo83.
Owners: odysseus
Branches: f17
InitialCC:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #27 from Mattia Meneguzzo odyss...@fedoraproject.org 2012-05-05 
06:46:55 EDT ---
I've been sponsored for almost a day, but I can't change the fedora‑cvs flag
to ? yet, as needed to request a repository for this package.
Any suggestions?
_

Since I haven't been able to set up everything so far yet, I still link the
latest (i.e. 2012.05.03) version of Zukitwo (for Gnome 3.4/Fedora 17 only!)
here:

Spec URL: http://db.tt/XQQBqjk6
SRPM URL: http://db.tt/L4XA6LxK

RPM packages for Fedora 17:

GTK+2 theme: http://db.tt/2AAOvVpc
GTK+3 theme: http://db.tt/J65iTN4C
Metacity theme: http://db.tt/nPSn6NqR
GNOME Shell theme: http://db.tt/hDGlZey4
Xfwm4 theme: http://db.tt/vlIU8MGi

Enjoy!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #28 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-05 11:00:44 EDT ---
(In reply to comment #27)
 I've been sponsored for almost a day, but I can't change the fedora‑cvs flag
 to ? yet, as needed to request a repository for this package.
 Any suggestions?

Hi Mattia,

Looks like you changed your Bugzilla email address to your @fedoraproject.org
alias -- this is not allowed, and is probably why you can't change the flags. 

You need to have the same address listed in FAS (currently
mattiamenegu...@gmail.com) as the address you use for Bugzilla. Let me know if
that still doesn't work (probably give it a couple of hours to settle).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #29 from Mattia Meneguzzo odyss...@fedoraproject.org 2012-05-05 
13:17:44 EDT ---
(In reply to comment #28)
 Hi Mattia,
 
 Looks like you changed your Bugzilla email address to your @fedoraproject.org
 alias -- this is not allowed, and is probably why you can't change the flags. 
 
 You need to have the same address listed in FAS (currently
 mattiamenegu...@gmail.com) as the address you use for Bugzilla.

The problem is it looks like I cannot change my email address again:
Preferences-Name and password shows me the Confirmed email address only
(i.e. the @fedoraproject.org one) but no entry to enter a new one.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #30 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-05 22:05:42 EDT ---
Odd, this is what I get:

https://bugzilla.redhat.com/userprefs.cgi?tab=account


Name and Password

Please enter your existing password to confirm account changes.
Password: 
New password: 
Confirm new password: 
Your real name (optional, but encouraged): 
New email address: 

So you basically managed to change your email from hotmail - fp.o with this
form, but now it's no longer let you change it again... hm. I'll ask one of the
admins

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #31 from Mattia Meneguzzo odyss...@fedoraproject.org 2012-05-06 
01:55:08 EDT ---
(In reply to comment #30)
 Odd, this is what I get:
 
 https://bugzilla.redhat.com/userprefs.cgi?tab=account
 
 
 Name and Password
 
 Please enter your existing password to confirm account changes.
 Password: 
 New password: 
 Confirm new password: 
 Your real name (optional, but encouraged): 
 New email address: 
 
 So you basically managed to change your email from hotmail - fp.o with this
 form, but now it's no longer let you change it again... hm. I'll ask one of 
 the
 admins

Yes, exact. This is the Name and Password tab as it appears now:
http://db.tt/gLyXcMdY
Maybe there's a minimum time interval between two consecutive changes of email
address, but this is only a guess.
Thanks for your help.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo hal8...@hotmail.it changed:

   What|Removed |Added

   Flag|needinfo?(hal8600@hotmail.i |
   |t)  |

--- Comment #23 from Mattia Meneguzzo hal8...@hotmail.it 2012-05-04 02:21:18 
EDT ---
(In reply to comment #22)
 Mattia, what's your FAS username?

My user name on the Fedora Account System is odysseus.
Thank you!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #24 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-04 08:41:26 EDT ---
OK, you're sponsored. Feel free to request a repository for your package now --
and don't hesitate to email if you have any packaging question. Cheers (and
thanks for packaging this, my Eclipse, Emacs, and Qt programs finally fit into
my desktop)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #25 from Mattia Meneguzzo hal8...@hotmail.it 2012-05-04 08:55:17 
EDT ---
(In reply to comment #24)
 OK, you're sponsored. Feel free to request a repository for your package now 
 --
 and don't hesitate to email if you have any packaging question.

Thank you very much!

 Cheers (and thanks for packaging this, my Eclipse, Emacs, and Qt programs 
 finally fit into my desktop)

You're welcome.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-05-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Michel Alexandre Salim michel+...@sylvestre.me changed:

   What|Removed |Added

   Flag||needinfo?(hal8600@hotmail.i
   ||t)

--- Comment #22 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-05-03 06:25:24 EDT ---
Just tested the F17 builds and they look fine. Mattia, what's your FAS
username?

(note that you can get space on fedorapeople.org -- see
http://fedoraproject.org/wiki/Infrastructure/fedorapeople.org -- and put your
review packages there)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #20 from Mattia Meneguzzo hal8...@hotmail.it 2012-04-30 03:24:12 
EDT ---
Packages updated to the 2012.04.29 version of the theme:

Spec URL: http://db.tt/GJvcxURB

SRPM URL: http://db.tt/Jc4kx5zG
_

RPM packages for Fedora 17:

GTK+2 theme: http://db.tt/m5zJLrya
GTK+3 theme: http://db.tt/m5zJLrya
Metacity theme: http://db.tt/9lEZvIHE
GNOME Shell theme: http://db.tt/rz6Hj8GR
Xfwm4 theme: http://db.tt/yE954TWa

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #21 from Mattia Meneguzzo hal8...@hotmail.it 2012-04-30 03:28:52 
EDT ---
The link to the RPM package of the GTK+3 theme in comment #20 is wrong. Sorry.
Here's the right one:

GTK+3 theme: http://db.tt/Er9JqwEw

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #19 from Mattia Meneguzzo hal8...@hotmail.it 2012-04-26 18:47:53 
EDT ---
Packages updated to the 2012.04.26 version of the theme:

Spec URL: http://db.tt/w7EhTdZj

SRPM URL: http://db.tt/F6hkNBs1

NOTE (IMPORTANT): From now on, this theme will be compatible only with GNOME
3.4 (i.e. Fedora 17). The latest compatible with GNOME 3.2 (i.e. Fedora 16) is
version 2011.12.29, linked in comment #15.
_

For those who want to install the theme, here are the RPM packages for Fedora
17:

GTK+2 theme: http://db.tt/rezvGDVG
GTK+3 theme: http://db.tt/ljyudPHP
Metacity theme: http://db.tt/1VJFCQRQ
GNOME Shell theme: http://db.tt/4AyjHKKe
Xfwm4 theme: http://db.tt/TkSJAK8f

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-25 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #18 from Mattia Meneguzzo hal8...@hotmail.it 2012-04-25 02:47:00 
EDT ---
(In reply to comment #16)
 Tim, are you still happy with the package as updated? I can sponsor Mattia if
 nobody else has done so.
 
 Mattia, just in case, please confirm that you're still interested, as it's 
 been
 a month.

Sure I'm interested.

(In reply to comment #17)
 @Michel.
 
 Still looks fine to me, so please sponsor

Thank you both.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-24 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Tim Lauridsen t...@rasmil.dk changed:

   What|Removed |Added

   Flag|needinfo?   |

--- Comment #17 from Tim Lauridsen t...@rasmil.dk 2012-04-24 08:35:16 EDT ---
@Michel.

Still looks fine to me, so please sponsor

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-04-23 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Michel Alexandre Salim michel+...@sylvestre.me changed:

   What|Removed |Added

 CC||michel+...@sylvestre.me
   Flag||needinfo?

--- Comment #16 from Michel Alexandre Salim michel+...@sylvestre.me 
2012-04-24 00:56:00 EDT ---
Tim, are you still happy with the package as updated? I can sponsor Mattia if
nobody else has done so.

Mattia, just in case, please confirm that you're still interested, as it's been
a month.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-03-23 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

Mattia Meneguzzo hal8...@hotmail.it changed:

   What|Removed |Added

Summary|Review Request: zukitwo -   |Review Request: zukitwo -
   |Themes for GTK+2, GTK+3,|Themes for GTK+2, GTK+3,
   |Metacity, GNOME Shell and   |Metacity, GNOME Shell and
   |Xfvm4   |Xfwm4

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 752169] Review Request: zukitwo - Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4

2012-03-23 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752169

--- Comment #15 from Mattia Meneguzzo hal8...@hotmail.it 2012-03-23 03:55:36 
EDT ---
Packages updated to the 2011.12.29 version of the theme:

Spec URL: http://db.tt/xOZgxcBz

SRPM URL: http://db.tt/XoDkNQnb

_

For those who want to install the themes, here are the RPM packages for Fedora
16:

GTK+2 theme: http://db.tt/vzf2JnoU
GTK+3 theme: http://db.tt/ast9bEmg
Metacity theme: http://db.tt/MRH5FyzA
GNOME Shell theme: http://db.tt/UKtzafdQ
Xfwm4 theme: http://db.tt/QMxORubq

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review