gnustep-apps/batmon: add 0.9

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44437
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-10-30 01:05:28 +02:00
committed by Bernard Cafarelli
parent e939d814f6
commit 36b3036da5
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,3 @@
DIST batmon-0.8.tar.gz 39592 BLAKE2B 009067b85e3f44f9aa4bc1c23d139406c2e5d597c40380b6d3e6f3b9e653733b54cfda143ba0331b47df0702c15d04129603fe55b05165121fcb0ecdf4668b91 SHA512 b43a882f809307ef3dbdba9762bef443063d3d6c70bc202c4cd1e9a50a3f4b617607392e8777b4f6dfec89fb17a806ca19c256d2799d2b60f4e00b1fc334f2ce
DIST batmon.app_0.9-4.debian.tar.xz 5284 BLAKE2B 8059779fa88fc4ce5984199931b6dbd573ab98264eb6740d8d251255d6eff015efc1aedf15787bb8c779a18bb8367c5e194ead31619d583db8cd805bfdb12914 SHA512 ba9dbbf3e963a66bec99192c2cb9c4bfcb58a557b2b020248f69d774e59168d5d6ff318cba7ea3016e12d5c1816ce346740288f5401768ac8bc30f49e34b6d7e
DIST batmon.app_0.9.orig.tar.gz 42370 BLAKE2B dcddaa37f521f200ba4bbb731ffe93b14ee187c25eacd5ad8c78ea6098ed61d91b5f2aea1906b8aa7043d4e4490be0a57e289c3cff2c6807f76c6b346d81bde6 SHA512 fd5c09a104161cd7bfd9bb7c7a21b0272d588bfa101654f7f65096d10da1e180f27179528d91239200adbb66eb218d86ce7c7670fe7d3cffddf06ca82eeb2657

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnustep-2
DESCRIPTION="displays the status of your laptop battery"
HOMEPAGE="http://www.nongnu.org/gap/batmon/index.html"
# upstream in a weird state where this tag was never released but debian packaged it
SRC_URI="
mirror://debian/pool/main/b/batmon.app/batmon.app_${PV}.orig.tar.gz
mirror://debian/pool/main/b/batmon.app/batmon.app_${PV}-4.debian.tar.xz
"
S="${WORKDIR}/batmon.app-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
gnustep-base/gnustep-base:=
gnustep-base/gnustep-gui
"
DEPEND="${RDEPEND}"
PATCHES=(
"${WORKDIR}"/debian/patches/
)