From 2dc84e556911407fe75e1ceb6a9fe34ed21725db Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Mar 2003 12:49:40 +0000 Subject: * 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. --- test/tmpl/aterm-2.0.nix | 2 ++ test/tmpl/atk-1.2.0.nix | 2 ++ test/tmpl/glib-2.2.1.nix | 2 ++ test/tmpl/gnet-1.1.8.nix | 2 ++ test/tmpl/gtk+-2.2.1.nix | 2 ++ test/tmpl/gtkspell-2.0.2.nix | 2 ++ test/tmpl/pan-0.13.4.nix | 2 ++ test/tmpl/pan-0.13.91-run.nix | 2 ++ test/tmpl/pan-0.13.91.nix | 2 ++ test/tmpl/pango-1.2.1.nix | 2 ++ test/tmpl/pkgconfig-0.15.0.nix | 2 ++ test/tmpl/pspell-.12.2.nix | 2 ++ 12 files changed, 24 insertions(+) (limited to 'test') 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 -- cgit v1.2.3