diff options
Diffstat (limited to 'opie-showimg')
-rw-r--r-- | opie-showimg/opie-showimg_1.1.7.bb | 0 | ||||
-rw-r--r-- | opie-showimg/opie-showimg_1.1.7.oe | 23 | ||||
-rw-r--r-- | opie-showimg/opie-showimg_cvs.bb | 0 | ||||
-rw-r--r-- | opie-showimg/opie-showimg_cvs.oe | 22 |
4 files changed, 0 insertions, 45 deletions
diff --git a/opie-showimg/opie-showimg_1.1.7.bb b/opie-showimg/opie-showimg_1.1.7.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-showimg/opie-showimg_1.1.7.bb diff --git a/opie-showimg/opie-showimg_1.1.7.oe b/opie-showimg/opie-showimg_1.1.7.oe deleted file mode 100644 index fca58cfeee..0000000000 --- a/opie-showimg/opie-showimg_1.1.7.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Simple Image Viewer" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -APPNAME = "showimg" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/multimedia/showimg \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -# FILES plugins/application/libshowimg.so* bin/showimg apps/Applications/showimg.desktop pics/imageviewer -do_install() { - install -d ${D}${palmtopdir}/pics/imageviewer/ - install -m 0644 ${WORKDIR}/pics/imageviewer/*.png ${D}${palmtopdir}/pics/imageviewer/ -} - diff --git a/opie-showimg/opie-showimg_cvs.bb b/opie-showimg/opie-showimg_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-showimg/opie-showimg_cvs.bb diff --git a/opie-showimg/opie-showimg_cvs.oe b/opie-showimg/opie-showimg_cvs.oe deleted file mode 100644 index bfd942aa0d..0000000000 --- a/opie-showimg/opie-showimg_cvs.oe +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Simple Image Viewer" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -PV = "1.1.7+cvs-${CVSDATE}" -APPNAME = "showimg" - -SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/showimg \ - ${HANDHELDS_CVS};module=opie/pics \ - ${HANDHELDS_CVS};module=opie/apps" - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -# FILES plugins/application/libshowimg.so* bin/showimg apps/Applications/showimg.desktop pics/imageviewer -do_install() { - install -d ${D}${palmtopdir}/pics/imageviewer/ - install -m 0644 ${WORKDIR}/pics/imageviewer/*.png ${D}${palmtopdir}/pics/imageviewer/ -} - |