Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kmime
Commits:
e8ead037 by Antonio Rojas at 2026-06-14T11:27:31+02:00
upgpkg: 1:6.27.0-2: Actually build compatibility code
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kmime
pkgdesc = Library for handling mail messages and newsgroup articles
pkgver = 6.27.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://kontact.kde.org
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=kmime
pkgver=6.27.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Library for handling mail messages and newsgroup articles'
arch=(x86_64)
@@ -27,6 +27,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB #
David Faure <faure@kde
prepare() {
# Temporarily restore compatibility with pre-KF6 kmime
patch -d $pkgname-$pkgver -Rp1 < 0be16663.patch
+ sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i
$pkgname-$pkgver/CMakeLists.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmime/-/commit/e8ead0379e505191a39c067d3f8fcce5cce9f2a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmime/-/commit/e8ead0379e505191a39c067d3f8fcce5cce9f2a6
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