# Makefile variables for PO directory in any package using GNU gettext. # This domain contains only translations of package synopses and descriptions. DOMAIN = guix-packages subdir = po/packages top_builddir = ../.. # These options get passed to xgettext. We want to catch exclusively package # synopses and descriptions. XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=synopsis --keyword=description \ --keyword=output-synopsis:2 COPYRIGHT_HOLDER = the authors of Guix (msgids) MSGID_BUGS_ADDRESS = bug-guix@gnu.org EXTRA_LOCALE_CATEGORIES = # Disable PO update upon "make dist", which sometimes fails when doing # "make distcheck -j4". # See . DIST_DEPENDS_ON_UPDATE_PO = no # Ignore the timestamp of the .pot file, as .po files are updated by # `make download-po` only. This ensures po files are not modified on the # first `make` invocation. PO_DEPENDS_ON_POT = no
aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
AgeCommit message (Expand)Author
2024-03-09lint: archival: Trigger “Save Code Now” for VCSes other than Git....Ludovic Courtès
2024-02-12lint: archival: Check with ‘lookup-directory-by-nar-hash’....Ludovic Courtès
2023-09-08lint: Check that (cc-for-target) and friends are used....Maxime Devos
2023-05-06lint: archival: Warn against non-origin package sources....Ludovic Courtès
2022-10-27gnu: python-setuptools: Move to python-build....Lars-Dominik Braun
2022-10-17lint: source: Add check for <svn-reference> over HTTP(S)....Ludovic Courtès
2022-03-29download: Use https for main KDE source....Efraim Flashner
2022-03-11lint: check-tests-true: Allow #:tests? #t for some build systems....Maxime Devos