Compare commits

..

4 Commits

Author SHA1 Message Date
Markus Volk
0f8286ad14 yambar: update 2024-04-17 19:23:13 +02:00
Markus Volk
7bbf30b8ae fuzzel: update 2024-04-17 19:23:13 +02:00
Markus Volk
7ec5ad8ecf fnott: update 2024-04-17 19:23:13 +02:00
Markus Volk
c4273bef08 foot: update 2024-04-17 19:08:32 +02:00
4 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=release/1.4 \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.5 \
"
DEPENDS = " \
@ -33,8 +33,8 @@ RDEPENDS:${PN} = " \
inherit meson pkgconfig features_check
S = "${WORKDIR}/git"
PV = "1.4.1"
SRCREV = "627a7b6c3dd696b6ceaee82af9c9eb14f5bd1c88"
PV = "1.5.0"
SRCREV = "e950a0b102bab47b09a40b13bd50a5f565ca7792"
EXTRA_OEMESON += "--buildtype release"

View File

@ -24,8 +24,8 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "1.17.0"
SRCREV = "21951feb2be7943356345a80a647315f3f1c2721"
PV = "1.17.2"
SRCREV = "b88f0d672f04a835812125ac97ea55240f70de1f"
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \
git://codeberg.org/dnkl/fuzzel.git;protocol=https;branch=releases/1.9 \
git://codeberg.org/dnkl/fuzzel.git;protocol=https;branch=releases/1.10 \
"
DEPENDS = " \
@ -24,8 +24,8 @@ DEPENDS = " \
"
S = "${WORKDIR}/git"
PV = "1.9.2"
SRCREV = "f9793b209461278fe7910e00d20115c7b58271ec"
PV = "1.10.2"
SRCREV = "a4964aac0d6ee657649cb15807520bd040c26252"
inherit meson pkgconfig features_check

View File

@ -26,11 +26,11 @@ RRECOMMENDS:${PN} += "font-awesome-otf"
inherit meson pkgconfig
S = "${WORKDIR}/git"
PV = "1.10.0"
SRCREV = "9a111a52f5312fe2bd7d9dbd5326d52895a165ee"
PV = "1.11.0"
SRCREV = "a2d30b96fbb026621ec11692272f0117f35a00fd"
PACKAGECONFIG[wayland] = "-Dbackend-wayland=enabled,-Dbackend-wayland=disabled,wayland wayland-native wayland-protocols"
PACKAGECONFIG[x11] = "-Dbackend-x11=enabled -Dplugin-x11-xkb=enabled,-Dbackend-x11=disabled -Dplugin-x11-xkb=disabled,xcb-util xcb-util-cursor xcb-util-wm libxcb"
PACKAGECONFIG[x11] = "-Dbackend-x11=enabled -Dplugin-xkb=enabled,-Dbackend-x11=disabled -Dplugin-xkb=disabled,xcb-util xcb-util-cursor xcb-util-wm libxcb"
PACKAGECONFIG[mpd] = "-Dplugin-mpd=enabled,-Dplugin-mpd=disabled,libmpdclient"
PACKAGECONFIG[shared-plugins] = "-Dcore-plugins-as-shared-libraries=true,-Dcore-plugins-as-shared-libraries=false"
PACKAGECONFIG[alsa] = "-Dplugin-alsa=enabled,-Dplugin-alsa=disabled,alsa-lib"