diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb index 5d7282ecbf..06ad0b9fbc 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb | |||
| @@ -5,6 +5,8 @@ LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
| 6 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" | 6 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" |
| 7 | 7 | ||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | |||
| 8 | inherit xfce gtk-doc gobject-introspection features_check | 10 | inherit xfce gtk-doc gobject-introspection features_check |
| 9 | 11 | ||
| 10 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | 12 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
| @@ -12,12 +14,16 @@ inherit xfce gtk-doc gobject-introspection features_check | |||
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | 15 | ||
| 14 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 16 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
| 15 | SRC_URI[sha256sum] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f" | 17 | SRC_URI[sha256sum] = "3acc3f6b81059199f4e6646da7b6ca39edf84ea90dd3ff87088ffca6aa108269" |
| 16 | 18 | ||
| 17 | EXTRA_OECONF = "--disable-gtk-doc" | 19 | EXTRA_OECONF = "--disable-gtk-doc" |
| 18 | 20 | ||
| 19 | do_compile:prepend() { | 21 | do_compile:prepend() { |
| 20 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | 22 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" |
| 23 | # g-ir-scanner needs garcon/garcon-config.h but it's generated in ${B}/garcon/ | ||
| 24 | mkdir -p ${B}/garcon/garcon ${B}/garcon-gtk/garcon | ||
| 25 | ln -sf ${B}/garcon/garcon-config.h ${B}/garcon/garcon/ | ||
| 26 | ln -sf ${B}/garcon/garcon-config.h ${B}/garcon-gtk/garcon/ | ||
| 21 | } | 27 | } |
| 22 | 28 | ||
| 23 | FILES:${PN} += "${datadir}/desktop-directories" | 29 | FILES:${PN} += "${datadir}/desktop-directories" |
