Commit Graph

43 Commits

Author SHA1 Message Date
Felix Buehler
3e8f94136a dcmtk: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
e10b8c551f xmedcon: 0.23.0 -> 0.24.0 2024-06-09 05:32:44 +00:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Thomas Gerbet
d99ca3f1cd dcmtk: 3.6.7 -> 3.6.8
Fixes CVE-2022-43272.

Changes:
https://github.com/DCMTK/dcmtk/compare/DCMTK-3.6.7...DCMTK-3.6.8
2024-01-06 23:03:08 +01:00
Weijia Wang
c0b6bb0677
Merge pull request #253169 from flokli/xmedcon-cherrypick
xmedcon: update homepage, add wrapGAppsHook
2023-09-05 23:50:15 +02:00
ajs124
fd9213cf75 aliza: remove 2023-09-04 13:55:28 +02:00
Erik Nolf
1375f052e4 xmedcon: update project homepage 2023-09-03 22:49:42 +03:00
Erik Nolf
511eecaa07 xmedcon: add wrapGAppsHook
This prevents some crashes on non-GNOME systems.
2023-09-03 22:48:41 +03:00
Ben Darwin
f3f51d06ad dcmtk: enable tests 2023-01-13 00:29:28 -05:00
Ben Siraphob
cca1b4f948
Merge pull request #206265 from StillerHarpo/dcmtk 2023-01-12 23:26:03 -06:00
Florian Engel
5d2936b3da dcmkt: Fix build 2023-01-12 20:42:51 +01:00
R. Ryantm
5006c1de08 xmedcon: 0.22.0 -> 0.23.0 2023-01-09 18:28:57 +00:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
R. Ryantm
3ff99d8e4c dcmtk: 3.6.6 -> 3.6.7 2022-05-25 16:48:38 +00:00
R. Ryantm
2fd4f690a9 xmedcon: 0.21.2 -> 0.22.0 2022-04-10 05:36:08 +00:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Florian Klink
3097a43496 xmedcon: 0.21.0 -> 0.21.2
in release 0.21.2 @ 20-Jul-2021 (Gtk+3)

    Small addition in our speedometer CSS theme: window titlebar is now in dark mode too
    Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro
        Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ...
    Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed)
        Menu "Online info" core dumps due to "toplevel" window problem
        Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed"
        gtk_window_set_transient_for(window, parent)
        Not working GBC-widget (gamma, brightness, contrast)

in release 0.21.1 @ 01-May-2021 (Gtk+3)

    Require libpng >= 1.6.0 for Ubuntu's sake
    Added in GUI resizing to fifth and quint
    Secured two sprintf() statements
    Updated Inno Setup file for Gtk+3 dependencies
    Fresh update of application icon
    GIF89a: write "XMedCon" in application block
2021-11-05 15:30:51 +01:00
Florian Klink
0886f51b37 xmedcon: fix meta.platforms
platforms.darwin and platforms.linux are both lists. They need to be
concatenated, otherwise they're not recognized as supported platforms.
2021-11-05 15:30:51 +01:00
Diep Pham
ac0b44b1ee
dcmtk: support darwin platform (#136005) 2021-08-28 02:00:18 -04:00
Thomas Gerbet
f801e2e92c aliza: 1.98.43 -> 1.98.57 2021-03-27 23:49:33 +01:00
Florian Klink
275cc4e9c7 xmedcon: init at 0.21.0
This allows reading DICOM images, including 3d stacks.
2021-03-20 21:36:38 +01:00
github-actions[bot]
2c8fa86436
Merge master into staging-next 2021-02-21 06:16:32 +00:00
davidak
c7c0037cf2
Merge pull request #109476 from CRTified/aliza_bump
aliza: 1.98.32 -> 1.98.43
2021-02-21 04:35:57 +01:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM
7a939f1db3 dcmtk: 3.6.5 -> 3.6.6 2021-01-29 16:43:50 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
CRTified
f8c06505db aliza: 1.98.32 -> 1.98.43 2021-01-15 21:30:55 +01:00
Henry
eeea325e64 aliza: 1.48.10 -> 1.98.32 2020-08-10 11:16:16 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
5f8b0d7d99 Merge staging-next into staging 2019-11-19 14:53:29 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
c0bw3b
9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
R. RyanTM
1faee87692 dcmtk: 3.6.4 -> 3.6.5 2019-11-02 11:12:28 -07:00
Markus Ankenbrand
905245b32c dcmtk: init at 3.6.4 2019-10-26 13:02:50 +02:00
Bob van der Linden
c8571f6a2c
aliza: ? -> 1.48.10 2019-05-21 11:31:38 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Katona László
c2d9871823 aliza: 1.29.2->1.36.3 2017-11-12 17:46:37 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Katona László
b86eb39a58 aliza: 1.28.10->1.29.2 2017-07-02 23:39:08 +02:00
Katona László
5e528db0d9 aliza: init at 1.28.10 2017-06-15 19:53:01 +02:00