[arch-commits] Commit in cage/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Fri May 20 18:29:38 UTC 2022


    Date: Friday, May 20, 2022 @ 18:29:38
  Author: ainola
Revision: 1209449

archrelease: copy trunk to community-x86_64

Added:
  cage/repos/community-x86_64/PKGBUILD
    (from rev 1209448, cage/trunk/PKGBUILD)
Deleted:
  cage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 18:29:19 UTC (rev 1209448)
+++ PKGBUILD	2022-05-20 18:29:38 UTC (rev 1209449)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=cage
-pkgver=0.1.4
-pkgrel=5
-pkgdesc="A kiosk compositor for Wayland"
-arch=(x86_64)
-url="https://www.hjdskes.nl/projects/cage/"
-license=(MIT)
-depends=(glibc polkit wayland)
-makedepends=(git libxkbcommon meson pixman scdoc wayland-protocols
-wlroots xorg-server-xwayland)
-optdepends=('xorg-server-xwayland: X11 support')
-source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
-validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes <dev at hjdskes.nl>
-options=(debug)
-
-prepare() {
-  cd "${pkgname}"
-  # add support for wlroots 0.15.0
-  git cherry-pick -n 1a3ab3eb3ad0f4a1addb8f9a9427d8b369b19511
-  git cherry-pick -n 8385b62a9b31028fa356cc4130baebc8b6f4adec
-  git cherry-pick -n 388d60d6b88733330fb83dd440051ee805cc7ec7
-  git cherry-pick -n 395189fb051ed722c7b10b6cb11caa8f6904079c
-}
-
-build() {
-  arch-meson -Dxwayland=true build "$pkgname"
-  ninja -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  depends+=(libwlroots.so libxkbcommon.so libpixman-1.so)
-
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 "$pkgname/README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 "$pkgname/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cage/repos/community-x86_64/PKGBUILD (from rev 1209448, cage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-20 18:29:38 UTC (rev 1209449)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=cage
+pkgver=0.1.4
+pkgrel=6
+pkgdesc="A kiosk compositor for Wayland"
+arch=(x86_64)
+url="https://www.hjdskes.nl/projects/cage/"
+license=(MIT)
+depends=(glibc polkit ttf-font wayland)
+makedepends=(git libxkbcommon meson pixman scdoc wayland-protocols
+wlroots xorg-server-xwayland)
+optdepends=('xorg-server-xwayland: X11 support')
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes <dev at hjdskes.nl>
+options=(debug)
+
+prepare() {
+  cd "${pkgname}"
+  # add support for wlroots 0.15.0
+  git cherry-pick -n 1a3ab3eb3ad0f4a1addb8f9a9427d8b369b19511
+  git cherry-pick -n 8385b62a9b31028fa356cc4130baebc8b6f4adec
+  git cherry-pick -n 388d60d6b88733330fb83dd440051ee805cc7ec7
+  git cherry-pick -n 395189fb051ed722c7b10b6cb11caa8f6904079c
+}
+
+build() {
+  arch-meson -Dxwayland=true build "$pkgname"
+  ninja -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  depends+=(libwlroots.so libxkbcommon.so libpixman-1.so)
+
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 "$pkgname/README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 "$pkgname/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list