Merge branch 'blueprint-drop' into 'master'
move app-text/blueprint-compiler dev-util/blueprint-compiler See uest src_prepare/src_prepare-overlay!369
This commit is contained in:
commit
b8b0a2131c
@ -75,7 +75,7 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
app-text/blueprint-compiler
|
dev-util/blueprint-compiler
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
test? (
|
test? (
|
||||||
|
@ -75,7 +75,7 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
app-text/blueprint-compiler
|
dev-util/blueprint-compiler
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
test? (
|
test? (
|
||||||
|
@ -1 +0,0 @@
|
|||||||
DIST blueprint-compiler-0.6.0.tar.bz2 56896 BLAKE2B 318ffa52b2fbf3b07058e5b4d2f9bb0ef1f6614586b79968889921964b454e5c26d44e58a18185263797f7569135662d14471bafd8e501d7c6386e88972193d0 SHA512 458016f4eabef15026cb3ee675111984b19af8a9139bc412dfb48dfef56b0d0ff028316001d0ce04a90b50d6785c92d799f17ed42ca53fc7582345729ae02207
|
|
@ -1,46 +0,0 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit meson python-single-r1
|
|
||||||
|
|
||||||
DESCRIPTION="A markup language for GTK user interface files."
|
|
||||||
HOMEPAGE="https://gitlab.gnome.org/jwestman/blueprint-compiler"
|
|
||||||
SRC_URI="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${PV}/blueprint-compiler-v${PV}.tar.bz2 -> ${P}.tar.bz2"
|
|
||||||
S="${WORKDIR}/${PN}-v${PV}"
|
|
||||||
|
|
||||||
LICENSE="LGPL-3+"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
IUSE="doc test"
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
${PYTHON_DEPS}
|
|
||||||
$(python_gen_cond_dep '
|
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
doc? ( dev-python/sphinx )
|
|
||||||
test? (
|
|
||||||
${RDEPEND}
|
|
||||||
gui-libs/gtk:4
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local emesonargs=(
|
|
||||||
$(meson_use doc docs)
|
|
||||||
)
|
|
||||||
meson_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
python_optimize
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>parona@protonmail.com</email>
|
|
||||||
<name>Alfred Wingate</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="gnome-gitlab">jwestman/blueprint-compiler</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
1
profiles/updates/1Q-2023
Normal file
1
profiles/updates/1Q-2023
Normal file
@ -0,0 +1 @@
|
|||||||
|
move app-text/blueprint-compiler dev-util/blueprint-compiler
|
Loading…
Reference in New Issue
Block a user