[arch-commits] Commit in gamescope/repos (2 files)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Mar 5 00:06:14 UTC 2022


    Date: Saturday, March 5, 2022 @ 00:06:14
  Author: svenstaro
Revision: 1142034

archrelease: copy trunk to community-staging-x86_64

Added:
  gamescope/repos/community-staging-x86_64/
  gamescope/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142033, gamescope/trunk/PKGBUILD)

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

Copied: gamescope/repos/community-staging-x86_64/PKGBUILD (from rev 1142033, gamescope/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-05 00:06:14 UTC (rev 1142034)
@@ -0,0 +1,73 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Samuel "scrufulufugus" Monson <smonson at irbash.net>
+# Contributor: PedroHLC <root at pedrohlc.com>
+
+pkgname=gamescope
+pkgver=3.11.22
+pkgrel=2
+pkgdesc='SteamOS session compositing window manager'
+arch=(x86_64)
+url=https://github.com/Plagman/gamescope
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+  libcap.so
+  libdrm
+  libliftoff.so
+  libpipewire-0.3.so
+  libvulkan.so
+  libwlroots.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxkbcommon.so
+  libxrender
+  libxres
+  libxtst
+  libxxf86vm
+  sdl2
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+  wlroots
+  xorg-server-xwayland
+)
+makedepends=(
+  git
+  glslang
+  meson
+  ninja
+  vulkan-headers
+)
+_tag=ff5d5857854c29a2929a793f873ecb7e9ea74795
+source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cd gamescope
+  meson subprojects download
+}
+
+pkgver() {
+  cd gamescope
+  git describe --tags | sed 's/-//'
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -lrt"
+  arch-meson gamescope build \
+    -Dforce_fallback_for=stb \
+    -Dpipewire=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 gamescope/LICENSE -t "${pkgdir}"/usr/share/licenses/gamescope/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list