[weasel-commit] Source: group-desktop-platform=2.98+r20100604-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 03 Jun 2010 21:53:26 -0400

================================
group-desktop-platform:source=2.98+r20100604-1 (previous: 2.98+r20100514-1)
cvc rdiff group-desktop-platform -1 
/weasel.rpath.org@wgl:3-devel/2.98+r20100604-1
================================
2.98+r20100604-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun  3 21:53:16 2010
    started adding texlive, added docbook, openjade and gtk-doc

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.98+r20100514-1
+++ group-desktop-platform.recipe /weasel.rpath.org@wgl:3-devel/2.98+r20100604-1
@@ -233,7 +233,7 @@
             'grep',
             'groff',
             'gzip',
-            'iputils', # rebuild with openjade
+            'iputils', # TODO: rebuild with openjade
             'kbd',
             'less',
             'xz-utils',
@@ -283,16 +283,16 @@
             'conary',
             'distro-conary-config',
             'distro-release',
-            'lsb-release',
+            'lsb-release', # TODO: add runtime requirement for /usr/bin/getopt 
(util-linux-ng)
             'udev', # TODO: rebuild with extras turned on after glib and gprof 
are built
-            'glib', # TODO: rebuild with gamin, gtk-doc
+            'glib', # TODO: rebuild with gtk-doc
             'pciutils',
             'libpng',
             'slang',
             'openrc',
             'libssh2',
             'c-ares',
-            'libidn', # TODO: rebuild with mono, emacs
+            'libidn', # TODO: rebuild with mono, emacs, fix emacs site-lisp 
file
             'db', # TODO: rebuild with java
             'cracklib',
             'cracklib-words',
@@ -368,6 +368,7 @@
             'mime-types',
             'ecmds',
             'ssl-cert',
+            'pcsc-lite',
             ]:
             r.wglAdd(t, groupName='group-system')
 
@@ -418,7 +419,7 @@
             'rmake',
             'decorator', # dep of rbuild
             'cython', # dep of lxml
-            'libxml2', # dep of lxml
+            'libxml2', # dep of lxml TODO: create initial /etc/xml/catalog
             'libgpg-error', # dep of libxslt
             'libgcrypt', # dep of libxslt
             'libxslt', # dep of lxml
@@ -427,7 +428,7 @@
             'rpath-product-definition',
             'rbuild',
             'help2man',
-            'clang', # llvm c compiler
+            'clang', # llvm c compiler TODO: investigate some more
             'bc',
             ]:
             r.wglAdd(t, groupName='group-system-devel')
@@ -452,6 +453,12 @@
 
         # Applications/Backup
         for t in [ 'rdiff-backup',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
+        # Applications/CDR
+        for t in [ 'cdrtools',
+                   'dvd+rw-tools',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
@@ -477,8 +484,19 @@
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
+        # Applications/MobilePhone
+        for t in [ 'gnokii',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
+        # Applications/PDA
+        for t in [ 'pilot-link',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
         # Applications/Shells
-        for t in [ 'zsh',
+        for t in [ 'tcsh',
+                   'zsh',
                    'zsh-completion',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
@@ -487,7 +505,6 @@
         for t in [ 'aspell',
                    'build-docbook-catalog',
                    'djvulibre',
-                   'docbook-xsl-stylesheets',
                   'ebook-tools',
                    'ed',
                    'enchant',
@@ -498,11 +515,36 @@
                    'iso-codes',
                    'libpaper',
                   'libspectre',
+                   'opensp',
                    'poppler',
                    'poppler-data',
                    'recode',
-                   ]:
-            r.wglAdd(t, groupName='group-desktop-common')
+                   'texi2html',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
+        # Applications/Text not needed in standard desktop
+        # distribution, yet needed for standard development tasks.
+        for t in [ 'docbook-dsssl-stylesheets',
+                   'docbook-sgml-dtd-30',
+                   'docbook-sgml-dtd-31',
+                   'docbook-sgml-dtd-40',
+                   'docbook-sgml-dtd-41',
+                   'docbook-sgml-dtd-42',
+                   'docbook-sgml-dtd-43',
+                   'docbook-sgml-dtd-44',
+                   'docbook-xml-dtd-412',
+                   'docbook-xml-dtd-42',
+                   'docbook-xml-dtd-43',
+                   'docbook-xml-dtd-44',
+                   'docbook-xml-dtd-45',
+                   'docbook-xsl-stylesheets',
+                   'openjade',
+                   'opensp',
+                   'xmlto', # TODO: rebuild with passivetex and xmltex
+                   'sgml-common',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common-devel')
             
         # Development/Databases
         for t in [ 'cdb',
@@ -529,11 +571,13 @@
             r.wglAdd(t, groupName='group-desktop-common')
         # Left in -devel
         for t in [ 'boost-build',
-                   'cmake',
+                   'cmake', # TODO: fix emacs site-start file
                    'cvs',
                    'git',
                    'gperf',
-                   'subversion',
+                   'gtk-doc',
+                   'gtk-doc-am', # Automake files for gtk-doc
+                   'subversion', # TODO: fix emacs files (turn macros on)
                    ]:
             r.wglAdd(t, groupName='group-desktop-common-devel')
 
@@ -550,7 +594,7 @@
             r.wglAdd(t, groupName='group-desktop-common')
         # left in -devel
         for t in [ 'cfortran',
-                   'icedtea-jdk',
+                   'icedtea-jdk', # TODO: fix Gentoo -> Weasel
                    'ocaml',
                    'yasm',
                    ]:
@@ -572,6 +616,7 @@
                    'libical',
                    'libIDL',
                    'libksba',
+                   'libmal',
                    'libmcrypt',
                    'liboil',
                    'libprelude',
@@ -584,6 +629,7 @@
                    'udis86',
                    'xmlrpc-c',
                    'yaz',
+                   'zziplib',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
@@ -653,10 +699,20 @@
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
+        # Development/VCS
+        for t in [ 'mercurial',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
         # Development/Java
         for t in [ 'ant-core',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common-devel')
+
+        # Gnome
+        for t in [ 'librsvg',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
 
         # Gnome/Extra
         for t in [ 'gnome-audio',
@@ -679,6 +735,9 @@
         # Media/Graphics
         for t in [ 'exiv2',
                    'graphviz',
+                   'gtkimageview',
+#                   'imagemagick', # TODO: rebuild with autotrace
+                   'sam2p',
                   'info-scanner',
                   'sane-backends',
                    ]:
@@ -689,12 +748,14 @@
                    'aalib',
                    'alsa-lib', # TODO: rebuild with doxygen
                    'audiofile',
+                   'babl',
                    'faac',
                    'faad2',
                    'flac',
                    'freetype',
                    'fontconfig',
                    'gd',
+#                   'gegl',
                    'giflib',
                    'gmyth',
                    'gstreamer',
@@ -721,12 +782,14 @@
                    'libdvdread',
                    'libexif',
                    'libfame',
+                   'libfpx',
                    'libggi',
                    'libggiwmh',
                    'libgii',
                    'libgphoto2',
                    'libid3tag',
                    'libjpeg',
+                   'liblqr',
                    'libmad',
                    'libmng',
                    'libmodplug',
@@ -734,6 +797,8 @@
                    'libmpeg2',
                    'libnut',
                    'libogg',
+                   'libopenraw',
+                   'libquicktime', # TODO: rebuild with doxygen
                    'libreplaygain',
                    'libsamplerate',
                    'libsndfile',
@@ -796,6 +861,7 @@
         # Media/Video
         for t in [ 'dirac', # TODO: rebuild with latex
                    'ffmpeg', # NOTE: allow emerge with custom flags
+                   'mjpegtools',
                    'mplayer', # TODO: rebuild with samba(?) and docs
                    'vcdimager',
                    ]:
@@ -829,7 +895,7 @@
                    'libasyncns', # TODO: rebuild with doxygen
                    'liblockfile',
                    'libnet',
-                   'libpcap', # TODO: rebuild with bluez
+                   'libpcap',
                    'libproxy', # TODO: rebuild with webkit, networkmanager
                    'librsync',
                    'libsoup',
@@ -858,6 +924,11 @@
         # Network/Proxy
         for t in [ 'dante',
                    'info-sockd',
+                   ]:
+            r.wglAdd(t, groupName='group-desktop-common')
+
+        # Network/Wireless
+        for t in [ 'bluez',
                    ]:
             r.wglAdd(t, groupName='group-desktop-common')
 
@@ -1178,6 +1249,17 @@
         # 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)
 
+        # Applications/Text
+        for t in [ 'rarian',
+                   'scrollkeeper-dtd',
+                   ]:
+            r.wglAdd(t, groupName='group-gnome')
+
+        # Applications/Text not needed in standard gnome group
+        for t in [ 'gnome-doc-utils',
+                   ]:
+            r.wglAdd(t, groupName='group-gnome-devel')
+
         # Development/Databases
         for t in [ ('gODBCConfig', 'unixODBC'),
                    ]:
@@ -1358,8 +1440,9 @@
                        source='kdebase-runtime',
                        groupName='group-kde')
 
-        # TODO: rebuild kdebase-workspace with googlegadgets, qedje, bluez, 
networkmanager,
-        #       libgps, wicd
+        # TODO: rebuild kdebase-workspace with googlegadgets, qedje, 
networkmanager, wicd
+        # TODO: move cmake files to kdebase-workspace:devel or 
libkworkspace:devel
+        # TODO: why there is no kwrited:lib now?
         r.wglAddTroves(['kdm',
                         'kscreensaver',
                         'kmenuedit',
@@ -1544,6 +1627,42 @@
 
         r.wglAdd('kdeplasma-addons', groupName='group-kde')
 
+        r.wglAdd('akonadi', groupName='group-kde')
+
+        # KDE PIM
+        r.wglAddTroves(['kdepim-strigi-analyzer',
+                        'kpilot',                
+                        'kmailcvt',              
+                        'knotes',
+                        'kleopatra',
+                        'mimelib',
+                        'kdepim-wizards',
+                        'libksieve',
+                        'kalarm',
+                        'knode',
+                        'libkleo',
+                        'libkdepim',
+                        'kmail',
+                        'kdepim',
+                        'kjots',
+                        'kdepim-icons',
+                        'libkpgp',
+                        'korganizer',
+                        'kaddressbook',
+                        'kabcclient',
+                        'kdepim-kresources',
+                        'ktimetracker',
+                        'kontact-specialdates',
+                        'akregator',
+                        'kontactinterfaces',
+                        'kontact',
+                        'konsolekalendar',
+                        ],
+                       source='kdepim',
+                       groupName='group-kde')
+
+        r.wglAdd('akonadi-googledata', groupName='group-kde')
+
         # KDE/Development
         for t in [ 'automoc4',
                    ]:
@@ -1591,6 +1710,7 @@
 
         # Network/Libraries
         for t in [ 'libgadu',
+                   'libgcal',
                    'libmsn',
                    'libotr',
                    'libvncserver',
@@ -1730,6 +1850,11 @@
             ]:
             r.wglAdd(t, groupName='group-extras')
 
+        # Development/VCS
+        for t in [ ('mercurial-hgk', 'mercurial'),
+                   ]:
+            r.wglAdd(t, groupName='group-extras')
+
         # KDE internationalization
         r.wglAdd('kde-l10n', groupName='group-extras')
         for (mod, notneeded) in KdeL10n.modules:
@@ -1788,6 +1913,85 @@
                    ]:
             r.wglAdd(t, groupName='group-extras')
 
+        r.wglCreateGroup('group-tex-base', parentGroup='group-extras',
+                         dynamicGroup=False)
+        # tex-base group contains base TeX packages
+
+        # Applications/Text
+        r.wglAdd('texlive-core', groupName='group-tex-base')
+
+        # Development/TeX
+        r.wglAdd('luatex', groupName='group-tex-base')
+
+        r.wglCreateGroup('group-tex', parentGroup='group-extras', 
dynamicGroup=False)
+        # tex group contains complete TeX distribution
+        r.addNewGroup('group-tex-base')
+
+        # Applications/Text
+        for t in [ 'psutils',
+                   't1utils',
+                   'lcdf-typetools',
+                   'ps2eps',
+                   'dvipdfm',
+                   'dvipng',
+                   ]:
+            r.wglAdd(t, groupName='group-tex')
+
+        # Development/TeX
+        for t in [ 'detex',
+                   'dvi2tty',
+                   'xcolor',
+                   'pgf',
+                   'latex-beamer',
+                   'feynmf',
+                   'latex2html',
+                   'chktex',
+                   'translator',
+                   'glossaries',
+                   'leaflet',
+                   'currvita',
+                   'g-brief',
+                   'envlab',
+                   'europecv',
+                   'svninfo',
+                   'mh',
+                   ]:
+            r.wglAdd(t, groupName='group-tex')
+
+        # Development/TeXLive
+        for t in [ 'texlive-psutils',
+                   'texlive-documentation-base',
+                   'texlive-basic',
+                   'texlive-genericrecommended',
+                   'texlive-texinfo',
+                   'texlive-latex',
+                   'texlive-latexrecommended',
+                   'texlive-fontsrecommended',
+                   'texlive-latex3',
+                   'texlive-metapost',
+                   'texlive-pictures',
+                   'texlive-latexextra',
+                   'texlive-bibtexextra',
+                   'texlive-fontsextra',
+                   'texlive-formatsextra',
+                   'texlive-genericextra',
+                   'texlive-mathextra',
+                   'texlive-plainextra',
+                   'texlive-xetex',
+                   'texlive-pstricks',
+                   'texlive-science',
+                   'texlive-publishers',
+                   'texlive-music',
+                   'texlive-omega',
+#                   'texlive-context',
+                   ]:
+            r.wglAdd(t, groupName='group-tex')
+
+        # Media/Libraries
+        for t in [ 'freetype1',
+                   ]:
+            r.wglAdd(t, groupName='group-tex')
+
 #        # Housekeeping - remove devel components from non-devel groups
 #        groupList = r.getChildGroups('group-desktop-platform')
 #        for g in groupList:



Committed by: brcha

Other related posts:

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