summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2024-05-19 06:23:10 +0300
committerIvan Shapovalov2024-05-19 05:24:09 +0200
commitc8f8fb16b067611ddbaddff67da3e104a4cf2c49 (patch)
tree131422ae204ef9a96d97e105c648c4e6a5f6839e
parent6e92214b1302fab5a7a31c76e2e972d4c7fa45ec (diff)
downloadaur-c8f8fb16b067611ddbaddff67da3e104a4cf2c49.tar.gz
Rebase remaining patch to apply better
-rw-r--r--.SRCINFO2
-rw-r--r--0001-configure.ac-check-for-pthreads.patch12
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48cd386885b2..efc33202111c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,6 @@ pkgbase = idevicerestore-git
source = git+https://github.com/libimobiledevice/idevicerestore
source = 0001-configure.ac-check-for-pthreads.patch
sha256sums = SKIP
- sha256sums = d7fcc4e46a175d309298bd95d330c027fcca7dba3226f3e1b802c8ebe8d8ed15
+ sha256sums = 1eef0bb3be0e88658c0b32a3e707fac9467f8d03dffd508484db410156c16003
pkgname = idevicerestore-git
diff --git a/0001-configure.ac-check-for-pthreads.patch b/0001-configure.ac-check-for-pthreads.patch
index cadb4117f9e8..b27ed9458192 100644
--- a/0001-configure.ac-check-for-pthreads.patch
+++ b/0001-configure.ac-check-for-pthreads.patch
@@ -1,4 +1,4 @@
-From 66dc1fa84fbe65f1008255d2b1d9bced9cf9dce6 Mon Sep 17 00:00:00 2001
+From 6d9d4264ca45abe6d8ebae87058e2f0d67309cbc Mon Sep 17 00:00:00 2001
From: Ivan Shapovalov <intelfx100@gmail.com>
Date: Fri, 25 Sep 2015 23:37:27 +0300
Subject: [PATCH] configure.ac: check for pthreads
@@ -9,17 +9,17 @@ Fixes building at least on Arch.
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
-index 1db709a..c722910 100644
+index 0b5fcea..5e6592f 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -35,6 +35,7 @@ AM_PROG_CC_C_O
- AC_PROG_LIBTOOL
+@@ -39,6 +39,7 @@ AM_PROG_CC_C_O
+ LT_INIT
# Checks for libraries.
+AC_SEARCH_LIBS([pthread_create], [pthread])
PKG_CHECK_MODULES(libirecovery, libirecovery-1.0 >= $LIBIRECOVERY_VERSION)
PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= $LIBIMOBILEDEVICE_VERSION)
- PKG_CHECK_MODULES(libplist, libplist-2.0 >= $LIBPLIST_VERSION)
+ PKG_CHECK_MODULES(libusbmuxd, libusbmuxd-2.0 >= $LIBUSBMUXD_VERSION)
--
-2.27.0
+2.45.1
diff --git a/PKGBUILD b/PKGBUILD
index 513c14e05162..c4e6c2b1a037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('git')
source=("git+https://github.com/libimobiledevice/idevicerestore"
'0001-configure.ac-check-for-pthreads.patch')
sha256sums=('SKIP'
- 'd7fcc4e46a175d309298bd95d330c027fcca7dba3226f3e1b802c8ebe8d8ed15')
+ '1eef0bb3be0e88658c0b32a3e707fac9467f8d03dffd508484db410156c16003')
pkgver() {
cd idevicerestore