/etc/init.d/

aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wine.scm
AgeCommit message (Expand)Author
2022-05-21gnu: wine64: Use new package style....* gnu/packages/wine.scm (wine64)[arguments]: Convert to list of G-Expessions. <#:configure-flags,#:make-flags>: Use ‘#$output’ instead of ‘%output’. <#:phases>: Replace labels with search-input-file. Liliana Marie Prikler
2022-05-21gnu: wine: Use new package style....* gnu/packages/wine.scm (wine)[inputs, native-inputs]: Drop labels. [arguments]: Convert to list of G-Expressions. <#:configure-flags,#:make-flags>: Replace ‘%output’ with ‘#$output’. <#:phases>: Use ‘search-input-file’ instead of input labels. Liliana Marie Prikler
2022-05-21gnu: wine-staging: Update to 7.8....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 7.8. (wine-staging, wine64-staging)[arguments]: Reuse arguments from wine and wine64 respectively via substitute-keyword-arguments. <#:phases>: Rename ‘patch-source-wine-staging’ to ‘apply-wine-staging-patches’. Reorder, so that ‘patch-SHELL’ is applied afterwards. Drop trailing #t. Liliana Marie Prikler
2022-05-21gnu: wine: Update to 7.8....* gnu/packages/wine.scm (wine): Update to 7.8. Liliana Marie Prikler
2022-01-16gnu: wine: Update to 7.0....* gnu/packages/wine.scm (wine): Update to 7.0. [inputs]: Remove now-bundled faudio, lcms, libxml2, libxslt, libmpg123, libpng, libjpeg, and libtiff. But read the comment. * gnu/packages/wine.scm (wine, wine64, wine-minimal)[arguments]: Add a new 'patch-SHELL phase. Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-12-24gnu: wine: Update to 6.20....This patch updates the logic by which the “so_dir” is patched onto RPATH. Unlike the old hack, this one affects all Unix libraries, so it might be a tad bit overkill, but better be safe than sorry when it comes to stuff that'd break in validate-runpaths. * gnu/packages/wine.scm (wine): Update to 6.20. [#:phases]: Replace ‘patch-makefile’ with ‘patch-makedep’. (wine64): Likewise. Liliana Marie Prikler