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

Evangelos Foutras foutrelis at archlinux.org
Tue Feb 14 04:00:05 UTC 2017


    Date: Tuesday, February 14, 2017 @ 04:00:04
  Author: foutrelis
Revision: 288913

upgpkg: thunar 1.6.11-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 03:48:31 UTC (rev 288912)
+++ PKGBUILD	2017-02-14 04:00:04 UTC (rev 288913)
@@ -3,8 +3,7 @@
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
-pkgver=1.6.10.177.g97b3ae5c
-_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
+pkgver=1.6.11
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
@@ -13,7 +12,7 @@
 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')
+makedepends=('intltool' 'xfce4-panel')
 optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems'
             'xfce4-panel: for trash applet'
             'tumbler: for thumbnail previews'
@@ -20,22 +19,17 @@
             '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')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('b1c7c3121827f59610900ef1cc19aa10a50ab2cc3ae38eee15181b64256e8b42')
 
-pkgver() {
-  cd "$srcdir/$pkgname"
-  git describe --long | sed "s/^$pkgname-//;s/-/./g"
-}
-
 prepare() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/Thunar-$pkgver"
 }
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/Thunar-$pkgver"
 
-  ./autogen.sh \
+  ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --enable-gio-unix \
@@ -49,7 +43,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/Thunar-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list