diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-13 20:11:32 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-13 20:11:32 +0000 |
commit | badb3eafc9060609d6a484f1cc2e19925b5825c4 (patch) | |
tree | 24d23afd39a315ba7a5d0dae36d5d1c8d2579aaa /opie-zkbapplet | |
parent | 3d5519e88c30876da6f211f62e226e23a98d3215 (diff) |
Merge the conflict
2004/11/13 21:06:11+01:00 handhelds.org!zecke
Opie 1.1.7:
Remove CVSDATE and PR from the package files
2004/11/13 20:52:18+01:00 handhelds.org!zecke
Update packaging of 1.1.7 to match the 'cvs' version of the Opie versions
2004/11/13 20:36:08+01:00 handhelds.org!zecke
Upgrade all Opie 1.1.6 files to Opie 1.1.7 in preparation
of the next OpenZaurus/Familiar release.
Remove all occurrences of Opie1.1.6 in the files
BKrev: 41966a744AeMTtlPuskXFPg512ykqQ
Diffstat (limited to 'opie-zkbapplet')
-rw-r--r-- | opie-zkbapplet/opie-zkbapplet_1.1.6.oe | 34 | ||||
-rw-r--r-- | opie-zkbapplet/opie-zkbapplet_1.1.7.oe | 0 |
2 files changed, 0 insertions, 34 deletions
diff --git a/opie-zkbapplet/opie-zkbapplet_1.1.6.oe b/opie-zkbapplet/opie-zkbapplet_1.1.6.oe deleted file mode 100644 index 66e5b9c6dc..0000000000 --- a/opie-zkbapplet/opie-zkbapplet_1.1.6.oe +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "KeyZ Applet" -SECTION = "opie/applets" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -I18N_FILES = "keyz-cfg.ts" -APPNAME = "zkbapplet" -RDEPENDS = "opie-pics" -PR = "r1" - -CVSDATE = "20041015" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/applets/zkbapplet \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/share \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" - -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -do_install() { - install -d ${D}${palmtopdir}/pics/ - install -d ${D}${palmtopdir}/share/zkb/ - install -m 0644 ${WORKDIR}/share/zkb/*xml* ${D}${palmtopdir}/share/zkb/ - install -m 0644 ${WORKDIR}/share/zkb/zkb.xml.sample ${D}${palmtopdir}/share/zkb/zkb.xml - install -d ${D}${palmtopdir}/bin - install -m 0755 ${S}/keyz-cfg ${D}${palmtopdir}/bin/ - install -d ${D}${palmtopdir}/apps/Settings - install -m 0644 ${WORKDIR}/apps/Settings/keyz-cfg.desktop ${D}${palmtopdir}/apps/Settings/ -} - diff --git a/opie-zkbapplet/opie-zkbapplet_1.1.7.oe b/opie-zkbapplet/opie-zkbapplet_1.1.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-zkbapplet/opie-zkbapplet_1.1.7.oe |