[arch-commits] Commit in geeqie/trunk (PKGBUILD buildfix.diff)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Jan 25 14:20:48 UTC 2022


    Date: Tuesday, January 25, 2022 @ 14:20:48
  Author: andyrtr
Revision: 435100

upgpkg: geeqie 1.7.2-1: upstream update 1.7.2

Modified:
  geeqie/trunk/PKGBUILD
Deleted:
  geeqie/trunk/buildfix.diff

---------------+
 PKGBUILD      |   15 +++++----------
 buildfix.diff |   14 --------------
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 12:08:24 UTC (rev 435099)
+++ PKGBUILD	2022-01-25 14:20:48 UTC (rev 435100)
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 
 pkgname=geeqie
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Lightweight image viewer'
 arch=('x86_64')
@@ -27,11 +27,11 @@
             'gphoto2: command-line tools for various (plugin) operations'
             'imagemagick: command-line tools for various (plugin) operations')
 source=(#"http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
-        ${pkgname}-${pkgver}.tar.gz::https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${pkgver}.tar.gz
-        buildfix.diff
+        https://github.com/BestImageViewer/geeqie/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz # {,.asc} nowhere to be found
 )
-sha256sums=('6625f174abfda86883fd94f4cbd1054528db0f90915ae5d00f4a080dcb80411d'
-            '1e293e872a8ddce4e5f1e22ce50d1fe29212ca05cac8cc45df5ecdfd308effed')
+sha256sums=('186c10fae05dd81783f5218432e777cae2e9579ce884e65afa0884c357192269'
+            #'SKIP'
+)
 #validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen <Klaus at Ethgen.de>"
 
 # main repo: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
@@ -39,10 +39,6 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # fix missinging Changelog.html
-  patch -Np1 -i ../buildfix.diff
-  # fix broken docdir
-  sed -i "s:+git:${pkgver}:" configure.ac
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -55,5 +51,4 @@
 package(){
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/share/doc/geeqie-1.7.1/ChangeLog.gqview "${pkgdir}"/usr/share/doc/geeqie-1.7.1/ChangeLog
 }

Deleted: buildfix.diff
===================================================================
--- buildfix.diff	2022-01-25 12:08:24 UTC (rev 435099)
+++ buildfix.diff	2022-01-25 14:20:48 UTC (rev 435100)
@@ -1,14 +0,0 @@
---- geeqie-1.7.1/Makefile.am	2022-01-17 15:26:31.000000000 +0100
-+++ geeqie-1.7.1/Makefile.am.new	2022-01-17 15:31:28.796386390 +0100
-@@ -10,9 +10,9 @@
- readmedir = @readmedir@
- 
- if HAVE_MARKDOWN
--readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html
-+readme_DATA = README.md COPYING ChangeLog.gqview TODO README.lirc AUTHORS README.html ChangeLog.html
- else
--readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html
-+readme_DATA = README.md COPYING ChangeLog.gqview TODO README.lirc AUTHORS
- endif
- 
- desktopdir = $(datadir)/applications



More information about the arch-commits mailing list