[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:21:48
  Author: foutrelis
Revision: 394941

upgpkg: ntfs-3g 2017.3.23-5: rebuild bisson's pkgs

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:21:46 UTC (rev 394940)
+++ PKGBUILD2020-08-30 10:21:48 UTC (rev 394941)
@@ -6,7 +6,7 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=4
+pkgrel=5
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2020-04-19 Thread Jelle van der Waa via arch-commits
Date: Sunday, April 19, 2020 @ 14:16:40
  Author: jelle
Revision: 380552

Convert PKGBUILD to UTF-8

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-19 14:15:47 UTC (rev 380551)
+++ PKGBUILD2020-04-19 14:16:40 UTC (rev 380552)
@@ -1,7 +1,7 @@
 # Maintainer: Gaetan Bisson 
 # Contributor: Tom Gundersen 
 # Contributor: Ronald van Haren 
-# Contributor: Thomas B�chler 
+# Contributor: Thomas Bächler 
 
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2020-02-24 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 24, 2020 @ 20:04:39
  Author: bisson
Revision: 376161

free rebuild

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 20:02:27 UTC (rev 376160)
+++ PKGBUILD2020-02-24 20:04:39 UTC (rev 376161)
@@ -6,7 +6,7 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=3
+pkgrel=4
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2020-02-24 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 24, 2020 @ 19:41:32
  Author: bisson
Revision: 376155

implement FS#61132

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 19:38:12 UTC (rev 376154)
+++ PKGBUILD2020-02-24 19:41:32 UTC (rev 376155)
@@ -39,6 +39,7 @@
--enable-xattr-mappings \
--enable-posix-acls \
--enable-extras \
+   --enable-crypto \
 
make
 }


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD mftmirr.patch)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 09:15:24
  Author: bisson
Revision: 335464

fix FS#60182

Added:
  ntfs-3g/trunk/mftmirr.patch
Modified:
  ntfs-3g/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 mftmirr.patch |   47 +++
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 09:03:54 UTC (rev 335463)
+++ PKGBUILD2018-09-27 09:15:24 UTC (rev 335464)
@@ -6,14 +6,16 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=2
+pkgrel=3
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse2')
-source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5')
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;
+'mftmirr.patch')
+sha256sums=('3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5'
+'4166ff3021921d7a7ffac8f5de64b5735b1d5e365a024744bebc7260cf1ce726')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')
@@ -22,6 +24,7 @@
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+   patch -p1 -i ../mftmirr.patch
 }
 
 build() {

Added: mftmirr.patch
===
--- mftmirr.patch   (rev 0)
+++ mftmirr.patch   2018-09-27 09:15:24 UTC (rev 335464)
@@ -0,0 +1,47 @@
+From 85e208176ffd16ce9a51a9f534b194f0ebbde6e3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= 
+Date: Fri, 22 Dec 2017 11:29:00 +0100
+Subject: [PATCH] Stopped checking matches of MFTMirr against MFT at record 16
+
+Since its 2017 edition, Windows 10 has stopped mirroring $MFT to the
+full size of $MFTMirr leading to mounts of partitions with big clusters
+to be rejected because of mismatches. With this patch, only 16 records
+are checked, though mirroring is still done for all records in $MFTMirr.
+---
+ libntfs-3g/volume.c | 3 ++-
+ ntfsprogs/ntfsfix.c | 5 +
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c
+index 68b8ee1d..d36c7d55 100644
+--- a/libntfs-3g/volume.c
 b/libntfs-3g/volume.c
+@@ -959,7 +959,8 @@ ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, 
ntfs_mount_flags flags)
+   vol->mftmirr_size = l;
+   }
+   ntfs_log_debug("Comparing $MFTMirr to $MFT...\n");
+-  for (i = 0; i < vol->mftmirr_size; ++i) {
++  /* Windows 10 does not update the full $MFTMirr any more */
++  for (i = 0; (i < vol->mftmirr_size) && (i < FILE_first_user); ++i) {
+   MFT_RECORD *mrec, *mrec2;
+   const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile",
+   "$Volume", "$AttrDef", "root directory", "$Bitmap",
+diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c
+index 2a624023..6801e70e 100644
+--- a/ntfsprogs/ntfsfix.c
 b/ntfsprogs/ntfsfix.c
+@@ -506,6 +506,11 @@ static int fix_mftmirr(ntfs_volume *vol)
+ 
+   ntfs_log_info("Comparing $MFTMirr to $MFT... ");
+   done = FALSE;
++  /*
++   * Since 2017, Windows 10 does not mirror to full $MFTMirr when
++   * using big clusters, and some records may be found different.
++   * Nevertheless chkdsk.exe mirrors it fully, so we do similarly.
++   */
+   for (i = 0; i < vol->mftmirr_size; ++i) {
+   MFT_RECORD *mrec, *mrec2;
+   const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile",
+-- 
+2.19.0
+


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2018-09-15 Thread Gaëtan Bisson via arch-commits
Date: Saturday, September 15, 2018 @ 22:50:50
  Author: bisson
Revision: 334646

implement FS#59903 and FS#60054

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 20:32:37 UTC (rev 334645)
+++ PKGBUILD2018-09-15 22:50:50 UTC (rev 334646)
@@ -6,7 +6,7 @@
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
 pkgver=2017.3.23
-pkgrel=1
+pkgrel=2
 pkgdesc='NTFS filesystem driver and utilities'
 url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('x86_64')
@@ -33,6 +33,7 @@
--disable-ldconfig \
--disable-static \
--with-fuse=external \
+   --enable-xattr-mappings \
--enable-posix-acls \
--enable-extras \
 
@@ -42,5 +43,6 @@
 package_ntfs-3g() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   rm "${pkgdir}"/usr/share/man/man8/ntfsfallocate.8 # uninstalled binary
ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
 }


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:48
  Author: bisson
Revision: 289827

switch to sha256sum

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:44 UTC (rev 289826)
+++ PKGBUILD2017-03-02 01:34:48 UTC (rev 289827)
@@ -15,8 +15,8 @@
 depends=('util-linux' 'fuse2')
 source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;
 CVE-2017-0358.patch)
-sha1sums=('382df40c366711003cf24d2342033c23e2580b42'
-  '1949f21fc8115b3ea7e1197cf3d562ea6f97f1db')
+sha256sums=('d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0'
+'4d849c4e3e53e07b7275239112b63c3dbec1dfa7a9cfbf674c670e1b1aa70fac')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:48
  Author: bisson
Revision: 279719

add https

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:43 UTC (rev 279718)
+++ PKGBUILD2016-11-01 22:11:48 UTC (rev 279719)
@@ -9,11 +9,11 @@
 pkgver=2016.2.22
 pkgrel=1
 pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse')
-source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
 sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
 
 conflicts=('ntfsprogs')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2016-03-21 Thread Gaetan Bisson
Date: Tuesday, March 22, 2016 @ 01:17:42
  Author: bisson
Revision: 262208

upstream update

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-21 18:21:11 UTC (rev 262207)
+++ PKGBUILD2016-03-22 00:17:42 UTC (rev 262208)
@@ -6,7 +6,7 @@
 
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
-pkgver=2015.3.14
+pkgver=2016.2.22
 pkgrel=1
 pkgdesc='NTFS filesystem driver and utilities'
 url='http://www.tuxera.com/community/open-source-ntfs-3g/'
@@ -14,7 +14,7 @@
 license=('GPL2')
 depends=('util-linux' 'fuse')
 source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2015-04-15 Thread Gaetan Bisson
Date: Wednesday, April 15, 2015 @ 21:12:30
  Author: bisson
Revision: 237187

upstream update

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 18:16:09 UTC (rev 237186)
+++ PKGBUILD2015-04-15 19:12:30 UTC (rev 237187)
@@ -6,15 +6,15 @@
 
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
-pkgver=2014.2.15
+pkgver=2015.3.14
 pkgrel=1
 pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/ntfs-3g-download/'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse')
 source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2014-02-24 Thread Gaetan Bisson
Date: Tuesday, February 25, 2014 @ 07:36:46
  Author: bisson
Revision: 206368

upstream update, rename everything to ntfs-3g since there is no split package

Modified:
  ntfs-3g/trunk/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 27 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 06:21:22 UTC (rev 206367)
+++ PKGBUILD2014-02-25 06:36:46 UTC (rev 206368)
@@ -1,40 +1,47 @@
 # $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
 # Contributor: Ronald van Haren ronald.archlinux.org
 # Contributor: Thomas B�chler thomas.archlinux.org
 
-pkgbase=ntfs-3g_ntfsprogs
 pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
 arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
 license=('GPL2')
 depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')
 replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
 
 prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
 }
 
 build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin \
---enable-extras
-  make
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
 }
 
 package_ntfs-3g() {
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
 }



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2011-02-05 Thread Ronald van Haren
Date: Saturday, February 5, 2011 @ 05:41:54
  Author: ronald
Revision: 108992

upgpkg: ntfs-3g 2011.1.15-1
bump to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-05 10:41:48 UTC (rev 108991)
+++ PKGBUILD2011-02-05 10:41:54 UTC (rev 108992)
@@ -3,7 +3,7 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.10.2
+pkgver=2011.1.15
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
@@ -14,9 +14,8 @@
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-sha1sums=('97531dc0e556596e6bf2169863e9b8368c7d2bd0'
+sha1sums=('d7cf0c5e8730568f5fa8802869d6fe8cdd4a0213'
   '200029f2999a2c284fd30ae25734abf6459c3501')
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-10-07 Thread Ronald van Haren
Date: Thursday, October 7, 2010 @ 06:35:38
  Author: ronald
Revision: 94455

upgpkg: ntfs-3g 2010.10.2-1
bump to latest versin

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-07 10:31:31 UTC (rev 94454)
+++ PKGBUILD2010-10-07 10:35:38 UTC (rev 94455)
@@ -3,7 +3,7 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.8.8
+pkgver=2010.10.2
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-sha1sums=('f9862700905b23b06e7944f663352227b9c776a6'
+sha1sums=('97531dc0e556596e6bf2169863e9b8368c7d2bd0'
   '200029f2999a2c284fd30ae25734abf6459c3501')
 
 build() {



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-09-15 Thread Ronald van Haren
Date: Wednesday, September 15, 2010 @ 14:41:47
  Author: ronald
Revision: 90754

upgpkg: ntfs-3g 2010.8.8-1
bump to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-15 17:38:42 UTC (rev 90753)
+++ PKGBUILD2010-09-15 18:41:47 UTC (rev 90754)
@@ -3,7 +3,7 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.5.22
+pkgver=2010.8.8
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
@@ -14,20 +14,20 @@
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-sha1sums=('300c433dc455967a9b95009b89ef6931b3eae90e'
+sha1sums=('f9862700905b23b06e7944f663352227b9c776a6'
   '200029f2999a2c284fd30ae25734abf6459c3501')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
---with-fuse=external --disable-static || return 1
-  make || return 1
+--with-fuse=external --disable-static
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-  ln -s /bin/ntfs-3g ${pkgdir}/sbin/mount.ntfs || return 1
+  make DESTDIR=${pkgdir} install
+  ln -s /bin/ntfs-3g ${pkgdir}/sbin/mount.ntfs
   install -m755 -d ${pkgdir}/usr/share/hal/fdi/policy/10osvendor
-  install -m644 ${srcdir}/25-ntfs-config-write-policy.fdi 
${pkgdir}/usr/share/hal/fdi/policy/10osvendor/ || return 1
+  install -m644 ${srcdir}/25-ntfs-config-write-policy.fdi 
${pkgdir}/usr/share/hal/fdi/policy/10osvendor/
 }



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-06-11 Thread Ronald van Haren
Date: Friday, June 11, 2010 @ 08:01:11
  Author: ronald
Revision: 82467

upgpkg: ntfs-3g 2010.5.22-1
update to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-11 11:57:34 UTC (rev 82466)
+++ PKGBUILD2010-06-11 12:01:11 UTC (rev 82467)
@@ -3,7 +3,7 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.5.16
+pkgver=2010.5.22
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-sha1sums=('895da556ad974743841f743c49b734132b2a7cbc'
+sha1sums=('300c433dc455967a9b95009b89ef6931b3eae90e'
   '200029f2999a2c284fd30ae25734abf6459c3501')
 
 build() {



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-05-19 Thread Ronald van Haren
Date: Wednesday, May 19, 2010 @ 14:26:26
  Author: ronald
Revision: 80566

upgpkg: ntfs-3g 2010.5.16-1
update to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-19 16:16:53 UTC (rev 80565)
+++ PKGBUILD2010-05-19 18:26:26 UTC (rev 80566)
@@ -3,7 +3,7 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.3.6
+pkgver=2010.5.16
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
@@ -14,8 +14,8 @@
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-md5sums=('12ce21aa044c6068a4df6e8cbd3c5cfa'
- '9dca69d78310f8635877984167eb515f')
+sha1sums=('895da556ad974743841f743c49b734132b2a7cbc'
+  '200029f2999a2c284fd30ae25734abf6459c3501')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-04-11 Thread Ronald van Haren
Date: Sunday, April 11, 2010 @ 10:10:09
  Author: ronald
Revision: 77218

upgpkg: ntfs-3g 2010.3.6-1
update to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-11 13:59:11 UTC (rev 77217)
+++ PKGBUILD2010-04-11 14:10:09 UTC (rev 77218)
@@ -3,18 +3,18 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2010.1.16
+pkgver=2010.3.6
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
 url=http://www.tuxera.com;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc' 'fuse=2.8.0')
+depends=('glibc' 'fuse')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-md5sums=('e104c914e8d7d29ee83e63d46afbba25'
+md5sums=('12ce21aa044c6068a4df6e8cbd3c5cfa'
  '9dca69d78310f8635877984167eb515f')
 
 build() {
@@ -22,9 +22,12 @@
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
 --with-fuse=external --disable-static || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   ln -s /bin/ntfs-3g ${pkgdir}/sbin/mount.ntfs || return 1
   install -m755 -d ${pkgdir}/usr/share/hal/fdi/policy/10osvendor
   install -m644 ${srcdir}/25-ntfs-config-write-policy.fdi 
${pkgdir}/usr/share/hal/fdi/policy/10osvendor/ || return 1
-
 }



[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2010-02-12 Thread Ronald van Haren
Date: Friday, February 12, 2010 @ 08:02:52
  Author: ronald
Revision: 68340

upgpkg: ntfs-3g 2010.1.16-1
update to latest version; new homepage and source location

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-12 13:02:20 UTC (rev 68339)
+++ PKGBUILD2010-02-12 13:02:52 UTC (rev 68340)
@@ -3,18 +3,18 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgname=ntfs-3g
-pkgver=2009.11.14
+pkgver=2010.1.16
 pkgrel=1
 pkgdesc=Stable read and write NTFS driver
-url=http://www.ntfs-3g.org/;
+url=http://www.tuxera.com;
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('glibc' 'fuse=2.8.0')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz
+source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
 25-ntfs-config-write-policy.fdi)
-md5sums=('68a8d622bb6ef900b8bb64cdffad48f8'
+md5sums=('e104c914e8d7d29ee83e63d46afbba25'
  '9dca69d78310f8635877984167eb515f')
 
 build() {