sddm: source ./conf

E.g.: To set a different locale than systems locale.
This commit is contained in:
teldra 2020-09-22 22:43:50 +02:00 committed by Piraty
parent b4310de728
commit ab76b481a1
2 changed files with 3 additions and 1 deletions

View file

@ -12,4 +12,6 @@ fi
# respect system locale # respect system locale
[ -r /etc/locale.conf ] && . /etc/locale.conf && export LANG [ -r /etc/locale.conf ] && . /etc/locale.conf && export LANG
[ -f ./conf ] && . ./conf
exec sddm 2>&1 exec sddm 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'sddm' # Template file for 'sddm'
pkgname=sddm pkgname=sddm
version=0.18.1 version=0.18.1
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1 configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs -DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs