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

2017-02-13 Thread Evangelos Foutras
Date: Tuesday, February 14, 2017 @ 04:00:15
  Author: foutrelis
Revision: 288914

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 288913, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 288913, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   56 --
 extra-x86_64/PKGBUILD |   56 --
 3 files changed, 100 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-14 04:00:04 UTC (rev 288913)
+++ extra-i686/PKGBUILD 2017-02-14 04:00:15 UTC (rev 288914)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.177.g97b3ae5c
-_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
-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')
-source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$srcdir/$pkgname"
-  git describe --long | sed "s/^$pkgname-//;s/-/./g"
-}
-
-prepare() {
-  cd "$srcdir/$pkgname"
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 288913, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-14 04:00:15 UTC (rev 288914)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.11
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+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')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('b1c7c3121827f59610900ef1cc19aa10a50ab2cc3ae38eee15181b64256e8b42')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-14 04:00:04 UTC (rev 288913)
+++ extra-x86_64/PKGBUILD   2017-02-14 04:00:15 UTC (rev 288914)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.177.g97b3ae5c
-_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 

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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 19:55:31
  Author: foutrelis
Revision: 288701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 288700, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 288700, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 19:55:19 UTC (rev 288700)
+++ extra-i686/PKGBUILD 2017-02-11 19:55:31 UTC (rev 288701)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.174.g35e65ab0
-_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
-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')
-source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$srcdir/$pkgname"
-  git describe --long | sed "s/^$pkgname-//;s/-/./g"
-}
-
-prepare() {
-  cd "$srcdir/$pkgname"
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 288700, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 19:55:31 UTC (rev 288701)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.10.177.g97b3ae5c
+_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
+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')
+source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+  git describe --long | sed "s/^$pkgname-//;s/-/./g"
+}
+
+prepare() {
+  cd "$srcdir/$pkgname"
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-11 19:55:19 UTC (rev 288700)
+++ extra-x86_64/PKGBUILD   2017-02-11 19:55:31 UTC (rev 288701)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.174.g35e65ab0
-_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 

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

2017-02-08 Thread Evangelos Foutras
Date: Thursday, February 9, 2017 @ 02:42:07
  Author: foutrelis
Revision: 288275

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 288274, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 288274, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 extra-i686/PKGBUILD   |   50 -
 extra-x86_64/PKGBUILD |   50 -
 3 files changed, 112 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 02:41:53 UTC (rev 288274)
+++ extra-i686/PKGBUILD 2017-02-09 02:42:07 UTC (rev 288275)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10
-pkgrel=3
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-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')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 288274, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 02:42:07 UTC (rev 288275)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.10.174.g35e65ab0
+_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
+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')
+source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+  git describe --long | sed "s/^$pkgname-//;s/-/./g"
+}
+
+prepare() {
+  cd "$srcdir/$pkgname"
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 02:41:53 UTC (rev 288274)
+++ extra-x86_64/PKGBUILD   2017-02-09 02:42:07 UTC (rev 288275)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10
-pkgrel=3
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and 

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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 22:53:41
  Author: foutrelis
Revision: 157642

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

Added:
  thunar/repos/testing-i686/
  thunar/repos/testing-i686/PKGBUILD
(from rev 157627, thunar/repos/staging-i686/PKGBUILD)
  thunar/repos/testing-i686/thunar.install
(from rev 157627, thunar/repos/staging-i686/thunar.install)
Deleted:
  thunar/repos/staging-i686/

+
 PKGBUILD   |   57 +++
 thunar.install |   14 +
 2 files changed, 71 insertions(+)

Copied: thunar/repos/testing-i686/PKGBUILD (from rev 157627, 
thunar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-29 02:53:41 UTC (rev 157642)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'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
+source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2)
+sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-i686/thunar.install (from rev 157627, 
thunar/repos/staging-i686/thunar.install)
===
--- testing-i686/thunar.install (rev 0)
+++ testing-i686/thunar.install 2012-04-29 02:53:41 UTC (rev 157642)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 22:53:42
  Author: foutrelis
Revision: 157643

db-move: moved thunar from [staging] to [testing] (x86_64)

Added:
  thunar/repos/testing-x86_64/
  thunar/repos/testing-x86_64/PKGBUILD
(from rev 157627, thunar/repos/staging-x86_64/PKGBUILD)
  thunar/repos/testing-x86_64/thunar.install
(from rev 157627, thunar/repos/staging-x86_64/thunar.install)
Deleted:
  thunar/repos/staging-x86_64/

+
 PKGBUILD   |   57 +++
 thunar.install |   14 +
 2 files changed, 71 insertions(+)

Copied: thunar/repos/testing-x86_64/PKGBUILD (from rev 157627, 
thunar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-29 02:53:42 UTC (rev 157643)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'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
+source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2)
+sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-x86_64/thunar.install (from rev 157627, 
thunar/repos/staging-x86_64/thunar.install)
===
--- testing-x86_64/thunar.install   (rev 0)
+++ testing-x86_64/thunar.install   2012-04-29 02:53:42 UTC (rev 157643)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:22
  Author: allan
Revision: 149688

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

Added:
  thunar/repos/testing-i686/
  thunar/repos/testing-i686/PKGBUILD
(from rev 149641, thunar/repos/staging-i686/PKGBUILD)
  thunar/repos/testing-i686/thunar.install
(from rev 149641, thunar/repos/staging-i686/thunar.install)
Deleted:
  thunar/repos/staging-i686/

+
 PKGBUILD   |   56 +++
 thunar.install |   14 +
 2 files changed, 70 insertions(+)

Copied: thunar/repos/testing-i686/PKGBUILD (from rev 149641, 
thunar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-09 00:00:22 UTC (rev 149688)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.2.3
+pkgrel=4
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'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
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-$pkgver.tar.bz2)
+sha256sums=('e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-i686/thunar.install (from rev 149641, 
thunar/repos/staging-i686/thunar.install)
===
--- testing-i686/thunar.install (rev 0)
+++ testing-i686/thunar.install 2012-02-09 00:00:22 UTC (rev 149688)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-02-08 Thread Allan McRae
Date: Wednesday, February 8, 2012 @ 19:00:23
  Author: allan
Revision: 149689

db-move: moved thunar from [staging] to [testing] (x86_64)

Added:
  thunar/repos/testing-x86_64/
  thunar/repos/testing-x86_64/PKGBUILD
(from rev 149641, thunar/repos/staging-x86_64/PKGBUILD)
  thunar/repos/testing-x86_64/thunar.install
(from rev 149641, thunar/repos/staging-x86_64/thunar.install)
Deleted:
  thunar/repos/staging-x86_64/

+
 PKGBUILD   |   56 +++
 thunar.install |   14 +
 2 files changed, 70 insertions(+)

Copied: thunar/repos/testing-x86_64/PKGBUILD (from rev 149641, 
thunar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-09 00:00:23 UTC (rev 149689)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.2.3
+pkgrel=4
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'polkit-gnome: for mounting internal partitions (needs root 
password)'
+'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
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-$pkgver.tar.bz2)
+sha256sums=('e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/testing-x86_64/thunar.install (from rev 149641, 
thunar/repos/staging-x86_64/thunar.install)
===
--- testing-x86_64/thunar.install   (rev 0)
+++ testing-x86_64/thunar.install   2012-02-09 00:00:23 UTC (rev 149689)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et: