[arch-commits] Commit in libimobiledevice/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:13:21
  Author: foutrelis
Revision: 400481

archrelease: copy trunk to staging-x86_64

Added:
  libimobiledevice/repos/staging-x86_64/PKGBUILD
(from rev 400480, libimobiledevice/trunk/PKGBUILD)
Deleted:
  libimobiledevice/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 10:13:17 UTC (rev 400480)
+++ PKGBUILD2020-11-12 10:13:21 UTC (rev 400481)
@@ -1,48 +0,0 @@
-# Contributor: Tom Gundersen 
-# Contributor: Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="https://libimobiledevice.org/";
-arch=('x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'usbmuxd' 'gnutls')
-makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
- 'git' 'python-setuptools')
-_commit=15f8652126664e3a4b980e5d1c039b9053ce8566
-source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Update ac_python_devel.m4 to newer ax_python_devel.m4
-  git cherry-pick -n eea4f1be91
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() (
-  cd $pkgname
-  ./configure --prefix=/usr --disable-openssl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-)
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}
-
-# vim:set sw=2 et:

Copied: libimobiledevice/repos/staging-x86_64/PKGBUILD (from rev 400480, 
libimobiledevice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 10:13:21 UTC (rev 400481)
@@ -0,0 +1,48 @@
+# Contributor: Tom Gundersen 
+# Contributor: Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="https://libimobiledevice.org/";
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
+ 'git' 'python-setuptools')
+_commit=15f8652126664e3a4b980e5d1c039b9053ce8566
+source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd $pkgname
+  ./configure --prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in libimobiledevice/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 13:09:42
  Author: arojas
Revision: 367248

archrelease: copy trunk to staging-x86_64

Added:
  libimobiledevice/repos/staging-x86_64/PKGBUILD
(from rev 367247, libimobiledevice/trunk/PKGBUILD)
Deleted:
  libimobiledevice/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  103 -
 1 file changed, 48 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-09 13:06:56 UTC (rev 367247)
+++ PKGBUILD2019-11-09 13:09:42 UTC (rev 367248)
@@ -1,55 +0,0 @@
-# Contributor: Tom Gundersen 
-# Contributor: Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.2.0+87+g92c5462
-pkgrel=3
-pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="https://libimobiledevice.org/";
-arch=('x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'usbmuxd' 'gnutls')
-makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive'
- 'git' 'python2-setuptools' 'python-setuptools')
-_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
-source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Update ac_python_devel.m4 to newer ax_python_devel.m4
-  git cherry-pick -n eea4f1be91
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-_build() (
-  mkdir build-py$1
-  cd build-py$1
-  PYTHON=/usr/bin/python$1 CYTHON=/usr/bin/cython$1 \
-../$pkgname/configure --prefix=/usr --disable-openssl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-check() {
-  make check -C build-py2
-  make check -C build-py3
-}
-
-package() {
-  DESTDIR="$pkgdir" make install -C build-py2
-  DESTDIR="$pkgdir" make install -C build-py3/cython
-}
-
-# vim:set sw=2 et:

Copied: libimobiledevice/repos/staging-x86_64/PKGBUILD (from rev 367247, 
libimobiledevice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-09 13:09:42 UTC (rev 367248)
@@ -0,0 +1,48 @@
+# Contributor: Tom Gundersen 
+# Contributor: Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.2.0+87+g92c5462
+pkgrel=5
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="https://libimobiledevice.org/";
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
+ 'git' 'python-setuptools')
+_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
+source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd $pkgname
+  ./configure --prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in libimobiledevice/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 21:43:23
  Author: foutrelis
Revision: 366497

archrelease: copy trunk to staging-x86_64

Added:
  libimobiledevice/repos/staging-x86_64/PKGBUILD
(from rev 366496, libimobiledevice/trunk/PKGBUILD)
Deleted:
  libimobiledevice/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 21:43:19 UTC (rev 366496)
+++ PKGBUILD2019-11-02 21:43:23 UTC (rev 366497)
@@ -1,55 +0,0 @@
-# Contributor: Tom Gundersen 
-# Contributor: Ionut Biru 
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libimobiledevice
-pkgver=1.2.0+87+g92c5462
-pkgrel=2
-pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
-url="https://libimobiledevice.org/";
-arch=('x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'usbmuxd' 'gnutls')
-makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive'
- 'git' 'python2-setuptools' 'python-setuptools')
-_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
-source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Update ac_python_devel.m4 to newer ax_python_devel.m4
-  git cherry-pick -n eea4f1be91
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-_build() (
-  mkdir build-py$1
-  cd build-py$1
-  PYTHON=/usr/bin/python$1 CYTHON=/usr/bin/cython$1 \
-../$pkgname/configure --prefix=/usr --disable-openssl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-check() {
-  make check -C build-py2
-  make check -C build-py3
-}
-
-package() {
-  DESTDIR="$pkgdir" make install -C build-py2
-  DESTDIR="$pkgdir" make install -C build-py3/cython
-}
-
-# vim:set sw=2 et:

Copied: libimobiledevice/repos/staging-x86_64/PKGBUILD (from rev 366496, 
libimobiledevice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 21:43:23 UTC (rev 366497)
@@ -0,0 +1,55 @@
+# Contributor: Tom Gundersen 
+# Contributor: Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.2.0+87+g92c5462
+pkgrel=3
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="https://libimobiledevice.org/";
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+makedepends=('python2' 'cython2' 'python' 'cython' 'libplist' 
'autoconf-archive'
+ 'git' 'python2-setuptools' 'python-setuptools')
+_commit=92c5462adef87b1e577b8557b6b9c64d5a089544  # master
+source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  mkdir build-py$1
+  cd build-py$1
+  PYTHON=/usr/bin/python$1 CYTHON=/usr/bin/cython$1 \
+../$pkgname/configure --prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+check() {
+  make check -C build-py2
+  make check -C build-py3
+}
+
+package() {
+  DESTDIR="$pkgdir" make install -C build-py2
+  DESTDIR="$pkgdir" make install -C build-py3/cython
+}
+
+# vim:set sw=2 et: