jhbuild r1879 - in trunk: . modulesets
- From: lferrett svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r1879 - in trunk: . modulesets
- Date: Sun, 27 Jan 2008 16:29:28 +0000 (GMT)
Author: lferrett
Date: Sun Jan 27 16:29:28 2008
New Revision: 1879
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1879&view=rev
Log:
2008-01-27 Luca Ferretti <elle uca libero it>
* modulesets/freedesktop-2.22.modules:
Added PackageKit. Note: you need to spec --with-default-backend
and --with-security-framework in your .jhbuildrc
* modulesets/gnome-2.22.modules:
Added gnome-user-share and gnome-packagekit; changed
PolicyKit-gnome repo name (PK vs PK).
* modulesets/gnome-suites-2.22.modules:
gnome-sharp was splitted on svn to gnome-sharp (bindings
for libraries in Platform) and gnome-desktop-sharp (bindings
for libraries in Desktop). Added gnome-desktop-sharp, but this
means switch to gtk-sharp trunk too.
Added autogen-sh attribute to gtk-sharp and gnome-sharp, 'cause
are using custom bootstrap script instead autogen.sh.
Added gnome-desktop-sharp to mono bindings meta module.
Modified:
trunk/ChangeLog
trunk/modulesets/freedesktop-2.22.modules
trunk/modulesets/gnome-2.22.modules
trunk/modulesets/gnome-suites-2.22.modules
Modified: trunk/modulesets/freedesktop-2.22.modules
==============================================================================
--- trunk/modulesets/freedesktop-2.22.modules (original)
+++ trunk/modulesets/freedesktop-2.22.modules Sun Jan 27 16:29:28 2008
@@ -237,4 +237,18 @@
</dependencies>
</autotools>
+ <autotools id="PackageKit">
+ <branch repo="git.freedesktop.org"
+ module="packagekit" checkoutdir="PackageKit"/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="dbus"/>
+ <dep package="dbus-glib"/>
+ </dependencies>
+ <suggests>
+ <dep package="NetworkManager"/>
+ <dep package="PolicyKit"/>
+ </suggests>
+ </autotools>
+
</moduleset>
Modified: trunk/modulesets/gnome-2.22.modules
==============================================================================
--- trunk/modulesets/gnome-2.22.modules (original)
+++ trunk/modulesets/gnome-2.22.modules Sun Jan 27 16:29:28 2008
@@ -1360,10 +1360,10 @@
</dependencies>
</autotools>
- <repository type="git" name="pk-gnome.freedesktop.org"
+ <repository type="git" name="polkit-gnome.freedesktop.org"
href="git://people.freedesktop.org/~david/"/>
<autotools id="PolicyKit-gnome">
- <branch repo="pk-gnome.freedesktop.org"/>
+ <branch repo="polkit-gnome.freedesktop.org"/>
<dependencies>
<dep package="PolicyKit"/>
<dep package="gtk+"/>
@@ -1372,6 +1372,19 @@
</dependencies>
</autotools>
+ <repository type="git" name="packit-gnome.freedesktop.org"
+ href="git://people.freedesktop.org/~hughsient/"/>
+ <autotools id="gnome-packagekit">
+ <branch repo="packit-gnome.freedesktop.org"/>
+ <dependencies>
+ <dep package="PackageKit"/>
+ <dep package="gtk+"/>
+ <dep package="gconf"/>
+ <dep package="libglade"/>
+ <dep package="libnotify"/>
+ </dependencies>
+ </autotools>
+
<autotools id="gtkmm-documentation">
<branch/>
<dependencies>
@@ -1488,4 +1501,14 @@
</dependencies>
</autotools>
+ <autotools id="gnome-user-share">
+ <branch/>
+ <dependencies>
+ <dep package="avahi"/>
+ <dep package="gtk+"/>
+ <dep package="libglade"/>
+ <dep package="gconf"/>
+ </dependencies>
+ </autotools>
+
</moduleset>
Modified: trunk/modulesets/gnome-suites-2.22.modules
==============================================================================
--- trunk/modulesets/gnome-suites-2.22.modules (original)
+++ trunk/modulesets/gnome-suites-2.22.modules Sun Jan 27 16:29:28 2008
@@ -1395,8 +1395,8 @@
</dependencies>
</autotools>
- <autotools id="gtk-sharp">
- <branch repo="svn.mono-project.com" module="branches/gtk-sharp-2-10-branch"/>
+ <autotools id="gtk-sharp" autogen-sh="bootstrap-2.12">
+ <branch repo="svn.mono-project.com" module="trunk/gtk-sharp"/>
<dependencies>
<dep package="mono"/>
<dep package="monodoc"/>
@@ -1405,7 +1405,7 @@
</dependencies>
</autotools>
- <autotools id="gnome-sharp">
+ <autotools id="gnome-sharp" autogen-sh="bootstrap-2.20">
<branch repo="svn.mono-project.com" module="trunk/gnome-sharp"/>
<dependencies>
<dep package="mono"/>
@@ -1417,7 +1417,17 @@
<dep package="libgnomeui"/>
<dep package="gnome-panel"/>
<dep package="libgnomeprintui"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="gnome-desktop-sharp">
+ <branch repo="svn.mono-project.com" module="trunk/gnome-desktop-sharp"/>
+ <dependencies>
+ <dep package="mono"/>
+ <dep package="monodoc"/>
+ <dep package="gtk-sharp"/>
<dep package="librsvg"/>
+ <dep package="libwnck"/>
<dep package="gtkhtml"/>
<dep package="vte"/>
</dependencies>
@@ -1582,6 +1592,7 @@
<dependencies>
<dep package="gtk-sharp"/>
<dep package="gnome-sharp"/>
+ <dep package="gnome-desktop-sharp"/>
</dependencies>
</metamodule>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]