[arch-commits] Commit in pmount/trunk (PKGBUILD)

2012-06-02 Thread Allan McRae
Date: Saturday, June 2, 2012 @ 07:44:12
  Author: allan
Revision: 160588

upgpkg: pmount 0.9.23-4

fix cryptsetup path (FS#30071)

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 10:54:59 UTC (rev 160587)
+++ PKGBUILD2012-06-02 11:44:12 UTC (rev 160588)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.23
-pkgrel=3
+pkgrel=4
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,7 +16,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-hal
+  ./configure --prefix=/usr --disable-hal \
+--with-cryptsetup-prog=/usr/sbin/cryptsetup
   make
 }
 



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2012-02-08 Thread Tobias Powalowski
Date: Wednesday, February 8, 2012 @ 08:33:13
  Author: tpowa
Revision: 149538

upgpkg: pmount 0.9.23-3

signed rebuild

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 13:24:07 UTC (rev 149537)
+++ PKGBUILD2012-02-08 13:33:13 UTC (rev 149538)
@@ -3,13 +3,13 @@
 
 pkgname=pmount
 pkgver=0.9.23
-pkgrel=2
+pkgrel=3
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://pmount.alioth.debian.org/;
 backup=('etc/pmount.allow')
-depends=('sysfsutils=2.0.0-1' 'bash')
+depends=('sysfsutils=2.0.0-1' 'bash' 'util-linux')
 makedepends=('intltool')
 source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2)
 md5sums=('db19f5bf3151b1b41705ec7bafa439d3')
@@ -18,5 +18,9 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-hal
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2011-04-15 Thread Jan de Groot
Date: Friday, April 15, 2011 @ 05:29:18
  Author: jgc
Revision: 119797

upgpkg: pmount 0.9.23-2
Remove hal support

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-15 09:20:23 UTC (rev 119796)
+++ PKGBUILD2011-04-15 09:29:18 UTC (rev 119797)
@@ -3,21 +3,20 @@
 
 pkgname=pmount
 pkgver=0.9.23
-pkgrel=1
+pkgrel=2
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://pmount.alioth.debian.org/;
 backup=('etc/pmount.allow')
 depends=('sysfsutils=2.0.0-1' 'bash')
-optdepends=('hal: needed for pmount-hal')
-makedepends=('intltool' 'hal')
+makedepends=('intltool')
 source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2)
+md5sums=('db19f5bf3151b1b41705ec7bafa439d3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-cryptsetup-prog=/sbin/cryptsetup || return 1
-  make || return 1 
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --disable-hal
+  make
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('db19f5bf3151b1b41705ec7bafa439d3')



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2010-06-25 Thread Tobias Powalowski
Date: Friday, June 25, 2010 @ 05:22:24
  Author: tpowa
Revision: 84000

upgpkg: pmount 0.9.23-1
bump to latest version

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-25 09:02:27 UTC (rev 83999)
+++ PKGBUILD2010-06-25 09:22:24 UTC (rev 84000)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=pmount
-pkgver=0.9.22
-pkgrel=2
+pkgver=0.9.23
+pkgrel=1
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
@@ -12,7 +12,7 @@
 depends=('sysfsutils=2.0.0-1' 'bash')
 optdepends=('hal: needed for pmount-hal')
 makedepends=('intltool' 'hal')
-source=(https://alioth.debian.org/frs/download.php/3293/pmount-0.9.22.tar.bz2)
+source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,4 +20,4 @@
   make || return 1 
   make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('8a0ad781a7f19ef98d7b1b8cd555bf71')
+md5sums=('db19f5bf3151b1b41705ec7bafa439d3')



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2010-06-10 Thread Thomas Bächler
Date: Thursday, June 10, 2010 @ 07:09:35
  Author: thomas
Revision: 82339

Adjust for new cryptsetup path

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-10 10:58:17 UTC (rev 82338)
+++ PKGBUILD2010-06-10 11:09:35 UTC (rev 82339)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.22
-pkgrel=1
+pkgrel=2
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,7 +16,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-cryptsetup-prog=/usr/sbin/cryptsetup || 
return 1
+  ./configure --prefix=/usr --with-cryptsetup-prog=/sbin/cryptsetup || return 1
   make || return 1 
   make DESTDIR=${pkgdir} install || return 1
 }



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2010-05-14 Thread Tobias Powalowski
Date: Friday, May 14, 2010 @ 03:12:14
  Author: tpowa
Revision: 80245

upgpkg: pmount 0.9.22-1
bump to latest version

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-14 07:10:02 UTC (rev 80244)
+++ PKGBUILD2010-05-14 07:12:14 UTC (rev 80245)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=pmount
-pkgver=0.9.20
-pkgrel=3
+pkgver=0.9.22
+pkgrel=1
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
@@ -12,8 +12,7 @@
 depends=('sysfsutils=2.0.0-1' 'bash')
 optdepends=('hal: needed for pmount-hal')
 makedepends=('intltool' 'hal')
-source=(http://alioth.debian.org/frs/download.php/3127/${pkgname}-${pkgver}.tar.gz)
-md5sums=('237f069f5155f1c1e84b92c7d149fa9c')
+source=(https://alioth.debian.org/frs/download.php/3293/pmount-0.9.22.tar.bz2)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,3 +20,4 @@
   make || return 1 
   make DESTDIR=${pkgdir} install || return 1
 }
+md5sums=('8a0ad781a7f19ef98d7b1b8cd555bf71')



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2010-03-13 Thread Jan de Groot
Date: Saturday, March 13, 2010 @ 14:15:01
  Author: jgc
Revision: 72191

upgpkg: pmount 0.9.20-3
Add makedepend on hal to build pmount-hal (FS#17385)

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-13 19:06:47 UTC (rev 72190)
+++ PKGBUILD2010-03-13 19:15:01 UTC (rev 72191)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.20
-pkgrel=2
+pkgrel=3
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
@@ -11,8 +11,9 @@
 backup=('etc/pmount.allow')
 depends=('sysfsutils=2.0.0-1' 'bash')
 optdepends=('hal: needed for pmount-hal')
-makedepends=('intltool')
+makedepends=('intltool' 'hal')
 
source=(http://alioth.debian.org/frs/download.php/3127/${pkgname}-${pkgver}.tar.gz)
+md5sums=('237f069f5155f1c1e84b92c7d149fa9c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,4 +21,3 @@
   make || return 1 
   make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('237f069f5155f1c1e84b92c7d149fa9c')



[arch-commits] Commit in pmount/trunk (PKGBUILD)

2010-02-11 Thread Daniel Griffiths
Date: Friday, February 12, 2010 @ 00:21:01
  Author: dgriffiths
Revision: 68257

FS#17385

Modified:
  pmount/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-12 03:06:19 UTC (rev 68256)
+++ PKGBUILD2010-02-12 05:21:01 UTC (rev 68257)
@@ -3,13 +3,14 @@
 
 pkgname=pmount
 pkgver=0.9.20
-pkgrel=1
+pkgrel=2
 pkgdesc=mount removable devices as normal user
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://pmount.alioth.debian.org/;
 backup=('etc/pmount.allow')
-depends=('sysfsutils=2.0.0-1' 'bash' 'hal=0.5.11')
+depends=('sysfsutils=2.0.0-1' 'bash')
+optdepends=('hal: needed for pmount-hal')
 makedepends=('intltool')
 
source=(http://alioth.debian.org/frs/download.php/3127/${pkgname}-${pkgver}.tar.gz)