milis/talimatname/genel/m/mypaint/talimat

23 lines
662 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.

# Tanım: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/
# Paketçi: milisarge
# Gerekler: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint
isim=mypaint
surum=1.3.0
devir=1
kaynak=()
derle()
{
if [ -d $DERLEME_KAYNAKDIZIN/$isim ];then
cd $DERLEME_KAYNAKDIZIN/$isim
git pull
else
git clone https://github.com/mypaint/mypaint.git $DERLEME_KAYNAKDIZIN/$isim
fi
cd $DERLEME_KAYNAKDIZIN/$isim
scons prefix="/usr" enable_gegl=true use_sharedlib=yes
scons prefix="/usr" enable_gegl=true use_sharedlib=yes --install-sandbox="$PKG" "$PKG"
}