aboutsummaryrefslogtreecommitdiff
path: root/po/packages/Makevars
blob: c29f3d306c203e124d2ef9c618194187550f8a39 (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
# 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

COPYRIGHT_HOLDER = Ludovic Courtès

MSGID_BUGS_ADDRESS = ludo@gnu.org

EXTRA_LOCALE_CATEGORIES =

# Disable PO update upon "make dist", which sometimes fails when doing
# "make distcheck -j4".
# See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
DIST_DEPENDS_ON_UPDATE_PO = no
-by: Leo Famulari <leo@famulari.name> Nicolas Graves 2023-04-22gnu: Add qpageview....* gnu/packages/image-viewers.scm (qpageview): New variable. Nicolas Goaziou 2023-04-02gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP....* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace YOUTUBE-DL with YT-DLP. [arguments]: Replace YOUTUBE-DL with YT-DLP in WRAP-PROGRAM phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jelle Licht 2023-03-29gnu: geeqie: Use libjpeg-turbo....libjpeg is obsolete. * gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace libjpeg with libjpeg-turbo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2023-03-28gnu: geeqie: Enable most features, add doc....This change enables most of the features of Geeqie, at a cost of about 10% size increase (from 1428 to 1596 MiB). * gnu/packages/image-viewers.scm (geeqie) [inputs]: Add djvulibre, ffmpegthumbnailer, gspell, libarchive, libheif, libjpeg, libraw, libtiff, poppler and libwebp. [native-inputs]: Add yelp-tools. Series-to: 62367@debbugs.gnu.org Maxim Cournoyer 2023-03-28gnu: geeqie: Update to 2.0.1....* gnu/packages/image-viewers.scm (geeqie): Update to 2.0.1. [build-system]: Switch to meson. [arguments]: Delete field. [inputs]: Remove clutter. [native-inputs]: Add xxd. Remove autoconf and automake. * gnu/packages/patches/geeqie-clutter.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer