From 93f6cc9eb7202ceea346754f157571abb8ea92ee Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Sun, 12 Oct 2008 02:27:49 +0000 Subject: add mumpot: courtesy of Andreas Kemnade. close bug# 4714 --- packages/mumpot/.mtn2git_empty | 0 packages/mumpot/files/.mtn2git_empty | 0 packages/mumpot/files/mumpot-mapnik.desktop | 8 ++++++++ packages/mumpot/files/mumpot-tah.desktop | 8 ++++++++ packages/mumpot/mumpot_0.3.1.bb | 18 ++++++++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 packages/mumpot/.mtn2git_empty create mode 100644 packages/mumpot/files/.mtn2git_empty create mode 100644 packages/mumpot/files/mumpot-mapnik.desktop create mode 100644 packages/mumpot/files/mumpot-tah.desktop create mode 100644 packages/mumpot/mumpot_0.3.1.bb (limited to 'packages') diff --git a/packages/mumpot/.mtn2git_empty b/packages/mumpot/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mumpot/files/.mtn2git_empty b/packages/mumpot/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mumpot/files/mumpot-mapnik.desktop b/packages/mumpot/files/mumpot-mapnik.desktop new file mode 100644 index 0000000000..b02b077de1 --- /dev/null +++ b/packages/mumpot/files/mumpot-mapnik.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Mumpot Mapnik +Comment=Mumpot Mapnuk +Exec=mumpot-mapnik +Terminal=0 +Type=Application +Categories=Application;PIM;GTK +StartupNotify=True diff --git a/packages/mumpot/files/mumpot-tah.desktop b/packages/mumpot/files/mumpot-tah.desktop new file mode 100644 index 0000000000..bcdba40b0a --- /dev/null +++ b/packages/mumpot/files/mumpot-tah.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Mumpot t@h +Comment=Mumpot t@h +Exec=mumpot-tah +Terminal=0 +Type=Application +Categories=Application;PIM;GTK +StartupNotify=True diff --git a/packages/mumpot/mumpot_0.3.1.bb b/packages/mumpot/mumpot_0.3.1.bb new file mode 100644 index 0000000000..c5b9091bdb --- /dev/null +++ b/packages/mumpot/mumpot_0.3.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "A map-viewer, simple editor and routing application for OSM maps" +HOMEPAGE = "http://wiki.openstreetmap.org/index.php/Mumpot" +AUTHOR = "Andreas Kemnade" +SECTION = "x11/applications" +LICENSE = "GPLv2" +DEPENDS = "gtk+ bluez-libs bzip2 libxml2 libpng jpeg" + +SRC_URI = "http://osm.andi.de1.cc/mumpot-${PV}.tar.gz \ + file://mumpot-tah.desktop \ + file://mumpot-mapnik.desktop" + +inherit autotools pkgconfig + +do_install_append() { + install -d ${D}${datadir}/applications + install -m 0644 ${WORKDIR}/mumpot-tah.desktop ${D}${datadir}/applications/mumpot-tah.desktop + install -m 0644 ${WORKDIR}/mumpot-mapnik.desktop ${D}${datadir}/applications/mumpot-mapnik.desktop +} -- cgit v1.2.3