# $Id$ # Maintainer: Popolon # Contributor: Benjamin Robin # Contributor: Otto VonStein pkgname=pencil2d-mypaint-git _gitname=pencil2d _branchname=implement_mypaint_nobitmapsurface pkgver=4569.fc159c23 pkgrel=3 pkgdesc="Animation/drawing software, that lets you create traditional hand-drawn animation using both bitmap and vector graphics with mypaint brushes extension testing branch" arch=('i686' 'x86_64' 'armv7h' 'armv8') url="http://www.pencil2d.org/" license=('GPL') depends=('ming' 'ffmpeg' 'qt5-svg' 'qt5-multimedia' 'qt5-xmlpatterns') makedepends=('git' 'qt5-tools') provides=('pencil2d') conflicts=('pencil2d') options=('!staticlibs') install=pencil2d.install source=("pencil2d::git+https://github.com/CandyFace/pencil.git#branch=${_branchname}") md5sums=('SKIP') pkgver() { cd "${_gitname}" echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) } build() { cd "${_gitname}" #make clean qmake PREFIX=/usr make } package() { cd "${_gitname}" make install INSTALL_ROOT="${pkgdir}" }