mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libkcddb: update to 24.08.0.
This commit is contained in:
parent
d877e5d6bb
commit
74a17a1688
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libkcddb'
|
# Template file for 'libkcddb'
|
||||||
pkgname=libkcddb
|
pkgname=libkcddb
|
||||||
version=24.05.1
|
version=24.08.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKF5_HOST_TOOLING=/usr/lib/cmake -DQT_MAJOR_VERSION=5"
|
configure_args="-DKF5_HOST_TOOLING=/usr/lib/cmake -DQT_MAJOR_VERSION=5"
|
||||||
|
@ -14,12 +14,23 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later, BSD-3-Clause, GFDL-1.2-only"
|
||||||
homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
|
homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
|
||||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#libkcddb"
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#libkcddb"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/libkcddb-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/libkcddb-${version}.tar.xz"
|
||||||
checksum=71b72b19b70f428980c7e3487a9e94e67d4537eba56834e9a2c0a0f07b4e2aff
|
checksum=62cb6882bff4ce274bc5e98715decc8b8964f9809178219ef49cbd37d091941a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf "$DESTDIR/usr/share"
|
rm -rf "$DESTDIR/usr/share"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
broken="musicbrainztest-severaldiscs"
|
||||||
|
broken+="|asynchttplookuptest"
|
||||||
|
broken+="|asynccddblookuptest"
|
||||||
|
broken+="|synccddblookuptest"
|
||||||
|
broken+="|synchttplookuptest"
|
||||||
|
broken+="|utf8test"
|
||||||
|
ctest -E "($broken)"
|
||||||
|
}
|
||||||
|
|
||||||
libkcddb-devel_package() {
|
libkcddb-devel_package() {
|
||||||
depends="libkcddb>=${version}_${revision}"
|
depends="libkcddb>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue