2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-02 14:45:15 +02:00
|
|
|
|
# Grup: tasarım
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
}
|