David Runge pushed to branch main at Arch Linux / Packaging / Packages / eq10q
Commits: f657dd2b by David Runge at 2025-08-28T19:12:11+02:00 Set minimum required cmake version to 3.5 Signed-off-by: David Runge <[email protected]> - - - - - 147a6569 by David Runge at 2025-08-28T19:18:21+02:00 Set correct license for package and distribution provided patches Signed-off-by: David Runge <[email protected]> - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -6,7 +6,8 @@ pkgbase = eq10q arch = x86_64 groups = lv2-plugins groups = pro-audio - license = GPL3 + license = GPL-2.0-or-later + license = GPL-3.0-or-later makedepends = atkmm makedepends = cairomm makedepends = cmake ===================================== PKGBUILD ===================================== @@ -6,7 +6,9 @@ pkgrel=6 pkgdesc="Audio plugin bundle over the LV2 standard for Linux" arch=(x86_64) url="http://eq10q.sourceforge.net/" -license=(GPL3) +license=( + GPL-3.0-or-later +) groups=( lv2-plugins pro-audio @@ -58,6 +60,7 @@ build() { -B build -D CMAKE_BUILD_TYPE=None -D CMAKE_INSTALL_PREFIX=/usr + -D CMAKE_POLICY_VERSION_MINIMUM=3.5 -W no-dev -S $pkgname-$pkgver ) ===================================== REUSE.toml ===================================== @@ -17,15 +17,9 @@ path = [ "*.timer", "*.desktop", "*.hook", -] -SPDX-FileCopyrightText = "Arch Linux contributors" -SPDX-License-Identifier = "0BSD" - -[[annotations]] -path = [ "eq10q-2.2-cmakelists.patch", "eq10q-2.2-lv2.patch", "eq10q-2.2-replace_pow10.patch", ] -SPDX-FileCopyrightText = "eq10q contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eq10q/-/compare/1709bc7ff177f104dc10bca444fdbcdd81b592db...147a65694275280517ddcc68890e11a81d1c07e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eq10q/-/compare/1709bc7ff177f104dc10bca444fdbcdd81b592db...147a65694275280517ddcc68890e11a81d1c07e0 You're receiving this email because of your account on gitlab.archlinux.org.
