gui-apps/dosage: new package, add 2.1.7

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-05-23 00:11:29 +05:00
parent 46865dde7c
commit 61cfd884fb
3 changed files with 58 additions and 0 deletions

1
gui-apps/dosage/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST dosage-2.1.7.tar.gz 1022286 BLAKE2B 152cad4de2202e085d1ed58332e3c07ed2cd83f54172cef9b6a83fcc7a4a5f2f868c4c93faeda31bca489f5e64beeca8bce83b8d3e7eb2c89fb042cafb79accb SHA512 51613e0fad8676ea73da363f5e794e7ffd5fc920a94f89a72221e93caa3318800cfc281d9c3f723327464b448691577f1befcdf75184064f945dd13c22aca52c

View File

@@ -0,0 +1,42 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson xdg
DESCRIPTION="Keep track of your treatments"
HOMEPAGE="https://github.com/diegopvlk/Dosage"
SRC_URI="https://github.com/diegopvlk/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
LICENSE="CC-BY-SA-4.0 GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/gjs
"
RDEPEND="${DEPEND}
dev-libs/glib:2
dev-libs/libportal[introspection]
gui-libs/gtk:4[introspection]
gui-libs/libadwaita:1[introspection]
x11-libs/pango[introspection]
"
BDEPEND="
dev-libs/glib:2
dev-libs/libxml2:2
dev-util/blueprint-compiler
sys-devel/gettext
"
pkg_postinst() {
gnome2_schemas_update
xdg_pkg_postinst
}
pkg_postrm() {
gnome2_schemas_update
xdg_pkg_postrm
}

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<maintainer>
<name>Diego Povliuk</name>
<email>diego.pvlk@gmail.com</email>
</maintainer>
<remote-id type="github">diegopvlk/Dosage</remote-id>
</upstream>
</pkgmetadata>