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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 07:44:33 UTC 2021


    Date: Tuesday, February 23, 2021 @ 07:44:33
  Author: arojas
Revision: 869260

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 07:44:24 UTC (rev 869259)
+++ PKGBUILD	2021-02-23 07:44:33 UTC (rev 869260)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="Templated convergent controls and multi-platform utilities for Maui applications"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(libappletdecoration syntax-highlighting kirigami2)
-makedepends=(extra-cmake-modules)
-source=(https://invent.kde.org/maui/mauikit/-/archive/v$pkgver/mauikit-v$pkgver.tar.gz)
-sha256sums=('d241331ecf8c87448c044f129a486911b7e2e9cfda08717c636d0d5afa4f0f47')
-
-build() {
-  cmake -B build -S $pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/lib/qt/qml/org/kde/appletdecoration # Provided by libappletdecoration
-}

Copied: mauikit/repos/community-x86_64/PKGBUILD (from rev 869259, mauikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 07:44:33 UTC (rev 869260)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit
+pkgver=1.2.1
+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=('de5f95c7abe177d91c596a165e98073ec531ded52f8945068715092b8d776951')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list