From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DBC815806E for ; Wed, 7 Jun 2023 07:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2F43E087A; Wed, 7 Jun 2023 07:04:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1FE0E0877 for ; Wed, 7 Jun 2023 07:04:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACAB2340D09 for ; Wed, 7 Jun 2023 07:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31436A99 for ; Wed, 7 Jun 2023 07:04:11 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1686079106.b8b95bb22462a5114a768b8d4591571bd30377cb.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/dwarf-therapist/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/dwarf-therapist/Manifest games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild games-util/dwarf-therapist/metadata.xml X-VCS-Directories: games-util/dwarf-therapist/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b8b95bb22462a5114a768b8d4591571bd30377cb X-VCS-Branch: master Date: Wed, 7 Jun 2023 07:04:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9002242e-59f3-4967-8b48-cd848882b2e9 X-Archives-Hash: 12218410b41cd0f4c38495f115217fbd commit: b8b95bb22462a5114a768b8d4591571bd30377cb Author: Wolfgang E. Sanyer gmail com> AuthorDate: Tue Jun 6 18:38:32 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jun 6 19:18:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8b95bb2 games-util/dwarf-therapist: Bump to 41.2.5 This may be the last version of dwarf-therapist, since it seems like dwarf-fortress is no longer released for linux 😭 See http://www.bay12forums.com/smf/index.php?topic=168411.msg7628208#msg7628208 Signed-off-by: Wolfgang E. Sanyer gmail.com> games-util/dwarf-therapist/Manifest | 1 + .../dwarf-therapist/dwarf-therapist-41.2.5.ebuild | 54 ++++++++++++++++++++++ games-util/dwarf-therapist/metadata.xml | 3 ++ 3 files changed, 58 insertions(+) diff --git a/games-util/dwarf-therapist/Manifest b/games-util/dwarf-therapist/Manifest index 4e6c63d3d..2dd141b3b 100644 --- a/games-util/dwarf-therapist/Manifest +++ b/games-util/dwarf-therapist/Manifest @@ -1 +1,2 @@ DIST Dwarf-Therapist-41.2.2.tar.gz 1126446 BLAKE2B 44b84661892a50b225c5b69b6196e8397359d073bc9c268713fe93a35852370cfcfcc76df1c52aad814ceb46a74b6a9a7b3bd37bfc5cfec1eb2273b148b3cdb1 SHA512 0235c809be389743fb8205bf43770215efe72c4a178c854b14d1d9ea3a12213abaf58e2832d4c2bcf071d68216a4beff513c7e22712de996c0b6e9024c3010c2 +DIST Dwarf-Therapist-41.2.5.tar.gz 1125524 BLAKE2B a545bac1a87aac09adb22d1863f783389bb3924464e706da534a8b24a1aaadf91e5d10b8b4fe366b7f97b78a7ffec16107bb3ff0719843dfd12e71625c50ade7 SHA512 676c5ef18ff6311ff09beaf59144ac568bf4cf3034c1a9bac65c355029a9718c14bf90a0b6c0f2b357afa95c66a6ab546c0d91fe89cf67987c4e4f432c2177e1 diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild new file mode 100644 index 000000000..83f5c802d --- /dev/null +++ b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake desktop xdg-utils + +MY_PN="Dwarf-Therapist" +MY_PV="v${PV}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="For managing dwarves in Dwarf Fortress" +HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist" +SRC_URI="https://github.com/Dwarf-Therapist/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_P}" + +RDEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtdeclarative:5 + dev-qt/qtwidgets:5 +" +src_install() { + # Install some sort of documentation + dodoc README.rst + + # Add the desktop file + domenu dist/xdg/applications/dwarftherapist.desktop + + # install icons + insinto /usr/share/ + doins -r dist/xdg/icons + + # install memory layout files for dwarf-fortress versions + insinto /usr/share/dwarftherapist/memory_layouts + doins -r share/memory_layouts/linux + + # and of course, the binary + newbin "${BUILD_DIR}/dwarftherapist" dwarf-therapist +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +} diff --git a/games-util/dwarf-therapist/metadata.xml b/games-util/dwarf-therapist/metadata.xml index 9924b09ad..767c3433a 100644 --- a/games-util/dwarf-therapist/metadata.xml +++ b/games-util/dwarf-therapist/metadata.xml @@ -5,4 +5,7 @@ ezzieyguywuf@gmail.com Wolfgang E. Sanyer + + Dwarf-Therapist/Dwarf-Therapist +