[arch-commits] Commit in gamescope/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Feb 18 11:04:39 UTC 2022
Date: Friday, February 18, 2022 @ 11:04:38
Author: alucryd
Revision: 1133861
archrelease: copy trunk to community-x86_64
Added:
gamescope/repos/community-x86_64/PKGBUILD
(from rev 1133860, gamescope/trunk/PKGBUILD)
Deleted:
gamescope/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 146 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 73 insertions(+), 73 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-18 11:04:29 UTC (rev 1133860)
+++ PKGBUILD 2022-02-18 11:04:38 UTC (rev 1133861)
@@ -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.21
-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=5f8fa270295e116c0e7341908f8898b663092b69
-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:
Copied: gamescope/repos/community-x86_64/PKGBUILD (from rev 1133860, gamescope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-18 11:04:38 UTC (rev 1133861)
@@ -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=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=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