Commit Graph

41 Commits

Author SHA1 Message Date
rewine
dee748da86 deepin.deepin-pw-check: fix build for cracklib 2.10 2024-08-04 00:20:14 +08:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
rewine
9b3299c8cd
Merge pull request #310778 from wineee/dde23
deepin desktop environment: update
2024-06-25 09:52:28 +08:00
Thomas Gerbet
3d44176ec8 iniparser: 4.1 -> 4.2.3
Fixes CVE-2023-33461 (and several buffer overflows from what I can see in the changes).

Project is now maintained on GitLab.com.

Changes:
https://gitlab.com/iniparser/iniparser/-/releases/v4.2.3
https://gitlab.com/iniparser/iniparser/-/releases/v4.2.2
https://gitlab.com/iniparser/iniparser/-/releases/v4.2.1
https://gitlab.com/iniparser/iniparser/-/releases/v4.2.0
2024-06-16 00:28:09 +02:00
rewine
9fa4925d0e deepin.deepin-desktop-schemas: 6.0.5 -> 6.0.6 2024-06-11 17:05:53 +08:00
rewine
ca86ee82e4 deepin.dde-api: 6.0.9 -> 6.0.11 2024-06-11 17:05:53 +08:00
rewine
71b88333b6 deepin.startdde: 6.0.13 -> 6.0.14 2024-06-11 17:05:53 +08:00
rewine
2cf6e466a7 deepin.go-dbus-factory: remove 2024-06-11 17:05:53 +08:00
rewine
8a11f404b4 deepin.go-gir-generator: remove 2024-06-11 17:05:52 +08:00
rewine
7b14239eba deepin.go-lib: remove 2024-06-11 17:05:52 +08:00
rewine
8fbe3b5589 deepin.dde-daemon: do not create /usr/share/uadp
fix: https://github.com/NixOS/nixpkgs/issues/314108
2024-05-27 18:01:43 +08: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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-19 03:14:51 +01:00
rewine
aba35c466b go-dbus-factory: 1.10.23 -> 2.0.8 2024-03-08 18:33:28 +08:00
rewine
b83944e6dd deepin.dde-daemon: 6.0.22 -> 6.0.34 2024-03-08 18:33:23 +08:00
rewine
b3c5ae3428 deepin.startdde: 6.0.10 -> 6.0.13 2024-03-08 18:33:23 +08:00
rewine
69cfd69c54 deepin.dde-api: 6.0.7 -> 6.0.9 2024-03-08 18:33:18 +08:00
rewine
21fed88e1c
deepin(go-package): use vendorHash instead of vendorSha256 2023-11-23 17:29:14 +08:00
rewine
8e91f7c70d
dde-daemon: 5.14.122 -> 6.0.22 2023-11-23 10:00:25 +08:00
rewine
6045b360fa
startdde: 5.10.1 -> 6.0.10 2023-11-23 10:00:25 +08:00
rewine
24e1b0d39d
deepin-desktop-schemas: 5.10.11 -> 6.0.5 2023-11-23 10:00:21 +08:00
rewine
86f28dc401
dde-api: 5.5.32 -> 6.0.7 2023-11-23 09:58:56 +08:00
rewine
e6736d013c
deepin-pw-check: 5.1.18 -> 6.0.2 2023-11-23 09:58:55 +08:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
rewine
0a32ab67b3
deepin.dde-daemon: fix build with ddcutil 2 2023-10-30 10:39:09 +08:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
rewine
da98a5a6a5
deepin.dde-daemon: fix can't set custom wallpapers 2023-05-09 18:08:20 +08:00
Weijia Wang
5bf047fdc0 dde-daemon: do not create /usr/share/uadp 2023-05-05 08:31:18 +03:00
rewine
1504fcb1b0
deepin.dde-daemon: fix hardcoded paths 2023-04-19 11:20:39 +08:00
rewine
03ec4a637a
deepin.dde-api: dont set PATH 2023-04-12 11:44:55 +08:00
rewine
136e1d9aa3
deepin(go-package): don't use replaceAll 2023-04-12 11:27:25 +08:00
rewine
ef5caa6748
deepin(go-package): use addToSearchPath to set GOPATH 2023-04-12 10:49:45 +08:00
rewine
5959e9a15d
deepin: use file name as fetchpatch's name 2023-04-12 10:27:17 +08:00
rewine
52f150ea9a
deepin.startdde: init at 5.10.1 2023-04-09 17:31:50 +08:00
rewine
9ee68d484a
deepin.dde-daemon: init at 5.14.122 2023-04-06 17:28:19 +08:00
rewine
4cf00ef65c
deepin-desktop-schemas: init at 5.10.11 2023-02-21 15:27:47 +08:00
rewine
e6e02bc9c2
dde-api: init at 5.5.32 2023-02-09 11:49:32 +08:00
rewine
dc0b701631
deepin-pw-check: init at 5.1.17 2023-02-03 17:50:22 +08:00
rewine
cb3c159314
go-dbus-factory: init at 1.10.23 2023-02-03 17:50:22 +08:00
rewine
ea00098756
go-gir-generator: init at 2.2.0 2023-02-03 17:50:22 +08:00
rewine
732cfc7947
go-lib: init at 5.8.27
s
2023-02-03 17:50:20 +08:00