mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
waybar: update
This commit is contained in:
parent
236b76e0e9
commit
19e4bd0136
@ -1,25 +0,0 @@
|
||||
DESCRIPTION = "Ayatana dbus indicator helper library"
|
||||
LICENSE = "GPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||
DEPENDS = "intltool-native glib-2.0-native json-glib dbus gtk+3"
|
||||
|
||||
SRC_URI = "https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "b9cc4a2acd74509435892823607d966d424bd9ad5d0b00938f27240a1bfa878a"
|
||||
|
||||
inherit autotools pkgconfig gobject-introspection features_check
|
||||
|
||||
DEPENDS_append_class-target = " gobject-introspection-native qemu-native"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
# this requires gtk+2
|
||||
EXTRA_OECONF += "--disable-dumper"
|
||||
|
||||
# dont treat warnings as errors
|
||||
CFLAGS_append += "-Wno-error"
|
||||
|
||||
do_compile_prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH="${B}/libdbusmenu-glib/.libs:${B}/libdbusmenu-gtk/.libs"
|
||||
}
|
||||
|
3
recipes-support/spdlog/spdlog_%.bbappend
Normal file
3
recipes-support/spdlog/spdlog_%.bbappend
Normal file
@ -0,0 +1,3 @@
|
||||
PV = "1.8.5"
|
||||
SRCREV = "v${PV}"
|
||||
|
@ -19,6 +19,7 @@ DEPENDS += " \
|
||||
spdlog \
|
||||
gtk+3 \
|
||||
gobject-introspection \
|
||||
spdlog \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
@ -32,8 +33,6 @@ PACKAGECONFIG[mpd] = ",,libmpdclient"
|
||||
PACKAGECONFIG[network] = ",,libnl"
|
||||
PACKAGECONFIG[sysvinit] = ",,eudev"
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
# this would rdepend on a bunch of libindicator recipes we dont provide
|
||||
PACKAGECONFIG[tray] = ",,libdbusmenu"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth', d)} \
|
||||
@ -52,8 +51,8 @@ RRECOMMENDS_${PN} += " \
|
||||
SRC_URI = "git://github.com/Alexays/Waybar.git;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9.7"
|
||||
SRCREV = "${PV}"
|
||||
PV = "0.9.7+${SRCREV}"
|
||||
SRCREV = "36857ae72b267fdcf4d2f993d3fe1e84066de754"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user