# $Id: PKGBUILD 90097 2013-05-06 19:39:46Z foutrelis $ # Maintainer: Alexander Rødseth # Contributor: Mateusz Herych # Contributor: Sergio Jovani Guzman # Contributor: royrocks pkgname=tuxpaint pkgver=0.9.21 pkgrel=8 pkgdesc='Drawing program designed for young children' arch=('x86_64' 'i686' 'mips64el') url='http://www.tuxpaint.org/' license=('GPL') backup=('etc/tuxpaint/tuxpaint.conf') depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango' 'libpaper' 'librsvg') makedepends=('setconf') optdepends=('tuxpaint-stamps: more stamps' 'tuxpaint-conf: configuration manager') source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz" 'tuxpaint-0.9.21-libpng1.5.patch') sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9' '6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20') build() { cd "$srcdir/$pkgname-$pkgver" # 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 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 make PREFIX=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make \ PREFIX=/usr \ DESTDIR="$pkgdir" \ GNOME_PREFIX=/usr \ X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \ install chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"* chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html" } # vim:set ts=2 sw=2 et: