Andreas Rammhold
b3a7a2a38d
freecad: use python from environment
...
FreeCAD is pedantic about the source of its python packages. It has
been unsetting the PYTHONPATH environment variable for some time. With
the recent support for Python 3.11 they are initializing the Python
environment using an "isolated" configuration. That means our previous
approach of removing the `putenv` line from the MainGui doesn't cut it
anymore. In this commit I'm replacing the isolated configuration with
a regular configuration. This means that FreeCAD will again pickup our
PYTHONPATH.
An alternative approach would have been to pass each of our (runtime)
python dependencies with the `-P` argument to the FreeCAD binary
using (yet another) wrapper.
Perhaps the best approach, one that I might explore, is to figure out
where FreeCAD usually expects the python dependencies to be. It might
be that we can just symlink them into the package itself. One escape
hatch that has been there for a while but hasn't been used (by us at
least) is the `VIRTUAL_ENV` environment variable. We could provide an
environment to the binary and get away without patching the source
code. This requires some (new) machinery to produce virtualenv-alike
folders.
2023-11-02 17:45:45 +01:00
Vladimír Čunát
94fea1c5b5
Merge #263494 : rnote: 0.7.1 -> 0.8.2
...
...into staging-next
2023-11-01 22:01:35 +01:00
github-actions[bot]
0d2063b693
Merge master into staging-next
2023-11-01 00:02:16 +00:00
R. Ryantm
4eb94a3220
jpeginfo: 1.7.0 -> 1.7.1
2023-10-31 18:27:32 +00:00
R. Ryantm
60dfadc018
imgcat: 2.5.1 -> 2.5.2
2023-10-31 17:12:19 +00:00
github-actions[bot]
931938d1df
Merge master into staging-next
2023-10-30 18:01:02 +00:00
Peder Bergebakken Sundt
37dbff2abd
Merge pull request #259249 from dali99/update_hydrus2
...
hydrus: 544 -> 549
2023-10-30 13:37:34 +01:00
github-actions[bot]
954eb09381
Merge master into staging-next
2023-10-29 00:02:24 +00:00
R. Ryantm
e2a7dd9c5f
gthumb: 3.12.3 -> 3.12.4
2023-10-28 22:12:50 +00:00
Daniel Olsen
3010b1873b
hydrus: clean up checkPhase and doc output
2023-10-28 23:46:19 +02:00
Daniel Olsen
da07e52ffa
hydrus: 544 -> 549
...
Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v544...v549
Drops the running from source patch, since upstream is doing a better check
2023-10-28 23:46:19 +02:00
DarkOnion0
9ae3af67ec
drawio: 22.0.2 -> 22.0.3
2023-10-28 22:31:58 +02:00
github-actions[bot]
52b6b90243
Merge master into staging-next
2023-10-28 18:00:57 +00:00
Nick Cao
ab4db8500e
Merge pull request #263945 from Icy-Thought/upscayl
...
upscayl: 2.8.6 -> 2.9.1
2023-10-28 08:53:57 -04:00
Robert Scott
7bdd297dc2
Merge pull request #261404 from MikaelFangel/mark-figma-linux
...
figma-linux: mark vulnerable to CVE-2023-5217
2023-10-28 13:35:51 +01:00
Icy-Thought
2b5636ca17
upscayl: 2.8.6 -> 2.9.1
2023-10-28 13:19:35 +02:00
github-actions[bot]
81ed2302dc
Merge master into staging-next
2023-10-28 06:00:57 +00:00
Weijia Wang
a41478261e
Merge pull request #262081 from wegank/drawio-darwin
...
drawio: unbreak on darwin
2023-10-28 04:38:07 +02:00
Weijia Wang
e47c4d170a
Merge pull request #261620 from r-ryantm/auto-update/mozjpeg
...
mozjpeg: 4.1.4 -> 4.1.5
2023-10-28 03:36:32 +02:00
Weijia Wang
7510cdf9a3
Merge pull request #260730 from r-ryantm/auto-update/pizarra
...
pizarra: 1.7.4 -> 1.7.5
2023-10-28 02:51:52 +02:00
github-actions[bot]
4c838ddf14
Merge master into staging-next
2023-10-27 18:01:08 +00:00
Alyssa Ross
77a874d374
hello-wayland: unstable-2023-04-23 -> unstable-2023-10-26
2023-10-27 11:51:22 +02:00
leiserfg
99ab0ebeab
inkscape: 1.2.2 → 1.3
...
https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html
libepoxy for experimental GPU-accelerated rendering.
pyparsing for HPGL support.
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2023-10-26 14:25:16 +02:00
Jan Tojnar
8913801669
inkscape: inherit filelock dependency from cachecontrol
...
The dependency is not imported anywhere in the Inkscape code so let’s make the requirement explicit.
2023-10-26 14:24:09 +02:00
github-actions[bot]
08be9a9577
Merge master into staging-next
2023-10-26 12:01:25 +00:00
Mario Rodas
50e12092d1
Merge pull request #263398 from r-ryantm/auto-update/pineapple-pictures
...
pineapple-pictures: 0.7.2 -> 0.7.3
2023-10-26 05:34:15 -05:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next
2023-10-26 10:36:50 +02:00
Robert Schütz
0d1e5f22e6
rnote: 0.7.1 -> 0.8.2
...
Diff: https://github.com/flxzt/rnote/compare/v0.7.1...0.8.2
Changelog: https://github.com/flxzt/rnote/releases/tag/v0.8.2
2023-10-25 18:44:42 -07:00
R. Ryantm
68fdc029f5
pineapple-pictures: 0.7.2 -> 0.7.3
2023-10-25 18:59:46 +00:00
Vladimír Čunát
47b0ad3d47
Merge #257301 : cairo: 1.16.0 -> 1.18.0
...
...into staging
2023-10-25 13:05:42 +02:00
Robert Schütz
9bf63352f8
imagemagick: add nixos-icons to passthru.tests
...
See https://github.com/NixOS/nixpkgs/issues/263157 .
2023-10-24 11:07:46 -07:00
Robert Schütz
8357c7082b
imagemagick: 7.1.1-19 -> 7.1.1-21
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-19...7.1.1-21
Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2023-10-24 11:03:19 -07:00
Stig
99971b2fe7
Revert "imagemagick: 7.1.1-19 -> 7.1.1-20"
2023-10-24 18:44:50 +02:00
Kerstin
5655c7f0be
Merge pull request #260245 from dotlambda/imagemagick-7.1.1-20
...
imagemagick: 7.1.1-19 -> 7.1.1-20
2023-10-24 11:40:34 +02:00
github-actions[bot]
9f5438ccdf
Merge staging-next into staging
2023-10-23 06:01:38 +00:00
OTABI Tomoya
e4df1082a3
Merge pull request #262412 from r-ryantm/auto-update/tesseract5
...
tesseract5: 5.3.2 -> 5.3.3
2023-10-23 11:02:01 +09:00
Weijia Wang
e59b866c4e
drawio: unbreak on darwin
2023-10-22 01:35:56 +02:00
github-actions[bot]
613d60266a
Merge staging-next into staging
2023-10-21 00:02:49 +00:00
R. Ryantm
19b35404a2
tesseract5: 5.3.2 -> 5.3.3
2023-10-20 23:22:13 +00:00
Bobby Rong
1136443434
fbida: Add missing libGL
...
Cairo will soon no longer propagate libGL.
Build dependencies missing for fbi and/or fbpdf.
fbi needs: freetype2 fontconfig libdrm libexif libpng libtiff-4 pixman-1
fbpdf needs: libdrm poppler-glib gbm egl epoxy pixman-1
While at it also explicitly add pixman.
2023-10-20 22:02:39 +00:00
h7x4
e6321d2788
treewide: remove execute bit for non-executable *.nix
files
2023-10-20 19:55:39 +02:00
github-actions[bot]
bb7c6d7a79
Merge staging-next into staging
2023-10-19 00:02:54 +00:00
Artturi
5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches
2023-10-19 03:02:46 +03:00
Anthony Cowley
ef21b9f5aa
Merge pull request #261875 from player131007/update-qview
...
qView: 5.0 -> 6.1
2023-10-18 16:15:13 -04:00
Maximilian Bosch
2ee12a93de
treewide: remove myself (ma27) from a few packages
...
It's time again, I guess :>
Main motivation is to stop being pinged about software that I maintained
for work now that I'm about to switch jobs. There's no point in pinging
me to review/test updates or to debug issues in e.g. the Atlassian stack
or on mailman since I use neither personally.
But there's also a bunch of other stuff that I stopped using personally. While
at it I realized that I'm still maintainer of a few tests & modules related to
packages I stopped maintaining in the past already.
2023-10-18 15:47:20 -03:00
Lương Việt Hoàng
5b689b360b
qView: fix failed build when x11Support is false
2023-10-19 00:18:02 +07:00
Lương Việt Hoàng
a4a209666e
qView: 5.0 -> 6.1
2023-10-18 23:53:06 +07:00
Weijia Wang
190a5a5b42
Merge pull request #261492 from wegank/panotools-refactor
...
panotools: refactor
2023-10-18 00:57:06 +02:00
Weijia Wang
a4f3a3ed96
Merge pull request #260010 from r-ryantm/auto-update/batik
...
batik: 1.16 -> 1.17
2023-10-17 23:39:03 +02:00
Rick van Schijndel
fe3a0e6ec4
Merge pull request #260516 from r-ryantm/auto-update/nomacs
...
nomacs: 3.17.2285 -> 3.17.2287
2023-10-17 19:21:23 +02:00
R. Ryantm
f6d6427c68
mozjpeg: 4.1.4 -> 4.1.5
2023-10-17 11:33:04 +00:00
Azat Bahawi
2dc99487ca
Merge pull request #260983 from unclamped/scantailor-universal
...
scantailor-universal: init at 0.2.14
2023-10-17 02:25:00 +03:00
unclamped
ec65f9cfd9
scantailor-universal: init at 0.2.14
2023-10-16 19:38:26 -03:00
Weijia Wang
90c8c1bd40
panotools: refactor
2023-10-16 22:57:52 +02:00
Mikael Fangel
bce2a46259
figma-linux: mark vulnerable to CVE-2023-5217
2023-10-16 14:33:52 +02:00
Yureka
6b65846c30
xournalpp: build on darwin ( #261111 )
2023-10-14 23:22:45 +02:00
clerie
49a4ded223
xournalpp: 1.2.1 -> 1.2.2 ( #261067 )
2023-10-14 22:50:35 +02:00
zzzsyyy
1cb089dbdf
lutgen: 0.8.3 -> 0.9.0
2023-10-13 11:41:34 +08:00
Weijia Wang
ca2cecd58d
Merge pull request #257367 from r-ryantm/auto-update/tev
...
tev: 1.23 -> 1.26
2023-10-13 02:23:35 +02:00
Weijia Wang
33d223f587
Merge pull request #259466 from wegank/darktable-darwin
...
darktable: fix build on darwin
2023-10-12 18:54:52 +02:00
R. Ryantm
3011f803d1
pizarra: 1.7.4 -> 1.7.5
2023-10-12 16:32:26 +00:00
Anderson Torres
7d44850eed
nsxiv: migrate to by-name
2023-10-12 01:30:41 -03:00
R. Ryantm
6233b98cc0
nomacs: 3.17.2285 -> 3.17.2287
2023-10-11 19:03:38 +00:00
Weijia Wang
67b6b5dc68
Merge pull request #260261 from cafkafk/cafk-meme-image-generator-mainProgram
...
meme-image-generator: add mainProgram
2023-10-10 21:43:03 +02:00
Christina Sørensen
e528b7ca30
meme-image-generator: add mainProgram
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-10 18:42:20 +02:00
Robert Schütz
aa03eb729f
imagemagick: 7.1.1-19 -> 7.1.1-20
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-19...7.1.1-20
Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2023-10-10 08:03:02 -07:00
R. Ryantm
2f96e40943
graphicsmagick: 1.3.39 -> 1.3.42
2023-10-10 05:23:08 +00:00
R. Ryantm
f8f15be731
feh: 3.10 -> 3.10.1
2023-10-10 02:19:27 +00:00
R. Ryantm
e30077bd52
batik: 1.16 -> 1.17
2023-10-09 15:26:09 +00:00
Nick Cao
c5830a1640
Merge pull request #259859 from figsoda/oculante
...
oculante: 0.7.6 -> 0.7.7
2023-10-09 10:46:32 -04:00
Peder Bergebakken Sundt
fde061116a
autotrace: make patch urls reproducible
2023-10-09 15:10:47 +02:00
nixdrin
0e8352388d
drawio: fix startupWMClass
...
drawio seems to report "draw.io" as WM_CLASS, not "drawio". Having this
wrong means it does not get associated properly to the desktop entry and
is not grouped properly on the task bar.
(Checked using "xprop WM_CLASS" then clicking the drawio window.)
2023-10-09 13:10:09 +00:00
nixdrin
16ea502fbc
drawio: 21.7.5 -> 22.0.2
2023-10-09 13:10:09 +00:00
figsoda
a527510a09
oculante: 0.7.6 -> 0.7.7
...
Diff: https://github.com/woelper/oculante/compare/0.7.6...0.7.7
Changelog: https://github.com/woelper/oculante/blob/0.7.7/CHANGELOG.md
2023-10-08 18:38:29 -04:00
Weijia Wang
e1996b9f96
photoqt: 3.3 -> 3.4
2023-10-08 23:27:19 +02:00
R. Ryantm
262fc5e392
f3d: 2.1.0 -> 2.2.1
2023-10-08 13:28:35 +00:00
Mario Rodas
5aa36b4b92
Merge pull request #259551 from r-ryantm/auto-update/meme-image-generator
...
meme-image-generator: 1.0.1 -> 1.0.2
2023-10-07 06:30:11 -05:00
Thomas Gerbet
eb51e1375b
xfig: 3.2.8b -> 3.2.9
...
https://sourceforge.net/p/mcj/xfig/ci/3.2.9/tree/CHANGES
2023-10-07 11:35:45 +02:00
Thomas Gerbet
6a46c0853d
Merge pull request #259399 from r-ryantm/auto-update/fig2dev
...
fig2dev: 3.2.8b -> 3.2.9
2023-10-07 11:29:03 +02:00
R. Ryantm
1dbb5485aa
fig2dev: 3.2.8b -> 3.2.9
2023-10-07 11:26:45 +02:00
R. Ryantm
7812bf677c
meme-image-generator: 1.0.1 -> 1.0.2
2023-10-07 09:06:14 +00:00
Weijia Wang
c1e96b94e2
darktable: fix build on darwin
2023-10-07 00:06:58 +02:00
Weijia Wang
a26e94a278
Merge pull request #258277 from wegank/viewnior-exiv2
...
viewnior: add patch for exiv2 0.28
2023-10-06 20:46:12 +02:00
Kerstin
8c72f651b5
Merge pull request #258532 from dotlambda/imagemagick-7.1.1-19
...
imagemagick: 7.1.1-18 -> 7.1.1-19
2023-10-05 15:44:22 +02:00
Arnout Engelen
2c18352f1e
inkscape-extensions.textext: init at 1.8.1
...
Introduce the 'textext' extension for including LaTeX graphics in Inkscape
Test it with `nix-shell -p "inkscape-with-extensions.override {
inkscapeExtensions = [ inkscape-extensions.textext ]; }" --run inkscape`
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2023-10-04 20:43:00 +02:00
Vikram Narayanan
cb950973d3
hexmap: unstable-2020-06-06 -> unstable 2023-01-26
2023-10-03 17:36:15 -07:00
Vikram Narayanan
d5842eb2fa
inkscape: fix manage extensions
...
Invoking "manage extensions" results in
```
ValueError: Namespace Gtk not available
```
and this requires gobject-introspection libraries.
2023-10-03 17:35:08 -07:00
Fabián Heredia Montiel
a94fc50cf8
Merge pull request #258683 from chuangzhu/komikku
...
komikku: 1.23.0 -> 1.24.2
2023-10-03 16:08:59 -06:00
Rick van Schijndel
f227f12d24
Merge pull request #258287 from wegank/nomacs-bump
...
nomacs: 3.17.2206 -> 3.17.2285
2023-10-03 20:02:44 +02:00
Chuang Zhu
5d505a032d
komikku: 1.23.0 -> 1.24.2
2023-10-03 06:58:57 +08:00
Kirill Radzikhovskyy
7ae94d93b0
dia: unstable-2022-12-14 -> unstable-2023-09-28
2023-10-02 17:51:30 +11:00
Robert Schütz
087eac2653
imagemagick: 7.1.1-18 -> 7.1.1-19
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-18...7.1.1-19
Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2023-10-01 23:47:19 -07:00
Mario Rodas
f92d15a885
Merge pull request #258160 from auroraanna/structorizer
...
structorizer: 3.32-11 → 3.32-12
2023-10-01 06:37:38 -05:00
Anna Aurora
c4c40cea8a
structorizer: 3.32-11 → 3.32-12
2023-10-01 12:11:47 +02:00
Weijia Wang
f223200c88
Merge pull request #258284 from wegank/photoqt-bump
...
photoqt: 3.1 -> 3.3
2023-10-01 01:18:50 +02:00
Weijia Wang
748bc1d201
Merge pull request #258272 from wegank/phototonic-exiv2
...
phototonic: refactor, add patch for exiv2 0.28
2023-10-01 00:13:28 +02:00
Weijia Wang
7b8c07fb8f
Merge pull request #258264 from wegank/hdrmerge-bump
...
hdrmerge: unstable-2020-11-12 -> unstable-2023-01-04
2023-10-01 00:12:32 +02:00
Weijia Wang
bf60265e0c
nomacs: 3.17.2206 -> 3.17.2285
2023-10-01 00:08:12 +02:00
Weijia Wang
e29329970e
Merge pull request #258274 from wegank/nufraw-exiv2
...
nufraw: refactor, add patch for exiv2 0.28
2023-09-30 23:59:04 +02:00
Weijia Wang
5a9a7eb345
photoqt: 3.1 -> 3.3
2023-09-30 23:51:27 +02:00
Weijia Wang
d959f3cd45
viewnior: add patch for exiv2 0.28
2023-09-30 23:23:36 +02:00
Weijia Wang
880b7a5f15
nufraw: refactor, add patch for exiv2 0.28
2023-09-30 23:10:09 +02:00
Weijia Wang
fb3df1c9f9
phototonic: refactor, add patch for exiv2 0.28
2023-09-30 22:42:37 +02:00
Weijia Wang
4c40d93a74
hdrmerge: unstable-2020-11-12 -> unstable-2023-01-04
2023-09-30 22:16:57 +02:00
Weijia Wang
4dc3bdaac0
Merge pull request #258176 from wegank/luminance-hdr-exiv2
...
luminanceHDR: add patch for exiv2 0.28
2023-09-30 14:34:46 +02:00
Weijia Wang
7c7b77dc58
Merge pull request #258112 from wegank/krita-exiv2
...
krita: add patch for exiv2 0.28
2023-09-30 12:54:04 +02:00
Weijia Wang
a1e37157f4
luminanceHDR: add patch for exiv2 0.28
2023-09-30 12:41:45 +02:00
Weijia Wang
a5f65f7cad
krita: add patch for exiv2 0.28
2023-09-30 01:19:45 +02:00
Weijia Wang
ca10207012
Merge pull request #254255 from foo-dogsquared/update-vipsdisp
...
vipsdisp: 2.5.1 -> 2.6.0
2023-09-29 09:26:45 +02:00
R. Ryantm
7477d92e93
emulsion: 9.0 -> 10.4
2023-09-28 05:34:02 +00:00
Phillip Seeber
d1c7c5d9a3
pixinsight: 1.8.9-2-20230828 -> 1.8.9-2-20230920
2023-09-27 22:44:37 +02:00
Vladimír Čunát
8a86b98f0b
Merge #255658 : staging-next 2023-09-17
2023-09-27 18:00:00 +02:00
R. Ryantm
961c446d78
panotools: 2.9.21 -> 2.9.22
2023-09-26 23:33:37 +00:00
github-actions[bot]
2717201e72
Merge master into staging-next
2023-09-26 12:01:28 +00:00
Kerstin
0019463360
Merge pull request #255817 from dotlambda/imagemagick-7.1.1-16
...
imagemagick: 7.1.1-15 -> 7.1.1-18
2023-09-26 13:56:46 +02:00
github-actions[bot]
3bfcfd7eef
Merge master into staging-next
2023-09-26 06:01:00 +00:00
Fabián Heredia Montiel
8e3a37b0ef
Merge pull request #257001 from Icy-Thought/upscayl
...
upscayl: 2.8.1 -> 2.8.6
2023-09-25 22:01:50 -06:00
R. Ryantm
909dd7625b
tev: 1.23 -> 1.26
2023-09-26 02:47:10 +00:00
Daniel Olsen
00a0c4c441
hydrus: 520 -> 544
...
Adds support for a bunch of media types
Small improvements to the package
2023-09-26 00:07:29 +00:00
Icy-Thought
7ed92e9d6c
upscayl: 2.8.1 -> 2.8.6
2023-09-24 04:18:36 +02:00
Robert Schütz
e912f12890
imagemagick: 7.1.1-15 -> 7.1.1-18
...
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-15...7.1.1-18
2023-09-23 17:59:16 -07:00
Mario Rodas
58c5f021cc
imagemagick: add changelog to meta
2023-09-23 17:59:11 -07:00
Robert Schütz
840a10e87e
imagemagick: add perlPackages.ImageMagick to passthru.tests
2023-09-23 17:56:21 -07:00
Robert Schütz
63fb056bfe
Revert "imagemagick: 7.1.1-15 -> 7.1.1-17"
2023-09-23 14:19:23 -07:00
Mario Rodas
2aab6304db
imagemagick: add changelog to meta
2023-09-23 10:29:00 +00:00
R. Ryantm
57b7fb0c95
imagemagick: 7.1.1-15 -> 7.1.1-17
2023-09-23 10:28:32 +00:00
github-actions[bot]
583877beb2
Merge master into staging-next
2023-09-22 18:01:00 +00:00
Weijia Wang
46b69e4a0d
Merge pull request #255347 from r-ryantm/auto-update/yed
...
yed: 3.23.1 -> 3.23.2
2023-09-22 17:46:28 +02:00
github-actions[bot]
4c610adf95
Merge master into staging-next
2023-09-21 12:01:19 +00:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain ( #255902 )
...
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat
* musescore: use finalAttrs in mkDerivation
* syncthingtray: use stdenv.mkDerivation with a function; reformat
* ocrfeeder: use finalAttrs in mkDerivation; reformat
* castget: use finalAttrs in mkDerivation
* gnome-network-displays: use finalAttrs in mkDerivation
* mailreaders: use finalAttrs in mkDerivation
* mswatch: use finalAttrs in mkDerivation
* uhd: use finalAttrs in mkDerivation
* maxima: use finalAttrs in mkDerivation
* qalculate-gtk: use finalAttrs in mkDerivation
* qalculate-qt: use finalAttrs in mkDerivation
* wxmaxima: use finalAttrs in mkDerivation
* lammps: use finalAttrs in mkDerivation
* mlterm: use finalAttrs in mkDerivation
* video-trimmer: use finalAttrs in mkDerivation
* nerdfonts: use finalAttrs in mkDerivation
* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation
* octave: use finalAttrs in mkDerivation; reformat
* comedilib: use finalAttrs in mkDerivation
* cpp-utilities: use finalAttrs in mkDerivation
* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat
* liberio: use finalAttrs in mkDerivation
* libqalculate: use finalAttrs in mkDerivation; reformat
* libwtk-sdl2: use finalAttrs in mkDerivation
* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat
* qrupdate: use finalAttrs in mkDerivation; reformat
* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat
* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat
* sqlitecpp: use finalAttrs in mkDerivation; reformat
* tweeny: use finalAttrs in mkDerivation
* volk: use finalAttrs in mkDerivation
* wiringpi: use finalAttrs in mkDerivation
* snzip: use finalAttrs in mkDerivation; reformat
* bpm-tools: use finalAttrs in mkDerivation; reformat
* sacd: use finalAttrs in mkDerivation
* gtk-gnutella: use finalAttrs in mkDerivation; reformat
* sile: use finalAttrs in mkDerivation
* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
github-actions[bot]
2b20c287ac
Merge master into staging-next
2023-09-21 00:02:13 +00:00
figsoda
ff24ccdc52
Merge pull request #256343 from colemickens/oculante-0.7.6
...
oculante: 0.7.5 -> 0.7.6
2023-09-20 17:24:08 -04:00
Fabián Heredia Montiel
b2f85dbf28
Merge remote-tracking branch 'origin/master' into staging-next
2023-09-20 15:08:16 -06:00
Yorick
68a7cc9b47
Merge pull request #253578 from cafkafk/cafk-normcap-init
...
normcap: init at 0.4.4
2023-09-20 22:37:15 +02:00
Cole Mickens
47b37cb839
oculante: 0.7.5 -> 0.7.6
2023-09-20 20:25:26 +02:00
github-actions[bot]
8d8feb905e
Merge master into staging-next
2023-09-20 06:01:21 +00:00
Fabián Heredia Montiel
a94187d39a
Merge pull request #255847 from rhododendrox/update-vimiv-qt
...
vimiv-qt: 0.8.0 -> 0.9.0
2023-09-19 22:35:44 -06:00
github-actions[bot]
429d006c1a
Merge master into staging-next
2023-09-20 00:02:14 +00:00
Fabián Heredia Montiel
b9e79751e4
Merge pull request #255468 from DarkOnion0/drawio
...
drawio: 21.6.8 -> 21.7.5
2023-09-19 15:33:49 -06:00
github-actions[bot]
e68e375a72
Merge master into staging-next
2023-09-19 00:02:18 +00:00
github-actions[bot]
f6ea8c7459
Merge master into staging-next
2023-09-18 18:01:08 +00:00
Icy-Thought
1b721a908c
upscayl: 2.7.5 -> 2.8.1
2023-09-18 17:11:03 +02:00
Nick Cao
7a865d82d8
Merge pull request #255867 from zzzsyyy/update/flaca
...
flaca: 2.2.2 -> 2.3.0
2023-09-18 10:11:24 -04:00
zzzsyyy
9cba42ddb7
flaca: 2.2.2 -> 2.3.0
2023-09-18 19:39:53 +08:00
rhododendrox
6635d9b938
vimiv-qt: 0.8.0 -> 0.9.0
2023-09-18 10:57:43 +02:00
kashw2
4c6eaaaa92
figma-linux: added kashw2
maintainer
2023-09-18 16:14:16 +10:00
kashw2
047fd08cec
figma-linux: use finalAttrs
pattern
2023-09-18 16:14:16 +10:00
DarkOnion0
a8da24aa7b
drawio: 21.6.8 -> 21.7.5
2023-09-16 13:44:24 +02:00
Christina Sørensen
cbe40c63c0
normcap: init at 0.4.4
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-16 11:34:48 +02:00
R. Ryantm
52e82cf594
yed: 3.23.1 -> 3.23.2
2023-09-15 19:35:25 +00:00
github-actions[bot]
61d4f1db27
Merge staging-next into staging
2023-09-15 18:01:26 +00:00
Yureka
887d5ff655
oculante: 0.7.4 -> 0.7.5
...
includes fix for CVE2023-4863 in the vendored libwebp
2023-09-15 10:23:03 +02:00
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Fabián Heredia Montiel
ff323ed355
treewide: vendorSha256 → vendorHash
...
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
github-actions[bot]
564dc31f47
Merge staging-next into staging
2023-09-12 18:01:30 +00:00
Robert Schütz
161e550162
Merge pull request #247781 from dotlambda/megapixels-1.7.0
...
megapixels: 1.6.1 -> 1.7.0
2023-09-12 16:20:51 +00:00
github-actions[bot]
8481e5d2d3
Merge staging-next into staging
2023-09-12 00:02:17 +00:00
zzzsyyy
0958732966
lutgen: init at 0.8.3
2023-09-11 02:19:59 +00:00
github-actions[bot]
9c91f8313b
Merge staging-next into staging
2023-09-10 18:01:20 +00:00
Yureka
5d7c754943
electron-bin: place electron files in libexec/
2023-09-10 14:05:55 +02:00
Weijia Wang
f9dc9b17a4
vipsdisp: set platforms
2023-09-09 21:35:07 +02:00
github-actions[bot]
e8eac2883b
Merge staging-next into staging
2023-09-09 18:01:36 +00:00
Gabriel Arazas
cb41a14588
vipsdisp: set meta.mainProgram
2023-09-09 22:52:40 +08:00
Gabriel Arazas
40c3e0a4b3
vipsdisp: 2.5.1 -> 2.6.0
2023-09-09 22:52:23 +08:00
Maciej Krüger
f18f45cb83
pick-colour-picker: unstable-2021-01-19 -> unstable-2022-05-08
2023-09-09 02:16:10 +02:00
github-actions[bot]
9df0a1c6a2
Merge staging-next into staging
2023-09-08 18:01:25 +00:00
Sandro Jäckel
fccf04b620
treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType
2023-09-08 14:18:26 +00:00
Sigmanificient
e4110a5ebf
figma-linux: Add missing wrapGAppsHook
2023-09-08 02:56:23 +02:00
Weijia Wang
8feb7fa2a5
Merge pull request #252103 from Scrumplex/monado-2023-08
...
monado: unstable-2023-01-14 -> unstable-2023-08-22
2023-09-06 23:40:24 +02:00
Phillip Seeber
b5c32b2b4c
pixinsight: 1.8.9-2-20230814 -> 1.8.9-2-20230828
2023-09-06 10:44:48 +02:00
Weijia Wang
86f1ea0443
Merge pull request #252943 from Icy-Thought/upscayl
...
upscayl: 2.5.5 -> 2.7.5
2023-09-05 23:58:15 +02:00
ajs124
c189ea39cf
scantailor: remove
...
alias to scantailor-advanced, which supports qt5 and is maintained
2023-09-04 13:55:25 +02:00
ajs124
32e055ac0d
animbar: remove
2023-09-04 13:55:24 +02:00
ajs124
d510730093
qscreenshot: 1.0 -> unstable-2021-10-18
...
qt4 -> qt5
2023-09-04 13:54:49 +02:00
Nick Cao
39104a4d57
Merge pull request #253126 from figsoda/oculante
...
oculante: 0.7.3 -> 0.7.4
2023-09-03 11:52:29 -04:00
Thiago Kenji Okada
c9e7167596
Merge pull request #253084 from bobby285271/upd/gthumb
...
gthumb: 3.12.2 → 3.12.3
2023-09-03 15:06:35 +00:00
figsoda
a41f02d0b0
oculante: 0.7.3 -> 0.7.4
...
Diff: https://github.com/woelper/oculante/compare/0.7.3...0.7.4
Changelog: https://github.com/woelper/oculante/blob/0.7.4/CHANGELOG.md
2023-09-03 09:16:48 -04:00
Bobby Rong
e039ff1d45
gthumb: 3.12.2 → 3.12.3
...
https://gitlab.gnome.org/GNOME/gthumb/-/compare/3.12.2...3.12.3
2023-09-03 17:29:13 +08:00
Icy-Thought
6486bfb81e
upscayl: 2.5.5 -> 2.7.5
2023-09-02 16:04:12 +02:00
Anderson Torres
9870f334cb
freecad: 0.21.0 -> 0.21.1
2023-09-01 13:31:41 +00:00
Pablo Ovelleiro Corral
7b19fde307
freecad: 0.20.2 -> 0.21.0
2023-09-01 13:31:41 +00:00
R. RyanTM
d0ad570371
mozjpeg: 4.1.3 -> 4.1.4 ( #252619 )
2023-08-31 23:10:39 +02:00
OTABI Tomoya
3ceaa19a4b
Merge pull request #252305 from tjni/mypaint
...
mypaint: fetch patch to fix python 3.11 build
2023-08-31 10:42:55 +09:00
Weijia Wang
6fde76aa6c
Merge pull request #252453 from wegank/hugin-exiv2
...
hugin: add patch for exiv2 0.28
2023-08-31 02:09:26 +02:00
Weijia Wang
b308d14631
hugin: add patch for exiv2 0.28
2023-08-31 00:48:53 +02:00
Theodore Ni
d6c6b10750
mypaint: fetch patch to fix python 3.11 build
2023-08-30 01:59:00 -07:00
R. Ryantm
13c151215e
luminanceHDR: 2.6.0 -> 2.6.1.1
2023-08-29 21:58:38 +00:00
Artturi
17baeb853c
Merge pull request #252088 from dschrempf/vimiv-qt-fix-wayland
...
vimiv-qt: fix wayland and mainProgram
2023-08-29 14:12:46 +03:00
Sefa Eyeoglu
28ef9ebcad
monado: unstable-2023-01-14 -> unstable-2023-08-22
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-29 11:15:47 +02:00
Dominik Schrempf
6a45e41567
vimiv-qt: fix wayland and mainProgram
2023-08-29 08:42:00 +02:00
Theodore Ni
336e03c10b
Merge pull request #249575 from chuangzhu/komikku
...
komikku: 1.22.0 -> 1.23.0
2023-08-28 12:04:04 -07:00
Paul Zeinlinger
838fea9a55
pdfcpu: 0.4.1 -> 0.5.0
2023-08-28 12:32:41 +02:00
Nick Cao
34f3dbd2ef
Merge pull request #251798 from wineee/pineapple-pictures
...
pineapple-pictures: 0.7.1 -> 0.7.2
2023-08-28 08:50:07 +08:00
rewine
6eef340c21
pineapple-pictures: 0.7.1 -> 0.7.2
2023-08-27 23:55:28 +08:00
Matthias Beyer
6b4a8998a2
Merge pull request #251520 from zzzsyyy/flaca
...
flaca: 2.2.1 -> 2.2.2
2023-08-26 09:39:52 +02:00
zzzsyyy
52598b86d1
flaca: 2.2.1 -> 2.2.2
2023-08-26 14:04:01 +08:00
Maximilian Bosch
8457e45919
Merge pull request #251213 from alyaeanyx/xournalpp-1.2.1
...
xournalpp: 1.2.0 -> 1.2.1
2023-08-25 12:48:30 +02:00
Nick Cao
48f686451a
Merge pull request #251214 from figsoda/artem
...
artem: 2.0.1_2 -> 2.0.2
2023-08-25 10:07:00 +08:00
wackbyte
2bdd96af9b
blockbench-electron: 4.5.2 -> 4.8.1
2023-08-24 20:09:27 -04:00
figsoda
4f79cb1773
artem: 2.0.1_2 -> 2.0.2
...
Diff: https://github.com/finefindus/artem/compare/v2.0.1_2...v2.0.2
Changelog: https://github.com/finefindus/artem/blob/v2.0.2/CHANGELOG.md
2023-08-24 16:13:41 -04:00
alyaeanyx
54a6844d59
xournalpp: 1.2.0 -> 1.2.1
2023-08-24 22:03:29 +02:00
OTABI Tomoya
5333b51890
Merge pull request #250964 from pinpox/fontmatrix
...
fontmatrix: 0.6.0-qt5 -> 0.9.100
2023-08-24 12:30:30 +09:00
OTABI Tomoya
f9711412b4
Merge pull request #250485 from zeuner/meshlab-fix
...
Fix misnamed MeshLab release tag
2023-08-24 10:28:20 +09:00
DarkOnion0
b1b67ca3f8
drawio: 21.6.1 -> 21.6.8
2023-08-23 21:48:54 +02:00
Pablo Ovelleiro Corral
156005fef4
Remove hardeningDisable attribute
2023-08-23 21:44:16 +02:00
Pablo Ovelleiro Corral
a7941173c8
Switch from fork to original repo
2023-08-23 17:40:05 +02:00
figsoda
a4f04ef471
artem: 2.0.0 -> 2.0.1_2
...
Diff: https://github.com/finefindus/artem/compare/v2.0.0...v2.0.1_2
Changelog: https://github.com/finefindus/artem/blob/v2.0.1_2/CHANGELOG.md
2023-08-23 10:05:23 -04:00
Pablo Ovelleiro Corral
ba4baedc01
fontmatrix: 0.6.0-qt5 -> 0.6.0
...
Diff: 1ff8382d8c
...v0.6.0
2023-08-23 13:48:54 +02:00
figsoda
96a743330a
oculante: 0.7.2 -> 0.7.3
...
Diff: https://github.com/woelper/oculante/compare/0.7.2...0.7.3
Changelog: https://github.com/woelper/oculante/blob/0.7.3/CHANGELOG.md
2023-08-22 17:48:17 -04:00
figsoda
90979d8013
oculante: 0.6.69 -> 0.7.2
...
Diff: https://github.com/woelper/oculante/compare/0.6.69...0.7.2
Changelog: https://github.com/woelper/oculante/blob/0.7.2/CHANGELOG.md
2023-08-21 18:07:39 -04:00
Isidor Zeuner
c23ba4a42e
Merge branch 'master' into meshlab-fix
2023-08-21 10:24:20 +02:00
Isidor Zeuner
bad5c41dfd
meshlab: correct the release tag to MeshLab-2022.02
2023-08-21 10:20:28 +02:00
Aaron Jheng
a1d02bae32
round: use sri hash
2023-08-21 09:05:03 +08:00
figsoda
67c1768d92
Merge pull request #249623 from figsoda/paint
2023-08-20 17:06:14 -04:00
figsoda
7cd096dbc5
textual-paint: init at 0.1.0
...
https://github.com/1j01/textual-paint
2023-08-20 15:52:21 -04:00
Matthias Beyer
fdea4d17e4
Merge pull request #244418 from TomaSajt/trimage
...
trimage: init at 1.0.7-dev
2023-08-20 11:53:10 +02:00
TomaSajt
04939367c9
trimage: init at 1.0.7-dev
2023-08-20 03:46:05 +02:00
Pol Dellaiera
4c3e761eaf
Merge pull request #249381 from r-ryantm/auto-update/vengi-tools
...
vengi-tools: 0.0.25 -> 0.0.26
2023-08-19 17:10:56 +02:00
Lily Foster
3effe8ee68
Merge pull request #177578 from Rotaerk/godot-mono
...
godot3: refactor, rename from godot, and add mono builds
2023-08-18 17:09:31 -04:00
Nick Cao
ccc16c97fb
Merge pull request #249450 from aaronjheng/meme-image-generator
...
meme-image-generator: use sri hash
2023-08-17 08:50:06 +08:00
Chuang Zhu
9c536a2911
komikku: 1.22.0 -> 1.23.0
2023-08-17 01:07:04 +08:00
Phillip Seeber
b3a9edefc6
pixinsight: 1.8.9-1 -> 1.8.9-2
2023-08-16 11:06:37 +02:00
Aaron Jheng
2fb327fbe6
meme-image-generator: use sri hash
2023-08-16 11:28:58 +08:00
R. Ryantm
b5fdf79567
vengi-tools: 0.0.25 -> 0.0.26
2023-08-15 19:44:46 +00:00
Weijia Wang
779acf8ffc
Merge pull request #248904 from r-ryantm/auto-update/yacreader
...
yacreader: 9.12.0 -> 9.13.1
2023-08-14 00:18:32 +02:00
R. Ryantm
eea0f158cc
yacreader: 9.12.0 -> 9.13.1
2023-08-13 11:43:19 +00:00
R. Ryantm
4984853a82
jpegoptim: 1.5.4 -> 1.5.5
2023-08-13 06:22:52 +00:00
Emily
69655f52ef
Merge pull request #247536 from sund3RRR/conjure-init
...
conjure: init at 0.1.2
2023-08-12 13:21:08 +02:00
Doron Behar
e2fdf4411b
Merge pull request #247659 from doronbehar/pkg/krop
...
krop: support qtwayland
2023-08-12 10:17:01 +00:00
Thiago Kenji Okada
703016656c
Merge pull request #248058 from mitsutaka/mcomix-2.2.1
...
mcomix: 2.1.0 -> 2.2.1
2023-08-09 08:56:50 +00:00
Nick Cao
43b0348268
Merge pull request #247861 from aaronjheng/img-cat
...
img-cat: use sri hash
2023-08-08 21:04:58 -06:00
Mitz Amano
116eaaf284
mcomix: 2.1.0 -> 2.2.1
2023-08-08 20:58:51 -05:00
Aaron Jheng
bee279a0ba
img-cat: use sri hash
2023-08-09 09:38:01 +08:00
Weijia Wang
39360e75af
Merge pull request #247947 from wegank/kphotoalbum-bump
...
kphotoalbum: 5.10.0 -> 5.11.0
2023-08-08 21:36:08 +02:00
Weijia Wang
37e4cc8360
kphotoalbum: 5.10.0 -> 5.11.0
2023-08-08 16:18:46 +02:00
Bobby Rong
9e3941778f
Merge pull request #247865 from bobby285271/upd/cinnamon
...
gthumb, cinnamon.pix: Fix build with exiv2 0.28
2023-08-08 15:38:23 +08:00
Bobby Rong
e7f74b92dd
gthumb: Fix build with exiv2 0.28
2023-08-08 14:37:41 +08:00
Weijia Wang
9535d51d21
Merge pull request #247809 from wegank/geeqie-bump
...
geeqie: 2.0.1 -> 2.1
2023-08-08 08:01:30 +02:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next
2023-08-08 00:01:49 +00:00
Janik
a477e129e9
Merge pull request #245194 from freyacodes/darktable-4.4.2
2023-08-08 01:10:24 +02:00
Weijia Wang
9a2522d02d
geeqie: 2.0.1 -> 2.1
2023-08-07 22:17:14 +02:00
Robert Schütz
a1a5db1a80
megapixels: 1.6.1 -> 1.7.0
...
Diff: https://gitlab.com/postmarketOS/megapixels/-/compare/1.6.1...1.7.0
Changelog: https://gitlab.com/postmarketOS/megapixels/-/tags/1.7.0
2023-08-07 11:06:34 -07:00
sunder
e099e0185b
conjure: init at 0.1.2
2023-08-07 14:04:37 +03:00
Doron Behar
d3ce852ce7
krop: support qtwayland
2023-08-07 08:29:32 +03:00
Vladimír Čunát
1f4ccf115c
imgp: fix compat with pillow 10.0
...
https://hydra.nixos.org/build/229798758/nixlog/4/tail
https://pillow.readthedocs.io/en/stable/deprecations.html#constants
2023-08-05 17:46:28 +02:00
github-actions[bot]
3af9469ebd
Merge master into staging-next
2023-08-04 18:01:05 +00:00
Austin Horstman
0d6c907ba8
treewide: add meta.mainProgram to graphics
2023-08-04 10:36:02 -05:00
github-actions[bot]
0542af4e29
Merge master into staging-next
2023-08-04 00:02:04 +00:00
github-actions[bot]
e13e3f4c54
Merge master into staging-next
2023-08-03 18:01:14 +00:00
Jan Malakhovski
a0a909fa9e
treewide: noop: replace every newly introduced stdenv.mkDerivation rec
with a fixpoint over finalAttrs
2023-08-03 16:34:45 +00:00