mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libqtxdg: update to 4.0.0.
This commit is contained in:
parent
07e95bd309
commit
032beeba4f
2 changed files with 12 additions and 7 deletions
|
@ -1942,8 +1942,8 @@ libQt5Bodymovin.so.5 qt5-lottie-5.15.2_3
|
||||||
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
||||||
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
||||||
libx265.so.199 x265-3.5_1
|
libx265.so.199 x265-3.5_1
|
||||||
libQt5Xdg.so.3 libqtxdg-3.1.0_1
|
libQt6Xdg.so.4 libqtxdg-4.0.0_1
|
||||||
libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1
|
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
|
||||||
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
||||||
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
||||||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||||
|
|
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'libqtxdg'
|
# Template file for 'libqtxdg'
|
||||||
pkgname=libqtxdg
|
pkgname=libqtxdg
|
||||||
version=3.12.0
|
version=4.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools"
|
hostmakedepends="pkg-config lxqt-build-tools qt6-base"
|
||||||
makedepends="qt5-svg-devel libglib-devel"
|
makedepends="qt6-base qt6-svg-devel libglib-devel"
|
||||||
short_desc="Qt implementation of freedesktop.org XDG specifications"
|
short_desc="Qt implementation of freedesktop.org XDG specifications"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://lxqt-project.org"
|
homepage="https://lxqt-project.org"
|
||||||
distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
|
distfiles="https://github.com/lxqt/libqtxdg/archive/${version}.tar.gz"
|
||||||
checksum=084e5fe7b4087d95657be7b5be3668e98bf14c2ba3b150205ebd819508774d45
|
checksum=edf12d8e6fe1292e842cdf01e57cc882754846e8c7d1212cc02f953c71f28d12
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
armv6l*|armv7l*)
|
||||||
|
configure_args=" -DQTXDGX_ICONENGINEPLUGIN_INSTALL_PATH=/usr/lib/qt6/plugins"
|
||||||
|
esac
|
||||||
|
|
||||||
libqtxdg-devel_package() {
|
libqtxdg-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue