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

2020-08-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 6, 2020 @ 12:21:58
  Author: foutrelis
Revision: 393212

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 393211, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-06 12:21:54 UTC (rev 393211)
+++ PKGBUILD2020-08-06 12:21:58 UTC (rev 393212)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.8
-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'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0999b9a3deb57010956db6630ae7205813999147043171049a7b6c333be93e96')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 393211, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-06 12:21:58 UTC (rev 393212)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.9
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


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

2019-12-21 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 21, 2019 @ 20:45:56
  Author: foutrelis
Revision: 372047

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 372046, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-21 20:45:50 UTC (rev 372046)
+++ PKGBUILD2019-12-21 20:45:56 UTC (rev 372047)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.7
-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'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f704c35f16716cbee3c94883cee2a8d865e9cf2535d0e84f57e1c8cce00314e4')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 372046, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-21 20:45:56 UTC (rev 372047)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.8
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0999b9a3deb57010956db6630ae7205813999147043171049a7b6c333be93e96')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


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

2019-08-11 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 11, 2019 @ 22:18:19
  Author: foutrelis
Revision: 359639

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 359638, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-11 22:18:15 UTC (rev 359638)
+++ PKGBUILD2019-08-11 22:18:19 UTC (rev 359639)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.6
-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'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74d21781fb0c1e8c11ac803cc5afb469893a0b220721fdc25660c54891a10fa0')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 359638, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-11 22:18:19 UTC (rev 359639)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.7
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f704c35f16716cbee3c94883cee2a8d865e9cf2535d0e84f57e1c8cce00314e4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


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

2019-07-28 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 28, 2019 @ 15:15:39
  Author: foutrelis
Revision: 358696

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 358695, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-28 15:15:35 UTC (rev 358695)
+++ PKGBUILD2019-07-28 15:15:39 UTC (rev 358696)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.5
-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'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6447697a861a4854f18348a4dc6aa8b7903a0f22c52350b793fab6bc6968d459')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 358695, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-28 15:15:39 UTC (rev 358696)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.6
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('74d21781fb0c1e8c11ac803cc5afb469893a0b220721fdc25660c54891a10fa0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


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

2019-06-29 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 30, 2019 @ 03:33:07
  Author: foutrelis
Revision: 357069

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 357068, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-30 03:33:03 UTC (rev 357068)
+++ PKGBUILD2019-06-30 03:33:07 UTC (rev 357069)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.4
-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'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ff497e13f9f9322112cb7707918dd8970e405447f0c92dac40ec3d659e5b6a6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 357068, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-30 03:33:07 UTC (rev 357069)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.5
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6447697a861a4854f18348a4dc6aa8b7903a0f22c52350b793fab6bc6968d459')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


[arch-commits] Commit in tumbler/repos/extra-x86_64 (3 files)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 20:06:05
  Author: foutrelis
Revision: 353558

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 353557, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD
  tumbler/repos/extra-x86_64/move-sparse-file-check-to-plugins.patch

-+
 PKGBUILD|   95 +++---
 move-sparse-file-check-to-plugins.patch |  411 --
 2 files changed, 46 insertions(+), 460 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 20:06:00 UTC (rev 353557)
+++ PKGBUILD2019-05-17 20:06:05 UTC (rev 353558)
@@ -1,49 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-move-sparse-file-check-to-plugins.patch)
-sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40'
-'5a51c3f6dc393f7a0f702a52628417b70271d362db84b132ed38f030c9f49943')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../move-sparse-file-check-to-plugins.patch
-}
-
-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 353557, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 20:06:05 UTC (rev 353558)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.4
+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'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ff497e13f9f9322112cb7707918dd8970e405447f0c92dac40ec3d659e5b6a6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:

Deleted: move-sparse-file-check-to-plugins.patch
===
--- move-sparse-file-check-to-plugins.patch 2019-05-17 20:06:00 UTC (rev 
353557)
+++ move-sparse-file-check-to-plugins.patch 2019-05-17 20:06:05 UTC (rev 
353558)
@@ -1,411 +0,0 @@
-From da29dad8676b38b3e29396db1442d0ede6f6385d Mon Sep 17 00:00:00 2001
-From: Ali Abdallah 
-Date: Sun, 21 Oct 2018 11:14:16 +0200
-Subject: Check for sparse video files only on plugin side.
-
-Move the sparse video files check to ffmpeg and gstreamer plugins.

- plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c | 18 --
- plugins/gst-thumbnailer/gst-thumbnailer.c   |  8 +++
- tumbler/tumbler-util.c  | 41 -
- tumbler/tumbler-util.h  | 10 ++-
- tumblerd/tumbler-registry.c | 82 -
- 5 files changed, 92 insertions(+), 67 deletions(-)
-
-diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c 
b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-index 81f2922..6bc9de3 100644
 a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-@@ -10,11 +10,11 @@
-  *
-  * This library is distributed in 

[arch-commits] Commit in tumbler/repos/extra-x86_64 (3 files)

2018-11-23 Thread Evangelos Foutras via arch-commits
Date: Friday, November 23, 2018 @ 08:58:21
  Author: foutrelis
Revision: 340329

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 340328, tumbler/trunk/PKGBUILD)
  tumbler/repos/extra-x86_64/move-sparse-file-check-to-plugins.patch
(from rev 340328, tumbler/trunk/move-sparse-file-check-to-plugins.patch)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   95 +++---
 move-sparse-file-check-to-plugins.patch |  411 ++
 2 files changed, 460 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-23 08:58:16 UTC (rev 340328)
+++ PKGBUILD2018-11-23 08:58:21 UTC (rev 340329)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 340328, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-23 08:58:21 UTC (rev 340329)
@@ -0,0 +1,49 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.3
+pkgrel=2
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+move-sparse-file-check-to-plugins.patch)
+sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40'
+'5a51c3f6dc393f7a0f702a52628417b70271d362db84b132ed38f030c9f49943')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../move-sparse-file-check-to-plugins.patch
+}
+
+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/move-sparse-file-check-to-plugins.patch 
(from rev 340328, tumbler/trunk/move-sparse-file-check-to-plugins.patch)
===
--- move-sparse-file-check-to-plugins.patch (rev 0)
+++ move-sparse-file-check-to-plugins.patch 2018-11-23 08:58:21 UTC (rev 
340329)
@@ -0,0 +1,411 @@
+From da29dad8676b38b3e29396db1442d0ede6f6385d Mon Sep 17 00:00:00 2001
+From: Ali Abdallah 
+Date: Sun, 21 Oct 2018 11:14:16 +0200
+Subject: Check for sparse video files only on plugin side.
+
+Move the sparse video files check to ffmpeg and gstreamer plugins.
+---
+ plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c | 18 --
+ plugins/gst-thumbnailer/gst-thumbnailer.c   |  8 +++
+ tumbler/tumbler-util.c  | 41 -
+ tumbler/tumbler-util.h  | 10 ++-
+ tumblerd/tumbler-registry.c | 82 -
+ 5 files changed, 92 insertions(+), 67 deletions(-)
+
+diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c 
b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
+index 81f2922..6bc9de3 

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

2018-09-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, September 13, 2018 @ 14:43:08
  Author: foutrelis
Revision: 334461

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 334460, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-13 14:43:02 UTC (rev 334460)
+++ PKGBUILD2018-09-13 14:43:08 UTC (rev 334461)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b909e4f63c73b97546c305b87f02d359d2067344c79b1b1060b6fa766b0e17c1')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-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 334460, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-13 14:43:08 UTC (rev 334461)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:


[arch-commits] Commit in tumbler/repos/extra-x86_64 (4 files)

2018-09-08 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 8, 2018 @ 09:16:20
  Author: foutrelis
Revision: 334102

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 334101, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD
  
tumbler/repos/extra-x86_64/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
  tumbler/repos/extra-x86_64/use-pkg-config-to-find-FreeType.patch

-+
 PKGBUILD|  102 ++
 accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch |   38 -
 use-pkg-config-to-find-FreeType.patch   |   42 -
 3 files changed, 47 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-08 09:16:12 UTC (rev 334101)
+++ PKGBUILD2018-09-08 09:16:20 UTC (rev 334102)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.1
-pkgrel=2
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2' 'xfce4-dev-tools')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-use-pkg-config-to-find-FreeType.patch
-accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
-sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db'
-'e585caff41845817636d5d3c006ac63882ffc439e1f9bc4fe9361e76fa9a6c9f'
-'d9fca39e2490eebcdd782cf3d885857ca17e030dac61d5e8f2065f840441272b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../use-pkg-config-to-find-FreeType.patch
-  patch -Np1 -i ../accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
-  mkdir m4
-  xdt-autogen
-}
-
-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 334101, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-08 09:16:20 UTC (rev 334102)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b909e4f63c73b97546c305b87f02d359d2067344c79b1b1060b6fa766b0e17c1')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+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:

Deleted: accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
===
--- accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 2018-09-08 
09:16:12 UTC (rev 334101)
+++ accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 2018-09-08 
09:16:20 UTC (rev 334102)
@@ -1,38 +0,0 @@
-From a471e43838ae96295e1757986724f76057539665 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Sun, 10 Jun 2018 22:01:39 +0300
-Subject: [PATCH] Accept network paths in ffmpeg thumbnailer plugin
-
-g_file_get_path() appears to be able to convert smb://, sftp://, and
-other GVFS schemes to local absolute paths which can be passed as is
-to ffmpegthumbnailer. In order to handle these URIs, remove the call
-to g_file_is_native() and rely 

[arch-commits] Commit in tumbler/repos/extra-x86_64 (4 files)

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:09
  Author: foutrelis
Revision: 326613

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 326612, tumbler/trunk/PKGBUILD)
  
tumbler/repos/extra-x86_64/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
(from rev 326612, 
tumbler/trunk/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
  tumbler/repos/extra-x86_64/use-pkg-config-to-find-FreeType.patch
(from rev 326612, tumbler/trunk/use-pkg-config-to-find-FreeType.patch)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   98 +++---
 accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch |   38 +
 use-pkg-config-to-find-FreeType.patch   |   42 ++
 3 files changed, 135 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:01 UTC (rev 326612)
+++ PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db')
-
-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 326612, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2' 'xfce4-dev-tools')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+use-pkg-config-to-find-FreeType.patch
+accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
+sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db'
+'e585caff41845817636d5d3c006ac63882ffc439e1f9bc4fe9361e76fa9a6c9f'
+'d9fca39e2490eebcdd782cf3d885857ca17e030dac61d5e8f2065f840441272b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../use-pkg-config-to-find-FreeType.patch
+  patch -Np1 -i ../accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
+  mkdir m4
+  xdt-autogen
+}
+
+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/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
 (from rev 326612, 
tumbler/trunk/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
===
--- accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 
(rev 0)
+++ accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 2018-06-10 
20:14:09 UTC (rev 326613)
@@ -0,0 +1,38 @@
+From a471e43838ae96295e1757986724f76057539665 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 10 Jun 2018 22:01:39 +0300
+Subject: [PATCH] Accept network paths in ffmpeg thumbnailer plugin
+
+g_file_get_path() 

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

2018-03-31 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 31, 2018 @ 08:21:58
  Author: foutrelis
Revision: 320690

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 320689, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-31 08:21:50 UTC (rev 320689)
+++ PKGBUILD2018-03-31 08:21:58 UTC (rev 320690)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4e27a59694b0a5cc69ebccbdb00c724e670b5b7c30bc4dc0b461aac93f234fac')
-
-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 320689, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-31 08:21:58 UTC (rev 320690)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db')
+
+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:


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

2011-04-24 Thread andyrtr
Date: Sunday, April 24, 2011 @ 10:50:52
  Author: andyrtr
Revision: 120500

archrelease: remove extra-x86_64

Deleted:
  tumbler/repos/extra-x86_64/



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

2011-04-24 Thread andyrtr
Date: Sunday, April 24, 2011 @ 10:51:09
  Author: andyrtr
Revision: 120501

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/



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

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:30:33
  Author: andrea
Revision: 116589

db-move: tumbler removed by andrea for move to [extra] (x86_64)

Deleted:
  tumbler/repos/extra-x86_64/



[arch-commits] Commit in tumbler/repos (extra-x86_64 testing-x86_64)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:30:34
  Author: andrea
Revision: 116590

db-move: moved tumbler from [testing] to [extra] (x86_64)

Added:
  tumbler/repos/extra-x86_64/
Deleted:
  tumbler/repos/testing-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:42:57
  Author: andyrtr
Revision: 109971

archrelease: remove extra-x86_64

Deleted:
  tumbler/repos/extra-x86_64/



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

2011-02-14 Thread andyrtr
Date: Monday, February 14, 2011 @ 12:43:15
  Author: andyrtr
Revision: 109972

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/



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

2011-02-12 Thread andyrtr
Date: Saturday, February 12, 2011 @ 16:21:46
  Author: andyrtr
Revision: 109802

archrelease: remove extra-x86_64

Deleted:
  tumbler/repos/extra-x86_64/



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

2011-02-12 Thread andyrtr
Date: Saturday, February 12, 2011 @ 16:22:04
  Author: andyrtr
Revision: 109803

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/



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

2011-02-07 Thread Ionut Biru
Date: Monday, February 7, 2011 @ 09:51:53
  Author: ibiru
Revision: 109261

db-move: tumbler removed by ibiru for move to [extra] (x86_64)

Deleted:
  tumbler/repos/extra-x86_64/



[arch-commits] Commit in tumbler/repos (extra-x86_64 testing-x86_64)

2011-02-07 Thread Ionut Biru
Date: Monday, February 7, 2011 @ 09:51:57
  Author: ibiru
Revision: 109262

db-move: moved tumbler from [testing] to [extra] (x86_64)

Added:
  tumbler/repos/extra-x86_64/
Deleted:
  tumbler/repos/testing-x86_64/



[arch-commits] Commit in tumbler/repos (extra-x86_64 testing-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:01:28
  Author: andyrtr
Revision: 106558

db-move: moved tumbler from [testing] to [extra] (x86_64)

Added:
  tumbler/repos/extra-x86_64/
Deleted:
  tumbler/repos/testing-x86_64/