parent
1567cd6558
commit
4b58a600d4
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.18.1
|
version=0.19.0
|
||||||
revision=3
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
|
configure_args="-DBUILD_MAN_PAGES=ON -DNO_SYSTEMD=ON -DUSE_ELOGIND=ON
|
||||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
||||||
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf"
|
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf"
|
||||||
hostmakedepends="extra-cmake-modules pkg-config python3-docutils"
|
hostmakedepends="extra-cmake-modules pkg-config python3-docutils"
|
||||||
|
@ -11,10 +11,10 @@ makedepends="qt5-declarative-devel qt5-tools-devel pam-devel elogind-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
short_desc="QML based X11 display manager"
|
short_desc="QML based X11 display manager"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later, CC-BY-3.0"
|
||||||
homepage="http://github.com/sddm/sddm"
|
homepage="http://github.com/sddm/sddm"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=07296fc747010a5dd58a45f16c3224b439997afad42566e4b043c841b1b71700
|
checksum=e76da1f13d5ad5e0179e3fec57543126044339405ef19c397e105e0807bd4e41
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
|
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
|
||||||
|
@ -32,4 +32,5 @@ make_dirs="/var/lib/sddm 0755 sddm sddm"
|
||||||
post_install() {
|
post_install() {
|
||||||
vsed -i '/tally/d' ${DESTDIR}/etc/pam.d/sddm-autologin
|
vsed -i '/tally/d' ${DESTDIR}/etc/pam.d/sddm-autologin
|
||||||
vsv sddm
|
vsv sddm
|
||||||
|
vlicense LICENSE.CC-BY-3.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue