Hello, This patch resolves issue #3708 and updates file-roller to its latest version. Tested on x86_64.
-- Kind Regards, Wael Karram.
From 13ee72826cf4748c6decc4c645a974cabdd9c124 Mon Sep 17 00:00:00 2001 From: wael <[email protected]> Date: Sat, 24 May 2025 12:04:41 +0300 Subject: [PATCH] Update file-roller to latest version (44.5) --- libre/file-roller/PKGBUILD | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index e51421b2b..7b0a3c4ec 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -6,7 +6,7 @@ # - removed unace and unrar recommendation pkgname=file-roller -pkgver=3.40.0 +pkgver=44.5 pkgrel=1 pkgrel+=.parabola1 pkgdesc="Create and modify archives" @@ -15,20 +15,12 @@ url="https://wiki.gnome.org/Apps/FileRoller" arch=(x86_64) arch+=(i686 armv7h) license=(GPL) -depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) -makedepends=(yelp-tools git libnautilus-extension meson appstream-glib) -optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' - 'lrzip: lrzip archive support' - 'squashfs-tools: squashfs image support') -groups=(gnome) -_commit=d5cfba5a4e86b2e8118113be410f39fc854b1df7 # tags/3.40.0^0 -source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} +depends=(dconf gcc-libs glib2 glibc gtk4 hicolor-icon-theme json-glib libadwaita libarchive libnautilus-extension pango) +makedepends=(7zip arj binutils bzip3 cdrtools cpio dpkg git glib2-devel lhasa lrzip meson python rpmextract squashfs-tools unzip yelp-tools zip) +optdepends=('7zip: 7z archive support' 'arj: arj archive support' 'binutils: ar archive support' 'bzip3: bzip3 compression support' 'cdrtools: ISO image support' 'cpio: cpio archive support' 'dpkg: deb archive support' 'lhasa: LHA/LZA archive support' 'lrzip: lrzip compression support' 'rpmextract: rpm archive support' 'squashfs-tools: squashfs image support' 'unzip: better ZIP archive support' 'zip: better ZIP archive support') +groups=(gnome-extra) +source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#tag=$pkgver") +b2sums=('90547d4577041f7e7add35078ece373bb48b01f526d638e7d0a81000d8273da91120ff681995c319c257922278ff01382d11001dc3f0cf24d8337d509aae4b77') prepare() { cd $pkgname -- 2.49.0
pgpvdCQ6q92xn.pgp
Description: OpenPGP digital signature
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
