author | kergoth <kergoth> | 2003-01-23 22:08:58 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 22:08:58 (UTC) |
commit | ffa27d4655c9b02a745ac6da7a9a375aec1e02db (patch) (unidiff) | |
tree | 222c5d69ee9c97b44b4188a3503e5e028f7972ce | |
parent | a27a3421ef40ba442bd3371246d709a7b48ebc8b (diff) | |
download | opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.zip opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.gz opie-ffa27d4655c9b02a745ac6da7a9a375aec1e02db.tar.bz2 |
cleanup, add tinykate control file
-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,15 +1,14 @@ | |||
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 \ |
8 | microkde/kdialogbase.h \ | 7 | microkde/kdialogbase.h \ |
9 | microkde/kfiledialog.h \ | 8 | microkde/kfiledialog.h \ |
10 | microkde/kglobal.h \ | 9 | microkde/kglobal.h \ |
11 | microkde/kiconloader.h \ | 10 | microkde/kiconloader.h \ |
12 | microkde/klineedit.h \ | 11 | microkde/klineedit.h \ |
13 | microkde/klocale.h \ | 12 | microkde/klocale.h \ |
14 | microkde/kmessagebox.h \ | 13 | microkde/kmessagebox.h \ |
15 | microkde/kprinter.h \ | 14 | microkde/kprinter.h \ |
@@ -79,16 +78,13 @@ INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/micro | |||
79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 78 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
84 | DEPENDPATH+= $(OPIEDIR)/include | 83 | DEPENDPATH+= $(OPIEDIR)/include |
85 | LIBS += -lqpe -lopie | 84 | LIBS += -lqpe -lopie |
86 | TARGET = tinykate | 85 | 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 | " "}; | ||