author | zautrix <zautrix> | 2004-10-24 14:54:06 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-24 14:54:06 (UTC) |
commit | 20aaf1a699958a9f6fd0a5ba6c4acad91f1f09dd (patch) (side-by-side diff) | |
tree | 7e109deda3a85440b8b93262664718a389d178f7 /desktop | |
parent | 42f22a904fb6440a7b4071b2f4f148bee5f71cc0 (diff) | |
download | kdepimpi-20aaf1a699958a9f6fd0a5ba6c4acad91f1f09dd.zip kdepimpi-20aaf1a699958a9f6fd0a5ba6c4acad91f1f09dd.tar.gz kdepimpi-20aaf1a699958a9f6fd0a5ba6c4acad91f1f09dd.tar.bz2 |
desktop fixes
-rw-r--r-- | desktop/Makefile | 41 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 15 |
2 files changed, 49 insertions, 7 deletions
diff --git a/desktop/Makefile b/desktop/Makefile index eaed1f5..c2fb728 100644 --- a/desktop/Makefile +++ b/desktop/Makefile @@ -1,2 +1,39 @@ - -#has to be written
\ No newline at end of file +export KDEPIMDIR = $(shell pwd) + +export KDEPIM_VERSION=$(shell sed -e 's/.*\"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/' < ../version) +export KDEDIR=/kde_dev/kde +export KDE_DEV_DIR=/kde_dev/kde32/build/kdepim33_proko2_new/ +all: + cd ../kde2file/caldump;qmake;make + +install: + mkdir -p /opt/kdepimpi + mkdir -p /opt/kde3/share/applnk/PIM-pi +#clear old files: + rm -rf /opt/kdepimpi/* + rm -f /usr/lib/libmicro* + rm -fr /opt/kde3/share/applnk/PIM-pi/* + cp -r ../bin/* /opt/kdepimpi/ + cp ../bin/libmicro* /usr/lib/ + rm -rf /opt/kdepimpi/libmicro* + cd /opt/kdepimpi; rm -dfR CVS + cd /opt/kdepimpi/kdepim; rm -dfR CVS + cd /opt/kdepimpi/kdepim/pwmanager; rm -dfR CVS + cd /opt/kdepimpi/kdepim/pwmanager/icons22; rm -dfR CVS + cd /opt/kdepimpi/kdepim/pwmanager/icons16; rm -dfR CVS + cd /opt/kdepimpi/kdepim/korganizer; rm -dfR CVS + cd /opt/kdepimpi/kdepim/korganizer/icons16; rm -dfR CVS + cd /opt/kdepimpi/kdepim/korganizer/iconsmini; rm -dfR CVS + cd /opt/kdepimpi/kdepim/korganizer/icons16; rm -dfR .xvpics + cd /opt/kdepimpi/kdepim/korganizer/iconsmini; rm -dfR .xvpics + cd /opt/kdepimpi/kdepim/korganizer; rm -dfR .xvpics + cd /opt/kdepimpi/kdepim/kaddressbook; rm -dfR CVS + cd /opt/kdepimpi/kdepim/kaddressbook/icons22; rm -dfR CVS + cd /opt/kdepimpi/kdepim/kaddressbook/icons16; rm -dfR CVS + cd /opt/kdepimpi/kdepim; rm -dfR kopiemail + cd /opt/kdepimpi/kdepim; rm -f Make* + cp -r PIM-pi/* /opt/kde3/share/applnk/PIM-pi/ + cd /opt/kde3/share/applnk/PIM-pi; rm -fr CVS + cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/ +dist: + 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,11 +1,11 @@ Summary: A collection of PIM programs Name: KDE-Pim-Pi -Version: 1.9.10 +Version: $KDEPIM_VERSION Release: SuSE9.1 Copyright:GPL Group: Productivity/Pim Source:http://sourceforge.net/projects/kdepimpi/ URL:http://sourceforge.net/projects/kdepimpi/ Packager: zautrix %description @@ -31,33 +31,38 @@ These applications stores their data and config in $HOME/kdepim/ However, because the same file format is used, an easy exchange of data with the KDE-desktop is possible. A small command line program is included to make it possible to sync with the KDE-desktop applications. You do not need to call this program from the commandline, it is called from the KDE-Pim/Pi apps when you choose there: -Sync with KDE_DEsktop. +Sync with KDE_Desktop. If something is going wrong, please start the -KDE-Pim/Pi itself from the console to get detailed output. +KDE-Pim/Pi program itself from the console to get detailed output. After installation, you should have a PIM-pi folder in your KDE start menu, where you can start the applications from. -These programs make it possible to sync easily your Zaurus +These programs makes it possible to sync your Zaurus easily (with the KDE-Pim/Pi programs running on the Zaurus) with the KDE-desktop calendar/addressbook data. If you want to use that, you have to update your KDE-desktop to version 3.3.0 or higher. +Actually - after the (non difficult) configuration is set up - +with two mouseklicks on the Zaurus, +the Zaurus syncs with the corresponding KDE-Pim/Pi +program on the Linux Desktop which syncs automatically +with the KDE-desktop data. If you want to use the KDE-desktop calendar/addressbook applications, -just install these apps and use them as a syncing tool for the +just install these apps in this package and use them as a syncing tool for the Zaurus <-> KDE-desktop sync. The sync requires a network connection from your Zaurus to the PC. A detailed Sync HowTo is available in the Help menu of the applications. These applications makes it also possible, that you can sync (or just export the data to) your mobile phone with your data of the KDE-desktop calendar/addressbook applications. |