parent
5f7757a473
commit
12aa8de984
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mypaint'
|
# Template file for 'mypaint'
|
||||||
pkgname=mypaint
|
pkgname=mypaint
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_dirs="/usr/share/mypaint"
|
pycompile_dirs="/usr/share/mypaint"
|
||||||
hostmakedepends="swig pkg-config gettext python3-setuptools python3-numpy python3"
|
hostmakedepends="swig pkg-config gettext python3-setuptools python3-numpy python3"
|
||||||
|
@ -18,4 +18,6 @@ python_version=3
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix SVG icons
|
# Fix SVG icons
|
||||||
vsed -i 's/xmlns:ns7/xmlns:xlink/g' ${DESTDIR}/usr/share/icons/hicolor/{24x24,scalable}/actions/mypaint-*.svg
|
vsed -i 's/xmlns:ns7/xmlns:xlink/g' ${DESTDIR}/usr/share/icons/hicolor/{24x24,scalable}/actions/mypaint-*.svg
|
||||||
|
mv $DESTDIR/usr/lib/mypaint/lib/_mypaintlib.cpython*.so \
|
||||||
|
$DESTDIR/usr/lib/mypaint/lib/_mypaintlib.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue