summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate
authorkergoth <kergoth>2003-01-23 22:08:58 (UTC)
committer kergoth <kergoth>2003-01-23 22:08:58 (UTC)
commitffa27d4655c9b02a745ac6da7a9a375aec1e02db (patch) (unidiff)
tree222c5d69ee9c97b44b4188a3503e5e028f7972ce /noncore/apps/tinykate
parenta27a3421ef40ba442bd3371246d709a7b48ebc8b (diff)
downloadopie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.zip
opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.gz
opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.bz2
cleanup, add tinykate control file
Diffstat (limited to 'noncore/apps/tinykate') (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 @@
1#!/bin/sh
2if [ a$OPIEDIR = a ]
3then
4echo OPIEDIR must be set
5exit
6fi
7[ -f $OPIEDIR/pics/tinykate_icon.xpm ] || cp tinykate_icon.xpm $OPIEDIR/pics/
8[ -f $OPIEDIR/apps/tinykate.desktop ] || cp tinykate.desktop $OPIEDIR/apps/
9mv $OPIEDIR/Makefile $OPIEDIR/Makefile.orig
10sed "s/APPS=/&tinykate \\\\ \\
11 /" $OPIEDIR/Makefile.orig >> $OPIEDIR/Makefile
12echo You may wish to move the desktop file in to
13echo 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 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = microkde/kapplication.h \ 3 HEADERS = microkde/kapplication.h \
5 microkde/kconfig.h \ 4 microkde/kconfig.h \
6 microkde/kdebug.h \ 5 microkde/kdebug.h \
@@ -88,7 +87,4 @@ TARGET = tinykate
88INCLUDEPATH += $(OPIEDIR)/include 87INCLUDEPATH += $(OPIEDIR)/include
89DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 88DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
90 89
91
92
93
94include ( ../../../../include.pro ) 90include ( ../../../../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 @@
1Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $(OPIEDIR)/lib/libtinykate*
2Priority: optional
3Section: opie/applications
4Maintainer: Opie Team <opie@handhelds.org>
5Architecture: arm
6Version: $QPE_VERSION-$SUB_VERSION
7Depends: 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 @@
1[Desktop Entry]
2Type=Application
3Exec=tinykate
4Icon=tinykate_icon.xpm
5Name=TinyKATE
6Comment=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 @@
1/* XPM */
2static char *tinykate_xpm[] = {
3"14 14 3 1",
4 " c None",
5 ".c #000000",
6 "ac #FFFFFF",
7" ",
8" aaaaaaaaaaaa ",
9" a..........a ",
10" a..aaaaaa..a ",
11" a.a.aaaa.a.a ",
12" a.aa.aa.aa.a ",
13" a.aaa..aaa.a ",
14" a.aaa..aaa.a ",
15" a.aa.aa.aa.a ",
16" a.a.aaaa.a.a ",
17" a..aaaaaa..a ",
18" a..........a ",
19" aaaaaaaaaaaa ",
20" "};