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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 11 12:45:10 UTC 2021


    Date: Friday, June 11, 2021 @ 12:45:08
  Author: foutrelis
Revision: 417962

upgpkg: ristretto 0.11.0-1: adopt + update + hard dep on tumbler

Modified:
  ristretto/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 06:49:00 UTC (rev 417961)
+++ PKGBUILD	2021-06-11 12:45:08 UTC (rev 417962)
@@ -1,22 +1,21 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Bartłomiej Piotrowski
 # Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 
 pkgname=ristretto
-pkgver=0.10.0
-pkgrel=3
-pkgdesc='Fast and lightweight picture-viewer for Xfce4'
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A fast and lightweight picture viewer for Xfce"
 arch=('x86_64')
-url='https://docs.xfce.org/apps/ristretto/start'
+url="https://docs.xfce.org/apps/ristretto/start"
 license=('GPL')
-depends=('libxfce4ui' 'libexif' 'file')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'xfconf' 'tumbler' 'libexif' 'file')
 makedepends=('intltool')
-optdepends=('librsvg: SVG support'
-            'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
 source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-sha256sums=('16225dd74245eb6e0f82b9c72c6112f161bb8d8b11f3fc77277b7bc3432d4769')
+sha256sums=('877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -30,8 +29,8 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
 
-# getver: git.xfce.org/apps/ristretto/plain/NEWS
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list