Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Sep 8th, 2013  |  syntax: Bash  |  size: 0.95 KB  |  views: 310  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Jon Nordby <jononor@gmail.com>
  2. # Contributor: mosra <mosra@centrum.cz>
  3.  
  4. pkgname=mypaint-git
  5. pkgver=2617.ceea0cf
  6. pkgrel=1
  7. pkgdesc="A fast and easy painting application for digital painters, with brush dynamics"
  8. arch=('i686' 'x86_64')
  9. url="http://mypaint.intilinux.com/"
  10. license=('GPL')
  11. depends=('python2-gobject' 'gtk3' 'python2' 'python2-numpy' 'python2-cairo' 'libpng' 'lcms2' 'json-c')
  12. makedepends=('scons' 'swig' 'git')
  13. provides=('mypaint')
  14. conflicts=('mypaint')
  15. install=mypaint-git.install
  16. source=('mypaint::git://gitorious.org/mypaint/mypaint.git#branch=master'
  17.         'mypaint-git.install')
  18. sha256sums=('SKIP'
  19.             'c351f0dc45c881c2c796bb4dba30ccfa326dc945ab9e9a2b02838d4385a173fb')
  20.  
  21. pkgver() {
  22.   cd "$srcdir/mypaint"
  23.   echo $(git rev-list --count master).$(git rev-parse --short master)
  24. }
  25.  
  26. build() {
  27.   cd "$srcdir/mypaint"
  28.   scons
  29. }
  30.  
  31. package() {
  32.   cd "$srcdir/mypaint"
  33.   scons prefix="$pkgdir"/usr install
  34. }
clone this paste RAW Paste Data