Date: Thursday, August 11, 2016 @ 11:18:32 Author: arodseth Revision: 186397
upgpkg: tuxpaint-config 0.0.13-3 Modified: tuxpaint-config/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-11 10:29:10 UTC (rev 186396) +++ PKGBUILD 2016-08-11 11:18:32 UTC (rev 186397) @@ -1,14 +1,14 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: royrocks <[email protected]> pkgname=tuxpaint-config pkgver=0.0.13 -pkgrel=2 +pkgrel=3 pkgdesc='Tux Paint configuration tool' arch=('x86_64' 'i686') -url='http://www.tuxpaint.org' -license='GPL' +url='http://www.tuxpaint.org/' +license=('GPL') depends=('tuxpaint' 'fltk' 'libxft' 'libxext') options=('!makeflags') source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz") @@ -20,6 +20,7 @@ package() { cd "$pkgname-$pkgver" + install -d "$pkgdir/usr/bin/" \ "$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/" make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
