mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
sddm: update to 0.16.0
This commit is contained in:
parent
4d439bfcf7
commit
717a2440e0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.15.0
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
||||||
|
@ -8,11 +8,11 @@ hostmakedepends="extra-cmake-modules pkg-config python-docutils"
|
||||||
makedepends="qt5-declarative-devel qt5-tools-devel pam-devel elogind-devel"
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358
|
checksum=83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
|
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue