diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/xfce-mcs-plugins |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/xfce-mcs-plugins')
-rw-r--r-- | org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins.inc | 12 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins_4.2.2.bb | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins.inc b/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins.inc new file mode 100644 index 0000000..b5b4505 --- /dev/null +++ b/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins.inc @@ -0,0 +1,12 @@ +# xfce-mcs-plugins OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "Common XFCE4 configuration plugins." +DEPENDS = "libxfcegui4 xfce-mcs-manager gtk+" +SECTION = "x11" + +inherit xfce + +PACKAGES += "${PN}-mcs-plugins" +FILES_${PN}-mcs-plugins = "${libdir}/xfce4/mcs-plugins/*.so" diff --git a/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins_4.2.2.bb b/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins_4.2.2.bb new file mode 100644 index 0000000..7be8fc6 --- /dev/null +++ b/org.handhelds.familiar/packages/xfce-mcs-plugins/xfce-mcs-plugins_4.2.2.bb @@ -0,0 +1,5 @@ +# xfce-mcs-plugins OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +include ${PN}.inc |