Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deepin-launchpad
Commits: 7591ecc8 by Cryolitia at 2024-08-06T16:35:34+00:00 fix: FTBFS on Archlinux caused by CMake CMP0071 Link: https://github.com/linuxdeepin/dde-launchpad/pull/193 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -17,6 +17,13 @@ replaces=('deepin-launcher') source=("git+https://github.com/linuxdeepin/dde-launchpad.git#tag=$pkgver") sha512sums=('8786d6b500a5c896633f61c488bc665500ae0aae05aa8c710e32abd08d1e1bc285e8ac62055bf1697f3f3c43e4e739d2dd62e28e0faaa08fb40f479d2c16c18e') +prepare() { + cd dde-launchpad + + # https://github.com/linuxdeepin/dde-launchpad/pull/193 + git cherry-pick -n b7e0dd5c441d31927fe8fc9f26517703464103b6 +} + build() { cd dde-launchpad cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-launchpad/-/commit/7591ecc81a60fbf2e67181ae76f64204619e57a3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-launchpad/-/commit/7591ecc81a60fbf2e67181ae76f64204619e57a3 You're receiving this email because of your account on gitlab.archlinux.org.
