Date: Tuesday, July 30, 2013 @ 00:21:27
  Author: arodseth
Revision: 94751

WIP for the giflib 5 TODO

Modified:
  mtpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-07-29 22:14:55 UTC (rev 94750)
+++ PKGBUILD    2013-07-29 22:21:27 UTC (rev 94751)
@@ -5,13 +5,13 @@
 
 pkgname=mtpaint
 pkgver=3.40
-pkgrel=7
+pkgrel=8
 pkgdesc='Simple paint program for creating icons and pixel based artwork'
 arch=('x86_64' 'i686')
 url='http://mtpaint.sourceforge.net/'
 license=('GPL3')
 depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
-install=mtpaint.install
+install='mtpaint.install'
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";
         'libpng15.patch')
 sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
@@ -27,7 +27,7 @@
 build() {
        cd "$srcdir/$pkgname-$pkgver"
 
-  export CFLAGS="-w `pkg-config gtk+-2.0 --cflags` $CFLAGS"
+  export CFLAGS="`pkg-config gtk+-2.0 --cflags` $CFLAGS -w"
        ./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff
   sed -i 's:-lpng:-lpng -lgif:' _conf.txt
        make

Reply via email to