Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / libgpod
Commits: 769f8263 by Christian Heusel at 2025-09-01T00:13:00+02:00 upgpkg: 0.8.3-18: Force autoreconf recreation - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libgpod pkgdesc = A shared library to access the contents of an iPod pkgver = 0.8.3 - pkgrel = 17 + pkgrel = 18 url = http://www.gtkpod.org/libgpod/ arch = x86_64 license = LGPL ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=libgpod pkgver=0.8.3 -pkgrel=17 +pkgrel=18 pkgdesc="A shared library to access the contents of an iPod" url="http://www.gtkpod.org/libgpod/" arch=(x86_64) @@ -49,7 +49,7 @@ prepare() { patch -Np0 -i ../libgpod-udev.patch sed -e 's|libplist >= 1.0|libplist-2.0 >= 2.2|' -i configure.ac # support libplist 2.2 sed -e 's|plist_dict_insert_item|plist_dict_set_item|' -i tools/ipod-lockdown.c # support libplist 2.3 - autoreconf -vi + autoreconf -fvi } build() { ===================================== REUSE.toml ===================================== @@ -29,4 +29,4 @@ path = [ "libgpod-udev.patch", ] SPDX-FileCopyrightText = "libgpod contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" +SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libgpod/-/commit/769f8263309462194a49a08800e4c877515242e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libgpod/-/commit/769f8263309462194a49a08800e4c877515242e0 You're receiving this email because of your account on gitlab.archlinux.org.