public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/wlx-overlay-s/
@ 2025-01-16 23:20 Sam Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Wilson @ 2025-01-16 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     319498c39b911f67547bf21c1013dba6d0b59d44
Author:     Sam Wilson <sam <AT> binarycake <DOT> ca>
AuthorDate: Fri Jan  3 02:58:21 2025 +0000
Commit:     Sam Wilson <sam <AT> binarycake <DOT> ca>
CommitDate: Thu Jan 16 23:18:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=319498c3

app-misc/wlx-overlay-s: add size to icons

Signed-off-by: Sam Wilson <sam <AT> binarycake.ca>

 app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild
index 919814b71..5614bd5a4 100644
--- a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild
+++ b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0.ebuild
@@ -619,8 +619,8 @@ src_install() {
 
 		dolib.so "${LIBOPENVR_PATH}/libopenvr_api.so" || die
 	fi
-	doicon wlx-overlay-s.png
-	doicon wlx-overlay-s.svg
+	doicon --size 256 wlx-overlay-s.png
+	doicon --size scalable wlx-overlay-s.svg
 	domenu wlx-overlay-s.desktop
 	cargo_src_install
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/wlx-overlay-s/
@ 2025-01-30 15:36 Sam Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Wilson @ 2025-01-30 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6c1619de5461d161a04c08138de832376700cf57
Author:     Sam Wilson <sam <AT> binarycake <DOT> ca>
AuthorDate: Thu Jan 30 15:34:51 2025 +0000
Commit:     Sam Wilson <sam <AT> binarycake <DOT> ca>
CommitDate: Thu Jan 30 15:36:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c1619de

app-misc/wlx-overlay-s: fix RDEPEND

Closes: https://bugs.gentoo.org/948328
Signed-off-by: Sam Wilson <sam <AT> binarycake.ca>

 app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
index 36f8877d2..320df4d84 100644
--- a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
+++ b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
@@ -538,6 +538,8 @@ DEPEND="
 	media-libs/alsa-lib
 	media-libs/shaderc
 	media-libs/fontconfig
+	sys-apps/dbus
+	media-libs/freetype
 	X? (
 		x11-libs/libxcb
 		x11-libs/libxkbcommon[X]


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/wlx-overlay-s/
@ 2025-02-10 14:56 Sam Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Wilson @ 2025-02-10 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     32e9d5f8ea1f500b267396c94bd2b481ebf586fa
Author:     Sam Wilson <sam <AT> binarycake <DOT> ca>
AuthorDate: Mon Feb 10 14:51:56 2025 +0000
Commit:     Sam Wilson <sam <AT> binarycake <DOT> ca>
CommitDate: Mon Feb 10 14:52:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32e9d5f8

app-misc/wlx-overlay-s: cleanup unused vars

Signed-off-by: Sam Wilson <sam <AT> binarycake.ca>

 app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
index 320df4d84..3ba283d40 100644
--- a/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
+++ b/app-misc/wlx-overlay-s/wlx-overlay-s-0.6.0-r1.ebuild
@@ -509,9 +509,6 @@ inherit cargo llvm-r2 desktop
 DESCRIPTION="A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops"
 HOMEPAGE="https://github.com/galister/wlx-overlay-s"
 
-OPENVR_REV="08de3821dfd3aa46f778376680c68f33b9fdcb6c"
-OPENVR_PATH="${WORKDIR}/ovr_overlay_oyasumi-bd03e5bf886f84d438aad95da5c5cc28725013a8/sys/openvr"
-
 SRC_URI="
 	${CARGO_CRATE_URIS}
 	https://github.com/galister/wlx-overlay-s/archive/refs/tags/v$(ver_cut 1-2).tar.gz -> ${P}.tar.gz


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-10 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 15:36 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/wlx-overlay-s/ Sam Wilson
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10 14:56 Sam Wilson
2025-01-16 23:20 Sam Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox