Date: Thursday, July 30, 2020 @ 01:08:16
  Author: ainola
Revision: 665863

archrelease: copy trunk to community-staging-x86_64

Added:
  gtk-layer-shell/repos/community-staging-x86_64/
  gtk-layer-shell/repos/community-staging-x86_64/PKGBUILD
    (from rev 665862, gtk-layer-shell/trunk/PKGBUILD)

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

Copied: gtk-layer-shell/repos/community-staging-x86_64/PKGBUILD (from rev 
665862, gtk-layer-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-30 01:08:16 UTC (rev 665863)
@@ -0,0 +1,36 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Adrian Perez de Castro <[email protected]>
+
+pkgdesc='Library to create Wayland desktop components using the Layer Shell 
protocol'
+pkgname=gtk-layer-shell
+pkgver=0.2.0
+pkgrel=1
+arch=(x86_64)
+license=(LGPL3)
+url="https://github.com/wmww/gtk-layer-shell";
+depends=(
+    "gtk3"
+    "wayland"
+)
+makedepends=(
+    "gtk-doc"
+    "gobject-introspection"
+    "meson"
+    "ninja"
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz";)
+sha512sums=('4bbff1cd43951919cf9a9dd4854754f8fadfef0850a1da7ec2b286e18cadb1de7644f5ff9bde115f9d1fa8e4a1835a0300d52197fd21425de7d8e895245d9c06')
+
+build() {
+    meson --prefix=/usr \
+          --wrap-mode=nofallback \
+          --buildtype=plain \
+          -Ddocs=true \
+          "$pkgname-$pkgver" \
+          build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to