www-plugins/kontur-diagnostic-plugin - 3.1.2.425 (mva)

Search

Install

Install this version:

emerge -a =www-plugins/kontur-diagnostic-plugin-3.1.2.425

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

autounmask =www-plugins/kontur-diagnostic-plugin-3.1.2.425

Or alternatively:

emerge --autounmask-write -a =www-plugins/kontur-diagnostic-plugin-3.1.2.425

Package Information

Description:
System diagnostic browser plugin for SKB Kontur services
Homepage:
https://help.kontur.ru/
License:
EULA

Ebuild Details

Version EAPI Keywords Slot
3.1.2.425 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

MAGIC=002623

# on bump:
#  check where https://help.kontur.ru/files/diag.plugin_amd64.deb redirects
# version:
#  curl -s https://help.kontur.ru/files/diag.plugin_amd64.deb | bsdtar -xO control.tar.gz | bsdtar -xO control

inherit unpacker patches

DESCRIPTION="System diagnostic browser plugin for SKB Kontur services"

HOMEPAGE="https://help.kontur.ru/"
SRC_URI="
	amd64? ( https://api.kontur.ru/drive/v1/public/diag/files/diag.plugin_amd64_signed.${MAGIC}.deb -> ${P}.deb )
"
# x64-macos? ( https://help.kontur.ru/files/diag.plugin-3.1.0.209.000837.pkg )
# amd64? ( https://help.kontur.ru/files/diag.plugin_amd64.${PV}.deb -> ${P}.deb )
# https://help.kontur.ru/files/diag.plugin-3.1.0.210-1.x86_64.000865.rpm

S="${WORKDIR}"

LICENSE="EULA"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror strip"
# x64-macos"

RDEPEND="
	app-accessibility/at-spi2-core
	dev-libs/glib
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/pango
"
DEPEND="${RDEPEND}"

QA_PREBUILT="*"
QA_SONAME_NO_SYMLINK="usr/lib64/.*"

src_unpack() {
	unpack_deb ${A}
}

src_install() {
	insinto /
	doins -r usr etc opt
	exeinto /opt/diag.plugin
	doexe opt/diag.plugin/{Diag.Plugin.nc,nchost-askpass}
}

Inherited Eclasses

Dependencies

DEPEND

	app-accessibility/at-spi2-core
	dev-libs/glib
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/pango

RDEPEND

	app-accessibility/at-spi2-core
	dev-libs/glib
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+:3
	x11-libs/pango

Manifest for 3.1.2.425

Type File Size Source URLs
DIST kontur-diagnostic-plugin-3.1.2.425.deb 378382 bytes https://api.kontur.ru/drive/v1/public/diag/files/diag.plugin_amd64_signed.002623.deb