[arch-commits] Commit in mauikit-imagetools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 6 19:06:00 UTC 2021
Date: Saturday, November 6, 2021 @ 19:06:00
Author: arojas
Revision: 1037706
archrelease: copy trunk to community-x86_64
Added:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
(from rev 1037705, mauikit-imagetools/trunk/PKGBUILD)
Deleted:
mauikit-imagetools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 19:05:51 UTC (rev 1037705)
+++ PKGBUILD 2021-11-06 19:06:00 UTC (rev 1037706)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-imagetools
-pkgver=2.0.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=('c503a2e09a7cadfe7d49a9692dd1f12b4d06e286e97292e1e1a0aefb279c7ed9')
-
-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 1037705, mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 19:06:00 UTC (rev 1037706)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-imagetools
+pkgver=2.1.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=('cf54e1a7911330ff895bc52b635993fa8a41609c437051e464fe6782b036c42d')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list