Commit graph

7215 commits

Author SHA1 Message Date
José Romildo Malaquias ea78c87cc8 enlightenment.efl: 1.24.0 -> 1.24.1 2020-05-13 13:19:33 -03:00
Jan Tojnar 5df7471c14
chrome-gnome-shell: Fix missing introspection data
It was crashing with:

    TypeError: gobject `__main__+ChromeGNOMEShell' doesn't support property `application_id'

– that is the constructor of parent class Gio.Application does not recognize the kwarg.

This is typically caused by missing pygobject overrides but I think ones for Gio are built-in into pygobject.

Even weirder, adding just `${gobject-introspection}/lib/girepository-1.0` seems to fix the issue so it might be missing the whole typelib.
But then why does not it fail when importing it?

	from gi.repository import GLib, Gio

For now, I am adding the Gio typelib which should been done from the start but more debugging should be done since weirdness like this can bring more bugs.

Fixes: https://github.com/NixOS/nixpkgs/issues/87740
2020-05-13 17:02:53 +02:00
Jan Tojnar c8683da483
chrome-gnome-shell: clean up
* format with nixpkgs-fmt
* reorder attributes
* inline version
2020-05-13 16:45:55 +02:00
Frederik Rietdijk 82ca249c92
Merge pull request #87235 from NixOS/staging-next
Staging next
2020-05-11 22:07:40 +02:00
Thomas Tuegel e154c6ca20
Merge pull request #86615 from shatsky/plasma-wayland
plasma5.kwin: add mesa dependency
2020-05-11 09:42:35 -05:00
Frederik Rietdijk d20d734bcf Merge master into staging-next 2020-05-11 09:19:26 +02:00
R. RyanTM 024a6dc45b gnomeExtensions.clipboard-indicator: 30 -> 34 2020-05-10 13:11:56 +02:00
Frederik Rietdijk 303adc7697 Merge master into staging-next 2020-05-10 09:43:48 +02:00
Bjørn Forsman eb12149979 gnomeExtensions: add 'uuid' attr to all extensions
Some already have it, this adds it to the rest.

With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
Roman Firment c35d8c94d7 gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02
Also add license.
2020-05-09 15:08:24 +02:00
Frederik Rietdijk d7cca0f356 Merge master into staging-next 2020-05-09 11:12:29 +02:00
José Romildo Malaquias be75ae5a1e
Merge pull request #87216 from romildo/upd.xfconf
xfce.xfconf: 4.14.1 -> 4.14.3
2020-05-08 18:33:16 -03:00
Frederik Rietdijk bc48203b98 Merge staging-next into staging 2020-05-08 06:46:14 +02:00
Jan Tojnar e23aef78cc
Merge pull request #87195 from r-ryantm/auto-update/gnome-desktop 2020-05-08 06:39:23 +02:00
José Romildo Malaquias 88c479bce8 xfce.xfconf: 4.14.1 -> 4.14.3 2020-05-07 17:17:04 -03:00
R. RyanTM 79612ced69 gnome3.gnome-desktop: 3.36.1 -> 3.36.2 2020-05-07 14:26:55 +00:00
José Romildo Malaquias 37c0261d6c
Merge pull request #86937 from romildo/upd.xfce4-xfce4-notifyd
xfce.xfce4-notifyd: 0.6.0 -> 0.6.1
2020-05-07 11:05:47 -03:00
José Romildo Malaquias 4ed5208152
Merge pull request #86708 from romildo/deepin.updateScript
deepin: redefine updateScript to use genericUpdater
2020-05-07 11:04:36 -03:00
José Romildo Malaquias 9e1975bebd
Merge pull request #86519 from romildo/upd.efl
enlightenment.efl: 1.23.3 -> 1.24.0; new test module
2020-05-07 10:52:52 -03:00
R. RyanTM eed197540c
gnome3.adwaita-icon-theme: 3.36.0 -> 3.36.1 (#86766) 2020-05-06 21:08:23 +02:00
R. RyanTM 895b3bdef8
gnome3.gucharmap: 13.0.0 -> 13.0.2 (#86885) 2020-05-06 21:05:35 +02:00
Tor Hedin Brønner 01a3fa470c
Merge pull request #86661 from hedning/gnome-3.36.2
Gnome 3.36.2
2020-05-06 19:43:38 +02:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
José Romildo Malaquias 4a86636d33 xfce.xfce4-notifyd: 0.6.0 -> 0.6.1 2020-05-05 09:38:21 -03:00
José Romildo Malaquias 538471f477
Merge pull request #86655 from romildo/upd.xfce4-xfwm4
xfce.xfwm4: 4.14.0 -> 4.14.2
2020-05-05 08:55:04 -03:00
R. RyanTM 9cd820f0bc gnome3.pomodoro: 0.16.0 -> 0.17.0 2020-05-05 15:43:48 +05:30
R. RyanTM 1faccd5200 cinnamon.cinnamon-session: 4.4.0 -> 4.4.1 2020-05-04 21:19:59 -07:00
José Romildo Malaquias 593c6247ab deepin: redefine updateScript to use genericUpdater 2020-05-04 14:39:54 -03:00
José Romildo Malaquias 6783884389 deepin: format with nixpkgs-fmt 2020-05-04 14:39:25 -03:00
José Romildo Malaquias 44a43c99d8
Merge pull request #85883 from romildo/fix.deepin-anything
deepin.deepin-anything: fix building with linux kernel 5.6
2020-05-04 10:18:08 -03:00
José Romildo Malaquias 4dd6ea0271 lxqt.libqtxdg: fix include and lib install directories
This issue was introduce in PR #86079
commit d1460ad71f
2020-05-03 19:53:35 -03:00
Tor Hedin Brønner 8f5f7c82b5 gnome3.quadrapassel: 3.36.00 -> 3.36.02 2020-05-03 17:42:32 +02:00
Tor Hedin Brønner fb62f5c024 gnome3.gnome-flashback: 3.36.1 -> 3.36.3 2020-05-03 17:42:32 +02:00
Tor Hedin Brønner 76533cdb3f gnome3.iagno: 3.36.0 -> 3.36.2 2020-05-03 17:42:32 +02:00
Tor Hedin Brønner f3ed2277ad gnome3.gnome-tetravex: 3.36.0 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 98a13130db gnome3.gnome-taquin: 3.36.0 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner a8e6db6d3e gnome3.gnome-mahjongg: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner a446ee2424 gnome3.gnome-klotski: 3.36.0 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 42e6acdd55 gnome3.four-in-a-row: 3.36.0 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 2d9e779c9e gnome3.geary: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 2d67c6397c gnome3.devhelp: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 4c27db1f88 simple-scan: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 3228ddbfec gnome3.nautilus: 3.36.1.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 4e7cc56090 gnome3.gnome-terminal: 3.36.1.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 7d058165de gnome3.gnome-settings-daemon: 3.36.0 -> 3.36.1 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 391aceceda gnome3.gnome-initial-setup: 3.36.1 -> 3.36.2 2020-05-03 17:42:31 +02:00
Tor Hedin Brønner 747799f7d1 gnome3.gnome-control-center: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 74a92c3732 gnome3.gnome-contacts: 3.36 -> 3.36.1 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 15f68ad5c8 gnome3.eog: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner e11decf5f0 gnome3.dconf-editor: 3.36.0 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 983a7eac4f gnome3.polari: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 8838812ef5 gnome3.gnome-weather: 3.36.0 -> 3.36.1 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 248c0c999c gnome3.gnome-music: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 1363cdc116 gnome3.gnome-maps: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 56211aa07f gnome3.gnome-getting-started-docs: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 2e3d6ad3b6 gnome3.gnome-calendar: 3.36.0 -> 3.36.1 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 4cf05b434c gnome3.gnome-boxes: 3.36.2 -> 3.36.3 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner b086a157df gnome3.gedit: 3.36.1 -> 3.36.2 2020-05-03 17:42:30 +02:00
Tor Hedin Brønner 842a344fa0 gnome3.evolution: 3.36.1 -> 3.36.2 2020-05-03 17:42:29 +02:00
Tor Hedin Brønner 688587cd8f evolution-data-server: 3.36.1 -> 3.36.2 2020-05-03 17:42:29 +02:00
Tor Hedin Brønner 06fc4f2a33 gnome3.accerciser: 3.36.1 -> 3.36.2 2020-05-03 17:42:29 +02:00
José Romildo Malaquias 42b7f86b6f xfce.xfwm4: 4.14.0 -> 4.14.2 2020-05-03 11:41:16 -03:00
José Romildo Malaquias 5ee8df95bc
Merge pull request #86424 from romildo/upd.xfce4-panel
xfce.xfce4-panel: 4.14.3 -> 4.14.4
2020-05-03 09:35:05 -03:00
José Romildo Malaquias 5efa6f0c91 enlightenment.econnman: migrate to python3 2020-05-02 22:50:23 -03:00
José Romildo Malaquias 58d1eb1a6c enlightenment.efl: migrate to python3 2020-05-02 22:50:23 -03:00
José Romildo Malaquias a8bd3ec9ce enlightenment.efl: 1.23.3 -> 1.24.0 2020-05-02 22:50:23 -03:00
José Romildo Malaquias 4b44fd73c9 enlightenment.efl: format with nixpkgs-fmt 2020-05-02 22:50:23 -03:00
Eugene Shatsky aa0574e394 plasma5.kwin: add mesa dependency
mesa provides libgbm required to build kwin_wayland drm backend with hw accel (compositing&clients)
2020-05-03 00:14:28 +03:00
ajs124 01ff33cad7 Revert "gnustep.libobjc: 1.9 -> 2.0"
This reverts commit 937b6d73b4.
2020-05-02 17:34:03 +02:00
Frederik Rietdijk afb1041148 Merge master into staging-next 2020-05-02 09:39:00 +02:00
worldofpeace 76c1884a20
Merge pull request #86079 from romildo/upd.lxqt
lxqt: update to version 0.15.0
2020-05-01 17:59:52 -04:00
Tor Hedin Brønner 23c09228ee
Merge pull request #86406 from hedning/gnome-shell-3.36.2
Gnome shell 3.36.2
2020-05-01 19:52:29 +02:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Roman Firment e523407d80 gnomeExtensions.window-is-ready-remover: init at unstable-2020-03-25
Removes window is ready Notification.
2020-05-01 01:45:37 +02:00
José Romildo Malaquias cd8a60fd3b xfce.xfce4-panel: 4.14.3 -> 4.14.4 2020-04-30 18:53:28 -03:00
Tor Hedin Brønner 62377802ef gnome3.gnome-shell-extensions: 3.36.1 -> 3.36.2 2020-04-30 15:56:15 +02:00
Tor Hedin Brønner a59590a484 gnome3.mutter: 3.36.1 -> 3.36.2 2020-04-30 15:56:15 +02:00
Tor Hedin Brønner 88f42237d8 gnome3.gnome-shell: 3.36.1 -> 3.36.2 2020-04-30 15:56:15 +02:00
José Romildo Malaquias 2c9560df2a lxqt.screengrab: 2.0.0 -> 2.0.1 2020-04-29 16:12:29 -03:00
José Romildo Malaquias 7729ea883b lxqt.qtermwidget: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias 9aa8d4cc2e lxqt.qterminal: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias 30e551f614 lxqt.qps: 2.0.0 -> 2.1.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias 9269465cba lxqt.qlipper: 5.1.1 -> 5.1.2 2020-04-29 16:12:29 -03:00
José Romildo Malaquias a8351ff1e8 lxqt.pcmanfm-qt: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias ee602ab73a lxqt.pavucontrol-qt: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias e6e984b284 lxqt.obconf-qt: 0.14.1 -> 0.15.0 2020-04-29 16:12:29 -03:00
José Romildo Malaquias a303e67d0b lxqt.lxqt-themes: 0.14.0 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias 4748da5041 lxqt.lxqt-sudo: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias b92e9cd9d7 lxqt.lxqt-session: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias c11f0d460a lxqt.lxqt-runner: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias 2c195fa118 lxqt.lxqt-qtplugin: 0.14.0 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias 4c3d8a7af9 lxqt.lxqt-powermanagement: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias bd3e596db3 lxqt.lxqt-policykit: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias fb45987795 lxqt.lxqt-panel: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias 5986986273 lxqt.lxqt-openssh-askpass: 0.14.1 -> 0.15.0 2020-04-29 16:12:28 -03:00
José Romildo Malaquias 786f162561 lxqt.lxqt-notificationd: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias f23a0bef1d lxqt.lxqt-globalkeys: 0.14.3 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 46c9168a4a lxqt.lxqt-config: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 9440c55bd3 lxqt.lxqt-build-tools: 0.6.0 -> 0.7.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 34fbdf7867 lxqt.lxqt-archiver: 2019-09-25 -> 0.1.1 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 05d5013dcb lxqt.lxqt-admin: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 9967ba6e23 lxqt.lxqt-about: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 7df24e3746 lxqt.lximage-qt: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 8a3a3e18c7 lxqt.libsysstat: 0.4.2 -> 0.4.3 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 88068d4298 lxqt.compton-conf: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias e1366251f7 lxqt.liblxqt: 0.14.1 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias fc04b40ba0 lxqt.libfm-qt: 2019-09-22 -> 0.15.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias d1460ad71f lxqt.libqtxdg: 3.4.0 -> 3.5.0 2020-04-29 16:12:27 -03:00
José Romildo Malaquias 99a75d1239 lxqt: remove old update script 2020-04-29 16:12:27 -03:00
José Romildo Malaquias f27301cd32 lxqt: add updater script to individual packages 2020-04-29 16:12:26 -03:00
José Romildo Malaquias d50107d17b lxqt: add update script tailored to LXQt packages 2020-04-29 16:12:26 -03:00
José Romildo Malaquias 5abed165e0 lxqt: format nix expressions with nixpkgs-fmt 2020-04-29 16:12:26 -03:00
worldofpeace 62587f43dd nixos-artwork: add file path attributes
This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
2020-04-29 13:23:35 -04:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
worldofpeace f5ddad7d5e pantheon.gala: 3.3.0 -> 3.3.1
https://github.com/elementary/gala/releases/tag/3.3.1
2020-04-28 14:01:52 -04:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Frederik Rietdijk 57cfb787ef Merge staging into staging-next 2020-04-25 21:53:27 +02:00
José Romildo Malaquias 6552712907 deepin.deepin-anything: fix building with linux kernel 5.6 2020-04-25 15:33:56 -03:00
worldofpeace 9d0b4c05ed
Merge pull request #85837 from romildo/upd.xfce4-whiskermenu-plugin
xfce.xfce4-whiskermenu-plugin: 2.4.3 -> 2.4.4
2020-04-25 11:58:25 -04:00
worldofpeace 82853324a9
Merge pull request #85967 from worldofpeace/mutter334-update
gnome3.mutter334: 3.34.4 -> 3.34.5, backports
2020-04-25 11:46:23 -04:00
Jan Tojnar 4239bf17ec
gnome3.updateScript: optimize unfrozen updates
When the updates are not frozen, there is no need to try to extract versions from attributes.
2020-04-25 15:32:20 +02:00
Jan Tojnar f544c293ec
gnome3.updateScript: fix tarball eval on nonexisting attrpaths
As reported in 974f11cb29 (commitcomment-38735081),
the tarball will fail to evaluate when updateScript is given a non-existing attrPath because getAttrFromPath
uses abort, which terminates the evaluation.
2020-04-25 15:26:09 +02:00
Frederik Rietdijk bb10352242 Merge staging-next into staging 2020-04-25 07:53:37 +02:00
worldofpeace 9d73d28580 pantheon.switchboard-plug-pantheon-shell: 2.8.3 -> 2.8.4 2020-04-24 21:22:20 -04:00
Jan Tojnar b0a2fb1e03
gnome3.updateScript: format with black 2020-04-25 01:19:33 +02:00
Jan Tojnar 974f11cb29
gnome3.updateScript: Add freeze functionality
On stable releases, we will want to change the freeze parameter in pkgs/desktops/gnome-3/update.nix
to true to limit the gnome update script to only bump patch versions.
2020-04-25 01:19:33 +02:00
worldofpeace fc9ae04575 gnome3.mutter334: 3.34.4 -> 3.34.5, backports
Backports gnome-3-34 patches as well
2020-04-24 17:56:09 -04:00
Jan Tojnar df3e072f24
gnomeExtensions.dash-to-dock: 2020-03-19 → 2020-04-20 2020-04-23 22:43:33 +02:00
Jan Tojnar 5b49b4347d
Merge pull request #85865 from mmilata/file-roller-3.36.2 2020-04-23 21:29:47 +02:00
José Romildo Malaquias 59cea9da66 xfce.xfce4-whiskermenu-plugin: fix gettext path in script 2020-04-23 15:34:41 -03:00
Martin Milata 2108f1aa34 gnome3.file-roller: 3.36.1 -> 3.36.2
Fixes CVE-2020-11736.
2020-04-23 15:18:36 +02:00
Frederik Rietdijk cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
José Romildo Malaquias 6a4b7e51b0 xfce.xfce4-whiskermenu-plugin: 2.4.3 -> 2.4.4 2020-04-22 23:01:16 -03:00
worldofpeace 834a49e0d4 pantheon.wingpanel: add elementary-gtk-theme 2020-04-22 21:28:40 -04:00
worldofpeace 6cecb196fd pantheon.elementary-greeter: add elementary-gtk-theme 2020-04-22 21:28:39 -04:00
worldofpeace 7a164bf678 pantheon.wingpanel-indicator-datetime: patch in a lot of fixes
These were rejected upstream, sadly https://github.com/elementary/wingpanel-indicator-datetime/pull/207.
2020-04-22 13:04:18 -04:00
José Romildo Malaquias adcb685ec0
Merge branch 'staging' into fix.icon-theme-inheritance 2020-04-21 10:29:12 -03:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
José Romildo Malaquias 5dd4e8900d xfce.xfce4-icon-theme: add missing parent icon themes
Also:
- replace gtk2 by gtk3
- intltool and gtk are native build dependences
2020-04-19 21:32:15 -03:00
José Romildo Malaquias b6f046f725 mate.mate-icon-theme-faenza: add missing parent icon themes 2020-04-19 21:29:33 -03:00
José Romildo Malaquias 580b886a06 gnome3.gnome-themes-extra: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias 50c048f937 gnome3.adwaita-icon-theme: do not drop icon theme cache 2020-04-19 21:29:32 -03:00
José Romildo Malaquias 6660106c72 enlightenment.efl: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias b097c95dc7 deepin.deepin-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias b491caea5a cinnamon.mint-y-icons: add missing parent icon themes
Also:
- add runHook calls
- move postFixup actions to installPhase
- gtk-update-icon-cache does accepts only one icon path
2020-04-19 21:29:32 -03:00
José Romildo Malaquias 76f2f29de6
Merge pull request #85318 from romildo/upd.xfce
xfce: update most packages
2020-04-19 20:57:54 -03:00
José Romildo Malaquias c5d8f23feb xfce.xfce4-icon-theme: update gtk dependency and add license 2020-04-19 20:39:00 -03:00
José Romildo Malaquias fc4a10e11d xfce.xfce4-hardware-monitor-plugin: update meta 2020-04-19 20:39:00 -03:00
José Romildo Malaquias c7c0940bcb xfce.xfce4-embed-plugin: update meta and buildInputs 2020-04-19 20:39:00 -03:00
José Romildo Malaquias 21fb9c538e xfce.xfce4-mailwatch-plugin: remove broken status 2020-04-19 20:38:59 -03:00