aboutsummaryrefslogtreecommitdiffstats
path: root/xfdesktop/xfdesktop_4.0.5.oe
blob: cb9fec4e3d5b540f668fc65db9669f45f5c4eff5 (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}/etc/xfce4/menu.xml.*
}