diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-30 09:17:41 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-30 09:17:41 +0200 |
| commit | e803eeab204b787ae03050c67a5ada4a8c26cba6 (patch) | |
| tree | 1c11e02560c995a318e4ece37f5bc6d7119da03d /gamescope | |
| parent | 1e46d39869aa4d4f0c07a5994f6b6e1832e9203d (diff) | |
| download | my-slackbuilds-e803eeab204b787ae03050c67a5ada4a8c26cba6.tar.gz my-slackbuilds-e803eeab204b787ae03050c67a5ada4a8c26cba6.zip | |
gamescope: update to 3.16.25
Diffstat (limited to 'gamescope')
| -rw-r--r-- | gamescope/gamescope.SlackBuild | 5 | ||||
| -rw-r--r-- | gamescope/gamescope.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gamescope/gamescope.SlackBuild b/gamescope/gamescope.SlackBuild index d699d06..a24ad1e 100644 --- a/gamescope/gamescope.SlackBuild +++ b/gamescope/gamescope.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gamescope -VERSION=${VERSION:-3.16.24} +VERSION=${VERSION:-3.16.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,8 @@ mkdir -p build -Dpipewire=enabled \ -Dsdl2_backend=enabled \ -Davif_screenshots=enabled \ - -Dinput_emulation=enabled + -Dinput_emulation=enabled \ + -Denable_tests=false ninja -C build/ DESTDIR=$PKG meson install -C build/ --skip-subprojects diff --git a/gamescope/gamescope.info b/gamescope/gamescope.info index bf3d09a..9f23c8b 100644 --- a/gamescope/gamescope.info +++ b/gamescope/gamescope.info @@ -1,8 +1,8 @@ PRGNAM="gamescope" -VERSION="3.16.24" +VERSION="3.16.25" HOMEPAGE="https://github.com/ValveSoftware/gamescope" -DOWNLOAD="https://github.com/ValveSoftware/gamescope/archive/3.16.24/gamescope-3.16.24.tar.gz" -MD5SUM="8b7c0a19d51c2c5b8620f69dde404322" +DOWNLOAD="https://github.com/ValveSoftware/gamescope/archive/3.16.25/gamescope-3.16.25.tar.gz" +MD5SUM="8c30e975ff7d94f26357c82e38c0303a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libavif" |
