aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: a47269d87f1d6fd27bbaf634ac7439b38b32cca3 (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
28
29
#!/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\.,,' \
        | xargs -n 1 -I{} basename {} .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\.,,' \
        | xargs -n 1 -I{} basename {} .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
tr> 2023-08-01gnu: xfce4-volumed-pulse: Update to 0.2.4....* gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.2.4. 宋文武 2023-08-01gnu: xfce4-settings: Update to 4.18.3....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.3. 宋文武 2023-08-01gnu: xfce4-clipman-plugin: Update to 1.6.4....* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.4. 宋文武 2023-06-08gnu: xfce4-screensaver: Update to 4.18.2....* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.2. 宋文武 2023-06-08gnu: xfce4-power-manager: Update to 4.18.2....* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.2. 宋文武 2023-06-08gnu: xfce4-session: Update to 4.18.3....* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.3. 宋文武 2023-06-08gnu: xfce4-pulseaudio-plugin: Update to 0.4.7....* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.7. 宋文武 2023-06-08gnu: xfce4-screenshooter: Update to 1.10.4....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4. 宋文武 2023-06-08gnu: xfce4-panel: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.4. 宋文武 2023-06-08gnu: libxfce4ui: Update to 4.18.4....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.4. 宋文武 2023-05-17gnu: xfce: Use "Greybird" and "elementary-xfce-dark" as default theme....* gnu/packages/patches/xfce4-settings-defaults.patch: Set "ThemeName" to "Greybird", "IconThemeName" to "elementary-xfce-dark". * gnu/packages/xfce.scm (xfce)[inputs]: Add elementary-xfce-icon-theme. 宋文武 2023-05-14gnu: mousepad: Update to 0.6.1....* gnu/packages/xfce.scm (mousepad): Update to 0.6.1. 宋文武 2023-05-14gnu: ristretto: Update to 0.13.1....* gnu/packages/xfce.scm (ristretto): Update to 0.13.1. 宋文武 2023-05-01gnu: catfish: Fix build....* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check phase. 宋文武 2023-05-01gnu: xfce4-netload-plugin: Update to 1.4.1....* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.1. 宋文武 2023-05-01gnu: xfce4-mpc-plugin: Update to 0.5.3....* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3. 宋文武 2023-05-01gnu: thunar: Update to 4.18.6....* gnu/packages/xfce.scm (thunar): Update to 4.18.6. 宋文武 2023-05-01gnu: xfce4-weather-plugin: Update to 0.11.1....* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1. 宋文武 2023-05-01gnu: xfce4-timer-plugin: Update to 1.7.2....* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.2. 宋文武 2023-05-01gnu: xfce4-time-out-plugin: Update to 1.1.3....* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3. 宋文武 2023-05-01gnu: xfce4-mount-plugin: Update to 1.1.6....* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6. 宋文武 2023-05-01gnu: xfce4-mailwatch-plugin: Update to 1.3.1....* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.3.1. 宋文武 2023-05-01gnu: xfce4-fsguard-plugin: Update to 1.1.3....* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.3. 宋文武 2023-05-01gnu: xfce4-calculator-plugin: Update to 0.7.2....* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.2. 宋文武 2023-05-01gnu: xfce4-dict: Update to 0.8.5....* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.5. 宋文武 2023-05-01gnu: xfce4-whiskermenu-plugin: Update to 2.7.3....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.3. 宋文武 2023-05-01gnu: xfce4-battery-plugin: Update to 1.1.5....* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5. 宋文武 2023-05-01gnu: tumbler: Update to 4.18.1....* gnu/packages/xfce.scm (tumbler): Update to 4.18.1. 宋文武 2023-05-01gnu: xfconf: Update to 4.18.1....* gnu/packages/xfce.scm (xfconf): Update to 4.18.1. 宋文武