x11-libs/spread-sheet-widget: add 0.10

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41839
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-04-29 05:43:35 +03:00
committed by Sam James
parent 2c1b74ae45
commit f79751c2c2
2 changed files with 27 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST spread-sheet-widget-0.10.tar.gz 522676 BLAKE2B 50e76d81a3d8daf47d24aeab47ec782854cf1a69ba0bd1223ba72a6ed656a22a976b7c8dbfa94ecce826e845891b6f2a36dbd808daee5736ae3eb9dcb02b9994 SHA512 8d198e107fac24883c2b726cb506a212aff874935c9b04a0da599e4552fff50db24b069ec7156982b07679e697a2d8b4cf758d27f7f20119c08a4442c8ae543d
DIST spread-sheet-widget-0.7.tar.gz 517216 BLAKE2B 920fa2bc648d60f041e1b5d9d2faa7edb5b93310759de498e75bae42bcbba8493c7985e013a5099e405f2a748904e702ef8f431fa51a5d19c4e5a7a1efeceed0 SHA512 c27647a55e3ae878037a764e879244ac4396406f331ea6bd3795544165dc1a894c21be1bbd7314c45a4e1734f97c70d711520edb4f26438ade00b2ef39732c65
DIST spread-sheet-widget-0.8.tar.gz 517294 BLAKE2B 05fe434a4b6f40b365defa03fe5f058c353f955837bbe7d1b5c5229dde7a644bc37319d8e8b887f01c2a27b0ee30c9552837ec93ebe80bbff07750065f61e370 SHA512 022941d9064bad83835345a999358b57ec2897650079326427be78600269762dc492d2d7674c6c5c2c3b46fa619786e5f02c15bd731a163cf2ff98ea22d25682

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GNU Spread Sheet Widget"
HOMEPAGE="https://www.gnu.org/software/ssw/"
SRC_URI="https://alpha.gnu.org/gnu/ssw/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-libs/glib-2.44:2
>=x11-libs/gtk+-3.18.0:3
"
RDEPEND="${DEPEND}"
BDEPEND="dev-util/glib-utils"
src_install() {
default
# no static archives
find "${ED}" -name '*.la' -delete || die
}