public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/
Date: Tue, 23 May 2023 12:47:00 +0000 (UTC)	[thread overview]
Message-ID: <1684836194.6bb8159b9362a150718603c8fc9a5fb97913f51c.tastytea@gentoo> (raw)

commit:     6bb8159b9362a150718603c8fc9a5fb97913f51c
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue May 23 10:03:14 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 23 10:03:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bb8159b

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

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

 gui-apps/intiface-central-bin/Manifest             |  1 +
 .../intiface-central-bin-2.4.0.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest b/gui-apps/intiface-central-bin/Manifest
index 18a0719ba..36e599f57 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1 +1,2 @@
 DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451 SHA512 3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049
+DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9 SHA512 8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
new file mode 100644
index 000000000..87487ae19
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
@@ -0,0 +1,51 @@
+# 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}-linux-x64"
+
+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/1.1
+		dev-libs/openssl-compat:1.1.1
+	)
+"
+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-05-23 12:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 12:47 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 17:03 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/ Ronny Gutbrod
2024-10-31 17:03 Ronny Gutbrod
2024-06-15 15:12 Ronny Gutbrod
2024-05-24 10:33 Ronny Gutbrod
2024-05-24 10:33 Ronny Gutbrod
2024-04-25 10:50 Ronny Gutbrod
2024-04-25 10:50 Ronny Gutbrod
2024-02-21  8:57 Ronny Gutbrod
2024-02-21  8:57 Ronny Gutbrod
2023-12-22 14:33 Ronny Gutbrod
2023-12-22 14:33 Ronny Gutbrod
2023-11-03 17:42 Ronny Gutbrod
2023-11-03 17:42 Ronny Gutbrod
2023-07-25 17:37 Ronny Gutbrod
2023-07-25 17:37 Ronny Gutbrod
2023-02-27 18:08 Ronny Gutbrod
2023-02-24 10:35 Ronny Gutbrod
2023-02-24 10:35 Ronny Gutbrod
2023-02-24 10:35 Ronny Gutbrod
2023-02-23 14:02 Ronny Gutbrod
2023-02-20 17:43 Ronny Gutbrod

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=1684836194.6bb8159b9362a150718603c8fc9a5fb97913f51c.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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