Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / libmusicbrainz5
Commits: 418f698b by Brett Cornwall at 2025-04-22T19:43:39-07:00 Set CMAKE_POLICY_VERSION_MINIMUM=3.5 Compatibility with CMake < 3.5 has been removed from CMake. This will eventually need to be fixed but this should work for now. - - - - - 1afe0a22 by Brett Cornwall at 2025-04-22T19:44:54-07:00 upgpkg: 5.1.0-8: libxml2 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libmusicbrainz5 pkgdesc = Library That Provides Access to the MusicBrainz Server pkgver = 5.1.0 - pkgrel = 7 + pkgrel = 8 url = https://musicbrainz.org/doc/libmusicbrainz arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=libmusicbrainz5 pkgver=5.1.0 -pkgrel=7 +pkgrel=8 pkgdesc="Library That Provides Access to the MusicBrainz Server" url='https://musicbrainz.org/doc/libmusicbrainz' arch=(x86_64) @@ -34,7 +34,8 @@ prepare() { build() { cmake -S libmusicbrainz-$pkgver -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=None + -DCMAKE_BUILD_TYPE=None \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 cmake --build build cmake --build build --target docs } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmusicbrainz5/-/compare/6b3d9c94260b0693b1c979387e38c02e69fe69e8...1afe0a22f0b1d432947a384a45f93017d5448921 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmusicbrainz5/-/compare/6b3d9c94260b0693b1c979387e38c02e69fe69e8...1afe0a22f0b1d432947a384a45f93017d5448921 You're receiving this email because of your account on gitlab.archlinux.org.