| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.45 2004/09/14 12:10:22 foser Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.57 2005/08/01 23:19:07 foser Exp $ |
| 4 | # |
4 | # |
| 5 | # Authors: |
5 | # Authors: |
| 6 | # Bruce A. Locke <blocke@shivan.org> |
6 | # Bruce A. Locke <blocke@shivan.org> |
| 7 | # Spidler <spider@gentoo.org> |
7 | # Spidler <spider@gentoo.org> |
| 8 | |
8 | |
| 9 | inherit libtool gnome.org debug fdo-mime |
9 | inherit libtool gnome.org debug fdo-mime |
| 10 | |
10 | |
| 11 | # Gnome 2 ECLASS |
11 | # Gnome 2 ECLASS |
| 12 | ECLASS="gnome2" |
|
|
| 13 | INHERITED="$INHERITED $ECLASS" |
|
|
| 14 | |
12 | |
| 15 | G2CONF="" # extra configure opts passed to econf |
13 | G2CONF="" # extra configure opts passed to econf |
| 16 | ELTCONF="" # extra options passed to elibtoolize |
14 | ELTCONF="" # extra options passed to elibtoolize |
| 17 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
15 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
| 18 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
16 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
| 19 | IUSE="debug" |
17 | |
|
|
18 | IUSE="" |
|
|
19 | |
| 20 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
20 | use debug && G2CONF="${G2CONF} --enable-debug=yes" |
| 21 | |
21 | |
| 22 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
22 | DEPEND=">=sys-apps/sed-4" |
| 23 | |
23 | |
| 24 | gnome2_src_configure() { |
24 | gnome2_src_configure() { |
| 25 | |
25 | |
|
|
26 | # [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF} |
| 26 | elibtoolize ${ELTCONF} |
27 | elibtoolize ${ELTCONF} |
| 27 | |
28 | |
| 28 | # doc keyword for gtk-doc |
29 | # doc keyword for gtk-doc |
| 29 | use doc \ |
|
|
| 30 | && G2CONF="${G2CONF} --enable-gtk-doc" \ |
30 | G2CONF="${G2CONF} $(use_enable doc gtk-doc)" |
| 31 | || G2CONF="${G2CONF} --disable-gtk-doc" |
|
|
| 32 | |
31 | |
| 33 | econf "$@" ${G2CONF} || die "./configure failure" |
32 | econf "$@" ${G2CONF} || die "./configure failure" |
| 34 | |
33 | |
| 35 | } |
34 | } |
| 36 | |
35 | |
| … | |
… | |
| 49 | |
48 | |
| 50 | # we must delay gconf schema installation due to sandbox |
49 | # we must delay gconf schema installation due to sandbox |
| 51 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" |
50 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" |
| 52 | |
51 | |
| 53 | if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then |
52 | if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then |
| 54 | einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@" |
53 | einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@" || die "einstall failed" |
| 55 | else |
54 | else |
| 56 | make DESTDIR=${D} \ |
55 | make DESTDIR=${D} \ |
| 57 | scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \ |
56 | "$@" install || die "make DESTDIR install failed" |
| 58 | "$@" install |
|
|
| 59 | fi |
57 | fi |
| 60 | |
58 | |
| 61 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
59 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 62 | |
60 | |
| 63 | # manual document installation |
61 | # manual document installation |
| … | |
… | |
| 84 | |
82 | |
| 85 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
83 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
| 86 | then |
84 | then |
| 87 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
85 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 88 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
86 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 89 | einfo "Installing GNOME 2 GConf schemas" |
87 | einfo "Installing GNOME 2 GConf schemas" |
| 90 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
88 | grep "obj /etc/gconf/schemas" ${ROOT}/var/db/pkg/*/${PF}/CONTENTS | sed 's:obj \([^ ]*\) .*:\1:' | while read F; do |
|
|
89 | if [ -e "${F}" ]; then |
| 91 | # echo "DEBUG::gconf install ${F}" |
90 | # echo "DEBUG::gconf install ${F}" |
| 92 | ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${F} 1>/dev/null |
91 | ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${F} 1>/dev/null |
|
|
92 | fi |
| 93 | done |
93 | done |
| 94 | fi |
94 | fi |
| 95 | |
95 | |
| 96 | } |
96 | } |
| 97 | |
97 | |
| … | |
… | |
| 99 | |
99 | |
| 100 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
100 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
| 101 | then |
101 | then |
| 102 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
102 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 103 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
103 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 104 | einfo "Uninstalling GNOME 2 GConf schemas" |
104 | einfo "Uninstalling GNOME 2 GConf schemas" |
| 105 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
105 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
| 106 | # echo "DEBUG::gconf install ${F}" |
106 | # echo "DEBUG::gconf install ${F}" |
| 107 | ${ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule ${F} 1>/dev/null |
107 | ${ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule ${F} 1>/dev/null |
| 108 | done |
108 | done |
| 109 | fi |
109 | fi |
| 110 | |
110 | |
| 111 | } |
111 | } |
| 112 | |
112 | |
|
|
113 | gnome2_icon_cache_update() { |
|
|
114 | local updater=`which gtk-update-icon-cache` |
|
|
115 | if ! grep -q "obj /usr/share/icons" ${ROOT}/var/db/pkg/*/${PF}/CONTENTS \ |
|
|
116 | || [ ! -x "$updater" ]; then |
|
|
117 | # Nothing to update |
|
|
118 | return |
|
|
119 | fi |
|
|
120 | |
|
|
121 | ebegin "Updating icons cache" |
|
|
122 | |
|
|
123 | local retval=0 |
|
|
124 | for dir in \ |
|
|
125 | $(find ${ROOT}/usr/share/icons -maxdepth 1 -mindepth 1 -type d); do |
|
|
126 | $updater -qf $dir || retval=$? |
|
|
127 | done |
|
|
128 | |
|
|
129 | eend $retval |
|
|
130 | } |
|
|
131 | |
| 113 | gnome2_omf_fix() { |
132 | gnome2_omf_fix() { |
| 114 | |
133 | |
| 115 | # workaround/patch against omf.make or omf-install/Makefile.in |
134 | # workaround/patch against omf.make or omf-install/Makefile.in |
| 116 | # in order to remove redundant scrollkeeper-updates. |
135 | # in order to remove redundant scrollkeeper-updates. |
| 117 | # - <liquidx@gentoo.org> |
136 | # - <liquidx@gentoo.org> |
| 118 | |
137 | |
| 119 | local omf_makefiles |
138 | local omf_makefiles |
| 120 | |
139 | |
| 121 | omf_makefiles="$@" |
140 | omf_makefiles="$@" |
| 122 | |
141 | |
| 123 | [ -f ${S}/omf-install/Makefile.in ] \ |
142 | [ -f ${S}/omf-install/Makefile.in ] \ |
| 124 | && omf_makefiles="${omf_makefiles} ${S}/omf-install/Makefile.in" |
143 | && omf_makefiles="${omf_makefiles} ${S}/omf-install/Makefile.in" |
| 125 | |
144 | |
| 126 | # FIXME: does this really work? because omf.make only gets included |
145 | # FIXME: does this really work? because omf.make only gets included |
| 127 | # when autoconf/automake is run. You should directly patch |
146 | # when autoconf/automake is run. You should directly patch |
| 128 | # the Makefile.in's |
147 | # the Makefile.in's |
| 129 | |
148 | |
| 130 | [ -f ${S}/omf.make ] \ |
149 | [ -f ${S}/omf.make ] \ |
| 131 | && omf_makefiles="${omf_makefiles} ${S}/omf.make" |
150 | && omf_makefiles="${omf_makefiles} ${S}/omf.make" |
| 132 | |
151 | |
| 133 | for omf in ${omf_makefiles}; do |
152 | for omf in ${omf_makefiles}; do |
| 134 | omfbase=$(basename ${omf}) |
153 | omfbase=$(basename ${omf}) |
| … | |
… | |
| 152 | |
171 | |
| 153 | gnome2_gconf_install |
172 | gnome2_gconf_install |
| 154 | gnome2_scrollkeeper_update |
173 | gnome2_scrollkeeper_update |
| 155 | fdo-mime_desktop_database_update |
174 | fdo-mime_desktop_database_update |
| 156 | fdo-mime_mime_database_update |
175 | fdo-mime_mime_database_update |
|
|
176 | gnome2_icon_cache_update |
| 157 | |
177 | |
| 158 | } |
178 | } |
| 159 | |
179 | |
| 160 | #gnome2_pkg_prerm() { |
180 | #gnome2_pkg_prerm() { |
| 161 | |
181 | |
| … | |
… | |
| 166 | gnome2_pkg_postrm() { |
186 | gnome2_pkg_postrm() { |
| 167 | |
187 | |
| 168 | gnome2_scrollkeeper_update |
188 | gnome2_scrollkeeper_update |
| 169 | fdo-mime_desktop_database_update |
189 | fdo-mime_desktop_database_update |
| 170 | fdo-mime_mime_database_update |
190 | fdo-mime_mime_database_update |
|
|
191 | gnome2_icon_cache_update |
| 171 | |
192 | |
| 172 | } |
193 | } |
| 173 | |
194 | |
| 174 | |
|
|
| 175 | #EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
195 | #EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
| 176 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |
196 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |
| 177 | |
|
|
| 178 | |
|
|