|
Lines 39-47
Link Here
|
| 39 |
# More or less copied from gnome2_gconf_install, which didn't work here |
39 |
# More or less copied from gnome2_gconf_install, which didn't work here |
| 40 |
export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
40 |
export GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` |
| 41 |
einfo "Installing GNOME 2 GConf schemas" |
41 |
einfo "Installing GNOME 2 GConf schemas" |
| 42 |
${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${S}/regexxer.schemas 1>/dev/null |
42 |
${ROOT}/usr/bin/gconftool-2 --makefile-install-rule ${S}/ui//regexxer.schemas 1>/dev/null |
| 43 |
if use gnome ; then |
43 |
if use gnome ; then |
| 44 |
insinto /usr/share/gnome/apps/Development |
44 |
insinto /usr/share/gnome/apps/Development |
| 45 |
doins ${S}/regexxer.desktop |
45 |
doins ${S}/ui/regexxer.desktop |
| 46 |
fi |
46 |
fi |
| 47 |
} |
47 |
} |