diff options
author | Andrey Grozin <grozin@gentoo.org> | 2024-10-01 13:37:42 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2024-10-01 13:37:42 +0700 |
commit | 88f18eef9ce0e871fa592dc9d5a3b7abd298727c (patch) | |
tree | 9c661d5c43ba692963970fd2bdae47635cac0962 /sci-geosciences/qmapshack | |
parent | sci-geosciences/qmapshack: fix dbus support (diff) | |
download | gentoo-88f18eef9ce0e871fa592dc9d5a3b7abd298727c.tar.gz gentoo-88f18eef9ce0e871fa592dc9d5a3b7abd298727c.tar.bz2 gentoo-88f18eef9ce0e871fa592dc9d5a3b7abd298727c.zip |
sci-geosciences/qmapshack: remove old version
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-geosciences/qmapshack')
-rw-r--r-- | sci-geosciences/qmapshack/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/qmapshack/files/dbus.patch | 15 | ||||
-rw-r--r-- | sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild | 48 |
3 files changed, 0 insertions, 64 deletions
diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest index 895cbf62129f..7a04578bb1f6 100644 --- a/sci-geosciences/qmapshack/Manifest +++ b/sci-geosciences/qmapshack/Manifest @@ -1,3 +1,2 @@ DIST qmapshack-1.17.1.tar.gz 56704889 BLAKE2B 1fda3f9874f39eb6b7a0c71ac7b681ebc0f6ea7ae2eefae2b6de4d780556fc5aee45aff230bebcf6ba025959beccffe14a59002fd9552b339892956d2fdd5c50 SHA512 79bdeb59e366cefb2d2a6c9bd084760b5935c93f385a6f2d26bdd25bb4af6939003decc4659afd1567a3b6698a0048e5c79baa716139fc20a96cc0e8dc206d9c -DIST qmapshack-1.17.1_p600.tar.gz 56720384 BLAKE2B 0a76b90273838898c74d6fcf81de0903cd24c294e5ccb7333cdc478b22f01bb771bcc155683c27e0310b018b2c47cf23235b3cd65b81779f97104e389b79450b SHA512 05729eddaca0fd845490eb56e0a0c4ed6d3a721433c24c3e8a6a424a2d6dbb6f9a16dfc8babe4a4ae1b48d8215f586654b1385f748ee8497d629ecdbe4fae2f9 DIST qmapshack-1.17.1_p601.tar.gz 56720740 BLAKE2B 7fd8232e0c5b693d565897dff90ac6c6012918f2739d9cbfa48e7629e3a905609f47b9665d1a7666a131da64739a499a54f9959d275ab4c7f013db0e83d9760a SHA512 9378e1d42a6217cbf169fc67476765f6700886b59518a1c800c5a639b2822e8116cabaac28c147f3a52014bb2393deb1a8e8b7b9c4112f1990361d0376530c80 diff --git a/sci-geosciences/qmapshack/files/dbus.patch b/sci-geosciences/qmapshack/files/dbus.patch deleted file mode 100644 index 39018124d64e..000000000000 --- a/sci-geosciences/qmapshack/files/dbus.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff '--color=auto' -U3 -r qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt ---- qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34.orig/CMakeLists.txt 2024-09-04 18:48:55.000000000 +0700 -+++ qmapshack-1f009ac0be1d1c2a4c31aa1283f4009e88685d34/CMakeLists.txt 2024-09-23 22:32:02.157927751 +0700 -@@ -200,9 +200,9 @@ - - if(USE_QT6DBus) - find_package(Qt6DBus REQUIRED) -- if(Qt5DBus_FOUND) -+ if(Qt6DBus_FOUND) - add_definitions(-DHAVE_DBUS) -- endif(Qt5DBus_FOUND) -+ endif(Qt6DBus_FOUND) - endif(USE_QT6DBus) - - # Everything included. Let's finetune the mess a bit more diff --git a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild deleted file mode 100644 index c97e39c4ae0f..000000000000 --- a/sci-geosciences/qmapshack/qmapshack-1.17.1_p600-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="GPS mapping utility" -HOMEPAGE="https://github.com/Maproom/qmapshack/wiki" -COMMIT="1f009ac0be1d1c2a4c31aa1283f4009e88685d34" -SRC_URI="https://github.com/kiozen/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -RDEPEND=" - dev-db/sqlite - >=dev-libs/quazip-1.3:0=[qt6] - dev-qt/qt5compat:6 - dev-qt/qtbase:6[dbus,gui,network,sql,widgets,xml] - dev-qt/qtdeclarative:6 - dev-qt/qttools:6[assistant,widgets] - dev-qt/qtwebengine:6[widgets] - sci-geosciences/routino - sci-libs/alglib - sci-libs/gdal:= - sci-libs/proj:= -" -DEPEND="${RDEPEND}" -BDEPEND="dev-qt/qttools:6[linguist]" - -PATCHES=( "${FILESDIR}"/dbus.patch ) - -src_configure() { - local mycmakeargs=( -DUSE_QT6DBus=$(usex dbus) ) - cmake_src_configure -} - -src_install() { - docompress -x /usr/share/doc/${PF}/html - cmake_src_install - mv "${D}"/usr/share/doc/HTML "${D}"/usr/share/doc/${PF}/html || die "mv Qt help failed" - ewarn "An experimental Qt6 port" - ewarn "Translations and the help system are broken" - ewarn "Other bugs to https://github.com/Maproom/qmapshack/issues" -} |