summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2017-04-28 01:59:26 -0600
committerBrian Bidulock2017-04-28 01:59:26 -0600
commit6e9806dd193f1c8786141c292af9f11f52d05a6c (patch)
tree697a276a3f11516561196892b57f7bd0a8010cf9 /PKGBUILD
parentc78951ab309703dce35700fb9a4ef9dbfc3d0a87 (diff)
downloadaur-6e9806dd193f1c8786141c292af9f11f52d05a6c.tar.gz
version 2.10.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 502f8a27ed2c..7df24ee7d50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,27 @@
# Contributor: erm67
# Contributor: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=xpaint
-pkgver=2.9.10.3
+pkgver=2.10.1
pkgrel=2
pkgdesc="A color image editing tool which features most standard \
paint program options."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/sf-xpaint/"
license=('GPL')
-depends=('libxaw3dxft' 'libpgf' 'libpng' 'libtiff' 'libxft' 'libxpm' 'openjpeg')
+depends=('libxaw3dxft' 'libpng' 'libtiff' 'libxft' 'libxpm')
optdepends=('gv: external viewer for PostScript output' 'imagemagick: external viewer for pixel graphics')
+makedepends=('git')
source=(http://downloads.sourceforge.net/sourceforge/sf-$pkgname/$pkgname-$pkgver.tar.bz2 git+https://gist.github.com/10018613.git X11app.patch)
-md5sums=('75bf66eb1d547f223bb87b166f2f0ab4'
+md5sums=('c2c5b2bcd411de885f825b2451ec68ef'
'SKIP'
'10b3d1053a8a9f8d1707fd45b7154b68')
-options=('!makeflags')
+#options=('!makeflags')
prepare() {
cd $srcdir/$pkgname-$pkgver
[ -L xaw_incdir ] && rm xaw_incdir
ln -s /usr/include/X11/Xaw3dxft xaw_incdir
- patch -p1 < $srcdir/X11app.patch
+# patch -p1 < $srcdir/X11app.patch
}
build() {