[arch-commits] Commit in osm-gps-map/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Feb 7 18:26:59 UTC 2021


    Date: Sunday, February 7, 2021 @ 18:26:59
  Author: archange
Revision: 848176

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-07 18:26:33 UTC (rev 848175)
+++ PKGBUILD	2021-02-07 18:26:59 UTC (rev 848176)
@@ -1,33 +0,0 @@
-# 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
-}

Copied: osm-gps-map/repos/community-x86_64/PKGBUILD (from rev 848175, osm-gps-map/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-07 18:26:59 UTC (rev 848176)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=osm-gps-map
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Gtk+ Widget for Displaying OpenStreetMap tiles"
+arch=(x86_64)
+url="https://nzjrs.github.com/osm-gps-map/"
+license=(GPL2)
+depends=(gtk3 libsoup)
+makedepends=(gtk-doc gobject-introspection)
+source=(https://github.com/nzjrs/osm-gps-map/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ddec11449f37b5dffb4bca134d024623897c6140af1f9981a8acc512dbf6a7a5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list