summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-17Switch to the qt-build-system in komodo-walletMarek Paśnikowski
2024-03-17Include boost as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include openssl as dependency of komodo-walletMarek Paśnikowski
2024-03-17Stage build phases of komodo-wallet as a G-ExpressionMarek Paśnikowski
2024-03-17Include zlib as dependency of komodo-walletMarek Paśnikowski
2024-03-17Bypass test suite in cpprestsdk due to insufficient experience with network ↵Marek Paśnikowski
isolation
2024-03-17Fix an out-of-bounds error by using a fork of cpprestsdkMarek Paśnikowski
2024-03-17Include zlib as dependency of cpprestsdkMarek Paśnikowski
2024-03-17Include openssl as dependency of cpprestsdkMarek Paśnikowski
2024-03-17Include boost as dependency of cpprestsdkMarek Paśnikowski
2024-03-17Include websocketpp as dependency of cpprestsdkMarek Paśnikowski
2024-03-17Define and include cpprestsdk as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include spdlog as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include doctest as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include date as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include range-v3 as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include nlohmann-json as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include fmt as dependency of komodo-walletMarek Paśnikowski
2024-03-17Include entt as dependency of komodoMarek Paśnikowski
2024-03-17Clean up unused modulesMarek Paśnikowski
2024-03-17Use CMake option to never attempt any downloadsMarek Paśnikowski
2024-03-17Breakthrough: work around VCPKG by commenting out the include{vcpkg…) ↵Marek Paśnikowski
instruction
2024-03-17Set the correct version of cmake required by vcpkgMarek Paśnikowski
2024-03-17Restore validity of komodo definitionMarek Paśnikowski
2024-03-17Disable file cleanup in cmake-minimal to expose cppdap headersMarek Paśnikowski
2024-03-17Inspired by the Gentoo ebuild, update cmake to latest minorMarek Paśnikowski
2024-03-17Include nlohmann-json in cmake-bootstrapMarek Paśnikowski
2024-03-17Fix compilation progress by removing check phase of cppdapMarek Paśnikowski
2024-03-17Include nlohmann-json as dependency for cppdapMarek Paśnikowski
2024-03-17Implement initial definition of cppdap for cmake updateMarek Paśnikowski
2024-03-17After thinking up a new git workflow, commit current work on KomodoMarek Paśnikowski
2024-03-17Customize the Private Guix channelMarek Paśnikowski
2024-03-17gnu: asymptote: Update to 2.88.HEADmasterNicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.88. Change-Id: Ia9a7204e662682db8b1cd1a544ecaab5b22afd96
2024-03-17gnu: wlgreet: Update to 0.4.1-1.7e79d60.Hilton Chain
This is a follow-up to 0e9c2d2eba5e573e43382611474784c8bf5a4309 (sway 1.9 update), which breaks wlgreet 0.4.1. Reported in <https://issues.guix.gnu.org/69667>. * gnu/packages/admin.scm (wlgreet): Update to 0.4.1-1.7e79d60. Change-Id: I81613baac01d366d6fc507203fca2cc95977df46 Reported-by: chris <chris@bumblehead.com>
2024-03-17gnu: grimshot: Fix build.Hilton Chain
Reported in <https://issues.guix.gnu.org/69667>. * gnu/packages/wm.scm (grimshot): Don't inherit from sway. [source]: Switch to the new git repository. [arguments]<#:phases>: Remove 'chdir. [version,home-page,license]: New fields. Change-Id: I16c81dfa3438ac0986076576bc5f543d8d4a8ec8 Reported-by: chris <chris@bumblehead.com>
2024-03-17gnu: smartdns: Update to 45.Hilton Chain
* gnu/packages/dns.scm (smartdns): Update to 45. [arguments]<#:make-flags>: Obtain version with ‘package-version’. [native-inputs]: Add which. Change-Id: I1b572753cba53f6e8f8105541c1292e03dec9053
2024-03-17gnu: font-google-noto-serif-cjk: Update to 2.002.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-serif-cjk): Update to 2.002. [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: Id22401ce85028951b6044ba418dbad764d581f01
2024-03-17gnu: font-google-noto-sans-cjk: Switch to variable fonts.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-sans-cjk) [source]: Switch to variable fonts. [arguments]<#:phases>: Keep only TTCs in "out". Install OTFs into "otf" output. [outputs]: Add "otf". Change-Id: I996d75b7892333bc69d21af53a5243a442e3a6b3
2024-03-17gnu: font-google-noto-emoji: Update to 2.042.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto-emoji): Update to 2.042. [arguments]<#:phases>: Remove 'remove-unsupported. Replace install phase instead. Change-Id: I76cfbf3f8d34c484ed59b99969da7d93aaf41d72
2024-03-17gnu: font-google-noto: Prefer variable fonts and split outputs.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto) [arguments]<#:phase>: Prefer variable fonts. Install hinted TTFs into "ttf" output. [outputs]: Add "ttf". Suggested-by: Jiwei YANG <yangjiwei@protonmail.com> Change-Id: Icac2927fb6c35d08504c379e273a5fc03b08ac46
2024-03-17gnu: font-google-noto: Update to 24.2.1.Hilton Chain
* gnu/packages/fonts.scm (font-google-noto): Update to 24.2.1. Change-Id: I238f914388a2d808b817de1252ba8ee84c6299bd
2024-03-17gnu: Add go-github-com-josharian-intern.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-josharian-intern): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: go-github-com-ulikunitz-xz: Refresh package style.Sharlatan Hellseher
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz) [source]: Remove trailing ".git" from URL. [description]: Add more info based on project's README. Change-Id: I8590ea9099c45a7b636281c95f4fde5952de9410
2024-03-16gnu: go-github-com-ulikunitz-xz: Update to 0.5.11.Troy Figiel
* gnu/packages/golang-compression.scm (go-github-com-ulikunitz-xz): Update to 0.5.11. [source]: Use 'git-file-name'. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-klauspost-pgzip.Troy Figiel
* gnu/packages/golang-compression.scm (go-github-com-klauspost-pgzip): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-alexliesenfeld-health.Troy Figiel
* gnu/packages/golang-web.scm (go-github-com-alexliesenfeld-health): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-whyrusleeping-go-sysinfo.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): New variable. Change-Id: I73cd3fa1ab3a73545121bb3a047795ca2850c0f7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-jbenet-go-random.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-random): New variable. Change-Id: I7b7f510af61f4bf79aa633ffaa4bd4852f55fc47 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-jbenet-go-temp-err-catcher.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-temp-err-catcher): New variable. Change-Id: Ic92f036cb9f45a8f55872a218aa42e18716cc2b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-jbenet-goprocess.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-jbenet-goprocess): New variable. Change-Id: I5683a9e0df7bb1a17b2e813ab6c611f0b6c2ea9c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>