Добавление аналога MS Visio - R7Grafika версии 1.2

master
serg-sg 7 months ago
parent ed295bfc43
commit b2dcec2c32

@ -0,0 +1 @@
DIST r7grafika-amd64-1.2.deb 104047274 BLAKE2B 496a9e3abc42f54bdebd5b3f874faf8593e42875e4a9bd1939959956ca7fe4605d45b4ee76d3dd021346737bbc05314e1dc0d4d9b5294a323246864fb0bc0097 SHA512 7ee9639d00dd3b1d079af55e1e6b4300e9d2b858e1ca4b33eca8f3a388e9af951c20729c1a09ba70b3faf6b042e61fc854f8c79e5a1a7b997e84373bb3b268b1

@ -0,0 +1,51 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop unpacker pax-utils xdg
DESCRIPTION="R7-Grafika desktop app"
HOMEPAGE="https://r7-office.ru/grafika"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="bindist strip mirror"
SRC_URI="
amd64? ( https://download.r7-office.ru/r7graph/${PN}-amd64-${PV}.deb )
"
RDEPEND="
x11-libs/gtk+:3
x11-libs/libnotify
dev-libs/nss
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-misc/xdg-utils
app-accessibility/at-spi2-core
sys-apps/util-linux
app-crypt/libsecret
dev-libs/libappindicator
"
S=${WORKDIR}
R7="opt/${PN}"
src_unpack() {
unpack_deb ${A}
}
src_install() {
mv * "${D}" || die
}
pkg_postinst() {
xdg_mimeinfo_database_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}
Loading…
Cancel
Save