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

2017-02-21 Thread Giancarlo Razzolini
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 
-# 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 
+# Contributor: Federico Cinelli 
+# 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 
-# 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 
+# Contributor: Federico Cinelli 
+# 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" 

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

2015-03-03 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 10:10:34
  Author: jgc
Revision: 128595

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 128594, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-03 09:10:34 UTC (rev 128595)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@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-staging-x86_64/PKGBUILD (from rev 128594, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-03 09:10:34 UTC (rev 128595)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@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
+}


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

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:07:37
  Author: bpiotrowski
Revision: 122619

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 122618, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-15 15:07:37 UTC (rev 122619)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 122618, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-15 15:07:37 UTC (rev 122619)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=2
+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
+}


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

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 18:07:42
  Author: jgc
Revision: 109408

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 109407, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-14 16:07:42 UTC (rev 109408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=1
+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-staging-x86_64/PKGBUILD (from rev 109407, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-14 16:07:42 UTC (rev 109408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=1
+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
+}



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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:31
  Author: tomegun
Revision: 90340

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ifuse/repos/community-staging-i686/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+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' 'fuse')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: ifuse/repos/community-staging-x86_64/PKGBUILD (from rev 90339, 
ifuse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-11 16:04:31 UTC (rev 90340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+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' 'fuse')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+md5sums=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:35:28
  Author: cinelli
Revision: 86105

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:35:26 UTC (rev 86104)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Thomas Dziedzic   gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-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=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+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=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 01:35:26 UTC (rev 86104)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Thomas Dziedzic   gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-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=('4152526b2ac3c505cb41797d997be14d')
-
-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 86103, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 01:35:28 UTC (rev 86105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+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=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-01 Thread Federico Cinelli
Date: Saturday, March 2, 2013 @ 03:11:04
  Author: cinelli
Revision: 85492

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

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

---+
 community-i686/PKGBUILD   |   53 ++--
 community-x86_64/PKGBUILD |   53 ++--
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-02 02:09:39 UTC (rev 85491)
+++ community-i686/PKGBUILD 2013-03-02 02:11:04 UTC (rev 85492)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-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=('4152526b2ac3c505cb41797d997be14d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 85491, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 02:11:04 UTC (rev 85492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=2
+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=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-02 02:09:39 UTC (rev 85491)
+++ community-x86_64/PKGBUILD   2013-03-02 02:11:04 UTC (rev 85492)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=2
-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=('4152526b2ac3c505cb41797d997be14d')
-
-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 85491, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-02 02:11:04 UTC (rev 85492)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=ifuse
+pkgver=1.1.2
+pkgrel=2
+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=('4152526b2ac3c505cb41797d997be14d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}