[arch-commits] Commit in gottengeography/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Dec 11 06:31:07 UTC 2021


    Date: Saturday, December 11, 2021 @ 06:31:07
  Author: foutrelis
Revision: 1068186

upgpkg: gottengeography 2.5-12: restore usr/share/{help,locale}

Modified:
  gottengeography/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 06:21:59 UTC (rev 1068185)
+++ PKGBUILD	2021-12-11 06:31:07 UTC (rev 1068186)
@@ -2,7 +2,7 @@
 
 pkgname=gottengeography
 pkgver=2.5
-pkgrel=11
+pkgrel=12
 pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
 arch=('any')
 url='https://launchpad.net/gottengeography'
@@ -30,6 +30,7 @@
 
 package() {
   cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  # adding --skip-build makes it not install usr/share/{help,locale}
+  python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 ../gottengeography.appdata.xml "$pkgdir/usr/share/metainfo/gottengeography.appdata.xml"
 }



More information about the arch-commits mailing list