sci-geosciences/qmapshack: bump to 1.12.0
authorGuillaume Castagnino <casta@xwing.info>
Thu, 6 Sep 2018 19:09:11 +0000 (21:09 +0200)
committerAmy Liffey <amynka@gentoo.org>
Sun, 9 Sep 2018 16:35:51 +0000 (17:35 +0100)
Migrate to qtwebengine instead of qtwebkit

Closes: https://bugs.gentoo.org/665388
Closes: https://github.com/gentoo/gentoo/pull/9793
Package-Manager: Portage-2.3.49, Repoman-2.3.10

sci-geosciences/qmapshack/Manifest
sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild [new file with mode: 0644]

index 559bca0b6649023f8d96c4473953dfb8de95386d..7665537da1f482a83e4a0665ea993f02123eac71 100644 (file)
@@ -1,2 +1,3 @@
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede SHA512 43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
+DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7 SHA512 dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b SHA512 6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild
new file mode 100644 (file)
index 0000000..6921f47
--- /dev/null
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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/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
+       sci-libs/alglib"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5"
+
+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
+}