Commit graph

11629 commits

Author SHA1 Message Date
Bobby Rong 725ed88fea
Merge pull request #214490 from bobby285271/upd/pantheon.elementary-files
pantheon.elementary-files: 6.2.1 -> 6.2.2
2023-02-05 09:51:53 +08:00
Bobby Rong 2779776653
pantheon.elementary-files: 6.2.1 -> 6.2.2 2023-02-04 13:32:38 +08:00
Weijia Wang 04df784f4b
Merge pull request #214341 from wineee/qt5integration
deepin.qt5integration: 5.6.3 -> 5.6.4
2023-02-03 21:41:54 +01:00
Jan Tojnar 165c01c706
Merge pull request #212842 from jtojnar/heif
gnome.eog: Add HEIF support
2023-02-03 14:38:25 +01:00
Jan Tojnar 780c989913
Merge pull request #214150 from jtojnar/gnome
GNOME updates
2023-02-03 14:36:56 +01:00
rewine 3c6e6ce6f1 deepin.qt5integration: 5.6.3 -> 5.6.4 2023-02-03 18:00:29 +08:00
Nick Cao 7e957f03a7
Merge pull request #213911 from wineee/deditor
deepin.deepin-editor: init at 5.10.35
2023-02-03 10:19:52 +08:00
Jan Tojnar 094f3726d9 gnome.zenity: 3.43.0 → 3.44.0
We have not been installing icons since the Meson switch but now it caused the updated post-install script to crash:

    gtk-update-icon-cache: Failed to open file /nix/store/czzwa7n5yg12gvmq0xg9l9d9s1ja4280-zenity-3.44.0/share/icons/hicolor/.icon-theme.cache : No such file or directory

https://gitlab.gnome.org/GNOME/zenity/-/compare/3.43.0...3.44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 23:25:54 +01:00
Jan Tojnar f3b449e8d4 gnome.gnome-maps: 43.3 → 43.4
https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v43.3...v43.4

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 23:25:53 +01:00
Bobby Rong 6d5025d631
Merge pull request #213561 from bobby285271/fix/cinnamon
cinnamon.cinnamon-common: various changes
2023-02-02 23:47:04 +08:00
Bobby Rong 6997aefc84
cinnamon.cinnamon-common: use correct python for scrollbar-test-widget.py
Loading Themes module
Traceback (most recent call last):
  File "/xxxxxx/share/cinnamon/cinnamon-settings/bin/scrollbar-test-widget.py", line 6, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

This file is being called as
Gio.Subprocess.new(['python3', '/xxxxxx/scrollbar-test-widget.py', str(self.content_widget.get_id())], Gio.SubprocessFlags.NONE)
2023-02-02 20:19:08 +08:00
Weijia Wang edad90eb35
Merge pull request #213988 from bobby285271/upd/pantheon-tweaks
pantheon-tweaks: 1.0.4 -> 1.1.0
2023-02-01 19:16:57 +01:00
Bobby Rong 204f8c2133
pantheon-tweaks: 1.0.4 -> 1.1.0
https://github.com/pantheon-tweaks/pantheon-tweaks/compare/1.0.4...1.1.0
2023-02-01 22:30:57 +08:00
rewine 85b3a0e208 deepin-editor: init at 5.10.35 2023-02-01 15:38:04 +08:00
rewine c6b1954190
deepin-terminal: init at 5.4.34 2023-02-01 14:08:45 +08:00
Nick Cao a2470e39b2
Merge pull request #213372 from romildo/upd.xfce4-panel
xfce.xfce4-panel: 4.18.0 -> 4.18.1
2023-02-01 10:19:37 +08:00
Nick Cao e508656042
Merge pull request #213383 from romildo/upd.xfdesktop
xfce.xfdesktop: 4.18.0 -> 4.18.1
2023-02-01 10:14:14 +08:00
Nick Cao 86d5282d03
Merge pull request #213367 from romildo/upd.libxfce4util
xfce.libxfce4util: 4.18.0 -> 4.18.1
2023-02-01 10:13:45 +08:00
Nick Cao 726692b6f7
Merge pull request #213368 from romildo/upd.thunar
xfce.thunar: 4.18.1 -> 4.18.3
2023-02-01 10:13:29 +08:00
Nick Cao f077f4c1a2
Merge pull request #213370 from romildo/upd.xfce4-datetime-plugin
xfce.xfce4-datetime-plugin: 0.8.2 -> 0.8.3
2023-02-01 10:13:12 +08:00
Nick Cao 7425329707
Merge pull request #213381 from romildo/upd.xfce4-whiskermenu-plugin
xfce.xfce4-whiskermenu-plugin: 2.7.1 -> 2.7.2
2023-02-01 10:11:47 +08:00
Nick Cao 4fedf364dd
Merge pull request #213380 from romildo/upd.xfce4-taskmanager
xfce.xfce4-taskmanager: odd minor release numbers are stable
2023-02-01 10:11:23 +08:00
Nick Cao 85a1f6591e
Merge pull request #212905 from wineee/deepin-arkwork
deepin(artwork): init at 20.8
2023-02-01 10:07:50 +08:00
Bobby Rong bdc6404b0f
cinnamon.cinnamon-common: unbreak calendar-server
Reported in issue 213728. With this change you can see
list of your EDS events in your calendar applet.
2023-01-31 21:28:13 +08:00
Bobby Rong 7f5ad3e298
cinnamon.cinnamon-common: unbreak looking-glass
Reported in issue 213728.
ModuleNotFoundError: No module named 'pyinotify'
2023-01-31 21:28:12 +08:00
Bobby Rong 63a4f9f242
cinnamon.cinnamon-common: use mesa instead of clutter
This is probably a mistake I made when bumping cinnamon to 5.4.
What cinnamon needs is muffin-clutter-0, the clutter package itself
is something no longer maintained. We just add the missing mesa
for the EGL/eglmesaext.h header.
2023-01-31 21:28:12 +08:00
Vladimír Čunát e4957a85c9
Merge #211923: staging-next 2023-01-21 2023-01-31 09:42:28 +01:00
Peter Hoeg f265af55c5 kinfocenter: add a bunch of tools for additional info 2023-01-31 14:46:06 +08:00
Bobby Rong 279fb9d464
cinnamon.cinnamon-common: stop substituting upload-system-info
We install xapp in environment.systemPackages in the cinnamon module
because most XApps need the icon it provides. As a side effect, we
should have this in PATH. This is really an optional app,
cinnamon-settings handles the situation well when it is missing.
2023-01-30 19:50:33 +08:00
José Romildo 26057588ae xfce.xfdesktop: 4.18.0 -> 4.18.1 2023-01-29 11:25:28 -03:00
José Romildo 85c6464a2a xfce.xfce4-whiskermenu-plugin: 2.7.1 -> 2.7.2 2023-01-29 11:19:41 -03:00
José Romildo 403be179ec xfce.xfce4-taskmanager: odd minor release numbers are stable 2023-01-29 11:09:17 -03:00
José Romildo a8c1e3fa17 xfce.xfce4-panel: 4.18.0 -> 4.18.1 2023-01-29 10:38:45 -03:00
José Romildo 8f23070e1a xfce.xfce4-datetime-plugin: 0.8.2 -> 0.8.3 2023-01-29 10:29:06 -03:00
José Romildo e8dd056bfa xfce.thunar: 4.18.1 -> 4.18.3 2023-01-29 10:23:34 -03:00
José Romildo f7059afcf8 xfce.libxfce4util: 4.18.0 -> 4.18.1 2023-01-29 10:18:57 -03:00
github-actions[bot] 2019d6632b
Merge master into staging-next 2023-01-29 12:01:20 +00:00
Weijia Wang ab53f94d84
Merge pull request #213282 from bobby285271/upd/pantheon.appcenter
pantheon.appcenter: 7.0.0 -> 7.1.0
2023-01-29 09:13:20 +01:00
Bobby Rong b228bcbe5d
pantheon.appcenter: 7.0.0 -> 7.1.0 2023-01-29 10:39:46 +08:00
github-actions[bot] b460ba1998
Merge master into staging-next 2023-01-28 12:01:10 +00:00
Jan Tojnar 67e3a88fa5
Merge pull request #213091 from bobby285271/upd/gnome
GNOME updates
2023-01-28 10:51:12 +01:00
Artturi c114d0cf8c
Merge pull request #212979 from wineee/gio-qt 2023-01-28 11:48:16 +02:00
Weijia Wang 356e59e491
Merge pull request #213107 from bobby285271/upd/tepl
tepl: 6.2.0 → 6.4.0
2023-01-28 10:46:38 +01:00
Bobby Rong 73edcd48e0
gnome.gedit: 43.2 → 44.2
https://gitlab.gnome.org/GNOME/gedit/-/compare/43.2...44.2
2023-01-28 15:12:25 +08:00
github-actions[bot] 951b517e4c
Merge master into staging-next 2023-01-28 06:01:19 +00:00
Bobby Rong 409a6fdef6
gnome.gnome-sudoku: 43.0 → 43.1
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/43.0...43.1
2023-01-28 04:25:36 +00:00
Bobby Rong 2d63cc830e
gnome.gpaste: 43.0 → 43.1
https://github.com/Keruspe/GPaste/compare/v43.0...v43.1
2023-01-28 12:24:06 +08:00
Bobby Rong df28e02725
Merge pull request #212981 from bobby285271/upd/gnome-flashback
GNOME (flashback) updates
2023-01-28 11:57:19 +08:00
rewine a9156a9c21 dde-account-faces: init at 1.0.12.1 2023-01-28 10:49:01 +08:00
rewine 216ac3a5e3 deepin-sound-theme: init at 15.10.6 2023-01-28 10:45:52 +08:00