gajim, but with plural-affirmative aliases to the
/me command
Those variables were confusing because autoconf usually defines DATADIR to
PREFIX/share and gajim uses both defs.datadir=PREFIX/share/gajim and
gajim.DATA_DIR=PREFIX/share/gajim/data.
Now, autoconf will use PKGDATADIR for setting the (renamed) defs.basedir
variable which will be used to set gajimpaths['DATA_DIR'] and
gajimpaths['ICONS_DIR'] in configpaths.py
Gajim will also looks for the ${GAJIM_BASEDIR} environment variable instead of
${datadir} which was really too generic (no namespace).
|
||
|---|---|---|
| autopackage | ||
| data | ||
| debian | ||
| doc | ||
| icons | ||
| m4 | ||
| po | ||
| scripts | ||
| src | ||
| test | ||
| .hgignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| gajim.nsi | ||
| INSTALL | ||
| launch.bat | ||
| launch.sh | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| README.html | ||
| setup_win32.py | ||
| THANKS | ||
| THANKS.artists | ||
see README.html