summaryrefslogtreecommitdiff
path: root/extra/udisks
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-04 12:58:32 +0000
committerroot <root@rshg047.dnsready.net>2011-05-04 12:58:32 +0000
commit9780d07c31b22125ad7ecba4e281ff41194f95be (patch)
tree2336cb3e1bd98fe4b7631eb175c25f90a243815a /extra/udisks
parentddb2605f6bccbdb398f3937ff21e4688915a450d (diff)
Wed May 4 12:58:31 UTC 2011
Diffstat (limited to 'extra/udisks')
-rw-r--r--extra/udisks/PKGBUILD11
-rw-r--r--extra/udisks/fix_well_known_filesystems.patch12
2 files changed, 19 insertions, 4 deletions
diff --git a/extra/udisks/PKGBUILD b/extra/udisks/PKGBUILD
index e431b7500..d5b172adb 100644
--- a/extra/udisks/PKGBUILD
+++ b/extra/udisks/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 119537 2011-04-11 22:26:25Z ibiru $
+# $Id: PKGBUILD 122326 2011-05-03 20:32:37Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=udisks
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Disk Management Service"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/udisks"
@@ -13,13 +13,16 @@ makedepends=('intltool' 'docbook-xsl' 'gtk-doc')
options=(!libtool)
#source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
- 01-mkfs-tempdir.patch)
+ 01-mkfs-tempdir.patch
+ fix_well_known_filesystems.patch)
sha256sums=('a4d18b2de59c1567df5342f26960c6c3e70a0320f7bafe42893f2708c9b57dd5'
- '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c')
+ '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c'
+ '00d92030de44c5856c7408339c4849bf9b88b66d6cfa6617364b4e8d9ed2bc5e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/01-mkfs-tempdir.patch"
+ patch -Np1 -i "${srcdir}/fix_well_known_filesystems.patch"
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/udisks --disable-static
diff --git a/extra/udisks/fix_well_known_filesystems.patch b/extra/udisks/fix_well_known_filesystems.patch
new file mode 100644
index 000000000..77eee26ba
--- /dev/null
+++ b/extra/udisks/fix_well_known_filesystems.patch
@@ -0,0 +1,12 @@
+diff -Nur udisks-1.0.3.orig/src/device.c udisks-1.0.3/src/device.c
+--- udisks-1.0.3.orig/src/device.c 2011-04-05 13:16:00.000000000 -0700
++++ udisks-1.0.3/src/device.c 2011-05-03 13:27:39.064679418 -0700
+@@ -5902,7 +5902,7 @@
+ "msdos",
+ "umsdos",
+ "vfat",
+- "exfat"
++ "exfat",
+ "ntfs",
+ NULL,
+ };