[arch-commits] Commit in kanshi/repos (3 files)

Brett Cornwall ainola at gemini.archlinux.org
Wed Aug 24 15:47:48 UTC 2022


    Date: Wednesday, August 24, 2022 @ 15:47:48
  Author: ainola
Revision: 1276451

archrelease: copy trunk to community-testing-x86_64

Added:
  kanshi/repos/community-testing-x86_64/
  kanshi/repos/community-testing-x86_64/PKGBUILD
    (from rev 1276450, kanshi/trunk/PKGBUILD)
  kanshi/repos/community-testing-x86_64/keys/

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

Copied: kanshi/repos/community-testing-x86_64/PKGBUILD (from rev 1276450, kanshi/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-08-24 15:47:48 UTC (rev 1276451)
@@ -0,0 +1,36 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Antoine Damhet
+
+pkgname=kanshi
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Dynamic output configuration for Wayland WMs'
+arch=(x86_64)
+url="https://wayland.emersion.fr/kanshi/"
+license=('MIT')
+makedepends=('meson' 'scdoc')
+depends=('wayland' 'libvarlink')
+options=(debug)
+source=(
+    "https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz"
+    "https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz.sig"
+)
+sha256sums=('e6ad6629be4e135796f098131e02ca783a3a1702f0b2cf4f80441542d73513cf'
+            'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser (emersion)
+
+build() {
+    meson --prefix=/usr \
+        --buildtype=plain \
+        -Dman-pages=enabled \
+        -Dipc=enabled \
+        "${pkgname}-${pkgver}" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="${pkgdir}" ninja -C build install
+    cd "$pkgname-$pkgver"
+    install -Dm0644 "LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname/"
+    install -Dm0644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list