Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 2 | DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ |
| 3 | GTK+, an animation framework, state machines, paneling and high-performance \ |
| 4 | counters are included." |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 5 | LICENSE = "GPLv3+" |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 6 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" |
| 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
| 9 | |
| 10 | GNOMEBASEBUILDCLASS = "meson" |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 11 | inherit gnomebase upstream-version-is-even vala features_check gobject-introspection |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 12 | |
| 13 | DEPENDS = "glib-2.0-native glib-2.0 gtk+3" |
| 14 | |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 15 | SRC_URI[archive.sha256sum] = "e18af28217943bcec106585298a91ec3da48aa3ad62fd0992f23f0c70cd1678f" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 16 | |
| 17 | GIR_MESON_OPTION = 'with_introspection' |
| 18 | |
| 19 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |