mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
games-util/dwarf-therapist: treeclean
Closes: https://bugs.gentoo.org/932524 (pkgremoved) Closes: https://bugs.gentoo.org/975098 (pkgremoved) Closes: https://bugs.gentoo.org/975099 (pkgremoved) Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST Dwarf-Therapist-41.2.5.tar.gz 1125524 BLAKE2B a545bac1a87aac09adb22d1863f783389bb3924464e706da534a8b24a1aaadf91e5d10b8b4fe366b7f97b78a7ffec16107bb3ff0719843dfd12e71625c50ade7 SHA512 676c5ef18ff6311ff09beaf59144ac568bf4cf3034c1a9bac65c355029a9718c14bf90a0b6c0f2b357afa95c66a6ab546c0d91fe89cf67987c4e4f432c2177e1
|
||||
DIST Dwarf-Therapist-42.1.5.tar.gz 1090721 BLAKE2B cdad4ad611bfbd0a38908ca11697e6550272c5f743b6ad5c123bcf789d3e88876fcb17fc7c109a77bbb9319cf78b7e9095ed13fc4121ffafe01281b2870e83e7 SHA512 71dcb8a814de277cb5c49b22edef32b04ff2e10f9833ef1d65d01d919e6d429d5309e2814d30c2a4e8b21331de530699762b80daade5146aeb8e8f7761095f9a
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake desktop linux-info 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"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
|
||||
CONFIG_CHECK="~CROSS_MEMORY_ATTACH"
|
||||
WARNING_CROSS_MEMORY_ATTACH="required to interact with Dwarf Fortress"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake desktop linux-info 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"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
|
||||
CONFIG_CHECK="~CROSS_MEMORY_ATTACH"
|
||||
WARNING_CROSS_MEMORY_ATTACH="required to interact with Dwarf Fortress"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ezzieyguywuf@gmail.com</email>
|
||||
<name>Wolfgang E. Sanyer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Dwarf-Therapist/Dwarf-Therapist</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user