mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
Compare commits
3 Commits
b2a5f6bac5
...
04844efc5d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04844efc5d | ||
|
|
6dfd8b2ab1 | ||
|
|
14eb3825ad |
@@ -0,0 +1,23 @@
|
||||
|
||||
SUMMARY = "This is a [WIP] configuration gui app for labwc without any real plan or Acceptance Criteria"
|
||||
HOMEPAGE = "https://github.com/labwc/labwc-tweaks"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
libxml2 \
|
||||
qtbase \
|
||||
qttools-native \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/labwc/labwc-tweaks.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "0d72116e9f3e9430131973a73caa8295cb0e20f0"
|
||||
|
||||
inherit qt6-cmake pkgconfig features_check
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
@@ -16,7 +16,7 @@ DEPENDS += " \
|
||||
|
||||
SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "553788d5be02e3dd5f0f0ba4191878d94f60f07f"
|
||||
SRCREV = "ebdabbb818703bcd7906e95682855fd63539b8cf"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ RRECOMMENDS:${PN} ?= " \
|
||||
|
||||
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master;tag=${PV}"
|
||||
|
||||
SRCREV = "a98fd8f9742ef7621c8b479353409fd06b82cf75"
|
||||
SRCREV = "3131c71acd749abf7ad81ff6ded6d15c14ca1732"
|
||||
|
||||
inherit meson pkgconfig features_check gettext manpages
|
||||
|
||||
Reference in New Issue
Block a user