Retrieved from Fedora: https://src.fedoraproject.org/rpms/pstoedit/tree --- a/config/pstoedit.pc.orig.in 2018-04-16 14:26:28.000000000 +0200 +++ b/config/pstoedit.pc.in 2020-10-05 14:37:16.750980762 +0200 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@ +includedir=@includedir@/pstoedit Name: pstoedit Description: converts PostScript(TM) and PDF files to other vector graphic formats @@ -8,4 +8,4 @@ Version: @VERSION@.0 Requires: Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ -Cflags: -I@includedir@ +Cflags: -I@includedir@/pstoedit ame='id' value='eb169d36e5c8f3c15b7716310c76829451a71fcd'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
AgeCommit message (Expand)Author
2023-01-14gnu: services: Add joycond-service....* gnu/services/games.scm (joycond-configuration): New configuration type. (joycond-shepherd-service): New procedure. (joycond-service-type): New variable. * doc/guix.texi (Game Services): Document it. David Thompson
2022-05-01services: wesnothd: Use 'least-authority-wrapper'....* gnu/services/games.scm (wesnothd-shepherd-service): Use 'least-authority-wrapper' instead of 'make-forkexec-constructor/container'. Ludovic Courtès
2022-05-01services: wesnothd: Grant write access to /var/run/wesnothd....* gnu/services/games.scm (wesnothd-shepherd-service): Augment 'modules' field. Pass #:mappings argument to 'make-forkexec-constructor/container'. (wesnothd-activation): New variable. (wesnothd-service-type): Extend ACTIVATION-SERVICE-TYPE. Ludovic Courtès