Date: Thursday, February 23, 2023 @ 10:52:56
Author: arojas
Revision: 1403683
archrelease: copy trunk to community-x86_64
Added:
gpxsee/repos/community-x86_64/PKGBUILD
(from rev 1403682, gpxsee/trunk/PKGBUILD)
Deleted:
gpxsee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-23 10:52:45 UTC (rev 1403682)
+++ PKGBUILD 2023-02-23 10:52:56 UTC (rev 1403683)
@@ -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=11.12
-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=('6c1afae2f692bc6e9cdc83f3f0ee8e275b4d5a758506d4af2f7a6b94f8fc5761')
-
-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 1403682,
gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-23 10:52:56 UTC (rev 1403683)
@@ -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=12.1
+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=('22f2e4dcc209600c1524775547431dae922338f20832c8cd50e059c09e048f21')
+
+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
+}