aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-locales.patch
blob: 1d254e1c1dfa6e5dde23614ff71e27d8df06ade1 (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
27
28
29
30
31
This patch allows us to use glibc's build system to build locales
in a package separate from glibc.

  1. Use 'localedef' from $PATH since we are not rebuilding it.
  2. Use '--no-archive' to avoid building the big locale archive, and
     because the already-built 'localedef' would want to write it
     to '/run/current-system/locale', which is not possible.
  3. Pass $(localedir)/$$locale to install files in the right place, and
     because otherwise, 'localedef' fails with:
     "cannot write output files to `(null)'".

--- glibc-2.20/localedata/Makefile	2014-09-07 10:09:09.000000000 +0200
+++ glibc-2.20/localedata/Makefile	2015-02-11 10:23:55.560545568 +0100
@@ -217,7 +217,7 @@ INSTALL-SUPPORTED-LOCALES=$(addprefix in
 
 # Sometimes the whole collection of locale files should be installed.
 LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
-$(rtld-prefix) $(common-objpfx)locale/localedef
+  localedef --no-archive
 install-locales: $(INSTALL-SUPPORTED-LOCALES)
 
 install-locales-dir:
@@ -234,7 +234,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
 	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
 	$(LOCALEDEF) --alias-file=../intl/locale.alias \
 		     -i locales/$$input -c -f charmaps/$$charset \
-		     $(addprefix --prefix=,$(install_root)) $$locale; \
+		     $(addprefix --prefix=,$(install_root)) $(localedir)/$$locale; \
 	echo ' done'; \
 
 tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
rs.scm?id=da3c784c68d9d3d0ec12eaaa98deaaf51ddb4c36'>gnu: lightdm: Apply patch to fix a problem with VNC integration.Maxim Cournoyer 2022-08-28gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.Maxim Cournoyer 2022-08-28gnu: lightdm-gtk-greeter: Adjust default config file path.Maxim Cournoyer 2022-08-28gnu: lightdm-gtk-greeter: Enable libklavier support.Maxim Cournoyer 2022-08-28gnu: lightdm-gtk-greeter: Use the glib-or-gtk-wrap phase as-is.Maxim Cournoyer 2022-08-28gnu: lightdm-gtk-greeter: Add GDK_PIXBUF_MODULE_FILE to wrapper.Maxim Cournoyer 2022-08-05gnu: lightdm: Add bash-minimal as an input.Ludovic Courtès 2022-08-03gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper.L p R n d n 2022-08-03gnu: lightdm-gtk-greeter: Disable indicator services.L p R n d n 2022-08-03gnu: lightdm-gtk-greeter: Use gexps and new style inputs.Maxim Cournoyer 2022-08-03gnu: lightdm: Update to 1.32.0.Maxim Cournoyer 2022-08-03gnu: lightdm: Enable XDMCP support.Maxim Cournoyer 2022-08-03gnu: lightdm: Build AccountsService files.L p R n d n 2022-08-03gnu: lightdm: Install documentation.Maxim Cournoyer 2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer 2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer 2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer 2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer 2022-06-08gnu: lightdm: Fix build.Maxim Cournoyer 2022-05-31gnu: lightdm: Update to 1.30.0-0.b7fc321.Maxim Cournoyer 2021-12-22gnu: Add sugar-light-sddm-theme.Petr Hodina 2021-12-22gnu: Add sugar-dark-sddm-theme.Petr Hodina 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28gnu: lightdm-gtk-greeter: Add bash-minimal dependency.Denis 'GNUtoo' Carikli 2021-10-28gnu: lightdm-gtk-greeter: Update to 2.0.8Denis 'GNUtoo' Carikli 2021-09-03gnu: sddm: Refer to the 'shadow' input.Efraim Flashner 2021-09-02gnu: sddm: Fix build.Efraim Flashner 2021-06-19Merge branch 'master' into core-updatesMarius Bakke 2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer