mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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
2 changed files with 3 additions and 3 deletions
|
@ -1777,7 +1777,7 @@ libQt5Sql.so.5 qt5-5.3.2_1
|
||||||
libQt5Test.so.5 qt5-5.3.2_1
|
libQt5Test.so.5 qt5-5.3.2_1
|
||||||
libQt5Network.so.5 qt5-5.3.2_1
|
libQt5Network.so.5 qt5-5.3.2_1
|
||||||
libQt5Gui.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
|
libQt5OpenGL.so.5 qt5-5.3.2_1
|
||||||
libQt5Concurrent.so.5 qt5-5.3.2_1
|
libQt5Concurrent.so.5 qt5-5.3.2_1
|
||||||
libQt5PrintSupport.so.5 qt5-5.3.2_1
|
libQt5PrintSupport.so.5 qt5-5.3.2_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'lxqt-session'
|
# Template file for 'lxqt-session'
|
||||||
pkgname=lxqt-session
|
pkgname=lxqt-session
|
||||||
version=0.8.0
|
version=0.8.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX= -DBUNDLE_XDG_UTILS=NO"
|
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX= -DBUNDLE_XDG_UTILS=NO"
|
||||||
hostmakedepends="cmake pkg-config"
|
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"
|
short_desc="LXQt session handler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue