Commit Graph

98 Commits

Author SHA1 Message Date
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
Sebastian Ramacher
b460c711a0 Save some forks
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-08-22 22:26:52 +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
Sebastian Ramacher
b24bfb382d Remove man pages in clean if rst2man is available.
Closes: #250.
2012-09-07 10:50:52 +02:00
Sebastian Ramacher
e5c25ee49b Don't generate empty man pages by accident.
If rst2man fails for some reason we don't want to have empty man pages.
2012-09-07 10:45:52 +02:00
Moritz Lipp
365dc9a66e Improve zathura_link_t 2012-05-28 12:43:22 +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
946faf5952 uninstall needs to depend on uninstall-headers (Closes: #174). 2012-04-21 02:15:46 +02:00
Sebastian Ramacher
4799e0d20a Call mkdir with -m 755. 2012-04-17 21:51:21 +02:00
Sebastian Ramacher
84605c157e Don't ship zathura.h 2012-04-03 18:47:12 +02:00
Moritz Lipp
4ade2c1472 Introduced plugin.h and plugin-api.h 2012-03-27 13:30:04 +02:00
Moritz Lipp
fa40facc71 Begin to introduce types.h 2012-03-27 11:19:39 +02:00
Moritz Lipp
1133207a48 Update zathura_page plugin functions 2012-03-26 15:17:01 +02:00
Sebastian Ramacher
e45cbfa885 Don't fail install if there are no manpages. 2012-03-23 22:33:50 +01:00
Sebastian Ramacher
9c334cc6a6 Add ABI versioning. 2012-03-21 16:23:29 +01:00
Sebastian Ramacher
8b63def820 Fix typo. 2012-03-21 11:47:29 +01:00
Sebastian Ramacher
1e52472cb1 Ship prebuilt manpages. (Closes: #147).
Thanks to Urchlay for the patch.
2012-03-20 01:07:39 +01:00
Sebastian Ramacher
fbc5f1431f Add HEADERINST. 2012-03-18 19:38:17 +01:00
Sebastian Ramacher
75b7ce0bc9 Mark zathura->global.page_padding as deprecated. 2012-03-16 15:56:37 +01:00
Sebastian Ramacher
66d6b27c00 Add girara version check. 2012-03-16 13:32:09 +01:00
Sebastian Ramacher
59f27880a8 Add build-manpages and install-manpages targets. 2012-03-12 19:25:38 +01:00
Sebastian Ramacher
2acc27692b all should already build the translation files. 2012-03-12 19:09:52 +01:00
Sebastian Ramacher
25fed48293 Minor Makefile fixes 2012-03-08 18:54:13 +01:00
Sebastian Ramacher
2f23dfe388 Minor Makefile fixes 2012-03-08 18:52:58 +01:00
Sebastian Ramacher
114cc32fd8 Add RSTTOMAN to configure path to rst2man (Closes: #140) 2012-03-08 18:23:44 +01:00
Sebastian Ramacher
cc0e59825c Add explicit targets to update po files. 2012-03-08 18:03:19 +01:00
Sebastian Ramacher
48d06cbf36 Use wildcard and filter-out instead of find. 2012-03-08 17:50:54 +01:00
Sebastian Ramacher
e8a16931ad Add (un)install-headers and honor INCLUDEDIR and LIBDIR. 2012-03-08 17:10:31 +01:00
Moritz Lipp
bbc8076bf8 Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-07 16:15:07 +01:00
Moritz Lipp
1f457ed31e Update valgrind Makefile target 2012-03-07 16:15:06 +01:00
Sebastian Ramacher
904bc8cfcb Copy uninstall target in po/Makefile from girara. 2012-03-07 15:32:11 +01:00
Sebastian Ramacher
dfd2f5bec7 Add explicit po target and don't update po file all the time. 2012-03-07 15:29:35 +01:00
Moritz Lipp
8c192377e8 Update Makefile 2012-03-06 21:09:58 +01:00
Sebastian Ramacher
5d829cce1a Fix @chmod command not found 2012-03-06 14:12:14 +01:00
Sebastian Ramacher
930f94fc1f Remove unnecessary make call. 2012-03-06 11:44:58 +01:00
Sebastian Ramacher
0aa3eb02c2 Move the chmod call to the right place. 2012-03-05 19:58:07 +01:00
Sebastian Ramacher
5c8d1bdba2 Drop po/zathura.pot from the repo. 2012-03-05 15:45:04 +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
1c22b4f369 Fix some Makefile issues.
* Ship all database backends.
 * Remove .depend in clean.
2012-03-01 03:04:09 +01:00
Moritz Lipp
3826f83be7 Update Makefile 2012-02-25 23:42:20 +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
Moritz Lipp
c145f80ef0 Add missing zathura.desktop file 2012-02-22 12:13:49 +01:00
Sebastian Ramacher
59921ba085 update version number 2012-02-21 22:13:23 +01:00
Sebastian Ramacher
07cb63c89d be consistent with the naming of the test targets 2012-02-21 19:14:27 +01:00
Sebastian Ramacher
299b503c00 separate targets to build and run tests 2012-02-21 19:05:35 +01:00
Sebastian Ramacher
22b7914665 add gtk+ and girara to Requires.private 2012-02-21 14:30:08 +01:00
Sebastian Ramacher
53deb6d150 add AUTHORS file 2012-02-20 22:23:11 +01:00