Date: Sunday, May 14, 2023 @ 09:35:40
Author: arojas
Revision: 1461547
archrelease: copy trunk to community-x86_64
Added:
gpxsee/repos/community-x86_64/PKGBUILD
(from rev 1461546, gpxsee/trunk/PKGBUILD)
Deleted:
gpxsee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 09:35:31 UTC (rev 1461546)
+++ PKGBUILD 2023-05-14 09:35:40 UTC (rev 1461547)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Raffaele Zamorano
-# Contributor: Jose Riha <jose1711 gmail com>
-# Contributor: Nikolay Korotkiy <[email protected]>
-
-pkgname=gpxsee
-_pkgname=GPXSee
-pkgver=13.0
-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 qt6-serialport)
-makedepends=(qt6-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('94d6853bc6027028f5dc2888e633e7505c2978323b4544b7a3576726e007a3f4')
-
-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
-}
Copied: gpxsee/repos/community-x86_64/PKGBUILD (from rev 1461546,
gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 09:35:40 UTC (rev 1461547)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Raffaele Zamorano
+# Contributor: Jose Riha <jose1711 gmail com>
+# Contributor: Nikolay Korotkiy <[email protected]>
+
+pkgname=gpxsee
+_pkgname=GPXSee
+pkgver=13.2
+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 qt6-serialport)
+makedepends=(qt6-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('1e56b7df7dd36ccd270dc0e7666b9e1c18d6b7ec73ca39b025356e4f5bc634f6')
+
+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
+}