Date: Wednesday, November 25, 2020 @ 19:59:20
  Author: arojas
Revision: 761254

archrelease: copy trunk to community-x86_64

Added:
  pix/repos/
  pix/repos/community-x86_64/
  pix/repos/community-x86_64/PKGBUILD
    (from rev 761253, pix/trunk/PKGBUILD)

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

Copied: pix/repos/community-x86_64/PKGBUILD (from rev 761253, 
pix/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2020-11-25 19:59:20 UTC (rev 761254)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=pix
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Image gallery application"
+url="https://mauikit.org/";
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-location)
+groups=(maui)
+source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('44d1d5c5c126dbd6fd5953f397b850300435921f884adddc3821f46fd8abd00d')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to