xfce4-panel: package and install mcs-plugins as well
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Dec 2005 13:44:15 +0000 (13:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 21 Dec 2005 13:44:15 +0000 (13:44 +0000)
packages/xfce4-panel/xfce4-panel.inc
packages/xfce4-panel/xfce4-panel_4.2.2.bb

index 30473ee..5510a13 100644 (file)
@@ -10,20 +10,15 @@ inherit pkgconfig xfce
 
 EXTRA_OECONF += " --enable-startup-notification"
 
-HEADERS="controls.h global.h icons.h main.h panel.h item.h \
-       item_dialog.h plugins.h xfce_support.h xfce.h"
 
 do_stage() {
-       install -d ${STAGING_INCDIR}/xfce4/panel
-
-       for file in ${HEADERS}; do 
-               install -m 644 ${S}/panel/$file ${STAGING_INCDIR}/xfce4/panel/$file
-       done
+autotools_stage_all
 }
 
 do_install() {
     oe_runmake DESTDIR=${D} install
 }
 
-PACKAGES += "${PN}-plugins"
+PACKAGES += "${PN}-plugins ${PN}-mcs-plugins"
 FILES_${PN}-plugins += "${libdir}/xfce4/panel-plugins/*.so*"
+FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/"
index b04b929..36f4c49 100644 (file)
@@ -2,4 +2,5 @@
 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
+PR="r1"
 include ${PN}.inc