-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | desktop/Makefile | 41 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 15 | ||||
-rw-r--r-- | kde2file/caldump/caldump.pro | 3 |
4 files changed, 51 insertions, 10 deletions
@@ -1,27 +1,27 @@ | |||
1 | ############################################################################# | 1 | ############################################################################# |
2 | # Makefile for building: kdepim-desktop | 2 | # Makefile for building: kdepim-desktop |
3 | # Generated by qmake (1.07a) (Qt 3.3.1) on: Sun Oct 24 15:00:28 2004 | 3 | # Generated by qmake (1.07a) (Qt 3.3.1) on: Sun Oct 24 15:40:45 2004 |
4 | # Project: kdepim-desktop.pro | 4 | # Project: kdepim-desktop.pro |
5 | # Template: subdirs | 5 | # Template: subdirs |
6 | # Command: $(QMAKE) -o Makefile kdepim-desktop.pro | 6 | # Command: $(QMAKE) -o Makefile kdepim-desktop.pro |
7 | ############################################################################# | 7 | ############################################################################# |
8 | 8 | ||
9 | MAKEFILE =Makefile | 9 | MAKEFILE =Makefile |
10 | QMAKE =qmake | 10 | QMAKE =qmake |
11 | DEL_FILE = rm -f | 11 | DEL_FILE = rm -f |
12 | CHK_DIR_EXISTS= test -d | 12 | CHK_DIR_EXISTS= test -d |
13 | MKDIR = mkdir -p | 13 | MKDIR = mkdir -p |
14 | SUBTARGETS = \ | 14 | SUBTARGETS = \ |
15 | sub-gammu-emb-common \ | 15 | sub-gammu-emb-common \ |
16 | sub-gammu-emb-gammu \ | 16 | sub-gammu-emb-gammu \ |
17 | sub-libical \ | 17 | sub-libical \ |
18 | sub-libkcal \ | 18 | sub-libkcal \ |
19 | sub-microkde \ | 19 | sub-microkde \ |
20 | sub-libkdepim \ | 20 | sub-libkdepim \ |
21 | sub-kabc \ | 21 | sub-kabc \ |
22 | sub-korganizer \ | 22 | sub-korganizer \ |
23 | sub-kaddressbook \ | 23 | sub-kaddressbook \ |
24 | sub-kabc-plugins-file \ | 24 | sub-kabc-plugins-file \ |
25 | sub-kabc-plugins-dir \ | 25 | sub-kabc-plugins-dir \ |
26 | sub-kabc-plugins-file \ | 26 | sub-kabc-plugins-file \ |
27 | sub-kabc-plugins-qtopia \ | 27 | sub-kabc-plugins-qtopia \ |
diff --git a/desktop/Makefile b/desktop/Makefile index eaed1f5..c2fb728 100644 --- a/desktop/Makefile +++ b/desktop/Makefile | |||
@@ -1,2 +1,39 @@ | |||
1 | 1 | export KDEPIMDIR = $(shell pwd) | |
2 | #has to be written \ No newline at end of file | 2 | |
3 | export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version) | ||
4 | export KDEDIR=/kde_dev/kde | ||
5 | export KDE_DEV_DIR=/kde_dev/kde32/build/kdepim33_proko2_new/ | ||
6 | all: | ||
7 | cd ../kde2file/caldump;qmake;make | ||
8 | |||
9 | install: | ||
10 | mkdir -p /opt/kdepimpi | ||
11 | mkdir -p /opt/kde3/share/applnk/PIM-pi | ||
12 | #clear old files: | ||
13 | rm -rf /opt/kdepimpi/* | ||
14 | rm -f /usr/lib/libmicro* | ||
15 | rm -fr /opt/kde3/share/applnk/PIM-pi/* | ||
16 | cp -r ../bin/* /opt/kdepimpi/ | ||
17 | cp ../bin/libmicro* /usr/lib/ | ||
18 | rm -rf /opt/kdepimpi/libmicro* | ||
19 | cd /opt/kdepimpi; rm -dfR CVS | ||
20 | cd /opt/kdepimpi/kdepim; rm -dfR CVS | ||
21 | cd /opt/kdepimpi/kdepim/pwmanager; rm -dfR CVS | ||
22 | cd /opt/kdepimpi/kdepim/pwmanager/icons22; rm -dfR CVS | ||
23 | cd /opt/kdepimpi/kdepim/pwmanager/icons16; rm -dfR CVS | ||
24 | cd /opt/kdepimpi/kdepim/korganizer; rm -dfR CVS | ||
25 | cd /opt/kdepimpi/kdepim/korganizer/icons16; rm -dfR CVS | ||
26 | cd /opt/kdepimpi/kdepim/korganizer/iconsmini; rm -dfR CVS | ||
27 | cd /opt/kdepimpi/kdepim/korganizer/icons16; rm -dfR .xvpics | ||
28 | cd /opt/kdepimpi/kdepim/korganizer/iconsmini; rm -dfR .xvpics | ||
29 | cd /opt/kdepimpi/kdepim/korganizer; rm -dfR .xvpics | ||
30 | cd /opt/kdepimpi/kdepim/kaddressbook; rm -dfR CVS | ||
31 | cd /opt/kdepimpi/kdepim/kaddressbook/icons22; rm -dfR CVS | ||
32 | cd /opt/kdepimpi/kdepim/kaddressbook/icons16; rm -dfR CVS | ||
33 | cd /opt/kdepimpi/kdepim; rm -dfR kopiemail | ||
34 | cd /opt/kdepimpi/kdepim; rm -f Make* | ||
35 | cp -r PIM-pi/* /opt/kde3/share/applnk/PIM-pi/ | ||
36 | cd /opt/kde3/share/applnk/PIM-pi; rm -fr CVS | ||
37 | cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/ | ||
38 | dist: | ||
39 | cd rpm;rpmbuild -bb kdepim_rpm \ No newline at end of file | ||
diff --git a/desktop/rpm/kdepim_rpm b/desktop/rpm/kdepim_rpm index 68b996b..c9595c4 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm | |||
@@ -1,76 +1,81 @@ | |||
1 | Summary: A collection of PIM programs | 1 | Summary: A collection of PIM programs |
2 | Name: KDE-Pim-Pi | 2 | Name: KDE-Pim-Pi |
3 | Version: 1.9.10 | 3 | Version: $KDEPIM_VERSION |
4 | Release: SuSE9.1 | 4 | Release: SuSE9.1 |
5 | Copyright:GPL | 5 | Copyright:GPL |
6 | Group: Productivity/Pim | 6 | Group: Productivity/Pim |
7 | Source:http://sourceforge.net/projects/kdepimpi/ | 7 | Source:http://sourceforge.net/projects/kdepimpi/ |
8 | URL:http://sourceforge.net/projects/kdepimpi/ | 8 | URL:http://sourceforge.net/projects/kdepimpi/ |
9 | Packager: zautrix | 9 | Packager: zautrix |
10 | 10 | ||
11 | %description | 11 | %description |
12 | This package contains the platform-independent PIM programs from | 12 | This package contains the platform-independent PIM programs from |
13 | www.pi-sync.net, compiled for SuSE 9.1: | 13 | www.pi-sync.net, compiled for SuSE 9.1: |
14 | KTimeTacker/Pi | 14 | KTimeTacker/Pi |
15 | KPhone/Pi | 15 | KPhone/Pi |
16 | KAddressbook/Pi | 16 | KAddressbook/Pi |
17 | KOrganizer/Pi | 17 | KOrganizer/Pi |
18 | PasswordManager/Pi | 18 | PasswordManager/Pi |
19 | 19 | ||
20 | These applications do not need anything from the KDE-desktop | 20 | These applications do not need anything from the KDE-desktop |
21 | at all to run on Linux. However, there is a dependency from | 21 | at all to run on Linux. However, there is a dependency from |
22 | two KDE libs, because a small command line program is included | 22 | two KDE libs, because a small command line program is included |
23 | to make it possible to sync with the KDE-desktop applications. | 23 | to make it possible to sync with the KDE-desktop applications. |
24 | 24 | ||
25 | These applications are independent from the KDE-desktop | 25 | These applications are independent from the KDE-desktop |
26 | environment. That means, nothing of your existing | 26 | environment. That means, nothing of your existing |
27 | KDE-desktop setup will be changed, or any data | 27 | KDE-desktop setup will be changed, or any data |
28 | (calendar-addressbook) used by the KDE-desktop | 28 | (calendar-addressbook) used by the KDE-desktop |
29 | applications will be changed or accessed. | 29 | applications will be changed or accessed. |
30 | These applications stores their data and config in | 30 | These applications stores their data and config in |
31 | $HOME/kdepim/ | 31 | $HOME/kdepim/ |
32 | However, because the same file format is used, | 32 | However, because the same file format is used, |
33 | an easy exchange of data with the KDE-desktop | 33 | an easy exchange of data with the KDE-desktop |
34 | is possible. | 34 | is possible. |
35 | A small command line program is included | 35 | A small command line program is included |
36 | to make it possible to sync with the KDE-desktop applications. | 36 | to make it possible to sync with the KDE-desktop applications. |
37 | You do not need to call this program from the commandline, | 37 | You do not need to call this program from the commandline, |
38 | it is called from the KDE-Pim/Pi apps when you choose there: | 38 | it is called from the KDE-Pim/Pi apps when you choose there: |
39 | Sync with KDE_DEsktop. | 39 | Sync with KDE_Desktop. |
40 | If something is going wrong, please start the | 40 | If something is going wrong, please start the |
41 | KDE-Pim/Pi itself from the console to get detailed output. | 41 | KDE-Pim/Pi program itself from the console to get detailed output. |
42 | 42 | ||
43 | After installation, you should have a | 43 | After installation, you should have a |
44 | PIM-pi | 44 | PIM-pi |
45 | folder in your KDE start menu, where you can | 45 | folder in your KDE start menu, where you can |
46 | start the applications from. | 46 | start the applications from. |
47 | 47 | ||
48 | These programs make it possible to sync easily your Zaurus | 48 | These programs makes it possible to sync your Zaurus easily |
49 | (with the KDE-Pim/Pi programs running on the Zaurus) | 49 | (with the KDE-Pim/Pi programs running on the Zaurus) |
50 | with the KDE-desktop calendar/addressbook data. | 50 | with the KDE-desktop calendar/addressbook data. |
51 | If you want to use that, you have to update your | 51 | If you want to use that, you have to update your |
52 | KDE-desktop to version 3.3.0 or higher. | 52 | KDE-desktop to version 3.3.0 or higher. |
53 | Actually - after the (non difficult) configuration is set up - | ||
54 | with two mouseklicks on the Zaurus, | ||
55 | the Zaurus syncs with the corresponding KDE-Pim/Pi | ||
56 | program on the Linux Desktop which syncs automatically | ||
57 | with the KDE-desktop data. | ||
53 | 58 | ||
54 | If you want to use the KDE-desktop calendar/addressbook applications, | 59 | If you want to use the KDE-desktop calendar/addressbook applications, |
55 | just install these apps and use them as a syncing tool for the | 60 | just install these apps in this package and use them as a syncing tool for the |
56 | Zaurus <-> KDE-desktop sync. | 61 | Zaurus <-> KDE-desktop sync. |
57 | The sync requires a network connection from your Zaurus to | 62 | The sync requires a network connection from your Zaurus to |
58 | the PC. A detailed Sync HowTo is available in the | 63 | the PC. A detailed Sync HowTo is available in the |
59 | Help menu of the applications. | 64 | Help menu of the applications. |
60 | 65 | ||
61 | These applications makes it also possible, that you can sync | 66 | These applications makes it also possible, that you can sync |
62 | (or just export the data to) your mobile phone with your | 67 | (or just export the data to) your mobile phone with your |
63 | data of the KDE-desktop calendar/addressbook applications. | 68 | data of the KDE-desktop calendar/addressbook applications. |
64 | This is tested and working for Nokia mobile phones, | 69 | This is tested and working for Nokia mobile phones, |
65 | it may work with others as well. | 70 | it may work with others as well. |
66 | (More info about that: -> Sync HowTo) | 71 | (More info about that: -> Sync HowTo) |
67 | 72 | ||
68 | NOTE: | 73 | NOTE: |
69 | You have to make an online update in SuSE 9.1 to make it | 74 | You have to make an online update in SuSE 9.1 to make it |
70 | possible to get the infrared connection working, such that | 75 | possible to get the infrared connection working, such that |
71 | you can sync your (Nokia) mobile phone via infrared. | 76 | you can sync your (Nokia) mobile phone via infrared. |
72 | 77 | ||
73 | %files | 78 | %files |
74 | /opt/kde3/share/applnk/PIM-pi/ | 79 | /opt/kde3/share/applnk/PIM-pi/ |
75 | /opt/kdepimpi/ | 80 | /opt/kdepimpi/ |
76 | /usr/lib/libmicro* | 81 | /usr/lib/libmicro* |
diff --git a/kde2file/caldump/caldump.pro b/kde2file/caldump/caldump.pro index ecc20c5..8f08cc4 100644 --- a/kde2file/caldump/caldump.pro +++ b/kde2file/caldump/caldump.pro | |||
@@ -1,13 +1,12 @@ | |||
1 | 1 | ||
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG += qt | 3 | CONFIG += qt |
4 | include( ../../variables.pri ) | 4 | include( ../../variables.pri ) |
5 | DESTDIR= ../../bin | 5 | DESTDIR= ../../bin |
6 | TARGET = kdecaldump | 6 | TARGET = kdecaldump |
7 | INCLUDEPATH += . $(KDEDIR)/include $(KDEDIR)/include/libkcal /kde_dev/kde32/build/kdepim33_proko2_new/libkdepim | 7 | INCLUDEPATH += . $(KDEDIR)/include $(KDEDIR)/include/libkcal $(KDE_DEV_DIR)/libkdepim |
8 | |||
9 | LIBS += $(KDEDIR)/lib/libkcal.so | 8 | LIBS += $(KDEDIR)/lib/libkcal.so |
10 | LIBS += $(KDEDIR)/lib/libkdepim.so | 9 | LIBS += $(KDEDIR)/lib/libkdepim.so |
11 | HEADERS += | 10 | HEADERS += |
12 | 11 | ||
13 | SOURCES += main.cpp | 12 | SOURCES += main.cpp |