summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-11-28 15:37:05 +0100
committerPiotr Gorski2022-11-28 15:37:05 +0100
commit9c148eb9e3e97fde3fd4d599d5b7eb3527570cf1 (patch)
tree3da15623d0eddec40f3e843444e8db513320c045
parent715fe3086957abc4afca526f78352db6afd36c77 (diff)
downloadaur-9c148eb9e3e97fde3fd4d599d5b7eb3527570cf1.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f1a2f558925..0e0ebdabb32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sddm-git
pkgdesc = The Simple Desktop Display Manager
- pkgver = 0.19.0.41.g0b3f399
+ pkgver = 0.19.0.170.g3e48649
pkgrel = 1
url = https://github.com/sddm/sddm
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aea526e8aa03..2d893f7ee44a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase="sddm"
pkgname="$_pkgbase-git"
-pkgver=0.19.0.41.g0b3f399
+pkgver=0.19.0.170.g3e48649
pkgrel=1
pkgdesc="The Simple Desktop Display Manager"
arch=("x86_64")
@@ -37,7 +37,8 @@ build() {
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
-DDBUS_CONFIG_DIR=/usr/share/dbus-1/system.d \
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
- -DBUILD_MAN_PAGES=ON
+ -DBUILD_MAN_PAGES=ON \
+ -DUID_MAX=60513
cmake --build build
}
@@ -50,7 +51,7 @@ package() {
install -d "$pkgdir"/usr/lib/sddm/sddm.conf.d
"$pkgdir"/usr/bin/sddm --example-config > "$pkgdir"/usr/lib/sddm/sddm.conf.d/default.conf
# Don't set PATH in sddm.conf
- sed -r 's|DefaultPath=.*|DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin|g' -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/default.conf
+ sed -r 's|DefaultPath=.*|DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin|g' -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/default.conf
# Unset InputMethod https://github.com/sddm/sddm/issues/952
sed -e "/^InputMethod/s/qtvirtualkeyboard//" -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/default.conf
}