Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / thunar-media-tags-plugin
Commits: edd94ea8 by Robin Candau at 2024-12-28T06:50:29+01:00 upgpkg: 0.4.0-6: re-add intltool build dep Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-media-tags-plugin/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = thunar-media-tags-plugin pkgdesc = Adds special features for media files to the Thunar File Manager pkgver = 0.4.0 - pkgrel = 5 + pkgrel = 6 url = https://docs.xfce.org/xfce/thunar/media-tags arch = x86_64 groups = xfce4-goodies license = GPL-2.0-or-later makedepends = git + makedepends = intltool makedepends = xfce4-dev-tools depends = taglib depends = thunar ===================================== PKGBUILD ===================================== @@ -4,14 +4,14 @@ pkgname=thunar-media-tags-plugin pkgver=0.4.0 -pkgrel=5 +pkgrel=6 pkgdesc="Adds special features for media files to the Thunar File Manager" arch=('x86_64') license=('GPL-2.0-or-later') url="https://docs.xfce.org/xfce/thunar/media-tags" groups=('xfce4-goodies') depends=('taglib' 'thunar') -makedepends=('git' 'xfce4-dev-tools') +makedepends=('git' 'intltool' 'xfce4-dev-tools') source=("git+https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin.git#tag=$pkgname-$pkgver") sha256sums=('9ee0e933ecdbb6a3c0b49fd5bef354133d8b331f5cf682db1e174d9b32b624ed') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-media-tags-plugin/-/commit/edd94ea8865812a67bd4fc27f4eac5d06e7b2e1d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-media-tags-plugin/-/commit/edd94ea8865812a67bd4fc27f4eac5d06e7b2e1d You're receiving this email because of your account on gitlab.archlinux.org.
