415 Commits

Author SHA1 Message Date
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
Daichi Yamamoto
6bbde41733 x11-misc/ly: add 1.0.3, drop 1.0.2
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2025-03-14 09:52:48 +09:00
Andre
39b0a70913 x11-misc/ly: remove double empty line
Signed-off-by: Andre <openrc@posteo.de>
2025-03-02 18:21:51 +02:00
David Roman
8deb816ab9 */*: remove proxied="yes" from metadata.xml
GURU don't have proxied maintainers.
Also remove two instances where proxy-maint was referenced

Signed-off-by: David Roman <davidroman96@gmail.com>
2025-02-25 16:30:38 +01:00
Anna (cybertailor) Vyalkova
4207fd278e */*: apply style fixes after py3.10 cleanup
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-02-21 18:12:56 +05:00
Anna (cybertailor) Vyalkova
bb0aae8ad3 */*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
   PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-02-21 17:51:14 +05:00
Takuya Wakazono
9d063d5bcc x11-misc/ksnip: drop 1.10.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-02-02 17:27:45 +09:00
Takuya Wakazono
109e837758 x11-misc/ksnip: add 1.11.0_pre20250130
Closes: https://bugs.gentoo.org/944480
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-02-02 17:27:45 +09:00
Lucio Sauer
f223b445d3 x11-misc/i3status-rust: drop 0.33.1-r1
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-01-13 15:07:53 +01:00
Lucio Sauer
20494a9277 x11-misc/i3status-rust: add 0.33.2
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-01-13 15:02:02 +01:00
Julien Roy
4363975556 x11-misc/pywal16: add 3.7.2
Signed-off-by: Julien Roy <julien@jroy.ca>
2025-01-11 17:19:32 -05:00