From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/
Date: Sat, 15 Jun 2024 15:55:14 +0000 (UTC) [thread overview]
Message-ID: <1718464335.1a5a488264466a5dc39545bd059ea03e7498ae31.julien@gentoo> (raw)
commit: 1a5a488264466a5dc39545bd059ea03e7498ae31
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 15 15:10:38 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 15:12:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a5a4882
gui-apps/intiface-central-bin: add 2.6.0
Signed-off-by: tea <gentoo <AT> tastytea.de>
gui-apps/intiface-central-bin/Manifest | 1 +
.../intiface-central-bin-2.6.0.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gui-apps/intiface-central-bin/Manifest b/gui-apps/intiface-central-bin/Manifest
index e4aba0f79..28835064f 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1 +1,2 @@
DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049 SHA512 be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb
+DIST intiface-central-v2.6.0-linux-ubuntu-22.04-x64.zip 19506920 BLAKE2B 751c4cfe4f6c543614d6724ee7292579d4b0532f1656c5dd8a13d9d19293327dc2c460f06e6d940bc2b6ea2a3fae2aa26cbe99e786237996210b0d0684acbfbc SHA512 acaf49792926bfc267da67f89f3f54a79e3c848d5b90ff2bc1eb9f166379df967af8623c79360743f42b6d9d3c3ad5c03430809b462b4b088e94e00e65e8d807
diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.6.0.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.6.0.ebuild
new file mode 100644
index 000000000..23f2184b2
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.6.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central"
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip"
+S="${WORKDIR}/${PN/-bin/}-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-accessibility/at-spi2-core
+ dev-libs/glib
+ dev-libs/openssl:0/3
+ media-gfx/graphite2
+ media-libs/harfbuzz
+ sys-apps/dbus
+ sys-apps/systemd-utils
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:3[X]
+ x11-libs/pango
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+ opt/${PN}/lib/*.so
+ opt/${PN}/intiface_central
+"
+
+src_install() {
+ insinto /opt/${PN}
+ doins -r .
+ fperms +x /opt/${PN}/intiface_central
+
+ cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+ dobin intiface_central
+
+ newicon --size 512 \
+ data/flutter_assets/assets/icons/intiface_central_icon.png ${PN}.png
+
+ make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}
next reply other threads:[~2024-06-15 15:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 15:55 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-24 18:26 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/ Julien Roy
2024-05-24 18:26 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-25 21:49 Julien Roy
2024-02-21 11:52 Julien Roy
2024-02-21 11:52 Julien Roy
2023-12-23 7:33 Viorel Munteanu
2023-12-23 7:33 Viorel Munteanu
2023-11-06 14:18 David Roman
2023-11-06 14:18 David Roman
2023-07-26 7:43 Viorel Munteanu
2023-07-26 7:43 Viorel Munteanu
2023-05-25 2:21 Haelwenn Monnier
2023-02-27 18:47 Florian Schmaus
2023-02-24 7:41 Viorel Munteanu
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=1718464335.1a5a488264466a5dc39545bd059ea03e7498ae31.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