summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-01-01 15:29:52 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-01-01 15:31:27 +0100
commit74d59fd9123f90282b7717c36ceca97b42a1666a (patch)
tree656a240c456d2a9331760b724f73ea207a0ee277 /app-office
parentapp-office/drawio-desktop-bin: new package, add 22.1.16 (diff)
downloadgentoo-74d59fd9123f90282b7717c36ceca97b42a1666a.tar.gz
gentoo-74d59fd9123f90282b7717c36ceca97b42a1666a.tar.bz2
gentoo-74d59fd9123f90282b7717c36ceca97b42a1666a.zip
app-office/drawio-desktop-bin: minor style fixes
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
index 7eba866b60a7..7c3e068e68dc 100644
--- a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
+++ b/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,11 +18,11 @@ HOMEPAGE="https://www.drawio.com/"
SRC_URI="
amd64? ( https://github.com/jgraph/drawio-desktop/releases/download/v${PV}/drawio-amd64-${PV}.deb
- -> ${PN}-amd64-${PV}.deb )
+ -> ${PN}-amd64-${PV}.deb )
arm64? ( https://github.com/jgraph/drawio-desktop/releases/download/v${PV}/drawio-arm64-${PV}.deb
- -> ${PN}-arm64-${PV}.deb )
+ -> ${PN}-arm64-${PV}.deb )
https://github.com/jgraph/drawio-desktop/blob/${RC_COMMIT}/build/icon.svg
- -> drawio-${PV}-icon.svg
+ -> drawio-${PV}-icon.svg
"
S="${WORKDIR}"
@@ -80,7 +80,7 @@ src_prepare() {
}
src_install() {
- local DESTDIR="/opt/drawio"
+ local destdir="/opt/drawio"
# Copy icons
local IC_SIZE
@@ -100,14 +100,14 @@ src_install() {
insinto /usr/share/mime/packages
doins "usr/share/mime/packages/drawio.xml"
- exeinto "${DESTDIR}"
+ exeinto "${destdir}"
doexe opt/drawio/chrome-sandbox opt/drawio/chrome_crashpad_handler opt/drawio/drawio opt/drawio/*.so*
- insinto "${DESTDIR}"
+ insinto "${destdir}"
insopts -m0644
doins opt/drawio/*.pak opt/drawio/*.bin opt/drawio/*.json opt/drawio/*.dat
insopts -m0755
doins -r opt/drawio/locales opt/drawio/resources
- dosym "${DESTDIR}"/drawio /usr/bin/drawio
+ dosym "${destdir}"/drawio /usr/bin/drawio
}