Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / thunar-archive-plugin
Commits: e6235853 by Robin Candau at 2024-12-28T06:53:33+01:00 upgpkg: 0.5.2-5: re-add intltool build dep Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = thunar-archive-plugin pkgdesc = Adds archive operations to the Thunar file context menus pkgver = 0.5.2 - pkgrel = 4 + pkgrel = 5 url = https://docs.xfce.org/xfce/thunar/archive arch = x86_64 groups = xfce4-goodies license = GPL-2.0-only makedepends = git + makedepends = intltool makedepends = xfce4-dev-tools depends = thunar depends = hicolor-icon-theme ===================================== PKGBUILD ===================================== @@ -4,14 +4,14 @@ pkgname=thunar-archive-plugin pkgver=0.5.2 -pkgrel=4 +pkgrel=5 pkgdesc="Adds archive operations to the Thunar file context menus" arch=('x86_64') url="https://docs.xfce.org/xfce/thunar/archive" license=('GPL-2.0-only') groups=('xfce4-goodies') depends=('thunar' 'hicolor-icon-theme') -makedepends=('git' 'xfce4-dev-tools') +makedepends=('git' 'intltool' 'xfce4-dev-tools') optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver') source=("git+https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin.git#tag=$pkgname-$pkgver") sha256sums=('147372fe3b114d8abb4549ae054094c4354247c4495c1927b9e6771f6f3bc1e1') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/e6235853ad82f3afc333ec6669654d0c05fa04f1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunar-archive-plugin/-/commit/e6235853ad82f3afc333ec6669654d0c05fa04f1 You're receiving this email because of your account on gitlab.archlinux.org.
