summaryrefslogtreecommitdiffstats
path: root/recipes/nautilus/nautilus_2.24.1.bb
blob: bd4c67c6e5348058e7a67950c29c0a2a375d6652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# nautilus OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

PR = "r4"

inherit gnome
LICENSE="GPL"

DEPENDS += " tracker librsvg libexif eel esound gnome-desktop"

EXTRA_OECONF = " --disable-gtk-doc  --disable-update-mimedb "

PACKAGES += " libnautilus"

FILES_${PN} += "${datadir}/icons  /usr/libexec/ "
FILES_libnautilus = "/usr/lib/*.so*"
FILES_${PN}-dbg += "/usr/libexec/.debug"

do_stage() {
	autotools_stage_all
}

SRC_URI[archive.md5sum] = "ccb5497397dfba46569b6dd1d2f41cef"
SRC_URI[archive.sha256sum] = "48f1d25af102d216fdc2ebcd6396ffce963558c119b88730dc02fb1c158fcc4c"