Date: Friday, April 21, 2017 @ 18:07:21 Author: arodseth Revision: 224191
Add processing examples that comes with the binary dist Previously, the processing package used the binary release that came with examples that can be accessed through the "Examples" option in the GUI. For the source release of processing, the examples does not come along by default. This is a package for just the examples. Added: processing-examples/ processing-examples/repos/ processing-examples/repos/community-any/ processing-examples/trunk/ processing-examples/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Added: processing-examples/trunk/PKGBUILD =================================================================== --- processing-examples/trunk/PKGBUILD (rev 0) +++ processing-examples/trunk/PKGBUILD 2017-04-21 18:07:21 UTC (rev 224191) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <[email protected]> + +pkgname=processing-examples +pkgver=3.3 +pkgrel=1 +arch=('any') +pkgdesc='Examples for Processing' +url='https://www.processing.org/' +license=('GPL' 'LGPL') +makedepends=('git') +optdepends=('processing: For running the examples') +source=("git+https://github.com/processing/processing-docs#commit=9e913f8343dbddeaf3d30c831126b2d7568b5180") +md5sums=('SKIP') + +package() { + install -d "$pkgdir/usr/share/processing/modes/java" + cp -r processing-docs/content/examples/ \ + "$pkgdir/usr/share/processing/modes/java/" +} + +# vim: ts=2 sw=2 et: Property changes on: processing-examples/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
