summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-wm/hikari: drop 2.3.2Ionen Wolkens2022-02-112-73/+0
| | | | | | | Now that wlroots-0.15 was patched to work with nvidia GBM, there should be no need to keep the wlroots-0.14 version. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-wm/hikari: add 2.3.3Ionen Wolkens2022-01-142-0/+73
| | | | | | | | | Using with wlroots:0/15 currently segfaults with nvidia's GBM, but looking around this isn't hikari's fault (happens with sway as well), and supporting this new buggy GBM implementation is low priority -- so bumping anyway. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-wm/hikari: drop 2.2.2-r1Ionen Wolkens2021-12-284-161/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: reassign aisha's packagesJoonas Niilola2021-11-211-8/+1
| | | | | Bug: https://bugs.gentoo.org/719632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: add 2.3.2Ionen Wolkens2021-09-192-0/+73
| | | | | | | | | | | | | | | | | | | | | Non-maintainer bump to support newer wlroots wrt bug #789447, with some ebuild changes: * Revert to running bmake directly. This isn't just about -lN (many more options are missing and existing ones can even mean different things), `bmake -j$(makeopts_jobs)` is more solid. Seems better to think of it as its own thing than a $MAKE drop-in replacement (like jamfiles or so). Note: MAKEFLAGS is recognized by bmake to pass extra arguments * Drop most [X?] as interest here is only wlroots xwayland support * IUSE=X now non-default to match wlroots' and use profile settings * Drop other IUSE and enable by default (trivial and no dependencies) * Pin to wlroots:0/14 to avoid future issues * Pass ETC_PREFIX at build time so it knows where to find the config * Drop upstreamed pkgconfig patch Closes: https://bugs.gentoo.org/779112 Closes: https://bugs.gentoo.org/789447 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-wm/hikari: define X in metadata.xml for clarityIonen Wolkens2021-09-191-6/+7
| | | | | | | | | Same definition as wlroots, so it's not misleading into seeming like this can run on Xorg. Also move maintainers on top like for most of these files. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gui-wm/hikari: add MAKEOPTS filtering hack for nowSam James2021-03-251-0/+5
| | | | | | | | | | | We need to hack out --load-average (-l) from MAKEOPTS for now until we have a better way (e.g. flag-o-matic.eclass) to filter out options from MAKEOPTS for implementations which don't support it, like bmake. Thanks-to: ggabriel Bug: https://bugs.gentoo.org/778191 Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: fix dev-libs/wayland-protocols dependencySam James2021-03-251-1/+3
| | | | | | | | This belongs in DEPEND, not BDEPEND, because we need the 'right type' (they could differ) of the headers and for them to be in the right location. Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: fix {PV} -> ${PV} typoSam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: use emake instead of (b)make directlySam James2021-03-251-7/+12
| | | | | | | | | PMS guarantees [0] that 'emake' respects ${MAKE}, so let's use that to ensure that e.g. ${MAKEFLAGS} from the user is respected. [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-12800012.3.8 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* gui-wm/hikari: fix suid flag usageAisha Tammy2020-12-151-3/+3
| | | | | | | | | | | was changed from WITH_SUID to WITHOUT_SUID Closes: https://bugs.gentoo.org/758968 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18564 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-wm/hikari: drop old versionAisha Tammy2020-10-312-65/+0
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18057 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: version bump to 2.2.2Aisha Tammy2020-10-312-0/+67
| | | | | | | | | | | should really fix the direct CC calls Closes: https://bugs.gentoo.org/745375 Closes: https://bugs.gentoo.org/745399 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: drop old versionAisha Tammy2020-10-164-450/+0
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/17717 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: version bump to 2.2.1Aisha Tammy2020-10-163-0/+143
| | | | | | | | | and pkg-config calling as well Closes: https://bugs.gentoo.org/741164 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: fix misalignments, add missing dies, fix typo on 2.1.2Joonas Niilola2020-09-291-9/+9
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: drop old versionAisha Tammy2020-09-294-392/+0
| | | | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/17262 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: drop old versionAisha Tammy2020-09-293-371/+0
| | | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: version bumpAisha Tammy2020-09-292-0/+60
| | | | | | | | | | also gets rid of gnu make patch Closes: https://bugs.gentoo.org/736850 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: update to version 2.1.1Aisha Tammy2020-08-154-0/+391
| | | | | | | | | Closes: https://bugs.gentoo.org/733646 Closes: https://bugs.gentoo.org/730550 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16999 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/hikari: remove old bugged versionAisha Tammy2020-06-283-391/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16290 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-wm/hikari: version bump to 2.0.2Aisha Tammy2020-06-283-0/+391
| | | | | | | | Closes: https://bugs.gentoo.org/728642 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-wm/hikari: fix configuration files installAisha Tammy2020-06-141-2/+2
| | | | | | | | | Closes: https://bugs.gentoo.org/728242 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16246 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-wm/hikari: major version bumpAisha Tammy2020-06-114-0/+392
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16136 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-wm/hikari: new wayland window managerAisha Tammy2020-06-054-0/+394
Closes: https://bugs.gentoo.org/719672 hikari is a minimalistic wayland window manager based on wlroots trying inspired by the simplicity of CWM in the X days. It aims stay out of your way and focus more on the task than the windows. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/15531 Signed-off-by: Aaron Bauman <bman@gentoo.org>