milis/talimatname/genel/mypaint/talimat

23 lines
675 B
Plaintext
Raw Normal View History

2017-03-29 18:32:51 +02:00
# Description: hızlı ve kolay boyama uygulaması
2016-02-24 01:27:23 +01:00
# URL: http://mypaint.intilinux.com/
2017-03-29 18:32:51 +02:00
# Packagers: milisarge
2017-03-29 20:15:41 +02:00
# Depends on: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint
2016-02-24 01:27:23 +01:00
name=mypaint
2017-03-29 21:34:09 +02:00
version=1.3.0
2017-03-29 18:32:51 +02:00
release=1
2017-03-29 20:15:41 +02:00
source=()
2016-02-24 01:27:23 +01:00
build ()
{
2017-03-29 20:15:41 +02:00
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"
2016-02-24 01:27:23 +01:00
}