Date: Saturday, March 4, 2023 @ 08:30:54
Author: arojas
Revision: 1411488
archrelease: copy trunk to community-x86_64
Added:
mauikit/repos/community-x86_64/PKGBUILD
(from rev 1411487, mauikit/trunk/PKGBUILD)
Deleted:
mauikit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 ++++++++++++++++++++++----------------------------
1 file changed, 22 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-04 08:30:41 UTC (rev 1411487)
+++ PKGBUILD 2023-03-04 08:30:54 UTC (rev 1411488)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=mauikit
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Templated convergent controls and multi-platform utilities for Maui
applications'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauiman ki18n knotifications kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules)
-#source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-1.0.2.tar.xz)
-sha256sums=('c85ca983ef9ad43b88f496f0b91b2fc62e7b15330797d6caa7dc677201c37964')
-
-prepare() {
-# Typo in version number
- mv $pkgname-{1.0.2,$pkgver}
-}
-
-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 1411487,
mauikit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-04 08:30:54 UTC (rev 1411488)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=mauikit
+pkgver=2.2.2
+pkgrel=2
+pkgdesc='Templated convergent controls and multi-platform utilities for Maui
applications'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauiman ki18n knotifications kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b7eb6517e933757b09ad346189bf50d9269d0ca05559bba5f4edbbe26b8d157')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}