summaryrefslogtreecommitdiff
path: root/gnu/packages/xfig.scm
Commit message (Collapse)AuthorAge
* gnu: xfig: Correct typographic error.John Darrington2017-01-13
| | | | * gnu/packages/xfig.scm (xfig) [arguments]: Fix typo.
* gnu: xfig: Remove wrapper and clean up implementation.John Darrington2017-01-12
| | | | | | * gnu/packages/xorg.scm (%app-defaults-dir): Make public. * gnu/packages/xfig.scm (xfig)[attributes]: Remove wrapper and set the XAPPLOADDIR in the Imakefile instead.
* gnu: xfig: Use modify-phases.John Darrington2017-01-12
| | | | * gnu/packages/xfig.scm (xfig): Use modify-phases.
* gnu: xfig: Add 'wrap-xfig phase.Federico Beffa2014-11-24
| | | | | * gnu/packages/xfig.scm (xfig): Set XAPPLRESDIR environment variable to help xfig find the app-defaults resource files.
* gnu: xfig, transfig: Patch compiler flags for mips and i686.Eric Bavier2014-10-13
| | | | | * gnu/packages/xfig.scm (xfig, transfig)[arguments]: Have Makefile substitution match for more targets.
* gnu: Add transfig.Eric Bavier2014-10-11
| | | | * gnu/packages/xfig.scm (transfig): New variable.
* gnu: Add xfig.Eric Bavier2014-10-11
* gnu/packages/xfig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.