Date: Saturday, November 26, 2022 @ 08:50:49
Author: arojas
Revision: 1353966
archrelease: copy trunk to community-x86_64
Added:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
(from rev 1353965, mauikit-imagetools/trunk/PKGBUILD)
Deleted:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-26 08:50:39 UTC (rev 1353965)
+++ PKGBUILD 2022-11-26 08:50:49 UTC (rev 1353966)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-imagetools
-pkgver=2.2.0
-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=('f96e9cf007101a7a15e3b339b0dd774c4c7609b6126cae1223d1e9504c8e941d')
-
-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 1353965,
mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-26 08:50:49 UTC (rev 1353966)
@@ -0,0 +1,22 @@
+# 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
+}