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" }