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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:20:11 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:20:10
  Author: arojas
Revision: 869531

archrelease: copy trunk to community-x86_64

Added:
  maui-nota/repos/community-x86_64/PKGBUILD
    (from rev 869530, maui-nota/trunk/PKGBUILD)
Deleted:
  maui-nota/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:19:50 UTC (rev 869530)
+++ PKGBUILD	2021-02-23 10:20:10 UTC (rev 869531)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-nota
-_pkgname=nota
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Multi-platform text editor"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-webengine)
-groups=(maui)
-source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz)
-sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a')
-
-build() {
-  cmake -B build -S $_pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-nota/repos/community-x86_64/PKGBUILD (from rev 869530, maui-nota/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 10:20:10 UTC (rev 869531)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-nota
+_pkgname=nota
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Multi-platform text editor"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-webengine)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('d236915b862f0ff06c23755d3f3a37f355a88991ee59fc25a4344bc67711571f')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list