liblxqt: update to 0.9.0.
This commit is contained in:
parent
c928068062
commit
650b82912a
2 changed files with 6 additions and 5 deletions
|
@ -1910,3 +1910,4 @@ libtomahawk-widgets.so.0.8.2 tomahawk-0.8.2_1
|
||||||
libuecc.so.0 libuecc-5_1
|
libuecc.so.0 libuecc-5_1
|
||||||
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
||||||
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
|
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
|
||||||
|
liblxqt.so.0 liblxqt-0.9.0_1
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'liblxqt'
|
# Template file for 'liblxqt'
|
||||||
pkgname=liblxqt
|
pkgname=liblxqt
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
configure_args="-DUSE_QT5=1"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="qt5-tools-devel>=5.4 qt5-x11extras-devel libqtxdg-devel"
|
makedepends="kwindowsystem-devel libqtxdg-devel"
|
||||||
short_desc="LXQT Desktop library"
|
short_desc="LXQT Desktop library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e
|
checksum=b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52
|
||||||
|
|
||||||
liblxqt-devel_package() {
|
liblxqt-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="qt5-x11extras-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue