Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-01 | configure.ac: Use pkg-config's CFLAGS for libxml2 instead of guessing our own. | Arnav Singh | |
2013-05-12 | Reduce GLib requirement | Berke Viktor | |
2013-05-12 | g_slist_copy_deep() requires GLib 2.34 | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-05-08 | stop using gconf | TingPing | |
2013-05-09 | CONFIGURE: fix undefined reference to `g_type_init' | hasufell | |
These two assignments have no place here and will overwrite the previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0". This can lead to build failure during linking stage depending on the chosen configure options. | |||
2013-05-03 | Add python3 plugin | TingPing | |
2013-04-28 | Install a pkgconfig .pc file. This allows external plugins to find | Christoph J. Thompson | |
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in | |||
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph J. Thompson | |
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c | |||
2013-04-27 | Use regular canberra not gtk | TingPing | |
2013-04-27 | Escape all the things | TingPing | |
2013-04-27 | use libcanberra for beeps | TingPing | |
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-22 | Fix Ubuntu build warnings by using gcc flag -Wno-unused-result | RichardHitt | |
2013-04-17 | g_file requires gio | TingPing | |
2013-04-17 | Install sound file on unix | TingPing | |
for #542 | |||
2013-04-14 | G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+ | Berke Viktor | |
2013-04-13 | Nuke last Tcl and SASL remnants | Berke Viktor | |
2013-04-02 | Enable cast checks | Berke Viktor | |
2013-04-02 | Merge pull request #496 from bviktor/toplevel-includes | TingPing | |
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486 | |||
2013-04-02 | Set up CFLAGS on Unix too | Berke Viktor | |
2013-04-03 | gtk_show_uri() requires GTK+ 2.14 | Berke Viktor | |
2013-04-02 | Fix textfe with dbus disabled | TingPing | |
2013-04-02 | Version bump | Berke Viktor | |
2013-04-01 | Fix detecting python3 | TingPing | |
2013-04-01 | add missing fi | TingPing | |
2013-03-31 | CONFIGURE: allow to pass specific python version | hasufell | |
This is useful if distros support installing multiple python versions in parallel such as: 2.5, 2.6, 2.7. For python3.* we will get syntax error during the imports, so the checks will successfully disable it. It defaults to python2. | |||
2013-03-31 | CONFIGURE: don't enable gconf schemas when gtk is disabled | hasufell | |
This is nitpicky, since we could assume the user wants gconf schema if gconftool-2 is available. However this can be a wrong assumption. | |||
2013-03-31 | CONFIGURE: fix configure when gtk+ is not installed | hasufell | |
AM_PATH_GTK_2_0 would be an undefined macro then | |||
2013-03-27 | Bump glib requirement | TingPing | |
For gregex mentioned in #371 | |||
2013-03-03 | Use AC_CONFIG_FILES | TingPing | |
2013-03-03 | Fix macro searching | TingPing | |
2012-12-26 | fix configure error related to Python headers on Ubuntu 13.04 | Bui | |
2012-12-16 | Install hicolor svg; move the files Makefile.am to their subdirectories | RichardHitt | |
2012-12-05 | fix typo | TingPing | |
2012-12-05 | enable ipv6 by default | TingPing | |
closes #245 | |||
2012-11-12 | Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces | Berke Viktor | |
2012-11-10 | Version bump | Berke Viktor | |
2012-11-09 | Use AS_HELP_STRING to format text | Mikel Olasagasti Uranga | |
2012-11-09 | Silent build | Mikel Olasagasti Uranga | |
2012-11-09 | Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg ↵ | Berke Viktor | |
1, so it's unnecessary | |||
2012-11-05 | Get rid of XChat revision | Berke Viktor | |
2012-11-03 | Add missing Basque language | Mikel Olasagasti Uranga | |
2012-10-27 | Add manual page | Berke Viktor | |
2012-10-27 | build: move automake "foreign" option to AM_INIT_AUTOMAKE | Jan Engelhardt | |
This works towards allowing using autoreconf(1) later. | |||
2012-10-26 | Don't error out when libpci is not found | Berke Viktor | |
2012-10-25 | fix alignment (space is off by 1) | Daniel Leining | |
2012-10-25 | Fix configure script | Berke Viktor | |
2012-10-25 | Get rid of the SASL plugin | Berke Viktor | |