mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-util/cutter: drop 2.3.4
Closes: https://bugs.gentoo.org/948917 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
69029b599c
commit
814c050e61
@ -1,63 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake flag-o-matic toolchain-funcs xdg-utils python-single-r1
|
||||
|
||||
MY_P="${PN^}-v${PV}"
|
||||
|
||||
DESCRIPTION="A Qt and C++ GUI for rizin reverse engineering framework"
|
||||
HOMEPAGE="https://cutter.re https://github.com/rizinorg/cutter/"
|
||||
SRC_URI="https://github.com/rizinorg/${PN}/releases/download/v${PV}/${MY_P}-src.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0 GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="graphviz"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
>=dev-util/rizin-0.7.1:=
|
||||
graphviz? ( media-gfx/graphviz )"
|
||||
RDEPEND="${DEPEND}
|
||||
!net-analyzer/cutter" # https://bugs.gentoo.org/897738
|
||||
BDEPEND="dev-qt/linguist-tools:5"
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/925901
|
||||
# https://github.com/rizinorg/cutter/pull/3317
|
||||
#
|
||||
# Fixed in git dev. Remove as part of next version bump.
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_CXX_COMPILER="$(tc-getCXX)"
|
||||
-DCMAKE_C_COMPILER="$(tc-getCC)"
|
||||
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
|
||||
-DCUTTER_ENABLE_GRAPHVIZ="$(usex graphviz)"
|
||||
-DCUTTER_ENABLE_KSYNTAXHIGHLIGHTING=OFF
|
||||
-DCUTTER_ENABLE_PYTHON=ON
|
||||
-DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF
|
||||
-DCUTTER_USE_BUNDLED_RIZIN=OFF
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user