mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
gnome:calls: initial add recipe
This commit is contained in:
16
recipes-extended/gom/gom_0.4.bb
Normal file
16
recipes-extended/gom/gom_0.4.bb
Normal file
@ -0,0 +1,16 @@
|
||||
SUMMARY = "libgom - GObject Data Mapper."
|
||||
LICENSE="LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
DEPENDS = "sqlite3 glib-2.0 gdk-pixbuf python3-pygobject-native"
|
||||
|
||||
inherit gnomebase pkgconfig gobject-introspection
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
SRC_URI = "https://download.gnome.org/sources/gom/${PV}/gom-${PV}.tar.xz;name=archive"
|
||||
SRC_URI[archive.sha256sum] = "68d08006aaa3b58169ce7cf1839498f45686fba8115f09acecb89d77e1018a9d"
|
||||
|
||||
FILES:${PN} += "${datadir} ${libdir}"
|
||||
|
Reference in New Issue
Block a user