mypaint.paketlendi

This commit is contained in:
milisarge 2017-03-29 21:15:41 +03:00
parent c8a0cbb772
commit e2ed17e0bf
1 changed files with 12 additions and 7 deletions

View File

@ -1,17 +1,22 @@
# Description: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/
# 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
version=1.1.0
version=1.2.1
release=1
source=(http://download.gna.org/$name/$name-$version.tar.xz)
source=()
build ()
{
cd $name-$version
sed -i "s|'json|'json-c|" brushlib/SConscript
scons
scons prefix=$PKG/usr mandir=$PKG/usr/share/man install
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"
}