From d12c73420474b08e32f0195f5d1298fccd4d997f Mon Sep 17 00:00:00 2001 From: donnstro Date: Thu, 19 Jan 2023 21:22:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D0=BB(=D0=B0)=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20'app?= =?UTF-8?q?-crypt/sbis3plugin-core'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-crypt/sbis3plugin-core/Manifest | 2 + .../sbis3plugin-core-22.7220.183.ebuild | 76 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 app-crypt/sbis3plugin-core/sbis3plugin-core-22.7220.183.ebuild diff --git a/app-crypt/sbis3plugin-core/Manifest b/app-crypt/sbis3plugin-core/Manifest index 2f23c1f..54b0970 100644 --- a/app-crypt/sbis3plugin-core/Manifest +++ b/app-crypt/sbis3plugin-core/Manifest @@ -1,2 +1,4 @@ DIST sbis3plugin-core-22.7220.178.deb 86281180 BLAKE2B c6e4536f11820abe07886a85b091a4c2c028d1675be98e717da81f92e62f259b25f5f3a928297e90ce4144cab743e82798129e9f184184f15b91b406c538c505 SHA512 d9003eb94f3032d60c84eedf0c1e175b8c94108bf24f0504e60362e9212ce1c96f225540cf84cd918375621ce7e204efd0cce69f13883e49b3813891d6a76e97 +DIST sbis3plugin-core-22.7220.183.deb 86295178 BLAKE2B 94228de3fd19f91da9e8da4b4d7f2c34b75ab36b9903ff2b061d82e5dc666854b90f4ee9e8720dd684e4c8e74aefe9e3a3834c188f4a8060d7853bd6b9065377 SHA512 fd0ff1c237e966efe1400c1c229233144c6945937728ab7b7ac630e53876a40f69bde73f18467bf7073d9923f3c11458b714d26b7338196512dea9bcabc170b1 EBUILD sbis3plugin-core-22.7220.178.ebuild 1865 BLAKE2B 9852e3a54e7bb44e31ac5986277f5769376619631cfa3c93a1bed7054ab027615b95b8eb094755f09fc5453561941bf53541f0b2d3405857381d0c43c15d6f4c SHA512 c3817a526d3a59b513d5e6b19ed9e272dd705252dc9cf7d143e5515296be63b23acf080a472a18459ad1227299bba47207b8aa1667fe3daa51cbe8ae889916a7 +EBUILD sbis3plugin-core-22.7220.183.ebuild 1865 BLAKE2B 9852e3a54e7bb44e31ac5986277f5769376619631cfa3c93a1bed7054ab027615b95b8eb094755f09fc5453561941bf53541f0b2d3405857381d0c43c15d6f4c SHA512 c3817a526d3a59b513d5e6b19ed9e272dd705252dc9cf7d143e5515296be63b23acf080a472a18459ad1227299bba47207b8aa1667fe3daa51cbe8ae889916a7 diff --git a/app-crypt/sbis3plugin-core/sbis3plugin-core-22.7220.183.ebuild b/app-crypt/sbis3plugin-core/sbis3plugin-core-22.7220.183.ebuild new file mode 100644 index 0000000..f166778 --- /dev/null +++ b/app-crypt/sbis3plugin-core/sbis3plugin-core-22.7220.183.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=7 +inherit font gnome2-utils eutils multilib unpacker + +DESCRIPTION="СБИС Плагин. Desktop Plugin for convenient work in the browser SBIS3Plugin (SABY Plugin) — a desktop application for working with notifications, editing documents in a browser, entering your personal account by certificate, uploading files to the cloud, and so on" +HOMEPAGE="https://sbis.ru/" + +KEYWORDS="amd64" + +SRC_URI="amd64? ( https://update-msk2.sbis.ru/Sbis3Plugin/master/linux/saby-minimal-core.deb -> sbis3plugin-core-${PV}.deb )" + +SLOT="0" +RESTRICT="strip mirror" +LICENSE="GPL-3" +IUSE="" + +NATIVE_DEPEND="app-arch/deb2targz + sys-libs/glibc + sys-devel/gcc + dev-libs/atk + dev-libs/libatomic_ops + virtual/libc + virtual/libcrypt + sys-apps/dbus + x11-libs/libdrm + media-libs/gegl + dev-libs/expat + media-libs/fontconfig + app-eselect/eselect-fontconfig + x11-libs/gdk-pixbuf + dev-libs/glib + media-libs/gstreamer + x11-libs/gtk+:2 + x11-libs/gtk+:3 + media-libs/harfbuzz + app-arch/lzma + dev-libs/nspr + dev-libs/nss + x11-libs/pango + sys-apps/pcsc-lite + media-sound/pulseaudio + sys-libs/libstdc++-v3 + sys-libs/libudev-compat + app-misc/ca-certificates + media-libs/libvorbis + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXinerama + x11-apps/xrandr + x11-libs/libXrender + x11-libs/libXtst + sys-libs/zlib + " + +RDEPEND="${NATIVE_DEPEND}" + +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +src_install() { + cp -R "${WORKDIR}/opt" "${D}" || die "install failed!" +} + +pkg_postinst() { + cp -R /opt/sbis3plugin/temp_minimal_core/* /opt/sbis3plugin/ +}