Commit Graph

74 Commits

Author SHA1 Message Date
Sebastian Ramacher
b1e8edf0d6 Install vim ftplugin
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-12-27 21:26:38 +01:00
Sebastian Ramacher
fb000b9607 Install D-Bus interface definitions
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-12-24 01:20:17 +01:00
Moritz Lipp
a4de3eefc3 Version 0.2.6 2013-11-24 20:13:09 +01:00
Moritz Lipp
b2c14a3733 Version 0.2.5 2013-11-08 20:29:08 +01:00
Sebastian Ramacher
234008e209 Change default GTK+ version to 3 2013-11-04 20:56:39 +01:00
Sebastian Ramacher
2981996ecc Remove note about broken GTK+3 support
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-11-04 20:10:17 +01:00
Sebastian Ramacher
0c0c3b8903 Redo version checks and add check for GTK
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-10-26 19:02:55 +02:00
Abdó Roig-Maranges
117a32c3d4 pkg-config is not happy with --atleast-version
Hi,

It seems that pkg-config complains when using --atleast-version together with
--cflags or --libs. I attach a patch.

Abdó.

From d01e128e7b4c2decb4d3a05e23b9b12cfda62879 Mon Sep 17 00:00:00 2001
From: Abdo Roig-Maranges <abdo.roig@gmail.com>
Date: Sat, 26 Oct 2013 16:51:39 +0200
Subject: [PATCH] pkg-config complains about --atleast-version

pkg-config spits out

  Ignoring incompatible output option "--atleast-version"

when using --atleast-version together with --cflags or --libs.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-10-26 18:29:05 +02:00
Sebastian Ramacher
35bd419e49 Emit signal from main context
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-08-30 13:25:22 +02:00
Moritz Lipp
3978dc30b4 Version 0.2.4 2013-08-15 00:44:50 +02:00
Moritz Lipp
e0efd8ab1e Version 0.2.3 2013-05-12 23:28:20 +02:00
Sebastian Ramacher
7c3fa7fd1a Add support to detect mimetypes with magic
Thanks to Diego Joss <djego.joss@gmail.com> for the patch.
2013-02-08 10:59:26 +01:00
Moritz Lipp
1999c3552e Version 0.2.2 2013-01-20 16:39:48 +01:00
Moritz Lipp
81342853b4 Version 0.2.1 2012-08-30 20:11:24 +02:00
Sebastian Ramacher
168bdc102d Bump version number to 0.2.0. 2012-06-09 15:32:06 +02:00
Sebastian Ramacher
43a65e790f Bump required girara version. 2012-06-09 15:31:38 +02:00
Sebastian Ramacher
afb862602e We need at least sqlite3 3.5.9. 2012-05-02 15:49:51 +02:00
Sebastian Ramacher
db859f3996 Use gmodule instead of dl. This is much more platform agnostic.
Also drop some API version 1 compatibility code.
2012-04-27 22:26:49 +02:00
Sebastian Ramacher
9472a3d076 Bump ABI and API version.
We have a new ABI and API so the versions should be bumped.
2012-04-27 22:19:29 +02:00
Sebastian Ramacher
d6ff7a89ab Don't add gthread twice. 2012-04-24 16:44:31 +02:00
Moritz Lipp
dd8878b0fb Link to gthread 2012-04-23 00:37:52 +02:00
Sebastian Ramacher
e6e2c3d4a8 Update AUTHORS. 2012-03-24 19:32:38 +01:00
Sebastian Ramacher
9c334cc6a6 Add ABI versioning. 2012-03-21 16:23:29 +01:00
Sebastian Ramacher
66d6b27c00 Add girara version check. 2012-03-16 13:32:09 +01:00
Sebastian Ramacher
45dad09deb Detect sqlite3 on our own. 2012-03-16 13:24:45 +01:00
Sebastian Ramacher
1407e46724 Add MSGFMT and MSGFMTFLAGS 2012-03-14 22:24:25 +01:00
Moritz Lipp
38ccbfcb90 Version 0.1.1 2012-03-09 19:21:15 +01:00
Sebastian Ramacher
114cc32fd8 Add RSTTOMAN to configure path to rst2man (Closes: #140) 2012-03-08 18:23:44 +01:00
Sebastian Ramacher
e8a16931ad Add (un)install-headers and honor INCLUDEDIR and LIBDIR. 2012-03-08 17:10:31 +01:00
Moritz Lipp
1f457ed31e Update valgrind Makefile target 2012-03-07 16:15:06 +01:00
Sebastian Ramacher
9f31c38cca We need to check if macros are already defined in CPPFLAGS before setting them. 2012-03-05 09:51:27 +01:00
Sebastian Ramacher
667c821600 Merge branch 'develop-database' into develop
Conflicts:
	database-plain.c
2012-03-04 18:52:31 +01:00
Sebastian Ramacher
9ac4bdf0b0 A first step towards localization. 2012-03-04 18:35:16 +01:00
Sebastian Ramacher
4b559e585b Implement support to use both database backends. 2012-03-04 15:56:54 +01:00
Sebastian Ramacher
18b9694f9b Add API versioning and add macro to register plugins.
If the plugin interface changes ZATHURA_API_VERSION has to be bumped before a
release.
2012-02-25 15:21:00 +01:00
Sebastian Ramacher
59921ba085 update version number 2012-02-21 22:13:23 +01:00
Sebastian Ramacher
69b5cb0be5 more GTK+3 support 2012-02-14 13:53:26 +01:00
Sebastian Ramacher
8386b3abf4 honor CPPFLAGS 2011-11-11 16:14:29 +01:00
Sebastian Ramacher
719557ff9e always close the plugin handle 2011-10-21 23:33:18 +02:00
Moritz Lipp
b1144d9351 database-plain: File locking with unix sockets 2011-10-11 22:39:55 +02:00
Moritz Lipp
8061236e4e Added structure for plain database 2011-10-10 23:46:50 +02:00
Sebastian Ramacher
9498b54fbc introduce PLUGINDIR in config.mk which is used to determine the default look up path for plugins 2011-10-08 23:42:41 +02:00
Pavel Borzenkov
8abe3d96d5 Fix 'make install' command
Add missing DESKTOPPREFIX variable

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-09-30 12:18:41 +02:00
Sebastian Ramacher
b34d21afaf implement content type support 2011-09-29 15:23:13 +02:00
Sebastian Ramacher
ede8a7b236 Change NEED_DL to DL_LIB to be consistent with other options.
Run you don't need do link against dl set DL_LIB to a empty value.
2011-09-29 13:18:09 +02:00
Moritz Lipp
a6268788c0 Resolve warnings caused by -Wextra 2011-09-21 00:46:03 +02:00
Sebastian Ramacher
2657ff58ae set NEEDS_DL to 0 if you don't need to link against dl 2011-09-20 16:47:49 +02:00
Sebastian Ramacher
6f567a6264 some initial work on the sqlite database backend 2011-09-02 20:46:16 +02:00
Sebastian Ramacher
36749e1266 add verbose build output 2011-08-31 16:41:07 +02:00
Sebastian Ramacher
a66f2dd53a no need to add -I. and -I/usr/include 2011-08-31 14:36:24 +02:00