Alyssa Ross
89fd3034c9
budgie.budgie-desktop-view: disable werror
...
This only worked because Meson has, until now, disabled warnings for C
code transpiled from Vala. It will no longer be doing this going
forward.
Link: https://github.com/BuddiesOfBudgie/budgie-desktop-view/issues/28
2024-03-26 11:03:50 +01:00
Bobby Rong
c726225724
Merge pull request #298673 from bobby285271/upd/budgie
...
budgie.budgie-desktop: Use libxfce4windowing 4.19.3
2024-03-25 20:46:37 +08:00
Weijia Wang
2bbac2ab85
Merge pull request #298666 from wineee/deepin-album
...
deepin.deepin-album: 6.0.2 -> 6.0.4
2024-03-25 00:09:21 +01:00
Bobby Rong
4c9331d517
budgie.budgie-desktop: Backport a few fixes
...
Since we are fetching patches already, these fixes looks
good to fetch early and are already patched in Fedora.
2024-03-25 00:16:44 +08:00
Bobby Rong
fd077ac57e
budgie.budgie-desktop: Fix build with libxfce4windowing 4.19.3
...
Which removes xfw_(window|application)_get_id().
2024-03-25 00:05:30 +08:00
Bobby Rong
0bda80b6fa
xfce.libxfce4windowing: 4.19.2 -> 4.19.3
...
https://gitlab.xfce.org/xfce/libxfce4windowing/-/compare/libxfce4windowing-4.19.2...libxfce4windowing-4.19.3
2024-03-25 00:05:23 +08:00
rewine
40bef96f3c
deepin.deepin-album: 6.0.2 -> 6.0.4
2024-03-24 23:54:49 +08:00
Bobby Rong
8b31f1a9da
xfce.mousepad: Build shortcuts plugin
...
See "Edit" -> "Preferences" -> "Plugins" -> "Shortcuts Editor".
8de8f04ca5
2024-03-24 20:38:16 +08:00
Bobby Rong
7fb812afbf
xfce.automakeAddFlags: Drop
...
Not used in Nixpkgs.
2024-03-24 20:23:04 +08:00
Bobby Rong
dea81c90bd
xfce.xfce4-pulseaudio-plugin: Drop automakeAddFlags
...
We don't use it anywhere, the substituteInPlace already does the job.
2024-03-24 20:19:58 +08:00
Bobby Rong
df5407130f
xfce.xfce4-dict: Drop configure-gio.patch
...
Builds fine, build log does not mention gio-unix anywhere so it is
not accidently pulled in, and does not seem to have optional deps.
2024-03-24 20:16:58 +08:00
Bobby Rong
bdf65be4be
pantheon: Skip nixpkgs-update for packages using un-tagged commits
...
It looks like nix-update-script cannot handle this well, we can switch to
other updaters but I am just too lazy to do that.
2024-03-24 14:38:01 +08:00
Bobby Rong
427650b9bf
Merge pull request #297939 from FedericoSchonborn/budgie-updates
...
budgie.budgie-desktop: Propagate libpeas for plugins; budgie,budgiePlugins: cleanup
2024-03-23 20:30:49 +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
Federico Damián Schonborn
d01ba09214
budgiePlugins.budgie-user-indicator-redux: Don't use lib
and with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 21:06:02 -03:00
Federico Damián Schonborn
1f41c466dc
budgiePlugins.budgie-analogue-clock-applet: Don't use rec
and with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 21:05:25 -03:00
Bobby Rong
5cf5dd0fb0
Merge pull request #297727 from bobby285271/upd/budgie-nemo-terminal
...
nixos/budgie: Use gnome-terminal by default
2024-03-22 13:20:40 +08:00
Federico Damián Schonborn
470492ccfb
budgie.budgie-desktop: Propagate libpeas for plugins
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:47:56 -03:00
Federico Damián Schonborn
e4d5a254c8
budgie.magpie: Don't use with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:42:26 -03:00
Federico Damián Schonborn
5d0339b577
budgie.budgie-screensaver: Don't use rec
and with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:42:17 -03:00
Federico Damián Schonborn
086334b312
budgie.budgie-control-center: Don't use rec
and with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:42:07 -03:00
Federico Damián Schonborn
51c3335edb
budgie.budgie-backgrounds: Don't use rec
and with lib
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:41:56 -03:00
Federico Damián Schonborn
2095e319fd
budgie: Don't use with
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-22 00:41:37 -03: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
Bobby Rong
b79ac84d84
nixos/budgie: Use gnome-terminal by default
...
- Both budgie-desktop-view and cinnamon-desktop defaults to gnome-terminal, there
are no clear reason why we don't use the defaults here.
The cinnamon-desktop org.cinnamon.desktop.default-applications.terminal schema
is used in nemo for default emulator, since we use nemo by default this fixes nemo
open in terminal entry without introducing another override.
- There are theming issues with Qogir when opening right-click menu in a second tab.
- Transparency is broken when hovering on other windows, showing only the wallpaper.
This also ensures a stable default for budgie-desktop-view, by using only the
executable name and not a nix store path.
ref: https://github.com/BuddiesOfBudgie/budgie-desktop-view/blob/v1.3/data/org.buddiesofbudgie.budgie-desktop-view.gschema.xml#L60
ref: https://github.com/linuxmint/cinnamon-desktop/blob/6.0.0/schemas/org.cinnamon.desktop.default-applications.gschema.xml.in#L46
ref: https://github.com/linuxmint/nemo/blob/6.0.0/src/nemo-view.c#L7193
2024-03-21 22:16:25 +08:00
Nick Cao
ea5bde2da0
Merge pull request #296828 from wineee/deepin-kwin-update
...
deepin.deepin-kwin: 5.25.15 -> 5.25.17
2024-03-21 08:44:21 -04:00
Vladimír Čunát
02cfa48f93
gnome-extensions-cli: fix build by unpinning pydantic
...
It was complaining:
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for gnome_extensions_cli-0.10.1-py3-none-any.whl
- pydantic<3.0.0,>=2.3.0 not satisfied by version 1.10.14
2024-03-20 07:25:47 +01:00
Martin Weinelt
7762462405
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flask-security-too/default.nix
2024-03-19 17:30:16 +01:00
Bobby Rong
2dcadb7087
Merge pull request #297072 from FedericoSchonborn/add-federicoschonborn
...
maintainers: Add federicoschonborn back again
2024-03-19 23:12:06 +08:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01: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
Federico Damián Schonborn
455b915be0
maintainers: Add federicoschonborn back again
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-18 21:51:28 -03:00
github-actions[bot]
7c0bd382c7
Merge master into staging-next
2024-03-19 00:02:09 +00:00
Pol Dellaiera
cf0327ca4d
Merge pull request #293465 from lomenzel/master
...
polonium: 0.6.0 -> 1.0b1
2024-03-18 22:34:53 +01:00
rewine
aed4f8d909
deepin.deepin-kwin: 5.25.15 -> 5.25.17
2024-03-18 14:42:04 +08:00
rewine
9d7c2faf03
deepin.deepin-editor: 6.0.15 -> 6.0.16
2024-03-18 14:19:26 +08:00
github-actions[bot]
100b3bb178
Merge master into staging-next
2024-03-17 18:00:54 +00:00
Maxine Aubrey
a1ac8ac9a2
gnome.mutter: 45.4 → 45.5
...
https://gitlab.gnome.org/GNOME/mutter/-/compare/45.4...45.5
2024-03-17 14:29:25 +01:00
Maxine Aubrey
4e64f16048
gnome.gnome-shell: 45.4 → 45.5
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.4...45.5
2024-03-17 14:29:02 +01:00
Maxine Aubrey
743c5f584b
gnome.eog: 45.2 → 45.3
...
https://gitlab.gnome.org/GNOME/eog/-/compare/45.2...45.3
2024-03-17 14:28:28 +01:00
github-actions[bot]
c222aba0b8
Merge master into staging-next
2024-03-17 12:01:55 +00:00
piegames
a4f18ce966
Merge pull request #296026 : gnomeExtensions.unite: 77 -> 78
2024-03-17 08:36:51 +00:00
annalee
8ead81a60f
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-17 07:18:11 +00:00
Bobby Rong
a4bca9aaef
nixos/pantheon: Add missing gala-daemon systemd services
...
Otherwise it doesn't autostart after user session managed by systemd.
2024-03-17 13:42:33 +08:00
Bobby Rong
7522f97cbe
pantheon: Manage user session with systemd
...
This is now needed as gnome-session 46 drops `--builtin` option.
2024-03-17 13:41:51 +08:00
Bobby Rong
ccc0632c5d
Merge pull request #296397 from bobby285271/upd/pantheon
...
Pantheon updates 2024-03-16
2024-03-17 12:44:07 +08:00
github-actions[bot]
2178d8d857
Merge master into staging-next
2024-03-17 00:02:17 +00:00
Nick Cao
f1cffc4057
Merge pull request #296099 from wineee/deepin-ter
...
deepin.deepin-terminal: 6.0.9 -> 6.0.12
2024-03-16 11:15:40 -07:00
github-actions[bot]
60fbf92c10
Merge master into staging-next
2024-03-16 18:01:00 +00:00
Bobby Rong
3b48b3aaa9
Merge pull request #289062 from bobby285271/upd/mate
...
MATE 1.28
2024-03-16 21:38:24 +08:00
Bobby Rong
4c7ad186a5
pantheon.elementary-session-settings: 6.0.0 -> 6.0.0-unstable-2023-09-05
...
https://github.com/elementary/session-settings/compare/6.0.0...3476c89bbb66564a72c6495ac0c61f8f9ed7a3ec
This brings initial systemd support, this is a preparation of gnome-session 46 --builtin removal.
2024-03-16 19:35:22 +08:00
Bobby Rong
70990ee74d
pantheon.appcenter: 7.4.0-unstable-2023-12-04 -> 7.4.0-unstable-2024-02-07
...
d93e135a0b...fce55d9373
Use a commit that is actually accepted on upstream.
2024-03-16 19:35:10 +08:00
github-actions[bot]
7006358e6a
Merge master into staging-next
2024-03-16 00:02:02 +00:00
Lily Foster
69fff9c6e9
Merge pull request #253763 from ExpidusOS/feat/expidus-calculator
...
expidus.calculator: init at 0.1.1-alpha
2024-03-15 15:16:15 -07:00
Tristan Ross
5a83f6f984
expidus.calculator: init at 0.1.1-alpha
2024-03-15 14:20:36 -07:00
maxine
9af9c1c87e
Merge pull request #296240 from amaxine/gnome-extension-icon-hider-drop
...
gnomeExtensions.icon-hider: drop
2024-03-15 21:27:35 +01:00
Maxine Aubrey
b82b5358fa
gnomeExtensions.icon-hider: drop
2024-03-15 20:30:20 +01:00
Manuel Frischknecht
78afe0b7ef
gnome-extensions-cli: 0.9.5 -> 0.10.1
...
The `gnome-extensions-cli` uses other packaged Python dependencies
and failing to build because the packaged versions of `more-itertools`
and `pydantic` are newer than what the project's dependency constraints
allow for.
Upgrading the package to the newest version fixes the build.
https://github.com/essembeh/gnome-extensions-cli/compare/0.9.5...0.10.1
2024-03-15 20:17:09 +01:00
github-actions[bot]
9da92f31f4
Merge master into staging-next
2024-03-15 12:01:07 +00:00
piegames
1385883988
Merge pull request #293511 : gnomeExtensions: auto-update
2024-03-15 10:00:04 +00:00
rewine
48022a9706
deepin.deepin-terminal: 6.0.9 -> 6.0.12
2024-03-15 16:07:27 +08:00
github-actions[bot]
4aac48ff7f
Merge master into staging-next
2024-03-15 06:01:09 +00:00
Mario Rodas
6709f48733
Merge pull request #279612 from gepbird/add-meta-mainprogram
...
hck, lf, xdragon, xfce4-terminal: add meta.mainProgram
2024-03-14 20:46:22 -05:00
R. Ryantm
2cf82a9ad2
gnomeExtensions.unite: 77 -> 78
2024-03-15 00:29:52 +00:00
github-actions[bot]
2bffd64e73
Merge master into staging-next
2024-03-15 00:01:59 +00:00
Bobby Rong
33046a122b
Merge pull request #295890 from bobby285271/upd/budgie-plugins
...
budgiePlugins.budgie-media-player-applet: 1.0.0-unstable-2023-12-31 -> 1.0.1
2024-03-15 07:47:28 +08:00
Maxine Aubrey
4c61ee21b2
gtkpod, gnome.anjuta: drop
2024-03-14 21:39:20 +01:00
Bobby Rong
14877de6ad
mate.mate-gsettings-overrides: init
2024-03-14 23:34:12 +08:00
Bobby Rong
6865836c3d
mate.mate-wayland-session: init at 1.28.3
2024-03-14 23:34:11 +08:00
Bobby Rong
b45faa9834
nixos/mate: Add extraPanelApplets, extraCajaExtensions option
...
Hopefully this is more user-friendly.
2024-03-14 23:34:10 +08:00
Bobby Rong
9e31001c4b
mate.mate-user-share: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-user-share/compare/v1.26.0...v1.28.0
2024-03-14 23:34:10 +08:00
Bobby Rong
5c5df85002
mate.mate-indicator-applet: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-indicator-applet/compare/v1.26.0...v1.28.0
2024-03-14 23:34:09 +08:00
Bobby Rong
5ffcbc046b
mate.mate-control-center: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-control-center/compare/v1.26.1...v1.28.0
2024-03-14 23:34:09 +08:00
Bobby Rong
c135aee3f9
mate.python-caja: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/python-caja/compare/v1.26.0...v1.28.0
2024-03-14 23:34:09 +08:00
Bobby Rong
540493afb9
mate.mate-utils: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-utils/compare/v1.26.1...v1.28.0
2024-03-14 23:34:08 +08:00
Bobby Rong
2e4ba3d1c0
mate.mate-sensors-applet: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-sensors-applet/compare/v1.26.0...v1.28.0
Note that this no longer provides any executable after we enable in-process.
2024-03-14 23:34:08 +08:00
Bobby Rong
e387798ed4
mate.mate-screensaver: 1.26.2 -> 1.28.0
...
https://github.com/mate-desktop/mate-screensaver/compare/v1.26.2...v1.28.0
2024-03-14 23:34:08 +08:00
Bobby Rong
0f013ace32
mate.mate-applets: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-applets/compare/v1.26.1...v1.28.0
2024-03-14 23:34:08 +08:00
Bobby Rong
ff1c608c72
mate.engrampa: 1.26.2 -> 1.28.1
...
https://github.com/mate-desktop/engrampa/compare/v1.26.2...v1.28.1
Also enables JSON support.
2024-03-14 23:34:07 +08:00
Bobby Rong
a5cfc1a78c
mate.caja-dropbox: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/caja-dropbox/compare/v1.26.0...v1.28.0
2024-03-14 23:34:07 +08:00
Bobby Rong
39efd9dbbc
mate.caja-extensions: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/caja-extensions/compare/v1.26.1...v1.28.0
Also removes hardcode-gsettings.patch:
* caja-with-extensions should handle this fine.
* We don't set CAJA_EXTENSION_DIR using sessionVariables now.
2024-03-14 23:34:07 +08:00
Bobby Rong
650cbb520a
mate.atril: 1.26.2 -> 1.28.0
...
https://github.com/mate-desktop/atril/compare/v1.26.2...v1.28.0
2024-03-14 23:34:07 +08:00
Bobby Rong
655e1ac964
mate.mate-power-manager: 1.26.1 -> 1.28.1
...
https://github.com/mate-desktop/mate-power-manager/compare/v1.26.1...v1.28.1
2024-03-14 23:34:06 +08:00
Bobby Rong
a323f4f828
mate: Install mate-panel-with-applets by default
2024-03-14 23:34:06 +08:00
Bobby Rong
cbe14f0baf
mate.mate-panel-with-applets: init
2024-03-14 23:34:06 +08:00
Bobby Rong
2f977d185f
mate.mate-panel: 1.26.4 -> 1.28.0
...
https://github.com/mate-desktop/mate-panel/compare/v1.26.4...v1.28.0
Also enables wayland support.
2024-03-14 23:34:05 +08:00
Bobby Rong
dbf14ea769
mate.mate-media: 1.26.2 -> 1.28.1
...
https://github.com/mate-desktop/mate-media/compare/v1.26.2...v1.28.1
Also enables wayland support.
2024-03-14 23:34:05 +08:00
Bobby Rong
c87f6b5591
mate: Install caja-with-extensions by default
2024-03-14 23:34:05 +08:00
Bobby Rong
239d44557a
mate.caja-with-extensions: Reimplement using lndir
...
This installs missing desktop files and icons and allows dropping
the caja-extensions hardcode gsettings patch.
2024-03-14 23:34:05 +08:00
Bobby Rong
8f1d14791f
budgiePlugins.budgie-media-player-applet: 1.0.0-unstable-2023-12-31 -> 1.0.1
...
24500be1e0
...v1.0.1
2024-03-14 21:45:40 +08:00
Bobby Rong
8f62b25ef6
mate.caja: 1.26.3 -> 1.28.0
...
https://github.com/mate-desktop/caja/compare/v1.26.3...v1.28.0
Also enables wayland support.
2024-03-14 20:31:11 +08:00
Bobby Rong
8bd6369f3f
mate.pluma: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/pluma/compare/v1.26.1...v1.28.0
Also drops adwaita-icon-theme, XDG_ICON_DIRS is not picked up
by wrapGAppsHook for a while and we are fine.
2024-03-14 20:31:11 +08:00
Bobby Rong
2b537f61fb
mate.mozo: 1.26.2 -> 1.28.0
...
https://github.com/mate-desktop/mozo/compare/v1.26.2...v1.28.0
2024-03-14 20:31:11 +08:00
Bobby Rong
ea180d3122
mate.mate-user-guide: 1.26.2 -> 1.28.0
...
https://github.com/mate-desktop/mate-user-guide/compare/v1.26.2...v1.28.0
2024-03-14 20:31:11 +08:00
Bobby Rong
2b4a00c553
mate.mate-terminal: 1.26.1 -> 1.28.1
...
https://github.com/mate-desktop/mate-terminal/compare/v1.26.1...v1.28.1
2024-03-14 20:31:10 +08:00
Bobby Rong
1340971c12
mate.mate-system-monitor: 1.26.3 -> 1.28.1
...
https://github.com/mate-desktop/mate-system-monitor/compare/v1.26.3...v1.28.1
Drops libwnck since upstream discourages building wnck support.
https://github.com/mate-desktop/mate-system-monitor/blob/v1.28.0/meson_options.txt#L2
Systemd support is now enabled by default.
bc1296b16d
Also fixes mate-version.xml path.
2024-03-14 20:31:10 +08:00
Bobby Rong
beb53ce8fe
mate.mate-settings-daemon: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-settings-daemon/compare/v1.26.1...v1.28.0
dbus-glib is no longer needed.
66b5dded07
2024-03-14 20:31:10 +08:00
Bobby Rong
aaa57a15fd
mate.mate-session-manager: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-session-manager/compare/v1.26.1...v1.28.0
2024-03-14 20:31:10 +08:00
Bobby Rong
21690886e3
mate.mate-polkit: 1.26.1 -> 1.28.1
...
https://github.com/mate-desktop/mate-polkit/compare/v1.26.1...v1.28.1
Also uses Ayatana appindicator.
2024-03-14 20:31:09 +08:00
Bobby Rong
1d5c2c780f
mate.mate-notification-daemon: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-notification-daemon/compare/v1.26.1...v1.28.0
Also enables wayland support.
2024-03-14 20:31:09 +08:00
Bobby Rong
54dae297d1
mate.mate-menus: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/mate-menus/compare/v1.26.1...v1.28.0
2024-03-14 20:31:09 +08:00
Bobby Rong
d931fd5314
mate.mate-icon-theme: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-icon-theme/compare/v1.26.0...v1.28.0
2024-03-14 20:31:09 +08:00
Bobby Rong
e755cc90f6
mate.libmateweather: 1.26.3 -> 1.28.0
...
https://github.com/mate-desktop/libmateweather/compare/v1.26.3...v1.28.0
2024-03-14 20:31:09 +08:00
Bobby Rong
4d40b2ed75
mate.mate-calc: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-calc/compare/v1.26.0...v1.28.0
2024-03-14 20:31:08 +08:00
Bobby Rong
ce68cafc54
mate.marco: 1.26.2 -> 1.28.1
...
https://github.com/mate-desktop/marco/compare/v1.26.2...v1.28.1
2024-03-14 20:31:08 +08:00
Bobby Rong
28a4433b00
mate.mate-backgrounds: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-backgrounds/compare/v1.26.0...v1.28.0
Also uses stdenvNoCC.
2024-03-14 20:31:08 +08:00
Bobby Rong
b4657dc75c
mate.eom: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/eom/compare/v1.26.1...v1.28.0
2024-03-14 20:31:08 +08:00
Bobby Rong
93c62138fb
mate.libmatemixer: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/libmatemixer/compare/v1.26.1...v1.28.0
Also enables udev support (when ALSA module is built).
https://github.com/mate-desktop/libmatemixer/blob/v1.28.0/configure.ac#L196
2024-03-14 20:31:08 +08:00
Bobby Rong
59c54537d5
mate.libmatekbd: 1.26.1 -> 1.28.0
...
https://github.com/mate-desktop/libmatekbd/compare/v1.26.1...v1.28.0
2024-03-14 20:31:07 +08:00
Bobby Rong
27a7c9dcac
mate.mate-desktop: 1.26.2 -> 1.28.2
...
https://github.com/mate-desktop/mate-desktop/compare/v1.26.2...v1.28.2
Also enables startup notification support.
https://github.com/mate-desktop/mate-desktop/blob/v1.28.0/configure.ac#L130
Also add "dev" output.
2024-03-14 20:31:07 +08:00
Bobby Rong
47994c31af
mate.mate-common: 1.26.0 -> 1.28.0
...
https://github.com/mate-desktop/mate-common/compare/v1.26.0...v1.28.0
Also uses stdenvNoCC.
2024-03-14 20:31:07 +08:00
github-actions[bot]
c866a07331
Merge master into staging-next
2024-03-14 06:01:12 +00:00
Bobby Rong
830f5f84e6
Merge pull request #295798 from bobby285271/adopt/budgie
...
budgie: add myself as maintainer
2024-03-14 13:28:15 +08:00
Bobby Rong
1d3d0d6a89
budgie: add myself (bobby285271) as maintainer
...
Let's hope this package set is not too hard to maintain.
2024-03-14 12:29:36 +08:00
Bobby Rong
180575819a
Merge pull request #295696 from FedericoSchonborn/drop-federicoschonborn
...
maintainers: drop federicoschonborn
2024-03-14 12:13:07 +08:00
Federico Damián Schonborn
91a2510d05
maintainers: drop federicoschonborn
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-03-13 16:21:10 -03:00
Martin Weinelt
1dbf8a8c16
gnome-extensions-cli: fix build
2024-03-12 18:25:16 +01:00
R. Ryantm
b8c3fb7d6e
budgiePlugins.budgie-user-indicator-redux: 1.0.1 -> 1.0.2
2024-03-11 15:27:28 +01:00
Weijia Wang
0797005429
Merge pull request #275111 from 2xsaiko/outgoing/gnustep
...
gnustep: replace custom builder with hooks
2024-03-11 12:09:54 +01:00
Sandro
03b073b10c
Merge pull request #272406 from wineee/dtk
...
deepin desktop environment: Minor update
2024-03-11 00:20:11 +01:00
maxine
2fe42ab737
Merge pull request #292921 from amaxine/gnome-2024-03-03-updates
...
GNOME 45 updates (2024-03-03)
2024-03-10 17:17:00 +00:00
José Romildo Malaquias
997da97066
Merge pull request #294643 from bobby285271/upd/xfce
...
Xfce updates 2024-03-10
2024-03-10 10:28:13 -03:00
Bobby Rong
46d33e68f6
xfce.xfce4-weather-plugin: 0.11.1 -> 0.11.2
...
https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/compare/xfce4-weather-plugin-0.11.1...xfce4-weather-plugin-0.11.2
2024-03-10 11:24:47 +08:00
Bobby Rong
f44c2a114b
xfce.libxfce4ui: 4.18.5 -> 4.18.6
...
https://gitlab.xfce.org/xfce/libxfce4ui/-/compare/libxfce4ui-4.18.5...libxfce4ui-4.18.6
2024-03-10 11:12:26 +08:00
rewine
6f464fde69
deepin-system-monitor: 6.0.9 -> 6.0.13
2024-03-08 18:33:32 +08:00
rewine
7141db2ce4
deepin-compressor: 5.12.23 -> 5.12.24
2024-03-08 18:33:28 +08:00
rewine
cf235cdb7c
dde-calendar: 5.11.1 -> 5.12.1
2024-03-08 18:33:28 +08:00
rewine
aba35c466b
go-dbus-factory: 1.10.23 -> 2.0.8
2024-03-08 18:33:28 +08:00
rewine
3bd4a31093
deepin-icon-theme: 2023.11.28 -> 2024.01.31
2024-03-08 18:33:28 +08:00
rewine
f754f11a2f
deepin-desktop-base: 2023.09.05 -> 2024.01.03
2024-03-08 18:33:28 +08:00
rewine
da10318aa6
dde-account-faces: 1.0.15 -> 1.0.16
2024-03-08 18:33:28 +08:00
rewine
6fa9e42201
image-editor: 1.0.35 -> 1.0.41
2024-03-08 18:33:28 +08:00
rewine
6396516358
dde-launchpad: 0.3.0 -> 0.4.4
2024-03-08 18:33:28 +08:00
rewine
90a3dcf57e
deepin.deepin-screen-recorder: fix build on new dtk
2024-03-08 18:33:24 +08:00
rewine
a53248c23e
deepin.dde-session-shell: 6.0.10 -> 6.0.17
2024-03-08 18:33:24 +08:00
rewine
27993e9156
deepin.dde-session-ui: 6.0.10 -> 6.0.16
2024-03-08 18:33:24 +08:00
rewine
2ae1183031
deepin.dde-session: 1.1.9 -> 1.2.5
2024-03-08 18:33:24 +08:00
rewine
d429f3199a
deepin.dde-control-center: 6.0.28 -> 6.0.44
2024-03-08 18:33:24 +08:00
rewine
8661faed53
deepin.dde-dock: 6.0.22 -> 6.0.35
2024-03-08 18:33:23 +08:00
rewine
9a7354a833
deepin.dde-app-services: 1.0.23 -> 1.0.25
2024-03-08 18:33:23 +08:00
rewine
567fdca8f5
deepin.dde-file-manager: 6.0.31 -> 6.0.40
2024-03-08 18:33:23 +08:00
rewine
4cdb8ae228
deepin.util-dfm: 1.2.16 -> 1.2.21
2024-03-08 18:33:23 +08:00
rewine
7498d5cd1c
deepin.dde-appearance: 1.1.6 -> 1.1.25
2024-03-08 18:33:23 +08:00
rewine
61d3033070
deepin.dde-network-core: 2.0.15 -> 2.0.21
2024-03-08 18:33:23 +08:00
rewine
46c3895c2e
deepin.dde-widgets: 6.0.14 -> 6.0.19
2024-03-08 18:33:23 +08:00
rewine
b83944e6dd
deepin.dde-daemon: 6.0.22 -> 6.0.34
2024-03-08 18:33:23 +08:00
rewine
b3c5ae3428
deepin.startdde: 6.0.10 -> 6.0.13
2024-03-08 18:33:23 +08:00
rewine
69cfd69c54
deepin.dde-api: 6.0.7 -> 6.0.9
2024-03-08 18:33:18 +08:00
PerchunPak
9f6b151ddf
gnomeExtensions: auto-update
2024-03-05 14:36:41 +01:00
Leonard-Orlando Menzel
19827de662
update hashes for polonium 1.0b1
2024-03-05 10:12:02 +01:00