liblxqt-mount: update to 0.9.0.
This commit is contained in:
parent
650b82912a
commit
86dc76c030
2 changed files with 4 additions and 3 deletions
|
@ -1911,3 +1911,4 @@ 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
|
liblxqt.so.0 liblxqt-0.9.0_1
|
||||||
|
liblxqtmount.so.0 liblxqt-mount-0.9.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'liblxqt-mount'
|
# Template file for 'liblxqt-mount'
|
||||||
pkgname=liblxqt-mount
|
pkgname=liblxqt-mount
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
configure_args="-DUSE_QT5=1"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
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=f723432fc4b97e6b4c709d65f6a73586fabe835663aad090feda9b02439bad21
|
checksum=c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d
|
||||||
|
|
||||||
liblxqt-mount-devel_package() {
|
liblxqt-mount-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -20,6 +20,6 @@ liblxqt-mount-devel_package() {
|
||||||
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/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue