aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-24gnu: Add texlive-afparticle....* gnu/packages/tex.scm (texlive-afparticle): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-adfathesis....* gnu/packages/tex.scm (texlive-adfathesis): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-active-conf....* gnu/packages/tex.scm (texlive-active-conf): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-acmconf....* gnu/packages/tex.scm (texlive-acmconf): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-abntexto....* gnu/packages/tex.scm (texlive-abntexto): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-abntex2....* gnu/packages/tex.scm (texlive-abntex2): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-abnt....* gnu/packages/tex.scm (texlive-abnt): New variable. Nicolas Goaziou
2023-08-24gnu: Add texlive-aastex....* gnu/packages/tex.scm (texlive-aastex): New variable. Nicolas Goaziou
2023-08-24gnu: lsscsi: Move to (gnu packages scsi)....* gnu/packages/linux.scm (lsscsi): Move to... * gnu/packages/scsi.scm (lsscsi): ... here. (sg3-utils)[license]: Use license: prefix. (libiscsi)[license]: Likewise. Signed-off-by: Hilton Chain <hako@ultrarare.space> Felix Lechner
2023-08-24gnu: hdparm: Move to (gnu packages disk)....* gnu/packages/linux.scm (hdparm): Move to... * gnu/packages/disk.scm (hdparm): ... here. Signed-off-by: Hilton Chain <hako@ultrarare.space> Felix Lechner
2023-08-24gnu: python-asn1crypto: Respect #:tests?....* gnu/packages/python-crypto.scm (python-asn1crypto)[#:phases]<check>: Honor argument #:tests?. Hilton Chain
2023-08-24gnu: python-asn1crypto: Update to 1.5.1....* gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.5.1. [description]: Adjust according to lint warning. Signed-off-by: Hilton Chain <hako@ultrarare.space> fanquake
2023-08-23gnu: knights: Fix build....* gnu/packages/games.scm (knights)[source]: Add snippet. 宋文武
2023-08-23gnu: screen: Update to 4.9.1....* gnu/packages/screen.scm (screen): Update to 4.9.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai
2023-08-23gnu: weechat: Update to 4.0.4....* gnu/packages/irc.scm (weechat): Update to 4.0.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Ford
2023-08-23gnu: sic: Update to 1.3....* gnu/packages/irc.scm (sic): Update to 1.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Ford
2023-08-23gnu: prboom-plus: Fix build....* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>: Add "CFLAGS=-fcommon". 宋文武
2023-08-23gnu: tetrinet: Fix build....* gnu/packages/games.scm (tetrinet)[arguments]: Add '-fcommon' to CFLAGS. 宋文武
2023-08-23gnu: alex4: Fix build....* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS. 宋文武
2023-08-23gnu: naev: Fix build....* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union. Remove sdl2-mixer. 宋文武
2023-08-23gnu: fcitx5-rime: Update to 5.1.1....* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.1. 宋文武
2023-08-23gnu: fcitx5-configtool: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.0. 宋文武
2023-08-23gnu: fcitx5-chinese-addons: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.0. 宋文武
2023-08-23gnu: fcitx5-anthy: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.0. 宋文武
2023-08-23gnu: fcitx5-qt: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.0. 宋文武
2023-08-23gnu: fcitx5-gtk: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.0. 宋文武
2023-08-23gnu: libime: Update to 1.1.0....* gnu/packages/fcitx5.scm (libime): Update to 1.1.0. 宋文武
2023-08-23gnu: fcitx5: Update to 5.1.0....* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.0. [inputs]: Remove libpthread-stubs, libx11, libxfixes, libxinerama and unicode-cldr-common. [arguments]: Pass "-DUSE_SYSTEMD=OFF" as configure-flags. 宋文武
2023-08-22Revert "self: Build gnu/packages/*.go in 26 steps."...This reverts commit 5898b2e8a3dbf7797e83b39a2783c5b543015725, which led to Guix where many .go files would be missing, as reported in <https://issues.guix.gnu.org/65456>. Ludovic Courtès
2023-08-22gnu: guix: Update to 1.4.0-10.4dfdd82210....* gnu/packages/package-management.scm (guix): Update to 1.4.0-10.4dfdd82210. Janneke Nieuwenhuizen
2023-08-22gnu: guix: Disable some tests on the Hurd....* gnu/packages/package-management.scm (guix)[arguments]: When building on the Hurd, add phase disable-tests/hurd. Janneke Nieuwenhuizen
2023-08-22self: Build gnu/packages/*.go in 26 steps....Similar to the Makefile.am change, this breaks-up gnu/packages into 26 chunks when building on 32bit. Also force garbage collection. * guix/self.scm (compiled-modules)[process-directory]: Split building of "gnu/packages" into 26 chunks. Janneke Nieuwenhuizen
2023-08-22build: Build gnu/packages/*.go in five steps....This breaks-up packages into five chunks of ~150,000 lines, allowing guix build --target=i586-pc-gnu from an x86 host. This is a followup to 1aa7ee52c6c520c2dbbdb06f1381466e9fd96294. * Makefile.am (first_half): Rename to... (first_quart): ...this, and also split into... (second_quart): ...this. (third_quart, MODULES_PACKAGES3, MODULES_PACKAGE4): New variables. (make-packages3-go, make-packages4-go): New targets. (make-packages-go): Add them. Janneke Nieuwenhuizen
2023-08-22gnu: tilix: Update to 1.9.5-0.8726e9e....Fix failing build of tilix by including commits since last released version. * gnu/packages/terminals.scm (tilix): Update to 1.9.5-0.8726e9e. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Aaron Covrig
2023-08-22gnu-maintenance: Improve check for disabled host names....Found while investigating <https://issues.guix.gnu.org/65304>. * guix/gnu-maintenance.scm (html-updatable-package?): Tighten predicate. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2023-08-22gnu: ibus-anthy: Update to 1.5.15....* gnu/packages/ibus.scm (ibus-anthy): Update to 1.5.15. * gnu/packages/patches/ibus-anthy-fix-tests.patch: Update patch. Maxim Cournoyer
2023-08-22gnu: python-shiboken-6: Update to 6.5.2....* gnu/packages/qt.scm (python-shiboken-6): Update to 6.5.2. [source]: Use mirror://qt for the source URL. Maxim Cournoyer
2023-08-22gnu: python-shiboken-2: Update to 5.15.10....* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.10. [source]: Use mirror://qt for the source URL. Delete patches. * gnu/packages/patches/python-shiboken-2-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer
2023-08-22gnu: ffmpeg: Skip failing tests on powerpc64le....* gnu/packages/video.scm (ffmpeg) [arguments] [powerpc64le]: Skip the checkasm-sw_scale and filter-scale2ref_keep_aspect tests, by means of the --ignore-tests configure flag. Maxim Cournoyer
2023-08-22gnu: qtvirtualkeyboard: Update to 5.15.10....* gnu/packages/qt.scm (qtvirtualkeyboard): Update to 5.15.10. [source]: Adjust for renamed 'qt-url'. [arguments]: Remove extraneous QT_PLUGIN_PATH setenv in prepare-for-tests phase. Maxim Cournoyer
2023-08-22gnu: qtwebengine-5: Update to 5.15.10....* gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.10. [source]: Update snippet to preserve the whole openh264 third party directory. Series-to: 65280@debbugs.gnu.org Cover-letter: Refresh Qt 5 and 6 packages This series refreshes our core Qt packages to their latest releases, 5.15.10 and 6.5.2. It also adds some tooling for the Qt team in the form of two manifests to select all the core Qt 5 packages or the other core packages, that builds on top of the series posted at https://issues.guix.gnu.org/65230. With this new tooling, it took less than two days to update our complete core Qt packages collection, with the most time spent on qtwebengine (it has a large allow-list of 3rd party libraries that needed to be tuned), as well as investigating test failures in a few Qt 6.5.2 packages. END Series-version: 2 Maxim Cournoyer
2023-08-22gnu: qtspeech: Update to 5.15.10....* gnu/packages/qt.scm (qtspeech): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtnetworkauth-5: Update to 5.15.10....* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtdatavis3d: Update to 5.15.10....* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.10. [description]: Double single space. Maxim Cournoyer
2023-08-22gnu: qtcharts: Update to 5.15.10....* gnu/packages/qt.scm (qtcharts): Update to 5.15.10. [description]: Double single space. Maxim Cournoyer
2023-08-22gnu: qtpurchasing: Update to 5.15.10....* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtscxml: Update to 5.15.10....* gnu/packages/qt.scm (qtscxml): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtgamepad: Update to 5.15.10....* gnu/packages/qt.scm (qtgamepad): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtgraphicaleffects: Update to 5.15.10....* gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtquickcontrols2-5: Update to 5.15.10....* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.10. Maxim Cournoyer