mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
x11-apps/organicmaps: new package, add 9999
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
cca5952a0d
commit
06aa86d4c1
2
x11-apps/organicmaps/Manifest
Normal file
2
x11-apps/organicmaps/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
AUX organicmaps-9999-zlib-compile.patch 291 BLAKE2B 627e0897134993fab63357dbaf59e16ca26fc180edfc0e05aefe557fa32d666ecdb6ad5a168b4564f2b9ef9a3b32200552faf0521594ce17a501b9b884b3b506 SHA512 a52c2a0068f929154a7c31479531db66c545328e2c069fe62cf8b3a41cc0eaf501a4885128d11be30a1037006f67b879015adcf4b126b0a13e316bffb5971e75
|
||||
EBUILD organicmaps-9999.ebuild 693 BLAKE2B a7a70da1baa43091bbfe47d6c49059a8f5cfc52e48abe3962a7f7fa141ed2301e6e3dbc31061f7f34791acfeb178c3603bbcfc607f47bfe27480d2d7fa2034b3 SHA512 94cc54583b77be1dbf54c421263c1580b05dd1dd166fa867d9e20c3f98bdafa9140581a212b47e617f8def08f8d2f0c2eb5de6137374b4e3b5427bb1bb464fa2
|
@ -0,0 +1,10 @@
|
||||
--- git/3party/minizip/CMakeLists.txt 2022-06-07 12:52:32.337814533 +0200
|
||||
+++ organicmaps/3party/minizip/CMakeLists.txt 2022-05-31 13:38:50.604235282 +0200
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME}
|
||||
PUBLIC
|
||||
+ OF=_Z_OF
|
||||
USE_FILE32API
|
||||
PRIVATE
|
||||
NOCRYPT
|
8
x11-apps/organicmaps/metadata.xml
Normal file
8
x11-apps/organicmaps/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
<name>Vitaly Zdanevich</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
40
x11-apps/organicmaps/organicmaps-9999.ebuild
Normal file
40
x11-apps/organicmaps/organicmaps-9999.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 cmake-utils
|
||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="Offline maps and navigation using OpenStreetMap data"
|
||||
HOMEPAGE="https://organicmaps.app"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="sys-devel/clang
|
||||
>=dev-util/cmake-3.18.1
|
||||
dev-util/ninja
|
||||
media-libs/freetype
|
||||
dev-libs/icu
|
||||
sys-libs/libstdc++-v3
|
||||
dev-qt/qtcore
|
||||
dev-qt/qtsvg
|
||||
dev-db/sqlite
|
||||
sys-libs/zlib[minizip]"
|
||||
RDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}/${P}-zlib-compile.patch"
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CMAKE_BUILD_TYPE="RelWithDebInfo"
|
||||
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=False
|
||||
)
|
||||
|
||||
echo | ./configure.sh
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user