From 7d1a4b471ef474173c8fd362f24f72602b8a4557 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 18 Sep 2005 14:45:46 +0000 Subject: ubahnnav: upgrade to 0.4.1 and remove obsolete versions --- packages/ubahnnav/ubahnnav_0.3.1.bb | 32 -------------------------------- packages/ubahnnav/ubahnnav_0.4.0.bb | 33 --------------------------------- packages/ubahnnav/ubahnnav_0.4.1.bb | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 65 deletions(-) delete mode 100644 packages/ubahnnav/ubahnnav_0.3.1.bb delete mode 100644 packages/ubahnnav/ubahnnav_0.4.0.bb create mode 100644 packages/ubahnnav/ubahnnav_0.4.1.bb diff --git a/packages/ubahnnav/ubahnnav_0.3.1.bb b/packages/ubahnnav/ubahnnav_0.3.1.bb deleted file mode 100644 index 01d1a8a192..0000000000 --- a/packages/ubahnnav/ubahnnav_0.3.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "U-Bahn Navigator helps you navigating through foreign public \ -transport networks. It finds the shortest or direct route from a start to a \ -destination station of the loaded subway map. U-Bahn Navigator is extensible \ -to support each public transport network." -PRIORITY = "optional" -SECTION = "opie/applications" -MAINTAINER = "Dimitri Brukakis" -LICENSE = "GPL" -APPNAME = "ubahnnav" -APPTYPE = "binary" -APPDESKTOP = "${S}/src/ubahnnav" -PR = "r2" - -SRC_URI = "http://ubahnstation.net/source/ubahnnav-${PV}.tar.gz \ - file://qmake.patch;patch=1" -S = "${WORKDIR}/ubahnnav-${PV}" - -inherit opie - -export OE_QMAKE_LINK="${CXX}" -EXTRA_QMAKEVARS_POST = "LIBS+=-L${S}" - -do_configure_prepend() { - find . -name "Makefile"|xargs rm -f -} - -do_install() { - oe_libinstall -so libsubwaymap ${D}${palmtopdir}/lib - install -d ${D}${palmtopdir}/pics ${D}${palmtopdir}/ubahn/maps - touch ${D}${palmtopdir}/ubahn/maps/.empty - install -m 0644 src/ubahnnav/images/u-logo.png ${D}${palmtopdir}/pics/ubahnnav.png -} diff --git a/packages/ubahnnav/ubahnnav_0.4.0.bb b/packages/ubahnnav/ubahnnav_0.4.0.bb deleted file mode 100644 index 49e46ac8b0..0000000000 --- a/packages/ubahnnav/ubahnnav_0.4.0.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "U-Bahn Navigator helps you navigating through foreign public \ -transport networks. It finds the shortest or direct route from a start to a \ -destination station of the loaded subway map. U-Bahn Navigator is extensible \ -to support each public transport network." -PRIORITY = "optional" -SECTION = "opie/applications" -AUTHOR = "Dimitri Brukakis" -HOMEPAGE = "http://ubahnstation.net" -LICENSE = "GPL" -APPNAME = "ubahnnav" -APPTYPE = "binary" -APPDESKTOP = "${S}/src/ubahnnav" -PR = "r2" - -SRC_URI = "http://ubahnstation.net/source/ubahnnav-${PV}.tar.gz \ - file://qmake.patch;patch=1" -S = "${WORKDIR}/ubahnnav-${PV}" - -inherit opie - -export OE_QMAKE_LINK="${CXX}" -EXTRA_QMAKEVARS_POST = "LIBS+=-L${S} LIBS-=-lqtopia" - -do_configure_prepend() { - find . -name "Makefile"|xargs rm -f -} - -do_install() { - oe_libinstall -so libsubwaymap ${D}${palmtopdir}/lib - install -d ${D}${palmtopdir}/pics ${D}${palmtopdir}/ubahn/maps - touch ${D}${palmtopdir}/ubahn/maps/.empty - install -m 0644 src/ubahnnav/images/u-logo.png ${D}${palmtopdir}/pics/ubahnnav.png -} diff --git a/packages/ubahnnav/ubahnnav_0.4.1.bb b/packages/ubahnnav/ubahnnav_0.4.1.bb new file mode 100644 index 0000000000..16924681db --- /dev/null +++ b/packages/ubahnnav/ubahnnav_0.4.1.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "U-Bahn Navigator helps you navigating through foreign public \ +transport networks. It finds the shortest or direct route from a start to a \ +destination station of the loaded subway map. U-Bahn Navigator is extensible \ +to support each public transport network." +PRIORITY = "optional" +SECTION = "opie/applications" +AUTHOR = "Dimitri Brukakis" +HOMEPAGE = "http://ubahnstation.net" +LICENSE = "GPL" +APPNAME = "ubahnnav" +APPTYPE = "binary" +APPDESKTOP = "${S}/src/ubahnnav" +PR = "r0" + +SRC_URI = "http://ubahnstation.net/source/ubahnnav-${PV}.tar.gz \ + file://qmake.patch;patch=1" +S = "${WORKDIR}/ubahnnav-${PV}" + +inherit opie + +export OE_QMAKE_LINK="${CXX}" +EXTRA_QMAKEVARS_POST = "INCLUDEPATH+=${S}/src/libsubwaymap LIBS+=-L${S} LIBS-=-lqtopia" + +do_configure_prepend() { + find . -name "Makefile"|xargs rm -f +} + +do_install() { + oe_libinstall -so libsubwaymap ${D}${palmtopdir}/lib + install -d ${D}${palmtopdir}/pics + install -d ${D}${palmtopdir}/ubahn/maps + touch ${D}${palmtopdir}/ubahn/maps/.empty + install -m 0644 src/ubahnnav/images/u-logo.png ${D}${palmtopdir}/pics/ubahnnav.png +} -- cgit v1.2.3