[arch-commits] Commit in mypaint/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Fri Dec 29 14:25:56 UTC 2017


    Date: Friday, December 29, 2017 @ 14:25:55
  Author: jelle
Revision: 276860

db-move: moved mypaint from [community-staging] to [community-testing] (x86_64)

Added:
  mypaint/repos/community-testing-x86_64/
  mypaint/repos/community-testing-x86_64/PKGBUILD
    (from rev 276859, mypaint/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mypaint/repos/community-staging-x86_64/

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: mypaint/repos/community-testing-x86_64/PKGBUILD (from rev 276859, mypaint/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-29 14:25:55 UTC (rev 276860)
@@ -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