mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-05 00:16:48 +02:00
add manpages support
This commit is contained in:
parent
b566ecc06d
commit
939242fcdf
@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Vladimir-csp/uwsm"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0bcdc63de832340797303f320ae6af32"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0bcdc63de832340797303f320ae6af32"
|
||||||
|
|
||||||
inherit meson pkgconfig
|
inherit meson pkgconfig manpages
|
||||||
|
|
||||||
EXTRA_OEMESON = "-Dpython-bin=${bindir}/python3"
|
EXTRA_OEMESON = "-Dpython-bin=${bindir}/python3"
|
||||||
|
|
||||||
@ -16,8 +16,8 @@ PV = "0.20.5"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "man-pages"
|
PACKAGECONFIG ?= ""
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,fuzzel"
|
PACKAGECONFIG[uuctl] = "-Duuctl=enabled,-Duuctl=disabled,,fuzzel"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/licenses"
|
FILES:${PN} += "${datadir}/licenses"
|
||||||
|
@ -11,7 +11,7 @@ DEPENDS = " \
|
|||||||
|
|
||||||
RRECOMMENDS:${PN} = "grim slurp"
|
RRECOMMENDS:${PN} = "grim slurp"
|
||||||
|
|
||||||
inherit meson gtk-icon-cache mime-xdg pkgconfig
|
inherit meson gtk-icon-cache mime-xdg pkgconfig manpages
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/jtheoof/swappy.git;protocol=https;branch=master \
|
git://github.com/jtheoof/swappy.git;protocol=https;branch=master \
|
||||||
@ -21,7 +21,4 @@ S = "${WORKDIR}/git"
|
|||||||
PV = "1.5.1"
|
PV = "1.5.1"
|
||||||
SRCREV = "a996b2cec65aadd04ded780f141b02c5bdfbeb32"
|
SRCREV = "a996b2cec65aadd04ded780f141b02c5bdfbeb32"
|
||||||
|
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "man-pages"
|
|
||||||
|
|
||||||
|
@ -23,23 +23,21 @@ S = "${WORKDIR}/git"
|
|||||||
PV = "0.10.1"
|
PV = "0.10.1"
|
||||||
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
||||||
|
|
||||||
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
inherit meson pkgconfig vala manpages
|
||||||
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=true,-Dman-pages=false,scdoc-native"
|
|
||||||
PACKAGECONFIG[scripting] = "-Dscripting=true,-Dscripting=false"
|
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd-service=true,-Dsystemd-service=false"
|
|
||||||
PACKAGECONFIG[zsh] = "-Dzsh-completions=true,-Dzsh-completions=false"
|
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
|
||||||
bash \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit meson pkgconfig vala
|
|
||||||
|
|
||||||
VALA_MESON_OPTION = ""
|
VALA_MESON_OPTION = ""
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
|
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
||||||
|
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
||||||
|
PACKAGECONFIG[manpages] = "-Dman-pages=true,-Dman-pages=false,scdoc-native"
|
||||||
|
PACKAGECONFIG[scripting] = "-Dscripting=true,-Dscripting=false"
|
||||||
|
PACKAGECONFIG[systemd] = "-Dsystemd-service=true,-Dsystemd-service=false"
|
||||||
|
PACKAGECONFIG[zsh] = "-Dzsh-completions=true,-Dzsh-completions=false"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= "bash"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
||||||
BBCLASSEXTEND = ""
|
BBCLASSEXTEND = ""
|
||||||
|
@ -34,7 +34,7 @@ DEPENDS += " \
|
|||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
PACKAGECONFIG[libcxx] = "-Dlibcxx=true,-Dlibcxx=false,libcxx clang-tidy"
|
PACKAGECONFIG[libcxx] = "-Dlibcxx=true,-Dlibcxx=false,libcxx clang-tidy"
|
||||||
PACKAGECONFIG[dbusmenu-gtk] = "-Ddbusmenu-gtk=enabled,-Ddbusmenu-gtk=disabled,libdbusmenu-gtk"
|
PACKAGECONFIG[dbusmenu-gtk] = "-Ddbusmenu-gtk=enabled,-Ddbusmenu-gtk=disabled,libdbusmenu-gtk"
|
||||||
@ -43,7 +43,7 @@ PACKAGECONFIG[experimental] = "-Dexperimental=true,-Dexperimental=false"
|
|||||||
PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
|
PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
|
||||||
PACKAGECONFIG[libinput] = "-Dlibinput=enabled,-Dlibinput=disabled,libinput"
|
PACKAGECONFIG[libinput] = "-Dlibinput=enabled,-Dlibinput=disabled,libinput"
|
||||||
PACKAGECONFIG[logind] = "-Dlogind=enabled,-Dlogind=disabled,systemd"
|
PACKAGECONFIG[logind] = "-Dlogind=enabled,-Dlogind=disabled,systemd"
|
||||||
PACKAGECONFIG[man_pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
PACKAGECONFIG[mpd] = "-Dmpd=enabled,-Dmpd=disabled,libmpdclient"
|
PACKAGECONFIG[mpd] = "-Dmpd=enabled,-Dmpd=disabled,libmpdclient"
|
||||||
PACKAGECONFIG[mpris] = "-Dmpris=enabled,-Dmpris=disabled,playerctl"
|
PACKAGECONFIG[mpris] = "-Dmpris=enabled,-Dmpris=disabled,playerctl"
|
||||||
PACKAGECONFIG[network] = "-Dlibnl=enabled,-Dlibnl=disabled,libnl"
|
PACKAGECONFIG[network] = "-Dlibnl=enabled,-Dlibnl=disabled,libnl"
|
||||||
|
@ -13,10 +13,10 @@ SRC_URI = " \
|
|||||||
|
|
||||||
DEPENDS = "wayland wayland-native libscfg"
|
DEPENDS = "wayland wayland-native libscfg"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
PACKAGECONFIG[ipc] = "-Dipc=enabled,-Dipc=disabled,libvarlink"
|
PACKAGECONFIG[ipc] = "-Dipc=enabled,-Dipc=disabled,libvarlink"
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
ipc \
|
ipc \
|
||||||
|
@ -24,18 +24,17 @@ RDEPENDS:${PN} = "dbus"
|
|||||||
|
|
||||||
RRECOMMENDS:${PN} = "jq"
|
RRECOMMENDS:${PN} = "jq"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
PACKAGECONFIG[systemd] = ",,systemd"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
PACKAGECONFIG[sysvinit] = ",,elogind"
|
PACKAGECONFIG[sysvinit] = ",,elogind"
|
||||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||||
PACKAGECONFIG[icons] = ",,gdk-pixbuf"
|
PACKAGECONFIG[icons] = ",,gdk-pixbuf"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||||
icons \
|
icons \
|
||||||
man-pages \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
@ -22,11 +22,11 @@ S = "${WORKDIR}/git"
|
|||||||
PV = "1.8.0"
|
PV = "1.8.0"
|
||||||
SRCREV = "f554943bec003c2f70306123bd8db18465fcc3e4"
|
SRCREV = "f554943bec003c2f70306123bd8db18465fcc3e4"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
PACKAGECONFIG[systemd] = "-Dlogind-provider=systemd,,systemd"
|
PACKAGECONFIG[systemd] = "-Dlogind-provider=systemd,,systemd"
|
||||||
PACKAGECONFIG[sysvinit] = "-Dlogind-provider=elogind,,elogind"
|
PACKAGECONFIG[sysvinit] = "-Dlogind-provider=elogind,,elogind"
|
||||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||||
|
@ -16,6 +16,8 @@ DEPENDS = " \
|
|||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/swaywm/swaylock.git;protocol=https;branch=master \
|
git://github.com/swaywm/swaylock.git;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
@ -26,7 +28,7 @@ SRCREV = "bd2dfec9ae0111b1858d5fab44f0f4fac4117d07"
|
|||||||
|
|
||||||
PACKAGECONFIG[pam] = ",,libpam"
|
PACKAGECONFIG[pam] = ",,libpam"
|
||||||
PACKAGECONFIG[gdk-pixbuf] = ",,gdk-pixbuf"
|
PACKAGECONFIG[gdk-pixbuf] = ",,gdk-pixbuf"
|
||||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " \
|
PACKAGECONFIG ?= " \
|
||||||
gdk-pixbuf \
|
gdk-pixbuf \
|
||||||
@ -36,8 +38,6 @@ PACKAGECONFIG ?= " \
|
|||||||
# Reproducibility issue. Fix me!
|
# Reproducibility issue. Fix me!
|
||||||
CFLAGS:append = " -Wno-error=date-time"
|
CFLAGS:append = " -Wno-error=date-time"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
@ -14,17 +14,18 @@ DEPENDS += " \
|
|||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
|
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
|
||||||
|
|
||||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.4.0"
|
PV = "0.4.0"
|
||||||
SRCREV = "634c8ebc53a31d4e5ed394f7950760deb5322102"
|
SRCREV = "634c8ebc53a31d4e5ed394f7950760deb5322102"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
|
||||||
|
|
||||||
EXTRA_OEMESON += "--buildtype release"
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
BBCLASSEXTEND = ""
|
BBCLASSEXTEND = ""
|
||||||
|
@ -18,10 +18,10 @@ DEPENDS = " \
|
|||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check manpages
|
||||||
|
|
||||||
PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp"
|
PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp"
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
|
@ -39,11 +39,11 @@ SRCREV = "1fe4797a9d29b5094c9e38c336752d7f57ed593f"
|
|||||||
PV = "0.8.3"
|
PV = "0.8.3"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gettext
|
inherit meson pkgconfig features_check gettext manpages
|
||||||
|
|
||||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user