21 lines
960 B
Bash
21 lines
960 B
Bash
# Template file for 'mypaint'
|
|
pkgname=mypaint
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_dirs="/usr/share/mypaint"
|
|
hostmakedepends="swig pkg-config gettext python3-setuptools python3-numpy python3"
|
|
makedepends="python3-setuptools python3-numpy python3-cairo python3-gobject-devel gtk+3-devel libgomp-devel libmypaint-devel mypaint-brushes"
|
|
depends="librsvg python3-numpy python3-gobject gtk+3 hicolor-icon-theme mypaint-brushes"
|
|
short_desc="Graphics application for digital painters"
|
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://mypaint.org"
|
|
distfiles="https://github.com/mypaint/mypaint/releases/download/v${version}/mypaint-${version}.tar.xz"
|
|
checksum=d1d67866e342938c1e84b42da10bbed5f613f7e216f800fcc7c0e20200074a5e
|
|
python_version=3
|
|
|
|
post_install() {
|
|
# Fix SVG icons
|
|
vsed -i 's/xmlns:ns7/xmlns:xlink/g' ${DESTDIR}/usr/share/icons/hicolor/{24x24,scalable}/actions/mypaint-*.svg
|
|
}
|