From: "Quinet Charlie" <w.iron.zombie@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/walker/
Date: Tue, 27 May 2025 23:53:31 +0000 (UTC) [thread overview]
Message-ID: <1748389968.111fc1ffea0d97289256dda614cb577f4953fa3c.w.iron.zombie@gentoo> (raw)
commit: 111fc1ffea0d97289256dda614cb577f4953fa3c
Author: Charlie Quinet <w.iron.zombie <AT> gmail <DOT> com>
AuthorDate: Tue May 27 23:52:48 2025 +0000
Commit: Quinet Charlie <w.iron.zombie <AT> gmail <DOT> com>
CommitDate: Tue May 27 23:52:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=111fc1ff
gui-apps/walker: add live ebuild
At least this one will work
Signed-off-by: Charlie Quinet <w.iron.zombie <AT> gmail.com>
gui-apps/walker/walker-9999.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gui-apps/walker/walker-9999.ebuild b/gui-apps/walker/walker-9999.ebuild
new file mode 100644
index 0000000000..5554a0e601
--- /dev/null
+++ b/gui-apps/walker/walker-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module git-r3
+
+DESCRIPTION="Multi-Purpose Launcher with a lot of features. Highly Customizable and fast"
+HOMEPAGE="https://github.com/abenz1267/walker"
+EGIT_REPO_URI="https://github.com/abenz1267/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-libs/glib:2
+ gui-libs/gtk:4
+ >=gui-libs/gtk4-layer-shell-1.0.4
+ dev-libs/gobject-introspection
+ media-libs/graphene
+ media-libs/vips:=
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=dev-libs/glib-2.80.0[introspection]
+"
+
+src_unpack() {
+ git-r3_src_unpack
+ go-module_live_vendor
+}
+
+src_compile() {
+ cd "${S}"/cmd || die
+ ego build -o walker
+}
+
+src_install() {
+ dobin cmd/"${PN}"
+}
next reply other threads:[~2025-05-27 23:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-27 23:53 Quinet Charlie [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-28 4:06 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/walker/ demize
2025-01-22 15:29 Julien Roy
2025-01-13 19:34 Julien Roy
2025-01-13 19:34 Julien Roy
2024-11-27 23:17 Julien Roy
2024-11-26 0:30 Julien Roy
2024-11-26 0:25 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748389968.111fc1ffea0d97289256dda614cb577f4953fa3c.w.iron.zombie@gentoo \
--to=w.iron.zombie@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox