From: "Ronaldo V. Lobato" <vieira.lobato@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
Date: Sat, 6 Apr 2024 18:41:03 +0000 (UTC) [thread overview]
Message-ID: <1712428772.2f65fa4b33b8dbf56229019599134d18fae75631.vieira.lobato@gentoo> (raw)
commit: 2f65fa4b33b8dbf56229019599134d18fae75631
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Sat Apr 6 18:39:32 2024 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Sat Apr 6 18:39:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f65fa4b
gnome-extra/junction: add 1.7
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
| 2 ++
| 58 ++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
--git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
index 39d62007da..a498f1d2fd 100644
--- a/gnome-extra/junction/Manifest
+++ b/gnome-extra/junction/Manifest
@@ -1,2 +1,4 @@
DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
+DIST junction-1.7.tar.gz 1883600 BLAKE2B 261a94864f5cba08d15ce688b23edab75840dbb273d9a897e6c28ce5b828fabf17ea27ee801232a5efd03b18f8c75a37aac3c2c8de01ef253f8b8626e08cd0c0 SHA512 82bc0bb7d9a0c0c5bf3151c27727673c0bbf998cdc8f6a87a15087d3fbfca320420e5b929816481a12a1c6d1cf75a7a5b8d2b717aadc60a2e3b0c6a3328acc16
DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61
+DIST troll-junction-1.7.tar.gz 474867 BLAKE2B f934616326e288e8b35109c2b001fd02af4bd9a2349b4fe4989ceed01909cf2e95344e556977513c39c66cd862157150d92cddb237f1b4414725c7c07ec9ad85 SHA512 0788b314f49111cfa7d3c6f9c67189b60e61de8bf1adbd6f974f94ca45343a6d0127e9621eafb0f732e5cb46b1a0f0e26059eb65b35c44a7e3e7c67f31429c80
--git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild
new file mode 100644
index 0000000000..63b1d90505
--- /dev/null
+++ b/gnome-extra/junction/junction-1.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
+DESCRIPTION="Application/browser chooser"
+HOMEPAGE="
+ https://apps.gnome.org/app/re.sonny.Junction/
+ https://github.com/sonnyp/Junction
+"
+SRC_URI="
+ https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
+"
+S="${WORKDIR}/${PN^}-${PV}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+
+DEPEND="
+ dev-libs/gjs
+ dev-libs/glib:2
+"
+RDEPEND="${DEPEND}
+ dev-libs/gobject-introspection
+ dev-libs/libportal[introspection]
+ gui-libs/gtk:4[introspection]
+ gui-libs/libadwaita:1[introspection]
+ net-libs/libsoup:3.0[introspection]
+"
+BDEPEND="
+ dev-util/blueprint-compiler
+ sys-devel/gettext
+"
+
+src_unpack() {
+ default
+
+ rmdir "${S}"/troll || die
+ mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
+}
+
+src_configure() {
+ local mymesonargs=(
+ --datadir=/usr/share
+ )
+
+ meson_src_configure
+}
+
+# only data files validators, skip them
+src_test() {
+ :
+}
next reply other threads:[~2024-04-06 18:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-06 18:41 Ronaldo V. Lobato [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-10 20:54 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/ Lucio Sauer
2024-04-07 0:09 Lucio Sauer
2024-04-07 0:09 Lucio Sauer
2024-04-06 23:47 Lucio Sauer
2024-04-06 19:13 Ronaldo V. Lobato
2022-11-29 15:02 Anna Vyalkova
2022-11-28 14:20 Anna Vyalkova
2022-11-26 21:03 Randall Vasquez
2022-09-08 10:24 Andrew Ammerlaan
2022-08-22 0:27 Randall Vasquez
2022-08-21 21:17 Randall Vasquez
2022-08-20 12:54 Randall Vasquez
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=1712428772.2f65fa4b33b8dbf56229019599134d18fae75631.vieira.lobato@gentoo \
--to=vieira.lobato@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