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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 30 16:13:25 UTC 2022


    Date: Tuesday, August 30, 2022 @ 16:13:24
  Author: arojas
Revision: 1288756

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 16:13:14 UTC (rev 1288755)
+++ PKGBUILD	2022-08-30 16:13:24 UTC (rev 1288756)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-shelf
-_pkgname=shelf
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Document and EBook collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor poppler-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('b0a3d488d8b29f34b1e1032b4566a478a838eefc20e69a239077398e68406738')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-shelf/repos/community-x86_64/PKGBUILD (from rev 1288755, maui-shelf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 16:13:24 UTC (rev 1288756)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Document and EBook collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor poppler-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('0cbc7389f86f4bdd5255f92638114e1fe02c582c9a384de3eb724012efa01409')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list