summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-libs/libadwaita: add missing xorg-proto depJoonas Niilola2023-06-291-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-libs/egl-gbm: add 1.1.0_p20230420Ionen Wolkens2023-06-262-0/+38
| | | | | | | | | | | Seems nvidia been bumping their bundled copy but without making releases, so guess should use snapshots... (this is mentioned in the nvidia-drivers-525.125.06's ChangeLog file which appears to refer to a fix that's not in a release) Please report if any problems as I don't really test wayland/GBM. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/gtk: Drop old versionsMatt Turner2023-06-194-460/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/xdg-desktop-portal-lxqt: drop 0.3.0Andreas Sturmlechner2023-06-182-36/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* gui-libs/libadwaita: Version bump to 1.3.3Guillermo Joandet2023-06-092-0/+66
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31369 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/libadwaita: Keyword 1.3.2 alpha, #838709Matt Turner2023-06-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/gtksourceview: Keyword 5.8.0 alpha, #838709Matt Turner2023-06-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/gtk: Keyword 4.10.4 alpha, #838709Matt Turner2023-06-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/gtksourceview: Raise test timeout multiplierMatt Turner2023-06-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/egl-wayland: Stabilize 1.1.12 amd64, #908056Arthur Zamarin2023-06-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Version bump to 4.10.4Matt Turner2023-06-052-0/+217
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/vte: Version bump to 0.72.2Matt Turner2023-06-052-0/+105
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/vte-common: Version bump to 0.72.2Matt Turner2023-06-052-0/+79
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/egl-wayland: add 1.1.12Ionen Wolkens2023-06-032-0/+44
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/egl-wayland: drop 1.1.11-r1Ionen Wolkens2023-06-032-44/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 arm64, #907298Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 x86, #907298Arthur Zamarin2023-05-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 amd64, #907298Sam James2023-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/gtk: backport fix for Nautilus delete (+ 2 other fixes)Sam James2023-05-264-0/+460
| | | | | | | | | - Backport Nautilus delete pane fix - Backport crash fix - Backport rendering fix for X11 Closes: https://bugs.gentoo.org/906649 Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/wlroots: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/gtk: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/gtksourceview: remove ${USERLAND}David Seifert2023-05-221-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* gui-libs/wlroots: fix building with seatd, revbump to wlroots-0.16.2-r1Zurab Kvachadze2023-05-214-23/+121
| | | | | | | | | | | | | | | | | Previous ebuild would conditionally, based on the USE flags, pull mandatory dependencies (that is udev, hwdata, seatd), which in the absense of such would result in a build failure. USE flags have been removed, which does not affect users who managed to build the package successfully, therefore keywords were not dropped. It is possible to disable/enable certain backends including their dependencies, so ability to control this behaviour was added in 0.16.1-r1 and 9999 versions. Bug: https://bugs.gentoo.org/883781 Closes: https://bugs.gentoo.org/883781 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* Revert "gui-libs/wlroots: fix building with seatd, revbump to wlroots-0.16.2-r1"Matthew Thode2023-05-214-115/+21
| | | | | | This reverts commit 3807e953a8eec7d5e64b2397b903400d98c9e21b. Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* gui-libs/wlroots: fix building with seatd, revbump to wlroots-0.16.2-r1Zurab Kvachadze2023-05-214-21/+115
| | | | | | | | | | | | | | | | | Previous ebuild would conditionally, based on the USE flags, pull mandatory dependencies (that is udev, hwdata, seatd), which in the absense of such would result in a build failure. USE flags have been removed, which does not affect users who managed to build the package successfully, therefore keywords were not dropped. It is possible to disable/enable certain backends including their dependencies, so ability to control this behaviour was added in 0.16.1-r1 and 9999 versions. Bug: https://bugs.gentoo.org/883781 Closes: https://bugs.gentoo.org/883781 Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* gui-libs/wpebackend-fdo: Drop old versionsMatt Turner2023-05-172-36/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/vte: Drop old versionsMatt Turner2023-05-174-306/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/vte-common: Drop old versionsMatt Turner2023-05-174-237/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/libpanel: Drop old versionsMatt Turner2023-05-172-56/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/libadwaita: Drop old versionsMatt Turner2023-05-173-133/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/gtksourceview: Drop old versionsMatt Turner2023-05-172-75/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/gtk: Drop old versionsMatt Turner2023-05-174-646/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gui-libs/wlroots: libdisplay-info is non-optional when using libdrmMatthew Thode2023-05-132-3/+2
| | | | | | libdrm is statically enabled Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* gui-libs/wlroots: make session support optional based on libseat supportMatthew Thode2023-05-132-2/+13
| | | | | | | | | | | currently libseat is the only supported session backend https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/10dd41669492f7582c26bd3989536a66278df75d/backend/session/meson.build also adds optional support for libliftoff display-info and xcb-errors Bug: https://bugs.gentoo.org/883781 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* gui-libs/wf-config: fix automagic testsSam James2023-05-102-2/+24
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/libadwaita: Stabilize 1.3.2 ppc, #905491Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/xdg-desktop-portal-wlr: add github upstream metadataSam James2023-05-051-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/xdg-desktop-portal-wlr: EAPI 8, fix subslotSam James2023-05-052-4/+4
| | | | | | | The subslot seems to have been 0/9999 since it was added and it doesn't install any libraries. Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/xdg-desktop-portal-wlr: drop 0.4.0Michael Vetter2023-05-052-41/+0
| | | | | | Signed-off-by: Michael Vetter <jubalh@iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/30608 Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/xdg-desktop-portal-wlr: add 0.7.0Michael Vetter2023-05-053-2/+60
| | | | | Signed-off-by: Michael Vetter <jubalh@iodoru.org> Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/libadwaita: Stabilize 1.3.2 arm64, #905491Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/libadwaita: Stabilize 1.3.2 x86, #905491Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/libadwaita: Stabilize 1.3.2 ppc64, #905491Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/libadwaita: Stabilize 1.3.2 amd64, #905491Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Stabilize 4.10.3 sparc, #905490Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Stabilize 4.10.3 x86, #905490Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Stabilize 4.10.3 ppc, #905490Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Stabilize 4.10.3 arm64, #905490Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/gtk: Stabilize 4.10.3 ppc64, #905490Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* gui-libs/libpanel: Stabilize 1.2.0 amd64, #905534Sam James2023-05-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>