Commit Graph

97 Commits

Author SHA1 Message Date
André Apitzsch 6d1c659b4b Expand Python module search path
to work around the issue that the gajim module cannot be found
2017-08-18 19:48:48 +02:00
André Apitzsch 47c83311d2 Always install in python3.x/site-packages 2017-08-18 19:48:48 +02:00
André Apitzsch 3b80057888 Update bin scripts 2017-08-18 19:48:48 +02:00
André Apitzsch 68a57e7c91 Replace src by gajim 2017-07-02 17:25:46 +02:00
Philipp Hörist c6c1db047a Switch to Automake 1.9 2017-05-22 21:47:20 +02:00
André Apitzsch 78fd66fac3 add AppData file
fixes #8174
2017-05-06 21:31:44 +02:00
André Apitzsch 15d834025c use 'reverse DNS' convention for desktop and icon files
see https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s02.html
2017-04-18 21:19:15 +02:00
Emmanuel Gil Peyrot aab2451507 Fix python2-ism in configure.ac. 2017-01-01 21:41:10 +00:00
Yann Leboulanger 3409a40cdd get git version when running configure 2016-12-30 00:54:33 +01:00
Yann Leboulanger 65f8f30968 fix configure to require python3 2016-10-11 21:02:30 +02:00
Yann Leboulanger e29bc43cbf correctly install gajim-remote.desktop file. 2015-12-01 22:30:04 +01:00
Yann Leboulanger 4f6f19357e [aranea] install plugins in datadir, even when using --enable-site-packages si Gajim can find them. 2012-04-08 12:29:57 +02:00
Yann Leboulanger 24cd5f30fa re-add a Makefile.am in plugins dir that includes nothing in the generated tarball, but that installs plugins in this directory. 2011-11-21 16:30:28 +01:00
Yann Leboulanger 6ad3d01fb5 remove plugins that have been move to gajim-plugins reprository 2011-11-16 21:26:36 +01:00
Yann Leboulanger b88162a198 don't depend on python-dev or (py)gtk-dev as it's not needed at compilation time, only at run time.
Update README accordingly
2011-01-04 11:08:26 +01:00
Yann Leboulanger b66a3e4c9e set hg revision in Gajim version 2010-08-09 13:09:13 +02:00
Yann Leboulanger 3daf82f4cc add plugins stuff to build system 2010-07-29 10:10:06 +02:00
Yann Leboulanger 0c14e5c266 prepare 0.14 beta1 2010-07-24 22:08:21 +02:00
Yann Leboulanger 46b50f48a1 split logs.db into logs.db and cache.db. Fixes #2845 2010-01-29 11:25:06 +01:00
Yann Leboulanger 956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Yann Leboulanger 73f18abfc5 latest version is 0.13.10.1. see [775b0b18efb1] 2009-12-30 13:09:55 +01:00
Yann Leboulanger bbd4b16d9c set hg version higher than 0.13.1. Fixes #5488 2009-12-06 11:45:05 +01:00
Bruno Tarquini 4dd159b42c autotools: add --enable-site-packages option
This option allows the installation of pyfiles in PYTHON/site-packages/gajim
instead of DATADIR/gajim/src which is a quality policy for some distributions.
2009-11-28 12:54:44 +01:00
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 9121a873b8 icons folder has moved, update configure.ac 2009-11-28 09:09:48 +01:00
Yann Leboulanger 5b10d8fe5c base of using icon themes. see #2378 2009-11-27 16:42:32 +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 c7964238d4 update correctly version value. Fixes #5424, #5425 2009-11-13 19:08:56 +01:00
Yann Leboulanger cb1fcc8cf8 update ft proxies list 2009-11-01 16:50:27 +01:00
Yann Leboulanger 5716ba5fd5 remove some deprecated iconsets. Fixes #5284 2009-10-28 13:20:27 +01:00
Yann Leboulanger 50aac85e88 remove our outgoing nickname color and status message color from gc_nicknames_colors 2009-10-14 16:31:42 +02:00
Yann Leboulanger 166a70b48e update some colors. Fixes #5321 2009-10-13 20:05:45 +02:00
Yann Leboulanger 07277df1e2 [gotham] update default colors to be tangoified. see #5307 2009-10-06 11:41:32 +02:00
Yann Leboulanger 95047d3e50 add an enable checkbutton in accounts window for normal accounts too. Fixes #4489 2009-10-06 11:23:31 +02:00
Yann Leboulanger 709dba715a global option alwaysauth become a per-account autoauth option. Fixes #5264 2009-09-15 22:26:42 +02:00
Yann Leboulanger 23dbb00d2d show only once unread messages at startup when we have twice the same contact in 2 accounts. Fixes #2921 2009-08-30 22:48:45 +02:00
Yann Leboulanger 72ed0a7339 fix merge error. Fixes #5154 2009-07-10 15:48:46 +02:00
Yann Leboulanger 77c5a8d36d finish previous commit, and change to a more generic name 2009-06-29 23:10:30 +02:00
Yann Leboulanger 3da8872f69 finish previous 2009-06-29 23:09:48 +02:00
Yann Leboulanger 3676c55e9d check (py)gtk version at configure time 2009-06-19 23:10:16 +02:00
Jonathan Schleifer f7014072a7 Remove all OS X-specific code from the default branch.
OS X support is still maintained in the osx_newbuildsys branch - and
only there.
2009-06-15 21:34:38 +02:00
Yann Leboulanger 5da72ae743 don't require libdbus-1-dev to have gajim-remote. All distribution have libdbus > 0.60 now. Fizes #2992 2009-06-07 20:46:39 +02:00
Yann Leboulanger fd01f7aa4d [brubru] better sound file managment, Fixes #5016 2009-05-10 19:32:57 +00:00
Yann Leboulanger e6aea43665 When saving last_status_msg_*, save also pep info 2009-05-01 09:33:50 +00:00
Yann Leboulanger 44e0ec913a save pep things (activity and mood) in preset status messages. 2009-04-13 21:00:33 +00:00
Yann Leboulanger 35a0262d6d [brubru] Factorize lauchers. Fixes #4819 2009-02-17 12:29:54 +00:00
Yann Leboulanger 01bcfe2007 [thorstenp] use ctype to have gtkspell. No need to compile it from C. Fixes #4289 2009-02-12 22:15:18 +00:00
Yann Leboulanger ba9836af65 [brubru] Load LOCALEDIR from configure (with defs.py). see #4770 2009-02-11 10:46:07 +00:00
Yann Leboulanger ef25dd10d7 [brubru] cleanup configure.ac. see #4770 2009-02-11 10:14:20 +00:00