[arch-commits] Commit in maui-shelf (3 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:44:37 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:44:37
  Author: arojas
Revision: 869579

archrelease: copy trunk to community-x86_64

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

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

Copied: maui-shelf/repos/community-x86_64/PKGBUILD (from rev 869578, maui-shelf/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-02-23 10:44:37 UTC (rev 869579)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Document and EBook collection manager"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit 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=('06d84cfd56d1d05029e5c8bca389098977981d8eabe9ace801ac5de60cec0a03')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list