mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-29 20:26:45 +02:00
Compare commits
10 Commits
d0a482c2a3
...
7519b9b818
Author | SHA1 | Date | |
---|---|---|---|
|
7519b9b818 | ||
|
db552bf1ac | ||
|
8916ce3d2c | ||
|
0218da657c | ||
|
931032a98d | ||
|
0df632ad2a | ||
|
3e2df4bc7d | ||
|
1f4d004d38 | ||
|
fd63e46586 | ||
|
b89dd095b5 |
23
recipes-gtk/granite/granite6_git.bb
Normal file
23
recipes-gtk/granite/granite6_git.bb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
SUMMARY = "Granite is a companion library for GTK and GLib."
|
||||||
|
HOMEPAGE = "https://github.com/elementary/granite"
|
||||||
|
LICENSE = "LGPL-3.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||||
|
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
gtk+3 \
|
||||||
|
glib-2.0 \
|
||||||
|
libgee \
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "6.2.0"
|
||||||
|
SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3"
|
||||||
|
|
||||||
|
inherit meson pkgconfig gobject-introspection vala features_check
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
@ -5,9 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|||||||
|
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
gtk+3 \
|
gtk4 \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
libgee \
|
libgee \
|
||||||
|
sassc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
@ -15,8 +16,8 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|||||||
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "6.2.0"
|
PV = "7.4.0"
|
||||||
SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3"
|
SRCREV = "949703f8649013695c6d32eb84a6b541ac0da4db"
|
||||||
|
|
||||||
inherit meson pkgconfig gobject-introspection vala features_check
|
inherit meson pkgconfig gobject-introspection vala features_check
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ RDEPENDS:${PN} = " \
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.12.3"
|
PV = "1.12.5"
|
||||||
SRCREV = "4952f35141eddf5c64693b2faf25a76a485372bb"
|
SRCREV = "d68a0813820ddaf2beccf56d52e8906d17eea016"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
[ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib
|
[ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib
|
||||||
|
@ -17,8 +17,8 @@ RDEPENDS:${PN} = "\
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.3.12"
|
PV = "0.3.14"
|
||||||
SRCREV = "289053738787273987bb949c118bc84401b1cbd9"
|
SRCREV = "8604b9208440cf7ec61fb5c98ead299fdcb9570f"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications
|
install -d ${D}${datadir}/pixmaps ${D}${datadir}/applications
|
||||||
|
@ -13,8 +13,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git"
|
|||||||
|
|
||||||
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
||||||
|
|
||||||
PV = "0.4.3"
|
PV = "0.4.7"
|
||||||
SRCREV = "223e16f77ca6793bcdb46ae769800718863abdd5"
|
SRCREV = "0cd48d1631eecb3043ee2c1fed9dfa25ca855375"
|
||||||
|
|
||||||
inherit go go-mod pkgconfig
|
inherit go go-mod pkgconfig
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ RDEPENDS:${PN} = "xcur2png go-runtime"
|
|||||||
GO_IMPORT = "github.com/nwg-piotr/nwg-look"
|
GO_IMPORT = "github.com/nwg-piotr/nwg-look"
|
||||||
|
|
||||||
SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https"
|
SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https"
|
||||||
SRCREV = "ff457607d8c09dbcfc5b8cc3ceab086c0cf2aba9"
|
SRCREV = "88f2639445084bf265ad71dba1c7af507c471762"
|
||||||
PV = "0.2.5"
|
PV = "0.2.7"
|
||||||
|
|
||||||
inherit go go-mod pkgconfig gtk-icon-cache
|
inherit go go-mod pkgconfig gtk-icon-cache
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git"
|
|||||||
|
|
||||||
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
||||||
|
|
||||||
PV = "0.1.1"
|
PV = "0.1.3"
|
||||||
SRCREV = "b76362d971490cb8279b40d9c2d543c5e69232ef"
|
SRCREV = "fd8b92ad1ad0c0c7a23fc7a0be942ca0cbe7f7e0"
|
||||||
|
|
||||||
inherit go go-mod pkgconfig
|
inherit go go-mod pkgconfig
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "GTK3-based panel for wayland."
|
SUMMARY = "GTK3-based panel for wayland."
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcdbccfd08fcfd7002d16ca7fa5ad5cb"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=da62111cfafe45015704951c9d602bb2"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \
|
git://github.com/nwg-piotr/nwg-panel.git;protocol=https;branch=master \
|
||||||
@ -20,6 +20,6 @@ RDEPENDS:${PN} = "\
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.9.21"
|
PV = "0.9.25"
|
||||||
SRCREV = "64a09831d801a508ac1ee3035394966a1411cf24"
|
SRCREV = "194e8d02f90eaa3127b207ea1febda5091820a49"
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032"
|
|||||||
SRC_URI = "git://github.com/nwg-piotr/nwg-shell-wallpapers.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/nwg-piotr/nwg-shell-wallpapers.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.3"
|
PV = "1.5"
|
||||||
SRCREV = "93610e70f8fec577c96e226b0f7b960cdfe01d48"
|
SRCREV = "a20ad99467e9d1a9427efd5dccfd58d440db96c2"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${datadir}/backgrounds/sway
|
install -d ${D}${datadir}/backgrounds/sway
|
||||||
|
@ -6,12 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|||||||
|
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
gtk+3 \
|
|
||||||
gtk-layer-shell \
|
gtk-layer-shell \
|
||||||
|
granite6 \
|
||||||
json-glib \
|
json-glib \
|
||||||
libhandy \
|
libhandy \
|
||||||
libgee \
|
libgee \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
|
sassc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
@ -19,8 +20,8 @@ SRC_URI = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.9.0"
|
PV = "0.10.1"
|
||||||
SRCREV = "deaf9a68b7425e0a0945a029bcbac767a7a72ae4"
|
SRCREV = "4275fa3915c12ad2731ff78027188b4b7ceaad64"
|
||||||
|
|
||||||
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
PACKAGECONFIG[bash] = "-Dbash-completions=true,-Dbash-completions=false"
|
||||||
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
PACKAGECONFIG[fish] = "-Dfish-completions=true,-Dfish-completions=false"
|
||||||
|
@ -6,22 +6,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
accountsservice \
|
accountsservice \
|
||||||
glib-2.0 \
|
|
||||||
granite \
|
|
||||||
gtk+3 \
|
gtk+3 \
|
||||||
|
glib-2.0 \
|
||||||
|
granite6 \
|
||||||
gtk-layer-shell \
|
gtk-layer-shell \
|
||||||
json-glib \
|
json-glib \
|
||||||
libgee \
|
libgee \
|
||||||
libhandy \
|
libhandy \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
|
pulseaudio \
|
||||||
xkeyboard-config \
|
xkeyboard-config \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/ErikReider/SwaySettings.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/ErikReider/SwaySettings.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.3.0"
|
PV = "0.4.0"
|
||||||
SRCREV = "8c7ac50f78eadd65086b68c662514f95e02f8559"
|
SRCREV = "8fb6210ad123654f3988cb8f3f59ab629bb0a747"
|
||||||
|
|
||||||
inherit meson pkgconfig vala
|
inherit meson pkgconfig vala
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ RRECOMMENDS:${PN} ?= " \
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
||||||
|
|
||||||
SRCREV = "eb41fb1e0b510e623ab9fb91f697209effe8915b"
|
SRCREV = "59014e507175971e84af2b846b6b3a2c232cce7f"
|
||||||
PV = "0.7.0"
|
PV = "0.7.1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gettext
|
inherit meson pkgconfig features_check gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user