dev-libs/libglib-testing: add new package 0.1.1

Closes: https://github.com/gentoo/gentoo/pull/27366
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Pascal Jäger
2022-09-19 22:48:55 +02:00
committed by Matt Turner
parent 75742d424d
commit a18be2aa84
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libglib-testing-0.1.1.tar.xz 30092 BLAKE2B 38a6002054632eda9e4d0543f609367e66af49e9506f8b5b7a36d0ba48093967a9ad77a8877a2d4115ffe36b9d9ec827c1cb0087688a657b3353e2a99c8b677b SHA512 7d88386b8ea372c51fc2b949290e860cc554dd30561e8ab99eb04295d9276b591985f48e9a6267dbbae5a3b93ea820195f61c29a8f5796f9659d9715607c6d45

View File

@@ -0,0 +1,25 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson
DESCRIPTION="Libglib-testing is a test library providing test harnesses and mock classes"
HOMEPAGE="https://gitlab.gnome.org/pwithnall/libglib-testing"
SRC_URI="https://tecnocode.co.uk/downloads/libglib-testing-${PV}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=dev-libs/glib-2.44:2"
RDEPEND="${DEPEND}"
BDEPEND="dev-util/gtk-doc"
src_configure() {
local emesonargs=(
-Dinstalled_tests=false
)
meson_src_configure
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
</pkgmetadata>