commit:     f6bb934f65a408232071e3c0a3253cfe29b85de4
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 15:34:16 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 15:34:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb934f

sci-geosciences/qmapshack: depend on dev-qt/qtsql

Suggested-by: gentoo <AT> lermytte.be
Closes: https://bugs.gentoo.org/661134
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../qmapshack/qmapshack-1.11.1-r1.ebuild           | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
new file mode 100644
index 00000000000..e49afba1831
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -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/qtwebkit:5
+       dev-qt/qtscript:5
+       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
+}

Reply via email to