public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/dwarf-therapist/
Date: Sat,  8 May 2021 06:15:59 +0000 (UTC)	[thread overview]
Message-ID: <1620420029.e7404b489a21b108073ea78e3be6336242b54166.lanodan@gentoo> (raw)

commit:     e7404b489a21b108073ea78e3be6336242b54166
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Fri May  7 20:12:27 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri May  7 20:40:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7404b48

games-util/dwarf-therapist: new package - manager utility for Dwarf Fortress

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>

 games-util/dwarf-therapist/Manifest                |  1 +
 .../dwarf-therapist/dwarf-therapist-41.2.2.ebuild  | 57 ++++++++++++++++++++++
 games-util/dwarf-therapist/metadata.xml            |  8 +++
 3 files changed, 66 insertions(+)

diff --git a/games-util/dwarf-therapist/Manifest b/games-util/dwarf-therapist/Manifest
new file mode 100644
index 000000000..4e6c63d3d
--- /dev/null
+++ b/games-util/dwarf-therapist/Manifest
@@ -0,0 +1 @@
+DIST Dwarf-Therapist-41.2.2.tar.gz 1126446 BLAKE2B 44b84661892a50b225c5b69b6196e8397359d073bc9c268713fe93a35852370cfcfcc76df1c52aad814ceb46a74b6a9a7b3bd37bfc5cfec1eb2273b148b3cdb1 SHA512 0235c809be389743fb8205bf43770215efe72c4a178c854b14d1d9ea3a12213abaf58e2832d4c2bcf071d68216a4beff513c7e22712de996c0b6e9024c3010c2

diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild
new file mode 100644
index 000000000..9c7aef32e
--- /dev/null
+++ b/games-util/dwarf-therapist/dwarf-therapist-41.2.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"
+
+# DEPEND=""
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtwidgets:5
+"
+# BDEPEND=""
+
+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
new file mode 100644
index 000000000..132632716
--- /dev/null
+++ b/games-util/dwarf-therapist/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ezzieyguywuf@gmail.com</email>
+		<name>Wolfgang E. Sanyer</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-05-08  6:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08  6:15 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-07  7:04 [gentoo-commits] repo/proj/guru:master commit in: games-util/dwarf-therapist/ Viorel Munteanu
2024-04-03 11:17 Julien Roy
2024-04-03 11:17 Julien Roy
2024-04-03 11:17 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1620420029.e7404b489a21b108073ea78e3be6336242b54166.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox