Compare commits
No commits in common. "b8b0a2131c85ec2d04170992957e2cb4ad8c2ef6" and "42e6b7633bc370b57bac4dbe9c0d71a80553b91d" have entirely different histories.
b8b0a2131c
...
42e6b7633b
@ -75,7 +75,7 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
dev-util/blueprint-compiler
|
app-text/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}
|
||||||
dev-util/blueprint-compiler
|
app-text/blueprint-compiler
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
test? (
|
test? (
|
||||||
|
1
app-text/blueprint-compiler/Manifest
Normal file
1
app-text/blueprint-compiler/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST blueprint-compiler-0.6.0.tar.bz2 56896 BLAKE2B 318ffa52b2fbf3b07058e5b4d2f9bb0ef1f6614586b79968889921964b454e5c26d44e58a18185263797f7569135662d14471bafd8e501d7c6386e88972193d0 SHA512 458016f4eabef15026cb3ee675111984b19af8a9139bc412dfb48dfef56b0d0ff028316001d0ce04a90b50d6785c92d799f17ed42ca53fc7582345729ae02207
|
46
app-text/blueprint-compiler/blueprint-compiler-0.6.0.ebuild
Normal file
46
app-text/blueprint-compiler/blueprint-compiler-0.6.0.ebuild
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
# 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
|
||||||
|
}
|
11
app-text/blueprint-compiler/metadata.xml
Normal file
11
app-text/blueprint-compiler/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?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 +0,0 @@
|
|||||||
move app-text/blueprint-compiler dev-util/blueprint-compiler
|
|
Loading…
Reference in New Issue
Block a user