Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-compressor
Commits:
a7f2ba1b by Felix Yan at 2026-05-05T18:55:07+00:00
upgpkg: 6.5.25-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-compressor
pkgdesc = A fast and lightweight application for creating and
extracting archives
- pkgver = 6.5.24
+ pkgver = 6.5.25
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-compressor
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = deepin-compressor
depends = deepin-picker
depends = 7zip
depends = deepin-shortcut-viewer
- source =
git+https://github.com/linuxdeepin/deepin-compressor.git#tag=6.5.24
- sha512sums =
8011d60b0c614831d4bb4a728d23f173af5eb03360bdb1d295311fd61a060597148f059a80649da9fd4b10e7013aa217efd943bd36e68c2ccdb65293818f631d
+ source =
git+https://github.com/linuxdeepin/deepin-compressor.git#tag=6.5.25
+ sha512sums =
bfb81fb08dae7ce7fe71bfa0abf2c9fe42d609a637bba37e555b77398c833bcfcf86edfd590b42385d830f0f4b45f4d125d49350e726ded9678913794150e91c
pkgname = deepin-compressor
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-compressor
-pkgver=6.5.24
+pkgver=6.5.25
pkgrel=1
pkgdesc='A fast and lightweight application for creating and extracting
archives'
arch=('x86_64')
@@ -13,7 +13,13 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'glibc' 'libgcc'
'libstdc++' 'qt6-bas
makedepends=('git' 'cmake' 'ninja' 'qt6-declarative' 'qt6-tools')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-compressor.git#tag=$pkgver")
-sha512sums=('8011d60b0c614831d4bb4a728d23f173af5eb03360bdb1d295311fd61a060597148f059a80649da9fd4b10e7013aa217efd943bd36e68c2ccdb65293818f631d')
+sha512sums=('bfb81fb08dae7ce7fe71bfa0abf2c9fe42d609a637bba37e555b77398c833bcfcf86edfd590b42385d830f0f4b45f4d125d49350e726ded9678913794150e91c')
+
+prepare() {
+ cd deepin-compressor
+ # Upstream broke 7zip compatibility; Arch ships 7zip, so accept both 7zip
and p7zip version formats.
+ sed -i '/rxVersionLine/s@QStringLiteral(".*")@QStringLiteral("^(?:p7zip
Version|7-Zip) ([\\\\d\\\\.]+) .*$")@' 3rdparty/cli7zplugin/cli7zplugin.cpp
+}
build() {
cd deepin-compressor
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-compressor/-/commit/a7f2ba1bec518b82f5b74a9e58e0bf29250d5988
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-compressor/-/commit/a7f2ba1bec518b82f5b74a9e58e0bf29250d5988
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help