JhbuildKit
Friday, August 24th, 2007In case you are willing to try PackageKit or the other Kits, I put together a .modules file for jhbuild:
<?xml version=”1.0″?><!–*- mode: nxml -*–>
<?xml-stylesheet type=”text/xsl” href=”moduleset.xsl”?>
<moduleset>
<repository type=”git” name=”freedesktop”
href=”git://git.freedesktop.org/git/”/>
<repository type=”git” name=”freedesktop-people”
href=”git://people.freedesktop.org/~hughsient/”/>
<autotools id=”consolekit”>
<branch repo=”freedesktop” module=”ConsoleKit”/>
</autotools>
<autotools id=”policykit”>
<branch repo=”freedesktop” module=”PolicyKit”/>
<dependencies>
<dep package=”consolekit”/>
</dependencies>
</autotools>
<autotools id=”packagekit”>
<branch repo=”freedesktop-people” module=”PackageKit”/>
<dependencies>
<dep package=”policykit”/>
</dependencies>
</autotools>
</moduleset>
Not a lifetime hack of course, and I think it’s now missing PackageKit-gnome, but it was useful to me so I thought someone would be interested. By the way, wordpress thinks that .modules files does not meet security guidelines… harmful text files, omg.







