diff options
author | Simon South <simon@simonsouth.net> | 2020-11-27 16:35:46 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-11-27 23:40:53 -0500 |
commit | 1d63445168d0102adf08637ed3be4609a044c9e6 (patch) | |
tree | 239f94fbcff846fc67f3496b88678ea0d182a14d /gnu/local.mk | |
parent | b229803a78963429793967e309c455508f9811d1 (diff) | |
download | guix-1d63445168d0102adf08637ed3be4609a044c9e6.tar.gz guix-1d63445168d0102adf08637ed3be4609a044c9e6.zip |
gnu: Transmission: Fix localization of transmission-gtk.
* gnu/packages/bittorrent.scm (transmission)[source]: Add patch to make
Transmission honor the "localedir" option to its configure script.
[arguments]<configure-flags>: Use "localedir" to set the "gui" output as the
location for (GTK-specific) localization data.
<phases>: Update "move-gui" to remove a now-superfluous call to "mkdir" and omit
"share/locale" from the list of directories needing to be moved between outputs.
* gnu/packages/patches/transmission-honor-localedir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 289f510c11..fe94bcfc2e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1656,6 +1656,7 @@ dist_patch_DATA = \ %D%/packages/patches/tipp10-remove-license-code.patch \ %D%/packages/patches/tk-find-library.patch \ %D%/packages/patches/transcode-ffmpeg.patch \ + %D%/packages/patches/transmission-honor-localedir.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ %D%/packages/patches/tup-unbundle-dependencies.patch \ %D%/packages/patches/tuxpaint-stamps-path.patch \ |