From ffa27d4655c9b02a745ac6da7a9a375aec1e02db Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 23 Jan 2003 22:08:58 +0000 Subject: cleanup, add tinykate control file --- 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 +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 ", -" "}; -- cgit v0.9.0.2