gnu: papirus-icon-theme: Update to 20200430.
[jackhill/guix/guix.git] / po / packages / Makevars
CommitLineData
ee764179
LC
1# Makefile variables for PO directory in any package using GNU gettext.
2
3# This domain contains only translations of package synopses and descriptions.
4DOMAIN = guix-packages
5
6subdir = po/packages
7top_builddir = ../..
8
9# These options get passed to xgettext. We want to catch exclusively package
10# synopses and descriptions.
11XGETTEXT_OPTIONS = \
12 --language=Scheme --from-code=UTF-8 \
13 --keyword=synopsis --keyword=description
14
15COPYRIGHT_HOLDER = Ludovic Courtès
16
17MSGID_BUGS_ADDRESS = ludo@gnu.org
18
19EXTRA_LOCALE_CATEGORIES =
c65d05b5
LC
20
21# Disable PO update upon "make dist", which sometimes fails when doing
22# "make distcheck -j4".
23# See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
24DIST_DEPENDS_ON_UPDATE_PO = no