qupzilla-sddm.düzenlendi
This commit is contained in:
parent
2a8f8bfc79
commit
98642f9e74
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
# Depends on: qt5 desktop-file-utils hunspell qt5-webkit
|
||||||
|
|
||||||
name=qupzilla
|
name=qupzilla
|
||||||
version=1.8.9
|
version=2.0.1
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
source=( https://github.com/QupZilla/qupzilla/releases/download/v$version/QupZilla-$version.tar.xz)
|
||||||
|
|
|
@ -28,6 +28,7 @@ make DESTDIR=$PKG install
|
||||||
|
|
||||||
install -m 644 -p $SRC/sddm.conf $PKG/etc/
|
install -m 644 -p $SRC/sddm.conf $PKG/etc/
|
||||||
install -m 644 -p $SRC/10-backlight.rules $PKG/etc/polkit-1/rules.d/
|
install -m 644 -p $SRC/10-backlight.rules $PKG/etc/polkit-1/rules.d/
|
||||||
|
install -v -dm755 -o sddm -g sddm /var/lib/sddm
|
||||||
|
|
||||||
cat > $PKG/etc/pam.d/sddm << "EOF"
|
cat > $PKG/etc/pam.d/sddm << "EOF"
|
||||||
# Begin /etc/pam.d/sddm
|
# Begin /etc/pam.d/sddm
|
||||||
|
|
Loading…
Reference in New Issue