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

Laurent Carlier lcarlier at gemini.archlinux.org
Fri Aug 26 14:01:52 UTC 2022


    Date: Friday, August 26, 2022 @ 14:01:52
  Author: lcarlier
Revision: 1282458

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 14:01:48 UTC (rev 1282457)
+++ PKGBUILD	2022-08-26 14:01:52 UTC (rev 1282458)
@@ -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=10.7
-pkgrel=1
-pkgdesc='GPS log file viewer and analyzer'
-arch=(x86_64)
-url='https://www.gpxsee.org/'
-license=(GPL3)
-depends=(qt6-imageformats qt6-5compat qt6-positioning)
-makedepends=(qt6-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19')
-
-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 1282457, gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-26 14:01:52 UTC (rev 1282458)
@@ -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=11.3
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
+arch=(x86_64)
+url='https://www.gpxsee.org/'
+license=(GPL3)
+depends=(qt6-imageformats qt6-5compat qt6-positioning qt6-svg)
+makedepends=(qt6-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('22afaf1bedf2e257afc8b5e28202ea6d5674df05a3f14097867b1167ccbb71b1')
+
+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