Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6a58fdc6830f96e1daa4ebc6c2df5194dbd70eae

commit 6a58fdc6830f96e1daa4ebc6c2df5194dbd70eae
Author: András Vöröskői <voros...@frugalware.org>
Date:   Mon Jul 13 13:51:37 2009 +0200

pmount-0.9.13-1-i686

version bump
new m8r
build() cleanups

diff --git a/source/apps/pmount/FrugalBuild b/source/apps/pmount/FrugalBuild
index cdd6480..55f9d35 100644
--- a/source/apps/pmount/FrugalBuild
+++ b/source/apps/pmount/FrugalBuild
@@ -1,26 +1,19 @@
# Compiling time: 0.05 SBU
-# Maintainer: Miklos Nemeth <de...@frugalware.org>
+# Contributor: Miklos Nemeth <de...@frugalware.org>
+# Maintainer: voroskoi <voros...@frugalware.org>

pkgname=pmount
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.13
+pkgrel=1
pkgdesc="Mount removable devices as normal user"
url="http://www.piware.de/projects.shtml";
-depends=('sysfsutils' 'hal>=0.5.7.1-3')
+depends=('hal' 'sysfsutils' 'e2fsprogs')
makedepends=('perl-xml-parser')
groups=('apps')
archs=('i686' 'x86_64' 'ppc')
backup=('etc/pmount.allow')
-up2date="lynx -dump http://www.piware.de/projects/|grep pmount-.*tar.gz$|sed 
's/.*-\(.*\)\.t.*/\1/'|sort|sed -n '$ p'"
-source=(http://www.piware.de/projects/$pkgname-$pkgver.tar.gz dbus09x.patch)
-sha1sums=('d27ff42a7367bf3a248e643bc2527b5b36e27691' \
-          '64f3876fa8bd240a9ab8f15c6b6fa97bd923ebbc')
-
-
-build()
-{
-       Fsed 'shortname=.*"' 'shortname=lower"' src/fs.c
-       Fbuild
-}
+up2date="Flasttar http://www.piware.de/projects.shtml";
+source=(http://www.piware.de/projects/$pkgname-$pkgver.tar.gz)
+sha1sums=('840ff5a8f5499200a6711c2584935004f642bded')

# optimization OK
diff --git a/source/apps/pmount/dbus09x.patch b/source/apps/pmount/dbus09x.patch
deleted file mode 100644
index d77aef8..0000000
--- a/source/apps/pmount/dbus09x.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur pmount-0.9.9/src/pmount-hal.c pmount-0.9.9-p/src/pmount-hal.c
---- pmount-0.9.9/src/pmount-hal.c      2006-03-03 17:29:00.000000000 +0100
-+++ pmount-0.9.9-p/src/pmount-hal.c    2006-09-23 02:56:18.000000000 +0200
-@@ -338,7 +338,7 @@
-     /* shut down hal connection */
-     libhal_ctx_shutdown( hal_ctx, &error );
-     libhal_ctx_free( hal_ctx );
--    dbus_connection_disconnect( dbus_conn );
-+    dbus_connection_close( dbus_conn );
-     dbus_connection_unref( dbus_conn );
-
-     /* go */
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to