From 6a2df88626287187af8d64ed3f0e12994572e977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 1 Apr 2024 01:12:20 +0300 Subject: [PATCH] 1.5.2-1 --- portproton/lure.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index ba8346a..dfc82fe 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -1,5 +1,5 @@ name='portproton' -version='1.5.1' +version='1.5.2' release='1' desc='PortProton is a project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.' homepage='https://linux-gaming.ru/' @@ -38,13 +38,16 @@ deps_redos=('bash' 'icoutils' 'yad' 'bubblewrap' 'zstd' 'cabextract' 'gzip' opt_deps_arch=('gamemode: Support for Feral GameMode' 'lib32-gamemode: 32-bit support for Feral GameMode' - 'gamescope: Support for Gamescope') + 'gamescope: Support for Gamescope' + 'icoextract: For proper icon creation in GNOME') opt_deps_fedora=('gamemode: Support for Feral GameMode' 'lib32-gamemode: 32-bit support for Feral GameMode' - 'gamescope: Support for Gamescope') + 'gamescope: Support for Gamescope' + 'icoextract: For proper icon creation in GNOME') opt_deps_debian=('gamemode: Support for Feral GameMode' 'lib32-gamemode: 32-bit support for Feral GameMode' - 'gamescope: Support for Gamescope') + 'gamescope: Support for Gamescope' + 'icoextract: For proper icon creation in GNOME') sources=( "https://github.com/Castro-Fidel/PortProton_ALT/archive/v${version}.tar.gz" @@ -63,5 +66,6 @@ package() { install -Dm755 "portproton" "${pkgdir}/usr/bin/${name}" install -Dm644 "ru.linux_gaming.PortProton.desktop" "${pkgdir}/usr/share/applications/${name}.desktop" install -Dm644 "ru.linux_gaming.PortProton.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/ru.linux_gaming.PortProton.svg" + install -Dm644 "ru.linux_gaming.PortProton.metainfo.xml" -t "${pkgdir}/usr/share/metainfo/" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE" }