mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/FreeSSM: drop 1.2.5_p20210702
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils desktop
|
||||
|
||||
DESCRIPTION="Free and easy to use diagnostic and adjustment tool for SUBARU® vehicles"
|
||||
HOMEPAGE="https://github.com/Comer352L/FreeSSM"
|
||||
|
||||
GIT_COMMIT="97576c03578ec8564b5db67d59fb52502ad7a932"
|
||||
SRC_URI="https://github.com/Comer352L/FreeSSM/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="small-resolution"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtwidgets:5
|
||||
media-libs/libglvnd
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
|
||||
src_configure() {
|
||||
eqmake5 FreeSSM.pro $(usex small-resolution CONFIG+=small-resolution "")
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake release
|
||||
emake translation
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local installdir="/usr/share/${PN}"
|
||||
eqmake5 INSTALLDIR="${D}${installdir}"
|
||||
emake release-install
|
||||
|
||||
make_desktop_entry "${installdir}/${PN}" ${PN} "${installdir}/${PN}.png"
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST FreeSSM-1.2.5_p20210702.tar.gz 1422551 BLAKE2B d9f3219f225cc2678773a20afa78eee3249a1043f354dfab64eb11debfde8d66b4f0e6fe6b9252e98fccc9b29fb105712fa3da491007f285179fe5060547da20 SHA512 72f8883ee44a056ed3886a7cab5186c45e1f1b571195de9d556805e90d178efd2b25460a7b87c7c4a727807ada04199c2131aef509d8aa0e68eab1b664b63411
|
||||
DIST FreeSSM-1.2.5_p20240407.tar.gz 1433267 BLAKE2B 3f6278c997c2f6afdd0646dd94e142bb5c1f625fa11cc5de2210ac3463d007499eab1ffaf3e534698e0fa348fc1f28a37415113264e37129dc4ff741bad331e6 SHA512 b1487b072dc2d3b67e1da57af493f71e193a4fb9b6775662bc9e9d39658d02a5f18a2dd4d5cc4d862bd27bbc3ff8bf1203afbbd12ec1ded3f14e323ec179ab88
|
||||
|
||||
Reference in New Issue
Block a user