Date: Sunday, October 23, 2022 @ 16:48:58
  Author: ainola
Revision: 1334345

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: gtk-layer-shell/repos/community-testing-x86_64/PKGBUILD (from rev 
1334344, gtk-layer-shell/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-10-23 16:48:58 UTC (rev 1334345)
@@ -0,0 +1,44 @@
+# 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.8.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"
+    "valabind"
+)
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz";)
+sha512sums=('710019b05785abc3cc8bc639a110f141dd2f37ce1d78e03ed361f1c21caee6c43817499fa05c8228f233bff3ac0b6f6123fa9014a87ae99edb6b10e4ff8f3dde')
+
+build() {
+    meson --prefix=/usr \
+          --wrap-mode=nofallback \
+          --buildtype=plain \
+          -Dtests=true \
+          -Ddocs=true \
+          -Dintrospection=true \
+          "$pkgname-$pkgver" \
+          build
+    ninja -C build
+}
+
+check() {
+    ninja -C build test
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to