app-misc/2gis - 3.16.3.0 (mva)

Search

Install

Install this version:

emerge -a =app-misc/2gis-3.16.3.0

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

autounmask =app-misc/2gis-3.16.3.0

Or alternatively:

emerge --autounmask-write -a =app-misc/2gis-3.16.3.0

Package Information

Description:
Proprietary freeware multimedia map of several Russian and Ukrainian towns
Homepage:
https://2gis.ru
License:
2Gis-ru

Ebuild Details

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

EAPI=8

inherit desktop wrapper

DESCRIPTION="Proprietary freeware multimedia map of several Russian and Ukrainian towns"
HOMEPAGE="https://2gis.ru"
SRC_URI="https://download.2gis.ru/arhives/2GISShell-${PV}.orig.zip"

S="${WORKDIR}"

LICENSE="2Gis-ru"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+data"

DEPEND="
	app-arch/unzip
	media-gfx/imagemagick[png]
	media-gfx/icoutils
"
RDEPEND="
	virtual/wine
	data? ( app-misc/2gis-data )
"

src_install() {
	insinto /opt/${PN}
	doins -r 2gis/3.0/* || die

	bash "${FILESDIR}"/exe2png "2gis/3.0/grym.exe" "2gis_256.png" "256x256"
	for size in 16 22 24 32 36 48 64 72 96 128 192 256; do
		newicon -s ${size} -c apps "${PN}_256".png "${PN}".png
	done

	make_wrapper 2gis "wine grym.exe -nomta" /opt/${PN}
	make_desktop_entry 2gis "2Gis" 2gis "Qt;KDE;Education;Geography" || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-misc/2gis | euse -E <flag> -p app-misc/2gis | euse -D <flag> -p app-misc/2gis

Global/Standard Flags

data
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	app-arch/unzip
	media-gfx/imagemagick[png]
	media-gfx/icoutils

RDEPEND

	virtual/wine
	data? ( app-misc/2gis-data )

Manifest for 3.16.3.0

Type File Size Source URLs
DIST 2GISShell-3.16.3.0.orig.zip 22623048 bytes https://download.2gis.ru/arhives/2GISShell-3.16.3.0.orig.zip