summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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-apps/wcm: inherit xdg for xdg_icon_cache_update()Joonas Niilola2021-02-102-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* gui-apps/wcm: 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-apps/wcm: Stabilize 0.5.0 amd64, #752024Sam James2020-11-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-apps/wcm: version bump to 0.6.0Aisha Tammy2020-11-133-1/+36
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-apps/wcm: drop old 0.4.xAaron Bauman2020-11-092-36/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-apps/wcm: version bump 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> Closes: https://github.com/gentoo/gentoo/pull/17014 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* gui-apps/wcm: remove debug symbolsAisha Tammy2020-06-062-28/+6
| | | | | | 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-4/+4
| | | | | | | | | | | | | | 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-apps/wcm: wayfire config managerAisha Tammy2020-05-174-0/+110
Closes: https://bugs.gentoo.org/713884 configuration parser and generator, which allows you to reload the config on the fly without needing to restart wayfire 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>