Commit Graph

13 Commits

Author SHA1 Message Date
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
Bobby Rong
1440f62d53
cinnamon.xapp: 2.8.1 -> 2.8.2
https://github.com/linuxmint/xapp/compare/2.8.1...2.8.2
2024-01-05 21:20:46 +08:00
Bobby Rong
370581e4c9
cinnamon.xapp: 2.8.0 -> 2.8.1
https://github.com/linuxmint/xapp/compare/2.8.0...2.8.1
2023-12-04 21:53:08 +08:00
Bobby Rong
75ea2708c4
cinnamon.xapp: 2.6.1 -> 2.8.0
https://github.com/linuxmint/xapp/compare/2.6.1...2.8.0
2023-12-02 12:12:47 +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
Bobby Rong
312a38afbe
cinnamon.xapp: 2.4.3 -> 2.6.1
https://github.com/linuxmint/xapp/compare/2.4.3...2.6.1
2023-06-14 14:14:56 +08:00
Bobby Rong
64aa3024b5
cinnamon.xapp: actually fix gtk3 module target dir
Before: $out/gtk-3.0/modules/libxapp-gtk3-module.so
After: $out/lib/gtk-3.0/modules/libxapp-gtk3-module.so

cat gtk+-3.0.pc | grep "libdir=" says `libdir=${prefix}/lib`, so install this there.

Another package that installs gtk3 module: libcanberra-gtk3
2023-06-08 19:33:53 +08:00
Bobby Rong
4831d420c2
cinnamon.xapp: 2.4.2 -> 2.4.3
https://github.com/linuxmint/xapp/compare/2.4.2...2.4.3
2023-03-29 11:32:16 +08:00
Bobby Rong
3c2e5906d6
cinnamon.xapp: Backport a crash fix for GLib 2.76.0
ref: https://bugs.archlinux.org/task/77892
2023-03-22 08:24:24 +08:00
Bobby Rong
8a52c0a3b1
cinnamon.xapp: 2.4.1 -> 2.4.2
https://github.com/linuxmint/xapp/compare/2.4.1...2.4.2
2022-12-04 11:20:51 +08:00
Bobby Rong
b40cf400d6
cinnamon.xapp: 2.2.15 -> 2.4.1
https://github.com/linuxmint/xapp/compare/2.2.15...2.4.1
2022-11-29 10:11:42 +08:00
Bobby Rong
f69dfdfa8c
cinnamon.xapps: 2.2.14 -> 2.2.15 2022-09-06 10:39:26 +08:00
Bobby Rong
be91726358
treewide: rename cinnamon.xapps to cinnamon.xapp
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
2022-08-03 20:47:04 +08:00