summaryrefslogtreecommitdiff
path: root/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild')
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
deleted file mode 100644
index a1e08508c620..000000000000
--- a/sci-geosciences/qmapshack/qmapshack-1.13.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home"
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebengine:5[widgets]
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qtprintsupport:5
- dev-qt/qtpositioning:5
- dev-qt/qtdbus:5
- dev-qt/qttest:5
- dev-qt/designer:5
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtsql:5
- dev-libs/quazip
- >=sci-geosciences/routino-3.1.1
- sci-libs/gdal
- >=sci-libs/proj-5.0.0
- sci-libs/alglib"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-positioning.patch )
-
-src_prepare() {
- default
- cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}