[arch-commits] Commit in tumbler/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 23 06:45:50 UTC 2020


    Date: Wednesday, December 23, 2020 @ 06:45:50
  Author: foutrelis
Revision: 404888

archrelease: copy trunk to staging-x86_64

Added:
  tumbler/repos/staging-x86_64/
  tumbler/repos/staging-x86_64/PKGBUILD
    (from rev 404887, tumbler/trunk/PKGBUILD)

----------+
 PKGBUILD |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

Copied: tumbler/repos/staging-x86_64/PKGBUILD (from rev 404887, tumbler/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-12-23 06:45:50 UTC (rev 404888)
@@ -0,0 +1,50 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan Jezek <honzin.jezek at gmail.com>
+
+pkgname=tumbler
+pkgver=4.16.0
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+             'libgepub' 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: video thumbnails'
+            'poppler-glib: PDF thumbnails'
+            'libgsf: ODF thumbnails'
+            'libgepub: EPUB thumbnails'
+            'libopenraw: RAW thumbnails'
+            'freetype2: font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with libopenraw 0.3
+  sed -i 's|libopenraw-gnome-0.1|libopenraw-gnome-0.3|' configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --disable-static \
+    --disable-debug \
+    --disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list