770 Commits
Author SHA1 Message Date
nixpkgs-ci[bot]andGitHub d251e33662 cine: 1.7.0 -> 1.7.4 (#543419) 2026-07-24 19:26:35 +00:00
Bobby RongandGitHub 98f8cb2a05 cinnamon: 6.6.8 -> 6.6.9 (#544726) 2026-07-24 15:41:54 +00:00
Bobby Rong 3720822ed9 cinnamon: 6.6.8 -> 6.6.9
https://github.com/linuxmint/cinnamon/compare/6.6.8...6.6.9
2026-07-23 08:38:57 +08:00
夜坂雅 88ebd9f5ec cider: drop 2026-07-22 10:57:35 +08:00
Marek FajkusandGitHub bdc4d3982e civicrm init at 6.15.3 (#537513) 2026-07-21 14:40:51 +02:00
xyberstian c6a64e8e45 civicrm: init at 6.15.3 2026-07-19 17:12:08 +02:00
R. Ryantm 138a53d672 cine: 1.7.0 -> 1.7.4 2026-07-19 05:25:33 +00:00
Austin HorstmanandGitHub 5d7652f2c6 citrix-workspace: fix icaroot passthru (#542713) 2026-07-17 21:04:37 +00:00
AtemuandGitHub a083d693a1 sable-unwrapped: init at 1.19.4 (#510892) 2026-07-17 19:13:22 +00:00
Austin Horstman 0d685d4908 citrix-workspace: fix icaroot passthru
passthru.icaroot used an output placeholder outside a derivation string
context, so module consumers received an unresolved path. Define the
derivation with finalAttrs, then derive icaroot from finalPackage to
expose the actual store path.
2026-07-16 14:44:49 -05:00
Nick CaoandGitHub 5274ac5fef cilium-cli: 0.19.5 -> 0.19.6 (#542026) 2026-07-15 19:28:36 +00:00
Austin HorstmanandGitHub c8f7e66563 citrix-workspace: install MIME definitions and app icon (#541935) 2026-07-15 18:27:54 +00:00
Austin HorstmanandGitHub 7930f4ec1c citrix-workspace: drop unused gtk2-era inputs (#541937) 2026-07-15 18:27:49 +00:00
JoandGitHub 134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Eman Resu 9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
Eman ResuandGitHub 8598be00d1 cider-2: minor fixes and cleanup (#538337) 2026-07-15 13:59:09 +00:00
R. Ryantm 294553f5b3 cilium-cli: 0.19.5 -> 0.19.6 2026-07-15 01:30:35 +00:00
Austin Horstman aeb6152ad7 citrix-workspace: install MIME definitions and app icon
hinst registers Citrix-mime_types.xml and the Citrix-Receiver icon via
xdg tooling; without them the application/x-ica and
application/vnd.citrix.receiver.configure types are undefined and the
desktop entries reference a missing icon. Install both into share/, and
copy only *.desktop into share/applications so the MIME XML no longer
lands there.
2026-07-14 15:05:47 -05:00
Austin Horstman 7454e52680 citrix-workspace: remove stale wfica.sh launcher
hinst writes an FHS wfica.sh launcher even on non-root installs; it
hardcodes /opt/Citrix paths and carries none of the wrapper environment,
so it is dead weight in the store.
2026-07-14 15:00:22 -05:00
Austin Horstman d809929f11 citrix-workspace: drop unused gtk2-era inputs
gtk2, gtk2-x11, gtk_engines, gnome2.gtkglext, libpng12 and x264 are
leftovers from the era of bundling Citrix's WebKitGTK 4.0; no ELF in the
26.04 payload links any of them.
2026-07-14 14:59:59 -05:00
Austin HorstmanandGitHub bdc2fa0b31 citrix-workspace: pin EGL/GTK to X11 to fix Wayland startup segfault (#540103) 2026-07-14 14:41:40 +00:00
Lyn 31450c1f0a sable-unwrapped: init at 1.19.4 2026-07-12 21:13:39 +02:00
Antoine Cotten 5d35a9225d cider-2: remove superfluous use of pname
NixOS/nixpkgs#277994
2026-07-11 13:36:34 +02:00
Antoine Cotten d25d5184a0 cider-2: suppress substituteInPlace replace warning
Suppresses the warning
  pattern Exec=/usr/lib/cider/Cider doesn't match anything in file

Use an absolute path as Exec replacement.
Be strict and fail the build on error.
2026-07-11 13:35:49 +02:00
Antoine Cotten 0d7b51ad69 cider-2: allow reading gsettings
Cider 4 throws a warning on startup:

  (cider-2:915399): GLib-GIO-CRITICAL **:
  g_settings_schema_source_lookup: assertion 'source != NULL' failed

wrapGAppsHook3[1] solves the problem transparently by prepending
- prepending gtk3 + gsettings-desktop-schemas to XDG_DATA_DIRS
- prepending dconf libs to GIO_EXTRA_MODULES
- setting the path to GTK's pixbuf loader cache as GDK_PIXBUF_MODULE_FILE

We emulate its behavior manually here to avoid a double-wrapping of the
cider-2 executable. (strace reveals that all these paths are effectively
opened on startup.)

[1]: https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-hooks
2026-07-11 13:30:01 +02:00
Antoine Cotten 1dfba633c5 cider-2: remove deps on widevine and asar
Cider 4 is a Widevine capable build; it does not need WidevineCdm to be
symlinked. Cider fetches it from Google's CDN either way, and playback
works out of the box.

The asar extract/repack is a left over from commit 4d94729 which was
mistakenly left behind in commit 99eafc4; it is now a no-op.
2026-07-10 23:44:42 +02:00
Antoine Cotten 4ccd659f26 cider-2: add antoineco as maintainer 2026-07-10 23:44:42 +02:00
Peder Bergebakken SundtandGitHub bd944f61af cider-2: 4.0.0 -> 4.0.9.1 (#539223) 2026-07-10 16:38:47 +00:00
nixpkgs-ci[bot]andGitHub e68bc95857 cine: 1.5.1 -> 1.7.0 (#537368) 2026-07-10 05:47:17 +00:00
Stefan Lendl bce91d0f38 citrix-workspace: pin wfica's EGL/GTK backend to X11 to fix Wayland startup segfault 2026-07-10 00:23:05 +02:00
Thomas GerbetandGitHub fe18534c04 cinny-unwrapped: 4.12.2 -> 4.12.3, cinny-desktop: 4.12.2 -> 4.12.5 (#539103) 2026-07-09 14:02:13 +00:00
Antoine Cotten 50d1d5755b cider-2: 4.0.0 -> 4.0.9.1 2026-07-07 12:18:05 +02:00
Lu Wang 74508fe291 cinny-desktop: 4.12.2 -> 4.12.5
Diff: https://github.com/cinnyapp/cinny-desktop/compare/v4.12.2...v4.12.5
2026-07-07 07:16:24 +08:00
Lu Wang b73bb1ff3c cinny-unwrapped: 4.12.2 -> 4.12.3
Diff: https://github.com/cinnyapp/cinny/compare/v4.12.2...v4.12.3
2026-07-07 07:04:31 +08:00
R. Ryantm 801c1d8163 cine: 1.5.1 -> 1.7.0 2026-07-01 10:59:09 +00:00
nixpkgs-ci[bot]andGitHub 69472659bd Merge master into staging-next 2026-06-30 18:37:56 +00:00
Austin HorstmanandGitHub ee213a47ba citrix-workspace: 26.04.0.73 -> 26.04.0.105 (#534861) 2026-06-30 13:57:37 +00:00
nixpkgs-ci[bot]andGitHub 0d28c0688f Merge master into staging-next 2026-06-29 15:34:33 +00:00
Peder Bergebakken SundtandGitHub 790aad01a6 circumflex: install man page, shell completions; cleanup (#534426) 2026-06-29 13:53:43 +00:00
K900 b812bc2a4a treewide: drop gst-vaapi
Upstream dropped it and it no longer builds.
2026-06-28 17:18:22 +03:00
R. Ryantm 188aa5e1b0 cilium-cli: 0.19.4 -> 0.19.5 2026-06-25 13:10:55 +00:00
Raito Bezarius 6a63a4ad8b pkgs/*: drop maintenanceship of various packages
I have effectively renounced on maintaining all these packages and I do
not plan to return them except if I'm forced to.

I am also fine with most of these packages being dropped for next
releases if no maintainer shows up.

Change-Id: I8d167c8029b6991181bd7a094af21c3313af2b51
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2026-06-24 20:34:45 +02:00
Manuel Hutter a7a4716798 citrix-workspace: 26.04.0.73 -> 26.04.0.105
Signed-off-by: Manuel Hutter <manuel@hutter.io>
2026-06-24 10:51:26 +02:00
nicknb d1dd7e6eb0 circumflex: install man page, shell completions; cleanup
Install the man page and shell completions.

Additional cleanup:

Remove less and ncurses from PATH. Upstream switched to a native
comments viewer which does not depend on either. See commits [0]
56d20830bb and [1] 59d0206652 respectively.

Skip building the 'gen-completions' package used for generating shell
completions. These are part of the source tree under share/ and can be
installed from there. This was, funnily enough, polluting the user
environment with a binary of the same name.

[0]: https://github.com/bensadeh/circumflex/commit/56d20830bb
[1]: https://github.com/bensadeh/circumflex/commit/59d0206652
2026-06-23 02:40:49 +02:00
nixpkgs-ci[bot]andGitHub ed297f0fdc cine: 1.4.1 -> 1.5.1 (#528200) 2026-06-22 19:19:14 +00:00
StepBroBDandGitHub 99eafc45ea cider-2: 3.1.8 -> 4.0.0 (#531286) 2026-06-22 08:56:13 +00:00
Bobby RongandGitHub 72372637ab cinnamon-session: 6.6.3 -> 6.6.4 (#533604) 2026-06-21 11:46:58 +00:00
R. RyantmandBobby Rong ee4379efb7 cinnamon-session: 6.6.3 -> 6.6.4
https://github.com/linuxmint/cinnamon-session/compare/6.6.3...6.6.4
2026-06-21 00:05:26 +08:00
Bobby RongandGitHub c7c28876a4 cinnamon: Backport fixes for GIR 2.0, ICal 4.0 (#533236) 2026-06-20 15:27:57 +00:00