Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libplist


Commits:
8138335b by Balló György at 2024-05-12T21:37:49+02:00
Rename patch

The patch was needed to fix compatibility with older API to fix build dependent 
projects like libusbmuxd.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- libplist-fix-abi-break.patch → libplist-fix-api-break.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -13,7 +13,7 @@ pkgbase = libplist
        depends = glibc
        optdepends = python: Python bindings
        source = git+https://github.com/libimobiledevice/libplist.git#tag=2.5.0
-       source = libplist-fix-abi-break.patch
+       source = libplist-fix-api-break.patch
        b2sums = 
6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929
        b2sums = 
c5243f38bc27680962bc12d30ec3c015bf22194c8696134b7f8ec5550fea9ea6c7eaf54333a59556809ceea119e76d07321c9b2a83377d02b8ef76d652d2c2cc
 


=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'glibc')
 makedepends=('cython' 'git' 'python' 'python-setuptools')
 optdepends=('python: Python bindings')
 source=("git+https://github.com/libimobiledevice/libplist.git#tag=$pkgver";
-        'libplist-fix-abi-break.patch')
+        'libplist-fix-api-break.patch')
 
b2sums=('6e0219ede2b230d2242975d7efa6a5461d11d6b086e5378600d83ce885d6cb99b75b7e498fcbafd47b33c75d8e985414a6d27c509ea97ddaa780d118858d1929'
         
'c5243f38bc27680962bc12d30ec3c015bf22194c8696134b7f8ec5550fea9ea6c7eaf54333a59556809ceea119e76d07321c9b2a83377d02b8ef76d652d2c2cc')
 
@@ -23,7 +23,7 @@ prepare() {
 
   # restore compatibility with older API after breakage by libplist-2.5.0
   # https://github.com/libimobiledevice/libplist/pull/261
-  patch -Np1 -i ../libplist-fix-abi-break.patch
+  patch -Np1 -i ../libplist-fix-api-break.patch
 
   NOCONFIGURE=1 ./autogen.sh
 }


=====================================
libplist-fix-abi-break.patch → libplist-fix-api-break.patch
=====================================



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/8138335bce8f3d15631d7f09b8a075128a55a16c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/8138335bce8f3d15631d7f09b8a075128a55a16c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to