blob: 21eb7c914594e0a3ce93fc828284498120f3cf4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# xfdesktop OE build file
# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION="xfce4 Desktop Background Manager"
SECTION = "x11/base"
PACKAGES="xfdesktop xfdesktop-backdrops xfdesktop-mcs-plugins ${PN}-doc"
FILES_xfdesktop-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so"
FILES_xfdesktop-backdrops="${datadir}/xfce4/backdrops/"
DEPENDS="x11 libxfcegui4 libxfce4mcs libxml2"
inherit xfce
# Get rid of the (for now) useless internationalization menus
# In the future, we would copy over the desired internationalization
do_install() {
oe_runmake DESTDIR=${D} install
rm -rf ${D}${sysconfdir}/xfce4/menu.xml.*
}
|