Date: Wednesday, March 1, 2023 @ 19:29:08
Author: arojas
Revision: 1406209
archrelease: copy trunk to community-x86_64
Added:
mauikit-documents/repos/community-x86_64/PKGBUILD
(from rev 1406208, mauikit-documents/trunk/PKGBUILD)
Deleted:
mauikit-documents/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 19:28:58 UTC (rev 1406208)
+++ PKGBUILD 2023-03-01 19:29:08 UTC (rev 1406209)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit-documents
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='MauiKit QtQuick plugins for text editing'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit kio kfilemetadata)
-makedepends=(extra-cmake-modules poppler-qt5)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('8a082ca9aed0bebe519a82a0f5420d3b6e6e60e536acf46c5f7b84e0ce52d1b6')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mauikit-documents/repos/community-x86_64/PKGBUILD (from rev 1406208,
mauikit-documents/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-01 19:29:08 UTC (rev 1406209)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit-documents
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='MauiKit QtQuick plugins for text editing'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kio kfilemetadata)
+makedepends=(extra-cmake-modules poppler-qt5)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('adead3ac55787e67845f48299927e0a53053f65ecb4f47a65cc041479bb6df65')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}