summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-01-23 22:08:58 (UTC)
committer kergoth <kergoth>2003-01-23 22:08:58 (UTC)
commitffa27d4655c9b02a745ac6da7a9a375aec1e02db (patch) (side-by-side diff)
tree222c5d69ee9c97b44b4188a3503e5e028f7972ce
parenta27a3421ef40ba442bd3371246d709a7b48ebc8b (diff)
downloadopie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.zip
opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.gz
opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.bz2
cleanup, add tinykate control file
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/tinykate/install13
-rw-r--r--noncore/apps/tinykate/libkate/libkate.pro4
-rw-r--r--noncore/apps/tinykate/opie-tinykate.control7
-rw-r--r--noncore/apps/tinykate/tinykate.desktop6
-rw-r--r--noncore/apps/tinykate/tinykate_icon.xpm20
5 files changed, 7 insertions, 43 deletions
diff --git a/noncore/apps/tinykate/install b/noncore/apps/tinykate/install
deleted file mode 100755
index 912c91b..0000000
--- a/noncore/apps/tinykate/install
+++ b/dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-if [ a$OPIEDIR = a ]
-then
-echo OPIEDIR must be set
-exit
-fi
-[ -f $OPIEDIR/pics/tinykate_icon.xpm ] || cp tinykate_icon.xpm $OPIEDIR/pics/
-[ -f $OPIEDIR/apps/tinykate.desktop ] || cp tinykate.desktop $OPIEDIR/apps/
-mv $OPIEDIR/Makefile $OPIEDIR/Makefile.orig
-sed "s/APPS=/&tinykate \\\\ \\
- /" $OPIEDIR/Makefile.orig >> $OPIEDIR/Makefile
-echo You may wish to move the desktop file in to
-echo an appropriate subdirectory of the menus.
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro
index a78351a..0dd5b4c 100644
--- a/noncore/apps/tinykate/libkate/libkate.pro
+++ b/noncore/apps/tinykate/libkate/libkate.pro
@@ -1,6 +1,5 @@
TEMPLATE = lib
CONFIG = qt warn_on release
-DESTDIR = $(OPIEDIR)/bin
HEADERS = microkde/kapplication.h \
microkde/kconfig.h \
microkde/kdebug.h \
@@ -88,7 +87,4 @@ TARGET = tinykate
INCLUDEPATH += $(OPIEDIR)/include
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
-
-
-
include ( ../../../../include.pro )
diff --git a/noncore/apps/tinykate/opie-tinykate.control b/noncore/apps/tinykate/opie-tinykate.control
new file mode 100644
index 0000000..902a25c
--- a/dev/null
+++ b/noncore/apps/tinykate/opie-tinykate.control
@@ -0,0 +1,7 @@
+Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $(OPIEDIR)/lib/libtinykate*
+Priority: optional
+Section: opie/applications
+Maintainer: Opie Team <opie@handhelds.org>
+Architecture: arm
+Version: $QPE_VERSION-$SUB_VERSION
+Depends: opie-base ($QPE_VERSION)
diff --git a/noncore/apps/tinykate/tinykate.desktop b/noncore/apps/tinykate/tinykate.desktop
deleted file mode 100644
index 2230a6b..0000000
--- a/noncore/apps/tinykate/tinykate.desktop
+++ b/dev/null
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=tinykate
-Icon=tinykate_icon.xpm
-Name=TinyKATE
-Comment=Opie Advanced Texteditor
diff --git a/noncore/apps/tinykate/tinykate_icon.xpm b/noncore/apps/tinykate/tinykate_icon.xpm
deleted file mode 100644
index e48e7c9..0000000
--- a/noncore/apps/tinykate/tinykate_icon.xpm
+++ b/dev/null
@@ -1,20 +0,0 @@
-/* XPM */
-static char *tinykate_xpm[] = {
-"14 14 3 1",
-" c None",
-". c #000000",
-"a c #FFFFFF",
-" ",
-" aaaaaaaaaaaa ",
-" a..........a ",
-" a..aaaaaa..a ",
-" a.a.aaaa.a.a ",
-" a.aa.aa.aa.a ",
-" a.aaa..aaa.a ",
-" a.aaa..aaa.a ",
-" a.aa.aa.aa.a ",
-" a.a.aaaa.a.a ",
-" a..aaaaaa..a ",
-" a..........a ",
-" aaaaaaaaaaaa ",
-" "};