mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
Package: v0.5.6
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user