[weasel-commit] Source: group-desktop-platform=2.95+r20100128-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 27 Jan 2010 22:08:23 -0500

================================
group-desktop-platform:source=2.95+r20100128-1 (previous: 2.95+r20100122-3)
cvc rdiff group-desktop-platform -1 
/weasel.rpath.org@wgl:3-devel/2.95+r20100128-1
================================
2.95+r20100128-1 Filip Brcic (brcha@xxxxxxx) Wed Jan 27 22:08:12 2010
    added some gnome base packages

group-desktop-platform.recipe: changed
Index: group-desktop-platform.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- group-desktop-platform.recipe /weasel.rpath.org@wgl:3-devel/2.95+r20100122-3
+++ group-desktop-platform.recipe /weasel.rpath.org@wgl:3-devel/2.95+r20100128-1
@@ -235,7 +235,6 @@
             ('install-info', 'texinfo'),
             'util-linux-ng',
             'vim',
-            'grub', # TODO: rebuild with freetype, fix for initramfs, etc
             'os-prober',
             'expat',
             'perl-XML-Parser',
@@ -336,8 +335,13 @@
             'hal',
             'hal-info',
             'pm-utils',
+            'perl-gettext',
+            'alternatives',
+            'dmraid',
+            'wireless-tools',
             ]:
             r.wglAdd(t, groupName='group-system')
+        r.wglAdd('grub', flavor='is: x86', groupName='group-system')
 
         # System development group - devel files from group system + some 
extras
         # this is the bottommost development group with core development 
components
@@ -380,6 +384,7 @@
             'rpath-common',
             'rpath-product-definition',
             'rbuild',
+            'help2man',
             ]:
             r.wglAdd(t, groupName='group-system-devel')
 
@@ -415,14 +420,32 @@
         for t in [ 'dbus-glib', # TODO: rebuild with xmlto, doxygen
                    'libatomic_ops',
                    'libdaemon',
+                   'libIDL',
                    'liboil',
+                   'libtasn1',
                    'poppler',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+        
+        # Development/Perl
+        for t in [ 'perl-Crypt-SSLeay',
+                   'perl-HTML-Parser',
+                   'perl-HTML-Tagset',
+                   'perl-HTML-Tree',
+                   'perl-libwww-perl',
+                   'perl-URI',
+                   'perl-XML-LibXML',
+                   'perl-XML-LibXML-Common',
+                   'perl-XML-NamespaceSupport',
+                   'perl-XML-SAX',
+                   'perl-XML-Simple',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
         # Development/Python
         for t in [ 'dbus-python',
                    'fpconst',
+                   'numpy',
                    'pycairo',
                    'pyopenssl',
                    'pyrex',
@@ -454,6 +477,7 @@
                    'imlib2',
                    'jasper',
                    'jbigkit',
+                   'libart_lgpl',
                    'libcaca', # TODO: rebuild with doxygen, mono, ruby
                    'libggi',
                    'libgii',
@@ -515,6 +539,13 @@
 
         # Network/Zope
         for t in [ 'zope-interface',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
+        # Science/Libraries
+        for t in [ 'blas-reference',
+                   'cblas-reference',
+                   'lapack-reference',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
@@ -638,6 +669,7 @@
                    'fslsfonts',
                    'fstobdf',
                    'iceauth',
+                   'icon-naming-utils',
                    'intel-gpu-tools',
                    'listres',
                    'luit',
@@ -772,15 +804,103 @@
                    ]:
             r.wglAdd(t, groupName='group-xorg')
 
+        # X.org themes
+        for t in [ 'gnome-icon-theme',
+                   'hicolor-icon-theme',
+                   ]:
+            r.wglAdd(t, groupName='group-xorg')
+
         ## End X stack
+
+        ## Begin Gnome stack
+
+        r.wglCreateGroup('group-gnome', parentGroup='group-desktop-platform',
+                         depCheck=False)
+        # This group contains gnome - it is assumed that the group is 
installed together
+        # with group-desktop-common (as it is in the group-gnome-dist)
+
+        # Development/Python
+        for t in [ 'pygobject',
+                   'pygtk',
+                   ]:
+            r.wglAdd(t, groupName='group-gnome')
+
+        # Gnome
+        for t in [ 'GConf',
+                   'gnome-common',
+                   'gnome-keyring',
+                   'libbonobo',
+                   'libglade',
+                   'libgnomecanvas',
+                   'ORBit2',
+                   ]:
+            r.wglAdd(t, groupName='group-gnome')
+
+        ## End Gnome stack
+
+        ## Begin KDE stack
+
+        r.wglCreateGroup('group-kde', parentGroup='group-desktop-platform',
+                         depCheck=False)
+        # This group contains KDE - it is assumed that the group is installed 
together
+        # with group-desktop-common (as it is in the group-kde-dist)
+
+        ## End KDE stack
 
         r.wglCreateGroup('group-extras', parentGroup='group-desktop-platform',
                          dynamicGroup=False)
-        # Put everything else here
+        # Group-extras contains stuff that didn't make it to distro groups
+
+        # Development/Libraries
+        for t in [
+            'libdhcp',
+            'libnl',
+            'libuser',
+            'newt',
+            ]:
+            r.wglAdd(t, groupName='group-extras')
+
+        # Development/Python
+        for t in [
+            'epdb',
+            'pyblock',
+            'pykickstart',
+            'pyparted',
+            'pyxf86config',
+            'rhpl',
+            'rhpxl',
+            'urlgrabber',
+            ]:
+            r.wglAdd(t, groupName='group-extras')
+
+        # Network/DS
         for t in [
             'info-ldap',
             ('openldap-servers', 'openldap'),
+            ]:
+            r.wglAdd(t, groupName='group-extras')
+
+        # Network/Misc
+        for t in [
+            ('dhclient', 'dhcp'),
+            'dhcp',
+            'dhcpv6',
+            ('libdhcp4client', 'dhcp'),
+            ('libdhcp6client', 'dhcpv6'),
+            'pump',
+            ]:
+            r.wglAdd(t, groupName='group-extras')
+
+        # System
+        for t in [
+            'hwdata',
+            'kudzu',
             ('pxelinux', 'syslinux'),
+            ]:
+            r.wglAdd(t, groupName='group-extras')
+
+        # System/Development
+        for t in [
             ('rmake-node', 'rmake'),
             ('rmake-multinode-server', 'rmake'),
 #            ('rmake-repos', 'rmake'),



Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: group-desktop-platform=2.95+r20100128-1 - rbuilder