summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-terms/terminology: stabilize 1.10.0 for x86Joonas Niilola2021-11-031-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/terminology: stabilize 1.10.0 for amd64Joonas Niilola2021-11-031-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/kitty: drop 0.20.1, 0.20.3, 0.21.2Ionen Wolkens2021-11-038-466/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/22724 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: sync and update live ebuildIonen Wolkens2021-11-031-59/+71
| | | | | | | | | | | | New dependency on librsync for transfer kitten. Note about skipped docs: Since ~3 months ago, a new theme is used and needs some missing dependencies (not just sphinx) and, as long as it's only needed for the live ebuild (prebuilt for release), does not feel worth it. Given the full depgraph, users would likely prefer it optional+disabled too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: revamp ebuildIonen Wolkens2021-11-032-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EAPI-8 * enable py3.10 * make glfw-x11.so optional with IUSE=+X wrt bug #713702 * move most glfw dlopen() deps to DEPEND-only, they are not essential at runtime for kitty save for libglvnd * add wayland-scanner BDEPEND (if missing it silently skips glfw-wayland.so despite USE=wayland) * export PKGCONFIG_EXE to use right pkg-config * disable LTO, same reason was already stripping -O3 (if wanted, should be set by users in CFLAGS -- there is no custom LTO paths) * use intended --ignore-compiler-warnings to disable -Werror and simplify -flags.patch to hopefully need less rebasing * replace -tests.patch used to find bin/kitty by setting PATH * drop terminfo patch, let kitty install its own /usr/lib64/kitty terminfo and only skip /usr/share/terminfo from kitty-terminfo * pin kitty-terminfo to match, the >-r0 check will be removable next version and is there to avoid collisions (pinning not always /essential/, but on a same system they originate from the same package and should match) * add test dep on dev-python/pillow used by 1 test * remove unnessary fix shebang (these don't have executable bits and are used through kitty's linked libpython) * make libcanberra an optfeature wrt bug #775266 * for imagemagick optfeature, don't use the virtual so it's not noisy if users have *magick installed but not the virtual * change HOMEPAGE to actual homepage, github is shown from remote-id Closes: https://bugs.gentoo.org/713702 Closes: https://bugs.gentoo.org/775266 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: tidy metadataIonen Wolkens2021-11-031-3/+1
| | | | | | | doc is redundant with HOMEPAGE, and bugs-to doesn't mean much if not different from the github remote-id Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty: add myself as a maintainerIonen Wolkens2021-11-031-0/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: drop 0.21.2Ionen Wolkens2021-11-032-42/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: sync live ebuildIonen Wolkens2021-11-031-25/+9
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: simplify ebuild, skip private terminfoIonen Wolkens2021-11-031-0/+23
| | | | | | | | | | | | | There's no need to use setup.py, patch, and handle python deps just to run a single tic command (does emit a "new" warning because build-terminfo formerly expected and silenced it). This formerly installed in both /usr/share/terminfo and /usr/lib64/kitty. The latter does not make sense on a system where kitty is not installed, i.e. where terminfo is being installed for using kitty over ssh or similar. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: mark ALLARCHESIonen Wolkens2021-11-031-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: add myself as a maintainerIonen Wolkens2021-11-031-1/+5
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/zutty: Bump to 0.10Matt Smith2021-10-312-0/+31
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/22743 Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/kitty-terminfo: removed unused toolchain-funcs eclassFlorian Schmaus2021-10-263-3/+3
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* x11-terms/kitty-terminfo: remove unused patchMichael Mair-Keimberger2021-10-261-46/+0
| | | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22707 Signed-off-by: Florian Schmaus <flow@gentoo.org> Fixes: aa45d798841 ("x11-terms/kitty-terminfo: drop 0.19.3, 0.20.1, 0.20.3")
* x11-terms/guake: add 3.8.0Ionen Wolkens2021-10-192-0/+86
| | | | | | | | | | | | | | Enabled tests, added py3.10, and fixed prefix support. Switched to github tarball given pypi is both outdated and lacking tests. paths.py / schemas are bit of a handful to get right, there's likely a better way to work this out but going with this for now. Closes: https://bugs.gentoo.org/811537 Closes: https://bugs.gentoo.org/818793 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/guake: drop live ebuildIonen Wolkens2021-10-191-69/+0
| | | | | | | | Without a proper maintainer, keeping -9999 updated does not seem worth it (especially with the fickle Makefile operations and paths that are likely to require fine tuning not to break). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/kitty-terminfo: drop 0.19.3, 0.20.1, 0.20.3Arthur Zamarin2021-10-184-126/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-terms/kitty-terminfo: enable py3.10Arthur Zamarin2021-10-182-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-terms/kitty: drop 0.19.3John Helmert III2021-10-175-183/+0
| | | | | Bug: https://bugs.gentoo.org/784608 Signed-off-by: John Helmert III <ajak@gentoo.org>
* x11-terms/xfce4-terminal: Bump to 0.9.0 (devel)Michał Górny2021-10-172-0/+46
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-terms/xfce4-terminal: Remove oldMichał Górny2021-10-172-38/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-terms/st: fix IncorrectCopyrightSam James2021-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/st: minor modernisation in 0.8.4-r1Sam James2021-10-142-5/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/st: backport locale crash fixSam James2021-10-142-0/+88
| | | | | Closes: https://bugs.gentoo.org/784071 Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/root-tail: keyword 1.2-r4 for ~riscvMarek Szuba2021-10-101-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-terms/xterm: move under x11 project.Piotr Karbowski2021-10-101-1/+4
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* */*: reassign johu's packagesJoonas Niilola2021-10-101-4/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/terminology: add 1.10.0Joonas Niilola2021-10-042-0/+57
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/xterm: add 369Sam James2021-10-042-0/+100
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/qterminal: remove version 0.16.1Jimi Huotari2021-09-302-45/+0
| | | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-terms/mrxvt: keyword ~riscvYongxiang Liang2021-09-271-2/+2
| | | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-terms/st: keyword ~riscvYongxiang Liang2021-09-211-1/+1
| | | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-terms/sakura: add 3.8.3Ionen Wolkens2021-09-184-0/+75
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/sakura: add github remote-id, indent longdescIonen Wolkens2021-09-181-7/+10
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/zutty: Drop oldMatt Smith2021-09-161-30/+0
| | | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-terms/rxvt-unicode: keyword 9.26-r2 for ~riscvMarek Szuba2021-09-151-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-1126-26/+26
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-terms/kitty: bump to 0.23.1Louis Regnier2021-09-022-0/+110
| | | | | | Signed-off-by: Louis Regnier <louregni@student.42.fr> Closes: https://github.com/gentoo/gentoo/pull/22102 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/kitty-terminfo: bump to 0.23.1Louis Regnier2021-09-022-0/+42
| | | | | Signed-off-by: Louis Regnier <louregni@student.42.fr> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/kitty: add more upstream metadata infoLouis Regnier2021-09-021-0/+3
| | | | | | Signed-off-by: Louis Regnier <louregni@student.42.fr> Closes: https://github.com/gentoo/gentoo/pull/22103 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-terms/zutty: amd64 stable wrt bug #810952Agostino Sarubbo2021-08-301-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-terms/zutty: Compatibility with >=media-libs/freetype-2.11.0Matt Smith2021-08-292-0/+70
| | | | | | | | Closes: https://bugs.gentoo.org/809611 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/22150 Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/zutty: Drop oldMatt Smith2021-08-293-57/+0
| | | | | | Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/gnome-terminal: keyword ~riscvYixun Lan2021-08-271-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-terms/rxvt-unicode: Stabilize 9.26-r2 arm, #808753Sam James2021-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-terms/rxvt-unicode: x86 stable wrt bug #808753Agostino Sarubbo2021-08-181-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-terms/rxvt-unicode: amd64 stable wrt bug #808753Agostino Sarubbo2021-08-181-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-terms/rxvt-unicode: sparc stable wrt bug #808753Agostino Sarubbo2021-08-181-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-terms/rxvt-unicode: Stabilize 9.26-r2 ppc64, #808753Sam James2021-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>