[arch-commits] Commit in gamescope/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jan 12 09:22:00 UTC 2022
Date: Wednesday, January 12, 2022 @ 09:22:00
Author: alucryd
Revision: 1101509
archrelease: copy trunk to community-staging-x86_64
Added:
gamescope/repos/community-staging-x86_64/PKGBUILD
(from rev 1101508, gamescope/trunk/PKGBUILD)
Deleted:
gamescope/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 146 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 73 insertions(+), 73 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 09:21:53 UTC (rev 1101508)
+++ PKGBUILD 2022-01-12 09:22:00 UTC (rev 1101509)
@@ -1,73 +0,0 @@
-# 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.0.beta2
-pkgrel=1
-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=45b4bb8384b2c21e232fc8dfe1906fd3cc4c7687
-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= \
- -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:
Copied: gamescope/repos/community-staging-x86_64/PKGBUILD (from rev 1101508, gamescope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-12 09:22:00 UTC (rev 1101509)
@@ -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.0beta2
+pkgrel=1
+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=45b4bb8384b2c21e232fc8dfe1906fd3cc4c7687
+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= \
+ -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