avoid tags in SRCREV

update some recipes on the way
This commit is contained in:
Markus Volk
2022-02-01 04:34:57 +01:00
parent 06cbbaeb7a
commit 49dbb1b91d
43 changed files with 73 additions and 68 deletions

View File

@ -14,5 +14,5 @@ inherit setuptools3
S = "${WORKDIR}/git"
PV = "2.1.0"
SRCREV = "v${PV}"
SRCREV = "e08109f99a589d7d6e7ecf68fd93f731976ed61f"

View File

@ -34,7 +34,7 @@ inherit meson pkgconfig features_check
S = "${WORKDIR}/git"
PV = "1.1.0"
SRCREV = "${PV}"
SRCREV = "5009c7c733386211022c0d9e1c00232ec8fb3921"
EXTRA_OEMESON += "--buildtype release"

View File

@ -24,7 +24,7 @@ SRC_URI = " \
S = "${WORKDIR}/git"
PV = "1.10.3"
SRCREV = "${PV}"
SRCREV = "a9026f16a78971328bb1d5f2c19d05e9d0eb362b"
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"

View File

@ -25,7 +25,7 @@ DEPENDS = " \
S = "${WORKDIR}/git"
PV = "1.6.2"
SRCREV = "${PV}"
SRCREV = "ba5399e5a3bc225a3242a74459a61c729fbca8e5"
inherit meson pkgconfig features_check

View File

@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
cairo \
pixman \
libpng \
jpeg \
wayland \
wayland-native \
@ -22,7 +23,7 @@ SRC_URI = "git://github.com/emersion/grim.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "1.3.2"
SRCREV = "v${PV}"
SRCREV = "20c7c47a0aac09371c570c060f5f52f7e165e67a"
inherit meson pkgconfig features_check

View File

@ -23,7 +23,7 @@ SRC_URI = "git://github.com/emersion/slurp.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "1.3.2"
SRCREV = "v${PV}"
SRCREV = "f4e75594c3234519fe8b795a1163dfa31d2e7f3a"
inherit meson pkgconfig features_check

View File

@ -25,7 +25,7 @@ CFLAGS:append = " -Wno-error=date-time"
S = "${WORKDIR}/git"
PV = "1.1"
SRCREV = "v${PV}"
SRCREV = "e10d02c77e54cb035c625e255f0df208cb3c86a0"
inherit meson pkgconfig features_check

View File

@ -25,7 +25,7 @@ inherit meson pkgconfig gtk-icon-cache features_check
S = "${WORKDIR}/git"
PV = "0.0.6"
SRCREV = "v${PV}"
SRCREV = "2d30762e546b7f2a165fed094c58b3d0fda30ff6"
FILES:${PN} += "${datadir}"

View File

@ -1,6 +1,6 @@
SUMMARY = "Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1."
HOMEPAGE = "https://github.com/kennylevinsen/wlsunset"
BUGTRACKER = "https://github.com/kennylevinsen/wlsunset/issues"
HOMEPAGE = "https://git.sr.ht/~kennylevinsen/wlsunset"
BUGTRACKER = "https://git.sr.ht/~kennylevinsen/wlsunset/issues"
SECTION = "base/shell"
LICENSE = "MIT"
@ -14,14 +14,14 @@ DEPENDS += " \
wayland-protocols \
"
SRC_URI = "git://github.com/kennylevinsen/wlsunset.git;protocol=https;branch=master"
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
PACKAGECONFIG[man-pages] = ",,scdoc-native"
S = "${WORKDIR}/git"
PV = "0.2.0"
SRCREV = "${PV}"
SRCREV = "2e7d793bb6b0e21319940d476ca27242f60e3cd6"
inherit meson pkgconfig features_check

View File

@ -26,7 +26,7 @@ PACKAGECONFIG ??= ""
S = "${WORKDIR}/git"
PV = "0.12"
SRCREV = "${PV}"
SRCREV = "16327f3c9902bd7ab7e74ffa757ce5847895bafc"
EXTRA_OEMESON += "--buildtype release"

View File

@ -28,7 +28,7 @@ inherit meson pkgconfig
S = "${WORKDIR}/git"
PV = "1.7.0"
SRCREV = "f71e7c29053fdfac5c28d02b8ab673fa8938f006"
SRCREV = "1d9297593e0d78d87a88e74aaed83c8cff285e5b"
PACKAGECONFIG[wayland] = "-Dbackend-wayland=enabled,-Dbackend-wayland=disabled,wayland wayland-native wayland-protocols"
PACKAGECONFIG[x11] = "-Dbackend-x11=enabled,-Dbackend-x11=disabled,xcb-util xcb-util-cursor xcb-util-wm libxcb"