[arch-commits] Commit in osm-gps-map/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:58:19 UTC 2018


    Date: Friday, November 9, 2018 @ 22:58:18
  Author: foutrelis
Revision: 405145

archrelease: copy trunk to community-staging-x86_64

Added:
  osm-gps-map/repos/community-staging-x86_64/
  osm-gps-map/repos/community-staging-x86_64/PKGBUILD
    (from rev 405144, osm-gps-map/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: osm-gps-map/repos/community-staging-x86_64/PKGBUILD (from rev 405144, osm-gps-map/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:58:18 UTC (rev 405145)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Stephan Windmüller <arch at freewarepoint dot de>
+
+pkgname=osm-gps-map
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="GTK+ 3 library for showing OSM tiles"
+arch=('x86_64')
+url="http://nzjrs.github.com/osm-gps-map/"
+license=('GPL2')
+depends=('gtk3' 'libsoup')
+makedepends=('gnome-common' 'gtk-doc' 'gobject-introspection')
+provides=('osm-gps-map-gtk3')
+conflicts=('osm-gps-map-gtk3')
+replaces=('osm-gps-map-gtk3')
+source=("https://github.com/nzjrs/osm-gps-map/archive/$pkgver.tar.gz")
+sha256sums=('027004459f2f29232d4ca0c914f835e6c06b720aef1daa9b470d9d5e1b71159b')
+
+prepare() {
+  cd "$srcdir"/osm-gps-map-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/osm-gps-map-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "$srcdir"/osm-gps-map-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list