[arch-commits] Commit in mauikit-imagetools (3 files)

Antonio Rojas arojas at archlinux.org
Sun May 9 08:20:55 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:20:55
  Author: arojas
Revision: 928965

archrelease: copy trunk to community-x86_64

Added:
  mauikit-imagetools/repos/
  mauikit-imagetools/repos/community-x86_64/
  mauikit-imagetools/repos/community-x86_64/PKGBUILD
    (from rev 928964, mauikit-imagetools/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: mauikit-imagetools/repos/community-x86_64/PKGBUILD (from rev 928964, mauikit-imagetools/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-05-09 08:20:55 UTC (rev 928965)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-imagetools
+pkgver=1.2.2
+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=('0ef1e75f40aae0e746fc136836505a106307ff392c87680f74e1777f38b4aba8')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list