Date: Saturday, February 4, 2023 @ 19:35:39
Author: arojas
Revision: 1392373
archrelease: copy trunk to community-x86_64
Added:
gpxsee/repos/community-x86_64/PKGBUILD
(from rev 1392372, gpxsee/trunk/PKGBUILD)
Deleted:
gpxsee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++-------------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-04 19:35:28 UTC (rev 1392372)
+++ PKGBUILD 2023-02-04 19:35:39 UTC (rev 1392373)
@@ -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 <[email protected]>
-
-pkgname=gpxsee
-_pkgname=GPXSee
-pkgver=11.11
-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=('3670e2464afde6304ba82c6c744d6f7061f1ce7ed533e3cc4b7b099159654a5a')
-
-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 1392372,
gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-04 19:35:39 UTC (rev 1392373)
@@ -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=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
+}