[arch-commits] Commit in gpxsee/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 13 22:06:38 UTC 2020


    Date: Thursday, February 13, 2020 @ 22:06:38
  Author: arojas
Revision: 570940

archrelease: copy trunk to community-x86_64

Added:
  gpxsee/repos/community-x86_64/PKGBUILD
    (from rev 570939, gpxsee/trunk/PKGBUILD)
Deleted:
  gpxsee/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 22:06:19 UTC (rev 570939)
+++ PKGBUILD	2020-02-13 22:06:38 UTC (rev 570940)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Raffaele Zamorano
-# Contributor: Jose Riha <jose1711 gmail com>
-# Contributor: Nikolay Korotkiy <sikmir at gmail.com>
-
-pkgname=gpxsee
-_pkgname=GPXSee
-pkgver=7.18
-pkgrel=1
-pkgdesc='GPS log file viewer and analyzer'
-arch=(x86_64)
-url='https://www.gpxsee.org/'
-license=(GPL3)
-depends=(desktop-file-utils qt5-imageformats)
-makedepends=(qt5-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('77c3a430cd314f621566b7ff2174b64c0c96099f6f90b62f54c8abfe02918a06')
-
-build() {
-  cd $_pkgname-$pkgver
-  lrelease-qt5 gpxsee.pro
-  qmake gpxsee.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  # Install appdata
-  install -Dm644 pkg/appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
-}

Copied: gpxsee/repos/community-x86_64/PKGBUILD (from rev 570939, gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-13 22:06:38 UTC (rev 570940)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Raffaele Zamorano
+# Contributor: Jose Riha <jose1711 gmail com>
+# Contributor: Nikolay Korotkiy <sikmir at gmail.com>
+
+pkgname=gpxsee
+_pkgname=GPXSee
+pkgver=7.22
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
+arch=(x86_64)
+url='https://www.gpxsee.org/'
+license=(GPL3)
+depends=(desktop-file-utils qt5-imageformats)
+makedepends=(qt5-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('ae5c6c98632522cf5c576099c2eacae5023adc3d74ef4207f1802b7072f26196')
+
+build() {
+  cd $_pkgname-$pkgver
+  lrelease-qt5 gpxsee.pro
+  qmake gpxsee.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  # Install appdata
+  install -Dm644 pkg/appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
+}



More information about the arch-commits mailing list