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

Evangelos Foutras foutrelis at archlinux.org
Wed Sep 26 18:06:38 UTC 2018


    Date: Wednesday, September 26, 2018 @ 18:06:37
  Author: foutrelis
Revision: 335442

upgpkg: thunar 1.8.2-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-26 17:00:45 UTC (rev 335441)
+++ PKGBUILD	2018-09-26 18:06:37 UTC (rev 335442)
@@ -2,8 +2,7 @@
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
-pkgver=1.8.1.11.gf5147445
-_commit=f5147445322100285071a7f09cd542a06babddd1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -12,7 +11,7 @@
 groups=('xfce4')
 depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
          'libgudev' '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'
@@ -19,23 +18,17 @@
             'thunar-volman: manages removable devices'
             'thunar-archive-plugin: create and deflate archives'
             'thunar-media-tags-plugin: view/edit id3/ogg tags')
-#source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname.tar.bz2)
-source=(git://git.xfce.org/xfce/thunar#commit=$_commit)
-sha256sums=('SKIP')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('75f91045541eb5983e772a564d97f23e5995256bfb9863e0f4a015393421d428')
 
-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 \
@@ -43,13 +36,12 @@
     --enable-notifications \
     --enable-exif \
     --enable-pcre \
-    --enable-gtk-doc \
     --disable-debug
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/Thunar-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list