[arch-commits] Commit in tuxpaint/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 19:27:06 UTC 2018


    Date: Friday, September 14, 2018 @ 19:27:06
  Author: arodseth
Revision: 380992

upgpkg: tuxpaint 0.9.23-1

Modified:
  tuxpaint/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 19:22:48 UTC (rev 380991)
+++ PKGBUILD	2018-09-14 19:27:06 UTC (rev 380992)
@@ -1,22 +1,23 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Sergio Jovani Guzman <moret.sjg at gmail.com>
 # Contributor: royrocks <royrocks13 at gmail.com>
 
 pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=4
+pkgver=0.9.23
+pkgrel=1
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64')
 url='http://tuxpaint.org/' # no https available
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+         'sdl_mixer' 'sdl_pango' 'sdl_ttf')
 makedepends=('gperf' 'optipng' 'setconf')
 optdepends=('tuxpaint-stamps: more stamps'
             'tuxpaint-conf: configuration manager')
 source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -37,6 +38,9 @@
 
   # location of bash completion files
   setconf Makefile COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
 }
 
 build() {
@@ -51,10 +55,6 @@
     DESTDIR="$pkgdir" \
     install -j1
 
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
   # bash completions
   mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
     "$pkgdir/usr/share/bash-completion/completions/tuxpaint"



More information about the arch-commits mailing list