summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/aqemu/files')
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-crash-fix.patch116
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-docs.patch15
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-include.patch10
-rw-r--r--app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch15
4 files changed, 0 insertions, 156 deletions
diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-crash-fix.patch b/app-emulation/aqemu/files/aqemu-0.9.2-crash-fix.patch
deleted file mode 100644
index ef4c1a146461..000000000000
--- a/app-emulation/aqemu/files/aqemu-0.9.2-crash-fix.patch
+++ /dev/null
@@ -1,116 +0,0 @@
-https://github.com/tobimensch/aqemu/pull/116
-https://bugs.gentoo.org/738020
-
-From dc19121a923c71eed248cd6310b9b06ec0af6abe Mon Sep 17 00:00:00 2001
-From: Moskaliou Nikita <44800696+nikitamos@users.noreply.github.com>
-Date: Sun, 5 Dec 2021 19:36:44 +0300
-Subject: [PATCH] Change widgets names
-
-Several widgets in the src/Main_Window.ui file had the same name ("widget"), for several users AQEMU crashed with SEGFAULT. So, the names were changed and now everything works fine
---- a/src/Main_Window.ui
-+++ b/src/Main_Window.ui
-@@ -226,7 +226,7 @@
- </widget>
- </item>
- <item>
-- <widget class="QWidget" name="widget" native="true">
-+ <widget class="QWidget" name="general_Machine_Sets" native="true">
- <layout class="QGridLayout" name="gridLayout_12">
- <property name="leftMargin">
- <number>24</number>
-@@ -275,9 +275,6 @@
- <property name="maxCount">
- <number>64</number>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- </widget>
- </item>
- <item row="3" column="1">
-@@ -294,9 +291,6 @@
- <property name="maxCount">
- <number>16</number>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- <item>
- <property name="text">
- <string>1</string>
-@@ -395,9 +389,6 @@
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- </widget>
- </item>
- <item row="2" column="2">
-@@ -526,9 +517,6 @@
- <property name="maxCount">
- <number>8</number>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- <item>
- <property name="text">
- <string>Floppy</string>
-@@ -586,9 +574,6 @@
- <property name="maxCount">
- <number>8</number>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- </widget>
- </item>
- <item row="3" column="0">
-@@ -618,9 +603,6 @@
- <property name="maxCount">
- <number>128</number>
- </property>
-- <property name="sizeAdjustPolicy">
-- <enum>QComboBox::AdjustToMinimumContentsLength</enum>
-- </property>
- <item>
- <property name="text">
- <string>en-us (default)</string>
-@@ -1333,7 +1315,7 @@
- </widget>
- </item>
- </layout>
-- <zorder>widget</zorder>
-+ <zorder>general_Machine_Sets</zorder>
- <zorder>GB_Options</zorder>
- <zorder>GB_Audio</zorder>
- <zorder>GB_Memory</zorder>
-@@ -2457,7 +2439,7 @@
- </layout>
- </item>
- <item row="1" column="0" colspan="2">
-- <widget class="QWidget" name="widget" native="true">
-+ <widget class="QWidget" name="protocol_Sets" native="true">
- <layout class="QHBoxLayout" name="Widget_Redirection_Protocol">
- <property name="spacing">
- <number>6</number>
-@@ -2515,7 +2497,7 @@
- </widget>
- </item>
- <item row="2" column="0" colspan="2">
-- <widget class="QWidget" name="widget" native="true">
-+ <widget class="QWidget" name="ip_Sets" native="true">
- <layout class="QHBoxLayout" name="Widget_Redirection_Net">
- <property name="spacing">
- <number>6</number>
-@@ -3018,7 +3000,7 @@
- <x>0</x>
- <y>0</y>
- <width>982</width>
-- <height>32</height>
-+ <height>22</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuVM">
diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch b/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch
deleted file mode 100644
index e3fab7fbf209..000000000000
--- a/app-emulation/aqemu/files/aqemu-0.9.2-docs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -273,9 +273,9 @@ MACRO( create_docs _sources )
- ENDFOREACH( curFile )
- ENDMACRO( create_docs )
-
--CREATE_DOCS( docs_bz2 AUTHORS CHANGELOG README TODO )
--ADD_CUSTOM_TARGET( docs ALL DEPENDS ${docs_bz2} )
--INSTALL( FILES ${docs_bz2} DESTINATION share/doc/aqemu )
-+#CREATE_DOCS( docs_bz2 AUTHORS CHANGELOG README TODO )
-+#ADD_CUSTOM_TARGET( docs ALL DEPENDS ${docs_bz2} )
-+#INSTALL( FILES ${docs_bz2} DESTINATION share/doc/aqemu )
-
- # Build RCC files (GUI icons)
- MACRO( pack_icons _sources )
diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-include.patch b/app-emulation/aqemu/files/aqemu-0.9.2-include.patch
deleted file mode 100644
index 98a14068a7cd..000000000000
--- a/app-emulation/aqemu/files/aqemu-0.9.2-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/docopt/docopt_value.h
-+++ b/src/docopt/docopt_value.h
-@@ -13,6 +13,7 @@
- #include <vector>
- #include <functional> // std::hash
- #include <iosfwd>
-+#include <stdexcept>
-
- namespace docopt {
-
diff --git a/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch b/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch
deleted file mode 100644
index 5c5548058427..000000000000
--- a/app-emulation/aqemu/files/aqemu-0.9.2-qtbindir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Ensure the Qt 5 version of rcc is used instead of whatever is in $PATH.
-
-Gentoo-bug: 589332
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -285,7 +285,7 @@
-
- SET( _out ${CMAKE_CURRENT_SOURCE_DIR}/${_basename}.rcc )
-
-- ADD_CUSTOM_COMMAND( OUTPUT ${_out} COMMAND rcc ARGS ${_in} -binary -o ${_out} DEPENDS ${_in} )
-+ ADD_CUSTOM_COMMAND( OUTPUT ${_out} COMMAND ${Qt5Core_RCC_EXECUTABLE} ARGS ${_in} -binary -o ${_out} DEPENDS ${_in} )
-
- SET( ${_sources} ${${_sources}} ${_out} )
- ENDFOREACH( curFile )