-rwxr-xr-x | noncore/apps/tinykate/install | 13 | ||||
-rw-r--r-- | noncore/apps/tinykate/libkate/libkate.pro | 4 | ||||
-rw-r--r-- | noncore/apps/tinykate/opie-tinykate.control | 7 | ||||
-rw-r--r-- | noncore/apps/tinykate/tinykate.desktop | 6 | ||||
-rw-r--r-- | noncore/apps/tinykate/tinykate_icon.xpm | 20 |
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 | ||
2 | if [ a$OPIEDIR = a ] | ||
3 | then | ||
4 | echo OPIEDIR must be set | ||
5 | exit | ||
6 | fi | ||
7 | [ -f $OPIEDIR/pics/tinykate_icon.xpm ] || cp tinykate_icon.xpm $OPIEDIR/pics/ | ||
8 | [ -f $OPIEDIR/apps/tinykate.desktop ] || cp tinykate.desktop $OPIEDIR/apps/ | ||
9 | mv $OPIEDIR/Makefile $OPIEDIR/Makefile.orig | ||
10 | sed "s/APPS=/&tinykate \\\\ \\ | ||
11 | /" $OPIEDIR/Makefile.orig >> $OPIEDIR/Makefile | ||
12 | echo You may wish to move the desktop file in to | ||
13 | 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,7 +1,6 @@ | |||
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 \ |
7 | microkde/kdialog.h \ | 6 | microkde/kdialog.h \ |
@@ -87,8 +86,5 @@ TARGET = tinykate | |||
87 | 86 | ||
88 | INCLUDEPATH += $(OPIEDIR)/include | 87 | INCLUDEPATH += $(OPIEDIR)/include |
89 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 88 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
90 | 89 | ||
91 | |||
92 | |||
93 | |||
94 | include ( ../../../../include.pro ) | 90 | 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 @@ | |||
1 | Files: bin/tinykate apps/Applications/tinykate.desktop pics/tinykate $(OPIEDIR)/lib/libtinykate* | ||
2 | Priority: optional | ||
3 | Section: opie/applications | ||
4 | Maintainer: Opie Team <opie@handhelds.org> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | 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 @@ | |||
1 | [Desktop Entry] | ||
2 | Type=Application | ||
3 | Exec=tinykate | ||
4 | Icon=tinykate_icon.xpm | ||
5 | Name=TinyKATE | ||
6 | 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 @@ | |||
1 | /* XPM */ | ||
2 | static 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 | " "}; | ||