summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2024-07-03 09:51:16 -0400
committerTed Alff2024-07-03 09:51:16 -0400
commitd972ea7f09c09ae4bd7b6bca74f1583a89771ae4 (patch)
treeb7acb8a254c996b27949a6a674517305b28111dc
parent771b69b2062bf6c9cf50a219d5cae94677176827 (diff)
downloadaur-tumbler-git.tar.gz
Add glib2-devel makedepends for gdbus-codegen
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 643b82d86d69..fcb5935ab331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tumbler-git
pkgdesc = D-Bus service for applications to request thumbnails (git checkout)
- pkgver = 4.19.0+1+g704de37
+ pkgver = 4.19.1+7+g6adedd8
pkgrel = 1
url = https://docs.xfce.org/xfce/tumbler/start
arch = i686
@@ -18,6 +18,7 @@ pkgbase = tumbler-git
makedepends = libgepub
makedepends = xfce4-dev-tools
makedepends = git
+ makedepends = glib2-devel
depends = gdk-pixbuf2
depends = libxfce4util
optdepends = ffmpegthumbnailer: for video thumbnails
@@ -26,7 +27,7 @@ pkgbase = tumbler-git
optdepends = libopenraw: for RAW thumbnails
optdepends = freetype2: for font thumbnails
optdepends = libgepub: for epub thumbnails
- provides = tumbler=4.19.0
+ provides = tumbler=4.19.1
conflicts = tumbler
source = tumbler::git+https://gitlab.xfce.org/xfce/tumbler.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 98cfa3648239..ebceabbc37d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=tumbler
pkgname=${_pkgname}-git
-pkgver=4.19.0+1+g704de37
+pkgver=4.19.1+7+g6adedd8
pkgrel=1
pkgdesc="D-Bus service for applications to request thumbnails (git checkout)"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@@ -13,7 +13,7 @@ license=('GPL2' 'LGPL')
groups=('xfce4-git')
depends=('gdk-pixbuf2' 'libxfce4util')
makedepends=('ffmpegthumbnailer' 'freetype2' 'libgsf' 'libopenraw' 'poppler-glib'
- 'libgepub' 'xfce4-dev-tools' 'git')
+ 'libgepub' 'xfce4-dev-tools' 'git' 'glib2-devel')
optdepends=('ffmpegthumbnailer: for video thumbnails'
'poppler-glib: for PDF thumbnails'
'libgsf: for ODF thumbnails'