dsaf
5cdc1e43e5
x11-misc/ly: add 1.4.0
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-05-06 22:01:31 -03:00
NRK
b136a40a9e
x11-misc/selx: add v2.0.1, drop v1.2.0
...
Signed-off-by: NRK <nrk@disroot.org >
2026-05-01 14:04:16 +00:00
NRK
f07cb5b0db
x11-misc/xuv: update to v0.2.1
...
Signed-off-by: NRK <nrk@disroot.org >
2026-05-01 14:01:30 +00:00
dsaf
fa19680550
x11-misc/ly: update SRC_URI
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-04-26 07:50:35 -03:00
dsaf
49c437634f
x11-misc/ly: drop 1.0.3, 1.2.0, 9999
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-04-24 05:35:43 -03:00
dsaf
af59c0162a
x11-misc/ly: fix docs, simplify
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-04-24 05:35:35 -03:00
dsaf
93754c7614
x11-misc/ly: add myself as a maintainer
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2026-04-24 05:35:24 -03:00
NRK
60e85898ab
x11-misc/xuv: remove unused eclass
...
Signed-off-by: NRK <nrk@disroot.org >
2026-04-21 19:05:59 +00:00
NRK
e24423a1de
x11-misc/xuv: new package
...
Signed-off-by: NRK <nrk@disroot.org >
2026-04-21 19:03:48 +00:00
Ceres
455558780e
x11-misc/ly: update Manifest
...
upstream for clap changed the tar, so manifest had to be regenerated
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-04-02 17:25:12 +01:00
Ceres
49b4dedb32
x11-misc/ly: add 1.3.2
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-03-22 22:59:36 +00:00
Oliver Freyermuth
4ebe43cdfc
x11-misc/gromit-mpx: drop 1.7.0
...
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2026-03-18 21:25:30 +01:00
Oliver Freyermuth
135a07be86
x11-misc/gromit-mpx: add 1.9.0
...
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2026-03-18 21:25:13 +01:00
Ceres
39e8613542
x11-misc/wallust: add 3.5.2
...
Signed-off-by: Ceres <ceres@ceressees.dev >
2026-03-12 21:23:31 +00:00
David Roman
68fbddeaec
*/*: drop py3.11 & remove dead py impls
...
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org >
2026-03-10 10:54:23 +01:00
NRK
df64cb0965
x11-misc/selx: add v2.0.0
...
Signed-off-by: NRK <nrk@disroot.org >
2026-02-20 00:12:03 +00:00
Fabrice Delliaux
e952b2e5c6
x11-misc/tbsm: fix QA issue
...
Follow Gentoo policy paths when installing doc files.
Install into /usr/share/doc/${PF}.
Closes: https://bugs.gentoo.org/801082
Signed-off-by: Fabrice Delliaux <netbox253@netc.eu >
2026-01-13 11:52:07 +01:00
Neatink
2044307ba4
x11-misc/rofi-emoji: add maintainer
...
Signed-off-by: Neatink <minyaylo51@gmail.com >
2026-01-07 16:42:18 +02:00
Lucio Sauer
6329890d60
x11-misc/i3status-rust: drop 0.34.0
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-12-17 09:19:23 +01:00
Lucio Sauer
83d8f86b59
x11-misc/i3status-rust: add 0.35.0
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-12-17 09:19:22 +01:00
Pieter
4ac5d1e816
x11-misc/ly: fix lang/*.ini being installed in the wrong location
...
Signed-off-by: Pieter <pieter.kn0101@gmail.com >
2025-12-06 19:01:40 +01:00
Jonas Toth
73b7467205
x11-misc/ly: fix linting issues
...
Signed-off-by: Jonas Toth <gentoo@jonas-toth.eu >
2025-11-28 19:25:15 +01:00
Eli Burch
d3cbd41ee4
x11-misc/slstatus: add 1.1
...
Signed-off-by: Eli Burch <eli.burch@burchbytes.com >
2025-11-27 13:13:46 -08:00
Pieter
281548b013
x11-misc/ly: add 1.2.0
...
Signed-off-by: Pieter <pieter.kn0101@gmail.com >
2025-11-27 19:48:58 +01:00
Paul Zander
e07d695d5d
*/*: Add := to virtual/zlib deps
...
Add := to virtual/zlib deps, part 1
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Add := to virtual/zlib deps
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
Unify virtual/zlib:0= to virtual/zlib:=
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Add := to virtual/zlib deps, part 3
Done via:
```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```
Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Use := on virtual/zlib deps, part 5
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
Use := on virtual/zlib deps, part 6
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e
*/*: update for virtual/zlib
...
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:26:20 +01:00
Oliver Freyermuth
a3bf4ad72b
x11-misc/gromit-mpx: drop 1.6.0-r1
...
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2025-11-12 03:49:35 +01:00
Oliver Freyermuth
536f9aef35
x11-misc/gromit-mpx: add 1.8.0
...
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com >
2025-11-12 03:49:07 +01:00
dsaf
b1943f32e0
x11-misc/exit-options: drop myself as a maintainer
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-10-27 04:15:08 -03:00
Lucio Sauer
8e46b35dc7
x11-misc/i3status-rust: add compat for llvm-core/llvm:21
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-09-23 12:05:26 +02:00
dsaf
1baad5f268
x11-misc/exit-options: new package, add 20250830
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-09-14 21:41:56 -03:00
Suleyman Farajli
2612482d63
x11-misc/vimouse: new package, add 0.11
...
Signed-off-by: Suleyman Farajli <suleyman@farajli.net >
2025-08-28 15:09:39 +04:00
Julien Roy
c805d16a32
x11-misc/matugen: new package, add 2.4.1
...
Signed-off-by: Julien Roy <julien@jroy.ca >
2025-08-14 10:24:52 -04:00
Lucio Sauer
1eb2357fb6
x11-misc/i3status-rust: drop 0.33.2
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-07-08 20:06:16 +02:00
Lucio Sauer
51860d5070
x11-misc/i3status-rust: add 0.34.0
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-07-08 20:06:10 +02:00
Lucio Sauer
12c45d0359
x11-misc/i3-resurrect: fix copyright year
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-06-10 11:47:02 +02:00
Vitaly Zdanevich
fa70a7266c
x11-misc/i3-resurrect: python to 3.13
...
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru >
Part-of: https://github.com/gentoo/guru/pull/333
Closes: https://github.com/gentoo/guru/pull/333
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2025-06-10 11:47:01 +02:00
Takuya Wakazono
655d60e676
x11-misc/pywal: treeclean
...
Closes: https://bugs.gentoo.org/910482 (pkgremoved)
Closes: https://bugs.gentoo.org/955253 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-06-05 23:38:23 +09:00
tea
5e7719f68e
x11-misc/autotiling: drop 1.9.2
...
Signed-off-by: tea <tea+gentoo@cuddleslut.fr >
2025-05-13 20:22:03 +02:00
tea
3b5beaf546
x11-misc/autotiling: enable py3.13
...
Signed-off-by: tea <tea+gentoo@cuddleslut.fr >
2025-05-13 20:22:03 +02:00
James Le Cuirot
b8594e59a4
x11-misc/input-leap: Drop in favour of gui-apps/input-leap in gentoo
...
Signed-off-by: James Le Cuirot <chewi@gentoo.org >
2025-05-06 22:15:34 +01:00
Dale Showers
d6ddea6509
x11-misc/dotool: update go file uri
...
Moved go files from gitlab to codeberg
Signed-off-by: Dale Showers <gentoo@fictx.com >
2025-04-19 01:35:31 -04:00
Takuya Wakazono
d20e381a99
x11-misc/input-leap: respect CXXFLAGS
...
Do not force enable PIE.
Closes: https://bugs.gentoo.org/953512
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-04-13 15:09:26 +09:00
Takuya Wakazono
9d2dbfd7bc
x11-misc/input-leap: add 3.0.2
...
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-04-07 00:16:45 +09:00
Takuya Wakazono
a5e864a256
x11-misc/input-leap: add wayland USE flag
...
Closes: https://bugs.gentoo.org/951917
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-04-07 00:16:45 +09:00
David Roman
07ae2b75ca
*/*: remove maintainer zdanevich.vitaly@ya.ru
...
Closes: https://github.com/gentoo/guru/pull/311
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-04-05 02:34:02 +02:00
Mathijs Saey
5f0348de59
x11-misc/rofi-emoji: add 4.1.0
...
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be >
2025-04-05 01:11:14 +02:00
Thomas Clarke
cea9914bc4
x11-misc/wallust: add 3.3.0
...
Signed-off-by: Thomas Clarke <colonia_duck@posteo.net >
2025-03-31 21:45:14 +01:00
Thomas Clarke
b2b0d7ed45
x11-misc/wallust: fix bug 941673
...
Closes: https://bugs.gentoo.org/941673
Signed-off-by: Thomas Clarke <colonia_duck@posteo.net >
2025-03-27 20:23:35 +00:00
NRK
fbf3351676
x11-misc/greenclip-bin: remove myself from maintainer
...
I've switched over to clipmenu and don't use this anymore.
But given that it's a statically linked binary, should be easy
for someone else to pick up maintenance if they want to.
Signed-off-by: NRK <nrk@disroot.org >
2025-03-21 09:43:12 +00:00