summaryrefslogtreecommitdiff
path: root/gnu/packages/cups.scm
AgeCommit message (Expand)Author
2015-07-03gnu: cups-filter: Install backends and filters under lib/cups....This ensures that they are stripped during the 'strip' phase, thereby removing references to GCC and linux-libre-headers that would otherwise be found in debugging symbols. * gnu/packages/cups.scm (cups-filters)[source]: Change pkgbackenddir and pkgfilterdir to $(PREFIX)/lib/cups/{filter,backend}. (cups)[arguments]: Adjust accordingly. Ludovic Courtès
2015-06-10gnu: cups: Update to 2.0.3....* gnu/packages/cups.scm (cups): Update to 2.0.3. Mark H Weaver
2015-04-22gnu: cups-filters: Update to 1.0.68....* gnu/packages/cups.scm (cups-filters): Update to 1.0.68. 宋文武
2015-01-19gnu: Add CUPS....* gnu/packages/cups.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus