[arch-commits] Commit in mauikit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 17 20:29:08 UTC 2021


    Date: Friday, September 17, 2021 @ 20:29:07
  Author: arojas
Revision: 1016883

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-17 20:28:59 UTC (rev 1016882)
+++ PKGBUILD	2021-09-17 20:29:07 UTC (rev 1016883)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Templated convergent controls and multi-platform utilities for Maui applications'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(ki18n knotifications kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('6512d78a11ba037341584269a8ed4708f4ac76f95a693061052838912c812e16')
-
-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 1016882, mauikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-17 20:29:07 UTC (rev 1016883)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Templated convergent controls and multi-platform utilities for Maui applications'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(ki18n knotifications kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('16bdd7aa27ef288dc431b2e7b64abca120e3d58db5a74d928d072c9c0c84c63e')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list