[arch-commits] Commit in gpxsee/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jan 4 21:50:15 UTC 2022
Date: Tuesday, January 4, 2022 @ 21:50:15
Author: arojas
Revision: 1093124
archrelease: copy trunk to community-x86_64
Added:
gpxsee/repos/community-x86_64/PKGBUILD
(from rev 1093123, gpxsee/trunk/PKGBUILD)
Deleted:
gpxsee/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-04 21:50:12 UTC (rev 1093123)
+++ PKGBUILD 2022-01-04 21:50:15 UTC (rev 1093124)
@@ -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.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)
-makedepends=(qt6-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('b2d870838f3891ed19077a53d7fca6699f0cbad1b3ff151cebade0ec9267006c')
-
-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 1093123, gpxsee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-04 21:50:15 UTC (rev 1093124)
@@ -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=10.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)
+makedepends=(qt6-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('4ca12ceba43c1e96247cb4affc5372bc31c492d7b8e288f929c8c409a1f84440')
+
+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