git » plasma-workspace.git » commit 8d6a5f7

Prevent Plasma from messing with system locales, Arch users are supposed to configure locales themselves

author Antonio Rojas
2022-10-23 17:05:58 UTC
committer Antonio Rojas
2022-10-23 17:05:58 UTC
parent 1f3f50456f60c48cedace6f2d320db546ff7a8e4

Prevent Plasma from messing with system locales, Arch users are supposed to configure locales themselves

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index fa10c2e..72a5531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace plasma-wayland-session)
 pkgver=5.26.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -30,6 +30,7 @@ options=(debug)
 build() {
   cmake -B build -S $pkgbase-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DGLIBC_LOCALE_GEN=OFF \
     -DBUILD_TESTING=OFF
   cmake --build build
 }