dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit a4a6bc71878438148941fbe76d564024f17befed
parent 8806c6784cf92d08f51cda1adcd2a3509297786d
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun,  8 May 2011 14:09:15 +1000

osm-gps-map: bump to 0.7.3

Diffstat:
Dpackages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0 | 36------------------------------------
Apackages/x11-libs/osm-gps-map/osm-gps-map-0.7.3.exheres-0 | 38++++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 36 deletions(-)
diff --git a/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0 b/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.2.exheres-0
@@ -1,36 +0,0 @@
-# Copyright 2010 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
-
-SUMMARY="GTK+ widget for displaying OpenStreetMap files"
-HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
-DOWNLOADS="http://www.johnstowers.co.nz/files/${PN}/${PNV}.tar.gz"
-
-LICENCES="GPL-3"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-MYOPTIONS="gobject-introspection"
-
-DEPENDENCIES="
-    build+run:
-        gnome-desktop/libsoup:2.4
-        x11-libs/gtk+:2
-        x11-libs/cairo
-        gobject-introspection? ( gnome-desktop/gobject-introspection )
-"
-
-BUGS_TO="djc@djc.id.au"
-
-DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "gobject-introspection introspection" )
-
-src_prepare() {
-    sed -i \
-        -e "/osm_gps_mapdocdir =/cosm_gps_mapdocdir = \${datadir}/doc/${PNV}" \
-        Makefile.am
-    eautomake
-}
-
-src_install() {
-    emake -j1 DESTDIR="${IMAGE}" install
-}
diff --git a/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.3.exheres-0 b/packages/x11-libs/osm-gps-map/osm-gps-map-0.7.3.exheres-0
@@ -0,0 +1,38 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ] ]
+
+SUMMARY="GTK+ widget for displaying OpenStreetMap files"
+HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
+DOWNLOADS="http://www.johnstowers.co.nz/files/${PN}/${PNV}.tar.gz"
+
+LICENCES="GPL-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+# gobject-introspection still broken
+#MYOPTIONS="gobject-introspection"
+
+DEPENDENCIES="
+    build+run:
+        gnome-desktop/libsoup:2.4
+        x11-libs/gtk+:2
+        x11-libs/cairo
+"
+        #gobject-introspection? ( gnome-desktop/gobject-introspection )
+
+BUGS_TO="djc@djc.id.au"
+
+DEFAULT_SRC_CONFIGURE_PARAMS=( "--disable-introspection" )
+#DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "gobject-introspection introspection" )
+
+src_prepare() {
+    sed -i \
+        -e "/osm_gps_mapdocdir =/cosm_gps_mapdocdir = \${datadir}/doc/${PNV}" \
+        Makefile.am
+    eautomake
+}
+
+src_install() {
+    emake -j1 DESTDIR="${IMAGE}" install
+}