Commit Graph

12 Commits

Author SHA1 Message Date
Bruno Tarquini fe8bd2b027 autotools: remove confusing variables ${datadir} and DATADIR.
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).
2009-11-28 12:54:41 +01:00
Bruno Tarquini 6123687dda autotools: add a new autoconf variable: ${gajim_srcdir}.
It expanded version is GAJIM_SRCDIR.

It indicate where pyfiles will be installed (for now: PREFIX/share/gajim/src).

simplify src/Makefile.am by using nobase_ and dist_ prefix.
nobase_ allows hiearchical installation instead of flat directory
installation.
2009-11-28 12:54:30 +01:00
Yann Leboulanger eb11c24eea egg.trayicon is dead. Light a candle :'(
Fixes #3021, #5246
2009-11-24 14:33:49 +01:00
Yann Leboulanger aff4e444f6 fix argument calling in launchers. Fixes #4847. See #4819 2009-03-01 16:20:22 +00:00
Yann Leboulanger 35a0262d6d [brubru] Factorize lauchers. Fixes #4819 2009-02-17 12:29:54 +00:00
Yann Leboulanger cb10c4e4ea set datadir to /usr/share/gajim instead of /usr/share. Fixes #4638 2009-01-05 22:22:34 +00:00
Yann Leboulanger a4132ee58b ability to use adtadir environment variable to set data directory 2009-01-05 15:12:19 +00:00
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
js 7944990a1b Fully POSIX-compliant shell scripts. 2008-08-14 19:17:53 +00:00
js f19e747985 Same for the other script. 2008-08-14 14:12:11 +00:00
Dimitur Kirov 1d40d71182 keep defs in defs.py.in
switch autogen order
dist defs.py.in
2006-10-11 17:40:56 +00:00
Dimitur Kirov 59b6ae468a merge from trunk
automake based instalation
2006-10-04 00:10:49 +00:00
Renamed from scripts/gajim (Browse further)