summaryrefslogtreecommitdiff
path: root/packages/libxfce4mcs
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:46:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:46:39 +0000
commitc2faa0722e6c264b18d69a2f3f37fe5b81a9e675 (patch)
tree2f53286d9f6547d4aa7c4531dca855019d25b035 /packages/libxfce4mcs
parent9be066c88cc99bf1654d1926fd085fffa5fec447 (diff)
XFCE: update 4.2.x to 4.4.1
- xfcalendar replaced by orage - xffm replaced by thunar - added mousepad - added xfce-terminal - added XFCE engine for GTK - added XFCE icon theme (Rodest) builds, not tested on device
Diffstat (limited to 'packages/libxfce4mcs')
-rw-r--r--packages/libxfce4mcs/libxfce4mcs.inc19
-rw-r--r--packages/libxfce4mcs/libxfce4mcs_4.2.2.bb5
2 files changed, 0 insertions, 24 deletions
diff --git a/packages/libxfce4mcs/libxfce4mcs.inc b/packages/libxfce4mcs/libxfce4mcs.inc
deleted file mode 100644
index 19268fc9b3..0000000000
--- a/packages/libxfce4mcs/libxfce4mcs.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-# libxfce4mcs OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION="Settings management library used by most XFce 4 modules"
-DEPENDS="libxfce4util"
-SECTION = "x11/libs"
-
-inherit xfce pkgconfig
-
-do_stage() {
- install -d ${STAGING_INCDIR}/xfce4/libxfce4mcs
-
- install -m 644 libxfce4mcs/mcs-common.h ${STAGING_INCDIR}/xfce4/libxfce4mcs
- install -m 644 libxfce4mcs/mcs-client.h ${STAGING_INCDIR}/xfce4/libxfce4mcs
- install -m 644 libxfce4mcs/mcs-manager.h ${STAGING_INCDIR}/xfce4/libxfce4mcs
- oe_libinstall -C libxfce4mcs -so libxfce4mcs-manager ${STAGING_LIBDIR}
- oe_libinstall -C libxfce4mcs -so libxfce4mcs-client ${STAGING_LIBDIR}
-}
diff --git a/packages/libxfce4mcs/libxfce4mcs_4.2.2.bb b/packages/libxfce4mcs/libxfce4mcs_4.2.2.bb
deleted file mode 100644
index 07d7a95ae1..0000000000
--- a/packages/libxfce4mcs/libxfce4mcs_4.2.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-# libxfce4mcs OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-require ${PN}.inc