summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>