Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "configuation database system" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 4 | SECTION = "x11/gnome" |
| 5 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 6 | SRC_URI[archive.md5sum] = "1a50c988d9f0206f74a44f7c6d09cead" |
| 7 | SRC_URI[archive.sha256sum] = "9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | |
| 9 | DEPENDS = "dbus glib-2.0 intltool-native" |
| 10 | |
| 11 | GNOMEBASEBUILDCLASS = "meson" |
| 12 | |
| 13 | inherit gnomebase bash-completion vala |
| 14 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 15 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl |
| 16 | EXTRA_OEMESON = "-Dman=false" |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 17 | # no bash-completion for native |
| 18 | EXTRA_OEMESON_append_class-native = "-Dbash_completion=false" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | |
| 20 | FILES_${PN} += " \ |
| 21 | ${datadir}/dbus-1 \ |
| 22 | ${libdir}/gio/modules/*.so \ |
| 23 | " |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 24 | |
| 25 | BBCLASSEXTEND = "native" |