| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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.33 2003/05/04 18:58:55 liquidx Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.40 2004/04/09 18:46:57 foser Exp $ |
| 4 | # |
4 | # |
| 5 | # Authors: |
5 | # Authors: |
| 6 | # Bruce A. Locke <blocke@shivan.org> |
6 | # Bruce A. Locke <blocke@shivan.org> |
| 7 | # Spidler <spidler@gentoo.org> |
7 | # Spidler <spider@gentoo.org> |
| 8 | |
8 | |
| 9 | inherit libtool gnome.org |
9 | inherit libtool gnome.org |
| 10 | |
|
|
| 11 | # accept both $DEBUG and USE="debug" |
|
|
| 12 | [ -n "$DEBUG" -o -n "`use debug`" ] && inherit debug |
10 | [ `use debug` ] && inherit debug |
| 13 | |
11 | |
| 14 | # Gnome 2 ECLASS |
12 | # Gnome 2 ECLASS |
| 15 | ECLASS="gnome2" |
13 | ECLASS="gnome2" |
| 16 | INHERITED="$INHERITED $ECLASS" |
14 | INHERITED="$INHERITED $ECLASS" |
| 17 | |
15 | |
| 18 | G2CONF="" # extra configure opts passed to econf |
16 | G2CONF="" # extra configure opts passed to econf |
| 19 | ELTCONF="" # extra options passed to elibtoolize |
17 | ELTCONF="" # extra options passed to elibtoolize |
| 20 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
18 | SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package |
| 21 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
19 | USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall |
| 22 | |
20 | |
| 23 | [ -n "$DEBUG" -o -n "`use debug`" ] && G2CONF="${G2CONF} --enable-debug=yes" |
21 | [ `use debug` ] && G2CONF="${G2CONF} --enable-debug=yes" |
|
|
22 | |
|
|
23 | DEPEND="${DEPEND} >=sys-apps/sed-4" |
| 24 | |
24 | |
| 25 | gnome2_src_configure() { |
25 | gnome2_src_configure() { |
| 26 | elibtoolize ${ELTCONF} |
26 | elibtoolize ${ELTCONF} |
| 27 | # doc keyword for gtk-doc |
27 | # doc keyword for gtk-doc |
| 28 | use doc \ |
28 | use doc \ |
| 29 | && G2CONF="${G2CONF} --enable-gtk-doc" \ |
29 | && G2CONF="${G2CONF} --enable-gtk-doc" \ |
| 30 | || G2CONF="${G2CONF} --disable-gtk-doc" |
30 | || G2CONF="${G2CONF} --disable-gtk-doc" |
| 31 | |
31 | |
| 32 | econf ${@} ${G2CONF} || die "./configure failure" |
32 | econf "$@" ${G2CONF} || die "./configure failure" |
| 33 | |
33 | |
| 34 | } |
34 | } |
| 35 | |
35 | |
| 36 | gnome2_src_compile() { |
36 | gnome2_src_compile() { |
| 37 | |
37 | |
| 38 | gnome2_src_configure ${@} |
38 | gnome2_src_configure "$@" |
| 39 | emake || die "compile failure" |
39 | emake || die "compile failure" |
| 40 | |
40 | |
| 41 | } |
41 | } |
| 42 | |
42 | |
| 43 | gnome2_src_install() { |
43 | gnome2_src_install() { |
| … | |
… | |
| 48 | |
48 | |
| 49 | # we must delay gconf schema installation due to sandbox |
49 | # we must delay gconf schema installation due to sandbox |
| 50 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" |
50 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" |
| 51 | |
51 | |
| 52 | if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then |
52 | if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then |
| 53 | einstall " scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ " ${@} |
53 | einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@" |
| 54 | else |
54 | else |
| 55 | make DESTDIR=${D} \ |
55 | make DESTDIR=${D} \ |
| 56 | scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \ |
56 | scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \ |
| 57 | ${@} install |
57 | "$@" install |
| 58 | fi |
58 | fi |
| 59 | |
59 | |
| 60 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
60 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 61 | |
61 | |
| 62 | # manual document installation |
62 | # manual document installation |
| … | |
… | |
| 79 | gnome2_gconf_install() { |
79 | gnome2_gconf_install() { |
| 80 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
80 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
| 81 | then |
81 | then |
| 82 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
82 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
| 83 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
83 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 84 | einfo "installing gnome2 gconf schemas" |
84 | einfo "Installing GNOME 2 GConf schemas" |
| 85 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
85 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
| 86 | echo "DEBUG::gconf install ${F}" |
86 | # echo "DEBUG::gconf install ${F}" |
| 87 | ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${F} |
87 | ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${F} 1>/dev/null |
| 88 | done |
88 | done |
| 89 | fi |
89 | fi |
|
|
90 | } |
|
|
91 | |
|
|
92 | gnome2_gconf_uninstall() { |
|
|
93 | |
|
|
94 | if [ -x ${ROOT}/usr/bin/gconftool-2 ] |
|
|
95 | then |
|
|
96 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
|
|
97 | export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
|
|
98 | einfo "Uninstalling GNOME 2 GConf schemas" |
|
|
99 | cat ${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS | grep "obj /etc/gconf/schemas" | sed 's:obj \([^ ]*\) .*:\1:' |while read F; do |
|
|
100 | # echo "DEBUG::gconf install ${F}" |
|
|
101 | ${ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule ${F} 1>/dev/null |
|
|
102 | done |
|
|
103 | fi |
|
|
104 | |
| 90 | } |
105 | } |
| 91 | |
106 | |
| 92 | gnome2_omf_fix() { |
107 | gnome2_omf_fix() { |
| 93 | # workaround/patch against omf.make or omf-install/Makefile.in |
108 | # workaround/patch against omf.make or omf-install/Makefile.in |
| 94 | # in order to remove redundant scrollkeeper-updates. |
109 | # in order to remove redundant scrollkeeper-updates. |
| … | |
… | |
| 98 | |
113 | |
| 99 | omf_makefiles="$@" |
114 | omf_makefiles="$@" |
| 100 | |
115 | |
| 101 | [ -f ${S}/omf-install/Makefile.in ] \ |
116 | [ -f ${S}/omf-install/Makefile.in ] \ |
| 102 | && omf_makefiles="${omf_makefiles} ${S}/omf-install/Makefile.in" |
117 | && omf_makefiles="${omf_makefiles} ${S}/omf-install/Makefile.in" |
|
|
118 | |
|
|
119 | # FIXME: does this really work? because omf.make only gets included |
|
|
120 | # when autoconf/automake is run. You should directly patch |
|
|
121 | # the Makefile.in's |
|
|
122 | |
| 103 | [ -f ${S}/omf.make ] \ |
123 | [ -f ${S}/omf.make ] \ |
| 104 | && omf_makefiles="${omf_makefiles} ${S}/omf.make" |
124 | && omf_makefiles="${omf_makefiles} ${S}/omf.make" |
| 105 | |
125 | |
| 106 | for omf in ${omf_makefiles}; do |
126 | for omf in ${omf_makefiles}; do |
| 107 | omfbase=$(basename ${omf}) |
127 | omfbase=$(basename ${omf}) |
| 108 | einfo "Fixing OMF Makefile: ${omfbase}" |
128 | einfo "Fixing OMF Makefile: ${omf#${S}/}" |
| 109 | sed -i -e 's:\(-scrollkeeper-update -p $(localstatedir)/scrollkeeper\)\([ \t\\]*\)$:\1 -o $(DESTDIR)$(omf_dest_dir)\2:' ${omf} |
129 | sed -i -e 's:-scrollkeeper-update.*::' ${omf} |
| 110 | sed -i -e 's:\(-scrollkeeper-update -p $(scrollkeeper_localstate_dir)\)\([ \t\\]*\)$:\1 -o $(DESTDIR)$(omf_dest_dir)\2:' ${omf} |
|
|
| 111 | done |
130 | done |
| 112 | } |
131 | } |
| 113 | |
132 | |
| 114 | gnome2_scrollkeeper_update() { |
133 | gnome2_scrollkeeper_update() { |
| 115 | if [ -x ${ROOT}/usr/bin/scrollkeeper-update ] && [ "${SCROLLKEEPER_UPDATE}" = "1" ] |
134 | if [ -x ${ROOT}/usr/bin/scrollkeeper-update ] && [ "${SCROLLKEEPER_UPDATE}" = "1" ] |
| … | |
… | |
| 122 | gnome2_pkg_postinst() { |
141 | gnome2_pkg_postinst() { |
| 123 | gnome2_gconf_install |
142 | gnome2_gconf_install |
| 124 | gnome2_scrollkeeper_update |
143 | gnome2_scrollkeeper_update |
| 125 | } |
144 | } |
| 126 | |
145 | |
|
|
146 | #gnome2_pkg_prerm() { |
|
|
147 | |
|
|
148 | # gnome2_gconf_uninstall |
|
|
149 | |
|
|
150 | #} |
|
|
151 | |
| 127 | gnome2_pkg_postrm() { |
152 | gnome2_pkg_postrm() { |
| 128 | gnome2_scrollkeeper_update |
153 | gnome2_scrollkeeper_update |
| 129 | } |
154 | } |
| 130 | |
155 | |
| 131 | |
156 | |
|
|
157 | #EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
| 132 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |
158 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |
| 133 | |
159 | |
| 134 | |
160 | |