From 383955a81810f344e11b1472bd4c5069fa77020c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 May 2013 00:57:43 -0700 Subject: Mon May 20 00:57:42 PDT 2013 --- community/tuxpaint/PKGBUILD | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'community/tuxpaint') diff --git a/community/tuxpaint/PKGBUILD b/community/tuxpaint/PKGBUILD index 0e5b9d335..f83770517 100644 --- a/community/tuxpaint/PKGBUILD +++ b/community/tuxpaint/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90097 2013-05-06 19:39:46Z foutrelis $ +# $Id: PKGBUILD 91097 2013-05-19 11:35:37Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Mateusz Herych # Contributor: Sergio Jovani Guzman @@ -6,7 +6,7 @@ pkgname=tuxpaint pkgver=0.9.21 -pkgrel=8 +pkgrel=9 pkgdesc='Drawing program designed for young children' arch=('x86_64' 'i686') url='http://www.tuxpaint.org/' @@ -14,7 +14,7 @@ license=('GPL') backup=('etc/tuxpaint/tuxpaint.conf') depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango' 'libpaper' 'librsvg') -makedepends=('setconf') +makedepends=('setconf' 'optipng') optdepends=('tuxpaint-stamps: more stamps' 'tuxpaint-conf: configuration manager') source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz" @@ -22,18 +22,28 @@ source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver. sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9' '6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20') -build() { +prepare() { cd "$srcdir/$pkgname-$pkgver" + setconf src/tuxpaint.desktop Categories 'Game;KidsGame;Graphics;RasterGraphics;' + sed -i 's:# fu:fu:' src/tuxpaint.conf + # python2 fix for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; do sed -i '0,/on/s//on2/' $f done + # libpng15 fix patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile - setconf src/tuxpaint.desktop Categories 'Game;KidsGame;Graphics;RasterGraphics;' - sed -i 's:# fu:fu:' src/tuxpaint.conf + + # libpng16 fix + find -name '*.png' -exec optipng -quiet -force -fix {} + +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr } -- cgit v1.2.3-54-g00ecf