[arch-commits] Commit in tumbler/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Mar 4 20:46:48 UTC 2021
Date: Thursday, March 4, 2021 @ 20:46:48
Author: foutrelis
Revision: 409404
archrelease: copy trunk to extra-x86_64
Added:
tumbler/repos/extra-x86_64/PKGBUILD
(from rev 409403, tumbler/trunk/PKGBUILD)
Deleted:
tumbler/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-04 20:46:42 UTC (rev 409403)
+++ PKGBUILD 2021-03-04 20:46:48 UTC (rev 409404)
@@ -1,50 +0,0 @@
-# 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:
Copied: tumbler/repos/extra-x86_64/PKGBUILD (from rev 409403, tumbler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-04 20:46:48 UTC (rev 409404)
@@ -0,0 +1,51 @@
+# 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=2
+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')
+backup=('etc/xdg/tumbler/tumbler.rc')
+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