Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
labplot


Commits:
6e05fee5 by Antonio Rojas at 2025-11-02T00:26:09+01:00
upgpkg: 2.12.1-4: Really rebuild with liborcus 0.21

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = labplot
        pkgdesc = KDE Application for interactive graphing and analysis of 
scientific data
        pkgver = 2.12.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://labplot.kde.org/
        arch = x86_64
        license = GPL-2.0-or-later
@@ -56,6 +56,10 @@ pkgbase = labplot
        depends = zlib
        depends = zstd
        source = https://download.kde.org/stable/labplot/labplot-2.12.1.tar.xz
+       source = 
https://invent.kde.org/education/labplot/-/commit/ee17e765.patch
+       source = 
https://invent.kde.org/education/labplot/-/commit/c2db2ec2.patch
        sha256sums = 
e28155bfddf40e5b6f7c4791313556d1e48138044f216f210d515b9f6d6c106a
+       sha256sums = 
547aa708ad7667c5c0392837cfd41cae7f8d98ae804e00b010a8cbcba0be7b41
+       sha256sums = 
09082b162b3bbfcafa5fa5db51ddde4ba667749cb0d790524f4330f1140e7797
 
 pkgname = labplot


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.12.1
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 pkgdesc='KDE Application for interactive graphing and analysis of scientific 
data'
 url='https://labplot.kde.org/'
@@ -57,8 +57,17 @@ makedepends=(boost
              extra-cmake-modules
              kdoctools
              knewstuff)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e28155bfddf40e5b6f7c4791313556d1e48138044f216f210d515b9f6d6c106a')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+        https://invent.kde.org/education/labplot/-/commit/ee17e765.patch
+        https://invent.kde.org/education/labplot/-/commit/c2db2ec2.patch)
+sha256sums=('e28155bfddf40e5b6f7c4791313556d1e48138044f216f210d515b9f6d6c106a'
+            '547aa708ad7667c5c0392837cfd41cae7f8d98ae804e00b010a8cbcba0be7b41'
+            '09082b162b3bbfcafa5fa5db51ddde4ba667749cb0d790524f4330f1140e7797')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < ee17e765.patch # liborcus 0.21 support
+  patch -d $pkgname-$pkgver -p1 < c2db2ec2.patch # fix build with Qt 6.10
+}
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/labplot/-/commit/6e05fee5358c4c5d74ea7e7b11357999400432b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/labplot/-/commit/6e05fee5358c4c5d74ea7e7b11357999400432b7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to