summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-wm/wayfire: fix live ebuild for wlroots changesAisha Tammy2021-06-031-1/+1
| | | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/20472 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/wayfire: version bump to 0.7.1Aisha Tammy2021-06-032-0/+36
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-wm/wayfire: drop old unstable versionsAisha Tammy2021-06-032-36/+1
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@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-libs/wf-config: version bump to 0.7.0Aisha Tammy2021-02-103-2/+37
| | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-libs/wf-config: Stabilize 0.5.0 amd64, #752024Sam James2020-11-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/wf-config: version bump to 0.6.0Aisha Tammy2020-11-133-1/+36
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-libs/wf-config: drop oldAaron Bauman2020-11-092-36/+0
| | | | | | * Drop old at request of maintainer Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-libs/wf-config: update to 0.5.0Aisha Tammy2020-08-163-2/+36
| | | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-libs/wf-config: remove old versionAisha Tammy2020-06-212-36/+0
| | | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* gui-libs/wf-config: version bump to 0.4.1Aisha Tammy2020-06-212-0/+36
| | | | | | | | | | fixes compiling with gcc-10.1.0 Closes: https://bugs.gentoo.org/728872 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16364 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* gui-libs/wf-config: remove debug symbolsAisha Tammy2020-06-062-27/+5
| | | | | | | | Closes: https://bugs.gentoo.org/727342 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/wayfire: fix dependency versioning for buildingAisha Tammy2020-06-052-6/+6
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/723760 added proper dependency versions of wlroots also changed options to src_configure instead of src_compile as per standard convention not version bumping as this fixes compile bugs and no runtime changes Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/15875 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-libs/wf-config: configuration manager for wayfireAisha Tammy2020-05-174-0/+111
Closes: https://bugs.gentoo.org/713882 allows to parse wayfire configuration files and reloads them on the fly 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>