[arch-commits] Commit in hal/trunk (PKGBUILD ntfs-mount-fix.patch)
Jan de Groot
jgc at archlinux.org
Wed Apr 15 21:28:15 UTC 2009
Date: Wednesday, April 15, 2009 @ 17:28:15
Author: jgc
Revision: 35703
upgpkg: hal 0.5.12git20090406.46dc48-2
Remove ntfs mount fix patch which fixes something in an invalid way. This was already handled different upstream
Modified:
hal/trunk/PKGBUILD
Deleted:
hal/trunk/ntfs-mount-fix.patch
----------------------+
PKGBUILD | 13 +++++--------
ntfs-mount-fix.patch | 18 ------------------
2 files changed, 5 insertions(+), 26 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-15 21:01:25 UTC (rev 35702)
+++ PKGBUILD 2009-04-15 21:28:15 UTC (rev 35703)
@@ -4,7 +4,7 @@
pkgname=hal
pkgver=0.5.12git20090406.46dc48
-pkgrel=1
+pkgrel=2
pkgdesc="Hardware Abstraction Layer"
_gitver=46dc48d2235c5916179bacf58f800132cd7a7257
arch=(i686 x86_64)
@@ -17,19 +17,16 @@
source=(ftp://ftp.archlinux.org/other/hal/hal-${_gitver}.tar.bz2
hal
cryptsetup_location.patch
- hal-0.5.9-hide-diagnostic.patch
- ntfs-mount-fix.patch)
+ hal-0.5.9-hide-diagnostic.patch)
md5sums=('2b3012d9f4a5b0c1666df20763124d4c'
'277e96ac130d7bfce0b30f0b80db8782'
'c688a3c6574699365926f4fef7441545'
- '4d4b6801a1cedca22b8bdd9db73b16fb'
- '96cf8835c30dc581c4fcf72b6ad7675e')
+ '4d4b6801a1cedca22b8bdd9db73b16fb')
build() {
cd "${srcdir}/${pkgname}-${_gitver}"
- patch -Np1 -i ${startdir}/src/cryptsetup_location.patch || return 1
- patch -Np1 -i ${startdir}/src/hal-0.5.9-hide-diagnostic.patch || return 1
- patch -Np0 -i ${srcdir}/ntfs-mount-fix.patch || return 1
+ patch -Np1 -i "${srcdir}/cryptsetup_location.patch" || return 1
+ patch -Np1 -i "${srcdir}/hal-0.5.9-hide-diagnostic.patch" || return 1
libtoolize --force || return 1
aclocal || return 1
Deleted: ntfs-mount-fix.patch
===================================================================
--- ntfs-mount-fix.patch 2009-04-15 21:01:25 UTC (rev 35702)
+++ ntfs-mount-fix.patch 2009-04-15 21:28:15 UTC (rev 35703)
@@ -1,18 +0,0 @@
---- tools/hal-storage-mount.c.orig 2008-04-21 01:48:27.000000000 +0200
-+++ tools/hal-storage-mount.c 2008-04-21 01:47:44.000000000 +0200
-@@ -769,13 +769,13 @@
-
- if (pol_is_fixed) {
- if (pol_change_uid) {
-- action = NULL; /* "hal-storage-mount-fixed-extra-options"; TODO: rethink */
-+ action = "hal-storage-mount-fixed-extra-options"; /*TODO: rethink */
- } else {
- action = "org.freedesktop.hal.storage.mount-fixed";
- }
- } else {
- if (pol_change_uid) {
-- action = NULL; /* "hal-storage-mount-removable-extra-options"; TODO: rethink "extra-options" */
-+ action = "hal-storage-mount-removable-extra-options"; /*TODO: rethink "extra-options" */
- } else {
- action = "org.freedesktop.hal.storage.mount-removable";
- }
More information about the arch-commits
mailing list