[arch-commits] Commit in mypaint/repos (2 files)
Jelle van der Waa
jelle at archlinux.org
Sun Dec 24 21:17:12 UTC 2017
Date: Sunday, December 24, 2017 @ 21:17:11
Author: jelle
Revision: 275860
archrelease: copy trunk to community-staging-x86_64
Added:
mypaint/repos/community-staging-x86_64/
mypaint/repos/community-staging-x86_64/PKGBUILD
(from rev 275859, mypaint/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: mypaint/repos/community-staging-x86_64/PKGBUILD (from rev 275859, mypaint/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-12-24 21:17:11 UTC (rev 275860)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jon Nordby <jononor at gmail.com>
+
+pkgname=mypaint
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="A fast and easy painting application for digital painters, with brush dynamics"
+arch=('x86_64')
+url="http://mypaint.org/"
+license=('GPL' 'LGPL')
+depends=('gtk3' 'json-c' 'lcms2' 'python2-cairo' 'python2-gobject' 'python2-numpy')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
+sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ scons
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ scons prefix="$pkgdir"/usr install
+}
More information about the arch-commits
mailing list