gui-apps/intiface-central-bin - 2.6.0 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/intiface-central-bin-2.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/intiface-central-bin-2.6.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/intiface-central-bin-2.6.0

Package Information

Description:
Buttplug frontend application
Homepage:
https://github.com/intiface/intiface-central
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.6.0 8 ~amd64 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

xdg

Dependencies

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

Manifest for 2.6.0

Type File Size Source URLs
DIST intiface-central-v2.6.0-linux-ubuntu-22.04-x64.zip 19506920 bytes https://github.com/intiface/intiface-central/releases/download/v2.6.0/intiface-central-v2.6.0-linux-ubuntu-22.04-x64.zip