[arch-commits] Commit in osm-gps-map/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:47:44 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:47:43
Author: felixonmars
Revision: 659414
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 659411, osm-gps-map/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: osm-gps-map/repos/community-staging-x86_64/PKGBUILD (from rev 659411, osm-gps-map/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:47:43 UTC (rev 659414)
@@ -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=5
+pkgdesc="GTK+ 3 library for showing OSM tiles"
+arch=('x86_64')
+url="https://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