lxqt-session: rebuild against qt5>=5.4.
Also bump min version for libQt5Widgets to 5.4, due to this "hidden" ABI incompat change.
This commit is contained in:
parent
1e04dc260d
commit
8b67ccfb89
|
@ -1777,7 +1777,7 @@ libQt5Sql.so.5 qt5-5.3.2_1
|
|||
libQt5Test.so.5 qt5-5.3.2_1
|
||||
libQt5Network.so.5 qt5-5.3.2_1
|
||||
libQt5Gui.so.5 qt5-5.3.2_1
|
||||
libQt5Widgets.so.5 qt5-5.3.2_1
|
||||
libQt5Widgets.so.5 qt5-5.4.0_1
|
||||
libQt5OpenGL.so.5 qt5-5.3.2_1
|
||||
libQt5Concurrent.so.5 qt5-5.3.2_1
|
||||
libQt5PrintSupport.so.5 qt5-5.3.2_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'lxqt-session'
|
||||
pkgname=lxqt-session
|
||||
version=0.8.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX= -DBUNDLE_XDG_UTILS=NO"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel"
|
||||
makedepends="qt5-tools-devel>=5.4 liblxqt-devel libqtxdg-devel"
|
||||
short_desc="LXQt session handler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
|
Loading…
Reference in New Issue