Date: Thursday, December 15, 2022 @ 13:52:53 Author: foutrelis Revision: 464377
upgpkg: tumbler 4.18.0-1 Modified: tumbler/trunk/PKGBUILD ----------+ PKGBUILD | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-15 13:48:42 UTC (rev 464376) +++ PKGBUILD 2022-12-15 13:52:53 UTC (rev 464377) @@ -3,16 +3,16 @@ # Contributor: Jan Jezek <[email protected]> pkgname=tumbler -pkgver=4.16.1 -pkgrel=3 -pkgdesc="D-Bus service for applications to request thumbnails" +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=('gdk-pixbuf2') +depends=('libxfce4util' 'gdk-pixbuf2') makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf' - 'libgepub' 'libopenraw' 'freetype2' 'xfce4-dev-tools') + 'libgepub' 'libopenraw' 'freetype2') optdepends=('ffmpegthumbnailer: video thumbnails' 'poppler-glib: PDF thumbnails' 'libgsf: ODF thumbnails' @@ -20,29 +20,15 @@ '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 - $pkgname-libopenraw-gnome-0.3.patch::https://gitlab.xfce.org/xfce/tumbler/-/commit/ad680ef6c79a.patch - $pkgname-libgepub-0.7.patch::https://gitlab.xfce.org/xfce/tumbler/-/commit/3ddd3e940bf8.patch) -sha256sums=('852bbffa13f35b48ce92e243a03a118e32037c03e68297335c2bc4578e39273e' - '9a3356b243fffa4dc34e966f2f80aff1cb947a90bec3fed3008aff1973a93efc' - '07356891920ed4a5f9e991e3b87d1a66028c37e00325f614059ca61ad4750897') +source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('4087f3af4ef31271d3f315421a2f1fe67e4fda7ad60bbab1f073627914dfcf00') -prepare() { - cd "$srcdir/$pkgname-$pkgver" - - patch -Np1 -i ../$pkgname-libopenraw-gnome-0.3.patch - patch -Np1 -i ../$pkgname-libgepub-0.7.patch - NOCONFIGURE=1 xdt-autogen -} - build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/xfce4 \ - --disable-static \ --disable-debug \ --disable-gstreamer-thumbnailer make @@ -49,7 +35,7 @@ } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
