mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-calculators/speedcrunch: drop 0.12.0-r1, destabilise
Closes: https://bugs.gentoo.org/953885 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST speedcrunch-0.12.0.tar.gz 3667420 BLAKE2B d983c22cbed9f3496bf7cadf670db3e7af4461a37e5fe151094ecaf6077cabffea84e4530c9b18145a220f09336d70567c96509b99c3b6a18f967aa97051d66e SHA512 9f93936311e227ed0aff374adae408f212e6d63174154931ecb19a31f1a6f360b9548989bbdc5988d03a7600f2d3e466ef18bf5f071002b99f22b22e773143eb
|
||||
DIST speedcrunch-0.12.0_p20241202-3c1b4c18ccb2.tar.bz2 3206297 BLAKE2B 7364d154644a567696ec382a7245ab558272626e528ebcc16ba7dc29bbdeb3dfb5e78849100575615fd34d6982a14c44eb9f9fae37675a30a3ed127ddc5c67ff SHA512 e3691bfabbdc5d913353281db307a38d18a6d49cdee26f46b95de2e70daf638974b2654de4faedfe64c0b92977390784d235f2b888afbbbf30de062b1864efb3
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
From 3caeaa7eec01f64e769351355dff0fedd95a25fd Mon Sep 17 00:00:00 2001
|
||||
From: Felix Krull <f_krull@gmx.de>
|
||||
Date: Mon, 7 Aug 2017 16:19:22 +0200
|
||||
Subject: [PATCH] Install appdata file into new metadata path.
|
||||
|
||||
*asturm 2021-02-28: Backported to 0.12.0.
|
||||
|
||||
---
|
||||
src/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1fa32ac..fb333f4 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -113,7 +113,7 @@
|
||||
if(NOT WIN32)
|
||||
set(SHAREDIR "share/")
|
||||
set(MENUDIR "${SHAREDIR}/applications/")
|
||||
- set(APPDATADIR "${SHAREDIR}/appdata/")
|
||||
+ set(APPDATADIR "${SHAREDIR}/metainfo/")
|
||||
set(ICONDIR "${SHAREDIR}/pixmaps/")
|
||||
set(BINDIR "bin")
|
||||
else(NOT WIN32)
|
||||
--
|
||||
2.10.5
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake desktop xdg-utils
|
||||
|
||||
DESCRIPTION="Fast and usable calculator for power users"
|
||||
HOMEPAGE="https://speedcrunch.org/"
|
||||
SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/heldercorreia-speedcrunch-ea93b21f9498/src"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qthelp:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-appdata.patch" )
|
||||
|
||||
src_install() {
|
||||
use doc && local HTML_DOCS=( ../doc/build_html_embedded/. )
|
||||
cmake_src_install
|
||||
doicon -s scalable ../gfx/speedcrunch.svg
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user