mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-libs/libcloudproviders: bdepend dev-util/glib-utils
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -17,13 +17,14 @@ KEYWORDS="~amd64"
|
||||
IUSE="doc introspection vala"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.58.0:2
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
RDEPEND=">=dev-libs/glib-2.58.0:2"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
introspection? ( dev-libs/gobject-introspection:= )
|
||||
"
|
||||
BDEPEND="$(vala_depend)
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
dev-util/glib-utils
|
||||
doc? (
|
||||
dev-util/gdbus-codegen
|
||||
dev-util/gtk-doc
|
||||
@@ -32,9 +33,10 @@ BDEPEND="$(vala_depend)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
vala_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use vala vapigen)
|
||||
@@ -42,5 +44,6 @@ src_configure() {
|
||||
$(meson_use doc enable-gtk-doc)
|
||||
-Dinstalled-tests=false
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<email>telans@posteo.de</email>
|
||||
<name>Theo Anderson</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user