Date: Wednesday, March 1, 2023 @ 19:19:20
Author: arojas
Revision: 1406197
archrelease: copy trunk to community-x86_64
Added:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
(from rev 1406196, mauikit-imagetools/trunk/PKGBUILD)
Deleted:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 19:19:07 UTC (rev 1406196)
+++ PKGBUILD 2023-03-01 19:19:20 UTC (rev 1406197)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-imagetools
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='MauiKit Image Tools Components'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kquickimageeditor qt5-location exiv2)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('622bea0b6cebf94bb4a0e1f1711c01828b9755b8be3bea1f0a65e845f8fcd0f1')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mauikit-imagetools/repos/community-x86_64/PKGBUILD (from rev 1406196,
mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-01 19:19:20 UTC (rev 1406197)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit-imagetools
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='MauiKit Image Tools Components'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kquickimageeditor qt5-location exiv2 tesseract)
+makedepends=(extra-cmake-modules opencv)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('640d84230480434acd053bada3ce5f2568cba79d4b273aa86b07a15dc401c6c9')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}