Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kquickimageeditor
Commits:
d680da0d by Antonio Rojas at 2026-07-03T20:26:55+02:00
upgpkg: 0.6.2.1-2: OpenCV 5.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kquickimageeditor
pkgdesc = QML image editing components
pkgver = 0.6.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://invent.kde.org/libraries/kquickimageeditor
arch = x86_64
license = LGPL-2.1-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=kquickimageeditor
pkgver=0.6.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='QML image editing components'
license=(LGPL-2.1-or-later)
arch=(x86_64)
@@ -22,6 +22,10 @@
sha256sums=('6d37a479463dcd16e4746d8b43d4adb05640e8b49056baabc82c865e2e1a4c85'
validpgpkeys=(39FFA93CAE9C6AFC212AD00202325448204E452A # Carl Schwan
<[email protected]>
931703E04546328CEE35B5A51F7428FFC412A679) # Noah Davis
<[email protected]>
+prepare() {
+ sed -e 's|OpenCV 4.7|OpenCV 5|' -i $pkgbase-$pkgver/CMakeLists.txt
+}
+
build() {
cmake -B build -S $pkgbase-$pkgver
cmake --build build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kquickimageeditor/-/commit/d680da0dd8646e7c05f12a51711f2b2a48f0ceb1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kquickimageeditor/-/commit/d680da0dd8646e7c05f12a51711f2b2a48f0ceb1
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