[jhbuild] moduleset.dtd: added pkg-config, removed ant (GNOME bug 672206)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] moduleset.dtd: added pkg-config, removed ant (GNOME bug 672206)
- Date: Sat, 17 Mar 2012 10:03:38 +0000 (UTC)
commit 357f069f985dcf72e09e5227ce3e92ad845ea3d3
Author: Marcin Wojdyr <wojdyr gmail com>
Date: Fri Mar 16 01:02:42 2012 +0000
moduleset.dtd: added pkg-config, removed ant (GNOME bug 672206)
modulesets/moduleset.dtd | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/modulesets/moduleset.dtd b/modulesets/moduleset.dtd
index b96f113..87e8923 100644
--- a/modulesets/moduleset.dtd
+++ b/modulesets/moduleset.dtd
@@ -34,7 +34,7 @@
<!ELEMENT include EMPTY>
<!ATTLIST include href CDATA #REQUIRED>
-<!ELEMENT autotools (branch,dependencies?,suggests?,after?)>
+<!ELEMENT autotools (pkg-config?,branch,dependencies?,suggests?,after?)>
<!-- Note: Here the ID type is not used as some existing IDs in modsets are not
valid XML ID types - instead CDATA is used -->
<!ATTLIST autotools
@@ -49,7 +49,7 @@
autogen-template CDATA #IMPLIED
check-target (true|false) "true">
-<!ELEMENT waf (branch,dependencies?,suggests?,after?)>
+<!ELEMENT waf (pkg-config?,branch,dependencies?,suggests?,after?)>
<!-- Note: Here the ID type is not used as some existing IDs in modsets are not
valid XML ID types - instead CDATA is used -->
<!ATTLIST waf
@@ -62,7 +62,7 @@
<!-- tarball module type is deprecated, a tarball repository inside the
appropriate modtype should be used instead -->
-<!ELEMENT tarball (source,branch?,dependencies?,patches?,suggests?,after?)>
+<!ELEMENT tarball (pkg-config?,source,branch?,dependencies?,patches?,suggests?,after?)>
<!ATTLIST tarball
id CDATA #REQUIRED
version CDATA #REQUIRED
@@ -72,33 +72,28 @@
autogen-sh CDATA #IMPLIED
supports-non-srcdir-builds (yes|no) "yes">
-<!ELEMENT distutils (branch?,dependencies?,after?)>
+<!ELEMENT distutils (pkg-config?,branch?,dependencies?,after?)>
<!ATTLIST distutils
id ID #REQUIRED
supports-non-srcdir-builds (yes|no) "yes">
-<!ELEMENT cmake (branch?,dependencies?,after?)>
+<!ELEMENT cmake (pkg-config?,branch?,dependencies?,after?)>
<!ATTLIST cmake
id CDATA #REQUIRED
cmakeargs CDATA #IMPLIED
makeargs CDATA #IMPLIED>
-<!ELEMENT perl (branch?,dependencies?,after?)>
+<!ELEMENT perl (pkg-config?,branch?,dependencies?,after?)>
<!ATTLIST perl
id CDATA #REQUIRED
makeargs CDATA #IMPLIED>
-<!ELEMENT linux (branch?,dependencies?,after?,kconfig+)>
+<!ELEMENT linux (pkg-config?,branch?,dependencies?,after?,kconfig+)>
<!ATTLIST linux
id CDATA #REQUIRED
makeargs CDATA #IMPLIED>
-<!ELEMENT ant (branch?,dependencies?,after?)>
-<!ATTLIST ant
- id CDATA #REQUIRED
- makeargs CDATA #IMPLIED>
-
-<!ELEMENT testmodule (branch?,dependencies?,after?,testedmodules?)>
+<!ELEMENT testmodule (pkg-config?,branch?,dependencies?,after?,testedmodules?)>
<!ATTLIST testmodule
id CDATA #REQUIRED
type CDATA #REQUIRED>
@@ -147,6 +142,7 @@
package CDATA #REQUIRED>
<!-- Other children -->
+<!ELEMENT pkg-config (#PCDATA)>
<!ELEMENT dependencies (dep*)>
<!ELEMENT suggests (dep*)>
<!ELEMENT after (dep*)>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]