[arch-commits] Commit in thunar/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 12 10:11:56 UTC 2009


    Date: Sunday, July 12, 2009 @ 06:11:56
  Author: andyrtr
Revision: 45467

Merged revisions 43907,45465 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/thunar/trunk

........
  r43907 | allan | 2009-06-30 08:49:48 +0200 (Di, 30 Jun 2009) | 2 lines
  
  upgpkg: thunar 1.0.1-2
      libjpeg soname bump rebuild
........
  r45465 | andyrtr | 2009-07-12 12:04:32 +0200 (So, 12 Jul 2009) | 2 lines
  
  upgpkg: thunar 1.0.1-3
      fix #15460
........

Added:
  thunar/repos/extra-i686/thunar-vfs-fix-umask.patch
    (from rev 45465, thunar/trunk/thunar-vfs-fix-umask.patch)
Modified:
  thunar/repos/extra-i686/	(properties)
  thunar/repos/extra-i686/PKGBUILD

----------------------------+
 PKGBUILD                   |   11 ++++++++---
 thunar-vfs-fix-umask.patch |   11 +++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)


Property changes on: thunar/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /thunar/trunk:1-36308
   + /thunar/trunk:1-45466

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-07-12 10:05:11 UTC (rev 45466)
+++ extra-i686/PKGBUILD	2009-07-12 10:11:56 UTC (rev 45467)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.0.1
-pkgrel=1
+pkgrel=3
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2')
@@ -15,11 +15,16 @@
 optdepends=('gamin:   a fam replacement to make thunar monitor changes to files on the fly')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-${pkgver}.tar.bz2)
-md5sums=('218373aa45d74b6ba8c69c4d5af3bb19')
+source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-${pkgver}.tar.bz2
+	thunar-vfs-fix-umask.patch)
+md5sums=('218373aa45d74b6ba8c69c4d5af3bb19'
+         '7247041fd2c411e4a129d3f90350893c')
 
 build() {
   cd ${srcdir}/Thunar-${pkgver}
+  # http://bugs.archlinux.org/task/15460
+  patch -Np0 -i ${srcdir}/thunar-vfs-fix-umask.patch || return 1
+  
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static \
     --disable-gnome-thumbnailers --enable-exif --enable-pcre

Copied: thunar/repos/extra-i686/thunar-vfs-fix-umask.patch (from rev 45465, thunar/trunk/thunar-vfs-fix-umask.patch)
===================================================================
--- extra-i686/thunar-vfs-fix-umask.patch	                        (rev 0)
+++ extra-i686/thunar-vfs-fix-umask.patch	2009-07-12 10:11:56 UTC (rev 45467)
@@ -0,0 +1,11 @@
+--- thunar-vfs/thunar-vfs-io-jobs.c.orig	2009-05-19 18:44:00.000000000 +0100
++++ thunar-vfs/thunar-vfs-io-jobs.c	2009-05-19 18:46:04.000000000 +0100
+@@ -708,7 +708,7 @@
+       _thunar_vfs_job_process_path (job, lp);
+ 
+       /* try to create the target directory */
+-      if (!_thunar_vfs_io_ops_mkdir (lp->data, 0777 & ~umask(0), THUNAR_VFS_IO_OPS_NONE, error))
++      if (!_thunar_vfs_io_ops_mkdir (lp->data, 0777, THUNAR_VFS_IO_OPS_NONE, error))
+         return FALSE;
+     }
+ 




More information about the arch-commits mailing list