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

« First ‹ Previous 1 2 3 4 Next › Last »

kfgz commented on 2014-04-04 14:46 (UTC)

Package doesn't compile No package 'libxaw3dxft' found fileBrowser.c: In function 'buildBrowser': fileBrowser.c:1338:8: error: 'XtNcolorSwitch' undeclared (first use in this function) XtNcolorSwitch, (arg->browserType==BROWSER_LOADED)?NULL:ColorSwitch, ^ fileBrowser.c:1338:8: note: each undeclared identifier is reported only once for each function it appears in fileBrowser.c: In function 'createLXPCallback': fileBrowser.c:1073:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] (void) system(buf); ^ fileBrowser.c: In function 'buildBrowser': fileBrowser.c:1278:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] (void) getcwd(arg->dirname, sizeof(arg->dirname)); ^ fileBrowser.c: In function 'dotCallback': fileBrowser.c:939:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] (void) getcwd(arg->dirname, MAX_PATH); ^ fileBrowser.c: In function 'doDirname': fileBrowser.c:466:2: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] (void) getcwd(newPath, sizeof(newPath)); ^ Makefile:472: recipe for target 'fileBrowser.o' failed make[2]: *** [fileBrowser.o] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-root/aur-xpaint/src/xpaint-2.9.10' Makefile:535: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-root/aur-xpaint/src/xpaint-2.9.10' Makefile:335: recipe for target 'all' failed make: *** [all] Error 2

haawda commented on 2014-04-03 13:54 (UTC)

Please try to add options=("!makeflags") to the PKGBUILD.

neitsab commented on 2014-04-02 13:14 (UTC)

Fails to build on my system : "... echo "#define XPAINT_VERSION \"2.9.9\"" > version.h ./substads -single xpaint.1.in xpaint.1 XPAINT_VERSION 2.9.9 make: ./substads: Command not found Makefile:1038: recipe for target 'xpaint.1' failed make: *** [xpaint.1] Error 127 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... " Any idea? Should I report this upstream ?

haawda commented on 2013-03-22 21:22 (UTC)

removed .png-extension in desktop file's Icon entry.

haawda commented on 2013-01-28 20:18 (UTC)

Update, needs libxaw3dxft 1.6.2b.

haawda commented on 2012-03-04 23:32 (UTC)

Fails to build for me in 2.9.9.1, see https://sourceforge.net/tracker/?func=detail&atid=503458&aid=3496870&group_id=63290

haawda commented on 2011-10-14 19:27 (UTC)

Update

haawda commented on 2011-04-04 19:32 (UTC)

Hm, builds here without that option. But I added it.

kfgz commented on 2011-04-04 19:20 (UTC)

Solution: add options=(!makeflags) to PKGBUILD.