milis/talimatname/genel/mypaint/talimat

23 lines
675 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/
# Packagers: milisarge
# 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
version=1.3.0
release=1
source=()
build ()
{
if [ -d $DERLEME_KAYNAKDIZIN/$name ];then
cd $DERLEME_KAYNAKDIZIN/$name
git pull
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"
}