diff options
Diffstat (limited to 'test/tmpl')
-rw-r--r-- | test/tmpl/gtkspell-2.0.2.nix | 10 | ||||
-rw-r--r-- | test/tmpl/pan-0.13.91-run.nix | 11 | ||||
-rw-r--r-- | test/tmpl/pan-0.13.91.nix | 12 | ||||
-rw-r--r-- | test/tmpl/pspell-.12.2.nix | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/test/tmpl/gtkspell-2.0.2.nix b/test/tmpl/gtkspell-2.0.2.nix new file mode 100644 index 000000000000..844a75867696 --- /dev/null +++ b/test/tmpl/gtkspell-2.0.2.nix @@ -0,0 +1,10 @@ +pkgconfig <- ./pkgconfig-0.15.0.nix +glib <- ./glib-2.2.1.nix +atk <- ./atk-1.2.0.nix +pango <- ./pango-1.2.1.nix +gtk <- ./gtk+-2.2.1.nix +pspell <- ./pspell-.12.2.nix + +src = url(http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz) + +build = ../build/gtkspell-build.sh diff --git a/test/tmpl/pan-0.13.91-run.nix b/test/tmpl/pan-0.13.91-run.nix new file mode 100644 index 000000000000..9fe803defd6b --- /dev/null +++ b/test/tmpl/pan-0.13.91-run.nix @@ -0,0 +1,11 @@ +pan <- ./pan-0.13.91.nix + +glib <- ./glib-2.2.1.nix +atk <- ./atk-1.2.0.nix +pango <- ./pango-1.2.1.nix +gtk <- ./gtk+-2.2.1.nix +gnet <- ./gnet-1.1.8.nix +pspell <- ./pspell-.12.2.nix +gtkspell <- ./gtkspell-2.0.2.nix + +run = ../build/pan-run.sh diff --git a/test/tmpl/pan-0.13.91.nix b/test/tmpl/pan-0.13.91.nix new file mode 100644 index 000000000000..e6baf76293b1 --- /dev/null +++ b/test/tmpl/pan-0.13.91.nix @@ -0,0 +1,12 @@ +pkgconfig <- ./pkgconfig-0.15.0.nix +glib <- ./glib-2.2.1.nix +atk <- ./atk-1.2.0.nix +pango <- ./pango-1.2.1.nix +gtk <- ./gtk+-2.2.1.nix +gnet <- ./gnet-1.1.8.nix +pspell <- ./pspell-.12.2.nix +gtkspell <- ./gtkspell-2.0.2.nix + +src = url(http://pan.rebelbase.com/download/releases/0.13.91/SOURCE/pan-0.13.91.tar.bz2) + +build = ../build/pan-build-2.sh diff --git a/test/tmpl/pspell-.12.2.nix b/test/tmpl/pspell-.12.2.nix new file mode 100644 index 000000000000..33e63b85aacc --- /dev/null +++ b/test/tmpl/pspell-.12.2.nix @@ -0,0 +1,3 @@ +src = url(http://unc.dl.sourceforge.net/sourceforge/pspell/pspell-.12.2.tar.gz) + +build = ../build/pspell-build.sh |