Date: Sunday, May 9, 2021 @ 08:36:37
  Author: arojas
Revision: 928971

archrelease: copy trunk to community-x86_64

Added:
  mauikit/repos/community-x86_64/PKGBUILD
    (from rev 928970, mauikit/trunk/PKGBUILD)
Deleted:
  mauikit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-09 08:36:28 UTC (rev 928970)
+++ PKGBUILD    2021-05-09 08:36:37 UTC (rev 928971)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=mauikit
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Templated convergent controls and multi-platform utilities for Maui 
applications"
-url="https://mauikit.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(syntax-highlighting kirigami2 qt5-svg kio)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3af24f8f8ac85a3215092d6014e60e324f400bbd96d8135ee273cf1d86dedef6')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit/repos/community-x86_64/PKGBUILD (from rev 928970, 
mauikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-05-09 08:36:37 UTC (rev 928971)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=mauikit
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Templated convergent controls and multi-platform utilities for Maui 
applications"
+url="https://mauikit.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(kconfig kcoreaddons ki18n kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('3af24f8f8ac85a3215092d6014e60e324f400bbd96d8135ee273cf1d86dedef6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to