David Runge pushed to branch main at Arch Linux / Packaging / Packages / mympd
Commits: c795cfdd by David Runge at 2023-11-03T10:56:23+01:00 Update renamed cmake options and use per-word formatting for all The `ENABLE_FLAC` option has been renamed to `MYMPD_ENABLE_FLAC` (thanks trclst for the heads up). Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -28,11 +28,11 @@ b2sums=('a2ba914e3d86ad30e2b756d6f99b7081fffa35ae9f5f62a28e297e1a6aa03d4e7d4436d build() { local cmake_options=( -B build - -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr - -DENABLE_FLAC=ON + -D CMAKE_BUILD_TYPE=None + -D CMAKE_INSTALL_PREFIX=/usr + -D MYMPD_ENABLE_FLAC=ON -S $_name-$pkgver - -Wno-dev + -W no-dev ) cmake "${cmake_options[@]}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/c795cfdd09ddf5b9beabce61134d5b35646aeaaf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mympd/-/commit/c795cfdd09ddf5b9beabce61134d5b35646aeaaf You're receiving this email because of your account on gitlab.archlinux.org.
