diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 15:27:25 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 15:31:28 +0000 |
commit | 13bcdfa3864c0aabf36ea7169500155bfeb9f413 (patch) | |
tree | fc572be6dc19829be8c94b3002fe1f79a7011f63 /gui-wm | |
parent | app-editors/xemacs: drop 21.5.34-r12, 21.5.34-r13 (diff) | |
download | gentoo-13bcdfa3864c0aabf36ea7169500155bfeb9f413.tar.gz gentoo-13bcdfa3864c0aabf36ea7169500155bfeb9f413.tar.bz2 gentoo-13bcdfa3864c0aabf36ea7169500155bfeb9f413.zip |
gui-wm/gamescope: Bump to 3.14.2, drop old 3.14.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/gamescope/Manifest | 2 | ||||
-rw-r--r-- | gui-wm/gamescope/files/gamescope-deprecated-stb.patch (renamed from gui-wm/gamescope/files/gamescope-3.14.0-deprecated-stb.patch) | 0 | ||||
-rw-r--r-- | gui-wm/gamescope/gamescope-3.14.2.ebuild (renamed from gui-wm/gamescope/gamescope-3.14.0-r1.ebuild) | 9 |
3 files changed, 4 insertions, 7 deletions
diff --git a/gui-wm/gamescope/Manifest b/gui-wm/gamescope/Manifest index ca8c12d873cc..f4908900b8c2 100644 --- a/gui-wm/gamescope/Manifest +++ b/gui-wm/gamescope/Manifest @@ -1,2 +1,2 @@ -DIST gamescope-3.14.0.tar.gz 474625 BLAKE2B 4065cf0957bd6e68eb31eff20ccfae3bb3a599f7398b97411c4bea3734fbf555e5d2326de434d1faf437571ec162f4e5d270ef7b48f23e3ca6806f2dac1703c5 SHA512 b2bcd9a4154db6380d29e9f3536ca73ed3e09d589c6446f80f373674dfa3cbb4b9b77ccb82209cc68258fc0f887bb15ebf479acc7091d14073a1c2bd65632d00 +DIST gamescope-3.14.2.tar.gz 486053 BLAKE2B 21433465da95e6b03b87d76c2fcb36f7f93bb9294903c6728c4b0e87916c61559a9328976eb4bfdb5bcb52dfa13265b748e924fd2e8b4701a37c63ce7a36a263 SHA512 bbdf403da8665b0dc3df6cddb6b5acf96f2af9ff8febda1a3d2c4ca5a6cd75b8580063fc6fe8d94c5cf96c9c560ead7b0870558ebefaaea87dc5b2a19d3fcc24 DIST reshade-9fdbea6892f9959fdc18095d035976c574b268b7.tar.gz 1543894 BLAKE2B 5e2b643ffbbda3ad078deb075a6fada1d0a560c6d865b7febee6a8eaade83ec90db3c5a8f4130d27b6dfaa8ee7b899edd214c23c947678eed28fb8e7165d9bd2 SHA512 4565d094e1c2d53d5073b4976874665d38dcf7ca86e982e569cc76923eaa9187fa32a4385fc577a3a867d2917596e6377e5a023a34bc2d389ff899d5b69764fb diff --git a/gui-wm/gamescope/files/gamescope-3.14.0-deprecated-stb.patch b/gui-wm/gamescope/files/gamescope-deprecated-stb.patch index 9168ed94aa6b..9168ed94aa6b 100644 --- a/gui-wm/gamescope/files/gamescope-3.14.0-deprecated-stb.patch +++ b/gui-wm/gamescope/files/gamescope-deprecated-stb.patch diff --git a/gui-wm/gamescope/gamescope-3.14.0-r1.ebuild b/gui-wm/gamescope/gamescope-3.14.2.ebuild index bacc3a1b2891..15019e57277d 100644 --- a/gui-wm/gamescope/gamescope-3.14.0-r1.ebuild +++ b/gui-wm/gamescope/gamescope-3.14.2.ebuild @@ -62,7 +62,9 @@ BDEPEND=" S="${WORKDIR}/${PN}-${MY_PV}" -PATCHES=( "${FILESDIR}/${P}-deprecated-stb.patch" ) +PATCHES=( + "${FILESDIR}"/${PN}-deprecated-stb.patch +) FILECAPS=( cap_sys_nice usr/bin/${PN} @@ -71,11 +73,6 @@ FILECAPS=( src_prepare() { default - # Normally wraps stb with Meson. Upstream does not ship a pkg-config file so - # we don't install one. Work around this using symlinks. - mkdir subprojects/stb || die - ln -sn "${ESYSROOT}"/usr/include/stb/* "${S}"/subprojects/packagefiles/stb/* subprojects/stb/ || die - # ReShade is bundled as a git submodule, but it references an unofficial # fork, so we cannot unbundle it. Symlink to its extracted sources. rmdir src/reshade || die |