k3b: update to 24.02.2.

This commit is contained in:
Đoàn Trần Công Danh 2024-05-19 09:33:14 +07:00 committed by Đoàn Trần Công Danh
parent d5fa9c525a
commit 8d838df289

View file

@ -1,14 +1,18 @@
# Template file for 'k3b'
pkgname=k3b
version=23.08.5
version=24.02.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake gettext
qt5-host-tools kauth kdoctools kcoreaddons"
makedepends="kcmutils-devel kfilemetadata5-devel knewstuff-devel
knotifyconfig-devel kio-devel ksolid-devel lame-devel libXft-devel
libcddb-devel libdvdread-devel libkcddb-devel libmad-devel libmpcdec-devel
libmusicbrainz5-devel libsamplerate-devel kauth-devel"
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins -DQT_MAJOR_VERSION=6
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
hostmakedepends="extra-cmake-modules pkg-config qt6-base gettext
kf6-kauth-tools kf6-kdoctools kf6-kcoreaddons kf6-kconfig kf6-kcmutils"
makedepends="kf6-kcmutils-devel kf6-kfilemetadata-devel kf6-knewstuff-devel
kf6-knotifyconfig-devel kf6-kio-devel kf6-solid-devel lame-devel libXft-devel
libcddb-devel libdvdread-devel libkcddb6-devel libmad-devel libmpcdec-devel
libmusicbrainz5-devel libsamplerate-devel kf6-kauth-devel"
depends="cdrdao cdrtools dvd+rw-tools"
short_desc="CD/DVD Kreator for Linux"
maintainer="Enno Boland <gottox@voidlinux.org>"
@ -16,4 +20,8 @@ license="GPL-2.0-or-later"
homepage="https://kde.org/applications/en/multimedia/org.kde.k3b"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#k3b"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=c789518b45c8505710fd2b66706c4826f251c5487d9b381df76cc96ffb59309a
checksum=6047d94193ba1650ce71f4100bba0786023455f4c6a12e14c9d543058a4e8e45
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
depends+=" qt6-webengine-devel"
fi