summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-extra/evolution-ews: drop 3.50.3-r1, 3.52.2Andreas Sturmlechner2024-09-204-223/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* gnome-extra/evolution-ews: run tests seriallySam James2024-09-184-4/+8
| | | | | | | | | The tests fail in parallel. Upstream have added forcing them to run serially to their CMake for newer versions though. Bug: https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/522 Closes: https://bugs.gentoo.org/922977 Signed-off-by: Sam James <sam@gentoo.org>
* gnome-extra/evolution-data-server: run tests seriallySam James2024-09-184-4/+8
| | | | | | | | | The tests fail in parallel. Upstream have added forcing them to run serially to their CMake for newer versions though. Bug: https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/522 Closes: https://bugs.gentoo.org/922977 Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-1216-16/+16
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gnome-extra/gnome-network-displays: add 0.93.0Pacho Ramos2024-09-092-0/+72
| | | | | Closes: https://bugs.gentoo.org/938679 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-shell-extension-appindicator: drop 57Pacho Ramos2024-08-272-48/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-shell-extension-appindicator: add 59Pacho Ramos2024-08-272-0/+48
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-shell-extension-alphabetical-grid: drop 38.0, 39.0Pacho Ramos2024-08-273-118/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-shell-extension-alphabetical-grid: add 41.0Pacho Ramos2024-08-272-0/+59
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* */*: reassign Jonas Licht's packagesFlorian Schmaus2024-08-261-8/+1
| | | | | Closes: https://bugs.gentoo.org/650616 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* gnome-extra/cinnamon-control-center: use a "more correct" xdg.eclass phaseEli Schwartz2024-08-231-1/+1
| | | | | | | Avoid calling postinst in postrm, even though they really just share an impl at the moment. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon: correct USE dependency on gtkEli Schwartz2024-08-231-1/+1
| | | | | | | | | | | | Actually, it doesn't use gtk's gdk-wayland backend at all, not even optionally, so the dependencies are effectively runtime-only. On the other hand, it does use the X11 one! Make sure that it correctly requires gtk+[X] when built for X11 -- which is always, as it currently doesn't support the wayland backend in that bit of code at all. Hence wayland support being masked at the moment. So we simply don't worry about that at all for now. :) Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon: use a "more correct" xdg.eclass phaseEli Schwartz2024-08-231-1/+1
| | | | | | | Avoid calling postinst in postrm, even though they really just share an impl at the moment. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-settings-daemon: avoid automagic deps on gtk+[X,wayland]Eli Schwartz2024-08-231-2/+8
| | | | | | | | | | | | | | | Currently, one is forced to compile c-s-d and gtk with the same value of USE=wayland which makes it difficult to provide generically reusable binaries. It is better than automagically depending on wayland and then lacking it, but not ideal. Preferable would be for c-s-d[wayland] to require gtk+[wayland] but when built without wayland support, to not care whether gtk itself is. We now support a mechanism for packages to opt out of gtk providing the API, for use by packages that don't provide a `-D wayland=true` but autodetect whether gtk was built with it. Use that mechanism. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-settings-daemon: conditionalize wayland on wacomEli Schwartz2024-08-231-2/+6
| | | | | | | | | The only plugin that uses gtk's wayland support -- or any wayland support at all -- is the wacom plugin. It is otherwise meaningless to depend on gtk's wayland support, so rejuggle the dependencies to reflect that. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-control-center: avoid automagic deps on gtk+[X,wayland]Eli Schwartz2024-08-231-2/+5
| | | | | | | | | | | | | | | Currently, one is forced to compile c-c-c and gtk with the same value of USE=wayland which makes it difficult to provide generically reusable binaries. It is better than automagically depending on wayland and then lacking it, but not ideal. Preferable would be for c-c-c[wayland] to require gtk+[wayland] but when built without wayland support, to not care whether gtk itself is. We now support a mechanism for packages to opt out of gtk providing the API, for use by packages that don't provide a `-D wayland=true` but autodetect whether gtk was built with it. Use that mechanism. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo: avoid automagic dependency on gtk+[X]; don't restrict waylandEli Schwartz2024-08-231-2/+5
| | | | | | | | | | | | | | | Currently, one is forced to compile nemo and gtk with the same value of USE=wayland which makes it difficult to provide generically reusable binaries. It is better than automagically depending on wayland and then lacking it, but not ideal. Preferable would be for nemo[wayland] to require gtk+[wayland] but when built without wayland support, to not care whether gtk itself is. We now support a mechanism for packages to opt out of gtk providing the API, for use by packages that don't provide a `-D wayland=true` but autodetect whether gtk was built with it. Use that mechanism. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo: drop 6.2.6Matthew S. Turnbull2024-08-232-148/+0
| | | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/38022 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo: add 6.2.8Matthew S. Turnbull2024-08-232-0/+144
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon: drop 6.2.7Matthew S. Turnbull2024-08-232-207/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon: add 6.2.9Matthew S. Turnbull2024-08-232-0/+207
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/gnome-shell-extensions: update HOMEPAGEPacho Ramos2024-08-091-1/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-shell-extensions: Bump to 46.2Guillermo Joandet2024-08-092-0/+71
| | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/sushi: Bump to 46.0Guillermo Joandet2024-08-092-0/+58
| | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-commander: Bump to 1.18.1Guillermo Joandet2024-08-062-0/+61
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37894 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/evolution-ews: drop 3.52.1Pacho Ramos2024-08-062-72/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/evolution-data-server: drop 3.52.1Pacho Ramos2024-08-062-160/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/evolution-ews: Bump to 3.52.4Guillermo Joandet2024-08-062-0/+72
| | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/evolution-data-server: Bump to 3.52.4Guillermo Joandet2024-08-062-0/+160
| | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-software: drop 45.3, 46.2Pacho Ramos2024-08-063-219/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/gnome-software: Bump to 46.4Guillermo Joandet2024-08-062-0/+112
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37961 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/cinnamon: drop 5.8.4Matthew S. Turnbull2024-08-043-251/+0
| | | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/37417 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon: add 6.2.7Matthew S. Turnbull2024-08-046-0/+400
| | | | | | | | | | | | Remove the GOA dependency as it's no longer suported, and the alternate is not currently packaged. Make xdg-desktop-portal-xapp unconditional, as dark mode breaks without it. Closes: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-control-center: drop 5.8.2, 6.0.0Matthew S. Turnbull2024-08-043-226/+0
| | | | | | Closes: https://bugs.gentoo.org/923908 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-control-center: add 6.2.0Matthew S. Turnbull2024-08-042-0/+113
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-screensaver: drop 5.8.1Matthew S. Turnbull2024-08-042-79/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-screensaver: add 6.2.0Matthew S. Turnbull2024-08-042-0/+79
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-session: drop 5.8.1, 6.0.2Matthew S. Turnbull2024-08-043-169/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-session: add 6.2.1Matthew S. Turnbull2024-08-042-0/+87
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-settings-daemon: drop 5.8.1, 6.0.0Matthew S. Turnbull2024-08-043-191/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-settings-daemon: add 6.2.0Matthew S. Turnbull2024-08-042-0/+96
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cjs: drop 5.8.0Matthew S. Turnbull2024-08-043-134/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cjs: add 6.2.0Matthew S. Turnbull2024-08-042-0/+92
| | | | | | | Bug: https://bugs.gentoo.org/934783 Closes: https://bugs.gentoo.org/882487 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo-fileroller: drop 5.8.0Matthew S. Turnbull2024-08-042-26/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo-fileroller: add 6.2.0Matthew S. Turnbull2024-08-042-0/+25
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo: drop 5.8.4Matthew S. Turnbull2024-08-042-131/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/nemo: add 6.2.6Matthew S. Turnbull2024-08-042-0/+148
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-translations: drop 5.8.2Matthew S. Turnbull2024-08-042-32/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-translations: add 6.2.2Matthew S. Turnbull2024-08-042-0/+32
| | | | | | Bug: https://bugs.gentoo.org/934783 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* gnome-extra/cinnamon-menus: drop 5.8.0Matthew S. Turnbull2024-08-042-38/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>