[arch-commits] Commit in thunar/repos/extra-i686 (9 files)

2011-08-25 Thread Tobias Powalowski
Date: Thursday, August 25, 2011 @ 02:47:12
  Author: tpowa
Revision: 136235

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 136234, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/fix-gvfs.patch
(from rev 136234, thunar/trunk/fix-gvfs.patch)
  thunar/repos/extra-i686/fix-samba.patch
(from rev 136234, thunar/trunk/fix-samba.patch)
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
(from rev 136234, thunar/trunk/org.freedesktop.udisks.pkla)
  thunar/repos/extra-i686/thunar.install
(from rev 136234, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/fix-gvfs.patch
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
  thunar/repos/extra-i686/thunar.install

-+
 PKGBUILD|  131 +-
 fix-gvfs.patch  |  296 +-
 fix-samba.patch |   14 +
 org.freedesktop.udisks.pkla |   14 -
 thunar.install  |   28 +--
 5 files changed, 249 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-25 06:44:39 UTC (rev 136234)
+++ PKGBUILD2011-08-25 06:47:12 UTC (rev 136235)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: andyrtr andyrtr funnychar archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=thunar
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=modern file manager for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://thunar.xfce.org;
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
- 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-options=('!libtool')
-install=${pkgname}.install
-backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
-   org.freedesktop.udisks.pkla
-fix-gvfs.patch)
-
-build() {
-  cd ${srcdir}/Thunar-${pkgver}
-  patch -Np1 -i ../fix-gvfs.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --enable-gio-unix \
-   --enable-dbus \
-   --enable-startup-notification \
-   --enable-gudev \
-   --enable-notifications \
-   --enable-exif \
-   --enable-pcre \
-   --enable-gtk-doc \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/Thunar-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' \
-${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
-
-  # install udisks permission file
-  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
-  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
-  install -m644 ${srcdir}/org.freedesktop.udisks.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-}
-md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
- 'a7ddb5eec02d9a8e91a2997862e73cd8'
- '376c81af1ce5cf8b872d62a878163091')
-md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
- 'a7ddb5eec02d9a8e91a2997862e73cd8'
- '167c79462cddc5aaa1fcdc814041350b')

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 136234, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-25 06:47:12 UTC (rev 136235)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: andyrtr andyrtr funnychar archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=modern file manager for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://thunar.xfce.org;
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
+ 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=${pkgname}.install
+backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')

[arch-commits] Commit in thunar/repos/extra-i686 (6 files)

2011-08-19 Thread Tobias Powalowski
Date: Friday, August 19, 2011 @ 02:53:45
  Author: tpowa
Revision: 135828

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 135827, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
(from rev 135827, thunar/trunk/org.freedesktop.udisks.pkla)
  thunar/repos/extra-i686/thunar.install
(from rev 135827, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
  thunar/repos/extra-i686/thunar.install

-+
 PKGBUILD|  124 ++
 org.freedesktop.udisks.pkla |   14 ++--
 thunar.install  |   28 -
 3 files changed, 86 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-19 06:53:04 UTC (rev 135827)
+++ PKGBUILD2011-08-19 06:53:45 UTC (rev 135828)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: andyrtr andyrtr funnychar archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=thunar
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=modern file manager for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://thunar.xfce.org;
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
- 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-options=('!libtool')
-install=${pkgname}.install
-backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
-   org.freedesktop.udisks.pkla)
-md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
- 'a7ddb5eec02d9a8e91a2997862e73cd8')
-
-build() {
-  cd ${srcdir}/Thunar-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --enable-gio-unix \
-   --enable-dbus \
-   --enable-startup-notification \
-   --enable-gudev \
-   --enable-notifications \
-   --enable-exif \
-   --enable-pcre \
-   --enable-gtk-doc \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/Thunar-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' \
-${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
-
-  # install udisks permission file
-  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
-  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
-  install -m644 ${srcdir}/org.freedesktop.udisks.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-}

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 135827, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-19 06:53:45 UTC (rev 135828)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: andyrtr andyrtr funnychar archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.2.2
+pkgrel=2
+pkgdesc=modern file manager for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://thunar.xfce.org;
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
+ 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=${pkgname}.install
+backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
+   org.freedesktop.udisks.pkla
+fix-gvfs.patch)
+
+build() {
+  cd ${srcdir}/Thunar-${pkgver}
+  patch -Np1 -i ../fix-gvfs.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gio-unix \
+   --enable-dbus \
+   --enable-startup-notification \
+   --enable-gudev \
+   --enable-notifications \
+   --enable-exif \
+   

[arch-commits] Commit in thunar/repos/extra-i686 (7 files)

2011-08-19 Thread Eric BĂ©langer
Date: Friday, August 19, 2011 @ 17:51:10
  Author: eric
Revision: 135872

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 135871, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/fix-gvfs.patch
(from rev 135871, thunar/trunk/fix-gvfs.patch)
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
(from rev 135871, thunar/trunk/org.freedesktop.udisks.pkla)
  thunar/repos/extra-i686/thunar.install
(from rev 135871, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/org.freedesktop.udisks.pkla
  thunar/repos/extra-i686/thunar.install

-+
 PKGBUILD|  130 ++--
 fix-gvfs.patch  |  148 ++
 org.freedesktop.udisks.pkla |   14 +--
 thunar.install  |   28 +++
 4 files changed, 234 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-19 21:48:29 UTC (rev 135871)
+++ PKGBUILD2011-08-19 21:51:10 UTC (rev 135872)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: andyrtr andyrtr funnychar archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=thunar
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=modern file manager for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://thunar.xfce.org;
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
- 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-options=('!libtool')
-install=${pkgname}.install
-backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
-   org.freedesktop.udisks.pkla
-fix-gvfs.patch)
-
-build() {
-  cd ${srcdir}/Thunar-${pkgver}
-  patch -Np1 -i ../fix-gvfs.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --enable-gio-unix \
-   --enable-dbus \
-   --enable-startup-notification \
-   --enable-gudev \
-   --enable-notifications \
-   --enable-exif \
-   --enable-pcre \
-   --enable-gtk-doc \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/Thunar-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' \
-${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
-
-  # install udisks permission file
-  install -dm700 ${pkgdir}/etc/polkit-1/localauthority
-  install -dm755 ${pkgdir}/etc/polkit-1/localauthority/50-local.d
-  install -m644 ${srcdir}/org.freedesktop.udisks.pkla 
${pkgdir}/etc/polkit-1/localauthority/50-local.d/
-}
-md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
- 'a7ddb5eec02d9a8e91a2997862e73cd8'
- '376c81af1ce5cf8b872d62a878163091')
-md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
- 'a7ddb5eec02d9a8e91a2997862e73cd8'
- '167c79462cddc5aaa1fcdc814041350b')

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 135871, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-19 21:51:10 UTC (rev 135872)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: andyrtr andyrtr funnychar archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.2.2
+pkgrel=2
+pkgdesc=modern file manager for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://thunar.xfce.org;
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 
'libnotify=0.7.1' 'udev'
+ 'gtk2' 'exo=0.6.0' 'libxfce4util=4.8.1' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.8.0')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+options=('!libtool')
+install=${pkgname}.install
+backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
+   org.freedesktop.udisks.pkla
+fix-gvfs.patch)
+
+build() {
+  

[arch-commits] Commit in thunar/repos (extra-i686)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:38:59
  Author: andyrtr
Revision: 125779

archrelease: remove extra-i686

Deleted:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:39:15
  Author: andyrtr
Revision: 125780

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2011-01-30 Thread andyrtr
Date: Sunday, January 30, 2011 @ 16:19:45
  Author: andyrtr
Revision: 108376

archrelease: remove extra-i686

Deleted:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2011-01-30 Thread andyrtr
Date: Sunday, January 30, 2011 @ 16:20:05
  Author: andyrtr
Revision: 108377

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:09
  Author: andyrtr
Revision: 106502

db-move: thunar removed by andyrtr for move to [extra] (i686)

Deleted:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686 testing-i686)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:10
  Author: andyrtr
Revision: 106503

db-move: moved thunar from [testing] to [extra] (i686)

Added:
  thunar/repos/extra-i686/
Deleted:
  thunar/repos/testing-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 10:19:48
  Author: andyrtr
Revision: 80837

archrelease: remove extra-i686

Deleted:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 10:20:11
  Author: andyrtr
Revision: 80838

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686)

2010-04-14 Thread andyrtr
Date: Wednesday, April 14, 2010 @ 13:06:15
  Author: andyrtr
Revision: 77492

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/



[arch-commits] Commit in thunar/repos (extra-i686 testing-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:04:29
  Author: jgc
Revision: 65880

db-move: moved thunar from [testing] to [extra] (i686)

Added:
  thunar/repos/extra-i686/
Deleted:
  thunar/repos/testing-i686/