Commit Graph

964 Commits

Author SHA1 Message Date
Bobby Rong
95d3cc9015
pantheon.elementary-gtk-theme: 6.1.1 -> 7.0.0 2022-04-27 10:12:47 +08:00
Bobby Rong
b46cbe495c
pantheon.switchboard-plug-keyboard: 2.6.0 -> 2.7.0 2022-04-07 20:15:45 +08:00
Bobby Rong
abc7fcc7d4
pantheon.elementary-notifications: 6.0.0 -> 6.0.1 2022-04-07 20:13:46 +08:00
Bobby Rong
53b09d3791
pantheon.gala: 6.3.0 -> 6.3.1 2022-04-07 20:11:28 +08:00
Bobby Rong
cbaf3e7e93
pantheon.switchboard-plug-sound: 2.3.0 -> 2.3.1 2022-04-07 17:13:10 +08:00
Bobby Rong
fc8b3dbb50
pantheon.switchboard-plug-onlineaccounts: 6.3.0 -> 6.4.0 2022-04-07 17:13:10 +08:00
Bobby Rong
4981cba909
pantheon.switchboard-plug-about: 6.0.1 -> 6.1.0 2022-04-07 17:13:10 +08:00
davidak
8061905942
Merge pull request #167265 from bobby285271/pantheon
pantheon.elementary-code: 6.1.0 -> 6.2.0
2022-04-05 12:43:45 +02:00
Bobby Rong
c1732444bf
pantheon.elementary-code: 6.1.0 -> 6.2.0 2022-04-05 10:18:15 +08:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Bobby Rong
3c583c8226
Merge pull request #166569: unbreak GNOME Flashback and reintroduce gnome-bluetooth_1_0
- Add missing geocode-glib dependency for gnome-panel
- Reintroduce gnome-bluetooth_1_0 for gnome-flashback, blueberry and gnome-bluetooth-contract

Related:
- https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/49
- https://github.com/NixOS/nixpkgs/pull/166569#issuecomment-1084658550
- https://github.com/linuxmint/blueberry/issues/123
- https://github.com/elementary/gnome-bluetooth-contract/issues/1
2022-04-01 23:50:36 +08:00
Bobby Rong
3f6e36987b
pantheon.elementary-dock: run glib-compile-schemas 2022-04-01 18:59:28 +08:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Bobby Rong
7ce8bc5d48
pantheon.gnome-bluetooth-contract: use gnome-bluetooth_1_0 2022-03-31 23:32:29 +08:00
Bobby Rong
5a00ac1b08 pantheon.gnome-bluetooth-contract: mark as broken
Sendto device selection is removed in gnome-bluetooth 42.
I decide it is not worth to maintain a legacy gnome-bluetooth
package for the contract.
This should also be broken in elementary OS 7.
2022-03-25 15:02:43 +01:00
Bobby Rong
b214aa70b4 pantheon.evince: drop
The vanilla evince already support dark style
preference in Pantheon, so no need to keep the patch.
2022-03-25 15:02:43 +01:00
Bobby Rong
0f97d73b74 pantheon.file-roller: drop
The vanilla file-roller already support dark style
preference in Pantheon, so no need to keep the package.
2022-03-25 15:02:33 +01:00
Jan Tojnar
7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
Bobby Rong
536f5450b0
pantheon.wingpanel: remove elementary-gtk-theme from buildInputs
I don't think will work anymore.
The theme is hardcoded and has been added to XDG_DATA_DIRS.
2022-03-18 10:48:45 +08:00
Bobby Rong
42626ba288
pantheon.wingpanel: pick up required icon theme
Looks like the theme is not hardcoded for wingpanel, but wingpanel is called
by greeter which hardcodes the themes. I decide I will just do something
safe before I am confident enough and know what is happening.
2022-03-18 10:48:45 +08:00
Bobby Rong
30df52b931
pantheon.elementary-greeter: remove elementary-gtk-theme from buildInputs
I don't think will work anymore.
The theme is hardcoded and has been added to XDG_DATA_DIRS.
2022-03-18 10:48:45 +08:00
Bobby Rong
b856f4ef60
pantheon.elementary-greeter: pick up hardcoded icon theme
wrapGAppsHook no longer pick up XDG_ICON_DIRS for us.
2022-03-18 10:48:45 +08:00
Bobby Rong
094b68cdc8
pantheon.gala: remove elementary-icon-theme from buildInputs
gala does not hardcode the icon theme.
Checked with grep -nr '"elementary"'.
2022-03-18 10:48:45 +08:00
Bobby Rong
fae6f22106
pkgs/pantheon: remove elementary-icon-theme from buildInputs for pkgs that don't hardcode icon themes
User may install icon theme of their choices.
The icons are no longer picked up by wrapGAppsHook by default anyway.
2022-03-18 10:48:39 +08:00
Bobby Rong
21eeb396de
pantheon.elementary-photos: fix build with vala 0.56 2022-03-14 19:58:55 +08:00
Bobby Rong
2f1f631eaa
pantheon.elementary-mail: fix build with vala 0.56 2022-03-14 16:51:26 +08:00
Felix Buehler
783d2679e5 treewide: rename name to pname&version 2022-03-08 13:24:25 +01:00
Bobby Rong
4646e7f59c
pantheon.elementary-greeter: 6.0.1 -> 6.0.2 2022-03-01 10:23:06 +08:00
Bobby Rong
1bff9045b4
pantheon.appcenter: fix AppStream.PoolFlags being renamed 2022-03-01 10:10:48 +08:00
Bobby Rong
f29955df81
pantheon.elementary-greeter: actually fix the crash
Fixed a use-after-free issue where logged_in_context is used in update_style().
There are several reports for this but upstream has no action for this so far during the 6.x cycle.
See the provided link for more details.
2022-02-14 13:17:04 +08:00
Bobby Rong
2a376bb3da
Revert "pantheon.elementary-greeter: add patch for revert pull request 566"
This reverts commit 34d5d14fd0.
2022-02-14 13:17:04 +08:00
Bobby Rong
767370c478
pantheon.elementary-default-settings: install dockitem for appcenter 2022-02-09 22:20:06 +08:00
Bobby Rong
59dc15a3d8
pantheon.appcenter: drop the disable packagekit patch again
It is not needed when services.packagekit.enable is set.
2022-02-09 21:08:22 +08:00
Bobby Rong
9137abbea8
pkgs/pantheon: remove old aliases
This is mostly Pantheon version of e703bc0ade,
we move the aliases outside of the scope.
2022-02-02 13:48:07 +08:00
Bobby Rong
246f4949ed
pkgs/pantheon: minor formatting
Simply because all other Pantheon packages have addressed these formatting.
2022-02-02 13:47:58 +08:00
Bobby Rong
be1e44b7d2
pantheon.elementary-photos: 2.7.3 -> 2.7.4 2022-02-02 13:47:50 +08:00
Bobby Rong
6e7dc325f4
Merge pull request #157289: more pantheon cleanups 2022-01-30 21:30:37 +08:00
Bobby Rong
83e96efd14
pkgs/pantheon: remove unused args 2022-01-30 16:56:29 +08:00
Bobby Rong
d33c073216
pantheon.elementary-code: remove unneeded inputs
The browser preview plugin has been removed in 6.0, ctags has been added to PATH already.
2022-01-30 16:56:29 +08:00
Bobby Rong
cd9779b9cb
pantheon.elementary-camera: remove unneeded inputs
Clutter support is removed in 6.0 in favor of native Gtk element from GStreamer
2022-01-30 16:56:29 +08:00
Bobby Rong
1be885d107
pantheon.elementary-calendar: remove unneeded inputs
Upstream is using GLib.Notification since 5.x, also removes libgdata from args.
2022-01-30 16:06:59 +08:00
Bobby Rong
60e289a6d0
pantheon.gnome-bluetooth-contract: fix version, add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
2022-01-30 15:54:06 +08:00
Bobby Rong
60b8276d82
pantheon.file-roller-contract: fix version, add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
2022-01-30 15:51:50 +08:00
Bobby Rong
5161b59fe0
wingpanel-indicator-ayatana: add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
2022-01-30 12:46:19 +08:00
Bobby Rong
544586a9b3
pantheon.granite: drop passthru.updateScript, disable bot update
granite 7 has been ported to GTK 4 and introduces some breaking
API changes. Following what is done in elementary OS, we maintain
pantheon.granite7 as a new package and keep pantheon.granite on
6.x. To make sure this package will never be updated to 7.x by
accident, let's disable the bot (r-ryantm) update with:
nixpkgs-update: no auto update

See also 58c5426a5b/src/Skiplist.hs (L131)
2022-01-30 12:43:32 +08:00
Bobby Rong
90964d30ba
pantheon.switchboard-plug-about: introduces a wallpaper meson flag
After some thought, it doesn't make sense to just keep the wallpaper.
2022-01-30 12:40:25 +08:00
Bobby Rong
3fd6c227c6
pantheon.elementary-files: remove unneeded inputs
libdbusmenu-gtk3 is only needed by plank for enable_dbusmenu meson option.
2022-01-30 11:43:38 +08:00
Bobby Rong
1cd734f2d3
pantheon.elementary-photos: remove unneeded inputs
Looks like scour is no needed since 2.7.x.
2022-01-30 11:14:01 +08:00
Bobby Rong
422471d1b0
pkgs/pantheon: remove unneeded elementary-gtk-theme
User may choose their own gtk theme, and elementary-gtk-theme has been added to the pantheon module by default.
2022-01-30 11:00:33 +08:00
Bobby Rong
0991408d6f
pkgs/pantheon: update meta.license
Based on project_license from appdata.
2022-01-30 11:00:33 +08:00
Bobby Rong
47691ae272
pantheon.elementary-music: remove unneeded inputs
After the LastFM plugin is removed, those inputs are no longer needed.
2022-01-30 10:59:05 +08:00
Bobby Rong
c6fd5ab6a6
pantheon.elementary-capnet-assist: 2.4.0 -> 2.4.1 2022-01-27 10:12:19 +08:00
Bobby Rong
2739552590
pantheon.switchboard-plug-network: 2.4.1 -> 2.4.2 2022-01-27 10:10:51 +08:00
Bobby Rong
9fcaa4b33e
pantheon.xdg-desktop-portal-pantheon: 1.0.1 -> 1.1.0 2022-01-27 10:09:26 +08:00
Bobby Rong
56642610e7
pantheon.elementary-files: 6.1.1 -> 6.1.2 2022-01-26 10:55:15 +08:00
Bobby Rong
f01e14c731
pantheon.elementary-tasks: 6.1.0 -> 6.2.0 2022-01-25 10:17:51 +08:00
Bobby Rong
5faa988b1f
pantheon.elementary-mail: 6.3.1 -> 6.4.0 2022-01-25 10:15:40 +08:00
Bobby Rong
34d5d14fd0
pantheon.elementary-greeter: add patch for revert pull request 566
There are several reports upstream but no actions are taken so far.
2022-01-25 10:08:40 +08:00
Bobby Rong
45ec3d3d4a
pantheon.elementary-session-settings: fix xsession TryExec
Otherwise Pantheon may not appear in display managers.
2022-01-24 20:31:09 +08:00
Bobby Rong
046f4d5220
pkgs/pantheon: drop repoName
It is not necessary to set this separately.

Addressing the formatting now to minimize the Pantheon 7 update PR diff.
2022-01-24 20:31:02 +08:00
Bobby Rong
fae325457a
pkgs/pantheon: reorder attributes
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md

Addressing the formatting now to minimize the Pantheon 7 update PR diff.
2022-01-24 20:29:52 +08:00
Bobby Rong
c7d4d053fe
Merge pull request #156115 from bobby285271/pantheon
pantheon.elementary-calendar: 6.0.3 -> 6.1.0
2022-01-22 16:10:37 +08:00
Bobby Rong
ac06871a54
pantheon.elementary-calendar: 6.0.3 -> 6.1.0 2022-01-22 09:26:28 +08:00
Bobby Rong
467dd2df05
Merge pull request #154837 from bobby285271/pantheon-meson
Pantheon: prepare for meson 0.61
2022-01-17 22:27:53 +08:00
Tom Fitzhenry
47a8b15664 evolution-data-server: propagate libgdata
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit).

Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs, evolution-data-server requires libgdata for gobject introspection.

See also 025960d229, which did a similar thing for libsoup.
2022-01-15 06:05:40 +11:00
Bobby Rong
d277f1354a
pantheon.elementary-screenshot: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:26 +08:00
Bobby Rong
fcbcf3e49a
pantheon.elementary-files: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:22 +08:00
Bobby Rong
76a8c87e13
pantheon.elementary-capnet-assist: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:18 +08:00
Bobby Rong
990d558faf
pantheon.switchboard: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:14 +08:00
Bobby Rong
bde17935d4
pantheon.elementary-greeter: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:09 +08:00
Bobby Rong
d411c1a3d3
pantheon.elementary-code: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:05 +08:00
Bobby Rong
e941b7465b
pantheon.elementary-shortcut-overlay: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:00 +08:00
Bobby Rong
bb56f4b4e8
pantheon.elementary-terminal: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:36:54 +08:00
Bobby Rong
20b0f5fada
pantheon.elementary-mail: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:36:49 +08:00
Bobby Rong
84d4523405
pantheon.elementary-camera: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:36:44 +08:00
Bobby Rong
56be002ac5
pantheon.elementary-music: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:36:07 +08:00
Bobby Rong
7d5300d2f2
pantheon.elementary-videos: 2.8.1 -> 2.8.3 2022-01-11 11:48:01 +08:00
Bobby Rong
b55bd8b208
Merge pull request #151501 from bobby285271/pantheon
pkgs/pantheon: small cleanup
2021-12-21 12:40:03 +08:00
Bobby Rong
9d4f3cabe9
pantheon.elementary-redacted-script: use elementary as upstream
Make it easier to track updates.
2021-12-21 12:04:39 +08:00
Bobby Rong
a399af5bb2
pantheon.switchboard-plug-bluetooth: add wingpanel-indicator-bluetooth to buildInputs
See 7904ac5764/src/Services/Manager.vala (L29)
2021-12-21 12:04:39 +08:00
Bobby Rong
2b062ac71f
pantheon.switchboard-plug-power: remove elementary-settings-daemon from buildInputs
Checked with grep -nr settings-daemon, this is not needed.
2021-12-21 12:04:39 +08:00
Bobby Rong
d999c2c817
pantheon.elementary-code: drop unneeded LC_ALL
Build succeed without this.
2021-12-21 12:04:39 +08:00
Bobby Rong
a410bc3708
pantheon.elementary-greeter: remove elementary-settings-daemon from buildInputs
Checked with grep -nr settings-daemon, this is not needed.
2021-12-21 12:04:39 +08:00
Bobby Rong
a0e2981691
Merge pull request #151493 from bobby285271/ayatana
wingpanel-indicator-ayatana: unstable-2021-12-01 -> unstable-2021-12-18
2021-12-21 10:15:47 +08:00
Bobby Rong
faa933d4c0
wingpanel-indicator-ayatana: unstable-2021-12-01 -> unstable-2021-12-18 2021-12-21 09:53:00 +08:00
Bobby Rong
1ab06f0033
Merge pull request #151252 from bobby285271/pantheon
pantheon.wingpanel: 3.0.1 -> 3.0.2
2021-12-19 10:10:11 +08:00
Bobby Rong
52f2c2500a
pkgs/pantheon: fix typo 2021-12-19 09:41:47 +08:00
Bobby Rong
42e445f257
pantheon.wingpanel: 3.0.1 -> 3.0.2 2021-12-19 09:40:41 +08:00
Bobby Rong
2d555e5f65
Merge pull request #139136 from r-ryantm/auto-update/notes-up
notes-up: unstable-2020-12-29 -> 2.0.6
2021-12-18 14:04:08 +08:00
Bobby Rong
7cd00b0dcf
notes-up: unstable-2020-12-29 -> 2.0.6 2021-12-18 13:39:55 +08:00
Bobby Rong
7cc11f76af
wingpanel-indicator-ayatana: init at unstable-2021-12-01 2021-12-18 13:13:29 +08:00
Bobby Rong
5afe0ddcf3
pantheon-tweaks: move to pkgs/desktops/pantheon/third-party 2021-12-18 11:35:56 +08:00
Bobby Rong
a51958171b
pkgs/pantheon: format 2021-12-18 11:35:56 +08:00
Bobby Rong
62103c4e41
pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheon
Only used by Pantheon AFAIK.
2021-12-18 11:35:55 +08:00
Bobby Rong
4eca6d89f9
pantheon.wingpanel-indicator-notifications: 6.0.3 -> 6.0.4 2021-12-18 10:44:28 +08:00
Bobby Rong
70edac040a
pantheon.elementary-videos: 2.8.0 -> 2.8.1 2021-12-18 10:34:55 +08:00
Bobby Rong
29a064842d
pantheon.elementary-dock: unstable-2021-11-08 -> unstable-2021-12-08 2021-12-15 09:46:59 +08:00
Bobby Rong
836e8247fa
pantheon.gala: clear indicator background for window switcher 2021-12-14 11:15:48 +08:00
Bobby Rong
46605c6305
pantheon.elementary-terminal: 6.0.0 -> 6.0.1 2021-12-14 11:15:47 +08:00
Bobby Rong
3977638aaa
pantheon.elementary-mail: 6.3.0 -> 6.3.1 2021-12-14 11:15:46 +08:00
Bobby Rong
7cd7809839
pantheon.elementary-tasks: 6.0.4 -> 6.1.0 2021-12-14 11:15:46 +08:00
Bobby Rong
2ce09af75c
pantheon.switchboard-plug-onlineaccounts: 6.2.2 -> 6.3.0 2021-12-14 11:15:45 +08:00
Bobby Rong
3aaf4a1dbb
pantheon.elementary-camera: 6.0.2 -> 6.0.3 2021-12-14 11:15:45 +08:00
Bobby Rong
80747a50f1
pantheon.elementary-calculator: 1.7.1 -> 1.7.2 2021-12-14 11:15:44 +08:00
Bobby Rong
2eafe1f468
pantheon.elementary-screenshot: 6.0.1 -> 6.0.2 2021-12-14 11:15:43 +08:00
Bobby Rong
cddd16a0a8
pantheon.elementary-wallpapers: 6.0.0 -> 6.1.0 2021-12-14 11:15:43 +08:00
Bobby Rong
3aa4359254
pantheon.appcenter: re-add patch for disable packagekit backend
It makes no sense to wait any longer as the app is totally not working specifically on NixOS.
2021-12-12 12:41:21 +08:00
Bobby Rong
7befc2e4ba
pantheon.wingpanel-applications-menu: 2.10.1 -> 2.10.2 2021-12-11 21:02:40 +08:00
Bobby Rong
ec371d9365
pantheon.wingpanel-indicator-datetime: 2.3.1 -> 2.4.0 2021-12-11 21:02:40 +08:00
Bobby Rong
fd19c43b13
pantheon.wingpanel-indicator-notifications: 6.0.2 -> 6.0.3 2021-12-11 20:05:41 +08:00
Bobby Rong
01bc1d1b62
pantheon.appcenter: 3.9.0 -> 3.9.1 2021-12-11 20:05:41 +08:00
Bobby Rong
e2ff3faf03
pantheon.elementary-files: 6.1.0 -> 6.1.1 2021-12-10 08:47:01 +08:00
Bobby Rong
28a115edc4
pantheon.extra-elementary-contracts: drop 2021-12-01 23:00:10 +08:00
Bobby Rong
b5038e5127
pantheon.gnome-bluetooth-contract: init at unstable-2021-02-23 2021-12-01 22:42:21 +08:00
Bobby Rong
0a9d1ce156
pantheon.file-roller-contract: init at unstable-2021-02-23 2021-12-01 22:42:21 +08:00
Bobby Rong
0a989ec7ca
pantheon.elementary-files: drop filechooser-portal-hardcode-gsettings-for-nixos.patch 2021-11-30 15:38:11 +08:00
Bobby Rong
94d1b0d541
pantheon.elementary-files: 6.0.4 -> 6.1.0 2021-11-30 10:34:17 +08:00
Bobby Rong
c0966f8571
pantheon.elementary-code: remove zeitgeist from buildInputs 2021-11-28 19:26:55 +08:00
Bobby Rong
b1005e8b3d
pantheon.switchboard: remove clutter-gtk from buildInputs 2021-11-28 19:25:12 +08:00
Bobby Rong
7bec0408e7
pkgs/pantheon: remove unused pantheon from args 2021-11-26 16:51:18 +08:00
Bobby Rong
9949f1009d
pantheon.switchboard-plug-onlineaccounts: 6.2.1 -> 6.2.2 2021-11-26 09:25:24 +08:00
Bobby Rong
ca71d0b22a
pantheon.wingpanel-indicator-datetime: use upstreamed patch 2021-11-25 21:00:24 +08:00
Bobby Rong
a54db1668b
pantheon.wingpanel-applications-menu: 2.9.1 -> 2.10.1 2021-11-25 21:00:24 +08:00
Bobby Rong
d5aaed533c
pantheon.gala: 6.2.1 -> 6.3.0 2021-11-25 21:00:24 +08:00
Bobby Rong
5a61f08144
pantheon.elementary-code: 6.0.1 -> 6.1.0 2021-11-25 09:13:50 +08:00
Bobby Rong
7e43f2f850
pantheon.elementary-dock: unstable-2021-07-16 -> unstable-2021-11-08 2021-11-24 21:02:53 +08:00
Bobby Rong
87a5c67107
pantheon.elementary-icon-theme: 6.0.0 -> 6.1.0 2021-11-24 21:02:53 +08:00
Bobby Rong
2361a73786
pantheon.elementary-gtk-theme: 6.1.0 -> 6.1.1 2021-11-24 21:02:53 +08:00
Bobby Rong
110e1931ce
pantheon.granite: 6.1.2 -> 6.2.0 2021-11-24 21:02:53 +08:00
Bobby Rong
e5afe95fe7
pantheon.switchboard-plug-pantheon-shell: 6.0.0 -> 6.1.0 2021-11-24 21:02:53 +08:00
Bobby Rong
a9f302e1a2
pantheon.elementary-onboarding: 6.0.0 -> 6.1.0 2021-11-24 21:02:53 +08:00
Bobby Rong
59c9786c5b
pantheon.appcenter: 3.8.2 -> 3.9.0 2021-11-24 21:02:53 +08:00
Bobby Rong
884945d69c
pantheon.switchboard-plug-security-privacy: 2.2.5 -> 2.3.0 2021-11-24 21:02:53 +08:00
Bobby Rong
079cbad8d9
pantheon.elementary-camera: 6.0.1 -> 6.0.2 2021-11-24 21:02:52 +08:00
Bobby Rong
26c04f9942
pantheon.wingpanel-indicator-network: 2.3.1 -> 2.3.2 2021-11-24 20:55:46 +08:00
Bobby Rong
f3b5da17e8
pantheon.switchboard-plug-keyboard: 2.5.1 -> 2.6.0 2021-11-24 20:55:46 +08:00
Bobby Rong
96e5b267fd
pantheon.switchboard-plug-sound: 2.2.7 -> 2.3.0 2021-11-24 10:19:30 +08:00
Bobby Rong
3b8e361939
pantheon.wingpanel-indicator-sound: 6.0.0 -> 6.0.1 2021-11-19 11:24:28 +08:00
Bobby Rong
a1c4a5b894
pantheon.elementary-default-settings: cleanup 2021-11-11 16:52:57 +08:00
Bobby Rong
674a31bd4e
Merge pull request #143922 from bobby285271/pantheon
Pantheon updates 2021-10-30
2021-10-31 12:34:32 +08:00
Bobby Rong
cb8398c817
pantheon.elementary-videos: 2.7.3 -> 2.8.0 2021-10-31 09:14:28 +08:00
Bobby Rong
e93b752b9e
pantheon.elementary-default-settings: 6.0.1 -> 6.0.2 2021-10-31 09:08:01 +08:00
Bobby Rong
e8cf60ffb4
pantheon.wingpanel-indicator-datetime: 2.3.0 -> 2.3.1 2021-10-31 09:05:49 +08:00
Bobby Rong
07f6ceafd6
Merge pull request #143790 from bobby285271/pantheon
Pantheon updates 2021-10-29
2021-10-30 21:23:08 +08:00
Bobby Rong
5e6446cef0
pantheon.elementary-shortcut-overlay: 1.2.0 -> 1.2.1 2021-10-30 20:51:16 +08:00
Bobby Rong
8890323d76
pantheon.appcenter: 3.8.1 -> 3.8.2 2021-10-30 20:51:16 +08:00
Bobby Rong
6c43218b7d
pantheon.elementary-files: 6.0.3 -> 6.0.4 2021-10-30 20:51:13 +08:00
Bobby Rong
ffa5563d2b
pantheon.elementary-capnet-assist: 2.3.0 -> 2.4.0 2021-10-30 11:03:49 +08:00
Bobby Rong
3f33a306a5
Merge pull request #143513 from bobby285271/pantheon
Pantheon updates 2021-10-28
2021-10-29 09:46:19 +08:00
Bobby Rong
af2ac84863
pantheon.elementary-default-settings: add dockitem for elementary-tasks 2021-10-29 09:11:42 +08:00
Bobby Rong
8d380db0fd
Merge pull request #143285 from bobby285271/mainprogram
pkgs/pantheon: set meta.mainProgram
2021-10-29 08:57:35 +08:00
Bobby Rong
8a7f053f3c
pantheon.switchboard-plug-about: fix wallpaper path 2021-10-29 00:18:25 +08:00
Bobby Rong
758d85fed3
pantheon.elementary-mail: drop downstream patch 2021-10-29 00:18:25 +08:00
Bobby Rong
829e92098e
pantheon.appcenter: drop downstream patch 2021-10-29 00:18:21 +08:00
Bobby Rong
1c64941016
pantheon.elementary-default-settings: fix gtk-theme-name and gtk-font-name 2021-10-28 18:26:52 +08:00
Bobby Rong
7dd57213b3
pantheon.gala: use smooth scroll events to handle mouse wheel in multitasking view 2021-10-28 18:26:52 +08:00
Bobby Rong
72fe1b1662
pantheon.elementary-screenshot: 6.0.0 -> 6.0.1 2021-10-28 18:26:52 +08:00
Bobby Rong
d4e5b14e90
pantheon.switchboard-plug-display: 2.3.1 -> 2.3.2 2021-10-28 18:26:52 +08:00
Bobby Rong
bd49bccdf7
pantheon.elementary-mail: 6.2.0 -> 6.3.0 2021-10-28 18:26:51 +08:00
Bobby Rong
342035a5d1
pkgs/pantheon: set meta.mainProgram 2021-10-28 10:48:14 +08:00
Bobby Rong
8e440f1776
Merge pull request #142810 from bobby285271/pantheon
Pantheon updates 2021-10-25, 2021-10-26
2021-10-28 08:16:34 +08:00
Bobby Rong
04af89173e
pantheon.elementary-camera: 6.0.0 -> 6.0.1 2021-10-27 11:34:44 +08:00
Bobby Rong
2ce343951d
pantheon.wingpanel-applications-menu: 2.9.0 -> 2.9.1 2021-10-27 11:34:44 +08:00
Bobby Rong
acb17adef6
pantheon.elementary-photos: 2.7.2 -> 2.7.3 2021-10-27 11:34:44 +08:00
Bobby Rong
4ce576b36f
pantheon.wingpanel-indicator-notifications: 6.0.1 -> 6.0.2 2021-10-27 11:34:35 +08:00
Bobby Rong
36cc1ae2ab
pantheon.elementary-calendar: 6.0.2 -> 6.0.3 2021-10-27 09:48:02 +08:00
Bobby Rong
c0c3b61e2e
pantheon.appcenter: 3.8.0 -> 3.8.1 2021-10-27 09:34:18 +08:00
Bobby Rong
2fcee1e35c
pantheon.elementary-calculator: 1.7.0 -> 1.7.1 2021-10-27 09:11:12 +08:00
Bobby Rong
6a0e026b01
pantheon.wingpanel-indicator-network: 2.3.0 -> 2.3.1 2021-10-26 15:16:46 +08:00
Bobby Rong
6ef3339cfb
pantheon.granite: 6.1.1 -> 6.1.2 2021-10-26 08:50:01 +08:00
Bobby Rong
4780b6df1a
pantheon.elementary-settings-daemon: 1.0.0 -> 1.1.0 2021-10-26 08:42:26 +08:00
davidak
27d39f7f0d
Merge pull request #142633 from bobby285271/pantheon
Pantheon updates 2021-10-22
2021-10-23 13:58:48 +02:00
Bobby Rong
15702a7b9a
pantheon.elementary-gtk-theme: 6.0.0 -> 6.1.0 2021-10-23 19:22:01 +08:00
Bobby Rong
4e1740b9de
pantheon.wingpanel-indicator-sound: fix build with vala 0.54 2021-10-23 19:21:57 +08:00
Bobby Rong
f71d3ea520
pantheon.elementary-photos: fix build with vala 0.54 2021-10-23 19:21:53 +08:00
Bobby Rong
af97bf5624
pantheon.file-roller: init 2021-10-22 10:26:26 +08:00
Bobby Rong
ac6f34a669
pantheon.evince: init 2021-10-17 11:42:21 +08:00
Bobby Rong
d9e912d367
pantheon.switchboard-plug-power: fix crash 2021-10-06 20:52:52 +08:00
Bobby Rong
1f70bb3297
Merge pull request #139981 from bobby285271/gala
pantheon.gala: 6.2.0 -> 6.2.1
2021-09-30 21:15:16 +08:00
Bobby Rong
e5b3f17744
pantheon.gala: 6.2.0 -> 6.2.1 2021-09-30 08:51:45 +08:00
Bobby Rong
bb2522a475
pantheon.wingpanel-applications-menu: 2.8.2 -> 2.9.0 2021-09-29 10:23:21 +08:00
Bobby Rong
4a0e843a5b
pantheon.switchboard-plug-applications: 6.0.0 -> 6.0.1 2021-09-29 08:51:57 +08:00
Bobby Rong
fdd55cfc60
pantheon.wingpanel: 3.0.0 -> 3.0.1 2021-09-29 08:50:21 +08:00
Bobby Rong
79dd408ce6
pantheon.elementary-tasks: 6.0.3 -> 6.0.4 2021-09-29 08:48:43 +08:00
Bobby Rong
d109418be8
pantheon.wingpanel-indicator-notifications: 6.0.0 -> 6.0.1 2021-09-29 08:46:11 +08:00
Bobby Rong
88c7c97ab9
pantheon.elementary-mail: 6.1.1 -> 6.2.0 2021-09-29 08:43:29 +08:00
Bobby Rong
bf03507d6d
pantheon.elementary-files: 6.0.2 -> 6.0.3 2021-09-29 08:40:34 +08:00
Bobby Rong
1a6424832c
pantheon.switchboard-plug-onlineaccounts: 6.2.0 -> 6.2.1 2021-09-29 08:37:30 +08:00
Bobby Rong
7951c9b0a1
pantheon.elementary-code: 6.0.0 -> 6.0.1 2021-09-29 08:34:50 +08:00
Bobby Rong
7a038d04c6
pantheon.gala: fix session crash when taking screenshots with mutter 3.38 2021-09-26 08:15:04 +08:00
Bobby Rong
6adf8ac281
pantheon.elementary-photos: 2.7.1 -> 2.7.2 2021-09-24 08:46:00 +08:00
Bobby Rong
7dd555c5ac
pantheon.gala: 6.0.1 -> 6.2.0 2021-09-24 08:30:49 +08:00
Bobby Rong
220f1573ed
pantheon.wingpanel-indicator-sound: pin vala version 2021-09-23 23:10:12 +08:00
Bobby Rong
cc8875421b
pantheon.switchboard-plug-mouse-touchpad: remove fetchpatch from input 2021-09-23 22:01:08 +08:00
Bobby Rong
3c6559d673
panthoen.elementary-greeter: remove fetchpatch from input 2021-09-23 21:33:50 +08:00
Bobby Rong
fa24e51b72
pantheon.switchboard-plug-keyboard: remove fetchpatch from input 2021-09-23 21:32:51 +08:00
Bobby Rong
6632becbe0
pantheon.switchboard-plug-mouse-touchpad: 6.0.0 -> 6.1.0 2021-09-23 09:26:13 +08:00
Bobby Rong
6c6ad98728
pantheon.switchboard-plug-keyboard: 2.5.0 -> 2.5.1 2021-09-23 09:24:06 +08:00
Bobby Rong
3984a18983
pantheon.elementary-calendar: 6.0.1 -> 6.0.2 2021-09-23 09:22:06 +08:00
Bobby Rong
ab0b955aa9
pantheon.elementary-greeter: 6.0.0 -> 6.0.1 2021-09-23 09:19:49 +08:00
Bobby Rong
8ffb81729c
pantheon.sideload: 6.0.1 -> 6.0.2 2021-09-23 09:15:48 +08:00
Bobby Rong
97567fcbdc
pantheon.appcenter: 3.7.1 -> 3.8.0 2021-09-22 12:41:18 +08:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
Bobby Rong
760f7e57e4
nixos/pantheon: install elementary-mail by default 2021-09-18 19:33:40 +08:00
Bobby Rong
fee747f5c5
pantheon.epiphany: init 2021-09-18 19:33:40 +08:00
Bobby Rong
dc5ea0908d
pantheon.touchegg: init 2021-09-18 19:33:40 +08:00
Bobby Rong
5bab454300
pantheon.granite: 6.1.0 -> 6.1.1 2021-09-18 19:33:39 +08:00
Bobby Rong
1258bfcc49
pantheon.elementary-calculator: 1.6.2 -> 1.7.0 2021-09-18 19:33:39 +08:00
Bobby Rong
2c3dec3e2d
pantheon.elementary-photos: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
f7b26fbe9a
pantheon.elementary-code: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
7627e5523c
pantheon.elementary-terminal: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
8808680e7a
pantheon.elementary-videos: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
bdce39c9f2
pantheon.appcenter: 3.6.0 -> 3.7.1 2021-09-18 19:33:39 +08:00
Bobby Rong
e56ee9ba66
pantheon.elementary-feedback: 6.0.0 -> 6.1.0 2021-09-18 19:33:39 +08:00
Bobby Rong
5523634193
pantheon.elementary-mail: 6.0.0 -> 6.1.1 2021-09-18 19:33:38 +08:00
Bobby Rong
de73ad2567
pantheon.elementary-files: 4.5.0 -> 6.0.2 2021-09-18 19:33:38 +08:00
Bobby Rong
2cc74a2106
pantheon.elementary-calendar: 5.1.1 -> 6.0.1 2021-09-18 19:33:38 +08:00
Bobby Rong
91073bc810
pantheon.elementary-screenshot: 1.7.1 -> 6.0.0
renamed from pantheon.elementary-screenshot-tool
2021-09-18 19:33:38 +08:00
Bobby Rong
3da8bb4e3a
pantheon.elementary-tasks: init at 6.0.3 2021-09-18 19:33:38 +08:00
Bobby Rong
9a630f47d8
pantheon.elementary-camera: 1.0.6 -> 6.0.0 2021-09-18 19:33:38 +08:00
Bobby Rong
a94ae9d223
pantheon.elementary-gsettings-desktop-schemas: fix build 2021-09-18 19:33:38 +08:00
Bobby Rong
1558d9c17b
pantheon.elementary-settings-daemon: reinit at 1.0.0
the former package has been renamed and upgraded to gnome.gnome-settings-daemon338
2021-09-18 19:33:38 +08:00
Bobby Rong
e9facd8a46
pantheon.elementary-music: 5.1.0 -> 5.1.1 2021-09-18 19:33:38 +08:00
Bobby Rong
a13fd37777
pantheon.elementary-dock: unstable-2020-06-11 -> unstable-2021-07-16 2021-09-18 19:33:37 +08:00
Bobby Rong
25070d7d69
pantheon.sideload: 1.1.1 -> 6.0.1 2021-09-18 19:33:37 +08:00
Bobby Rong
2a11a3f684
pantheon.pantheon-agent-polkit: 1.0.3 -> 1.0.4 2021-09-18 19:33:37 +08:00
Bobby Rong
df45f3fc46
pantheon.pantheon-agent-geoclue2: 1.0.4 -> 1.0.5 2021-09-18 19:33:37 +08:00
Bobby Rong
4f1ecaf481
pantheon.elementary-notifications: unstable-2020-03-31 -> 6.0.0 2021-09-18 19:33:37 +08:00
Bobby Rong
c7b5980740
pantheon.elementary-capnet-assist: 2.2.5 -> 2.3.0 2021-09-18 19:33:37 +08:00
Bobby Rong
a3b7f0cd34
pantheon.contractor: 0.3.4 -> 0.3.5 2021-09-18 19:33:37 +08:00
Bobby Rong
88b3b9d847
pantheon.elementary-shortcut-overlay: 1.1.2 -> 1.2.0 2021-09-18 19:33:37 +08:00
Bobby Rong
891f943c12
pantheon.elementary-onboarding: 1.2.1 -> 6.0.0 2021-09-18 19:33:37 +08:00
Bobby Rong
990ba07855
pantheon.elementary-session-settings: unstable-2020-07-06 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
03a059f607
pantheon.elementary-default-settings: 5.1.2 -> 6.0.1 2021-09-18 19:33:36 +08:00
Bobby Rong
f7103f8927
pantheon.elementary-greeter: 5.0.4 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
0b44eae0ab
pantheon.elementary-wallpapers: 5.5.0 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
834e7ea022
pantheon.elementary-gtk-theme: 5.4.2 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
7973714304
pantheon.elementary-dpms-helper: drop package 2021-09-18 19:33:36 +08:00
Bobby Rong
ceedbf92c0
pantheon.gala: 3.3.2 -> 6.0.1 2021-09-18 19:33:36 +08:00
Bobby Rong
75473c2d70
gnome.gnome-settings-daemon338: init at 3.38.2
light-locker is no longer used in Pantheon 6, we will try using the upstream gnome-settings-daemon
2021-09-18 19:33:36 +08:00
Bobby Rong
634488aa60
gnome.mutter338: 3.34.6 -> 3.38.6
renamed from gnome.mutter334
not using mutter 40.x due to issues like buggy multitasking thumbnails after sliding
2021-09-18 19:33:35 +08:00
Bobby Rong
798cc01d0c
pantheon.wingpanel-indicator-sound: 2.1.6 -> 6.0.0 2021-09-18 19:33:35 +08:00
Bobby Rong
aeeed28b6e
pantheon.wingpanel-indicator-session: unstable-2020-09-13 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
243f51d34a
pantheon.wingpanel-indicator-power: 2.2.0 -> 6.1.0 2021-09-18 19:33:35 +08:00
Bobby Rong
13d1f3a08f
pantheon.wingpanel-indicator-notifications: 2.1.4 -> 6.0.0 2021-09-18 19:33:35 +08:00
Bobby Rong
66f99d3b61
pantheon.wingpanel-indicator-nightlight: 2.0.4 -> 2.1.0 2021-09-18 19:33:35 +08:00
Bobby Rong
e654bff699
pantheon.wingpanel-indicator-network: 2.2.4 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
3b0bf70af4
pantheon.wingpanel-indicator-keyboard: 2.2.1 -> 2.4.0 2021-09-18 19:33:35 +08:00
Bobby Rong
082d6d72fd
pantheon.wingpanel-indicator-datetime: 2.2.5 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
51812f981c
pantheon.wingpanel-indicator-bluetooth: unstable-2020-10-01 -> 2.1.8 2021-09-18 19:33:34 +08:00