From c1e60f1941cd5b39e54dce74960006e768f505ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bid=C5=BEan?= Date: Fri, 1 Aug 2025 11:58:33 +0100 Subject: [PATCH] Adding to readme, changing elog --- README.md | 14 +++++++++++++- media-radio/meshtastic/meshtastic-2.5.1.ebuild | 3 +-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bc96a5..fd7a44f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # tailwhip -My private gentoo repository. Shared with waffelo. \ No newline at end of file +My private gentoo repository. Shared with @waffelo. + +Packages currently include: + +- media-radio/meshtastic +- dev-python/bleak +- dev-python/dotmap +- dev-python/print-color +- dev-python/pypubsub +- dev-python/pyqrcode +- dev-python/pytap2 + +These packages will be updated every sunday, if necessary. diff --git a/media-radio/meshtastic/meshtastic-2.5.1.ebuild b/media-radio/meshtastic/meshtastic-2.5.1.ebuild index b2e46a7..4d6b8bc 100644 --- a/media-radio/meshtastic/meshtastic-2.5.1.ebuild +++ b/media-radio/meshtastic/meshtastic-2.5.1.ebuild @@ -157,8 +157,7 @@ pkg_postinst() { glib-compile-schemas /usr/share/glib-2.0/schemas || die "Failed to compile GSettings schemas" update-desktop-database /usr/share/applications gtk-update-icon-cache -f -t /usr/share/icons/hicolor - elog "The Meshtastic GTK Client has been installed and is available in your application menu." - elog "To use the GUI, ensure a Meshtastic device is connected via serial, Bluetooth, or TCP." + elog "To launch the meshtastic GUI program from the CLI, execute 'gtk-meshtastic-client" elog "For configuration details, visit: https://meshtastic.org/docs/software/python/gui-client/" elog "Report issues at: https://gitlab.com/kop316/gtk-meshtastic-client/-/issues" fi