Date: Thursday, August 12, 2021 @ 16:09:45
  Author: arojas
Revision: 997618

archrelease: copy trunk to community-staging-x86_64

Added:
  maui-pix/repos/community-staging-x86_64/
  maui-pix/repos/community-staging-x86_64/PKGBUILD
    (from rev 997617, maui-pix/trunk/PKGBUILD)

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

Copied: maui-pix/repos/community-staging-x86_64/PKGBUILD (from rev 997617, 
maui-pix/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-12 16:09:45 UTC (rev 997618)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=maui-pix
+_pkgname=pix
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Image gallery application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-imagetools hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('f614c70f5c5e0b20260d0b9332847a83969fe3bec2d75d3c0fd6ffc7671736b6')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to