55 lines
1.9 KiB
BlitzBasic
55 lines
1.9 KiB
BlitzBasic
# nautilus OE build file
|
|
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
|
|
# Released under the MIT license (see packages/COPYING)
|
|
|
|
LICENSE="GPLv2 & LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \
|
|
file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
|
|
|
|
PR = "r4"
|
|
|
|
DEPENDS = "libnotify gtk+3 libunique gvfs librsvg libexif gnome-desktop3"
|
|
# optional: tracker
|
|
|
|
# to include nautilus3/no-try-run-strftime.diff before the rest
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
|
BPN = "nautilus"
|
|
inherit gnome
|
|
|
|
SRC_URI += "file://no-try-run-strftime.diff"
|
|
SRC_URI[archive.md5sum] = "12314328b59aa1dfd83619f718b81bd5"
|
|
SRC_URI[archive.sha256sum] = "c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154"
|
|
|
|
EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb --enable-nst-extension"
|
|
export SYSROOT = "${STAGING_DIR_HOST}"
|
|
|
|
do_configure() {
|
|
sed -i -e /docs/d ${S}/Makefile.am
|
|
autotools_do_configure
|
|
}
|
|
|
|
RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-2.0-utils"
|
|
FILES_${PN} += "${datadir}/icons \
|
|
/usr/libexec/ \
|
|
${datadir}/nautilus* \
|
|
${datadir}/dbus-1 \
|
|
${libdir}/nautilus/extensions*/*.so \
|
|
"
|
|
FILES_${PN}-dbg += "/usr/libexec/.debug \
|
|
${libdir}/nautilus/extensions*/.debug"
|
|
|
|
# Don't make nautils drag us in
|
|
PRIVATE_LIBS = "libnautilus-extension.so.1"
|
|
|
|
pkg_postinst_${PN} () {
|
|
if [ -n "$D" ]; then
|
|
exit 1
|
|
fi
|
|
|
|
glib-compile-schemas ${datadir}/glib-2.0/schemas
|
|
}
|
|
|
|
# 3.2.1-r4/nautilus-3.2.1/eel/eel-gnome-extensions.c:34:50: fatal error: libgnome-desktop/gnome-desktop-utils.h: No such file or directory
|
|
# 3.2.1-r4/nautilus-3.2.1/eel/eel-editable-label.c:3105:55: error: 'GTK_STOCK_CUT' undeclared (first use in this function)
|
|
PNBLACKLIST[nautilus3] ?= "BROKEN: fails to build, maybe missing dependency on gnome-desktop-utils.h provider"
|