Package Details: xpaint 3.1.4-1

Git Clone URL: https://aur.archlinux.org/xpaint.git (read-only, click to copy)
Package Base: xpaint
Description: A color image editing tool which features most standard paint program options.
Upstream URL: http://sourceforge.net/projects/sf-xpaint/
Licenses: GPL
Submitter: erm67
Maintainer: bidulock
Last Packager: bidulock
Votes: 40
Popularity: 0.000000
First Submitted: 2007-09-06 10:06 (UTC)
Last Updated: 2022-08-07 01:33 (UTC)

Latest Comments

1 2 3 4 Next › Last »

freebench commented on 2020-10-30 15:43 (UTC) (edited on 2020-10-30 15:45 (UTC) by freebench)

error: target not found: libxaw3dxft
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> libxaw3dxft
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

haawda commented on 2020-09-14 13:16 (UTC)

# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: erm67
# Contributor: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=xpaint
pkgver=3.0.2
pkgrel=1
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' '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=('ee568380ee559cff187e3cd623d03a66'
         'SKIP'
         '10b3d1053a8a9f8d1707fd45b7154b68')
#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
}

build() {
  cd "$srcdir"/$pkgname-$pkgver
  aclocal
  XAPPLOADIR=$SHAREDIR/X11 automake --add-missing
  CC=gcc ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
  install -Dm644 XPaintIcon.xpm "$pkgdir"/usr/share/pixmaps/XPaintIcon.xpm
  install -Dm644 "$srcdir"/10018613/$pkgname.desktop \
    "$pkgdir"/usr/share/applications/$pkgname.desktop
  rm "$pkgdir"/usr/share/xpaint/XPaintIcon.xpm
}

Tio commented on 2020-07-24 21:37 (UTC) (edited on 2020-07-24 21:38 (UTC) by Tio)

Error: ``` rm -f xaw_incdir ; ln -s /usr/include/X11/Xaw3dxft xaw_incdir gcc substads.c -o substads gcc substads.c -o substads echo "#define XPAINT_VERSION \"2.10.1\"" > version.h gcc preproc.c -o preproc ./preproc > messages.h ./substads -ad2c DefaultRC DefaultRC.txt.h make: ./substads: Text file busy make: *** [Makefile:1195: DefaultRC.txt.h] Error 127 make: *** Waiting for unfinished jobs.... cd app-defaults ; \ ../substads -appdefs \ XPAINT_VERSION 2.10.1 \ XPAINT_SHAREDIR /usr/share/xpaint \ XPAINT_PRINT_COMMAND "lpr" \ XPAINT_POSTSCRIPT_VIEWER "gv" \ XPAINT_EXTERN_VIEWER "display" Converting XPaint_fr.ad.in -> out/XPaint_fr Converting XPaint.ad.in -> out/XPaint Converting XPaint_es.ad.in -> out/XPaint_es cp -p app-defaults/out/XPaint XPaint.ad ==> ERROR: A failure occurred in build(). Aborting... ```

haawda commented on 2020-06-30 20:20 (UTC)

3.0.2 is out and builds fine against libxaw3dxft 1.6.2g without changes other than shasum changes.

bidulock commented on 2020-06-30 03:58 (UTC)

I am having problems getting 3.0.0 to build. If anyone has a PKGBUILD that works, please share it here.

haawda commented on 2014-07-07 17:37 (UTC)

sortenoscia: Please do not give bad advices. The only correct answer to PieterGen's issue was that given by bidulock.

sortenoscia commented on 2014-07-07 16:38 (UTC)

Download http://downloads.sourceforge.net/sourceforge/sf-xpaint/xpaint-2.9.10.2.tar.bz2 extract ./configure make make install xpaint an go stable

bidulock commented on 2014-06-26 10:42 (UTC)

That's not it not building: that's you not having installed the packages necessary to build it.

PieterGen commented on 2014-06-26 10:16 (UTC)

Doesn't build ==> Missing dependencies: -> libxaw3dxft -> libpgf ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.