about summary refs log tree commit diff
path: root/pkgs/applications/graphics
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21Merge pull request #297089 from emilytrau/drawio-darwin-signingEmily Trau1-0/+8
drawio: fix darwin signing failure
2024-03-20displaycal: mv → by-name/toastal1-75/+0
2024-03-20displaycal: 3.9.11 → 3.9.12toastal1-2/+2
2024-03-19sane-airscan: 0.99.27 -> 0.99.29Siddhartha1-4/+4
2024-03-19Merge pull request #295592 from r-ryantm/auto-update/structorizerWeijia Wang1-2/+2
structorizer: 3.32-16 -> 3.32-17
2024-03-19Merge pull request #297084 from stuebinm/trivial-meta-mainprogramsMartin Weinelt64-0/+64
treewide: add meta.mainProgram to (almost) all packages with a single binary
2024-03-19drawio: fix darwin signing failureEmily Trau1-0/+8
2024-03-19Merge pull request #295384 from DarkOnion0/drawioEmily Trau1-3/+3
drawio: 23.1.5 -> 24.0.4
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm64-0/+64
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-18Merge pull request #296833 from r-ryantm/auto-update/lightburnNick Cao1-2/+2
lightburn: 1.5.03 -> 1.5.04
2024-03-18vengi-tools: 0.0.28 -> 0.0.29R. Ryantm3-4/+4
Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>
2024-03-18lightburn: 1.5.03 -> 1.5.04R. Ryantm1-2/+2
2024-03-16oculante: 0.8.13 -> 0.8.16R. Ryantm1-3/+3
2024-03-16Merge pull request #279795 from TomaSajt/blockbenchckie1-48/+0
2024-03-16blockbench: 4.8.1 -> 4.9.4, refactorTomaSajt1-48/+0
2024-03-14Merge pull request #257344 from chkno/opentoonz-1.7Peder Bergebakken Sundt2-2/+3
opentoonz: Fix and 1.5 -> 1.7
2024-03-14Merge pull request #295887 from r-ryantm/auto-update/lightburnNick Cao1-2/+2
lightburn: 1.5.02 -> 1.5.03
2024-03-14lightburn: 1.5.02 -> 1.5.03R. Ryantm1-2/+2
2024-03-14Merge pull request #292845 from wegank/photoqt-bumpWeijia Wang1-9/+9
photoqt: 4.2 -> 4.3
2024-03-13structorizer: 3.32-16 -> 3.32-17R. Ryantm1-2/+2
2024-03-12drawio: 23.1.5 -> 24.0.4DarkOnion01-3/+3
https://github.com/jgraph/drawio-desktop/releases/tag/v24.0.4
2024-03-12Merge pull request #295272 from r-ryantm/auto-update/gthumbWeijia Wang1-2/+2
gthumb: 3.12.5 -> 3.12.6
2024-03-12gthumb: 3.12.5 -> 3.12.6R. Ryantm1-2/+2
2024-03-12goxel: use libpng instead of libpng12Thomas Gerbet1-2/+2
`goxel` supports newer version of `libpng`, they test against it in their CI pipeline: https://github.com/guillaumechereau/goxel/blob/v0.14.0/.github/workflows/ci.yml#L46
2024-03-11Merge pull request #294710 from Scrumplex/pkgs/gimp-plugin-gap/fix-buildPascal Bach1-6/+11
gimpPlugins.gap: 2.6.0 -> 2.6.0-unstable-2023-05-20
2024-03-11Merge pull request #294334 from ShamrockLee/sourceroot-fixPol Dellaiera1-1/+1
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11Merge pull request #275111 from 2xsaiko/outgoing/gnustepWeijia Wang1-1/+7
gnustep: replace custom builder with hooks
2024-03-10gimpPlugins.gap: 2.6.0 -> 2.6.0-unstable-2023-05-20Sefa Eyeoglu1-6/+11
Fixes https://github.com/NixOS/nixpkgs/issues/294707 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-10xournalpp: 1.2.2 → 1.2.3Nikolay Korotkiy1-5/+11
2024-03-09freecad: migrate to by-nameAnderson Torres2-257/+0
2024-03-09freecad: prepare migration to by-nameAnderson Torres1-24/+30
- change libsForQt5.callPackage to callPackage - bring the libsForQt5 and python3Packages into the scope of expression
2024-03-09Merge pull request #294326 from dotlambda/rnote-0.10.1Nick Cao2-159/+145
rnote: 0.10.0 -> 0.10.1
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-1/+1
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-08Merge pull request #282378 from eclairevoyant/digikamWeijia Wang1-165/+0
digikam: move to `pkgs/by-name`, 8.1.0 -> 8.2.0
2024-03-08rnote: 0.10.0 -> 0.10.1Robert Schütz2-159/+145
Diff: https://github.com/flxzt/rnote/compare/v0.10.0...v0.10.1 Changelog: https://github.com/flxzt/rnote/releases/tag/v0.10.1
2024-03-08Merge pull request #294222 from donovanglover/pqiv/maintainera-n-n-a-l-e-e1-29/+0
pqiv: add myself as maintainer
2024-03-08Merge #292500: staging-next 2024-03-01Vladimír Čunát2-0/+9
2024-03-08pqiv: migrate to by-nameDonovan Glover1-29/+0
2024-03-07nomacs: migrate to by-nameAnderson Torres1-90/+0
2024-03-07nomacs: 3.17.2287 -> 3.17.2295Anderson Torres1-2/+2
2024-03-07nomacs: quick&dirty fix for DarwinAnderson Torres1-1/+4
2024-03-07nomacs: refactorAnderson Torres1-40/+59
- get rid of libsForQt5.callPackage - finalAttrs design pattern to get rid of rec - set src.fetchSubmodules to false (to avoid vendoring) - split outputs - sourceRoot - meta - changelog - longDescription - mainProgram - add AndersonTorres to maintainers
2024-03-07Merge master into staging-nextgithub-actions[bot]3-6/+6
2024-03-07Merge pull request #286591 from r-ryantm/auto-update/hydrusWeijia Wang1-2/+2
hydrus: 559 -> 564
2024-03-07Merge pull request #286657 from r-ryantm/auto-update/yacreaderWeijia Wang1-2/+2
yacreader: 9.13.1 -> 9.14.2
2024-03-07Merge pull request #287546 from r-ryantm/auto-update/lightburnWeijia Wang1-2/+2
lightburn: 1.5.00 -> 1.5.02
2024-03-06Merge master into staging-nextgithub-actions[bot]1-0/+1
2024-03-05yacreader: add mainProgramSergei Trofimovich1-0/+1
2024-03-05hydrus: 559 -> 564R. Ryantm1-2/+2
2024-03-05Merge master into staging-nextgithub-actions[bot]5-17/+16