liblxqt: update to 0.14.1.
This commit is contained in:
parent
548a585a60
commit
18a6a9bcf8
1 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'liblxqt'
|
# Template file for 'liblxqt'
|
||||||
pkgname=liblxqt
|
pkgname=liblxqt
|
||||||
version=0.14.0
|
version=0.14.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel"
|
hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools
|
||||||
makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel polkit-qt5-devel"
|
polkit-qt5-devel"
|
||||||
|
makedepends="kwindowsystem-devel libqtxdg-devel libXScrnSaver-devel
|
||||||
|
polkit-qt5-devel"
|
||||||
short_desc="Core utility library for all LXQt components"
|
short_desc="Core utility library for all LXQt components"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://lxqt.org/"
|
homepage="https://lxqt.org/"
|
||||||
distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
|
distfiles="https://github.com/lxqt/liblxqt/releases/download/${version}/liblxqt-${version}.tar.xz"
|
||||||
checksum=acbebe724532f5455b48e706df89f19a2d4b54ffd4cc4ecb81d7e8a098bf680c
|
checksum=1aa7325654d20d3060a0ef0ffc27febfd58ee66704ee690727dc1a77ad1069bd
|
||||||
|
|
||||||
liblxqt-devel_package() {
|
liblxqt-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -18,7 +20,7 @@ liblxqt-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/cmake
|
vmove usr/share/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue