summaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/mutter: add 46.7Pacho Ramos2024-12-012-0/+234
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-wm/fvwm3: drop 1.0.9-r1, 1.1.0-r1Matt Jolly2024-12-014-459/+0
| | | | | | | | | | | The major fixes that came with 1.1.1/meson, and the canary users who have been testing on live have made me comfortable dropping the older packages immediately. Closes: https://bugs.gentoo.org/864959 Closes: https://bugs.gentoo.org/939531 Closes: https://bugs.gentoo.org/919163 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* x11-wm/fvwm3: add 1.1.1, sync liveMatt Jolly2024-12-015-23/+246
| | | | | | | | | | This update brings the meson build sytem among other improvements! Bug: https://bugs.gentoo.org/864959 Bug: https://bugs.gentoo.org/939531 Bug: https://bugs.gentoo.org/919163 Closes: https://bugs.gentoo.org/944780 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* x11-wm/awesome: Sync live ebuild EAPI-8 change to 4.3-r103Marek Szuba2024-11-292-14/+16
| | | | | | | 1. EAPI 7 -> 8 2. Tests require x11-apps/xeyes Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/jwm: Stabilize 2.4.3 amd64, #944640Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/xpra: fix patch filenameSam James2024-11-231-1/+1
| | | | | | | Had double PV. Closes: https://bugs.gentoo.org/944742 Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/e16: Stabilize 1.0.29 amd64, #944677Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/e16: Stabilize 1.0.29 x86, #944677Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/jwm: Stabilize 2.4.3 x86, #944640Arthur Zamarin2024-11-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/i3: add 4.24Jakov Smolić2024-11-182-0/+105
| | | | | Closes: https://bugs.gentoo.org/943210 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-wm/marco: Refactor to unbreak gpy-list-pkg-implsMichał Górny2024-11-181-2/+2
| | | | | | | Refactor so that plain "bash marco-1.28.1-r2.ebuild" call does not trigger syntax errors, so gpy-list-pkg-impls can use it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/fvwm3: drop xkbcommon from meson configurationMatt Jolly2024-11-081-1/+0
| | | | | | This is now mandatory and has been removed upstream. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* x11-wm/metacity: Depend on libcanberra-gtk3Andreas Sturmlechner2024-11-042-4/+9
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/marco: Depend on libcanberra-gtk3Andreas Sturmlechner2024-11-041-1/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/metacity: add 3.54.0Florian Schmaus2024-10-232-0/+58
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* x11-wm/qtile: Restore ~riscv keywordMichał Górny2024-10-211-1/+1
| | | | | | | It was removed in anticipation of dev-util/ruff dependency, but it turned out we can do without it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/fvwm3: update liveMatt Jolly2024-10-211-63/+38
| | | | | | | | - Meson Build - enable py3.13 - sanity check deps Signed-off-by: Matt Jolly <kangie@gentoo.org>
* x11-wm/qtile: Switch over to media-libs/libpulseMichał Górny2024-10-202-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/qtile: Bump to 0.29.0Michał Górny2024-10-202-0/+118
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/enlightenment: remove 'econnman' optfeatureJoonas Niilola2024-10-161-1/+0
| | | | | | | - econnman was last-rited earlier this year. Closes: https://bugs.gentoo.org/941415 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/mutter: drop 45.2-r1, 45.4Andreas Sturmlechner2024-10-084-527/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/marco: depend on min mate-desktop matching ${PV}Sam James2024-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Depend on >=mate-desktop-$(ver_cut 1-2) to avoid build failures for now as a quick workaround. The maintainers should check whether each package really needs it and also consider a possible QA check in the eclass given some of them seem to have a pattern in configure.ac for this, but given the bug has been open for a whlie, I'd rather have some of the deps be unnecessarily tight (not that it's even that tight) than as-it-was. Note that couldn't use ${MATE_BRANCH} as it says: > # Major and minor numbers of the version number, unless live. > # If live ebuild, will be set to '9999'. which made me wonder if it's actually meant to be 1-2 or 1-3 in ver_cut or what. Anyway, in summary: * Apply a fix which makes things better, even if it's slightly overkill; * Someone needs to audit these to find the actual minimum versions (some truly do need this, some need just something older, although unclear if upstream carefully update these or ont); * A QA check may be wise. Bug: https://bugs.gentoo.org/935279 Bug: https://bugs.gentoo.org/936079 Signed-off-by: Sam James <sam@gentoo.org>
* Rename dev-python/{pyopengl_accelerate → pyopengl-accelerate}Michał Górny2024-10-054-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/evilwm: add 1.4.3Jaco Kroon2024-10-042-0/+45
| | | | | | Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/38547 Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/spectrwm: Stabilize 3.6.0 amd64, #940667Sam James2024-10-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/spectrwm: Stabilize 3.6.0 x86, #940667Sam James2024-10-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/xmonad: Drop stable keywordsMatt Turner2024-10-011-1/+1
| | | | | | Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-wm/xmonad-contrib: Drop stable keywordsMatt Turner2024-10-011-1/+1
| | | | | | Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-wm/muffin: drop 6.0.1-r2Matthew S. Turnbull2024-09-273-212/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* x11-wm/muffin: Stabilize 6.2.0 x86, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/muffin: Stabilize 6.2.0 amd64, #940051Joonas Niilola2024-09-251-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/treewm: removed Variable in wrong scope (no revbump since it was not ↵Thomas Raschbacher2024-09-241-1/+1
| | | | | | | even used anyway) Closes: https://bugs.gentoo.org/836123 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
* x11-wm/wmfs: remove live ebuildMichael Mair-Keimberger2024-09-241-56/+0
| | | | | | | | | | Remove live ebuild since upstream wasn't updated for a couple of years. I think it makes no sense to keep these ebuilds, especially when the non-live ebuild is already at HEAD. Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38439 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/wmii: drop 3.9.2-r6, 3.9.2-r7Petr Vaněk2024-09-212-165/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* x11-wm/fvwm: drop 2.6.9Petr Vaněk2024-09-216-746/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* x11-wm/metacity: drop 3.46.1, 3.50.0Andreas Sturmlechner2024-09-183-114/+0
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* x11-wm/qtile: Remove oldMichał Górny2024-09-187-623/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/marco: drop 1.26.2-r1Andreas Sturmlechner2024-09-172-82/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/qtile: Stabilize 0.28.1 amd64, #938768Sam James2024-09-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/i3: Keyword 4.23 ppc64, #930809Arthur Zamarin2024-09-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/i3: update EAPI 7 -> 8Jakov Smolić2024-08-301-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-wm/i3: drop 4.22Jakov Smolić2024-08-302-105/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-wm/muffin: drop 6.0.1-r1Matthew S. Turnbull2024-08-231-181/+0
| | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* x11-wm/metacity: stabilize 3.52.0 for amd64Florian Schmaus2024-08-221-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* x11-wm/fvwm: remove unused patchMichael Mair-Keimberger2024-08-211-54/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/fvwm: drop 2.7.0, 2.7.0-r1, 2.7.0-r4Sam James2024-08-153-511/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/fvwm: stabilize 2.7.0-r5 for amd64, ppc, x86Sam James2024-08-151-1/+1
| | | | | Bug: https://bugs.gentoo.org/898918 Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/fvwm: fix patchesSam James2024-08-153-0/+720
| | | | | | | | | | | | | | * Use rebased ar, translucent-menus patches from bug #898918, thanks to Gianni Ceccarelli <dakkar@thenautilus.net> * Filter LTO for bug #864957 (fvwm 2.x is EOL) so unlikely to be fixed upstream. If 3.x gets fixed (bug #864959), we can always look at backporting it. Bug: https://bugs.gentoo.org/864959 Closes: https://bugs.gentoo.org/864957 Closes: https://bugs.gentoo.org/898918 Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/qtile: Bump to 0.28.1Michał Górny2024-08-132-0/+115
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>