[arch-commits] Commit in gamescope/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 09:03:47 UTC 2022
Date: Thursday, August 18, 2022 @ 09:03:46
Author: alucryd
Revision: 1266810
archrelease: copy trunk to community-x86_64
Added:
gamescope/repos/community-x86_64/PKGBUILD
(from rev 1266809, gamescope/trunk/PKGBUILD)
Deleted:
gamescope/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 146 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 73 insertions(+), 73 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 09:03:38 UTC (rev 1266809)
+++ PKGBUILD 2022-08-18 09:03:46 UTC (rev 1266810)
@@ -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.36
-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=cb59480be00a28bbd7462df6abd17d4c752121f0
-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 1266809, gamescope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-18 09:03:46 UTC (rev 1266810)
@@ -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.36
+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=cb59480be00a28bbd7462df6abd17d4c752121f0
+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