diff options
Diffstat (limited to 'packages/zshopi')
-rw-r--r-- | packages/zshopi/files/zshopi.desktop | 6 | ||||
-rw-r--r-- | packages/zshopi/files/zshopi.png | bin | 2416 -> 0 bytes | |||
-rw-r--r-- | packages/zshopi/zshopi_0.2.bb | 42 |
3 files changed, 0 insertions, 48 deletions
diff --git a/packages/zshopi/files/zshopi.desktop b/packages/zshopi/files/zshopi.desktop deleted file mode 100644 index 232e06cd42..0000000000 --- a/packages/zshopi/files/zshopi.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Comment=Shopping list for the Zaurus. -Exec=zshopi -Icon=zshopi -Type=Application -Name=ZShopi diff --git a/packages/zshopi/files/zshopi.png b/packages/zshopi/files/zshopi.png Binary files differdeleted file mode 100644 index c75f52bedd..0000000000 --- a/packages/zshopi/files/zshopi.png +++ /dev/null diff --git a/packages/zshopi/zshopi_0.2.bb b/packages/zshopi/zshopi_0.2.bb deleted file mode 100644 index 098ac2b664..0000000000 --- a/packages/zshopi/zshopi_0.2.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "Shopping manager" -SECTION = "opie/applications" -DEPENDS = "sqlite opie-lrelease-native" -PRIORITY = "optional" -LICENSE = "GPL" -HOMEPAGE = "http://www.lachner-net.de/" -AUTHOR = "Bernd Lachner <dev@lachner-net.de>" -APPTYPE = "binary" -APPNAME = "zshopi" -APPDESKTOP = "${WORKDIR}" -PR = "r1" - -SRC_URI = "http://www.lachner-net.de/old/Frames/Software/zshopi_0.2.tar.bz2 \ -file://zshopi.desktop \ -file://zshopi.png" - -S = "${WORKDIR}/${PN}_${PV}/${PN}/" - -PACKAGES_prepend = "zshopi-i18n-de " - -FILES_zshopi-i18n-de = "/opt/QtPalmtop/i18n/*" - -inherit opie - -EXTRA_QMAKEVARS_POST += "DEFINES+=QTOPIA LIBS+=-lm LIBS+=-lsqlite LIBS+=-lqpe" -OE_QMAKE_CXXFLAGS = "-fno-rtti ${CXXFLAGS}" - -do_configure_prepend() { - qmake -project -} - -do_install() { - - cd "${WORKDIR}/${PN}_${PV}/zshopi" - opie-lrelease zshopi.de.ts - - - install -d ${D}${palmtopdir}/i18n/de - install -d ${D}${palmtopdir}/pics/ - install -m 0644 ${WORKDIR}/zshopi.png ${D}${palmtopdir}/pics/ - install -m 0644 ${WORKDIR}/${PN}_${PV}/zshopi/zshopi.de.qm ${D}${palmtopdir}/i18n/de/zshopi.qm -} |