liblxqt: update to 0.11.0
This commit is contained in:
parent
33856709f6
commit
a868f538fd
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'liblxqt'
|
||||
pkgname=liblxqt
|
||||
version=0.10.0
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="kwindowsystem-devel libqtxdg-devel"
|
||||
short_desc="LXQT Desktop library"
|
||||
configure_args="-DPULL_TRANSLATIONS=0"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel"
|
||||
short_desc="Core utility library for all LXQt components"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://lxqt.org/"
|
||||
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c
|
||||
distfiles="https://github.com/lxde/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
|
||||
checksum=bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2
|
||||
|
||||
liblxqt-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue