diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-06-13 20:15:04 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-17 14:08:03 -0300 |
commit | 759bcabde952faa269f4f9f357b8636d5ba04219 (patch) | |
tree | a178bc7abe9e06784a664c0ca5f51424db39a20b /packages/xfce/exo_0.3.4.bb | |
parent | e99596398f037516b1c92c84aa97fd3c24334101 (diff) |
exo: update to 0.3.4
This release needs a configure patch to avoid testing for strftime
modifiers that can't be ran while cross compiling.
Diffstat (limited to 'packages/xfce/exo_0.3.4.bb')
-rw-r--r-- | packages/xfce/exo_0.3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xfce/exo_0.3.4.bb b/packages/xfce/exo_0.3.4.bb new file mode 100644 index 0000000000..49ab44582c --- /dev/null +++ b/packages/xfce/exo_0.3.4.bb @@ -0,0 +1,17 @@ +DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native" + +inherit xfce +XFCE_VERSION = 4.4.2 + +SRC_URI += " file://configure.patch;patch=1" + +# Note: Python checking is broken + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += "${datadir}/xfce4/ \ + ${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.so" +FILES_${PN}-dev += "${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.*" +FILES_${PN}-dbg += "${libdir}/xfce4/mcs-plugins/.debug/exo-preferred-applications-settings.*" |