mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
Compare commits
5 Commits
3a7ec97fb6
...
a080779c1b
Author | SHA1 | Date | |
---|---|---|---|
|
a080779c1b | ||
|
639e318738 | ||
|
c70e34c8f2 | ||
|
3efa28b6c1 | ||
|
39aa913a97 |
@ -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"
|
||||
|
||||
PV = "0.1.9"
|
||||
SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1"
|
||||
PV = "0.2.1"
|
||||
SRCREV = "9bbf58422472ea26a721c66aef7df46209345a15"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
PV = "0.3.9"
|
||||
SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
|
||||
PV = "0.4.1"
|
||||
SRCREV = "3f010171ab8596552efdc2f03d5f09c0042bbb64"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
|
@ -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=releases/1.5 \
|
||||
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.7 \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
@ -24,21 +24,15 @@ DEPENDS = " \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
fontconfig \
|
||||
freetype \
|
||||
wlroots \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.5.0"
|
||||
SRCREV = "e950a0b102bab47b09a40b13bd50a5f565ca7792"
|
||||
PV = "1.7.0"
|
||||
SRCREV = "2821dd2fcece876d401db2efe04cae17efd67f30"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
PACKAGES += "${PN}-zsh-completion"
|
||||
FILES:${PN} += "${datadir}/dbus-1 ${systemd_user_unitdir}"
|
||||
FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
@ -24,8 +24,8 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.17.2"
|
||||
SRCREV = "b88f0d672f04a835812125ac97ea55240f70de1f"
|
||||
PV = "1.18.0"
|
||||
SRCREV = "b5e692ef8ba1627605b351349505f049b4f76b7c"
|
||||
|
||||
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
||||
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"
|
||||
|
@ -19,8 +19,8 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/swaywm/swaybg.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.0"
|
||||
SRCREV = "eabc06e7eb9e5cb08c8177f49753dedc505076b4"
|
||||
PV = "1.2.1"
|
||||
SRCREV = "1a70f3ab566f6d939a1e342158e830a38dfe31ac"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user