Date: Tuesday, January 3, 2023 @ 15:28:03
Author: alucryd
Revision: 1374945
archrelease: copy trunk to community-testing-x86_64
Added:
gamescope/repos/community-testing-x86_64/PKGBUILD
(from rev 1374944, gamescope/trunk/PKGBUILD)
Deleted:
gamescope/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 147 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 73 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-03 15:27:51 UTC (rev 1374944)
+++ PKGBUILD 2023-01-03 15:28:03 UTC (rev 1374945)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Samuel "scrufulufugus" Monson <[email protected]>
-# Contributor: PedroHLC <[email protected]>
-
-pkgname=gamescope
-pkgver=3.11.48
-pkgrel=6
-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
- wlroots0.15
- libwlroots.so=10
- libx11
- libxcomposite
- libxdamage
- libxext
- libxfixes
- libxkbcommon.so
- libxrender
- libxres
- libxtst
- libxxf86vm
- sdl2
- vulkan-icd-loader
- wayland
- wayland-protocols
- xorg-server-xwayland
-)
-makedepends=(
- git
- glslang
- meson
- ninja
- vulkan-headers
-)
-_tag=f072cbd58b0ab373f486bf1647b7acd0ffce8f0d
-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 PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
- 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-testing-x86_64/PKGBUILD (from rev 1374944,
gamescope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-03 15:28:03 UTC (rev 1374945)
@@ -0,0 +1,73 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Samuel "scrufulufugus" Monson <[email protected]>
+# Contributor: PedroHLC <[email protected]>
+
+pkgname=gamescope
+pkgver=3.11.51
+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
+ xorg-server-xwayland
+)
+makedepends=(
+ git
+ glslang
+ meson
+ ninja
+ vulkan-headers
+)
+_tag=7aef264dfcf81c5f303422d820b7e1ecf81568f3
+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 PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
+ 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: