Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
d4559e9b3c
3 changed files with 39 additions and 0 deletions
  1. +24
    -0
      package/kde/kdepim/kdepim-syncml.patch
  2. +14
    -0
      package/kde/kdepim/kdepim.conf
  3. +1
    -0
      package/kde/kdepim/kdepim.desc

+ 24
- 0
package/kde/kdepim/kdepim-syncml.patch

@ -0,0 +1,24 @@
diff -ruN kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h
--- kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h 2005-05-24 16:51:34.000000000 +0200
+++ kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/mlsynchistory.h 2005-05-24 16:49:34.000000000 +0200
@@ -3,6 +3,7 @@
#define KSYNCML_SYNC_HISTORY_H
#include <qmap.h>
+#include <kdebug.h>
//#include <addressbooksyncee.h>
//#include <bookmarksyncee.h>
diff -ruN kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp
--- kdepim-3.4.0/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp 2005-05-24 16:51:43.000000000 +0200
+++ kdepim-3.4.0-new/kitchensync/libkonnector2/plugins/syncml/syncmldatabase.cpp 2005-05-24 16:47:29.000000000 +0200
@@ -57,7 +57,8 @@
void SyncMLDatabase::setRemoteURI(const QString & remoteID)
{
- remoteURI = SMLURI(remoteID);
+ remoteURI = remoteID;
+ //remoteURI = SMLURI(remoteID);
}
void SyncMLDatabase::initializeDatabase(const QString & remoteDeviceID)

+ 14
- 0
package/kde/kdepim/kdepim.conf

@ -22,3 +22,17 @@
. $base/package/kde/kde-3.conf . $base/package/kde/kde-3.conf
kspdir=$(echo kdepim-${ver}/kitchensync/libkonnector2/plugins)
ksmlsrc=$(echo $archdir/ksyncml*)
hook_add prepatch 3 "\
echo \"tar -C ../$kspdir $taropt $ksmlsrc\"; \
tar -C ../$kspdir $taropt $ksmlsrc; \
sed -i -e 's,^\(SUBDIRS.*\)$,\1 syncml,' \
kitchensync/libkonnector2/plugins/Makefile.{in,am};"
#hook_add preconf 3 "\
# sed -i -e 's,^\(AC_CONFIG_FILES.*libkonnector2/Makefile\),\
# AC_CONFIG_FILES([ kitchensync/libkonnector2/plugins/syncml/Makefile \
# ])\n\1,' configure.in"
#hook_add preconf 3 "make -f Makefile.cvs"
# autoconf=1

+ 1
- 0
package/kde/kdepim/kdepim.desc

@ -45,3 +45,4 @@
[P] X -?---5---9 162.700 [P] X -?---5---9 162.700
[D] 2410306616 kdepim-3.4.0.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/3.4/src/ [D] 2410306616 kdepim-3.4.0.tar.bz2 ftp://ftp.kde.org/pub/kde/stable/3.4/src/
[D] 1403856925 ksyncml-20050314.tar.gz http://www.borowka.net/~maciek/ksyncml/data/

Loading…
Cancel
Save