Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kmime
Commits:
edf1542c by Antonio Rojas at 2025-11-02T15:41:31+01:00
upgpkg: 25.08.2-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,11 @@
pkgbase = kmime
pkgdesc = Library for handling mail messages and newsgroup articles
pkgver = 25.08.2
- pkgrel = 1
+ pkgrel = 2
url = https://kontact.kde.org
arch = x86_64
license = LGPL-2.0-or-later
- makedepends = doxygen
makedepends = extra-cmake-modules
- makedepends = qt6-doc
makedepends = qt6-tools
depends = gcc-libs
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=kmime
pkgver=25.08.2
-pkgrel=1
+pkgrel=2
pkgdesc='Library for handling mail messages and newsgroup articles'
arch=(x86_64)
url='https://kontact.kde.org'
@@ -11,9 +11,7 @@ depends=(gcc-libs
glibc
kcodecs
qt6-base)
-makedepends=(doxygen
- extra-cmake-modules
- qt6-doc
+makedepends=(extra-cmake-modules
qt6-tools)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('f7d2ba55b3aa12e904892209ad9fe271cd5a3a58c29c38a26dd21003aa550eaf'
@@ -24,8 +22,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 #
Albert Astals Cid <aac
build() {
cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmime/-/commit/edf1542cf66b58db43b330e3128a7e079ff2c1cf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmime/-/commit/edf1542cf66b58db43b330e3128a7e079ff2c1cf
You're receiving this email because of your account on gitlab.archlinux.org.