7983 Commits

Author SHA1 Message Date
jasper
7415aacfb4 update to quadrapassel-3.36.02 2020-05-14 15:29:33 +00:00
jasper
889151005b update to gnome-shell-extensions-3.36.2 2020-05-14 15:29:08 +00:00
ajacoutot
a7e7d95edd Update to gvfs-1.44.1. 2020-05-14 15:29:06 +00:00
jasper
59b6974ae2 update to gnome-shell-3.36.2 2020-05-14 15:28:46 +00:00
ajacoutot
3c636c4b1f Update to gnome-getting-started-docs-3.36.2. 2020-05-14 15:27:48 +00:00
jasper
809afbfa47 sync comment 2020-05-14 15:27:05 +00:00
ajacoutot
f20febb3e7 Update to gdm-3.36.2. 2020-05-14 15:25:53 +00:00
ajacoutot
f05a37245e No need to sync COMPILER with x11/gnome/gjs. 2020-05-14 15:25:19 +00:00
jasper
0a36560412 update to mutter-3.36.2 2020-05-14 15:24:22 +00:00
ajacoutot
6084624529 Update to devhelp-3.36.2. 2020-05-14 15:22:47 +00:00
ajacoutot
624faa6104 Update to dconf-editor-3.36.2. 2020-05-14 15:21:49 +00:00
jasper
3317f70b5b sync after vala update 2020-05-14 15:21:33 +00:00
jasper
9f07220c14 remove gnome-planner and gnome-recipes; these projects have missed several
deadlines and are now rotting in upstream git.

ok aja@
2020-05-14 15:20:45 +00:00
ajacoutot
99d35be2d3 Update to gnome-control-center-3.36.2. 2020-05-14 15:20:35 +00:00
ajacoutot
14aadccf43 Update to gnome-color-manager-3.36.0. 2020-05-14 15:20:04 +00:00
jasper
ae93dcdf07 unhook gnome-planner and gnome-recipes 2020-05-14 15:19:44 +00:00
ajacoutot
fb177b3e3c Update to gnome-clocks-3.36.2. 2020-05-14 15:19:14 +00:00
ajacoutot
c88b914c4c Update to gnome-builder-3.36.0. 2020-05-14 15:17:46 +00:00
ajacoutot
0208fe593a Update to adwaita-icon-theme-3.36.1. 2020-05-14 15:15:39 +00:00
jasper
f837acf492 update to bijiben-3.36.1 2020-05-14 15:15:01 +00:00
jasper
9ee08530ac update to gnome-contacts-3.36.1 2020-05-14 15:14:30 +00:00
jasper
fb49542df0 update to gedit-plugins-3.26.2 2020-05-14 15:13:14 +00:00
ajacoutot
8d5096f829 Update to accerciser-3.36.1. 2020-05-14 15:12:51 +00:00
jasper
99a1ea36a7 update to gnome-calculator-3.36.0 2020-05-14 15:12:19 +00:00
jasper
d07559082a update to gnome-system-monitor-3.36.0 2020-05-14 15:11:47 +00:00
jasper
926dc8f45f update to eog-3.36.2 2020-05-14 15:11:18 +00:00
ajacoutot
c7316f11be Update to gnome-backgrounds-3.36.0. 2020-05-14 15:11:01 +00:00
jasper
293031ef00 update to gedit-3.36.2 2020-05-14 15:10:57 +00:00
ajacoutot
3d91a23b52 Update to tepl-4.4.0. 2020-05-14 15:07:20 +00:00
jasper
d58af892c0 update to file-roller-3.36.2 2020-05-14 15:05:04 +00:00
ajacoutot
94b439e66c Update to gnome-settings-daemon-3.36.1. 2020-05-14 15:04:21 +00:00
ajacoutot
68447ed722 Update to gnome-session-3.36.0. 2020-05-14 15:03:49 +00:00
jasper
380ad7c331 update to gnome-screenshot-3.36.0 2020-05-14 15:03:46 +00:00
jasper
c61bbcd4bf update to gnome-calendar-3.36.1 2020-05-14 15:00:50 +00:00
jasper
ba64af95b1 update to libgweather-3.36.0 2020-05-14 14:59:25 +00:00
ajacoutot
fd52df6531 Update to libdazzle-3.36.0. 2020-05-14 14:59:03 +00:00
jasper
b48a49e723 update to gnome-online-accounts-3.36.0 2020-05-14 14:58:58 +00:00
ajacoutot
861cd6e4c1 Update to gcr-3.36.0. 2020-05-14 14:58:33 +00:00
ajacoutot
452ea86cac Update to at-spi2-core-2.36.0. 2020-05-14 14:58:05 +00:00
ajacoutot
005f544d5e Update to gnome-desktop-3.36.2. 2020-05-14 14:57:00 +00:00
jasper
6c29dd7fa1 - update to gjs-1.64.2
there are runtime regressions with some applications (e.g. gnome-weather),
these will be handled in due time
2020-05-14 14:55:56 +00:00
ajacoutot
a07a36c969 Missing BDEP on x11/dbus-glib.
Not sure how we never run into build issues before...

noticed by and ok sthen@
2020-05-06 18:32:47 +00:00
jasper
b7bd3616ba bugfix update to mutter-3.34.6 2020-05-01 07:13:46 +00:00
ajacoutot
129e98bcbb Update to gnome-control-center-3.34.6. 2020-05-01 05:42:15 +00:00
kn
265b86e2a9 Remove Python dependency
devhelp ships a single Python script which is a gedit plugin, nothing
else in devhelp requires Python at runtime.

Remove lang/python module usage;  Both Python 3 (through meson) and 2
(through a secondary BUILD_DEPENDS in the chain) are pulled in during
build anyway.

gedit itself has a direct Python 3 as RUN_DEPENDS.

devhelp not having a Python RDEP allows installing the "xfce" meta package
without requiring Python 2.

Ok aja
2020-04-30 23:10:02 +00:00
ajacoutot
225cc11718 Update to gnome-desktop-3.34.6. 2020-04-30 05:55:50 +00:00
jasper
3fa32c7913 update to gjs-1.58.7, addresses a number of crashers 2020-04-29 11:41:34 +00:00
ajacoutot
f94017123a Update to gnome-user-docs-3.34.2. 2020-04-26 08:03:13 +00:00
ajacoutot
3543bb90df Update to gnome-getting-started-docs-3.34.2. 2020-04-26 08:02:56 +00:00
ajacoutot
f02199ee35 Update to gnome-initial-setup-3.34.6. 2020-04-26 07:48:27 +00:00