aboutsummaryrefslogtreecommitdiff
path: root/build-aux/convert-xref.scm
blob: 47c8828857eb0ca590c3247f50333790eef10fdc (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
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

;; Translate cross-references in a translated .texi manual.

(use-modules (guix build po)
             (ice-9 match))

(match (command-line)
  ((program texi pofile)
   (translate-cross-references texi pofile)))
googled-chromium: Build with ffmpeg@4.2....Marius Bakke 2020-05-11gnu: re2: Update to 2020-05-01....Marius Bakke 2020-05-06Merge branch 'master' into core-updatesMarius Bakke 2020-05-06gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb [security fixes]....Marius Bakke 2020-04-30Merge branch 'master' into core-updates...Marius Bakke 2020-04-28gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb [security fixes]....Marius Bakke 2020-04-23Merge branch 'master' into core-updates...Marius Bakke 2020-04-22gnu: ungoogled-chromium: Update to 81.0.4044.122-0.31d6e60 [security fixes]....Marius Bakke 2020-04-19Merge branch 'master' into core-updatesMarius Bakke 2020-04-17gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes CVE-2020-64......Marius Bakke 2020-04-13gnu: icu4c: Remove redundant icu4c-66.1 variable....Marius Bakke 2020-04-13Merge branch 'master' into core-updatesMarius Bakke 2020-04-12gnu: ungoogled-chromium: Update to 81.0.4044.92-0.b484ad4 [security fixes]....Marius Bakke 2020-04-08Merge branch 'master' into core-updates...Marius Bakke 2020-04-03gnu: ungoogled-chromium: Update to 80.0.3987.163-0.516e2d9....Marius Bakke 2020-04-01gnu: ungoogled-chromium: Update to 80.0.3987.162-0.516e2d9 [security fixes]....Marius Bakke 2020-03-21Merge branch 'master' into core-updatesMarius Bakke 2020-03-19gnu: ungoogled-chromium: Update to 80.0.3987.149-0.516e2d9 [security fixes]....Marius Bakke 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-06gnu: ungoogled-chromium: Increase max-silent-time....Marius Bakke 2020-03-05gnu: Remove ld-wrapper-next....Marius Bakke 2020-03-04gnu: ungoogled-chromium: Update to 80.0.3987.132-0.7e68f18 [fixes CVE-2020-64......Marius Bakke 2020-02-25gnu: ungoogled-chromium: Update to 80.0.3987.122-0.bb952f1 [security fixes]....Marius Bakke 2020-02-25gnu: ungoogled-chromium-wayland: Fix build....Marius Bakke 2020-02-25gnu: ungoogled-chromium: Add license information about preserved files....Marius Bakke 2020-02-24gnu: ungoogled-chromium: Update to 80.0.3987.116-0.bb952f1....Marius Bakke 2020-02-24gnu: Add ld wrapper variant that supports quotes in response files....Marius Bakke 2020-02-10gnu: chromium.scm: Remove use of CADR....Marius Bakke 2020-01-21gnu: ungoogled-chromium: Update to 79.0.3945.130-0.e2fae99....Marius Bakke 2020-01-07gnu: ungoogled-chromium: Lower resource limits....Marius Bakke 2020-01-07gnu: ungoogled-chromium: Do not set LD_LIBRARY_PATH in wrapper....Marius Bakke 2019-11-21gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes]....Marius Bakke 2019-11-21gnu: ungoogled-chromium: Increase resource limits in separate phase....Marius Bakke 2019-11-15gnu: ungoogled-chromium: Update to 78.0.3904.97-0.acaf163....Marius Bakke 2019-11-03gnu: Deprecate ungoogled-chromium....Marius Bakke