Commit Graph

11151 Commits

Author SHA1 Message Date
Jan Tojnar
91135c92cc gnome.gnome-remote-desktop: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-25 16:35:33 +02:00
Jan Tojnar
d4a8bdecc7 gnome.eog: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/eog/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-25 16:35:32 +02:00
Jan Tojnar
a1de6d5467 gnome.updateScript: Add more type annotations
Also switch to enums instead of string values and extract the main function.

Validated with:

    nix-shell -I "nixpkgs=channel:nixos-unstable" -p python3 -p python3Packages.mypy -p python3.pkgs.libversion -p python3.pkgs.requests -p python3.pkgs.types-requests --run 'python -m mypy pkgs/desktops/gnome/find-latest-version.py'
2022-10-25 16:23:42 +02:00
Weijia Wang
b082de986e evolution-data-server: add darwin support 2022-10-25 16:08:28 +02:00
Bobby Rong
fe3940497b
Merge pull request #197681 from bobby285271/gsd
gnome.gnome-settings-daemon338: avoid libsoup2 symbols
2022-10-25 21:41:06 +08:00
Jan Tojnar
812dd30e62 gnome.updateScript: Prevent downgrading packages 2022-10-25 15:14:02 +02:00
Jan Tojnar
a9b97f18d0 gnome.updateScript: Return explicitly set attr path
The update script currently requires attribute to be passed.
Let’s return it using the commit feature.
Otherwise, `update.nix` would use the attribute it first found
for the commit message, which can be something like `emscriptenPackages.libxml2`.
2022-10-25 15:11:29 +02:00
Jan Tojnar
68505781e3 gnome.updateScript: More Python
This was prompted by the need to capture exit status of `find-latest-version.py` in the next commit.
I had to drop `errexit` (if I did not want to result to even worse hacks) but that concealed errors like the following,
when I accidentally used an incorrect equals operator in numeric comparison:

    line 24: ((: 1 = 1 : attempted assignment to non-variable (error token is "= 1 ")

Converting the plumbing in `gnome/update.nix` to Python also makes it slightly easier to read.

For now, `find-latest-version.py` is still invoked as a separate process (rather than being imported as a Python module),
as `update.nix` might be replaced by `genericUpdater` in the future.
2022-10-25 15:09:34 +02:00
Bobby Rong
c0db95992f
Merge pull request #197692 from bobby285271/pantheon
pantheon.sideload: 6.0.2 -> 6.1.0
2022-10-25 19:35:34 +08:00
Bobby Rong
f1d5de6957
pantheon.sideload: 6.0.2 -> 6.1.0 2022-10-25 16:40:11 +08:00
R. RyanTM
4557c2c983
pantheon.wingpanel-indicator-sound: 6.0.1 -> 6.0.2
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-10-25 16:15:40 +08:00
Bobby Rong
5641fce009
gnome.gnome-settings-daemon338: avoid libsoup2 symbols
gsd-datetime: "libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported."
2022-10-25 15:36:23 +08:00
Ryan Horiguchi
31bf4f6d11
gnomeExtensions: auto-update 2022-10-25 01:02:30 +02:00
Sandro
c4ecdd2197
Merge pull request #195946 from SuperSamus/bismuth 2022-10-24 23:49:10 +02:00
Emery Hemingway
ce01bd2fc9 arcan: 0.6.2 -> 0.6.2.1
This release is compatible with cat9.
2022-10-23 17:30:21 -05:00
Anna Kudriavtsev
747eb0e121 gnome-extensions: bump 2022-10-22 16:26:29 -05:00
Anderson Torres
5906d56cec
Merge pull request #197171 from atorres1985-contrib/arcan-cat9
arcanPackages.cat9: init at unstable-2018-09-13
2022-10-22 11:59:00 -03:00
Jan Tojnar
dad58286f9 gnome.gnome-software: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar
90649d153c gnome.gnome-maps: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v43.0...v43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar
c3491bec6a gnome.gnome-initial-setup: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar
f3faf1a6ba gnome.gnome-control-center: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar
04c8342237 gnome.gnome-calendar: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/43.0...43.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar
591fd945b2 evolution-data-server: 3.46.0 → 3.46.1
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.0...3.46.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:32 +02:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
Bobby Rong
8a00c3cb7d
Merge pull request #197152 from bobby285271/pantheon
Pantheon 7 updates 2022-10-21
2022-10-22 16:09:03 +08:00
AndersonTorres
56423fd97b arcanPackages.cat9: init at unstable-2018-09-13 2022-10-22 02:55:35 -03:00
Bobby Rong
6c2cda994d
pantheon.pantheon-agent-geoclue2: 1.0.5 -> 1.0.6 2022-10-22 10:11:16 +08:00
Bobby Rong
0ecef48716
pantheon.elementary-onboarding: 7.0.0 -> 7.0.1 2022-10-22 10:08:16 +08:00
Bobby Rong
e3babbd9a6
pantheon.switchboard-plug-sharing: 2.1.5 -> 2.1.6 2022-10-22 10:05:57 +08:00
Bobby Rong
e71471a6d0
pantheon.switchboard-plug-printers: 2.2.0 -> 2.2.1 2022-10-22 10:04:35 +08:00
Bobby Rong
707720e32d
pantheon.switchboard-plug-pantheon-shell: 6.3.0 -> 6.3.1 2022-10-22 10:02:27 +08:00
Bobby Rong
a96548da70
pantheon.switchboard-plug-onlineaccounts: 6.5.0 -> 6.5.1 2022-10-22 10:00:50 +08:00
Bobby Rong
4950a3b9c6
pantheon.switchboard-plug-network: 2.4.3 -> 2.4.4 2022-10-22 09:59:11 +08:00
Martin Weinelt
80fc469031 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-21 22:33:42 +02:00
Bobby Rong
3deeae9e62
Merge pull request #196999 from bobby285271/pantheon
pantheon.wingpanel-indicator-power: 6.1.0 -> 6.2.0
2022-10-21 21:53:50 +08:00
Jan Tojnar
9e99c0195d gnome.nixos-gsettings-overrides: Ensure the settings are not overwritten
1d4bddaed5
started copying override files from packages into the schema for compilation.
`gsettings-desktop-schemas` package contains `remove-backgrounds.gschema.override`
which is later in the alphabet than `nixos-defaults.gschema.override`
so it would take precedence over the values from the GNOME NixOS module,
causing the background to not be set, among other things.

Let’s rename the override file coming from the module to be applied last.
2022-10-21 11:49:58 +02:00
Jan Tojnar
a8e19491dd gnome.eog: Support WebP files
A hack until gdk-pixbuf learns to support multiple cache files.
2022-10-21 10:27:14 +02:00
Jan Tojnar
b6804f78b7 gnome.gnome-control-center: Support WebP files
A hack until gdk-pixbuf learns to support multiple cache files.
2022-10-21 10:27:14 +02:00
Jan Tojnar
e674c5bd2a gnome.gnome-shell: Support WebP files
A hack until gdk-pixbuf learns to support multiple cache files.
2022-10-21 10:27:14 +02:00
Jan Tojnar
c789af6065 gnome._gdkPixbufCacheBuilder_DO_NOT_USE: Extract from nixos/gdk-pixbuf
Unlike previously, we now fail loudly when a package not containing a gdk-pixbuf modules is passed.
2022-10-21 10:06:24 +02:00
Jan Tojnar
4fb7c5fd58 gnome.nautilus: Support thumbnailing WebP files
Note that no other GNOME apps currently support WebP on NixOS
because we lack a usable composition method for gdk-pixbuf caches.
2022-10-21 09:48:42 +02:00
Bobby Rong
ec187bf908
pantheon.wingpanel-indicator-power: 6.1.0 -> 6.2.0 2022-10-21 08:48:34 +08:00
Ryan Horiguchi
41522f6649
gnomeExtensions.dash-to-dock: 74 -> 75 2022-10-20 22:22:21 +02:00
github-actions[bot]
80317024cf
Merge master into staging-next 2022-10-20 18:10:43 +00:00
Jan Tojnar
1968357809
Merge pull request #196894 from zendo/update-gnome.pomodoro
gnome.pomodoro: 0.21.1 -> 0.22.0
2022-10-20 18:07:33 +02:00
Bobby Rong
edcc004c46
Merge pull request #196901 from bobby285271/pantheon
pantheon.wingpanel-indicator-keyboard: 2.4.0 -> 2.4.1
2022-10-20 22:36:17 +08:00
zendo
5bb9b0ac51 gnome.pomodoro: 0.21.1 -> 0.22.0 2022-10-20 16:10:09 +08:00
Bobby Rong
aaeaaa9e28
pantheon.wingpanel-indicator-keyboard: 2.4.0 -> 2.4.1 2022-10-20 16:04:02 +08:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
Bobby Rong
59e8c533ff
Merge pull request #196726 from bobby285271/pantheon
Pantheon 7 updates 2022-10-19
2022-10-20 08:26:52 +08:00
Bobby Rong
0cda744e43
pantheon.wingpanel: 3.0.2 -> 3.0.3 2022-10-19 16:12:13 +08:00
Bobby Rong
43026e022d
pantheon.wingpanel-indicator-datetime: 2.4.0 -> 2.4.1 2022-10-19 16:11:10 +08:00
Bobby Rong
9a497478d2
pantheon.wingpanel-indicator-network: 2.3.3 -> 2.3.4 2022-10-19 16:09:57 +08:00
Bobby Rong
0bd004a96a
pantheon.wingpanel-indicator-nightlight: 2.1.0 -> 2.1.1 2022-10-19 16:08:54 +08:00
Bobby Rong
7e18864e17
pantheon.wingpanel-indicator-notifications: 6.0.6 -> 6.0.7 2022-10-19 16:07:07 +08:00
Bobby Rong
ddf4773de8
pantheon.wingpanel-indicator-session: 2.3.0 -> 2.3.1 2022-10-19 16:06:06 +08:00
Bobby Rong
dbd2014438
pantheon.wingpanel-indicator-a11y: 1.0.0 -> 1.0.1 2022-10-19 16:03:37 +08:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
K900
d8d0610451
Merge pull request #196602 from K900/plasma-5.26.1
plasma5: 5.26.0 -> 5.26.1
2022-10-19 01:46:54 +03:00
Sandro
5caef21289
Merge pull request #181517 from andersk/argos 2022-10-18 23:18:20 +02:00
Jan Tojnar
e1a0f8fe5a
Merge pull request #196489 from babbaj/update-gsconnect
gnomeExtensions.gsconnect: 50 -> 54
2022-10-18 19:08:40 +02:00
Florian Klink
e49db01d20 gnomeExtensions.pop-shell: unstable-2022-03-25 -> unstable-2022-10-11
Required for GNOME 43 compat.
2022-10-18 17:11:58 +02:00
Florian Klink
a8506443eb gnomeExtensions: run update-extensions.py
gnome*Extensions: handle azan-islamic-prayer-times in extensionRenames.nix

as per https://github.com/NixOS/nixpkgs/pull/196424#discussion_r997242496
2022-10-18 17:11:58 +02:00
Florian Klink
b18e4988e8 pkgs.gnome43Extensions: expose GNOME 43 extensions
gnome*Extensions: add note to import in all-packages.nix

See https://github.com/NixOS/nixpkgs/pull/196424#pullrequestreview-1144427603
2022-10-18 17:11:57 +02:00
K900
6eb8e4e31c plasma5: 5.26.0 -> 5.26.1 2022-10-18 17:40:43 +03:00
Babbaj
41bd9d6706
gnomeExtensions.gsconnect: 50 -> 54
https://github.com/GSConnect/gnome-shell-extension-gsconnect/compare/v50...v54
https://github.com/GSConnect/gnome-shell-extension-gsconnect/pull/1370
2022-10-18 10:15:10 -04:00
Jan Tojnar
d9f2904cb7
Merge pull request #196351 from jtojnar/gnome-cleanups
GNOME cleanups
2022-10-18 09:21:06 +02:00
Jan Tojnar
2792334022
Merge pull request #196452 from wegank/gnome-apps-darwin
gjs: add darwin support
2022-10-18 09:20:13 +02:00
Weijia Wang
8d72d191cb gnome-weather: add darwin support 2022-10-18 08:10:36 +02:00
Jacob Birkett
88eab1e431
lxqt.lxqt-policykit: fix missing meta.mainProgram 2022-10-18 09:52:01 +08:00
Anders Kaseorg
a3446c300a gnomeExtensions.argos: init at 20220930
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-10-17 15:00:18 -07:00
Janne Heß
b24ba297b5
Merge pull request #195855 from helsinki-systems/upd/libobjc2
gnustep.libobjc: 1.9 -> 2.1
2022-10-17 21:17:20 +02:00
Weijia Wang
c1d932f54c gnome-maps: add darwin support 2022-10-17 21:09:47 +02:00
Jan Tojnar
4db165bd2f gnome.gnome-tweaks: Drop libsoup dependency
It is not actually used:
https://gitlab.gnome.org/GNOME/gnome-tweaks/-/issues/407
2022-10-17 06:27:51 +02:00
Jan Tojnar
ae621db1cc gnome.gitg: drop libsoup dependency
It was removed in 41:
3fff792633
2022-10-17 06:27:51 +02:00
Jan Tojnar
5b6b539f4f gnome.sushi: Switch to libsoup 3
This was forgotten in GNOME 43 update.
f73bd94947
2022-10-17 05:27:14 +02:00
Jan Tojnar
b789ab3c24 gnome.gnome-software: Switch to libsoup 3
Flatpak and ostree now use curl.
2022-10-17 05:08:20 +02:00
github-actions[bot]
18a6423900
Merge master into staging-next 2022-10-17 00:04:21 +00:00
Samuel Dionne-Riel
1cef953e77
Merge pull request #193858 from samueldr/feature/plamo-gear-22.09
Plasma Mobile Gear 22.09
2022-10-16 16:11:45 -04:00
Christian Kögler
7e04c98eb9
Merge pull request #194064 from linsui/file-roller
file-roller: remove unzip
2022-10-16 20:17:40 +02:00
github-actions[bot]
f52955a521
Merge master into staging-next 2022-10-16 18:01:42 +00:00
AndersonTorres
4732a7685a arcanPackages.durden: 2022-07-16 -> 2022-10-16 2022-10-16 10:15:23 -05:00
AndersonTorres
9121d66ad6 arcanPackages.pipeworld: use stdenvNoCC instead of stdenv
It is merely a set of Lua files to be consumed by the Arcan launcher. No
compiler is needed here.
2022-10-16 10:15:23 -05:00
AndersonTorres
d37b7eba9e arcanPackages.prio: use stdenvNoCC instead of stdenv
It is merely a set of Lua files to be consumed by the Arcan launcher. No
compiler is needed here.
2022-10-16 10:15:23 -05:00
AndersonTorres
48b434ab52 arcanPackages.arcan: cosmetical rewrite 2022-10-16 10:15:23 -05:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Jan Tojnar
a36ceb869d gnome.seahorse: 42.0 → 43.0
https://gitlab.gnome.org/GNOME/seahorse/-/compare/42.0...43.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-15 16:00:37 +02:00
Samuel Dionne-Riel
d1fa81f702 plasma-nm: Build mobile parts too
Looking at the implementation, I don't think they'd be a problem on
stock Plasma.
2022-10-14 15:44:16 -04:00
Martino Fontana
aa3e25f1a6 libsForQt5.bismuth: 3.1.3 -> 3.1.4 2022-10-14 11:26:51 +02:00
ajs124
2bde19199e gnustep.libobjc: 1.9 -> 2.1
the problems that we saw with sogo and 2.0 seem fixed with 2.1
2022-10-13 21:55:13 +02:00
github-actions[bot]
62bcf0ac62
Merge staging-next into staging 2022-10-13 12:02:06 +00:00
Bobby Rong
652d76837a
Merge pull request #195776 from bobby285271/pantheon-patch-update
pantheon.elementary-calendar: switch to merged patch
2022-10-13 18:13:02 +08:00
Bobby Rong
872526f999
pantheon.wingpanel-indicator-datetime: switch to merged patch 2022-10-13 15:44:25 +08:00
Bobby Rong
cf1e358e04
pantheon.elementary-calendar: switch to merged patch 2022-10-13 15:41:30 +08:00
K900
803f180021
Merge pull request #191357 from K900/plasma-beta
Plasma 5.26.0, KDE Frameworks 5.99
2022-10-13 10:31:12 +03:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Bobby Rong
0d56107123
Merge pull request #192910 from NixOS/bobby285271/pantheon-gnome43-fixes
pantheon.elementary-terminal: Fix terminal freeze when closing in GLib 2.73.2+
2022-10-13 14:19:13 +08:00
Vladimír Čunát
7a94322ed7
Merge #182618: GNOME 42 → 43 2022-10-13 08:14:27 +02:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2 2022-10-13 00:08:01 +03:00
Yuriy Taraday
eb7e411506 kwin: Fix building on aarch64-linux
Revert this commit to avoid dependency on <span> that is not providede
by GCC 9 that we currently use on aarch64:

9a34ebbffc

Part of NixOS/nixpkgs#191357
2022-10-12 17:15:57 +03:00