[arch-commits] Commit in libdecor/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Sep 30 00:08:57 UTC 2021


    Date: Thursday, September 30, 2021 @ 00:08:57
  Author: svenstaro
Revision: 424822

archrelease: copy trunk to extra-x86_64

Added:
  libdecor/repos/extra-x86_64/
  libdecor/repos/extra-x86_64/PKGBUILD
    (from rev 424821, libdecor/trunk/PKGBUILD)

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

Copied: libdecor/repos/extra-x86_64/PKGBUILD (from rev 424821, libdecor/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2021-09-30 00:08:57 UTC (rev 424822)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+pkgdesc='Client-side decorations library for Wayland clients'
+pkgname=libdecor
+pkgver=0.1.0
+pkgrel=3
+url="https://gitlab.gnome.org/jadahl/libdecor"
+license=('MIT')
+arch=('x86_64')
+depends=('wayland' 'pango' 'dbus' 'egl-wayland' 'libxkbcommon')
+makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
+source=("${url}/uploads/81adf91d27620e20bcc5f6b9b312d768/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('4b8bf44104eec639b191e811e311be27dc68f72f3143636cc954a7d0086a4b5e046d139ece1a6062ce74683cbd83f69a87bb2222873f261420fed32a08373257')
+
+build () {
+  rm -rf _build
+  arch-meson _build "${pkgname}-${pkgver}"
+  meson compile -C _build
+}
+
+check () {
+  meson test -C _build
+}
+
+package () {
+  meson install -C _build --destdir "${pkgdir}"
+  install -Dm644 "${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list