Date: Thursday, December 15, 2022 @ 13:52:57
  Author: foutrelis
Revision: 464378

archrelease: copy trunk to staging-x86_64

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

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

Copied: tumbler/repos/staging-x86_64/PKGBUILD (from rev 464377, 
tumbler/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-12-15 13:52:57 UTC (rev 464378)
@@ -0,0 +1,42 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+# Contributor: Jan Jezek <[email protected]>
+
+pkgname=tumbler
+pkgver=4.18.0
+pkgrel=1
+pkgdesc="Thumbnail service implementing the thumbnail management D-Bus 
specification"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/tumbler/start";
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4util' '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')
+backup=('etc/xdg/tumbler/tumbler.rc')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4087f3af4ef31271d3f315421a2f1fe67e4fda7ad60bbab1f073627914dfcf00')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --disable-debug \
+    --disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to