[arch-commits] Commit in gimp-refocus/trunk (PKGBUILD refocus-gimp-preview.patch)

Christian Hesse eworm at archlinux.org
Thu Sep 13 22:46:38 UTC 2018


    Date: Thursday, September 13, 2018 @ 22:46:38
  Author: eworm
Revision: 380728

upgpkg: gimp-refocus 0.9.0-5

BUILDINFO Rebuild

Modified:
  gimp-refocus/trunk/PKGBUILD
  gimp-refocus/trunk/refocus-gimp-preview.patch

----------------------------+
 PKGBUILD                   |    5 +++--
 refocus-gimp-preview.patch |    8 --------
 2 files changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-13 22:45:38 UTC (rev 380727)
+++ PKGBUILD	2018-09-13 22:46:38 UTC (rev 380728)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-refocus
 pkgver=0.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering"
 arch=('x86_64')
 url="http://refocus.sourceforge.net/"
@@ -14,7 +14,7 @@
 md5sums=('8d4eac4ef45c904fb5e73021696bec94'
          '1b7bc13154f483994af3846c7ee29ad7'
          '532593cba030feab8ffa7800fc9cd782'
-         '6b55dbdc656646c765064cf21e1a3c57')
+         '5dcf118f8dee7a32ca35f932ff9b2e3c')
 
 build() {
   cd "${srcdir}/refocus-${pkgver}"
@@ -25,6 +25,7 @@
   autoconf
   automake --add-missing
   ./configure --prefix=/usr --bindir=/usr/lib/gimp/2.0/plug-ins
+  sed -i '/^CFLAGS =/s/$/ -std=c99/' src/Makefile
   make
 }
 

Modified: refocus-gimp-preview.patch
===================================================================
--- refocus-gimp-preview.patch	2018-09-13 22:45:38 UTC (rev 380727)
+++ refocus-gimp-preview.patch	2018-09-13 22:46:38 UTC (rev 380728)
@@ -421,14 +421,6 @@
 diff -ur src/refocus.c src/refocus.c
 --- src/refocus.c	2008-03-17 17:20:49.000000000 -0700
 +++ src/refocus.c	2008-03-17 17:18:48.000000000 -0700
-@@ -25,6 +25,7 @@
- #include <time.h>
- #include <string.h>
- #include <libgimp/gimp.h>
-+#include <libgimp/gimpcompat.h>
- #include <gtk/gtk.h>
- #include <sys/types.h>
- #include <signal.h>
 @@ -372,7 +373,7 @@
  }
  



More information about the arch-commits mailing list