Compare commits

..

No commits in common. "a080779c1b07919ba012d72ffb3c2c29b6c463b5" and "3a7ec97fb6c84a4f38fd974fb0a67ef94c79a707" have entirely different histories.

5 changed files with 18 additions and 12 deletions

View File

@ -12,8 +12,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.2.1" PV = "0.1.9"
SRCREV = "9bbf58422472ea26a721c66aef7df46209345a15" SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1"
S = "${WORKDIR}/sources" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}" UNPACKDIR = "${S}"

View File

@ -12,8 +12,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
PV = "0.4.1" PV = "0.3.9"
SRCREV = "3f010171ab8596552efdc2f03d5f09c0042bbb64" SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
S = "${WORKDIR}/sources" S = "${WORKDIR}/sources"
UNPACKDIR = "${S}" UNPACKDIR = "${S}"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \ SRC_URI = " \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.7 \ git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.5 \
" "
DEPENDS = " \ DEPENDS = " \
@ -24,15 +24,21 @@ DEPENDS = " \
wayland-protocols \ wayland-protocols \
" "
RDEPENDS:${PN} = " \
fontconfig \
freetype \
wlroots \
"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.7.0" PV = "1.5.0"
SRCREV = "2821dd2fcece876d401db2efe04cae17efd67f30" SRCREV = "e950a0b102bab47b09a40b13bd50a5f565ca7792"
EXTRA_OEMESON += "--buildtype release" EXTRA_OEMESON += "--buildtype release"
PACKAGES += "${PN}-zsh-completion" PACKAGES += "${PN}-zsh-completion"
FILES:${PN} += "${datadir}/dbus-1 ${systemd_user_unitdir}"
FILES:${PN}-zsh-completion = "${datadir}/zsh" FILES:${PN}-zsh-completion = "${datadir}/zsh"
BBCLASSEXTEND = ""

View File

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

View File

@ -19,8 +19,8 @@ DEPENDS = " \
SRC_URI = "git://github.com/swaywm/swaybg.git;protocol=https;branch=master" SRC_URI = "git://github.com/swaywm/swaybg.git;protocol=https;branch=master"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.2.1" PV = "1.2.0"
SRCREV = "1a70f3ab566f6d939a1e342158e830a38dfe31ac" SRCREV = "eabc06e7eb9e5cb08c8177f49753dedc505076b4"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check