Compare commits
No commits in common. "d34078c060acb2d0b52262bc01a9defa4aed40c9" and "91c731a55f09b07268bca962e875ae380495a1ac" have entirely different histories.
d34078c060
...
91c731a55f
@ -5,7 +5,7 @@ require python [ blacklist=3 has_bin=true has_lib=true multibuild=false ]
|
|||||||
require github [ user="vslavik" release="v${PV}" suffix=tar.gz ]
|
require github [ user="vslavik" release="v${PV}" suffix=tar.gz ]
|
||||||
|
|
||||||
SUMMARY="Bakefile makefiles generator"
|
SUMMARY="Bakefile makefiles generator"
|
||||||
HOMEPAGE="https://bakefile.org/"
|
HOMEPAGE="http://bakefile.org/"
|
||||||
|
|
||||||
LICENCES="MIT"
|
LICENCES="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -23,9 +23,9 @@ DEPENDENCIES="
|
|||||||
x11-proto/xorgproto
|
x11-proto/xorgproto
|
||||||
build+run:
|
build+run:
|
||||||
dev-libs/libev
|
dev-libs/libev
|
||||||
dev-libs/pcre[>=8.20]
|
dev-libs/pcre[>=8.10]
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
x11-libs/libxcb[>=1.12.0]
|
x11-libs/libxcb[>=1.9.2]
|
||||||
x11-libs/libXext
|
x11-libs/libXext
|
||||||
x11-libs/pixman:1
|
x11-libs/pixman:1
|
||||||
x11-utils/xcb-util-image
|
x11-utils/xcb-util-image
|
||||||
@ -51,7 +51,7 @@ DEFAULT_SRC_INSTALL_EXTRA_DOCS=(
|
|||||||
|
|
||||||
MESON_SRC_CONFIGURE_PARAMS=(
|
MESON_SRC_CONFIGURE_PARAMS=(
|
||||||
"-Dunittest=true"
|
"-Dunittest=true"
|
||||||
"-Dwith_docs=true"
|
"-Dbuild_docs=true" # with_docs in "next" branch
|
||||||
)
|
)
|
||||||
MESON_SRC_CONFIGURE_OPTION_SWITCHES=(
|
MESON_SRC_CONFIGURE_OPTION_SWITCHES=(
|
||||||
"dbus"
|
"dbus"
|
Loading…
Reference in New Issue
Block a user