public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/
Date: Mon,  6 Nov 2023 14:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1699033352.55cdafd4993ad52343fbbdc2229679ea28f4843f.davidroman@gentoo> (raw)

commit:     55cdafd4993ad52343fbbdc2229679ea28f4843f
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Nov  3 17:41:58 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov  3 17:42:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55cdafd4

gui-apps/intiface-central-bin: add 2.5.0

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 gui-apps/intiface-central-bin/Manifest             |  1 +
 .../intiface-central-bin-2.5.0.ebuild              | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest b/gui-apps/intiface-central-bin/Manifest
index 8671402a05..b83c1911d3 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9 SHA512 8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67
 DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07 SHA512 e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036
+DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363 SHA512 219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
new file mode 100644
index 0000000000..5561775b83
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 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-x64.zip"
+S="${WORKDIR}/intiface_central_v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	app-accessibility/at-spi2-core
+	media-gfx/graphite2
+	sys-apps/dbus
+	sys-apps/systemd-utils
+	x11-libs/gtk+:3[X]
+	dev-libs/openssl:0/3
+"
+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"
+}


             reply	other threads:[~2023-11-06 14:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-06 14:18 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 15:55 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/ Julien Roy
2024-05-24 18:26 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-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=1699033352.55cdafd4993ad52343fbbdc2229679ea28f4843f.davidroman@gentoo \
    --to=davidroman96@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