Skip to content

Commit 7ba0a30

Browse files
schnitzeltonyrpurdie
authored andcommitted
libnotify: upgrade 0.7.8 -> 0.7.9 / port to meson
>From [1]: New in 0.7.9 ============ * Fixed linking in darwin [Iain, Marco; !5] * Added man page for notify-send [Jan; !6] * Dropped autotools [Jan; !11] [1] http://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.9.news Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent bfc1c30 commit 7ba0a30

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

meta/recipes-gnome/libnotify/libnotify_0.7.8.bb renamed to meta/recipes-gnome/libnotify/libnotify_0.7.9.bb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
77

88
DEPENDS = "dbus gtk+3 glib-2.0"
99

10-
inherit gnomebase gtk-doc features_check gobject-introspection
10+
GNOMEBASEBUILDCLASS = "meson"
11+
12+
inherit gnomebase gtk-doc features_check gobject-introspection manpages
1113
# depends on gtk+3
1214
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
1315

14-
SRC_URI[archive.md5sum] = "babb4b07b5f21bef42a386d3d7019599"
15-
SRC_URI[archive.sha256sum] = "69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c"
16+
SRC_URI[archive.md5sum] = "ccd9c53364174cc8d13e18a1988faa76"
17+
SRC_URI[archive.sha256sum] = "66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761"
18+
19+
GIR_MESON_ENABLE_FLAG = 'enabled'
20+
GIR_MESON_DISABLE_FLAG = 'disabled'
21+
GTKDOC_MESON_OPTION = 'gtk_doc'
22+
23+
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"
1624

1725
# there were times, we had two versions of libnotify (oe-core libnotify:0.6.x /
1826
# meta-gnome libnotify3: 0.7.x)

0 commit comments

Comments
 (0)