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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 20:14:00 UTC 2021


    Date: Thursday, September 30, 2021 @ 20:14:00
  Author: arojas
Revision: 1026257

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 20:13:50 UTC (rev 1026256)
+++ PKGBUILD	2021-09-30 20:14:00 UTC (rev 1026257)
@@ -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=9.5
-pkgrel=1
-pkgdesc='GPS log file viewer and analyzer'
-arch=(x86_64)
-url='https://www.gpxsee.org/'
-license=(GPL3)
-depends=(qt6-imageformats)
-makedepends=(qt6-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('557f48c314a9ad536e7a05c808a39f47d5945df929e973dcd95fb48913622090')
-
-build() {
-  cd $_pkgname-$pkgver
-  /usr/lib/qt6/bin/lrelease gpxsee.pro
-  qmake6 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 1026256, gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 20:14:00 UTC (rev 1026257)
@@ -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=9.7
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
+arch=(x86_64)
+url='https://www.gpxsee.org/'
+license=(GPL3)
+depends=(qt6-imageformats)
+makedepends=(qt6-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('98d08b4c36cc991e29293c8764a0624394f78bd6f8c5afc19a7ce9840c1684a7')
+
+build() {
+  cd $_pkgname-$pkgver
+  /usr/lib/qt6/bin/lrelease gpxsee.pro
+  qmake6 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