Commit graph

4252 commits

Author SHA1 Message Date
github-actions[bot] e156d59d2b
Merge master into staging-next 2022-01-21 12:01:24 +00:00
Bobby Rong ea1f1453ac
Merge pull request #155198 from trofi/fix-inkscape-for-gcc-12
inkscape: fix build against upcoming gcc-12
2022-01-21 17:23:50 +08:00
Renaud f6722c80d4
Merge pull request #155429 from herrwiese/master
geeqie: 1.6 -> 1.7.1
2022-01-21 10:11:27 +01:00
Andreas Wiese 64eac0ea11 geeqie: 1.6 -> 1.7.1
This especially fixes

  $ geeqie

  (geeqie:1879548): Gdk-ERROR **: 00:08:00.631: The program 'geeqie'
  received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadValue (integer parameter out of range for operation)'.
    (Details: serial 209 error_code 2 request_code 152 (GLX) minor_code
  24)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the GDK_SYNCHRONIZE environment
     variable to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error()
  function.)
  zsh: trace trap (core dumped)  geeqie
  $

which stems from some issue with clutter-gtk.
2022-01-21 00:17:55 +01:00
github-actions[bot] 360ff20100
Merge master into staging-next 2022-01-20 06:01:09 +00:00
Daniel Olsen c7193ca132 hydrus: 469 -> 470b 2022-01-19 23:02:14 +01:00
Sergei Trofimovich 5f12173f81 inkscape: fix build against upcoming gcc-12
Without the change build fails as:

    src/io/file.h:29:63: error: use of deleted function
      'std::__cxx11::basic_string<...>::basic_string(std::nullptr_t) [...]'
       29 | SPDocument* ink_file_new(const std::string &Template = nullptr);
          |                                                               ^
2022-01-19 08:19:24 +00:00
github-actions[bot] 1b54e5bb50
Merge master into staging-next 2022-01-19 06:01:24 +00:00
Bobby Rong 32e4b9949d
Merge pull request #155241 from jansol/renderdoc
renderdoc: 1.16 -> 1.17
2022-01-19 11:52:52 +08:00
github-actions[bot] c795e7ba4f
Merge master into staging-next 2022-01-17 18:01:06 +00:00
Jan Tojnar 6e046a4e71
Merge pull request #155364 from wentasah/inkscape-fix-line-spacing
inkscape: fix line spacing problem
2022-01-17 18:21:02 +01:00
github-actions[bot] 0eee7ee8c8
Merge master into staging-next 2022-01-17 12:01:25 +00:00
Michal Sojka a6f6108149 inkscape: fix line spacing problem
Inkscape does not work well with with Pango 1.49+ (nixpkgs has Pango
1.50.0). An upstream commit with the fix will be a part of upcomming
1.1.2 release due in a month. Until than, let's apply the fix in
nixpkgs.
2022-01-17 12:33:57 +01:00
Frederik Rietdijk afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
github-actions[bot] f0a71fe6f3
Merge master into staging-next 2022-01-17 06:01:22 +00:00
Thiago Kenji Okada 78abd4df66 pinta: add translations, use msbuild to install files 2022-01-16 19:34:39 -03:00
Robert Schütz d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
github-actions[bot] d1d6f982a8
Merge master into staging-next 2022-01-16 18:00:59 +00:00
Jan Solanti 1f42b69c67 renderdoc: 1.16 -> 1.17
Also set up updateScript since there haven't been any particularly
dramatic changes requiring modifications to the expression in a while.
2022-01-16 19:10:47 +02:00
Thiago Kenji Okada 1ed395aaaf pinta: 2.0.1 -> 2.0.2 2022-01-16 11:36:01 -03:00
Pavol Rusnak 5c32667d6e
Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphase
buildDotnetModule: wrap executables in preFixup
2022-01-16 15:22:54 +01:00
github-actions[bot] 0173b359a6
Merge master into staging-next 2022-01-16 12:01:11 +00:00
wackbyte bbf10ee6a8 krita: 5.0.0 -> 5.0.2 2022-01-16 09:56:26 +01:00
github-actions[bot] 122cae786e
Merge master into staging-next 2022-01-16 06:01:16 +00:00
Martin Weinelt 3c0752dbe0
displaycal: drop
Last release from 2019, hasn't migrated to python3.

```
Traceback (most recent call last):
  File "/build/DisplayCAL-3.8.9.3/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 258
    print "Bumping version number %s ->" % \
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Bumping version number %s ->" % \)?
```
2022-01-16 02:36:25 +01:00
github-actions[bot] a6928c74cc
Merge master into staging-next 2022-01-13 12:01:29 +00:00
Bobby Rong 0ac4b516c0
Merge pull request #153688 from brandonweeks/electron
blockbench-electron: 3.7.5 -> 4.1.1
2022-01-13 18:30:00 +08:00
Bobby Rong 31fe3448c4
Merge pull request #154669 from evanjs/imgbrd-grabber/7.7.1
imgbrd-grabber: 7.7.0 -> 7.7.1
2022-01-13 18:01:56 +08:00
Daniel Olsen 7738de9075 hydrus: 468 -> 469 2022-01-13 00:36:12 +01:00
Daniel Olsen 0e5389c1f8 hydrus: 467 -> 468 2022-01-13 00:36:11 +01:00
github-actions[bot] 9b5359861c
Merge master into staging-next 2022-01-12 12:01:06 +00:00
Bobby Rong 6b65ba196c
Merge pull request #154631 from figsoda/update-image-roll
image-roll: 1.4.0 -> 1.4.1
2022-01-12 16:45:54 +08:00
github-actions[bot] e81177a147
Merge staging-next into staging 2022-01-12 00:02:57 +00:00
IvarWithoutBones 88064e44a6 pinta: dont manually set gappsWrapperArgs
As of aa36cb9d1ec58764af9a5df6674a19c4170d8e9d, this is not required anymore.
2022-01-12 00:23:53 +01:00
Evan Stoll e5c57c36bf imgbrd-grabber: 7.7.0 -> 7.7.1 2022-01-11 17:35:58 -05:00
Lassulus 1b29f6fdb8
Merge pull request #152738 from r-ryantm/auto-update/imgbrd-grabber
imgbrd-grabber: 7.5.1 -> 7.7.0
2022-01-11 23:10:11 +01:00
figsoda cd96c5afdd image-roll: 1.4.0 -> 1.4.1 2022-01-11 13:41:34 -05:00
Jörg Thalheim d49c972804
Merge pull request #153448 from Mic92/k3d
k3d: remove
2022-01-11 18:24:00 +00:00
Alyssa Ross d77022e114
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-01-11 16:35:43 +00:00
Max Hausch a3d54a465d
inkscape: Remove networkmanager as an inkscape dependency 2022-01-10 15:07:21 +01:00
Jan Tojnar f7aa55946b Merge branch 'staging-next' into staging
; Conflicts:
;	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
;	nixos/doc/manual/release-notes/rl-2205.section.md
;	pkgs/build-support/libredirect/default.nix
2022-01-10 01:26:05 +01:00
Jan Tojnar e2441863d4 gnome-photos: remove adwaita-icon-theme dependency
Adding an icon theme as dependency will not do anything
other than contaminating XDG_DATA_DIRS by its build time value
(through hicolor-icon-theme+wrapGAppsHook setup hooks).
2022-01-09 02:04:37 +01:00
github-actions[bot] cf7efe1192
Merge staging-next into staging 2022-01-08 12:01:36 +00:00
Maximilian Bosch 4979df6ca1
Merge pull request #153911 from jyooru/update/feh
feh: 3.7.2 -> 3.8
2022-01-07 23:50:23 +01:00
Joel c94d5d98f7
feh: 3.7.2 -> 3.8 2022-01-08 08:29:03 +10:00
Jonathan Ringer 172bcecd6b
Merge remote-tracking branch 'origin/staging-next' into staging 2022-01-07 10:32:13 -08:00
Thiago Kenji Okada 949155cbec pinta: 2.0 -> 2.0.1 2022-01-07 10:48:51 -03:00
github-actions[bot] aed0ee64b8
Merge staging-next into staging 2022-01-07 06:02:04 +00:00
Ben Siraphob 3cc74356f4
Merge pull request #153746 from siraben/https-urls
treewide: replace some URLs with https variants + fix homepage redirects
2022-01-07 09:59:16 +07:00
Ben Siraphob e9e90a941b
treewide: replace http://web.archive.org with https://web.archive.org 2022-01-07 09:58:36 +07:00