diff options
author | Ted Alff | 2024-07-03 09:51:16 -0400 |
---|---|---|
committer | Ted Alff | 2024-07-03 09:51:16 -0400 |
commit | d972ea7f09c09ae4bd7b6bca74f1583a89771ae4 (patch) | |
tree | b7acb8a254c996b27949a6a674517305b28111dc | |
parent | 771b69b2062bf6c9cf50a219d5cae94677176827 (diff) | |
download | aur-tumbler-git.tar.gz |
Add glib2-devel makedepends for gdbus-codegen
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -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 @@ -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' |