Package Details: xfig-git 3.2.9.r20.g436aa4a-1

Git Clone URL: https://aur.archlinux.org/xfig-git.git (read-only, click to copy)
Package Base: xfig-git
Description: An interactive drawing tool
Upstream URL: http://mcj.sourceforge.net/
Licenses: custom
Conflicts: xfig
Provides: xfig
Submitter: bidulock
Maintainer: bidulock
Last Packager: bidulock
Votes: 1
Popularity: 0.000000
First Submitted: 2020-05-09 01:01 (UTC)
Last Updated: 2023-11-19 07:49 (UTC)

Dependencies (12)

Required by (1)

Sources (4)

Latest Comments

dreieck commented on 2026-07-19 20:30 (UTC)

libjpeg-turbo does no longer provide libjpeg.

Please change dependency libjpeg to libjpeg.so, and add libjpeg-turbo to makedepends array.

Regards and thanks for maintaining!

ozziem commented on 2026-07-14 08:31 (UTC)

Package builds and installs successfully with dependency change to libjpeg.so in PKGBUILD and .SRCINFO.

However, subsequently running yay -Syu, it still wants to install libjpeg via mozjpeg which I do not want or need (and won't build anyway). Any ideas what I have done wrong?

deepsoul commented on 2026-07-08 21:15 (UTC)

Possibly better to change the dependency to libjpeg.so. That also works and reflects the change in the Provides field of libjpeg-turbo that broke it.

dvzrv commented on 2026-07-04 15:54 (UTC)

Hi, the dependency of libjpeg needs to be changed to libjpeg-turbo and the pkgrel needs to be increased.

RAMChYLD commented on 2026-07-04 14:00 (UTC) (edited on 2026-07-04 14:02 (UTC) by RAMChYLD)

Can no longer build. It tries to pull in mozjpeg from aur which will then fail to build by itself due to some strange issues.

Found this post explaining the root cause: https://bbs.archlinux.org/viewtopic.php?pid=2303658#p2303658

Please change

depends=('libjpeg' 'xaw3d' 'xorg-fonts-75dpi' 'xorg-fonts-100dpi' 'libpng' 'libxpm' 'ghostscript' 'libxft')

to

depends=('libjpeg.so' 'xaw3d' 'xorg-fonts-75dpi' 'xorg-fonts-100dpi' 'libpng' 'libxpm' 'ghostscript' 'libxft')

This should fix the issue (tested on my local pkgbuild file). Also remember to update the .SRCINFO as required.

dreieck commented on 2023-03-24 19:47 (UTC)

As mentioned ↗ in this comment for xfig, the $pkgver scheme with <digit><letter> is problematic if there is not always a letter present. In that case, you should introduce a . before the letter.

Regards!

James-T commented on 2022-06-14 09:53 (UTC)

htmldoc should be included as a build dependency.