Skip to content
Snippets Groups Projects
Commit 84496473 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

package update

parent 5615f6da
Branches main
Tags 28.1-1
No related merge requests found
......@@ -3,13 +3,14 @@
pkgname=mypaint
pkgver=0.9.1
pkgrel=1
pkgrel=2
pkgdesc="A fast and easy painting application for digital painters, with brush dynamics"
arch=('i686' 'x86_64')
url="http://mypaint.intilinux.com/"
license=('GPL' 'LGPL')
depends=('pygtk' 'python-numpy' 'protobuf-python' 'python2')
makedepends=('scons>=0.97' 'swig>=1.3.39')
install=mypaint.install
source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('6249a16359a438d6dc658f5765b35515')
......
post_install() {
[ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
/bin/true
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment