| 1 |
# Copyright 1999-2004 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.51 2005/07/06 20:23:20 agriffis Exp $ |
| 4 |
# |
| 5 |
# Authors: |
| 6 |
# Bruce A. Locke <blocke@shivan.org> |
| 7 |
# Spidler <spider@gentoo.org> |
| 8 |
|
| 9 |
inherit libtool gnome.org debug fdo-mime |
| 10 |
|
| 11 |
# Gnome 2 ECLASS |
| 12 |
|
| 13 |
G2CONF="" # extra configure opts passed to econf |
| 14 |
ELTCONF="" # extra options passed to elibtoolize |
| 15 |
SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
| 16 |
USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
| 17 |
IUSE="debug doc" |
| 18 |
use debug && G2CONF="${G2CONF} --enable-debug=yes" |
| 19 |
|
| 20 |
DEPEND="${DEPEND} >=sys-apps/sed-4" |
| 21 |
|
| 22 |
gnome2_src_configure() { |
| 23 |
|
| 24 |
# [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF} |
| 25 |
elibtoolize ${ELTCONF} |
| 26 |
|
| 27 |
# doc keyword for gtk-doc |
| 28 |
G2CONF="${G2CONF} $(use_enable doc gtk-doc)" |
| 29 |
|
| 30 |
econf "$@" ${G2CONF} || die "./configure failure" |
| 31 |
|
| 32 |
} |
| 33 |
|
| 34 |
gnome2_src_compile() { |
| 35 |
|
| 36 |
gnome2_src_configure "$@" |
| 37 |
emake || die "compile failure" |
| 38 |
|
| 39 |
} |
| 40 |
|
| 41 |
gnome2_src_install() { |
| 42 |
|
| 43 |
# if this is not present, scrollkeeper-update may segfault and |
| 44 |
# create bogus directories in /var/lib/ |
| 45 |
dodir /var/lib/scrollkeeper |
| 46 |
|
| 47 |
# we must delay gconf schema installation due to sandbox |
| 48 |
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" |
| 49 |
|
| 50 |
if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then |
| 51 |
einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@" |
| 52 |
else |
| 53 |
make DESTDIR=${D} \ |
| 54 |
"$@" install |
| 55 |
fi |
| 56 |
|
| 57 |
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 58 |
|
| 59 |
# manual document installation |
| 60 |
[ -n "${DOCS}" ] && dodoc ${DOCS} |
| 61 |
|
| 62 |
# do not keep /var/lib/scrollkeeper because: |
| 63 |
# 1. scrollkeeper will get regenerated at pkg_postinst() |
| 64 |
# 2. ${D}/var/lib/scrollkeeper contains only indexes for the current pkg |
| 65 |
# thus it makes no sense if pkg_postinst ISN'T run for some reason. |
| 66 |
|
| 67 |
if [ -z "`find ${D} -name '*.omf'`" ]; then |
| 68 |
export SCROLLKEEPER_UPDATE="0" |
| 69 |
fi |
| 70 |
|
| 71 |
# regenerate these in pkg_postinst() |
| 72 |
rm -rf ${D}/var/lib/scrollkeeper |
| 73 |
# make sure this one doesn't get in the portage db |
| 74 |
rm -fr ${D}/usr/share/applications/mimeinfo.cache |
| 75 |
|
| 76 |
} |
| 77 |
|
| 78 |
|
| 79 |
gnome2_gconf_install() { |
| 80 |
|
| 81 |
if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
| 82 |
then |
| 83 |
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 84 |
export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 85 |
einfo "Installing GNOME 2 GConf schemas" |
| 86 |
grep "obj /etc/gconf/schemas" ${ROOT}/var/db/pkg/*/${PF}/CONTENTS | sed 's:obj \([^ ]*\) .*:\1:' | while read F; do |
| 87 |
if [ -e "${F}" ]; then |
| 88 |
# echo "DEBUG::gconf install ${F}" |
| 89 |
${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${F} 1>/dev/null |
| 90 |
fi |
| 91 |
done |
| 92 |
fi |
| 93 |
|
| 94 |
} |
| 95 |
|
| 96 |
gnome2_gconf_uninstall() { |
| 97 |
|
| 98 |
if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
| 99 |
then |
| 100 |
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 101 |
export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 102 |
einfo "Uninstalling GNOME 2 GConf schemas" |
| 103 |
cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
| 104 |
# echo "DEBUG::gconf install ${F}" |
| 105 |
${ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule ${F} 1>/dev/null |
| 106 |
done |
| 107 |
fi |
| 108 |
|
| 109 |
} |
| 110 |
|
| 111 |
gnome2_omf_fix() { |
| 112 |
|
| 113 |
# workaround/patch against omf.make or omf-install/Makefile.in |
| 114 |
# in order to remove redundant scrollkeeper-updates. |
| 115 |
# - <liquidx@gentoo.org> |
| 116 |
|
| 117 |
local omf_makefiles |
| 118 |
|
| 119 |
omf_makefiles="$@" |
| 120 |
|
| 121 |
[ -f ${S}/omf-install/Makefile.in ] \ |
| 122 |
&& omf_makefiles="${omf_makefiles} ${S}/omf-install/Makefile.in" |
| 123 |
|
| 124 |
# FIXME: does this really work? because omf.make only gets included |
| 125 |
# when autoconf/automake is run. You should directly patch |
| 126 |
# the Makefile.in's |
| 127 |
|
| 128 |
[ -f ${S}/omf.make ] \ |
| 129 |
&& omf_makefiles="${omf_makefiles} ${S}/omf.make" |
| 130 |
|
| 131 |
for omf in ${omf_makefiles}; do |
| 132 |
omfbase=$(basename ${omf}) |
| 133 |
einfo "Fixing OMF Makefile: ${omf#${S}/}" |
| 134 |
sed -i -e 's:-scrollkeeper-update.*::' ${omf} |
| 135 |
done |
| 136 |
|
| 137 |
} |
| 138 |
|
| 139 |
gnome2_scrollkeeper_update() { |
| 140 |
|
| 141 |
if [ -x ${ROOT}/usr/bin/scrollkeeper-update ] && [ "${SCROLLKEEPER_UPDATE}" = "1" ] |
| 142 |
then |
| 143 |
echo ">>> Updating Scrollkeeper" |
| 144 |
scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper |
| 145 |
fi |
| 146 |
|
| 147 |
} |
| 148 |
|
| 149 |
gnome2_pkg_postinst() { |
| 150 |
|
| 151 |
gnome2_gconf_install |
| 152 |
gnome2_scrollkeeper_update |
| 153 |
fdo-mime_desktop_database_update |
| 154 |
fdo-mime_mime_database_update |
| 155 |
|
| 156 |
} |
| 157 |
|
| 158 |
#gnome2_pkg_prerm() { |
| 159 |
|
| 160 |
# gnome2_gconf_uninstall |
| 161 |
|
| 162 |
#} |
| 163 |
|
| 164 |
gnome2_pkg_postrm() { |
| 165 |
|
| 166 |
gnome2_scrollkeeper_update |
| 167 |
fdo-mime_desktop_database_update |
| 168 |
fdo-mime_mime_database_update |
| 169 |
|
| 170 |
} |
| 171 |
|
| 172 |
|
| 173 |
#EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
| 174 |
EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |