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

Evangelos Foutras foutrelis at archlinux.org
Sun May 17 11:30:31 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-05-17 11:30:30 UTC (rev 239490)
+++ PKGBUILD	2015-05-17 11:30:31 UTC (rev 239491)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 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() {



More information about the arch-commits mailing list