mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
gui-apps/wlsunset: Version bump, 0.2.0
Also moves wayland-protocol to DEPEND as it needs to be installed at compile-time rather than executed. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
a98598635e
commit
e39cf9b575
@ -1 +1 @@
|
||||
DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629 SHA512 5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b
|
||||
DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529 SHA512 41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061
|
||||
|
@ -20,11 +20,13 @@ SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
dev-libs/wayland-protocols
|
||||
app-text/scdoc
|
||||
"
|
||||
DEPEND="dev-libs/wayland"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="dev-libs/wayland"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
@ -20,11 +20,13 @@ SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
dev-libs/wayland-protocols
|
||||
app-text/scdoc
|
||||
"
|
||||
DEPEND="dev-libs/wayland"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="dev-libs/wayland"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user