public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/walker/
Date: Mon, 13 Jan 2025 19:34:34 +0000 (UTC)	[thread overview]
Message-ID: <1736796817.85282807c4e40b44e2248c67e636ad5c3635effc.julien@gentoo> (raw)

commit:     85282807c4e40b44e2248c67e636ad5c3635effc
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Jan 13 19:33:37 2025 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jan 13 19:33:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85282807

gui-apps/walker: add 0.12.0

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/walker/Manifest             |  2 ++
 gui-apps/walker/walker-0.12.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gui-apps/walker/Manifest b/gui-apps/walker/Manifest
index d663025e2..04e2902d7 100644
--- a/gui-apps/walker/Manifest
+++ b/gui-apps/walker/Manifest
@@ -1,4 +1,6 @@
 DIST walker-0.10.3-deps.tar.xz 28793644 BLAKE2B 73126ea28c355531cf801dfea9c87489f0d794ad4042e4313b5910101453b438115e2feec34d3ca5a337c3d2afbad3a0c023c087d22eb6f3effdb8b476dedec1 SHA512 ae41095993dd9dc13450e43b9e0888191142bd854996d19df37bee919930f9ca6fa876937a35bf0336a2b1799722719f020573df22ba2372769078e94260b92a
 DIST walker-0.10.3.tar.gz 818018 BLAKE2B e924fd9061b2b864f63149feda4d478ddc05e583beb213e3da2ab6e0be161aaafc3e47e3a5ace3cc35672047a889c1cf60f2fec80fd69091c05f376eba9fcf18 SHA512 a0957a42d1e97f57eb6ad4ccacc6f888a9e176b5df25bd45c5f817ed476e710eb924dea44bd2186ce9ca79fd8a21ac92d5187df5a43446ae14865172b28c393b
+DIST walker-0.12.0-deps.tar.xz 186245172 BLAKE2B cfbc4fc9b74dd49d2f39f51132903dbb7e1c35993ef7670977dc4a912854daff4390fe2390b101da4d18eb95b1daa603203e4fc50e94220147f9a3884ec7b553 SHA512 dcf3a831aacd10168f6dc577c35d8e6bea04738578447824fb053b470eac2df3ba4b9218faf1f4f1f143e695dd33e752b1bce2c8831d0aa77ba0acb33be584a5
+DIST walker-0.12.0.tar.gz 825680 BLAKE2B a244ef2549cca36f409f0e66741dc647aeced4bd56ef0447194ff709ea80bd53f73006f8c9518f32c84aed03736b0c595af56720e0d88665beef4ee7c07b919a SHA512 e4f2fa3869c6d3ec1fee26f53e583c1444b40d63a3a0299398348eeeb5790e02b2e40202483e9ba0b6be102f582a143fec6e13dd451670f51810a1591a71db4a
 DIST walker-0.9.9-deps.tar.xz 28759468 BLAKE2B 2d73c751a508950c0a88b26a2e64eb483dc250479352d401d39530228c648cf8dc9e85376e4aa72d858516802947c1f3b48e9315bd303830e7e726af99429491 SHA512 2b9ff6fdb8d3f777c49e36eeab681377eecd44e2c1bc7de4d6e2cc83a4104a5474dff1e88f443ec717871c2bd54da0f0aaac7db332a3fa3cbd72dcb7ff8df677
 DIST walker-0.9.9.tar.gz 816648 BLAKE2B 296e0a0551d065cf5a7fd34ef6a102631b53dba851dbfe47621f90dc2375f5bb8aa43a31c6696939b69f1f71187a1fa26cdae10eca352f8cb2193129554701fc SHA512 d319a885f5e89e361692132ac879d3cd300a265d9db9166bae45a7a9521648377ad8c2eebaf9571e82f84a749f3b328e04dada56a9de1abaea7c7d2ec9fa4b95

diff --git a/gui-apps/walker/walker-0.12.0.ebuild b/gui-apps/walker/walker-0.12.0.ebuild
new file mode 100644
index 000000000..aa5cb878f
--- /dev/null
+++ b/gui-apps/walker/walker-0.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Multi-Purpose Launcher with a lot of features. Highly Customizable and fast"
+HOMEPAGE="https://github.com/abenz1267/walker"
+SRC_URI="
+	https://github.com/abenz1267/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://jroy.ca/dist/${P}-deps.tar.xz
+"
+
+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_compile() {
+	cd "${S}"/cmd || die
+	ego build -o walker
+}
+
+src_install() {
+	dobin cmd/"${PN}"
+}


             reply	other threads:[~2025-01-13 19:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-13 19:34 Julien Roy [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-05-27 23:53 Quinet Charlie
2025-01-22 15:29 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=1736796817.85282807c4e40b44e2248c67e636ad5c3635effc.julien@gentoo \
    --to=julien@jroy.ca \
    --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