[arch-commits] Commit in thunar/trunk (PKGBUILD thunar.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:48
  Author: foutrelis
Revision: 267116

upgpkg: thunar 1.6.10-3

Remove install file.

Modified:
  thunar/trunk/PKGBUILD
Deleted:
  thunar/trunk/thunar.install

+
 PKGBUILD   |3 +--
 thunar.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:45 UTC (rev 267115)
+++ PKGBUILD2016-05-07 05:03:48 UTC (rev 267116)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.6.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org";
@@ -19,7 +19,6 @@
 'thunar-volman: manages removable devices'
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
 sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
 

Deleted: thunar.install
===
--- thunar.install  2016-05-07 05:03:45 UTC (rev 267115)
+++ thunar.install  2016-05-07 05:03:48 UTC (rev 267116)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar/trunk (PKGBUILD thunar.install)

2015-05-17 Thread Evangelos Foutras
Date: Sunday, May 17, 2015 @ 13:30:31
  Author: foutrelis
Revision: 239491

upgpkg: thunar 1.6.9-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD
  thunar/trunk/thunar.install

+
 PKGBUILD   |   16 
 thunar.install |2 +-
 2 files changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-17 11:30:30 UTC (rev 239490)
+++ PKGBUILD2015-05-17 11:30:31 UTC (rev 239491)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('xfce4')
 depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
  'udev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
+makedepends=('intltool' 'xfce4-panel')
 optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
 'xfce4-panel: for trash applet'
 'tumbler: for thumbnail previews'
@@ -21,7 +21,7 @@
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('4079ccffe990cdccee48a0ae200d8a5bc9335c34721d7923b375795940cf79bb')
+sha256sums=('75f3622cbe6ab6837f38d856faeac75a1191be8a08dc4c98ba35b61e312b94e5')
 
 prepare() {
   cd "$srcdir/Thunar-$pkgver"
@@ -33,17 +33,12 @@
   ./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
 }
@@ -50,10 +45,7 @@
 
 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"
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:

Modified: thunar.install
===
--- thunar.install  2015-05-17 11:30:30 UTC (rev 239490)
+++ thunar.install  2015-05-17 11:30:31 UTC (rev 239491)
@@ -1,6 +1,6 @@
 post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {