wok-6.x rev 18488
Up mate-panel: replace lxpanel on install
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Oct 10 12:55:24 2015 -0300 (2015-10-10) |
parents | b51efb835bf6 |
children | d893d046515a |
files | mate-panel/receipt |
line diff
1.1 --- a/mate-panel/receipt Sat Oct 10 12:26:29 2015 +0200 1.2 +++ b/mate-panel/receipt Sat Oct 10 12:55:24 2015 -0300 1.3 @@ -10,7 +10,8 @@ 1.4 WEB_SITE="http://www.mate-desktop.org/" 1.5 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 1.6 TAGS="MATE" 1.7 -DEPENDS="gtk+ dconf mate-menus caja libmateweather" 1.8 +DEPENDS="gtk+ dconf mate-menus caja libmateweather marco \ 1.9 +mate-desktop mate-session-manager" 1.10 BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \ 1.11 gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \ 1.12 harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \ 1.13 @@ -38,6 +39,11 @@ 1.14 cp -a $install/usr/share $fs/usr 1.15 cp -a $install/usr/libexec $fs/usr 1.16 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 + rm -rf $install/usr/share/help 1.18 + 1.19 + # Replace lxpanel 1.20 + cp -a $install/usr/share/applications/* $fs/etc/xdg/autostart 1.21 + rm $fs/etc/xdg/autostart/lxpanel.desktop 1.22 } 1.23 1.24 post_install()