[Frugalware-git] frugalware-current: pmount-0.9.9-2-i686
crazy
crazy at frugalware.org
Mon Oct 22 01:44:01 CEST 2007
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4879780c78f4b4eee96239195f4ab1ef071d272
commit c4879780c78f4b4eee96239195f4ab1ef071d272
Author: crazy <crazy at frugalware.org>
Date: Mon Oct 22 01:43:22 2007 +0200
pmount-0.9.9-2-i686
* is apps not gnome
diff --git a/source/apps/pmount/FrugalBuild b/source/apps/pmount/FrugalBuild
new file mode 100644
index 0000000..4ee63b4
--- /dev/null
+++ b/source/apps/pmount/FrugalBuild
@@ -0,0 +1,26 @@
+# Compiling time: 0.05 SBU
+# Maintainer: Miklos Nemeth <desco at frugalware.org>
+
+pkgname=pmount
+pkgver=0.9.9
+pkgrel=2
+pkgdesc="Mount removable devices as normal user"
+url="http://www.piware.de/projects.shtml"
+depends=('sysfsutils' 'hal>=0.5.7.1-3')
+makedepends=('perl-xml')
+groups=('apps')
+archs=('i686' 'x86_64')
+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
+}
+
+# optimization OK
diff --git a/source/apps/pmount/dbus09x.patch b/source/apps/pmount/dbus09x.patch
new file mode 100644
index 0000000..d77aef8
--- /dev/null
+++ b/source/apps/pmount/dbus09x.patch
@@ -0,0 +1,12 @@
+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 */
diff --git a/source/gnome/pmount/FrugalBuild b/source/gnome/pmount/FrugalBuild
deleted file mode 100644
index 40b596e..0000000
--- a/source/gnome/pmount/FrugalBuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Compiling time: 0.05 SBU
-# Maintainer: Miklos Nemeth <desco at frugalware.org>
-
-pkgname=pmount
-pkgver=0.9.9
-pkgrel=2
-pkgdesc="Mount removable devices as normal user"
-url="http://www.piware.de/projects.shtml"
-depends=('sysfsutils' 'hal>=0.5.7.1-3')
-makedepends=('perl-xml')
-groups=('gnome' 'gnome-core')
-archs=('i686' 'x86_64')
-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
-}
-
-# optimization OK
diff --git a/source/gnome/pmount/dbus09x.patch b/source/gnome/pmount/dbus09x.patch
deleted file mode 100644
index d77aef8..0000000
--- a/source/gnome/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 */
More information about the Frugalware-git
mailing list