Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
mauikit-documents
Commits:
b98f5821 by Antonio Rojas at 2026-05-30T10:59:38+02:00
upgpkg: 4.0.2-2: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = mauikit-documents
pkgdesc = MauiKit QtQuick plugins for text editing
pkgver = 4.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://mauikit.org/
arch = x86_64
license = LGPL-3.0-only
makedepends = extra-cmake-modules
- depends = gcc-libs
depends = glibc
depends = karchive
depends = kcoreaddons
@@ -14,14 +13,18 @@ pkgbase = mauikit-documents
depends = kguiaddons
depends = ki18n
depends = kio
+ depends = libgcc
+ depends = libstdc++
depends = mauikit
depends = poppler-qt6
depends = qt6-base
depends = qt6-declarative
source =
https://download.kde.org/stable/maui/mauikit-documents/4.0.2/mauikit-documents-4.0.2.tar.xz
source =
https://download.kde.org/stable/maui/mauikit-documents/4.0.2/mauikit-documents-4.0.2.tar.xz.sig
+ source =
https://invent.kde.org/maui/mauikit-documents/-/commit/ac754704.patch
validpgpkeys = 023625C8D02C0D8C15C3BABB86C793550794FEB8
sha256sums =
0f65615d96dd1283f9ee471589ec85783dc129cf844b4eac247cd69130e1b6d3
sha256sums = SKIP
+ sha256sums =
ff38a7d563fb7f76ad49327dae1b40c76867c65d292f4e5d963c1892d4837efe
pkgname = mauikit-documents
=====================================
PKGBUILD
=====================================
@@ -2,29 +2,36 @@
pkgname=mauikit-documents
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='MauiKit QtQuick plugins for text editing'
url='https://mauikit.org/'
arch=(x86_64)
license=(LGPL-3.0-only)
-depends=(gcc-libs
- glibc
+depends=(glibc
karchive
kcoreaddons
kfilemetadata
kguiaddons
ki18n
kio
+ libgcc
+ libstdc++
mauikit
poppler-qt6
qt6-base
qt6-declarative)
makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/maui/mauikit-documents/-/commit/ac754704.patch)
sha256sums=('0f65615d96dd1283f9ee471589ec85783dc129cf844b4eac247cd69130e1b6d3'
- 'SKIP')
+ 'SKIP'
+ 'ff38a7d563fb7f76ad49327dae1b40c76867c65d292f4e5d963c1892d4837efe')
validpgpkeys=(023625C8D02C0D8C15C3BABB86C793550794FEB8) # Camilo Higuita
<[email protected]>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < ac754704.patch # Fix build with Qt 6.10
+}
+
build() {
cmake -B build -S $pkgname-$pkgver
cmake --build build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mauikit-documents/-/commit/b98f5821a2321cdeea6105362de1ee08d1f1a7e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mauikit-documents/-/commit/b98f5821a2321cdeea6105362de1ee08d1f1a7e3
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