[arch-commits] Commit in gpsbabel/trunk (PKGBUILD desktop-file.patch)

Balló György bgyorgy at archlinux.org
Mon Aug 5 18:17:48 UTC 2019


    Date: Monday, August 5, 2019 @ 18:17:47
  Author: bgyorgy
Revision: 497506

upgpkg: gpsbabel 1.6.0-2

Correct name of Exec in desktop file (FS#63375)

Added:
  gpsbabel/trunk/desktop-file.patch
Modified:
  gpsbabel/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    8 +++++++-
 desktop-file.patch |   23 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 18:13:38 UTC (rev 497505)
+++ PKGBUILD	2019-08-05 18:17:47 UTC (rev 497506)
@@ -6,7 +6,7 @@
 pkgname=gpsbabel
 pkgver=1.6.0
 _pkgver=1_6_0
-pkgrel=1
+pkgrel=2
 pkgdesc="Read, write and manipulate GPS waypoints in a variety of formats"
 arch=('x86_64')
 url="https://www.gpsbabel.org/"
@@ -15,14 +15,20 @@
 makedepends=('imagemagick' 'qt5-tools')
 source=(https://github.com/gpsbabel/$pkgname/archive/${pkgname}_$_pkgver.tar.gz
         gpsbabel.appdata.xml
+        desktop-file.patch
         drop-map.patch)
 sha256sums=('ad56796f725dcdb7f52d9a9509d4922f11198c382fe10fc2d6c9efa8159f2090'
             '5eb52ab0c4bdde61c747856e849f9bce9ca660e942c15f730a4330a38fd6a39a'
+            'e66a786dc5592388f651f2bcabb4205809a42e0a937bb034cb469bd2cd50d1a1'
             '5377f1a6f0d52d93f7d604c171ce1f6b18bb389c9e4c67ff4910c4079a2696fd')
 
 prepare() {
   cd $pkgname-${pkgname}_$_pkgver
 
+  # Correct name of Exec in desktop file
+  # https://github.com/gpsbabel/gpsbabel/pull/353
+  patch -Np1 -i ../desktop-file.patch
+
   # Remove map due to heavy WebEngine dependency
   patch -Np1 -i ../drop-map.patch
 

Added: desktop-file.patch
===================================================================
--- desktop-file.patch	                        (rev 0)
+++ desktop-file.patch	2019-08-05 18:17:47 UTC (rev 497506)
@@ -0,0 +1,23 @@
+From 76c8ee6fffedbe6a5625995dc8fc9a4ae1766ab9 Mon Sep 17 00:00:00 2001
+From: tsteven4 <13596209+tsteven4 at users.noreply.github.com>
+Date: Tue, 14 May 2019 16:50:14 -0600
+Subject: [PATCH] correct name of Exec in desktop file. (#353)
+
+The name of the Exec changed in
+https://github.com/gpsbabel/gpsbabel/pull/310
+---
+ gui/gpsbabel.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gui/gpsbabel.desktop b/gui/gpsbabel.desktop
+index 4ae452581..fe956c2b7 100644
+--- a/gui/gpsbabel.desktop
++++ b/gui/gpsbabel.desktop
+@@ -4,6 +4,6 @@ Name=GPSBabel
+ Comment=Qt GUI interface for GPSBabel
+ GenericName=GPSBabel
+ Icon=gpsbabel
+-Exec=gpsbabelfe-bin
++Exec=gpsbabelfe
+ Terminal=false
+ Categories=Geography;Education;Utility;



More information about the arch-commits mailing list