~ubuntu-branches/ubuntu/lucid/jhbuild/lucid

« back to all changes in this revision

Viewing changes to modulesets/matchbox.modules

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Loic Minier, Emilio Pozuelo Monfort
  • Date: 2009-11-09 20:28:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109202848-m9ec7dmzptqtchtj
Tags: 2.28.0-1
[ Loic Minier ]
* Cleanups.
* Ship scripts.
* Don't set GNOME_MODULE as it equals the name of the source package.

[ Emilio Pozuelo Monfort ]
* New upstream release. Closes: #524504.
  - Use 'git rev-parse' rather than 'git-rev-parse'. Closes: #544642.
* Ship install-check. Closes: #441008.
* Uploaders list regenerated. Closes: #523542, #554071.
* debian/control.in,
  debian/rules:
  - Stop shipping a copy of subprocess.py. Require python >= 2.4.
  - Switch to python-support.
* debian/control.in:
  - Bump Standards-Version to 3.8.3, no changes needed.
  - Build depend on intltool >= 0.35.0.
  - Build depend on pkg-config, gnome-doc-utils and rarian-compat to build
    the documentation.
  - Make jhbuild arch any since install-check is a binary. Depend on
    ${shlibs:Depends}.
  - Recommend, and not suggest, git-core. Also recommend mercurial.
* debian/watch:
  - Added.
* debian/patches/01_import_from_pkgdatadir.patch:
  - Added, import jhbuild from pkgdatadir if everything else fails.
    This way we can ship the jhbuild private modules in /usr/sharejhbuild.
* debian/jhbuild.docs:
  - Removed, the necessary docs are now installed by the upstream Makefile.
* debian/rules:
  - Include autotools.mk and gnome.mk.
  - Remove all the manual build process, autotools.mk does everything now.
  - Install the jhbuild modules in /usr/share/jhbuild.
* debian/install:
  - Install the modulesets and patches from here since the upstream build
    system doesn't install them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
 
2
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
 
3
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 
4
<moduleset>
 
5
 
 
6
  <repository type="svn" name="o-hand.com"
 
7
    href="http://svn.o-hand.com/repos/"/>
 
8
 
 
9
  <tarball id="libxsettings-client" version="0.10">
 
10
    <source href="http://projects.o-hand.com/matchbox/sources/optional-dependencies/Xsettings-client-0.10.tar.gz"
 
11
            md5sum="c14aa9db6c097e0306dac97fb7da1add" size="181131"/>
 
12
  </tarball>
 
13
 
 
14
  <autotools id="libmatchbox" autogenargs="--enable-pango --enable-xsettings --with-xsettings-includes=${prefix}/include --with-xsettings-lib=${prefix}/lib">
 
15
    <branch repo="o-hand.com" module="matchbox/trunk/libmatchbox"/>
 
16
    <dependencies>
 
17
      <dep package="pango"/>
 
18
      <dep package="libxsettings-client"/>
 
19
    </dependencies>
 
20
  </autotools>
 
21
 
 
22
  <autotools id="matchbox-desktop" autogen-sh="autoreconf">
 
23
    <branch repo="o-hand.com" module="matchbox/trunk/matchbox-desktop-2"/>
 
24
    <dependencies>
 
25
      <dep package="gtk+"/>
 
26
      <dep package="startup-notification"/>
 
27
    </dependencies>
 
28
  </autotools>
 
29
 
 
30
  <autotools id="matchbox-panel">
 
31
    <branch repo="o-hand.com" module="matchbox/trunk/matchbox-panel-2"/>
 
32
    <dependencies>
 
33
      <dep package="gtk+"/>
 
34
      <dep package="startup-notification"/>
 
35
      <dep package="dbus-glib"/>
 
36
    </dependencies>
 
37
  </autotools>
 
38
 
 
39
  <autotools id="matchbox-window-manager" autogenargs="--enable-gconf --enable-startup-notification">
 
40
    <branch repo="o-hand.com" module="matchbox/trunk/matchbox-window-manager"/>
 
41
    <dependencies>
 
42
      <dep package="libmatchbox"/>
 
43
      <dep package="gconf"/>
 
44
    </dependencies>
 
45
  </autotools>
 
46
 
 
47
  <autotools id="libfakekey">
 
48
    <branch repo="o-hand.com" module="matchbox/trunk/libfakekey"/>
 
49
  </autotools>
 
50
 
 
51
  <autotools id="matchbox-keyboard" autogenargs="--enable-gtk-im --enable-applet">
 
52
    <branch repo="o-hand.com" module="matchbox/trunk/matchbox-keyboard"/>
 
53
    <dependencies>
 
54
      <dep package="libfakekey"/>
 
55
      <dep package="matchbox-panel"/>
 
56
    </dependencies>
 
57
  </autotools>
 
58
 
 
59
  <metamodule id="meta-matchbox">
 
60
    <dependencies>
 
61
     <dep package="matchbox-window-manager"/>
 
62
     <dep package="matchbox-desktop"/>
 
63
     <dep package="matchbox-panel"/>
 
64
     <dep package="matchbox-keyboard"/>
 
65
    </dependencies>
 
66
  </metamodule>
 
67
 
 
68
</moduleset>