-rw-r--r-- | desktop/Makefile | 2 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Makefile b/desktop/Makefile index c464648..bf83377 100644 --- a/desktop/Makefile +++ b/desktop/Makefile @@ -1,39 +1,39 @@ 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 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/ + cp --no-dereference ../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 #adding KPhone/Pi and KTimeTracker/Pi to the distribution 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 c9595c4..9e11200 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm @@ -1,51 +1,51 @@ Summary: A collection of PIM programs Name: KDE-Pim-Pi -Version: $KDEPIM_VERSION +Version: 1.9.10 Release: SuSE9.1 Copyright:GPL Group: Productivity/Pim Source:http://sourceforge.net/projects/kdepimpi/ URL:http://sourceforge.net/projects/kdepimpi/ Packager: zautrix %description This package contains the platform-independent PIM programs from www.pi-sync.net, compiled for SuSE 9.1: KTimeTacker/Pi KPhone/Pi KAddressbook/Pi KOrganizer/Pi PasswordManager/Pi These applications do not need anything from the KDE-desktop at all to run on Linux. However, there is a dependency from two KDE libs, because a small command line program is included to make it possible to sync with the KDE-desktop applications. These applications are independent from the KDE-desktop environment. That means, nothing of your existing KDE-desktop setup will be changed, or any data (calendar-addressbook) used by the KDE-desktop applications will be changed or accessed. 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. If something is going wrong, please start the 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 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 |