From d78df6b7f00663428aae7b99cea4eabbfb79209e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 23 Apr 2004 10:10:59 +0000 Subject: upgrade to shopper 1.2.1 BKrev: 4088ebb32zGfWQC2KQ0IbjWr-K0Kpw --- shopper/shopper-1.2.0/gcc3.patch | 0 shopper/shopper-1.2.1/gcc3.patch | 0 shopper/shopper_1.2.0.oe | 37 ------------------------------------- shopper/shopper_1.2.1.oe | 0 4 files changed, 37 deletions(-) delete mode 100644 shopper/shopper-1.2.0/gcc3.patch create mode 100644 shopper/shopper-1.2.1/gcc3.patch delete mode 100644 shopper/shopper_1.2.0.oe create mode 100644 shopper/shopper_1.2.1.oe diff --git a/shopper/shopper-1.2.0/gcc3.patch b/shopper/shopper-1.2.0/gcc3.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/shopper/shopper-1.2.1/gcc3.patch b/shopper/shopper-1.2.1/gcc3.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/shopper/shopper_1.2.0.oe b/shopper/shopper_1.2.0.oe deleted file mode 100644 index 0caa1a9920..0000000000 --- a/shopper/shopper_1.2.0.oe +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Shopping list manager" -SECTION = "Applications" -PRIORITY = "optional" -MAINTAINER = "David Greaves " -LICENSE = "GPL" -DEPENDS = "virtual/libc" - -SRC_URI = "${SOURCEFORGE_MIRROR}/zaurus-shopper/Shopper-${PV}.tar.gz \ - file://${FILESDIR}/gcc3.patch;patch=1" -S = "${WORKDIR}/Shopper" - -inherit palmtop - -QMAKE_PROFILES = "Shopper.pro" - -pkg_preinst() { - cp /root/Applications/ShoppingListQt/shoppinglist.xml /root/Applications/ShoppingListQt/shoppinglist.xml.safe 2>/dev/null - true -} - -pkg_postinst() { - /opt/QtPalmtop/bin/qcop QPE/System "linkChanged(QString)" 2>/dev/null - true -} - -do_install() { - install -d ${D}/${palmtopdir}/bin \ - ${D}/${palmtopdir}/apps/Applications \ - ${D}/${palmtopdir}/pics \ - ${D}/${palmtopdir}/help/html - install -m 0755 ${S}/Shopper ${D}/${palmtopdir}/bin/ - install -m 0644 ${S}/Shopper.desktop ${D}/${palmtopdir}/apps/Applications/ - install -m 0644 ${S}/Shopper.png ${D}/${palmtopdir}/pics/ - install -m 0644 ${S}/Shopper.html ${D}/${palmtopdir}/help/html/ -# BAD BAD BAD: packages never install into home directories. ever. --CL -# install -m 0644 ${S}/shoppinglist.xml ${D}/root/Applications/ShoppingListQt/shoppinglist.xml.new -} diff --git a/shopper/shopper_1.2.1.oe b/shopper/shopper_1.2.1.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3