================================
group-world:source=2.29.20091109-2 (previous: 2.29.20091109-1)
cvc rdiff group-world -1 /gnome.rpath.org@gnome:trunk/2.29.20091109-2
================================
2.29.20091109-2 Zhang Sen (
zh.j...@gmail.com) Mon Nov 9 01:34:10 2009
Some flAdds have no effect; so deleting some pkgs; use r.add to really add gksu
group-world.recipe: changed
Index: group-world.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- group-world.recipe /gnome.rpath.org@gnome:trunk/2.29.20091109-1
+++ group-world.recipe /gnome.rpath.org@gnome:trunk/2.29.20091109-2
@@ -222,23 +222,16 @@
r.flAdd(trove, groupName='group-gnome-devel')
## GROUP-GNOME
- troves = [
+ for trove in [
'x11-ssh-askpass',
- ]
-
- for trove in troves:
+ ]:
# needs to be add, instead of flAdd
r.add(trove, rplBranch, groupName='group-gnome')
- troves = [
- 'f-spot',
- 'gdata-python',
+ for trove in [
'gksu', # add to group-gnome, as fl does
- 'gnome-do',
- ]
- r.add('pango', flBranch, groupName='group-gnome')
- for trove in troves:
- r.flAdd(trove, flBranch, groupName='group-gnome')
+ ]:
+ r.add(trove, flBranch, groupName='group-gnome')
troves = [
#'totem',
@@ -259,6 +252,7 @@
'banshee',
'beagle',
'brasero',
+ 'pango',
'bug-buddy',
'cairo',
'cairomm',
@@ -468,6 +462,7 @@
r.replace('gdm-user-switch-applet')
r.replace('glib')
r.replace('gtk')
+ r.replace('pango')
# To display the gnome love splashy image
r.replace('splashy-theme', 'gnome.rpath.org@gnome:gnome-2.26-devel')
Committed by: jesse