Package: v0.5.6

This commit is contained in:
Rosalie Wanders
2024-01-23 18:58:16 +01:00
parent d94d6ce0a9
commit a0608384d9
4 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Rosalie Wanders <rosalie@mailbox.org>
pkgname=rmg
pkgver=0.5.5
pkgver=0.5.6
pkgrel=1
pkgdesc="Rosalie's Mupen GUI"
arch=('x86_64' 'aarch64')
+4 -4
View File
@@ -1,5 +1,5 @@
Name: RMG
Version: 0.5.5
Version: 0.5.6
Release: %autorelease
Summary: Rosalie's Mupen GUI
@@ -40,7 +40,7 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C
%autosetup
%build
%cmake -DCMAKE_BUILD_TYPE=Release -DPORTABLE_INSTALL=OFF -DDISCORD_RPC=OFF
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPORTABLE_INSTALL=OFF -DDISCORD_RPC=OFF
%cmake_build
%install
@@ -48,8 +48,8 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C
%files
/usr/bin/RMG
/usr/lib/libRMG-Core.so
/usr/lib/RMG/
/usr/lib64/libRMG-Core.so
/usr/lib64/RMG/
/usr/share/RMG/
/usr/share/applications/com.github.Rosalie241.RMG.desktop
/usr/share/icons/hicolor/scalable/apps/com.github.Rosalie241.RMG.svg
@@ -33,6 +33,24 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.5.6" date="2024-01-23" type="stable">
<description>
<p>Changes:</p>
<ul>
<li>Fix updater for portable installs on windows failing to extract the zip file</li>
<li>Fix Load State and View Log having the same default shortcut</li>
<li>Fix not being GPL compliant by disabling the building of angrylion-rdp-plus by default (thank you orbea and carmiker)</li>
<li>Fix installation not respecting CMAKE_INSTALL_LIBDIR</li>
<li>Fix third party projects not respecting CMAKE_C_FLAGS and CMAKE_CXX_FLAGS</li>
<li>Fix not all third party projects respecting the RelWithDebInfo configuration properly</li>
<li>Fix GLideN64 not installing correctly with the RelWithDebInfo configuration</li>
<li>Fix mupen64plus callbacks during initialization not showing up in the log window</li>
<li>Add a few GUI logging messages</li>
<li>Improve view log dialog behavior with clearing the log</li>
<li>Update copyright year in the about dialog (thank you JakobDev)</li>
</ul>
</description>
</release>
<release version="v0.5.5" date="2024-01-14" type="stable">
<description>
<p>Changes:</p>
+1 -1
View File
@@ -1 +1 @@
v0.5.5
v0.5.6