[arch-commits] Commit in ifuse/repos (4 files)

Giancarlo Razzolini grazzolini at archlinux.org
Wed Feb 22 02:54:33 UTC 2017


    Date: Wednesday, February 22, 2017 @ 02:54:32
  Author: grazzolini
Revision: 213389

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ifuse/repos/community-i686/PKGBUILD
    (from rev 213388, ifuse/trunk/PKGBUILD)
  ifuse/repos/community-x86_64/PKGBUILD
    (from rev 213388, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-i686/PKGBUILD
  ifuse/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 -------------------
 community-x86_64/PKGBUILD |   27 -------------------
 3 files changed, 60 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-22 02:53:11 UTC (rev 213388)
+++ community-i686/PKGBUILD	2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 213388, ifuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2")
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-22 02:53:11 UTC (rev 213388)
+++ community-x86_64/PKGBUILD	2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 213388, ifuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2")
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list