mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-26 15:42:14 +08:00
sddm: update to 0.12.0
This commit is contained in:
parent
453e6b3364
commit
96d03f4ba4
@ -1,9 +1,9 @@
|
||||
#contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/sddm
|
||||
#Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/sddm
|
||||
|
||||
pkgname=sddm
|
||||
pkgver=0.11.0
|
||||
pkgver=0.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='QML based X11 display manager'
|
||||
pkgdesc='QML based X11 and Wayland display manager'
|
||||
arch=('x86_64')
|
||||
url='http://github.com/sddm/sddm'
|
||||
license=('GPL')
|
||||
@ -17,7 +17,7 @@ backup=('usr/share/sddm/scripts/Xsetup'
|
||||
'etc/sddm.conf')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
'sddm.conf')
|
||||
md5sums=('e110a7683867400dc9484d4744fd41dd'
|
||||
md5sums=('e3261ac93a50c71c973cc79b85387765'
|
||||
'7e4de1ad45e6a0e930b96fd051e48da4')
|
||||
|
||||
build() {
|
||||
@ -26,6 +26,7 @@ build() {
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
|
||||
-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
|
||||
-DBUILD_MAN_PAGES=ON
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user