From 9f4c56774f5260b9209bbdf6534aa75ac28f9b90 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Mar 2003 12:49:40 +0000 Subject: [PATCH] * 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. svn path=/nix/trunk/test/; revision=18 --- tmpl/aterm-2.0.nix | 2 ++ tmpl/atk-1.2.0.nix | 2 ++ tmpl/glib-2.2.1.nix | 2 ++ tmpl/gnet-1.1.8.nix | 2 ++ tmpl/gtk+-2.2.1.nix | 2 ++ tmpl/gtkspell-2.0.2.nix | 2 ++ tmpl/pan-0.13.4.nix | 2 ++ tmpl/pan-0.13.91-run.nix | 2 ++ tmpl/pan-0.13.91.nix | 2 ++ tmpl/pango-1.2.1.nix | 2 ++ tmpl/pkgconfig-0.15.0.nix | 2 ++ tmpl/pspell-.12.2.nix | 2 ++ 12 files changed, 24 insertions(+) diff --git a/tmpl/aterm-2.0.nix b/tmpl/aterm-2.0.nix index 24c427fafa29..20832dfcd13c 100644 --- a/tmpl/aterm-2.0.nix +++ b/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/tmpl/atk-1.2.0.nix b/tmpl/atk-1.2.0.nix index 9899a95b1378..46a6cf2c7fa4 100644 --- a/tmpl/atk-1.2.0.nix +++ b/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/tmpl/glib-2.2.1.nix b/tmpl/glib-2.2.1.nix index d9fdf0f1f9e1..4ba80c65e6d0 100644 --- a/tmpl/glib-2.2.1.nix +++ b/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/tmpl/gnet-1.1.8.nix b/tmpl/gnet-1.1.8.nix index 7f2b33cab94a..2d602a456ea6 100644 --- a/tmpl/gnet-1.1.8.nix +++ b/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/tmpl/gtk+-2.2.1.nix b/tmpl/gtk+-2.2.1.nix index b1a6fcbfb7ea..cf34fd7687e1 100644 --- a/tmpl/gtk+-2.2.1.nix +++ b/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/tmpl/gtkspell-2.0.2.nix b/tmpl/gtkspell-2.0.2.nix index 844a75867696..c61539def05c 100644 --- a/tmpl/gtkspell-2.0.2.nix +++ b/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/tmpl/pan-0.13.4.nix b/tmpl/pan-0.13.4.nix index b206657fd678..e8bd16e2616b 100644 --- a/tmpl/pan-0.13.4.nix +++ b/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/tmpl/pan-0.13.91-run.nix b/tmpl/pan-0.13.91-run.nix index 9fe803defd6b..a28459916cd8 100644 --- a/tmpl/pan-0.13.91-run.nix +++ b/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/tmpl/pan-0.13.91.nix b/tmpl/pan-0.13.91.nix index e6baf76293b1..61eae6708a47 100644 --- a/tmpl/pan-0.13.91.nix +++ b/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/tmpl/pango-1.2.1.nix b/tmpl/pango-1.2.1.nix index 4be4c899114a..cf9eda70fba7 100644 --- a/tmpl/pango-1.2.1.nix +++ b/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/tmpl/pkgconfig-0.15.0.nix b/tmpl/pkgconfig-0.15.0.nix index 3ee7c13cd179..7a5b80d39d46 100644 --- a/tmpl/pkgconfig-0.15.0.nix +++ b/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/tmpl/pspell-.12.2.nix b/tmpl/pspell-.12.2.nix index 33e63b85aacc..c0d44302ddf3 100644 --- a/tmpl/pspell-.12.2.nix +++ b/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