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

Antonio Rojas arojas at archlinux.org
Sun May 9 08:58:36 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:58:35
  Author: arojas
Revision: 928989

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 08:58:24 UTC (rev 928988)
+++ PKGBUILD	2021-05-09 08:58:35 UTC (rev 928989)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: maui-shelf/repos/community-x86_64/PKGBUILD (from rev 928988, maui-shelf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 08:58:35 UTC (rev 928989)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-shelf
+_pkgname=shelf
+pkgver=1.1.1
+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=('48db21ce904c2c5b0c34cb72bda3abef9782cc587edb2c1b630187b8b074b916')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list