summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-09-12 09:10:04 (UTC)
committer zautrix <zautrix>2004-09-12 09:10:04 (UTC)
commit2848d8373ab0785cd21c4588d8fe7ad21ad6f291 (patch) (unidiff)
tree41ccedfa0e6c32b9c276150cf221241de189940f
parentd03369e14779dcbedb1e6a8882859664f818f588 (diff)
downloadkdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.zip
kdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.tar.gz
kdepimpi-2848d8373ab0785cd21c4588d8fe7ad21ad6f291.tar.bz2
Better version handling when building ipk packages
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile5
-rw-r--r--Makefile.Embedded5
-rw-r--r--kaddressbook.control2
-rw-r--r--kammu.control2
-rw-r--r--kmicrokdelibs.control2
-rw-r--r--kopiemail.control2
-rw-r--r--korganizer-alarm.control2
-rw-r--r--korganizer.control2
-rw-r--r--pim_TAB_icon.control2
-rw-r--r--setZaurus3
10 files changed, 17 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index ec2277e..77def29 100644
--- a/Makefile
+++ b/Makefile
@@ -185,2 +185,3 @@ clean:
185install: 185install:
186 ifdef KDEPIM_VERSION
186 cd bin/kdepim; make install 187 cd bin/kdepim; make install
@@ -191,3 +192,5 @@ install:
191 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 192 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
192 193 else
194 @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing.
195 endif
193dist: 196dist:
diff --git a/Makefile.Embedded b/Makefile.Embedded
index ec2277e..77def29 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -185,2 +185,3 @@ clean:
185install: 185install:
186 ifdef KDEPIM_VERSION
186 cd bin/kdepim; make install 187 cd bin/kdepim; make install
@@ -191,3 +192,5 @@ install:
191 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 192 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
192 193 else
194 @echo KDEPIM_VERSION not set.Cannot build ipk packages if version is missing.
195 endif
193dist: 196dist:
diff --git a/kaddressbook.control b/kaddressbook.control
index 2e93f30..542ce1e 100644
--- a/kaddressbook.control
+++ b/kaddressbook.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/kammu.control b/kammu.control
index db52c80..07559e7 100644
--- a/kammu.control
+++ b/kammu.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/kmicrokdelibs.control b/kmicrokdelibs.control
index d894176..ef541a5 100644
--- a/kmicrokdelibs.control
+++ b/kmicrokdelibs.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/kopiemail.control b/kopiemail.control
index 52cf554..46a0235 100644
--- a/kopiemail.control
+++ b/kopiemail.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/korganizer-alarm.control b/korganizer-alarm.control
index b200ea9..68bc398 100644
--- a/korganizer-alarm.control
+++ b/korganizer-alarm.control
@@ -5,3 +5,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
5Architecture: arm 5Architecture: arm
6Version: 1.9.4 6Version: $KDEPIM_VERSION
7License: GPL 7License: GPL
diff --git a/korganizer.control b/korganizer.control
index ee2e1a3..f66381e 100644
--- a/korganizer.control
+++ b/korganizer.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/pim_TAB_icon.control b/pim_TAB_icon.control
index 3b3343b..25e99ea 100644
--- a/pim_TAB_icon.control
+++ b/pim_TAB_icon.control
@@ -6,3 +6,3 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net>
6Architecture: arm 6Architecture: arm
7Version: 1.9.4 7Version: $KDEPIM_VERSION
8License: GPL 8License: GPL
diff --git a/setZaurus b/setZaurus
index 4767716..2493ccb 100644
--- a/setZaurus
+++ b/setZaurus
@@ -17,2 +17,3 @@ export RELEASE_DEBUG=release
17export SHARPDTMSDK=/opt/dtm 17export SHARPDTMSDK=/opt/dtm
18#export RELEASE_DEBUG=debug \ No newline at end of file 18#export RELEASE_DEBUG=debug
19export KDEPIM_VERSION=1.9.4a \ No newline at end of file