diff options
Diffstat (limited to 'games-mud/kmuddy/files')
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch | 84 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch | 11 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch | 30 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch | 11 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch | 29 | ||||
-rw-r--r-- | games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch | 24 |
6 files changed, 0 insertions, 189 deletions
diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch deleted file mode 100644 index 899ec0838b85..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-desktopvalidation.patch +++ /dev/null @@ -1,84 +0,0 @@ ---- a/kmuddy/kmuddy.desktop -+++ b/kmuddy/kmuddy.desktop -@@ -1,6 +1,5 @@ - [Desktop Entry] - Version=1.0 --Encoding=UTF-8 - Name=KMuddy - Type=Application - Exec=kmuddy -caption "%c" %i %m ---- a/libs/kmuddyplugin.desktop -+++ b/libs/kmuddyplugin.desktop -@@ -1,6 +1,6 @@ - [Desktop Entry] --Encoding=UTF-8 - Type=ServiceType -+Name=KMuddy Plugins - X-KDE-ServiceType=KMuddy/Plugin - X-KDE-Derived=KPluginInfo - Comment=KMuddy Plugin ---- a/plugins/converter/kmuddyconverterplugin.desktop -+++ b/plugins/converter/kmuddyconverterplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Profile Converter - Comment=This plug-in converts profiles from old KMuddy versions. - ServiceTypes=KMuddy/Plugin ---- a/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop -+++ b/plugins/mapper/plugins/standard/kmuddymapper_standard.desktop -@@ -1,6 +1,5 @@ - [Desktop Entry] - Type=Service --Comment=The standard mapper tools and views - Name=Standard - Comment=The standard mapper tools and views - ServiceTypes=KMuddy/Mapper/Plugin ---- a/plugins/scripting/kmuddyscriptingplugin.desktop -+++ b/plugins/scripting/kmuddyscriptingplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=External Scripting - Comment=Adds support for external scripting. - ServiceTypes=KMuddy/Plugin ---- a/plugins/strings/kmuddystringsplugin.desktop -+++ b/plugins/strings/kmuddystringsplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Strings - Comment=This plug-in adds many strings functions. - ServiceTypes=KMuddy/Plugin ---- a/plugins/test/kmuddytestplugin.desktop -+++ b/plugins/test/kmuddytestplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Testing Plug-in - Comment=Testing Plug-in - ServiceTypes=KMuddy/Plugin ---- a/plugins/vartrigs/kmuddyvartrigplugin.desktop -+++ b/plugins/vartrigs/kmuddyvartrigplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Variable Triggers - Comment=Adds supports for triggers that fire off variable changes. - ServiceTypes=KMuddy/Plugin ---- a/plugins/varviewer/kmuddyvarviewerplugin.desktop -+++ b/plugins/varviewer/kmuddyvarviewerplugin.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Variable Viewer - Comment=This plug-in provides a variable viewer window. - ServiceTypes=KMuddy/Plugin ---- a/template/kmuddyplugintemplate.desktop -+++ b/template/kmuddyplugintemplate.desktop -@@ -1,5 +1,4 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=Plugin Template - Comment=Plugin Template - ServiceTypes=KMuddy/Plugin diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch deleted file mode 100644 index 67d2acd90c74..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:09.000000000 +0200 -+++ b/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:49.000000000 +0200 -@@ -215,7 +215,7 @@ - - // Set room properties - room->setUseDefaultCol(in_room.useDefaultCol); -- room->setColor(QColor::QColor(in_room.red,in_room.green,in_room.blue)); -+ room->setColor(QColor(in_room.red,in_room.green,in_room.blue)); - room->setLabel(label); - room->setDescription(description); - diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch deleted file mode 100644 index a198d141b10e..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-gcc6.patch +++ /dev/null @@ -1,30 +0,0 @@ -Bug: https://bugs.gentoo.org/612760 -Commits: https://cgit.kde.org/kmuddy.git/commit/kmuddy/dialogs/dlgappsettings.cpp?id=5def190b6b3baa7502999275aac469440ec261cc - https://cgit.kde.org/kmuddy.git/commit/plugins/mapper/dialogs/dlgmappathproperties.cpp?id=0255f21b46a0f83e2e455fd2ba5c015a3b46e98a - ---- a/kmuddy/dialogs/dlgappsettings.cpp -+++ b/kmuddy/dialogs/dlgappsettings.cpp -@@ -554,7 +554,7 @@ - //page 8 - //layout ensures that the widget fills entire available space... - QHBoxLayout *keylayout = new QHBoxLayout (frmshortcuts); -- keys = new KShortcutsEditor (cActionManager::self()->getACol (), frmshortcuts, false); -+ keys = new KShortcutsEditor (cActionManager::self()->getACol (), frmshortcuts); - keylayout->addWidget (keys); - - cActionManager::self()->invokeEvent ("dialog-create", 0, "app-prefs"); ---- a/plugins/mapper/dialogs/dlgmappathproperties.cpp -+++ b/plugins/mapper/dialogs/dlgmappathproperties.cpp -@@ -242,9 +242,9 @@ - { - properties.writeEntry("SrcBeforeCommand",txtSrcBefore->text().trimmed()); - properties.writeEntry("SrcAfterCommand",txtSrcAfter->text().trimmed()); -- properties.writeEntry("SrcDir",(int)getSrcDirection(),0); -- properties.writeEntry("DestDir",(int)getDestDirection(),0); -- properties.writeEntry("SpecialExit",chkSpecial->isChecked(),false); -+ properties.writeEntry("SrcDir",(int)getSrcDirection()); -+ properties.writeEntry("DestDir",(int)getDestDirection()); -+ properties.writeEntry("SpecialExit",chkSpecial->isChecked()); - properties.writeEntry("SpecialCmdSrc",txtSpecialSrc->text().trimmed()); - - if (properties.hasKey("PathTwoWay")) diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch deleted file mode 100644 index 3a0c1b0f038b..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-kde45.patch +++ /dev/null @@ -1,11 +0,0 @@ -http://bugs.gentoo.org/331317 - ---- a/doc/kmuddy/index.docbook -+++ b/doc/kmuddy/index.docbook -@@ -1,5 +1,5 @@ - <?xml version="1.0" ?> --<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [ -+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kmuddy '<application>KMuddy</application>'> - <!ENTITY kapp "&kmuddy;"> - <!ENTITY % addindex "IGNORE"> diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch deleted file mode 100644 index 0d2d3f45b862..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-tempnam.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/plugins/scripting/cunixsocket.cpp -+++ b/plugins/scripting/cunixsocket.cpp -@@ -40,12 +40,21 @@ - varlist = 0; - connected = false; - -- //first of all, we need a file name -- char *fname = tempnam ("/tmp", "km"); -- if (fname != 0) //only if it didn't fail -+ //22 = strlen(form) + strlen(/sock) + 1 -+ char form[]="/tmp/kmuddyXXXXXX", *dirname, sockname[22]; -+ dirname = mkdtemp(form); -+ -+ if (dirname != NULL) //only if it didn't fail - { -- name = fname; -- free (fname); -+ -+ strcpy(sockname, dirname); -+ strcat(dirname, "/sock"); -+ -+ name = dirname; -+ free (form); -+ free (dirname); -+ free (sockname); -+ - //now that we have the name, we create a socket and set some parameters - id = socket (PF_UNIX, SOCK_STREAM, 0); - sa.sun_family = AF_UNIX; diff --git a/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch b/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch deleted file mode 100644 index 18c68c4742df..000000000000 --- a/games-mud/kmuddy/files/kmuddy-1.0.1-underlinking.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN kmuddy-1.0.1.orig/kmuddy/CMakeLists.txt kmuddy-1.0.1/kmuddy/CMakeLists.txt ---- kmuddy-1.0.1.orig/kmuddy/CMakeLists.txt 2009-03-14 13:24:55.000000000 +0100 -+++ kmuddy-1.0.1/kmuddy/CMakeLists.txt 2012-01-01 11:40:31.000000000 +0100 -@@ -49,7 +49,7 @@ - - kde4_add_executable(kmuddy ${kmuddy_SRCS}) - --set (KMUDDY_LIBRARIES kmuddycore dialogs ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KDE3SUPPORT_LIBS}) -+set (KMUDDY_LIBRARIES kmuddycore dialogs ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_KDE3SUPPORT_LIBS} z) - - if (MXP_FOUND) - set (KMUDDY_LIBRARIES ${KMUDDY_LIBRARIES} ${MXP_LIBRARIES}) -diff -ruN kmuddy-1.0.1.orig/plugins/mapper/plugins/speedwalk/CMakeLists.txt kmuddy-1.0.1/plugins/mapper/plugins/speedwalk/CMakeLists.txt ---- kmuddy-1.0.1.orig/plugins/mapper/plugins/speedwalk/CMakeLists.txt 2009-01-10 12:40:59.000000000 +0100 -+++ kmuddy-1.0.1/plugins/mapper/plugins/speedwalk/CMakeLists.txt 2012-01-01 13:15:35.000000000 +0100 -@@ -17,7 +17,7 @@ - - kde4_add_plugin(kmuddymapper_speedwalk WITH_PREFIX ${kmuddymapper_speedwalk_PART_SRCS}) - --target_link_libraries(kmuddymapper_speedwalk ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kmuddymapper ) -+target_link_libraries(kmuddymapper_speedwalk kmuddymapper kmuddycore ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KDE3SUPPORT_LIBS} ) - - install(TARGETS kmuddymapper_speedwalk DESTINATION ${PLUGIN_INSTALL_DIR} ) - |