summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-plugins/lurch: MissingRemoteIdSebastian Pipping2022-11-291-0/+3
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* x11-plugins/wmstickynotes: fix build w/ upcoming clang16Ionen Wolkens2022-11-202-2/+27
| | | | | | | Also set bit more explicit deps while revbumping. Closes: https://bugs.gentoo.org/874927 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/pidgin-otr: fix clang16 configurePascal Jäger2022-11-151-0/+7
| | | | | | | | Closes: https://bugs.gentoo.org/879787 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28218 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmnet: drop c2x workaroundIonen Wolkens2022-10-211-3/+1
| | | | | | | Changed the way test for this, and upon closer look this one wasn't needed. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/asmem: drop c2x workaroundIonen Wolkens2022-10-211-2/+1
| | | | | | | Changed the way test for this, and upon closer look this one wasn't needed. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/wmpower: align longdescription opening and closing tagsPetr Vaněk2022-10-201-5/+5
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmpasman: align longdescription opening and closing tagsPetr Vaněk2022-10-201-6/+6
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmnetload: align longdescription opening and closing tagsPetr Vaněk2022-10-201-7/+7
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmcoincoin: align longdescription opening and closing tagsPetr Vaněk2022-10-201-5/+5
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmbinclock: align longdescription opening and closing tagsPetr Vaněk2022-10-201-5/+5
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmacpimon: align longdescription opening and closing tagsPetr Vaněk2022-10-201-5/+5
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/pidgin-sipe: align longdescription opening and closing tagsPetr Vaněk2022-10-201-2/+2
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/pidgin-extprefs: align longdescription opening and closing tagsPetr Vaněk2022-10-201-2/+2
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmnet: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/asmem: pass -std=gnu89Ionen Wolkens2022-10-111-1/+2
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/wmsystemtray: depend on media-fonts/font-misc-miscBernard Cafarelli2022-10-101-3/+4
| | | | | Closes: https://bugs.gentoo.org/874678 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-plugins/asmem: fix configure further with upcoming clang16Ionen Wolkens2022-10-093-16/+29
| | | | | | | | | | | autoconf/ seems like a mess, so just adding a rough addition to the earlier direct configure patch. Also replace CC= by tc-export CC pre-configure, or it fails with -native-symlinks if CC is unset (due to old autoconf). Closes: https://bugs.gentoo.org/871279 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/wmudmount: Depend on app-crypt/gcr:0Matt Turner2022-10-011-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-plugins/wmnet: force gcc -E for imake's generationIonen Wolkens2022-09-301-4/+5
| | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Can still use clang & friends for everything else. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-plugins/wmmoonclock: drop 1.29Andreas Sturmlechner2022-09-183-59/+0
| | | | | Closes: https://bugs.gentoo.org/867163 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/wmmoonclock: stabilize 1.30 for ppcAndreas Sturmlechner2022-09-181-1/+1
| | | | | | Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Bug: https://bugs.gentoo.org/867163 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/asmem: update EAPI 6 -> 8, fix implicit func. declarationsSam James2022-09-182-9/+31
| | | | | Closes: https://bugs.gentoo.org/870679 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmweather+: drop 2.17Andreas Sturmlechner2022-09-163-47/+0
| | | | | Closes: https://bugs.gentoo.org/867160 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/wmweather+: Stabilize 2.18 ppc, #867160Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-plugins/wmacpiload-ac: drop 0.2.0Andreas Sturmlechner2022-09-151-28/+0
| | | | | Closes: https://bugs.gentoo.org/867166 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/wmacpiload-ac: Stabilize 0.2.0-r1 x86, #867166Sam James2022-09-151-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmmoonclock: Stabilize 1.30 x86, #867163Sam James2022-09-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmweather+: Stabilize 2.18 x86, #867160Sam James2022-09-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmmoonclock: Stabilize 1.30 amd64, #867163Agostino Sarubbo2022-09-151-2/+2
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-plugins/wmweather+: Stabilize 2.18 amd64, #867160Agostino Sarubbo2022-09-151-2/+2
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-plugins/wmhdplop: add 0.9.12Bernard Cafarelli2022-09-143-0/+51
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* x11-plugins/wmsysmon: remove unused patch(es)Michael Mair-Keimberger2022-09-141-23/+0
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27250 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Revert "x11-plugins/wmifs: add ppp-defs for musl"Sam James2022-09-011-3/+2
| | | | | | | | | This reverts commit ec0dafa6f0ed2b7a81cf2e5a7adeb1ffe97961d5. Oops. if_ppp.h != ppp_defs.h. Bug: https://bugs.gentoo.org/713468 Signed-off-by: Sam James <sam@gentoo.org>
* Revert "x11-plugins/wmppp: add ppp-defs for musl"Sam James2022-09-011-3/+2
| | | | | | | | | This reverts commit fe4b53c2e553126a3f0a4809d96d176c069a45ea. Oops. if_ppp.h != ppp_defs.h. Bug: https://bugs.gentoo.org/716376 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmifs: add ppp-defs for muslSam James2022-09-011-2/+3
| | | | | Closes: https://bugs.gentoo.org/713468 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/wmppp: add ppp-defs for muslSam James2022-09-011-2/+3
| | | | | Closes: https://bugs.gentoo.org/716376 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/gkrellweather: drop 2.0.8-r1Andreas Sturmlechner2022-08-291-46/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrelltop: drop 2.2.13-r2Andreas Sturmlechner2022-08-291-44/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellsun: drop 1.0.0-r4Andreas Sturmlechner2022-08-291-34/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellshoot: drop 0.4.4-r3Andreas Sturmlechner2022-08-291-26/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-xkb: drop 1.05-r1Andreas Sturmlechner2022-08-291-29/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellmwireless: drop 2.0.3-r2Andreas Sturmlechner2022-08-291-28/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-volume: drop 2.1.13-r2Andreas Sturmlechner2022-08-291-36/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-vaiobright: drop 2.5-r2Andreas Sturmlechner2022-08-291-35/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-trayicons: drop 1.03-r1Andreas Sturmlechner2022-08-291-29/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellmss: drop 2.6-r4Andreas Sturmlechner2022-08-291-38/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-radio: drop 2.0.4Andreas Sturmlechner2022-08-291-33/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellmoon: drop 0.6-r2Andreas Sturmlechner2022-08-291-31/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellm-leds: drop 0.8.2-r1Andreas Sturmlechner2022-08-291-30/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-plugins/gkrellmlaunch: drop 0.5Andreas Sturmlechner2022-08-291-24/+0
| | | | | Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>