Temlakos wrote:
> https://sourceforge.net/projects/passwordmanager/
>
> The summary says it all: "this project is orphaned and deprecated." (It
> had seen no update since 2015.) And now it won't load in F31, though it
> did in F30 and the versions immediately before it.
Have you tried recompiling it from source? You need kdelibs3-devel, which is
available in the Fedora repository.
If you cannot find the source (upstream deleted it), here's a link:
http://debian.uchicago.edu/pub/kde-sunset/pwmanager-1.2.4.tar.bz2
You will probably need the attached patch, from the OpenSUSE SRPM.
If you need any help with building or running it, I can have a look. You may
be running into a kdelibs3 or qt3 bug that I need to fix anyway.
Kevin Kofler
--- ./pwmanager/base64.cpp 2007/10/23 07:16:29 1.1
+++ ./pwmanager/base64.cpp 2007/10/23 07:16:39
@@ -41,6 +41,8 @@
* *
***************************************************************************/
+#include <stdlib.h>
+
#include "base64.h"
#include "pwmexception.h"
--- pwmanager/binentrygen.cpp 2007/10/23 07:48:39 1.1
+++ pwmanager/binentrygen.cpp 2007/10/23 07:48:49
@@ -9,6 +9,8 @@
* *
***************************************************************************/
+#include <stdlib.h>
+
#include "binentrygen.h"
#include "base64.h"
#include "pwmexception.h"
--- pwmanager/compressbzip2.cpp 2007/10/23 07:50:48 1.1
+++ pwmanager/compressbzip2.cpp 2007/10/23 07:51:39
@@ -12,6 +12,7 @@
#include "compressbzip2.h"
#include <stdlib.h>
+#include <string.h>
#define BZ_NO_STDIO
#include <bzlib.h>
--- pwmanager/serializer.cpp 2007/10/23 07:57:50 1.1
+++ pwmanager/serializer.cpp 2007/10/23 07:58:02
@@ -9,6 +9,8 @@
* *
***************************************************************************/
+#include <stdlib.h>
+
#include "serializer.h"
#include "configuration.h"
#include "pwmexception.h"
--- pwmanager/main.cpp 2007/10/23 08:07:38 1.1
+++ pwmanager/main.cpp 2007/10/23 08:07:51
@@ -13,6 +13,7 @@
#include <kaboutdata.h>
#include <klocale.h>
#include <kstandarddirs.h>
+#include <stdlib.h>
#include "pwmexception.h"
#include "pwminit.h"
_______________________________________________
kde mailing list -- kde@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kde-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kde@xxxxxxxxxxxxxxxxxxxxxxx