summaryrefslogtreecommitdiff
path: root/gnu/packages/logo.scm
AgeCommit message (Collapse)Author
2026-02-13gnu: qlogo: Update to 0.961 and switch to Qt6.Andreas Enge
* gnu/packages/logo.scm (qlogo): Update to 0.961. [source]: Switch to git-fetch. [build-system]: Switch to qt-build-system. [inputs]: Remove qtbase-5. Add qtsvg. [arguments]: Remove all phases. Disable tests. Change-Id: I86164e9c6df1cc2d5c18c7101f0afb7e27219bd7
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer
This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
2019-07-05gnu: Add qlogo.Arun Isaac
* gnu/packages/logo.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. * gnu/packages/logo.scm (qlogo): New variable.