mypaint.paketlendi

This commit is contained in:
milisarge 2017-03-29 21:15:41 +03:00
parent c8a0cbb772
commit e2ed17e0bf

View file

@ -1,17 +1,22 @@
# Description: hızlı ve kolay boyama uygulaması # Description: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/ # URL: http://mypaint.intilinux.com/
# Packagers: milisarge # Packagers: milisarge
# Depends on: lcms2 json-c python-gtk python-numpy python-protobuf scons swig # Depends on: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint
name=mypaint name=mypaint
version=1.1.0 version=1.2.1
release=1 release=1
source=(http://download.gna.org/$name/$name-$version.tar.xz) source=()
build () build ()
{ {
cd $name-$version if [ -d $DERLEME_KAYNAKDIZIN/$name ];then
sed -i "s|'json|'json-c|" brushlib/SConscript cd $DERLEME_KAYNAKDIZIN/$name
scons git pull
scons prefix=$PKG/usr mandir=$PKG/usr/share/man install else
git clone https://github.com/mypaint/mypaint.git $DERLEME_KAYNAKDIZIN/$name
fi
cd $DERLEME_KAYNAKDIZIN/$name
scons prefix="/usr" enable_gegl=true use_sharedlib=yes
scons prefix="/usr" enable_gegl=true use_sharedlib=yes --install-sandbox="$PKG" "$PKG"
} }