aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: de024aeaa5c225b5dc0dbea32d53d9b845ed9279 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
# Create the build system.

set -e -x

# Generate stubs for translations.
langs=`find po/doc -type f -name 'guix-manual*.po' \
        | sed -e 's,.*/guix-manual\.,,;s,\.po$,,'`
for lang in ${langs}; do
    if [ ! -e "doc/guix.${lang}.texi" ]; then
	echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi"
	echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi"
	# Ensure .po file is newer.
	touch "po/doc/guix-manual.${lang}.po"
    fi
done
langs=`find po/doc -type f -name 'guix-cookbook*.po' \
        | sed -e 's,.*/guix-cookbook\.,,;s,\.po$,,'`
for lang in ${langs}; do
    if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
	echo "@setfilename guix-cookbook.${lang}.info" > "doc/guix-cookbook.${lang}.texi"
	# Ensure .po file is newer.
	touch "po/doc/guix-cookbook.${lang}.po"
    fi
done

exec autoreconf -vfi
: Increase priority of the PSM component....Ludovic Courtès 2019-11-29gnu: xinetd: Update to 2.3.15.4 [fix build]....Tobias Geerinckx-Rice 2019-11-28Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stu......Ricardo Wurmus 2019-11-28gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm....Pierre Neidhardt 2019-11-28gnu: psm: Disable memory statistics code....Ludovic Courtès 2019-11-28services: Add pam-mount....Guillaume Le Vaillant 2019-11-28gnu: feh: Adapt tests for imlib2 1.6....Pierre Langlois 2019-11-26gnu: Add pam-mount....Guillaume Le Vaillant 2019-11-22gnu: xsane: Fix snprintf buffer length....Tobias Geerinckx-Rice 2019-11-22gnu: Register xsane patches....Tobias Geerinckx-Rice 2019-11-22gnu: libseccomp: Fix build on AArch64....Ludovic Courtès 2019-11-21gnu: hexchat: Fix crash on exit....Julien Lepiller 2019-11-20gnu: ghc-haddock-api: Update to 2.22.0....Timothy Sample 2019-11-20gnu: elm-compiler: Fix Cabal dependency constraints....Timothy Sample 2019-11-20gnu: ghc-microlens-aeson: Patch tests for i686-linux....Timothy Sample 2019-11-20gnu: ghc-pandoc: Update to 2.7.3....Timothy Sample 2019-11-20gnu: ghc-haddock-library: Update to 1.7.0....Timothy Sample 2019-11-20gnu: ghc-hpack: Update to 0.31.2....Timothy Sample 2019-11-20gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6....Timothy Sample 2019-11-20gnu: ghc-diff: Patch to work with newer QuickCheck....Timothy Sample 2019-11-20gnu: Register python-3.8 patches....Efraim Flashner 2019-11-19gnu: Add minisat....Robert Smith 2019-11-16gnu: ucx: Avoid relying on /sys/class/net....Ludovic Courtès 2019-11-15gnu: tomb: Update to 2.7....Eric Bavier 2019-11-15gnu: openmpi: Raise the priority of the PSM2 component....Ludovic Courtès 2019-11-13gnu: Add java-svg-salamander....Julien Lepiller 2019-11-11gnu: patchelf: Update to 0.10....Efraim Flashner 2019-11-09gnu: fribidi: Fix CVE-2019-18397....Efraim Flashner 2019-11-08gnu: Add delft-icon-theme....Leo Prikler 2019-11-06gnu: cpio: Update to 2.13 [fixes CVE-2015-1197, CVE-2019-14866]....Ludovic Courtès 2019-11-05gnu: libvirt: Update to 5.8.0....Miguel Ángel Arruga Vivas 2019-11-05gnu: Add missing patch to locale.mk....Jonathan Brielmaier 2019-11-03gnu: docker: Adjust tests for changes in go....Oleg Pykhalov 2019-11-02gnu: vlc: Fix build....Nicolas Goaziou 2019-10-30gnu: Add udiskie....Guillaume Le Vaillant 2019-10-29gnu: libreoffice: Update to 6.2.8.2....Efraim Flashner 2019-10-29gnu: icecat: Include generally-useful fixes in the source tarball....Mark H Weaver 2019-10-28gnu: xorriso: Update to 1.5.2....Efraim Flashner