lxqt-session: update to 0.11.0
This commit is contained in:
parent
2b896ded90
commit
075456434c
1 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'lxqt-session'
|
||||
pkgname=lxqt-session
|
||||
version=0.10.0
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX= -DBUNDLE_XDG_UTILS=NO"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="liblxqt-devel"
|
||||
configure_args="-DPULL_TRANSLATIONS=0"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="liblxqt-devel xdg-user-dirs"
|
||||
depends="xdg-user-dirs"
|
||||
short_desc="LXQt session handler"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://lxqt.org/"
|
||||
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4
|
||||
distfiles="https://github.com/lxde/lxqt-session/releases/download/${version}/lxqt-session-${version}.tar.xz"
|
||||
checksum=c03e8229ba53a80f4f8807299460ea052ae0916ea991dd1f48274280ef0d8b57
|
||||
|
|
Loading…
Reference in a new issue