summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d57b74f034b..97135634f7f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = tumbler-extra-thumbnailers
pkgdesc = Customized thumbnailers for Tumbler
pkgver = 4.1
- pkgrel = 4
+ pkgrel = 5
url = https://docs.xfce.org/xfce/tumbler/start
arch = any
license = unknown
depends = imagemagick
optdepends = djvulibre: thumbnails for DjVu files
provides = tumbler-folder-thumbnailer
+ provides = gnome-dds-thumbnailer
conflicts = tumbler-folder-thumbnailer
+ conflicts = gnome-dds-thumbnailer
source = dds.thumbnailer
source = djvu.thumbnailer
source = folder-thumbnailer.sh
diff --git a/PKGBUILD b/PKGBUILD
index 9cb84f82363e..05f5cf2ed4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=tumbler-extra-thumbnailers
pkgver=4.1
-pkgrel=4
+pkgrel=5
pkgdesc="Customized thumbnailers for Tumbler"
arch=('any')
url="https://docs.xfce.org/xfce/tumbler/start"
license=('unknown')
depends=('imagemagick')
optdepends=('djvulibre: thumbnails for DjVu files')
-provides=('tumbler-folder-thumbnailer')
-conflicts=('tumbler-folder-thumbnailer')
+provides=('tumbler-folder-thumbnailer' 'gnome-dds-thumbnailer')
+conflicts=('tumbler-folder-thumbnailer' 'gnome-dds-thumbnailer')
source=('dds.thumbnailer'
'djvu.thumbnailer'
'folder-thumbnailer.sh'