Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame^] | 1 | SUMMARY = "Tecla is a keyboard layout viewer that uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps." |
| 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e" |
| 4 | |
| 5 | DEPENDS = " \ |
| 6 | libxkbcommon \ |
| 7 | libadwaita \ |
| 8 | wayland \ |
| 9 | gtk4 \ |
| 10 | " |
| 11 | |
| 12 | REQUIRED_DISTRO_FEATURES = "wayland" |
| 13 | GNOMEBASEBUILDCLASS = "meson" |
| 14 | |
| 15 | inherit gnomebase pkgconfig features_check |
| 16 | |
| 17 | SRC_URI[archive.sha256sum] = "5c02bb4019b1cffb5663da6107503eff853836a8783dd4705dd04a49f7adc25b" |