Bobby Rong
02a8d3d472
cinnamon.cinnamon-control-center: Clean up
...
There is no test since 5.4.6, 23ba143 "wacom: Bring in line with
changes in muffin to fix support" removed the wacom-calibrator test.
All gio-unix-2.0 dep seemed to be properly declared. Still builds.
2022-11-29 10:11:55 +08:00
Bobby Rong
a44d01d30f
cinnamon.xreader: 3.4.5 -> 3.6.0
...
No changes.
https://github.com/linuxmint/xreader/compare/3.4.5...3.6.0
2022-11-29 10:11:55 +08:00
Bobby Rong
921e69e463
cinnamon.cinnamon-screensaver: 5.4.4 -> 5.6.1
...
This seems to fix "Fractional scaling resets on resume after suspend".
https://github.com/linuxmint/cinnamon-screensaver/compare/5.4.4...5.6.1
2022-11-29 10:11:55 +08:00
Bobby Rong
2274c282ed
cinnamon.cinnamon-settings-daemon: 5.4.5 -> 5.6.0
...
No changes.
https://github.com/linuxmint/cinnamon-settings-daemon/compare/5.4.5...5.6.0
2022-11-29 10:11:55 +08:00
Bobby Rong
0c216fdba9
cinnamon.cinnamon-session: 5.4.0 -> 5.6.0
...
https://github.com/linuxmint/cinnamon-session/compare/5.4.0...5.6.0
2022-11-29 10:11:55 +08:00
Bobby Rong
559038ec30
cinnamon.cinnamon-translations: 5.4.2 -> 5.6.0
...
No changes.
https://github.com/linuxmint/cinnamon-translations/compare/5.4.2...5.6.0
2022-11-29 10:11:54 +08:00
Bobby Rong
840f7dda71
cinnamon.cinnamon-control-center: 5.4.7 -> 5.6.0
...
I removed the treewide /usr/share/locale sed, there are still
a few leftovers but non of them are useful (for test-endianess.c
we already fixed /usr/share/i18n/locales/, and we don't use gdm
so gdm-languages.c is not useful).
Also no longer depend on cinnamon-settings-daemon.
https://github.com/linuxmint/cinnamon-control-center/compare/5.4.7...5.6.0
2022-11-29 10:11:54 +08:00
Bobby Rong
faed103fb7
cinnamon.mint-artwork: 1.6.0 -> 1.6.8
...
Hided home/trash/network desktop icons by default.
Also changed their default logo settings (cs_info and menu), so what we
should modify to cinnamon-symbolic is now linuxmint-logo-ring-symbolic.
We are lucky, linuxmint-logo-ring-symbolic only appears in a few other
places and non of them are useful, menu@cinnamon.org/settings-override.json
simply won't work because cinnamon-common doesn't know that file.
Also set default cursor theme, this package now directly provides those
cursor themes. And, we now default to the Mint-Y-Aqua theme.
2022-11-29 10:11:43 +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
383d720af2
cinnamon.cinnamon-menus: 5.4.0 -> 5.6.0
...
No changes.
https://github.com/linuxmint/cinnamon-menus/compare/5.4.0...5.6.0
2022-11-29 10:11:42 +08:00
Thomas Gerbet
85681df552
cinnamon.warpinator: 1.2.14 -> 1.2.15
...
Fixes CVE-2022-42725.
c32eafb0d1
2022-11-22 19:14:47 +01:00
Bobby Rong
1528a7ca86
cinnamon.cinnamon-gsettings-overrides: Override gnome-terminal settings with Fedora's default
...
This fixes issues caused by vanilla gnome-terminal and mint-artwork:
- Grey text and black background, this makes text almost unreadable.
- Only one 'New Terminal' button in menu which means you cannot open tab and open window in the same menu.
2022-11-07 20:41:03 +08:00
Bobby Rong
2dfcc01899
cinnamon.cinnamon-control-center: Fix some localization issues
2022-11-02 17:53:41 +08:00
Bobby Rong
8b44356e1f
cinnamon.cinnamon-common: unbreak cinnamon2d session
2022-10-29 22:45:33 +08:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next
2022-10-08 10:20:07 +02:00
Bobby Rong
0611b26868
Merge pull request #194687 from bobby285271/cinnamon
...
cinnamon.cinnamon-common: Fix locking from menu
2022-10-08 10:40:25 +08:00
Bobby Rong
8e2afcd868
cinnamon.cinnamon-common: Fix locking from menu
...
Closes #194612
2022-10-06 10:17:35 +08:00
Martin Weinelt
253ca4957d
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-05 00:44:16 +02:00
Jan Tojnar
e14d1e1bc9
Merge pull request #192969 from jtojnar/extra-gsettings-strict
...
GNOME/Cinnamon/Pantheon: Clean up GSettings overrides and make strict
2022-10-04 00:59:08 +02:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next
2022-09-30 18:03:29 +00:00
José Romildo
01510c7ff3
treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater
2022-09-27 23:41:53 -03:00
Artturin
0734f54ef2
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
...
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Jan Tojnar
5e408af4de
cinnamon.cinnamon-gsettings-overrides: Make compilation strict
...
Otherwise people will just miss errors in their overrides and be confused why they do not work.
2022-09-26 00:52:08 +02:00
Jan Tojnar
dff1ed8690
cinnamon.cinnamon-gsettings-overrides: Bring closer to GNOME
...
- Prefer local builds to avoid costly copying.
- Quote arguments.
- Avoid `with` statements.
- Use `concatMapStringsSep`.
2022-09-26 00:52:08 +02:00
Bobby Rong
54d0a168b3
cinnamon.cjs: various clean up
...
- Remove unused args
- Remove makeWrapper since it is not used
- Remove checkInputs since we don't run tests
- Clean up propagated bindings since grepping them returns nothing
- Don't pull in gtk4 since it is only used in an optional test
2022-09-18 23:11:42 +08:00
Bobby Rong
6d36e7b057
cinnamon.cinnamon-common: Fix upload-system-info path
2022-09-12 19:14:13 +08:00
Bobby Rong
56067eed75
cinnamon.warpinator: fix updateScript
2022-09-10 19:51:44 +08:00
Bobby Rong
f69dfdfa8c
cinnamon.xapps: 2.2.14 -> 2.2.15
2022-09-06 10:39:26 +08:00
Bobby Rong
1e4bc8569a
cinnamon.warpinator: 1.2.13 -> 1.2.14
2022-09-06 10:39:26 +08:00
Bobby Rong
8de77a8869
cinnamon.muffin: 5.4.6 -> 5.4.7
2022-09-06 10:39:26 +08:00
Bobby Rong
e07cc970b8
cinnamon.cinnamon-control-center: 5.4.6 -> 5.4.7
2022-09-06 10:39:26 +08:00
Bobby Rong
239c3a5d0c
cinnamon.cinnamon-common: 5.4.11 -> 5.4.12
2022-09-06 10:39:22 +08:00
Bobby Rong
f68f6d4765
cinnamon.bulky: 2.4 -> 2.5
2022-09-06 09:37:57 +08:00
Bobby Rong
8087e29640
cinnamon.xreader: 3.4.4 -> 3.4.5
2022-08-22 19:50:12 +08:00
Bobby Rong
605c59d38d
cinnamon.muffin: 5.4.5 -> 5.4.6
2022-08-22 19:47:43 +08:00
Bobby Rong
201a4065a6
cinnamon.mint-themes: 2.0.4 -> 2.0.5
2022-08-22 19:45:55 +08:00
Bobby Rong
78ed716f33
cinnamon.cinnamon-screensaver: 5.4.2 -> 5.4.4
2022-08-22 19:43:48 +08:00
Bobby Rong
942765e3cd
cinnamon.cinnamon-common: 5.4.10 -> 5.4.11
2022-08-21 21:59:30 +08:00
Bobby Rong
29cb1c877c
Merge pull request #184409 from water-sucks/lightdm-slick-greeter
...
lightdm-slick-greeter: init at 1.5.9
2022-08-20 09:28:52 +08:00
Bobby Rong
d00b39e174
cinnamon.cinnamon-common: ensure xapp is available for cinnamon-desktop-editor
...
Closes #129946
Closes #177041
2022-08-19 19:01:07 +08:00
Bobby Rong
3de049f71d
cinnamon.cinnamon-common: ensure caribou is in XDG_DATA_DIRS
...
Some of its layout files are required for constructing a keyboard model.
Closes #101881
2022-08-19 19:01:01 +08:00
Bobby Rong
a33b4a5539
cinnamon.mint-artwork: drop unused sed
...
Only useful for GTK greeter, which is no longer the default for Linux Mint.
2022-08-18 23:01:43 +08:00
Bobby Rong
a29ca0ec20
cinnamon.cinnamon-common: fix msgfmt path for Spices.py
...
Closes #168924
2022-08-15 20:53:39 +08:00
Bobby Rong
53abe2aa3e
cinnamon.xreader: 3.4.3 -> 3.4.4
2022-08-15 10:53:59 +08:00
Bobby Rong
620175f898
cinnamon.nemo: 5.4.2 -> 5.4.3
2022-08-15 10:52:20 +08:00
Bobby Rong
8a19bf497c
cinnamon.cinnamon-common: 5.4.9 -> 5.4.10
2022-08-15 10:49:36 +08:00
Bobby Rong
ae47d9f9fa
cinnamon.xviewer: 3.2.9 -> 3.2.10
2022-08-10 14:16:03 +08:00
Bobby Rong
b8529450c6
cinnamon.muffin: 5.4.4 -> 5.4.5
2022-08-10 14:15:08 +08:00
Bobby Rong
9217c8084d
cinnamon.mint-y-icons: 1.6.0 -> 1.6.1
2022-08-10 14:13:48 +08:00
Bobby Rong
9e2fd038fb
cinnamon.mint-themes: 2.0.3 -> 2.0.4
2022-08-10 14:01:00 +08:00
Bobby Rong
5c5585f7ac
cinnamon.cinnamon-settings-daemon: 5.4.3 -> 5.4.5
2022-08-10 13:58:51 +08:00
Bobby Rong
6adcb48c0d
cinnamon.cinnamon-screensaver: 5.4.1 -> 5.4.2
2022-08-10 13:53:25 +08:00
Bobby Rong
880e4a8e24
cinnamon.cinnamon-control-center: 5.4.4 -> 5.4.6
...
Upstream don't really add gio-unix-2.0 as dependency
when doing gdbus_codegen so this regressed again :-(
2022-08-10 13:49:14 +08:00
Bobby Rong
a6d4e3d86a
cinnamon.cinnamon-common: 5.4.8 -> 5.4.9
2022-08-10 13:36:01 +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
Bobby Rong
c0520de7e8
cinnamon.mint-artwork: 1.5.4 -> 1.6.0
2022-08-03 20:46:35 +08:00
Bobby Rong
9da9a1474c
cinnamon.cinnamon-common: 5.2.0 -> 5.4.8
2022-08-03 20:46:27 +08:00
Bobby Rong
fbfbbc2d0c
cinnamon.muffin: 5.2.0 -> 5.4.4
...
Rebased on mutter 3.36.0-0ubuntu0.20.04.1.
2022-07-30 19:51:18 +08:00
Bobby Rong
b110dadc98
cinnamon.cjs: 5.2.0 -> 5.4.1
...
Rebased on gjs 1.70.0.
2022-07-30 19:51:18 +08:00
Bobby Rong
a9dd1f9bc9
cinnamon.cinnamon-control-center: 5.2.0 -> 5.4.4
...
dbus-glib is not needed since 4.6.2.
upower-glib is added when adapting to muffin changes.
2022-07-30 19:51:18 +08:00
Bobby Rong
969faa4270
cinnamon.cinnamon-settings-daemon: 5.2.0 -> 5.4.3
...
Removed pulseaudio as dependency because the sound plugin was removed.
Removed dbus{,-glib} as dependency as they now use Gio's dbus implementation.
2022-07-30 19:51:17 +08:00
Bobby Rong
4b98c682d8
cinnamon.cinnamon-desktop: 5.2.0 -> 5.4.2
2022-07-30 19:51:17 +08:00
Bobby Rong
52ca18d8c6
cinnamon.xviewer: 3.2.4 -> 3.2.9
...
Ported to Meson.
2022-07-30 19:51:16 +08:00
Bobby Rong
9c21438777
cinnamon.cinnamon-screensaver: 5.2.0 -> 5.4.1
...
Now requires <xdo.h>.
2022-07-30 19:51:16 +08:00
Bobby Rong
4eb1fb33ce
cinnamon.mint-themes: 1.8.8 -> 2.0.3
2022-07-30 19:51:16 +08:00
Bobby Rong
b3db7c1d79
cinnamon.nemo: 5.2.4 -> 5.4.2
...
This is ported from libnotify to GNotification.
2022-07-30 19:51:15 +08:00
Bobby Rong
890385c26e
cinnamon.warpinator: 1.2.5 -> 1.2.13
2022-07-30 19:51:14 +08:00
Bobby Rong
3d6db4a823
cinnamon.xapps: 2.2.8 -> 2.2.14
2022-07-30 19:51:14 +08:00
Bobby Rong
d25252822f
cinnamon.mint-y-icons: 1.5.8 -> 1.6.0
2022-07-30 19:51:14 +08:00
Bobby Rong
68ea68692a
cinnamon.pix: 2.8.4 -> 2.8.7
2022-07-30 19:51:13 +08:00
Bobby Rong
47dd5d8707
cinnamon.mint-x-icons: 1.6.3 -> 1.6.4
2022-07-30 19:51:13 +08:00
Bobby Rong
408bc40edb
cinnamon.cinnamon-menus: 5.2.0 -> 5.4.0
2022-07-30 19:51:12 +08:00
Bobby Rong
56833512ca
cinnamon.cinnamon-session: 5.2.0 -> 5.4.0
...
gconf code has been removed, docs are disabled.
2022-07-30 19:51:12 +08:00
Bobby Rong
a170b202de
cinnamon.cinnamon-translations: 5.2.0 -> 5.4.2
2022-07-30 19:51:12 +08:00
Bobby Rong
5dcca07e32
cinnamon.xreader: 3.3.0 -> 3.4.3
2022-07-30 19:51:12 +08:00
Bobby Rong
463b2e3530
cinnamon.bulky: 1.9 -> 2.4
2022-07-30 19:51:11 +08:00
R. Ryantm
91f3a4593c
cinnamon.xreader: 3.2.2 -> 3.3.0
2022-02-23 08:05:12 +00:00
tu-maurice
c9effadcfc
cinnamon.xviewer: 3.2.2 -> 3.2.4
2022-02-19 23:31:23 +01:00
tu-maurice
9fb8a2923b
cinnamon.xapps: 2.2.5 -> 2.2.8
2022-02-19 23:29:53 +01:00
R. Ryantm
6cff7cf37d
cinnamon.nemo: 5.2.3 -> 5.2.4
2022-02-12 18:31:06 +00:00
Ilan Joselevich
c8c54d5824
cinnamon.nemo: 5.2.0 -> 5.2.3
2022-01-09 21:05:18 +02:00
R. Ryantm
b74afc2fc5
cinnamon.pix: 2.8.0 -> 2.8.4
2022-01-02 04:29:42 +00:00
Maciej Krüger
d87b72206a
Merge pull request #150382 from r-ryantm/auto-update/xreader
2021-12-20 03:18:55 +01:00
R. Ryantm
f628a10cb7
cinnamon.xreader: 3.2.1 -> 3.2.2
2021-12-12 07:44:37 +00:00
R. Ryantm
e06f742beb
cinnamon.xviewer: 3.2.1 -> 3.2.2
2021-12-12 06:12:38 +00:00
Maciej Krüger
7370b263d7
Merge pull request #149724 from berbiche/feat/nemo-add-trash-support
2021-12-08 23:08:59 +01:00
Nicolas Berbiche
75b60b30db
nemo: add gvfs dependency to display Trash
...
The Trash and network locations do not work otherwise.
Note that `gvfsd` needs to run in order to interact with the
trash (`trash:///`).
2021-12-08 16:45:31 -05:00
R. Ryantm
2c0cfa60e6
cinnamon.pix: 2.6.5 -> 2.8.0
2021-12-08 13:13:04 +00:00
Maciej Krüger
61123a6453
Merge pull request #148761 from r-ryantm/auto-update/xreader
2021-12-06 21:43:51 +01:00
R. Ryantm
f099932a7b
cinnamon.xviewer: 3.0.2 -> 3.2.1
2021-12-06 03:28:52 +00:00
R. Ryantm
759ab2eaa3
cinnamon.xreader: 3.0.2 -> 3.2.1
2021-12-05 18:25:46 +00:00
Maciej Krüger
8cbd56b671
cinnamon.*: apply nixpkgs-fmt
2021-11-29 17:34:50 +01:00
Maciej Krüger
078a4f9f3f
cinnamon.cinnamon-common: fix #146507 online-accounts in cinnamon-settings broken
2021-11-27 09:11:12 +01:00
Maciej Krüger
a5f5b39a97
cinnamon.xapps: 2.2.3 -> 2.2.5
2021-11-27 09:11:11 +01:00
Maciej Krüger
56ba20a313
cinnamon.warpinator: 1.0.8 -> 1.2.5
2021-11-27 09:11:11 +01:00
Maciej Krüger
b64907452c
cinnamon.nemo: 5.0.3 -> 5.2.0
2021-11-27 09:11:10 +01:00
Maciej Krüger
a8d1dab1a8
cinnamon.muffin: 4.8.1 -> 5.2.0
2021-11-27 09:11:10 +01:00
Maciej Krüger
c27e5b5e9d
cinnamon.mint-y-icons: 1.4.3 -> 1.5.8
2021-11-27 09:11:09 +01:00
Maciej Krüger
11372c16cf
cinnamon.mint-x-icons: 1.5.5 -> 1.6.3
2021-11-27 09:11:09 +01:00
Maciej Krüger
652b0ea6fa
cinnamon.mint-themes: 1.8.6 -> 1.8.8
2021-11-27 09:11:09 +01:00
Maciej Krüger
403e4d7af6
cinnamon.mint-artwork: 1.4.3 -> 1.5.4
2021-11-27 09:11:08 +01:00
Maciej Krüger
b4aa62ec19
cinnamon.cjs: 4.8.2 -> 5.2.0
2021-11-27 09:11:08 +01:00
Maciej Krüger
d9ab6ff3ff
cinnamon.cinnamon-translations: 5.0.0 -> 5.2.0
2021-11-27 09:11:07 +01:00
Maciej Krüger
5ec4f8bf7f
cinnamon.cinnamon-settings-daemon: 4.8.5 -> 5.2.0
2021-11-27 09:11:07 +01:00
Maciej Krüger
575e61ac7f
cinnamon.cinnamon-session: 4.8.0 -> 5.2.0
2021-11-27 09:11:04 +01:00
Maciej Krüger
36bab07f0c
cinnamon.cinnamon-screensaver: 4.8.1 -> 5.2.0
2021-11-27 09:11:03 +01:00
Maciej Krüger
8e9cc0733c
cinnamon.cinnamon-menus: 4.8.2 -> 5.2.0
2021-11-27 09:11:03 +01:00
Maciej Krüger
bd0acde368
cinnamon.cinnamon-desktop: 4.8.1 -> 5.2.0
2021-11-27 09:11:02 +01:00
Maciej Krüger
3226fb88d4
cinnamon.cinnamon-control-center: 4.8.2 -> 5.2.0
2021-11-27 09:11:02 +01:00
Maciej Krüger
a0cbed6fb9
cinnamon.cinnamon-common: 4.8.6 -> 5.2.0
2021-11-27 09:11:01 +01:00
Maciej Krüger
0733df83f8
cinnamon.bulky: 1.7 -> 1.9
2021-11-27 09:11:01 +01:00
Maciej Krüger
df84399f53
cinnamon.pix: init at 2.6.5
2021-11-27 09:11:00 +01:00
Maciej Krüger
db93a29ef3
cinnamon.xreader: init at 3.0.2
2021-11-27 09:11:00 +01:00
Maciej Krüger
3de6d756d1
cinnamon.bulky: make team cinnamon the maintainer
2021-11-27 09:11:00 +01:00
Maciej Krüger
5a5617a2be
cinnamon.cinnamon-settings-daemon: make team cinnamon the maintainer
2021-11-27 09:10:59 +01:00
Maciej Krüger
1ed9d6b5f9
cinnamon.mint-artwork: add meta
2021-11-27 09:10:59 +01:00
Maciej Krüger
f5d3fd8276
cinnamon.warpinator: make team cinnamon the maintainer
2021-11-27 09:10:58 +01:00
Maciej Krüger
4bf3f51a00
cinnamon.xviewer: add team cinnamon as maintainer
2021-11-27 09:10:58 +01:00
Maciej Krüger
98858b29e7
Merge pull request #133928 from r-ryantm/auto-update/xapps
...
cinnamon.xapps: 2.0.6 -> 2.2.3
2021-08-16 14:22:12 +02:00
R. RyanTM
b1af5179bc
cinnamon.xapps: 2.0.6 -> 2.2.3
2021-08-14 09:55:31 +00:00
R. RyanTM
e6e0adacca
cinnamon.xviewer: 2.8.3 -> 3.0.2
2021-08-14 09:50:35 +00:00
Sandro Jäckel
6f99ce0c74
cinnamon-common: remove alias
2021-07-27 08:16:20 -07:00
Ilan Joselevich
43ab29e013
cinnamon.nemo: 5.0.0 -> 5.0.3
2021-07-10 20:39:04 +03:00
R. RyanTM
17b871ad18
cinnamon.bulky: 1.6 -> 1.7
2021-07-03 03:22:41 +00:00
R. RyanTM
5622fd5f6c
cinnamon.bulky: 1.4 -> 1.6
2021-06-30 09:40:10 +00:00
R. RyanTM
69e692c3e4
cinnamon.bulky: 1.3 -> 1.4
2021-06-23 08:42:27 +00:00
R. RyanTM
5682da4b86
cinnamon.bulky: 1.1 -> 1.3
2021-06-14 18:11:39 +00:00
Maciej Krüger
cfdf7c4be4
cinnamon.cinnamon-gsettings-override: add bulky to override
2021-06-10 09:38:47 +02:00
Maciej Krüger
7d49ffbbe6
cinnamon.bulky: init at 1.1
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10 09:38:41 +02:00
Maciej Krüger
2f89ce1193
cinnamon.cinnamon-translations: 4.8.3 -> 5.0.0
2021-05-31 14:59:25 +02:00
Ilan Joselevich
971f2a66a5
cinnamon.nemo: 4.8.6 -> 5.0.0
2021-05-31 15:33:44 +03:00
Maciej Krüger
56dbdba0cc
cinnamon.nemo: use cinnamon-translations
2021-05-22 23:59:35 +02:00
Maciej Krüger
4a36512431
cinnamon.cinnamon-settings-daemon: use cinnamon-translations
2021-05-22 23:59:34 +02:00
Maciej Krüger
77c27b6715
cinnamon.cinnamon-session: use cinnamon-translations
2021-05-22 23:59:34 +02:00
Maciej Krüger
eac85651a3
cinnamon.cinnamon-control-center: use cinnamon-translations
2021-05-22 23:59:33 +02:00
Maciej Krüger
425ac82c14
cinnamon.cinnamon-common: use cinnamon-translations
...
Also remove unused configureFlags
2021-05-22 23:59:33 +02:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot]
481a9bc47c
Merge master into staging-next
2021-04-23 00:15:39 +00:00
Ilan Joselevich
54967cb430
cinnamon.nemo: 4.8.4 -> 4.8.6
2021-04-23 00:05:09 +03:00
Vladimír Čunát
a0b9974669
cinnamon.cinnamon-common: fix build regression
...
It's probably fallout from PR #118479
2021-04-21 20:25:33 +02:00
Maciej Krüger
b72cb25732
cinnamon.warpinator: re-enable checks as they work now
2021-04-19 14:46:29 +02:00
Maciej Krüger
0de0287bff
cinnamon.*: sha256 = sha256-.. => hash = sha256-..
2021-04-19 14:46:28 +02:00
Maciej Krüger
048ccae8c5
cinnamon.cinnamon-common: 4.6.1 -> 4.8.6
2021-04-19 14:46:28 +02:00
Maciej Krüger
1795c727ec
cinnamon.cinnamon-control-center: 4.6.2 -> 4.8.2
2021-04-19 14:46:23 +02:00
Maciej Krüger
fd5331d9a6
cinnamon.cinnamon-settings-daemon: 4.6.4 -> 4.8.5
2021-04-19 14:40:33 +02:00
Maciej Krüger
faaeacd1c6
cinnamon.cjs: 2010-10-19 -> 4.8.2
2021-04-19 14:40:32 +02:00
Maciej Krüger
762e2aadb4
cinnamon.cinnamon-menus: 4.6.1 -> 4.8.2
2021-04-19 14:40:32 +02:00
Maciej Krüger
3a856ee938
cinnamon.cinnamon-common.libcroco: drop
2021-04-19 14:40:31 +02:00
Maciej Krüger
7280e7ca09
cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.1
2021-04-19 14:40:31 +02:00
Maciej Krüger
5e596f8ddf
cinnamon.cinnamon-session: 4.6.2 -> 4.8.0
2021-04-19 14:40:30 +02:00
Maciej Krüger
04de0ae1a8
cinnamon.cinnamon-screensaver: 4.6.0 -> 4.8.1
2021-04-19 14:40:29 +02:00
Maciej Krüger
2edfbec474
cinnamon.nemo: 4.6.5 -> 4.8.4
2021-04-19 14:40:29 +02:00
Maciej Krüger
138ea59aef
cinnamon.muffin: 4.6.3 -> 4.8.1
2021-04-19 14:40:28 +02:00
Maciej Krüger
7c9091ba51
cinnamon.cinnamon-translations: 4.6.2 -> 4.8.3
2021-04-19 14:40:27 +02:00
Sandro Jäckel
0ae8a7d4b8
cinnamon-control-center: remove unused inputs
2021-02-22 02:27:57 +01:00
Sandro Jäckel
164d19b24d
cinnamon-screensaver: remove unused input
2021-02-18 16:58:12 +01:00
tu-maurice
27ee15218b
cinnamon.xviewer: init at 2.8.3
2021-01-30 23:08:15 +01:00
tu-maurice
1d594486bd
cinnamon.xapps: 1.8.9 -> 2.0.6
2021-01-27 18:45:28 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Jonathan Ringer
f14f0fcd5f
cinnamon.cinnamon-screensaver: fix libgnomekbd alias
2021-01-19 01:16:25 -08:00
Ben Siraphob
5fffcef915
pkgs/desktops: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maciej Krüger
ef474f927c
Revert "cinnamon.cinnamon-translations: 4.6.2 -> 4.8.0"
...
This reverts commit b02dbec0af
.
2020-12-18 07:52:00 +01:00
Maciej Krüger
19894afe19
Revert "cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.0"
...
This reverts commit 50b6c206c3
.
2020-12-18 07:52:00 +01:00
Maciej Krüger
22c23fdf07
Revert "cinnamon.cinnamon-menus: 4.6.1 -> 4.8.1"
...
This reverts commit 14cd4982c6
.
2020-12-18 07:52:00 +01:00
Maciej Krüger
a1bb7efd5a
Revert "cinnamon.cinnamon-session: 4.6.2 -> 4.8.0"
...
This reverts commit 54eed8ab5e
.
2020-12-18 07:52:00 +01:00
Sandro
ac21f0c35f
Merge pull request #105614 from r-ryantm/auto-update/cinnamon-translations
...
cinnamon.cinnamon-translations: 4.6.2 -> 4.8.0
2020-12-02 02:02:08 +01:00
Sandro
fa09aa8efd
Merge pull request #105620 from r-ryantm/auto-update/cinnamon-desktop
...
cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.0
2020-12-02 01:51:18 +01:00
Sandro
3b03bb1bce
Merge pull request #105623 from r-ryantm/auto-update/cinnamon-menus
...
cinnamon.cinnamon-menus: 4.6.1 -> 4.8.1
2020-12-02 01:50:28 +01:00
R. RyanTM
54eed8ab5e
cinnamon.cinnamon-session: 4.6.2 -> 4.8.0
2020-12-01 22:42:42 +00:00
R. RyanTM
14cd4982c6
cinnamon.cinnamon-menus: 4.6.1 -> 4.8.1
2020-12-01 22:15:38 +00:00
R. RyanTM
50b6c206c3
cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.0
2020-12-01 21:36:03 +00:00
R. RyanTM
b02dbec0af
cinnamon.cinnamon-translations: 4.6.2 -> 4.8.0
2020-12-01 20:15:36 +00:00
R. RyanTM
7b21c0b5c7
cinnamon.cinnamon-control-center: 4.6.0 -> 4.6.2
2020-11-17 06:42:48 +00:00
WORLDofPEACE
feac386ca9
cinnamon.cjs: don't use fork, 4.6.0 -> 2020-10-19
...
The code in that fork was been integrated into cjs master https://github.com/linuxmint/cjs/pull/84
2020-10-26 10:47:29 -04:00
Maciej Krüger
6e0f7d5bcf
cinnamon.cinnamon-settings-daemon: fix csd-backlight-helper build, fixes #101128
2020-10-22 17:58:32 +02:00
Maciej Krüger
7cf2a6d284
Merge pull request #101388 from r-ryantm/auto-update/cinnamon-session
...
cinnamon.cinnamon-session: 4.6.1 -> 4.6.2
2020-10-22 17:47:27 +02:00
R. RyanTM
7e6fd55ec6
cinnamon.cinnamon-session: 4.6.1 -> 4.6.2
2020-10-22 15:11:33 +00:00
Maciej Krüger
3fbcdb0f58
Merge pull request #101371 from r-ryantm/auto-update/cinnamon-menus
...
cinnamon.cinnamon-menus: 4.6.0 -> 4.6.1
2020-10-22 16:07:43 +02:00
R. RyanTM
4078818d60
cinnamon.cinnamon-menus: 4.6.0 -> 4.6.1
2020-10-22 13:15:40 +00:00
R. RyanTM
79c6d40e2c
cinnamon.cinnamon-desktop: 4.6.1 -> 4.6.4
2020-10-22 12:14:58 +00:00
Maciej Krüger
b77e830d9e
cinnamon.cjs: 4.6.0 -> 4.6.0-gjs1.66.0
2020-09-28 15:11:25 +02:00
Maciej Krüger
1e80ede78d
cinnamon.cinnamon-common: add patch for new cjs
2020-09-28 15:11:19 +02:00
Maciej Krüger
8c4dd13e3f
nixos/cinnamon: add warpinator & blueberry pkgs
2020-09-08 17:09:12 +02:00
Maciej Krüger
9b9d0fd5d5
cinnamon.warpinator: license fix
2020-09-08 17:05:42 +02:00
Maciej Krüger
bf9e9cd08a
cinnamon.warpinator: init at 1.0.8
2020-09-08 16:08:10 +02:00
Maciej Krüger
907f761b0a
cinnamon.cinnamon-settings-daemon: add dev output
2020-09-08 01:05:32 +02:00
Maciej Krüger
c08e45ff3b
cinnamon.cinnamon-gsettings-overrides: init
2020-09-08 01:05:26 +02:00
Maciej Krüger
4da4af45f7
mint-artwork: init at 1.4.3
2020-09-08 01:03:18 +02:00
Maciej Krüger
a5a97c3f64
cinnamon.mint-x-icons: init at 1.5.5
2020-09-08 01:03:18 +02:00
Maciej Krüger
dd8233b72d
cinnamon.*: now maintained by cinnamon team
2020-09-08 01:03:17 +02:00
Maciej Krüger
66f42fee47
cinnamon.cinnamon-common: patch & expose sessions
2020-09-08 01:03:17 +02:00
Maciej Krüger
ec854b0c0d
cinnamon.cinnamon-common: fix nma missing
2020-09-08 01:03:17 +02:00
Maciej Krüger
95eb753e67
cinnamon.xapps: 1.6.10 -> 1.8.9
2020-09-08 01:03:14 +02:00
Maciej Krüger
0a7e5e4d01
cinnamon.nemo: 4.4.1 -> 4.6.5
2020-09-08 01:02:11 +02:00
Maciej Krüger
9e13c3be9c
cinnamon.muffin: 4.4.2 -> 4.6.3
2020-09-08 01:02:11 +02:00
Maciej Krüger
b4abc9ba35
cinnamon.mint-y-icons: unstable -> 1.4.3
2020-09-08 01:02:11 +02:00
Maciej Krüger
f11433c0dc
cinnamon.mint-themes: 1.8.0 -> 1.8.6
2020-09-08 01:02:11 +02:00