Compare commits

..

No commits in common. "63abfb95f2000fd2ae0d4b3d18e89e4795ca1a76" and "e4bdeba0211b2213b5f112986a04f86e19819034" have entirely different histories.

3 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@ RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformd
inherit setuptools3 inherit setuptools3
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "2.2" PV = "2.1.2"
SRCREV = "bbdca8a4d96208c748af7307fbcf3d61e46bc64e" SRCREV = "e7e853e70f60686bd1656ecafd154026233a7560"
FILES:${PN} += "${datadir}" FILES:${PN} += "${datadir}"

View File

@ -8,9 +8,6 @@ DEPENDS = " \
hyprutils \ hyprutils \
hyprwayland-scanner-native \ hyprwayland-scanner-native \
libdrm \ libdrm \
libdisplay-info \
libinput \
seatd \
pixman \ pixman \
virtual/libgbm \ virtual/libgbm \
wayland \ wayland \
@ -21,7 +18,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "2e0052a21dc02c3cc2e131dabc2eff1990901b52" SRCREV = "d435736fa73fedffa5aba2bfa01c6c33efb8b884"
PV = "0.1.0" PV = "0.1.0"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
PV = "0.7.0" PV = "0.7.0"
SRCREV = "f4abf5902f3f0c51d2aab8a521f7c1b1b08afd64" SRCREV = "03cd362f494d6771b4f524f4fafbc28bade00c8e"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += " \ DEPENDS += " \
@ -15,12 +15,16 @@ DEPENDS += " \
fribidi \ fribidi \
hyprlang \ hyprlang \
jpeg \ jpeg \
libglvnd \
libwebp \ libwebp \
libxdmcp \
pango \ pango \
pcre \
pcre2 \
util-linux \
wayland \ wayland \
wayland-native \ wayland-native \
wayland-protocols \ wayland-protocols \
wlroots \
" "
RDEPENDS:${PN} = "hyprlang" RDEPENDS:${PN} = "hyprlang"