aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/dbus-c++-gcc-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/dbus-c++-gcc-compat.patch')
0 files changed, 0 insertions, 0 deletions
s-httpclient-cache....* gnu/packages/java.scm (java-httpcomponents-httpclient-cache): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-easymock-class-extension....* gnu/packages/java.scm (java-easymock-class-extension): New variable. Liliana Marie Prikler 2023-08-05gnu: Add java-easymock version 3.2....* gnu/packages/java.scm (java-easymock-3.2): New variable. Liliana Marie Prikler 2023-07-30gnu: ant@1.10: Update to 1.10.13....* gnu/packages/java.scm (ant/java8): Update to 1.10.13. Tobias Geerinckx-Rice 2023-07-26gnu: openjdk9: Fix build on aarch64....* gnu/packages/java.scm (openjdk9)[arguments]: Add 'patch-for-aarch64 phase to remove duplicate line in interp_masm_aarch64.hpp. Signed-off-by: Andreas Enge <andreas@enge.fr> Christopher Baines 2023-07-17gnu: jbr: Use Jetbrains' configure-flags....* gnu/packages/java.scm (jbr17)[arguments]<#:configure-flags>: Use Jetbrains' configure flags. Danny Milosavljevic 2023-07-03gnu: jbr: Make big cursors work....* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it. Danny Milosavljevic 2023-07-03gnu: Add jbr....* gnu/packages/java.scm (jbr17): New variable. Danny Milosavljevic 2023-06-29gnu: openjdk19: Update to 19.0.2....* gnu/packages/java.scm (openjdk19): Update to 19.0.2. Ricardo Wurmus 2023-06-17gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch"....* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch. (openjdk17)[source](patches): Re-add xcursor patch. Danny Milosavljevic 2023-06-11svn-download: Do not expand keywords....Subversion keyword expansion is potentially non-reproducible as some of them expand time strings relative to the local time zone: https://issues.guix.gnu.org/43442#18 In practice this is not a problem in Guix since Subversion checkouts happen in an isolated environment using the "default timezone" (UTC). However, Software Heritage disables keyword expansion for this very reason. By following suit, we make sure content can be retrieved from there. * guix/build/svn.scm (svn-fecth): Pass "--ignore-keywords" to Subversion. * guix/build-system/texlive.scm (%texlive-date): New variable. * gnu/packages/java.scm (java-geronimo-xbean-reflect) (java-geronimo-genesis-2.1): Update the source hash. * gnu/packages/machine-learning.scm (ghmm): Likewise. * gnu/packages/video.scm (libsmpeg, libsmpeg-with-sdl1): Likewise. * gnu/packages/tex.scm (texlive-bin): Update the hash of the "texlive-scripts" input, and a add a new phase that imitates Subversion keyword expansion for scripts that need it. (texlive-latex-base): Update the hash of the "texlive-luatexconfig" native input. (texlive-hyphen-base, texlive-dvipdfmx, texlive-dvips, texlive-cm) (texlive-tex-plain, texlive-kpathsea, texlive-latexconfig) (texlive-tetex, texlive-pdftex, texlive-xetex): Update the source hash. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample 2023-04-29gnu: Add java-pj....* gnu/packages/java.scm (java-pj): New variable. Ricardo Wurmus 2023-04-05gnu: openjdk16: Fix build....* gnu/packages/java.scm (openjdk16)[origin]: Add patch. Andreas Enge 2023-04-05gnu: openjdk14: Fix build....* gnu/packages/java.scm (openjdk14)[origin]: Add patch. Andreas Enge 2023-04-05gnu: openjdk12: Fix build....* gnu/packages/java.scm (openjdk12)[origin]: Add patch. Andreas Enge 2023-04-05gnu: openjdk10: Add patches to fix build....* gnu/packages/patches/openjdk-10-pointer-comparison.patch, gnu/packages/patches/openjdk-10-setsignalhandler.patch: New files. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/java.scm (openjdk10)[origin]: Use patches. Andreas Enge 2023-04-05gnu: openjdk9: Add patches to fix build....* gnu/packages/patches/openjdk-9-pointer-comparison.patch, gnu/packages/patches/openjdk-9-setsignalhandler.patch: New files. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/java.scm (openjdk9)[origin]: Use patches. Andreas Enge 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-20gnu: openjdk10: Apply patch again....This partially reverts commit 7636c49b45adb9870cf416c64bde032ec858a820 where the patch was dropped. * gnu/packages/java.scm (openjdk10)[source]: Apply patch. Andreas Enge 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-16gnu: openjdk10: Build from hg....* gnu/packages/java.scm (openjdk10)[source]: Use HG-DOWNLOAD. This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071> for OpenJDK 10. Björn Höfling 2023-03-16gnu: openjdk9: Build from hg....* gnu/packages/java.scm (openjdk9)[source]: Use HG-DOWNLOAD. [homepage]: Update. This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071> for OpenJDK 9. Björn Höfling 2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm Christopher Baines