Sigmanificient
d48a9bb622
treewide: remove unused fetchpatch arguments
2024-06-04 12:40:25 +02:00
Bobby Rong
9c33def46f
cinnamon.cinnamon-common: Don't ship 00_cinnamon.styles
2024-05-05 21:14:50 +08:00
Bobby Rong
a91fdc500c
cinnamon.mint-artwork: 1.8.0 -> 1.8.2
...
This removes Adwaita, HighContrast from Cinnamon styles.
2024-05-05 21:08:00 +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
github-actions[bot]
e50548dc95
Merge master into staging-next
2024-04-23 18:01:16 +00:00
Bobby Rong
90b06e372c
cinnamon.mint-l-icons: 1.6.7 -> 1.7.0
...
https://github.com/linuxmint/mint-l-icons/compare/1.6.7...1.7.0
2024-04-23 22:32:10 +08:00
Bobby Rong
2b8708729a
cinnamon.mint-y-icons: 1.7.2 -> 1.7.5
...
https://github.com/linuxmint/mint-y-icons/compare/1.7.2...1.7.5
2024-04-23 22:30:17 +08:00
Bobby Rong
232aa8677c
cinnamon.mint-x-icons: 1.6.5 -> 1.6.8
...
https://github.com/linuxmint/mint-x-icons/compare/1.6.5...1.6.8
2024-04-23 22:29:05 +08:00
Bobby Rong
7fbd6fefea
cinnamon.cinnamon-common: Do not install online accounts module
...
Use GNOME Online Accounts GTK instead.
2024-04-22 21:11:25 +02:00
Bobby Rong
8bef75736d
cinnamon.cinnamon-control-center: Disable onlineaccounts
...
FTBFS with GOA 3.49.2+.
2024-04-22 21:11:24 +02:00
Bobby Rong
de86acc955
cinnamon.pix: Build without webkit2gtk-4.0
...
This removes webkit2gtk-4.0 from cinnamon closure.
ref: https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
ref: a19d4c2b0a
2024-04-15 09:06:38 +08:00
Bobby Rong
476a33c53d
Merge pull request #297759 from bobby285271/upd/nemo-as-root
...
cinnamon.nemo: Fix open as root
2024-03-23 12:28:58 +08:00
Bobby Rong
8eefcdc9e9
cinnamon.nemo: Fix open as root
...
Open as root support is added in src/nemo-view.c as `pkexec nemo`.
This does not match the full path in `org.nemo.root.policy` so it
doesn't work.
Replacing with `/run/current-system/sw/bin/nemo` seems to be the
easiest solution here, otherwise to properly support nemo-with-extensions,
we likely need to patch everything that calls `pkexec nemo` to accept
external environment variables for nemo path, and pass the path via
wrapper, and we still need to substitute `org.nemo.root.policy` in
nemo-with-extensions.
2024-03-22 00:34:11 +08: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
Bobby Rong
f33dd27a47
Merge pull request #288704 from Aleksanaa/cinnamon.cinnamon-control-center
...
cinnamon.cinnamon-control-center: fix tls support in online accounts
2024-02-20 13:36:14 +08:00
aleksana
47abf03340
cinnamon.cinnamon-control-center: fix tls support in online accounts
...
Without the fix Google login shows `TLS support is not available` when the module is
invoked by the cinnamon-control-center executable directly (instead of the `cinnamon-settings` program)
*and* glib-networking is not added to GIO_EXTRA_MODULES in the session for some reason
(e.g. not using cinnamon, `services.gnome.glib-networking.enable` disabled or not effected).
2024-02-17 16:28:41 +08:00
Bobby Rong
98dde17c64
cinnamon.cinnamon-control-center: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/cinnamon-control-center/compare/6.0.0...6.0.1
2024-02-10 23:56:00 +08:00
Bobby Rong
fd954eef81
cinnamon.cinnamon-session: 6.0.3 -> 6.0.4
...
https://github.com/linuxmint/cinnamon-session/compare/6.0.3...6.0.4
2024-02-09 11:41:31 +08:00
R. Ryantm
1e485531ad
cinnamon.cinnamon-session: 6.0.2 -> 6.0.3
2024-01-31 21:15:18 +08:00
Bobby Rong
db41fedde7
Merge pull request #283774 from bobby285271/upd/cinnamon
...
cinnamon.cinnamon-session: 6.0.1 -> 6.0.2
2024-01-26 21:52:01 +08:00
Bobby Rong
4be8c3b2a5
Merge pull request #283687 from r-ryantm/auto-update/cinnamon.cinnamon-screensaver
...
cinnamon.cinnamon-screensaver: 6.0.2 -> 6.0.3
2024-01-26 21:45:36 +08:00
Bobby Rong
524e1e399d
cinnamon.cinnamon-session: 6.0.1 -> 6.0.2
...
https://github.com/linuxmint/cinnamon-session/compare/6.0.1...6.0.2
2024-01-25 21:55:10 +08:00
R. Ryantm
0a05b55a32
cinnamon.cinnamon-screensaver: 6.0.2 -> 6.0.3
...
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.2...6.0.3
2024-01-25 21:34:15 +08:00
R. Ryantm
bfcffb6b18
cinnamon.mint-artwork: 1.7.9 -> 1.8.0
...
Updates etc/skel/.config/qt5ct/qt5ct.conf, which does not affect us.
2024-01-22 21:55:14 +08:00
Bobby Rong
b40d1bc8d7
Merge pull request #278929 from bobby285271/upd/cinnamon
...
Cinnamon updates 2024-01-05
2024-01-06 20:04:39 +08:00
Bobby Rong
4fa86b9506
cinnamon.xviewer: 3.4.3 -> 3.4.4
...
https://github.com/linuxmint/xviewer/compare/3.4.3...3.4.4
2024-01-05 21:20:47 +08:00
Bobby Rong
3a1916cc58
cinnamon.xreader: 4.0.1 -> 4.0.2
...
https://github.com/linuxmint/xreader/compare/4.0.1...4.0.2
2024-01-05 21:20:46 +08: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
366c8b113b
cinnamon.warpinator: 1.8.2 -> 1.8.3
...
https://github.com/linuxmint/warpinator/compare/1.8.2...1.8.3
2024-01-05 21:20:46 +08:00
Bobby Rong
82d26ba26e
cinnamon.pix: 3.2.1 -> 3.2.2
...
https://github.com/linuxmint/pix/compare/3.2.1...3.2.2
2024-01-05 21:20:46 +08:00
Bobby Rong
5eb7670db8
cinnamon.folder-color-switcher: 1.6.1 -> 1.6.2
...
ebab211464...18102c72ba
2024-01-05 21:20:45 +08:00
Bobby Rong
661ca76879
cinnamon.cinnamon-translations: 6.0.1 -> 6.0.2
...
https://github.com/linuxmint/cinnamon-translations/compare/6.0.1...6.0.2
2024-01-05 21:20:45 +08:00
Bobby Rong
9106fee773
cinnamon.cinnamon-common: 6.0.3 -> 6.0.4
...
https://github.com/linuxmint/cinnamon/compare/6.0.3...6.0.4
2024-01-05 21:20:45 +08:00
R. Ryantm
5280b6ef6c
cinnamon.bulky: 3.1 -> 3.2
2024-01-05 20:05:05 +08:00
Bobby Rong
0e0889ec1d
cinnamon.cinnamon-common: 6.0.2 -> 6.0.3
...
https://github.com/linuxmint/cinnamon/compare/6.0.2...6.0.3
2023-12-28 22:13:09 +08:00
Bobby Rong
dd1a4f9522
cinnamon.muffin: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/muffin/compare/6.0.0...6.0.1
2023-12-28 22:13:09 +08:00
Bobby Rong
2f3a9e9381
cinnamon.nemo: 6.0.1 -> 6.0.2
...
https://github.com/linuxmint/nemo/compare/6.0.1...6.0.2
2023-12-28 22:13:09 +08:00
Bobby Rong
e4288024b8
cinnamon.cinnamon-screensaver: 6.0.1 -> 6.0.2
...
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.1...6.0.2
2023-12-28 22:13:09 +08:00
Bobby Rong
c291fe6a2c
cinnamon.xreader: 4.0.0 -> 4.0.1
...
https://github.com/linuxmint/xreader/compare/4.0.0...4.0.1
2023-12-28 22:13:08 +08:00
Bobby Rong
0c98c1f2b9
cinnamon.mint-y-icons: 1.7.1 -> 1.7.2
...
https://github.com/linuxmint/mint-y-icons/compare/1.7.1...1.7.2
2023-12-28 22:13:08 +08:00
Bobby Rong
5c2122c997
cinnamon.warpinator: 1.8.1 -> 1.8.2
...
https://github.com/linuxmint/warpinator/compare/1.8.1...1.8.2
2023-12-28 22:13:08 +08:00
Maciej Krüger
f82870a99b
cinnamon.cinnamon-session: add patch for using login shell w/ wayland
...
This adds the patch from https://github.com/linuxmint/cinnamon-session/pull/161
to fix an issue with services.xserver.cinnamon.sessionPath not being correctly applied
when using gdm + wayland and possibly other combinations
2023-12-24 14:52:08 +01:00
Bobby Rong
666c6b2944
cinnamon.cinnamon-screensaver: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.0...6.0.1
2023-12-21 21:51:17 +08:00
Bobby Rong
ec93a69823
cinnamon.mint-y-icons: 1.7.0 -> 1.7.1
...
https://github.com/linuxmint/mint-y-icons/compare/1.7.0...1.7.1
2023-12-21 21:48:30 +08:00
Bobby Rong
e120c12135
cinnamon.nemo: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/nemo/compare/6.0.0...6.0.1
2023-12-19 21:19:30 +08:00
Bobby Rong
3e48869d9e
cinnamon.cinnamon-common: 6.0.1 -> 6.0.2
...
https://github.com/linuxmint/cinnamon/compare/6.0.1...6.0.2
2023-12-19 21:18:47 +08:00
Bobby Rong
b9e4b87e32
cinnamon.xreader: 3.8.4 -> 4.0.0
...
https://github.com/linuxmint/xreader/compare/3.8.4...4.0.0
Fixes CVE-2023-44451, CVE-2023-44452.
2023-12-18 21:52:37 +08:00
Bobby Rong
3b322aed7a
cinnamon.folder-color-switcher: 1.6.0 -> 1.6.1
...
826df0b71c...ebab211464
2023-12-17 22:06:39 +08:00
Bobby Rong
8d578326db
cinnamon.nemo-extensions: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/nemo-extensions/compare/6.0.0...6.0.1
2023-12-17 22:06:38 +08:00
Bobby Rong
be46e5c0f2
cinnamon.mint-artwork: 1.7.7 -> 1.7.9
...
See debian/changelog for what is changed.
2023-12-15 00:00:41 +08:00
Bobby Rong
2df3423c57
cinnamon.mint-l-icons: 1.6.6 -> 1.6.7
...
https://github.com/linuxmint/mint-l-icons/compare/1.6.6...1.6.7
2023-12-15 00:00:41 +08:00
Bobby Rong
055d373e21
cinnamon.mint-y-icons: 1.6.9 -> 1.7.0
...
https://github.com/linuxmint/mint-y-icons/compare/1.6.9...1.7.0
2023-12-14 21:58:49 +08:00
Bobby Rong
f90506fc6b
cinnamon.cinnamon-common: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/cinnamon/compare/6.0.0...6.0.1
2023-12-14 21:54:55 +08:00
Bobby Rong
b482c6ff1b
Merge pull request #272691 from bobby285271/upd/cinnamon
...
cinnamon.cinnamon-screensaver: Update the pygobject 3.46 patch to use try/except
2023-12-08 20:44:50 +08:00
Bobby Rong
523af18ba2
cinnamon.cinnamon-screensaver: Update the pygobject 3.46 patch to use try/except
2023-12-07 22:19:02 +08:00
Bobby Rong
13e6786d2f
Merge pull request #272484 from bobby285271/upd/warpinator
...
cinnamon.warpinator: 1.6.4 -> 1.8.1
2023-12-07 21:43:22 +08:00
Bobby Rong
e0da2fb162
cinnamon.warpinator: 1.6.4 -> 1.8.1
...
https://github.com/linuxmint/warpinator/compare/1.6.4...1.8.1
2023-12-06 22:16:41 +08:00
Bobby Rong
f8c95bdc6e
cinnamon.xviewer: 3.4.2 -> 3.4.3
...
https://github.com/linuxmint/xviewer/compare/3.4.2...3.4.3
2023-12-04 21:53:17 +08:00
Bobby Rong
72a1775c27
cinnamon.xreader: 3.8.3 -> 3.8.4
...
https://github.com/linuxmint/xreader/compare/3.8.3...3.8.4
2023-12-04 21:53:13 +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
89aef20db3
cinnamon.pix: 3.2.0 -> 3.2.1
...
https://github.com/linuxmint/pix/compare/3.2.0...3.2.1
2023-12-04 21:53:03 +08:00
Bobby Rong
02315392b7
cinnamon.folder-color-switcher: 1.5.9 -> 1.6.0
...
b735ed90b7...826df0b71c
2023-12-04 21:52:50 +08:00
Bobby Rong
24cc57ad90
cinnamon.cinnamon-translations: 6.0.0 -> 6.0.1
...
https://github.com/linuxmint/cinnamon-translations/compare/6.0.0...6.0.1
2023-12-04 21:52:45 +08:00
Bobby Rong
223f390723
cinnamon.bulky: 3.0 -> 3.1
...
https://github.com/linuxmint/bulky/compare/3.0...3.1
2023-12-04 21:52:34 +08:00
Bobby Rong
a0822e5c0a
cinnamon.xviewer: 3.4.1 -> 3.4.2
...
https://github.com/linuxmint/xviewer/compare/3.4.1...3.4.2
2023-12-02 12:12:47 +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
Bobby Rong
7abff91341
cinnamon.pix: 3.0.2 -> 3.2.0
...
https://github.com/linuxmint/pix/compare/3.0.2...3.2.0
2023-12-02 12:12:47 +08:00
Bobby Rong
ade3f1a030
cinnamon.nemo-extensions: 5.8.0 -> 6.0.0
...
https://github.com/linuxmint/nemo-extensions/compare/5.8.0...6.0.0
2023-12-02 12:12:47 +08:00
Bobby Rong
a72559cdbe
cinnamon.nemo: 5.8.5 -> 6.0.0
...
https://github.com/linuxmint/nemo/compare/5.8.5...6.0.0
2023-12-02 12:12:47 +08:00
Bobby Rong
08b6183fb7
cinnamon.muffin: 5.8.1 -> 6.0.0
...
https://github.com/linuxmint/muffin/compare/5.8.1...6.0.0
Restores wayland support.
bc10efe828
2023-12-02 12:12:47 +08:00
Bobby Rong
4253d19b64
cinnamon.cjs: 5.8.0 -> 6.0.0
...
https://github.com/linuxmint/cjs/compare/5.8.0...6.0.0
2023-12-02 12:12:46 +08:00
Bobby Rong
4155ccd1c8
cinnamon.cinnamon-translations: 5.8.2 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-translations/compare/5.8.2...6.0.0
2023-12-02 12:12:46 +08:00
Bobby Rong
2ebb125847
cinnamon.cinnamon-settings-daemon: 5.8.1 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-settings-daemon/compare/5.8.1...6.0.0
New settings-remap plugin for sync cinnamon/gnome settings.
c5b3e5f85f
2023-12-02 12:12:46 +08:00
Bobby Rong
b21bfd8b5d
cinnamon.cinnamon-session: 5.8.1 -> 6.0.1
...
https://github.com/linuxmint/cinnamon-session/compare/5.8.1...6.0.1
New cinnamon-session-quit dialog.
264a4d0a67
2023-12-02 12:12:46 +08:00
Bobby Rong
540072b8a1
cinnamon.cinnamon-screensaver: 5.8.1 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-screensaver/compare/5.8.1...6.0.0
Removes accountsservice dependency.
d5ad373572
2023-12-02 12:12:46 +08:00
Bobby Rong
1ddb3ffa60
cinnamon.cinnamon-menus: 5.8.0 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-menus/compare/5.8.0...6.0.0
2023-12-02 12:12:46 +08:00
Bobby Rong
a4e2be76d7
cinnamon.cinnamon-desktop: 5.8.0 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-desktop/compare/5.8.0...6.0.0
Added gnome-systemd.
7eadfb1da9
Added gnome-idle-monitor (replaces cs-idle-monitor).
2419322898
2023-12-02 12:12:46 +08:00
Bobby Rong
4aff26b630
cinnamon.cinnamon-control-center: 5.8.2 -> 6.0.0
...
https://github.com/linuxmint/cinnamon-control-center/compare/5.8.2...6.0.0
2023-12-02 12:12:46 +08:00
Bobby Rong
8d209118f5
cinnamon.cinnamon-common: 5.8.4 -> 6.0.0
...
https://github.com/linuxmint/cinnamon/compare/5.8.4...6.0.0
Removes libXfixes dependency.
3295a2d631
New hardcode absolute /usr/bin paths.
62b184e821
No longer need to patch scrollbar-test-widget.py.
9b9400cda3
2023-12-02 12:12:46 +08:00
Bobby Rong
f9c72bdea4
cinnamon.bulky: 2.10 -> 3.0
...
https://github.com/linuxmint/bulky/compare/2.10...3.0
2023-12-02 12:12:45 +08:00
Bobby Rong
b83da2587c
cinnamon.mint-l-theme: 1.9.5 -> 1.9.6
...
078219f4f9...1444bacf3f
2023-11-27 22:16:06 +08:00
Bobby Rong
f598dcdc95
cinnamon.mint-l-icons: 1.6.5 -> 1.6.6
...
https://github.com/linuxmint/mint-l-icons/compare/1.6.5...1.6.6
2023-11-27 22:16:00 +08:00
Bobby Rong
18d00072f7
cinnamon.mint-y-icons: 1.6.7 -> 1.6.9
...
https://github.com/linuxmint/mint-y-icons/compare/1.6.7...1.6.9
2023-11-27 22:10:33 +08:00
Bobby Rong
2b98c6462f
cinnamon.mint-themes: 2.1.5 -> 2.1.6
...
https://github.com/linuxmint/mint-themes/compare/2.1.5...2.1.6
2023-11-27 22:10:28 +08:00
Bobby Rong
31519d989e
cinnamon.xreader: 3.8.2 -> 3.8.3
...
https://github.com/linuxmint/xreader/compare/3.8.2...3.8.3
2023-11-27 22:05:28 +08:00
Bobby Rong
9e6fbe3bfd
cinnamon.mint-artwork: 1.7.6 -> 1.7.7
...
See debian/changelog for what is changed.
2023-11-27 22:05:12 +08:00
Bobby Rong
12f3bd8ac3
cinnamon.cinnamon-screensaver: Fix broken theming with pygobject 3.46
...
pygobject!231 ("Fix incompatibility for CssProvider.load_from_data()
(GTK 4.10)") breaks theming here since they eliminated any return value
from GtkCssProvider.load_from_data.
2023-11-22 07:02:26 +08:00
Bobby Rong
16d8d70a2c
cinnamon.cinnamon-gsettings-overrides: Add gsettings-desktop-schemas
...
To override org.gnome.desktop.interface.
2023-10-10 23:37:55 +08:00
R. Ryantm
051963b199
cinnamon.mint-artwork: 1.7.5 -> 1.7.6
...
This sets the mono font to DejaVu Sans Mono 10.
2023-10-10 22:06:50 +08:00
Bobby Rong
adcf31f0e1
cinnamon.nemo: 5.8.4 -> 5.8.5
...
https://github.com/linuxmint/nemo/compare/5.8.4...5.8.5
2023-09-29 20:37:08 +08:00
Bobby Rong
ff1834f0a3
Merge pull request #247886 from bobby285271/fix/cinnamon-background
...
cinnamon.cinnamon-common: Backport pillow 10.0.0 support
2023-08-08 16:46:20 +08:00
Bobby Rong
deace553fa
cinnamon.cinnamon-common: Backport pillow 10.0.0 support
...
ref: bdf1a96570
2023-08-08 15:52:55 +08:00
Bobby Rong
9e3941778f
Merge pull request #247865 from bobby285271/upd/cinnamon
...
gthumb, cinnamon.pix: Fix build with exiv2 0.28
2023-08-08 15:38:23 +08:00
Bobby Rong
150172424d
cinnamon.pix: Fix build with exiv2 0.28
2023-08-08 14:37:41 +08:00
github-actions[bot]
6458cb74a2
Merge master into staging-next
2023-08-05 12:01:30 +00:00
Bobby Rong
0d98427489
Merge pull request #247322 from bobby285271/upd/cinnamon
...
cinnamon.xreader: Backport meson 1.2 fix
2023-08-05 20:00:16 +08:00
Bobby Rong
dfde395b2a
cinnamon.xreader: Backport meson 1.2 fix
...
Because meson 1.2 is already in staging.
2023-08-05 18:55:21 +08:00
Vladimír Čunát
1c0d654684
Merge #239191 : treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
...into staging
2023-07-26 20:53:32 +02:00
Bobby Rong
b5b535ce35
Merge pull request #242400 from bobby285271/upd/cinnamon
...
Cinnamon updates 2023-07-09
2023-07-09 21:13:55 +08:00
Bobby Rong
b142e9fe90
cinnamon.mint-y-icons: 1.6.6 -> 1.6.7
...
https://github.com/linuxmint/mint-y-icons/compare/1.6.6...1.6.7
2023-07-09 11:15:17 +08:00
Bobby Rong
a0a702cf33
cinnamon.mint-l-icons: 1.6.4 -> 1.6.5
...
https://github.com/linuxmint/mint-l-icons/compare/1.6.4...1.6.5
2023-07-09 11:15:11 +08:00
Bobby Rong
22950904fc
cinnamon.cinnamon-translations: 5.8.1 -> 5.8.2
...
https://github.com/linuxmint/cinnamon-translations/compare/5.8.1...5.8.2
2023-07-09 11:11:18 +08:00
Bobby Rong
12d4e183c1
Merge pull request #242184 from bobby285271/upd/cinnamon
...
Cinnamon updates 2023-07-08
2023-07-09 10:57:26 +08:00
Bobby Rong
597b92d940
cinnamon.mint-l-theme: 1.9.4 -> 1.9.5
...
https://github.com/linuxmint/mint-l-theme/compare/1.9.4...078219f4
2023-07-08 11:53:07 +08:00
Bobby Rong
c268815f1c
cinnamon.cinnamon-control-center: 5.8.1 -> 5.8.2
...
https://github.com/linuxmint/cinnamon-control-center/compare/5.8.1...5.8.2
2023-07-08 11:49:04 +08:00
Bobby Rong
6046368951
cinnamon.mint-themes: 2.1.4 -> 2.1.5
...
https://github.com/linuxmint/mint-themes/compare/2.1.4...2.1.5
2023-07-08 11:48:14 +08:00
Bobby Rong
0cb76b63b0
cinnamon.muffin: 5.8.0 -> 5.8.1
...
https://github.com/linuxmint/muffin/compare/5.8.0...5.8.1
2023-07-08 11:47:17 +08:00
Bobby Rong
cbe2d23787
cinnamon.nemo: 5.8.3 -> 5.8.4
...
https://github.com/linuxmint/nemo/compare/5.8.3...5.8.4
2023-07-08 11:46:26 +08:00
Bobby Rong
e973a8ae17
cinnamon.cinnamon-common: 5.8.3 -> 5.8.4
...
https://github.com/linuxmint/cinnamon/compare/5.8.3...5.8.4
2023-07-08 11:44:26 +08:00
Bobby Rong
9d8f13a0da
cinnamon.bulky: 2.9 -> 2.10
...
https://github.com/linuxmint/bulky/compare/2.9...2.10
2023-07-08 11:42:19 +08:00
Bobby Rong
d84251b625
cinnamon.folder-color-switcher: 1.5.8 -> 1.5.9
...
f167627c...b735ed90
2023-07-08 11:40:14 +08:00
Bobby Rong
1a7eefb4c5
cinnamon.xreader: 3.8.1 -> 3.8.2
...
https://github.com/linuxmint/xreader/compare/3.8.1...3.8.2
2023-07-08 11:34:19 +08:00
Bobby Rong
2deace8748
cinnamon.cinnamon-screensaver: 5.8.0 -> 5.8.1
...
https://github.com/linuxmint/cinnamon-screensaver/compare/5.8.0...5.8.1
2023-07-08 11:31:26 +08:00
Bobby Rong
bdd5213ef5
cinnamon.pix: 3.0.1 -> 3.0.2
...
https://github.com/linuxmint/pix/compare/3.0.1...3.0.2
2023-07-08 11:28:41 +08:00
R. Ryantm
292bcc7907
cinnamon.warpinator: 1.6.3 -> 1.6.4
2023-07-08 11:21:37 +08:00
Bobby Rong
d79120bed1
cinnamon.mint-l-theme: 1.9.3 -> 1.9.4
...
https://github.com/linuxmint/mint-l-theme/compare/1.9.3...1.9.4
2023-06-29 23:50:09 +08:00
Bobby Rong
08b7393215
cinnamon.mint-themes: 2.1.3 -> 2.1.4
...
https://github.com/linuxmint/mint-themes/compare/2.1.3...2.1.4
2023-06-29 23:49:18 +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
008293231b
cinnamon.folder-color-switcher: 1.5.7 -> 1.5.8
...
03311d62...f167627c
2023-06-26 22:03:11 +08:00
Bobby Rong
5bed31475f
cinnamon.mint-themes: 2.1.2 -> 2.1.3
...
https://github.com/linuxmint/mint-themes/compare/2.1.2...2.1.3
2023-06-26 22:00:51 +08:00
Bobby Rong
f2dc536888
cinnamon.nemo: 5.8.2 -> 5.8.3
...
https://github.com/linuxmint/nemo/compare/5.8.2...5.8.3
2023-06-26 22:00:47 +08:00
Bobby Rong
5e979fc0dd
cinnamon.cinnamon-common: 5.8.2 -> 5.8.3
...
https://github.com/linuxmint/cinnamon/compare/5.8.2...5.8.3
2023-06-26 22:00:40 +08:00
Bobby Rong
74e7732dc3
cinnamon.pix: 2.8.9 -> 3.0.1
...
https://github.com/linuxmint/pix/compare/2.8.9...3.0.1
2023-06-14 15:48:15 +08:00
Bobby Rong
ad38f06a3e
cinnamon.mint-x-icons: 1.6.4 -> 1.6.5
...
https://github.com/linuxmint/mint-x-icons/compare/1.6.4...1.6.5
2023-06-14 15:48:15 +08:00
Bobby Rong
503800b1fa
cinnamon.mint-y-icons: 1.6.5 -> 1.6.6
...
https://github.com/linuxmint/mint-y-icons/compare/1.6.5...1.6.6
2023-06-14 15:48:14 +08:00
Bobby Rong
21b308be5f
cinnamon.mint-themes: 2.0.9 -> 2.1.2
...
https://github.com/linuxmint/mint-themes/compare/2.0.9...2.1.2
2023-06-14 15:48:06 +08:00
Bobby Rong
9447fa6d24
cinnamon.cinnamon-common: 5.6.8 -> 5.8.2
...
https://github.com/linuxmint/cinnamon/compare/5.6.8...5.8.2
2023-06-14 15:47:57 +08:00
Bobby Rong
ac5791cffb
cinnamon.muffin: 5.6.4 -> 5.8.0
...
https://github.com/linuxmint/muffin/compare/5.6.4...5.8.0
2023-06-14 15:47:57 +08:00
Bobby Rong
c73f809c61
cinnamon.nemo: 5.6.5 -> 5.8.2
...
https://github.com/linuxmint/nemo/compare/5.6.5...5.8.2
2023-06-14 15:47:46 +08:00
Bobby Rong
067a8989e5
cinnamon.nemo-extensions: don't duplicate version and src
2023-06-14 15:47:46 +08:00
Bobby Rong
a26bc72ff0
cinnamon.nemo-python: 5.6.0 -> 5.8.0
...
https://github.com/linuxmint/nemo-extensions/compare/5.6.0...5.8.0
2023-06-14 15:47:45 +08:00
Bobby Rong
ddf80f1103
cinnamon.nemo-fileroller: 5.6.1 -> 5.8.0
...
https://github.com/linuxmint/nemo-extensions/compare/nemo-fileroller-5.6.1...5.8.0
2023-06-14 15:47:45 +08:00
Bobby Rong
5b962021f4
cinnamon.nemo-emblems: 5.6.0 -> 5.8.0
...
https://github.com/linuxmint/nemo-extensions/compare/5.6.0...5.8.0
2023-06-14 15:47:45 +08:00
Bobby Rong
8e145212c7
cinnamon.cinnamon-control-center: 5.6.1 -> 5.8.1
...
https://github.com/linuxmint/cinnamon-control-center/compare/5.6.1...5.8.1
2023-06-14 15:47:45 +08:00
Bobby Rong
f92b997ab2
cinnamon.cinnamon-screensaver: 5.6.3 -> 5.8.0
...
https://github.com/linuxmint/cinnamon-screensaver/compare/5.6.3...5.8.0
2023-06-14 15:47:45 +08:00
Bobby Rong
a72e1fda84
cinnamon.cinnamon-session: 5.6.0 -> 5.8.1
...
https://github.com/linuxmint/cinnamon-session/compare/5.6.0...5.8.1
2023-06-14 15:47:35 +08:00
Bobby Rong
f0ef70e1a8
cinnamon.cinnamon-translations: 5.6.1 -> 5.8.1
...
https://github.com/linuxmint/cinnamon-translations/compare/5.6.1...5.8.1
2023-06-14 15:47:35 +08:00
Bobby Rong
51fec464f0
cinnamon.cinnamon-desktop: 5.6.2 -> 5.8.0
...
https://github.com/linuxmint/cinnamon-desktop/compare/5.6.2...5.8.0
2023-06-14 15:47:35 +08:00
Bobby Rong
70cc177a30
cinnamon.cinnamon-settings-daemon: 5.6.2 -> 5.8.1
...
https://github.com/linuxmint/cinnamon-settings-daemon/compare/5.6.2...5.8.1
2023-06-14 15:47:20 +08:00
Bobby Rong
91e2d86304
cinnamon.cinnamon-menus: 5.6.0 -> 5.8.0
...
https://github.com/linuxmint/cinnamon-menus/compare/5.6.0...5.8.0
2023-06-14 14:14:57 +08:00
Bobby Rong
5f362f7689
cinnamon.cjs: 5.6.1 -> 5.8.0
...
https://github.com/linuxmint/cjs/compare/5.6.1...5.8.0
2023-06-14 14:14:57 +08:00
Bobby Rong
e0034fb284
cinnamon.mint-artwork: 1.7.3 -> 1.7.5
...
Read debian/changelog for what is changed.
2023-06-14 14:14:57 +08:00
Bobby Rong
79b41ca7c1
cinnamon.folder-color-switcher: 1.5.5 -> 1.5.7
...
5e0b768b...03311d62
2023-06-14 14:14:57 +08:00
Bobby Rong
ab005b65dc
cinnamon.xviewer: 3.2.12 -> 3.4.1
...
https://github.com/linuxmint/xviewer/compare/3.2.12...3.4.1
2023-06-14 14:14:57 +08:00
Bobby Rong
a15f3418cf
cinnamon.xreader: 3.6.3 -> 3.8.1
...
https://github.com/linuxmint/xreader/compare/3.6.3...3.8.1
2023-06-14 14:14:57 +08: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
33e6485a1c
cinnamon.bulky: 2.8 -> 2.9
...
https://github.com/linuxmint/bulky/compare/2.8...2.9
2023-06-08 19:41:58 +08:00
Bobby Rong
e04a86f07c
cinnamon.mint-cursor-themes: 1.0.1 -> 1.0.2
...
e17f8a46...d2c1428b
2023-06-08 19:40:02 +08:00
Bobby Rong
3b369e7378
cinnamon.warpinator: 1.6.2 -> 1.6.3
...
https://github.com/linuxmint/warpinator/compare/1.6.2...1.6.3
2023-06-08 19:38:54 +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