[releng] Updates for the stable config for 3.2.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] Updates for the stable config for 3.2.0
- Date: Wed, 28 Sep 2011 01:48:00 +0000 (UTC)
commit 3df95853ae59a2e4d68f83298d64e6f7a40fb9df
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Sep 27 21:47:20 2011 -0400
Updates for the stable config for 3.2.0
tools/smoketesting/sample-tarball-stable.jhbuildrc | 55 +---
.../smoketesting/tarball-conversion-stable.config | 391 +++++++-------------
2 files changed, 146 insertions(+), 300 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball-stable.jhbuildrc b/tools/smoketesting/sample-tarball-stable.jhbuildrc
index b206b51..929d55b 100644
--- a/tools/smoketesting/sample-tarball-stable.jhbuildrc
+++ b/tools/smoketesting/sample-tarball-stable.jhbuildrc
@@ -7,7 +7,7 @@
# 'gnome-suites-core-3.0', but it can be any of the files in the
# modulesets directory, or even the URL of a module set file on
# a web server.
-moduleset = 'gnome-suites-core-3.0.2'
+moduleset = 'gnome-apps-3.2'
# A list of the modules to build. Defaults to the Gnome Desktop and
# developer platform.
@@ -35,58 +35,13 @@ autogenargs='--disable-static --disable-gtk-doc'
os.environ['CFLAGS'] = '-g -O2'
# set only if you have more than one CPU
# might break some builds
-#makeargs = '-j2'
+makeargs = '-j4'
# An alternative location to look for (or download to) all downloaded tarballs
tarballdir = os.path.join(checkoutroot, 'pkgs')
+# Workarounds
-########## Workarounds ##########
-
-# Totem seems to stupidly try to install its plugin under /usr even if that's
-# not $PREFIX. So, we'll disable the mozilla plugin. Those wanting to build
-# it can remove this module_autogenargs comamnd and run
-# chmod a+w /usr/lib/mozilla-1.7.12/plugins
-# before the build. When the build is finished, you can run
-# chmod a-w /usr/lib/mozilla-1.7.12/plugins
-# to set things back to normal.
-module_autogenargs['totem'] = autogenargs + '--disable-mozilla'
-
-# For those that don't have SDL installed and don't have a webcam, uncomment
-# the following line to skip building ekiga
-
-# firefox-1.5.0.6 won't build; firefox-1.5.0.7 doesn't correctly install
-# ssl.h, but the firefox-devel packages (+necessary dependencies) from
-# my distro work. *shrug*
-skip.append('firefox')
-
-# we're better off using the distro packages for mozilla/firefox
-skip.append('mozilla')
-
-# do not build things that the distro can provide
-skip.append('nspr')
-skip.append('nss')
-skip.append('pulseaudio')
-
-# libxml2, libxslt, and gamin are totally inconsistent with the rest of Gnome
-# about python. See
-# http://mail.gnome.org/archives/garnome-list/2005-July/msg00199.html
-#
-# WARNING: This will probably fail if you don't do a jhbuild bootstrap
-# first to make sure that jhbuild installs python-2.4 in the prefix
-#
-##os.environ['PYTHON'] = os.path.join(prefix, 'bin/python')
-##os.environ['PYTHONPATH'] = os.path.join(libdir, 'python2.4/site-packages')
-
-# evolution-exchange requires evolution-data-server to be configured
-# with ldap enabled, which it isn't by default. That would also
-# require ldap development libraries, but I have no exchange server to
-# test with anyway. So I just skip it.
-skip.append('evolution-exchange')
-
-# jhbuild no longer automatically looks in /usr/lib/pkgconfig, so we need to
-# tell it to do so
-addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig')
-addpath('PKG_CONFIG_PATH', '/usr/lib64/pkgconfig')
-addpath('PKG_CONFIG_PATH', '/usr/share/pkgconfig')
+# these are hard to build or interfere with system packages
+skip = [ 'libxml', 'nss', 'nspr' ]
diff --git a/tools/smoketesting/tarball-conversion-stable.config b/tools/smoketesting/tarball-conversion-stable.config
index 85684a4..d5cbee2 100644
--- a/tools/smoketesting/tarball-conversion-stable.config
+++ b/tools/smoketesting/tarball-conversion-stable.config
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<conversioninfo>
<locations> FIXME: get a better name
- <site cvs="gnome.org"
+ <site cvs="gnome.org"
location="http://download.gnome.org/sources/"
subdir="$module"
/>
@@ -9,39 +9,25 @@
location="http://www.freedesktop.org/software/"
subdir="$module/releases/"
/>
- <site module="clutter"
- location="http://download.gnome.org/sources/"
- subdir="$module"
- />
- <site module="clutter-gtk"
- location="http://download.gnome.org/sources/"
- subdir="$module"
- />
<site module="libdaemon" location="http://avahi.org/download" />
<site module="avahi" location="http://avahi.org/download" />
<site module="cairo" location="http://cairographics.org/snapshots/" />
# Have to keep toggling between:
# http://cairographics.org/snapshots/
# http://cairographics.org/releases/
- <site module="hal" location="http://hal.freedesktop.org/releases/" />
<site module="polkit" location="http://hal.freedesktop.org/releases/" />
- <site module="polkit-gnome" location="http://hal.freedesktop.org/releases/" />
<site module="upower" location="http://upower.freedesktop.org/releases/" />
<site module="PackageKit" location="http://www.packagekit.org/releases/" />
- <site module="libXft" location="http://xlibs.freedesktop.org/release/"/>
- <site module="fontconfig"
+ <site module="fontconfig"
location="http://www.fontconfig.org/release/" />
- <site module="render"
+ <site module="render"
location="http://freedesktop.org/software/fontconfig/releases/" />
- <site module="xrender"
+ <site module="xrender"
location="http://freedesktop.org/software/fontconfig/releases/" />
<site module="poppler" location="http://poppler.freedesktop.org/" />
- <site module="system-tools-backends"
- location="http://download.gnome.org/sources/"
- subdir="$module" />
<site module="shared-mime-info" location="http://freedesktop.org/~hadess/" />
<site module="desktop-file-utils"
location="http://www.freedesktop.org/software/"
@@ -54,15 +40,6 @@
location="http://dbus.freedesktop.org/releases/" />
<site module="dbus-python"
location="http://dbus.freedesktop.org/releases/" />
- <site module="gstreamer"
- location="http://download.gnome.org/sources/"
- subdir="$module" />
- <site module="gst-plugins-base"
- location="http://download.gnome.org/sources/"
- subdir="$module" />
- <site module="gst-plugins-good"
- location="http://download.gnome.org/sources/"
- subdir="$module" />
<site module="iso-codes"
location="http://ftp.debian.org/debian/pool/main/i/iso-codes/" />
# Alternative:
@@ -70,32 +47,16 @@
<site module="liboil" location="http://liboil.freedesktop.org/download/" />
<site module="icon-naming-utils"
location="http://tango-project.org/releases/" />
- <site module="pycairo" location="http://cairographics.org/releases/" />
<site module="gamin" location="http://www.gnome.org/~veillard/gamin/sources" />
- <site module="liboobs"
- location="http://download.gnome.org/sources/"
- subdir="$module" />
- <site module="Glib"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Gnome2"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Gnome2-Canvas"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Gnome2-GConf"
- location="http://www.cpan.org/modules/by-authors/id/E/EB/EBASSI/" />
- <site module="Gnome2-VFS"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Gtk2"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Gtk2-GladeXML"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="Pango"
- location="http://www.cpan.org/modules/by-authors/id/T/TS/TSCH/" />
- <site module="perl-net-dbus"
- location="http://www.cpan.org/modules/by-"
+ <site module="perl-net-dbus"
+ location="http://www.cpan.org/modules/by-"
subdir="$module" />
<site module="ConsoleKit"
location="http://www.freedesktop.org/software/ConsoleKit/dist/"/>
+ <site module="colord"
+ location="http://www.freedesktop.org/software/colord/releases/"/>
+ <site module="accountsservice"
+ location="http://www.freedesktop.org/software/accountsservice/"/>
</locations>
<mirrors>
<mirror location="http://download.gnome.org/" alternate="file:///ftp/pub/GNOME/" host="window.gnome.org" />
@@ -111,20 +72,15 @@
<name old="libsigc++2" new="libsigc++"/>
<name old="procman" new="gnome-system-monitor"/>
<name old="pyatspi2" new="pyatspi"/>
- <drop prefix="gnome-python/" />
- <drop prefix="gnomemm/" />
</rename>
<whitelist>
## EXTERNAL
- <package name="avahi"/>
<package name="cairo"/>
+ <package name="colord"/>
<package name="desktop-file-utils"/>
- <package name="dbus"/>
<package name="dbus-glib"/>
<package name="dbus-python"/>
- <package name="folks"/>
<package name="fontconfig"/>
- <package name="hal"/>
<package name="hicolor-icon-theme" note="istarball"/>
<package name="libchamplain"/>
<package name="libdaemon"/>
@@ -135,63 +91,40 @@
<package name="gamin"/>
<package name="gnome-common"/> # Huh? Why is this external?
<package name="gnome-js-common"/>
+ <package name="ghex"/>
+ <package name="gssdp"/>
+ <package name="gupnp"/>
+ <package name="gupnp-av"/>
+ <package name="gupnp-dlna"/>
+ <package name="gupnp-vala"/>
<package name="gnutls" note="istarball"/>
<package name="icon-naming-utils"/>
<package name="intltool"/>
<package name="iso-codes" note="istarball"/>
<package name="libcroco"/>
- <package name="libgnomecups"/>
<package name="libgsf"/>
<package name="libmusicbrainz" note="istarball"/>
<package name="liboil"/>
- <package name="libXft"/>
<package name="libxklavier"/>
<package name="libxml2"/>
<package name="libxslt"/>
- <package name="mozilla"/>
<package name="opal"/>
- <package name="opentts"/>
<package name="poppler"/>
<package name="ptlib"/>
- <package name="pycairo"/>
<package name="shared-mime-info"/>
- <package name="system-tools-backends"/>
<package name="telepathy-logger"/>
<package name="startup-notification"/>
<package name="rarian"/>
<package name="libnotify"/>
<package name="vala"/>
<package name="libgee"/>
- <package name="NetworkManager-openconnect"/>
- <package name="NetworkManager-openvpn"/>
- <package name="NetworkManager-pptp"/>
- <package name="NetworkManager-vpnc"/>
- <package name="NetworkManager"/>
<package name="libnl"/>
<package name="libproxy"/>
<package name="sqlite3"/>
- <!-- <package name="accountsservice"/> no usable location for tarballs -->
- <package name="bluez"/>
- <package name="ConsoleKit"/>
- <package name="abiword"/>
- <!-- <package name="banshee"/> no usable location for tarballs -->
- <!-- <package name="deja-dup"/> no usable location for tarballs -->
- <package name="f-spot"/>
- <package name="gthumb"/>
- <package name="gimp"/>
- <package name="gnome-scan"/>
- <package name="gnote"/>
- <package name="gnumeric"/>
- <!-- <package name="inkscape"/> no usable location for tarballs -->
- <!-- <package name="monkey-bubble"/> no usable location for tarballs -->
- <!-- <package name="rhythmbox"/> problematic depends -->
- <package name="polkit"/>
<package name="libical"/>
<package name="libdaemon"/>
<package name="libunique"/>
<package name="libcanberra"/>
- <package name="PackageKit"/>
- <package name="upower"/>
<package name="json-glib"/>
<package name="gmime"/>
<package name="tracker"/>
@@ -201,206 +134,164 @@
<package name="enchant"/>
<package name="cairomm"/>
<package name="libdiscid"/>
+ <package name="librest" module="rest"/>
+ <package name="liboauth"/>
+ <package name="telepathy-glib"/>
+ <package name="telepathy-mission-control"/>
+ <package name="pulseaudio"/>
## CORE SHELL
- <package name="dconf" set="core" limit="0.9" />
- <package name="evolution-data-server" set="core" limit="3.1" />
- <package name="glib-networking" set="core" limit="2.29"/>
- <package name="gnome-bluetooth" set="core" limit="3.1" />
- <package name="gnome-control-center" set="core" limit="3.1" />
- <package name="gnome-desktop" set="core" limit="3.1" />
- <package name="gnome-icon-theme" set="core" limit="3.1" />
- <package name="gnome-icon-theme-extras" set="core" limit="3.1" />
- <package name="gnome-icon-theme-symbolic" set="core" limit="3.1" />
- <package name="gnome-keyring" set="core" limit="3.1" />
- <package name="gnome-menus" set="core" limit="3.1" />
- <package name="gnome-packagekit" set="core" limit="3.1" />
- <package name="gnome-power-manager" set="core" limit="3.1" />
- <package name="gnome-screensaver" set="core" limit="3.1" />
- <package name="gnome-session" set="core" limit="3.1" />
- <package name="gnome-settings-daemon" set="core" limit="3.1" />
- <package name="gnome-shell" set="core" limit="3.1" />
- <package name="gnome-themes-standard" set="core" limit="3.1" />
- <package name="gvfs" set="core" limit="1.9" />
- <package name="mutter" set="core" limit="3.1" />
+ <package name="dconf" set="core"/>
+ <package name="evolution-data-server" set="core"/>
+ <package name="gnome-bluetooth" set="core"/>
+ <package name="gnome-control-center" set="core"/>
+ <package name="gnome-desktop" set="core"/>
+ <package name="gnome-icon-theme" set="core"/>
+ <package name="gnome-icon-theme-extras" set="core"/>
+ <package name="gnome-icon-theme-symbolic" set="core"/>
+ <package name="gnome-keyring" set="core"/>
+ <package name="gnome-menus" set="core"/>
+ <package name="gnome-packagekit" set="core"/>
+ <package name="gnome-power-manager" set="core"/>
+ <package name="gnome-screensaver" set="core"/>
+ <package name="gnome-session" set="core"/>
+ <package name="gnome-settings-daemon" set="core"/>
+ <package name="gnome-shell" set="core"/>
+ <package name="gnome-themes-standard" set="core"/>
+ <package name="gsettings-desktop-schemas" set="core"/>
+ <package name="gvfs" set="core"/>
+ <package name="glib-networking" set="core"/>
+ <package name="mousetweaks" set="core"/>
+ <package name="mutter" set="core"/>
<package name="network-manager-applet" set="core"/>
- <package name="pulseaudio" set="core"/>
- <package name="telepathy-mission-control" set="core"/>
## CORE EXTRAS
- <package name="gnome-backgrounds" set="core" limit="3.1" />
- <package name="gnome-user-share" set="core" limit="3.1" />
- <package name="vino" set="core" limit="3.1" />
+ <package name="gnome-backgrounds" set="core"/>
+ <package name="gnome-user-share" set="core"/>
+ <package name="vino" set="core"/>
+ <package name="gnome-user-docs" set="core"/>
## CORE UTILITIES
- <package name="brasero" set="core" limit="3.1" />
- <package name="empathy" set="core" limit="3.1" />
- <package name="epiphany" set="core" limit="3.1" />
- <package name="eog" set="core" limit="3.1" />
- <package name="evince" set="core" limit="3.1" />
- <package name="gcalctool" set="core" limit="6.1" />
- <package name="gnome-disk-utility" set="core" limit="3.1" />
- <package name="gnome-system-monitor" set="core" limit="3.1" />
- <package name="gnome-terminal" set="core" limit="3.1" />
- <package name="gnome-user-docs" set="core" limit="3.1" />
- <package name="gnome-utils" set="core" limit="3.1" />
- <package name="gucharmap" set="core" limit="3.1" />
- <package name="nautilus" set="core" limit="3.1" />
- <package name="totem" set="core" limit="3.1" />
- <package name="yelp" set="core" limit="3.1" />
+ <package name="brasero" set="core"/>
+ <package name="empathy" set="core"/>
+ <package name="epiphany" set="core"/>
+ <package name="eog" set="core"/>
+ <package name="evince" set="core"/>
+ <package name="gcalctool" set="core"/>
+ <package name="gnome-contacts" set="core"/>
+ <package name="gnome-disk-utility" set="core"/>
+ <package name="gnome-system-monitor" set="core"/>
+ <package name="gnome-terminal" set="core"/>
+ <package name="gnome-utils" set="core"/>
+ <package name="gucharmap" set="core"/>
+ <package name="nautilus" set="core"/>
+ <package name="sushi" set="core"/>
+ <package name="yelp" set="core"/>
## CORE FALLBACK
- <package name="GConf" set="core" limit="2.33"/>
- <package name="gnome-panel" set="core" limit="3.1" />
- <package name="metacity" set="core" limit="2.35"/>
- <package name="notification-daemon" set="core" limit="0.8" />
+ <package name="GConf" set="core"/>
+ <package name="gnome-panel" set="core"/>
+ <package name="metacity" set="core"/>
+ <package name="notification-daemon" set="core"/>
# CORE SERVICES
- <package name="gdm" set="core" limit="3.1" />
+ <package name="accountsservice"/>
+ <package name="avahi"/>
+ <package name="bluez"/>
+ <package name="ConsoleKit"/>
+ <package name="dbus"/>
+ <package name="gdm" set="core"/>
+ <package name="NetworkManager" set="core"/>
+ <package name="PackageKit"/>
+ <package name="polkit"/>
+ <package name="upower"/>
## CORE DEPS
<package name="cantarell-fonts" set="core"/>
- <package name="gnome-doc-utils" set="core" limit="0.21"/>
+ <package name="caribou" set="core"/>
+ <package name="folks" set="core"/>
+ <package name="gnome-doc-utils" set="core"/>
+ <package name="gnome-video-effects" set="core"/>
<package name="gtk-doc" set="core"/>
- <package name="glib" set="core" limit="2.29"/>
- <package name="gobject-introspection" set="core" limit="0.11"/>
- <package name="pango" set="core" limit="1.29"/>
- <package name="atk" set="core" limit="2.1" />
- <package name="gdk-pixbuf" set="core" limit="2.25"/>
+ <package name="glib" set="core"/>
+ <package name="gobject-introspection" set="core"/>
+ <package name="pango" set="core"/>
+ <package name="atk" set="core"/>
+ <package name="gdk-pixbuf" set="core"/>
<package name="gtk+-2" module="gtk+" limit="2.90" set="core"/>
- <package name="gtk+" set="core" limit="3.1" />
- <package name="libgnome-keyring" set="core" limit="3.1" />
- <package name="libpeas" set="core" limit="1.1" />
- <package name="libsoup" set="core" limit="2.35"/>
- <package name="libgweather" set="core" limit="3.1" />
- <package name="gsettings-desktop-schemas" set="core" limit="3.1" />
- <package name="libgnomekbd" set="core" limit="3.1" />
+ <package name="gtk+" set="core"/>
+ <package name="libgnome-keyring" set="core"/>
+ <package name="libpeas" set="core"/>
+ <package name="libsoup" set="core"/>
+ <package name="libgweather" set="core"/>
+ <package name="libgnomekbd" set="core"/>
<package name="gstreamer" set="core"/>
<package name="polkit-gnome" set="core"/>
- <package name="gjs" set="core" limit="0.8" />
- <package name="zenity" set="core" limit="3.1" />
- <package name="clutter" set="core" limit="1.7" />
- <package name="clutter-gtk" set="core" limit="1.1" />
+ <package name="gjs" set="core"/>
+ <package name="zenity" set="core"/>
+ <package name="cogl" set="core"/>
+ <package name="clutter" set="core"/>
+ <package name="clutter-gtk" set="core"/>
<package name="gst-plugins-base" set="core"/>
<package name="gst-plugins-good" set="core"/>
- <package name="telepathy-glib" set="core" limit="0.15"/>
- <package name="totem-pl-parser" set="core" limit="3.1" />
- <package name="libwnck-2" module="libwnck" limit="2.90" set="core"/>
- <package name="libwnck" set="core" limit="3.1" />
+ <package name="totem-pl-parser" set="core"/>
+ <package name="libwnck" set="core"/>
<package name="mm-common" set="core"/>
- <package name="glibmm" set="core" limit="2.29"/>
+ <package name="glibmm" set="core"/>
<package name="atkmm" set="core"/>
- <package name="pangomm" set="core" limit="2.29"/>
- <package name="gtkmm" set="core" limit="3.1" />
- <package name="librsvg" set="core" limit="2.35"/>
- <package name="vte" set="core" limit="0.29"/>
- <package name="libgtop" set="core" limit="2.29"/>
- <package name="yelp-xsl" set="core" limit="3.1" />
+ <package name="pangomm" set="core"/>
+ <package name="gtkmm" set="core"/>
+ <package name="librsvg" set="core"/>
+ <package name="vte" set="core"/>
+ <package name="libgtop" set="core"/>
+ <package name="yelp-xsl" set="core"/>
+ <package name="yelp-tools" set="core"/>
+ <package name="gnome-online-accounts" set="core"/>
- ## FEATURED APPS
- <package name="alacarte" set="apps" limit="0.14"/>
- <package name="anjuta" set="apps" limit="3.1" />
- <package name="cheese" set="apps" limit="3.1" />
- <package name="ekiga" set="apps" limit="3.3" />
- <package name="devhelp" set="apps" limit="3.1" />
- <package name="evolution" set="apps" limit="3.1" />
- <package name="file-roller" set="apps" limit="3.1" />
- <package name="gedit" set="apps" limit="3.1" />
- <package name="gnome-games" set="apps" limit="3.1" />
- <package name="gnome-nettool" set="apps" limit="3.1" />
- <package name="hamster-applet" set="apps" limit="3.1" />
- <package name="seahorse" set="apps" limit="3.1" />
- <package name="tomboy" set="apps" limit="1.7" />
- <package name="vinagre" set="apps" limit="3.1" />
+ ## TESTED APPS
+ <package name="accerciser" set="apps"/>
+ <package name="aisleriot" set="apps"/>
+ <package name="anjuta" set="apps"/>
+ <package name="cheese" set="apps"/>
+ <package name="devhelp" set="apps"/>
+ <package name="evolution" set="apps"/>
+ <package name="file-roller" set="apps"/>
+ <package name="gedit" set="apps"/>
+ <package name="glade" set="apps"/>
+ <package name="gnome-color-manager" set="apps"/>
+ <package name="gnome-documents" set="apps"/>
+ <package name="gnome-devel-docs" set="apps"/>
+ <package name="gnome-games" set="apps"/>
+ <package name="gnome-nettool" set="apps"/>
+ <package name="hamster-applet" set="apps"/>
+ <package name="nautilus-sendto" set="apps"/>
+ <package name="nemiver" set="apps"/>
+ <package name="orca" set="apps"/>
+ <package name="rygel" set="apps"/>
+ <package name="seahorse" set="apps"/>
+ <package name="totem" set="apps"/>
+ <package name="vinagre" set="apps"/>
## DEPENDENCIES
- <package name="ORBit2"/>
- <package name="at-spi"/>
- <package name="audiofile"/>
- <package name="esound"/>
- <package name="gnome-mime-data"/>
- <package name="gnome-vfs"/>
- <package name="gnome-vfs-monikers"/>
- <package name="libIDL"/>
- <package name="libart_lgpl"/>
- <package name="libbonobo"/>
- <package name="libbonoboui"/>
- <package name="libglade"/>
- <package name="libgnome"/>
- <package name="libgnomecanvas"/>
- <package name="libgnomeui"/>
+ <package name="clutter-gst"/>
<package name="at-spi2-core"/>
<package name="at-spi2-atk"/>
- <package name="bug-buddy"/>
- <package name="caribou"/>
- <package name="dasher"/>
- <package name="dconf"/>
- <package name="deskbar-applet"/>
- <package name="evolution-exchange"/>
- <package name="evolution-mapi"/>
- <package name="evolution-webcal"/>
- <package name="gnome-themes"/>
- <package name="gconf-editor"/>
- <package name="gnome-applets"/>
- <package name="gnome-color-manager" limit="3.1"/>
- <package name="gnome-mag"/>
- <package name="gnome-media"/>
- <package name="gnome-netstatus"/>
- <package name="gnome-python-desktop"/>
- <package name="gnome-sharp"/>
- <package name="gnome-desktop-sharp"/>
- <package name="gnome-system-tools"/>
- <package name="gnome-video-effects"/>
<package name="gtk-engines" limit="2.22"/>
- <package name="gtkhtml" limit="4.1"/>
+ <package name="gtkhtml"/>
<package name="gtksourceview"/>
- <package name="libgail-gnome"/>
- <package name="libgnomeprint"/>
- <package name="libgnomeprintui"/>
- <package name="liboobs"/>
- <package name="mousetweaks" limit="3.1"/>
- <package name="nautilus-sendto" limit="3.1"/>
- <package name="orca" limit="3.1"/>
- <package name="pygtksourceview"/>
+ <package name="gtksourceviewmm"/>
+ <package name="nautilus-sendto"/>
<package name="rygel"/>
- <package name="seahorse-plugins"/>
- <package name="sound-juicer"/>
- <package name="swfdec-gnome"/>
- <package name="vino"/>
- <package name="pessulus"/>
- <package name="sabayon"/>
- <package name="accerciser"/>
- <package name="gdl" limit="3.1"/>
- <package name="glade"/>
- <package name="gnome-devel-docs" limit="3.1"/>
- <package name="libglademm"/>
- <package name="gconfmm"/>
- <package name="libgnomecanvasmm"/>
- <package name="gnome-vfsmm"/>
- <package name="libgnomemm"/>
- <package name="libgnomeuimm"/>
- <package name="libxml++"/>
+ <package name="gdl"/>
+ <package name="gdlmm"/>
<package name="libsigc++"/>
- <package name="libgtk-java"/>
- <package name="libgnome-java"/>
- <package name="libgconf-java"/>
- <package name="libglade-java"/>
- <package name="glib-java"/>
<package name="seed"/>
- <package name="Glib"/>
- <package name="Gnome2"/>
- <package name="Gnome2-Canvas"/>
- <package name="Gnome2-GConf"/>
- <package name="Gnome2-VFS"/>
- <package name="Gtk2"/>
- <package name="Gtk2-GladeXML"/>
- <package name="Pango"/>
- <package name="pygobject" limit="2.29"/>
- <package name="pygtk"/>
- <package name="gnome-python"/>
- <package name="pyorbit"/>
+ <package name="pygobject"/>
<package name="pyatspi"/>
<package name="gtk-sharp"/>
+ ## SOME MORE PACKAGES WE WANT IN THE MODULESET
+ <package name="gnome-applets"/>
+
</whitelist>
</conversioninfo>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]