Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / intellij-idea-community-edition
Commits: 1b25b177 by Fox2Code at 2024-08-20T20:47:48+02:00 Add product-info.json to built package (Fix #6) This is necessary due to the following upstream change: - https://github.com/JetBrains/intellij-community/commit/70afc86a2730f37989dae2c4ee8f2538e9fa6328 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -76,6 +76,7 @@ package() { install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/ install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea + install -Dm 644 product-info.json -t "${pkgdir}"/usr/share/idea } # vim: ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/1b25b177f1ed98bf7baea9f7f27a5bb92959f760 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/1b25b177f1ed98bf7baea9f7f27a5bb92959f760 You're receiving this email because of your account on gitlab.archlinux.org.
