Date: Wednesday, March 1, 2023 @ 18:38:34
Author: arojas
Revision: 1406115
archrelease: copy trunk to community-x86_64
Added:
mauiman/repos/community-x86_64/PKGBUILD
(from rev 1406114, mauiman/trunk/PKGBUILD)
Deleted:
mauiman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 18:38:25 UTC (rev 1406114)
+++ PKGBUILD 2023-03-01 18:38:34 UTC (rev 1406115)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauiman
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Maui Manager Library. Server and public library API.'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('60400780c5d5478a1e32b3c0515dedfa1fd2f2fb0b150521cd91a9e7275a982b')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mauiman/repos/community-x86_64/PKGBUILD (from rev 1406114,
mauiman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-01 18:38:34 UTC (rev 1406115)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauiman
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Maui Manager Library. Server and public library API.'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(qt5-systems)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('c49ea08d4b51efb4c6ab95699e837cd5482edbfbd5e45b462a5811208787726c')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}