-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | Makefile.Embedded | 5 | ||||
-rw-r--r-- | kaddressbook.control | 2 | ||||
-rw-r--r-- | kammu.control | 2 | ||||
-rw-r--r-- | kmicrokdelibs.control | 2 | ||||
-rw-r--r-- | kopiemail.control | 2 | ||||
-rw-r--r-- | korganizer-alarm.control | 2 | ||||
-rw-r--r-- | korganizer.control | 2 | ||||
-rw-r--r-- | pim_TAB_icon.control | 2 | ||||
-rw-r--r-- | setZaurus | 3 |
10 files changed, 17 insertions, 10 deletions
@@ -185,2 +185,3 @@ clean: | |||
185 | install: | 185 | install: |
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 | ||
193 | dist: | 196 | dist: |
diff --git a/Makefile.Embedded b/Makefile.Embedded index ec2277e..77def29 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -185,2 +185,3 @@ clean: | |||
185 | install: | 185 | install: |
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 | ||
193 | dist: | 196 | dist: |
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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: 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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: 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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: 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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: 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> | |||
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 1.9.4 | 6 | Version: $KDEPIM_VERSION |
7 | License: GPL | 7 | License: 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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: 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> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 1.9.4 | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: GPL |
@@ -17,2 +17,3 @@ export RELEASE_DEBUG=release | |||
17 | export SHARPDTMSDK=/opt/dtm | 17 | export SHARPDTMSDK=/opt/dtm |
18 | #export RELEASE_DEBUG=debug \ No newline at end of file | 18 | #export RELEASE_DEBUG=debug |
19 | export KDEPIM_VERSION=1.9.4a \ No newline at end of file | ||