Commit Graph

1092 Commits

Author SHA1 Message Date
R. Ryantm
a709e7cb7c pantheon.elementary-videos: 8.0.0 -> 8.0.1 2024-08-13 13:40:15 +08:00
Bobby Rong
b94250d7e1
pantheon.elementary-files: 6.5.3 -> 7.0.0
https://github.com/elementary/files/compare/6.5.3...7.0.0
2024-08-04 23:05:16 +08:00
Bobby Rong
adc11eb946
pantheon.elementary-tasks: 6.3.2 -> 6.3.3
https://github.com/elementary/tasks/compare/6.3.2...6.3.3
2024-08-04 21:55:46 +08:00
Bobby Rong
ed52fa40e7
pantheon.elementary-camera: 6.2.2 -> 8.0.0
https://github.com/elementary/camera/compare/6.2.2...8.0.0
2024-08-04 21:55:44 +08:00
R. Ryantm
2f8663207b pantheon.elementary-gtk-theme: 8.0.0 -> 8.1.0 2024-08-01 21:35:59 +08:00
Bobby Rong
eb084d18d3
Merge pull request #330174 from bobby285271/upd/pantheon
Pantheon updates 2024-07-26
2024-07-27 12:38:35 +08:00
Bobby Rong
6f43c10be8
pantheon.elementary-videos: 3.0.0 -> 8.0.0
https://github.com/elementary/videos/compare/3.0.0...8.0.0

Ported to GTK4.
2024-07-26 22:22:39 +08:00
Bobby Rong
2980f5d17e
pantheon.elementary-music: 7.1.0 -> 8.0.0
https://github.com/elementary/music/compare/7.1.0...8.0.0
2024-07-26 21:38:42 +08:00
Bobby Rong
4de56f190b
pantheon.elementary-screenshot: 6.0.4 -> 8.0.0
https://github.com/elementary/screenshot/compare/6.0.4...8.0.0
2024-07-26 21:33:27 +08:00
Bobby Rong
33316af5e5
pantheon.elementary-settings-daemon: 1.3.1 -> 8.0.0
https://github.com/elementary/settings-daemon/compare/1.3.1...8.0.0
2024-07-26 21:31:48 +08:00
Bobby Rong
bae3aa0327
pantheon.elementary-calendar: 7.0.0 -> 8.0.0
https://github.com/elementary/calendar/compare/7.0.0...8.0.0
2024-07-26 21:23:57 +08:00
Bobby Rong
4eeb646b99
Merge pull request #329895 from bobby285271/upd/pantheon
Pantheon updates 2024-07-25
2024-07-26 21:19:55 +08:00
Bobby Rong
bd76dc9e6b
pantheon.elementary-bluetooth-daemon: init at 1.0.0
We will ship this in Pantheon module by default when new
wingpanel-indicator-bluetooth release happens.
2024-07-25 20:54:59 +08:00
Bobby Rong
872a51a6e7
pantheon.elementary-code: 7.2.0 -> 7.3.0
https://github.com/elementary/code/compare/7.2.0...7.3.0
2024-07-25 20:34:41 +08:00
Bobby Rong
a7a3e07bee
pantheon.xdg-desktop-portal-pantheon: 7.1.1 -> 7.2.0
https://github.com/elementary/portals/compare/7.1.1...7.2.0
2024-07-25 20:34:32 +08:00
Bobby Rong
8f5e631040
Merge pull request #329659 from bobby285271/upd/pantheon
pantheon.elementary-wallpapers: 7.0.0 -> 8.0.0
2024-07-25 18:35:50 +08:00
Bobby Rong
29c65da2bc
pantheon.elementary-wallpapers: 7.0.0 -> 8.0.0
https://github.com/elementary/wallpapers/compare/7.0.0...8.0.0
2024-07-24 22:01:10 +08:00
Bobby Rong
9819035759
pantheon.sideload: 6.2.1 -> 6.2.2
https://github.com/elementary/sideload/compare/6.2.1...6.2.2
2024-07-22 20:39:01 +08:00
Bobby Rong
5cc38f8dd9
pantheon.elementary-terminal: 6.1.2 -> 6.2.0
https://github.com/elementary/terminal/compare/6.1.2...6.2.0
2024-07-22 20:34:38 +08:00
Bobby Rong
211553cc50
pantheon.elementary-feedback: 7.1.0 -> 8.0.0
https://github.com/elementary/feedback/compare/7.1.0...8.0.0
2024-07-07 20:57:29 +08:00
Jan Tojnar
1369411184 gnome-keyring: Move from gnome scope to top-level
It is on the way out.
2024-07-01 09:35:26 +02:00
Jan Tojnar
5482d7417b evince: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
Jan Tojnar
85a1179dab file-roller: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
Bobby Rong
ebf21b3b43
pantheon.elementary-photos: 2.8.0 -> 8.0.0
https://github.com/elementary/photos/compare/2.8.0...8.0.0
2024-06-14 21:35:25 +08:00
Bobby Rong
4b8ada1d90
Merge pull request #318516 from bobby285271/upd/shortcut-overlay
pantheon.elementary-shortcut-overlay: 2.0.1 -> 8.0.0
2024-06-10 16:34:32 +08:00
Bobby Rong
ff2955ffe3
pantheon.elementary-shortcut-overlay: 2.0.1 -> 8.0.0
https://github.com/elementary/shortcut-overlay/compare/2.0.1...8.0.0
2024-06-10 12:36:04 +08:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Bobby Rong
0753d84aa2
pantheon.elementary-capnet-assist: 2.4.4 -> 8.0.0
https://github.com/elementary/capnet-assist/compare/2.4.4...8.0.0
2024-06-08 17:37:29 +08:00
Bobby Rong
b5f8357247
Merge pull request #315914 from bobby285271/upd/elementary-mail
pantheon.elementary-mail: 7.2.0 -> 8.0.0
2024-06-01 18:32:51 +08:00
Bobby Rong
203b9ffef0
pantheon.elementary-mail: 7.2.0 -> 8.0.0
https://github.com/elementary/mail/compare/7.2.0...8.0.0

I am looking at https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844
and I believe when it comes to NixOS the issue will either affect many apps
or more likely, nothing at all...
2024-05-30 22:49:36 +08:00
Bobby Rong
3661378fef
Merge pull request #315374 from bobby285271/upd/pantheon-agent-polkit
pantheon.pantheon-agent-polkit: 1.0.5 -> 8.0.0
2024-05-29 21:19:26 +08:00
Bobby Rong
e39533f6d8
pantheon.pantheon-agent-polkit: 1.0.5 -> 8.0.0
https://github.com/elementary/pantheon-agent-polkit/compare/1.0.5...8.0.0
2024-05-28 22:48:58 +08:00
Bobby Rong
6aafa50a27
Merge pull request #315137 from bobby285271/upd/gala
pantheon.gala: Fix window placement in MultiTaskingView
2024-05-28 18:32:23 +08:00
Bobby Rong
42f4ab2779
pantheon.gala: Fix window placement in MultiTaskingView
It looks like the fix is very related to the GLib 2.76 bump.
2024-05-28 00:10:47 +08:00
Bobby Rong
5e872e63fe
Merge pull request #314261 from bobby285271/upd/elementary-calculator
pantheon.elementary-calculator: 2.0.3 -> 8.0.0
2024-05-24 22:04:44 +08:00
Bobby Rong
9b88df27e8
pantheon.elementary-calculator: 2.0.3 -> 8.0.0
https://github.com/elementary/calculator/compare/2.0.3...8.0.0
2024-05-24 19:05:54 +08:00
Bobby Rong
7780316162
Merge pull request #314025 from bobby285271/upd/elementary-icon-theme
pantheon.elementary-icon-theme: 7.3.1 -> 8.0.0
2024-05-24 19:04:52 +08:00
Bobby Rong
a5979ef225
pantheon.elementary-icon-theme: 7.3.1 -> 8.0.0
https://github.com/elementary/icons/compare/7.3.1...8.0.0
2024-05-23 23:28:45 +08:00
Bobby Rong
3cb1f43f33
Merge pull request #310108 from bobby285271/upd/elementary-gtk-theme
pantheon.elementary-gtk-theme: 7.3.0 -> 8.0.0
2024-05-23 21:35:37 +08:00
Bobby Rong
4f5bd47b56
pantheon-tweaks: 1.1.2 -> 2.0.1
Also move to by-name.

https://github.com/pantheon-tweaks/pantheon-tweaks/compare/1.1.2...2.0.1
2024-05-22 21:58:09 +08:00
éclairevoyant
9f038dd682
Merge pull request #309375 from OPNA2608/fix/stableVersion/pkgs-stuff
treewide: Fix some unstableGitUpdater users
2024-05-09 10:03:46 +00:00
Bobby Rong
7441c52c79
pantheon.elementary-gtk-theme: 7.3.0 -> 8.0.0
https://github.com/elementary/stylesheet/compare/7.3.0...8.0.0
2024-05-08 20:47:05 +08:00
Bobby Rong
5ed5977709
pantheon.granite7: 7.4.0 -> 7.5.0
https://github.com/elementary/granite/compare/7.4.0...7.5.0
2024-05-07 20:02:09 +08:00
OPNA2608
cfc30e7094 wingpanel-indicator-ayatana: unstable-2023-04-18 -> 2.0.7-unstable-2023-04-18 2024-05-05 17:55:54 +02:00
OPNA2608
29a16ce2a7 pantheon.file-roller-contract: unstable-2021-02-22 -> 0-unstable-2021-02-22 2024-05-05 17:55:48 +02: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
Bobby Rong
851cfda4bd
pantheon.elementary-notifications: Fix build with Vala 0.56.16
See the mentioned issue for details.

Note that it is no longer possible to build this with older Vala after this change,
so I don't really know if this is actually an elementary issue.
2024-04-22 21:11:24 +02:00
Bobby Rong
050c43b4fc
pantheon.elementary-photos: Build without webkit2gtk-4.0
By fully removing publishing plugins (we are not enabling plugins before already).

https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
2024-04-15 07:30:29 +08:00
Bobby Rong
cf95976e0e
pantheon.elementary-session-settings: 6.0.0-unstable-2023-09-05 -> 6.0.0-unstable-2024-03-29
3476c89bbb...53bf57e5b3
2024-04-05 21:25:47 +08:00