diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-24 12:49:40 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-24 12:49:40 +0000 |
commit | 2dc84e556911407fe75e1ceb6a9fe34ed21725db (patch) | |
tree | 1d4bf6ac3ac1f4dadd94bb46c071ca18cb482bfb /test | |
parent | 9d2f128252ea9dc9b706bec2bfdaa35600190385 (diff) |
* Descriptors now have a "system" field specifying the platform that
the build or run action should be perfomed on. This ensures that
descriptors have different hashes on different platforms.
Diffstat (limited to 'test')
-rw-r--r-- | test/tmpl/aterm-2.0.nix | 2 | ||||
-rw-r--r-- | test/tmpl/atk-1.2.0.nix | 2 | ||||
-rw-r--r-- | test/tmpl/glib-2.2.1.nix | 2 | ||||
-rw-r--r-- | test/tmpl/gnet-1.1.8.nix | 2 | ||||
-rw-r--r-- | test/tmpl/gtk+-2.2.1.nix | 2 | ||||
-rw-r--r-- | test/tmpl/gtkspell-2.0.2.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pan-0.13.4.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pan-0.13.91-run.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pan-0.13.91.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pango-1.2.1.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pkgconfig-0.15.0.nix | 2 | ||||
-rw-r--r-- | test/tmpl/pspell-.12.2.nix | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/test/tmpl/aterm-2.0.nix b/test/tmpl/aterm-2.0.nix index 24c427faf..20832dfcd 100644 --- a/test/tmpl/aterm-2.0.nix +++ b/test/tmpl/aterm-2.0.nix @@ -1,3 +1,5 @@ +id : aterm-2.0 + # Original sources. src = url(http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz) diff --git a/test/tmpl/atk-1.2.0.nix b/test/tmpl/atk-1.2.0.nix index 9899a95b1..46a6cf2c7 100644 --- a/test/tmpl/atk-1.2.0.nix +++ b/test/tmpl/atk-1.2.0.nix @@ -1,3 +1,5 @@ +id : atk-1.2.0 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix diff --git a/test/tmpl/glib-2.2.1.nix b/test/tmpl/glib-2.2.1.nix index d9fdf0f1f..4ba80c65e 100644 --- a/test/tmpl/glib-2.2.1.nix +++ b/test/tmpl/glib-2.2.1.nix @@ -1,3 +1,5 @@ +id : glib-2.2.1 + pkgconfig <- ./pkgconfig-0.15.0.nix src = url(ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2) diff --git a/test/tmpl/gnet-1.1.8.nix b/test/tmpl/gnet-1.1.8.nix index 7f2b33cab..2d602a456 100644 --- a/test/tmpl/gnet-1.1.8.nix +++ b/test/tmpl/gnet-1.1.8.nix @@ -1,3 +1,5 @@ +id : gnet-1.1.8 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix diff --git a/test/tmpl/gtk+-2.2.1.nix b/test/tmpl/gtk+-2.2.1.nix index b1a6fcbfb..cf34fd768 100644 --- a/test/tmpl/gtk+-2.2.1.nix +++ b/test/tmpl/gtk+-2.2.1.nix @@ -1,3 +1,5 @@ +id : gtk+-2.2.1 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix atk <- ./atk-1.2.0.nix diff --git a/test/tmpl/gtkspell-2.0.2.nix b/test/tmpl/gtkspell-2.0.2.nix index 844a75867..c61539def 100644 --- a/test/tmpl/gtkspell-2.0.2.nix +++ b/test/tmpl/gtkspell-2.0.2.nix @@ -1,3 +1,5 @@ +id : gtkspell-2.0.2 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix atk <- ./atk-1.2.0.nix diff --git a/test/tmpl/pan-0.13.4.nix b/test/tmpl/pan-0.13.4.nix index b206657fd..e8bd16e26 100644 --- a/test/tmpl/pan-0.13.4.nix +++ b/test/tmpl/pan-0.13.4.nix @@ -1,3 +1,5 @@ +id : pan-0.13.4 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix atk <- ./atk-1.2.0.nix diff --git a/test/tmpl/pan-0.13.91-run.nix b/test/tmpl/pan-0.13.91-run.nix index 9fe803def..a28459916 100644 --- a/test/tmpl/pan-0.13.91-run.nix +++ b/test/tmpl/pan-0.13.91-run.nix @@ -1,3 +1,5 @@ +id : pan-0.13.91-run + pan <- ./pan-0.13.91.nix glib <- ./glib-2.2.1.nix diff --git a/test/tmpl/pan-0.13.91.nix b/test/tmpl/pan-0.13.91.nix index e6baf7629..61eae6708 100644 --- a/test/tmpl/pan-0.13.91.nix +++ b/test/tmpl/pan-0.13.91.nix @@ -1,3 +1,5 @@ +id : pan-0.13.91-run + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix atk <- ./atk-1.2.0.nix diff --git a/test/tmpl/pango-1.2.1.nix b/test/tmpl/pango-1.2.1.nix index 4be4c8991..cf9eda70f 100644 --- a/test/tmpl/pango-1.2.1.nix +++ b/test/tmpl/pango-1.2.1.nix @@ -1,3 +1,5 @@ +id : pango-1.2.1 + pkgconfig <- ./pkgconfig-0.15.0.nix glib <- ./glib-2.2.1.nix diff --git a/test/tmpl/pkgconfig-0.15.0.nix b/test/tmpl/pkgconfig-0.15.0.nix index 3ee7c13cd..7a5b80d39 100644 --- a/test/tmpl/pkgconfig-0.15.0.nix +++ b/test/tmpl/pkgconfig-0.15.0.nix @@ -1,3 +1,5 @@ +id : pkgconfig-0.15.0 + src = url(http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz) build = ../build/pkgconfig-build.sh diff --git a/test/tmpl/pspell-.12.2.nix b/test/tmpl/pspell-.12.2.nix index 33e63b85a..c0d44302d 100644 --- a/test/tmpl/pspell-.12.2.nix +++ b/test/tmpl/pspell-.12.2.nix @@ -1,3 +1,5 @@ +id : pspell-.12.2 + src = url(http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz) build = ../build/pspell-build.sh |