-rw-r--r-- | noncore/unsupported/oipkg/oipkg.pro | 12 | ||||
-rw-r--r-- | noncore/unsupported/oipkg/opie-oipkg.control (renamed from noncore/unsupported/oipkg/opie-qipkg.control) | 4 | ||||
-rw-r--r-- | noncore/unsupported/oipkg/qipkg.pro | 24 |
3 files changed, 14 insertions, 26 deletions
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro new file mode 100644 index 0000000..87f8c5d --- a/dev/null +++ b/noncore/unsupported/oipkg/oipkg.pro @@ -0,0 +1,12 @@ +DESTDIR = $(OPIEDIR)/bin +TEMPLATE = app +CONFIG = qt warn_on release +HEADERS = packagemanager.h +SOURCES = packagemanager.cpp \ + main.cpp +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui +TARGET = oipkg + diff --git a/noncore/unsupported/oipkg/opie-qipkg.control b/noncore/unsupported/oipkg/opie-oipkg.control index fc8a71e..a5fa508 100644 --- a/noncore/unsupported/oipkg/opie-qipkg.control +++ b/noncore/unsupported/oipkg/opie-oipkg.control @@ -1,5 +1,5 @@ -Files: bin/qipkg apps/Settings/qipkg.desktop +Files: bin/oipkg apps/Settings/oipkg.desktop Priority: optional Section: opie/settings -Maintainer: Warwick Allison <warwick@trolltech.com> +Maintainer: Patrick Vogt <tille@almana.ch> Architecture: arm diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro deleted file mode 100644 index 830162a..0000000 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/dev/null @@ -1,24 +0,0 @@ -DESTDIR = $(OPIEDIR)/bin -TEMPLATE = app -CONFIG = qt warn_on release -HEADERS = packagemanager.h -SOURCES = packagemanager.cpp \ - main.cpp -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui -TARGET = qipkg - -TRANSLATIONS = ../i18n/pt_BR/qipkg.ts -TRANSLATIONS += ../i18n/de/qipkg.ts -TRANSLATIONS += ../i18n/en/qipkg.ts -TRANSLATIONS += ../i18n/hu/qipkg.ts -TRANSLATIONS += ../i18n/pl/qipkg.ts -TRANSLATIONS += ../i18n/sl/qipkg.ts -TRANSLATIONS += ../i18n/ja/qipkg.ts -TRANSLATIONS += ../i18n/ko/qipkg.ts -TRANSLATIONS += ../i18n/no/qipkg.ts -TRANSLATIONS += ../i18n/zh_CN/qipkg.ts -TRANSLATIONS += ../i18n/zh_TW/qipkg.ts -TRANSLATIONS += ../i18n/fr/qipkg.ts |