Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd
Commits: abf62e45 by Daniel Bermond at 2025-08-16T16:29:01-03:00 Fix a patch file extension and make package REUSE compliant https://archlinux.org/todo/make-packages-license-compliant/ - - - - - 4 changed files: - .SRCINFO - 005-i2pd-tests-use-arch-flags.conf → 005-i2pd-tests-use-arch-flags.patch - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -19,7 +19,7 @@ pkgbase = i2pd backup = etc/i2pd/tunnels.conf backup = etc/logrotate.d/i2pd source = https://github.com/PurpleI2P/i2pd/archive/2.57.0/i2pd-2.57.0.tar.gz - source = 005-i2pd-tests-use-arch-flags.conf + source = 005-i2pd-tests-use-arch-flags.patch source = 010-i2pd-config.patch source = 020-i2pd-do-not-override-config.patch source = 030-i2pd-systemd-service-hardening.patch ===================================== 005-i2pd-tests-use-arch-flags.conf → 005-i2pd-tests-use-arch-flags.patch ===================================== ===================================== PKGBUILD ===================================== @@ -31,7 +31,7 @@ backup=('etc/i2pd/i2pd.conf' 'etc/i2pd/tunnels.conf' 'etc/logrotate.d/i2pd') source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" - '005-i2pd-tests-use-arch-flags.conf' + '005-i2pd-tests-use-arch-flags.patch' '010-i2pd-config.patch' '020-i2pd-do-not-override-config.patch' '030-i2pd-systemd-service-hardening.patch' @@ -52,7 +52,7 @@ sha256sums=('e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4' 'fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac') prepare() { - patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/005-i2pd-tests-use-arch-flags.conf" + patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/005-i2pd-tests-use-arch-flags.patch" patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/010-i2pd-config.patch" patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/020-i2pd-do-not-override-config.patch" patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/030-i2pd-systemd-service-hardening.patch" ===================================== REUSE.toml ===================================== @@ -23,6 +23,7 @@ SPDX-License-Identifier = "0BSD" [[annotations]] path = [ + "005-i2pd-tests-use-arch-flags.patch", "010-i2pd-config.patch", "020-i2pd-do-not-override-config.patch", "030-i2pd-systemd-service-hardening.patch", View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/abf62e45e3212eade828703f2a20f5cd18048f99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/abf62e45e3212eade828703f2a20f5cd18048f99 You're receiving this email because of your account on gitlab.archlinux.org.