[arch-commits] Commit in gimp-dbp/trunk (PKGBUILD)
    Tobias Kieslich 
    tobias at archlinux.org
       
    Mon Sep  8 02:31:01 UTC 2008
    
    
  
    Date: Sunday, September 7, 2008 @ 22:31:00
  Author: tobias
Revision: 12035
upgpkg: gimp-dbp 1.1.8-1
Modified:
  gimp-dbp/trunk/PKGBUILD
----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-08 02:24:10 UTC (rev 12034)
+++ PKGBUILD	2008-09-08 02:31:00 UTC (rev 12035)
@@ -4,7 +4,7 @@
 
 pkgname=gimp-dbp
 _srcname=dbp
-_dlver=1-1-7
+_dlver=1-1-8
 pkgver=$(echo ${_dlver} | sed 's/-/./g')
 pkgrel=1
 pkgdesc="David's batch processor for the GIMP"
@@ -12,13 +12,14 @@
 depends=('gimp>=2.4')
 url="http://members.ozemail.com.au/~hodsond/dbp.html"
 source=(http://www.ozemail.com.au/~hodsond/${_srcname}Src-${_dlver}.tgz)
-md5sums=('0fef00adb228fd8297d309586c2aff83')
+md5sums=('8ee1797fdf9c6188b8235ae6c9dae3d4')
 
 build() {
   cd ${startdir}/src/${_srcname}-${pkgver}
  # Tweak Makefile -- remove auto-install
   sed -i 's|^\tgimptool.*$||' Makefile
-  sed -i '/DISABLE_DEPRECATED/d' Makefile
+  sed -i "s|<string>|<cstring>|" op.h
+ #sed -i '/DISABLE_DEPRECATED/d' Makefile
  # create gimp-2.0 plugin and install it
   make ${_srcname} || return 1
   install -Dsm755 ${_srcname} ${startdir}/pkg/usr/lib/gimp/2.0/plug-ins/${_srcname}
    
    
More information about the arch-commits
mailing list