summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2024-01-30 14:30:38 +0000
committereugene2024-01-30 14:30:38 +0000
commited16ab0f31a27d6813748ddf81eb1cd7bdea6401 (patch)
tree6059d6d6145dbea64b6862387213e82770555326 /PKGBUILD
parent3f8eae68da78fca221585546a8aab5330e77797b (diff)
downloadaur-ed16ab0f31a27d6813748ddf81eb1cd7bdea6401.tar.gz
fix license and deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e43a203ed2..5df3d84ee97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,16 @@ pkgrel=1
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
url='https://tuxpaint.org/'
-license=('GPL')
+license=('GPL-2.0-only')
backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'libimagequant' 'sdl2_image'
- 'sdl2_gfx' 'sdl2_mixer' 'sdl2_pango' 'sdl2_ttf')
+depends=('glibc' 'cairo' 'gdk-pixbuf2' 'zlib' 'fontconfig' 'libpng' 'pango'
+ 'glib2' 'freetype2' 'harfbuzz' 'fribidi' 'libpaper' 'librsvg' 'libimagequant'
+ 'sdl2' 'sdl2_image' 'sdl2_gfx' 'sdl2_mixer' 'sdl2_pango' 'sdl2_ttf')
makedepends=('gperf' 'setconf' 'imagemagick')
optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager'
- 'python2: zh_tw font generator script')
+ 'python2: zh_tw font generator script'
+ 'bash: for tp-magic-config, zh_tw doc generstor, tuxpaint-import scripts')
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")
sha256sums=('09cce22241481dc1360fc4bc5d4da1d31815d7a2563b9e9fa217a672ba974bf2')
@@ -25,7 +27,7 @@ prepare() {
# python2 fix
for f in docs/outdated/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; do
- sed -i '0,/on/s//on2/' $f
+ sed -i '0,/python$/s//python2/' $f
done
# native fullscreen by default