History log of /inkscape/src/extension/dbus/Makefile_insert
Revision Date Author Comments Expand
b63ce90c8a92cc0e26845803ada76635820e22b6 16-Apr-2014 Alex Valavanis <valavanisalex@gmail.com>

workaround build failure on Ubuntu 14.04 with dbus ext and clang

a5f35005f89e757ae9da4637d24b38a540cc82ed 22-Oct-2013 JazzyNico <nicoduf@yahoo.fr>

Fix for Bug #1230292 (dbus service file not included in tarball when doing a make dist) by Ryan Lerch.

01db00ef935f12ee1eece810a1ee86c2c42d5105 17-Jul-2010 Krzysztof KosiƄski <tweenk.pl@gmail.com>

Fix build failure when DBus is not enabled

6428b8d4201a5717bd155bf02e6dafeedf3e8aa9 01-Jan-2010 Ted Gould <ted@gould.cx>

Installing the pkgconfig file

313b0a96c2422eb6ec4ca3826a002bc1192c2ca2 01-Jan-2010 Ted Gould <ted@gould.cx>

Fixing includes

7b25ab2134ccd1bdea33782cddbc70ba87570ca4 01-Jan-2010 Ted Gould <ted@gould.cx>

Adding all of the library stuff in. Including libtool in configure and libtoolize in autogen.sh

bee5788b7ce5257b5feb362de06101de1f651cb5 01-Jan-2010 Ted Gould <ted@gould.cx>

Cleaning up the Makefile so it's easier to read

989fc06869090cc6b38cb54c4f3194009addd260 31-Dec-2009 Ted Gould <ted@gould.cx>

Adding dbus descriptions to EXTRA_DIST

112d3fe2834a2b62ced790c23db2b0e2e0c4cd27 31-Dec-2009 Ted Gould <ted@gould.cx>

Installing the service files into the dbus service directory

d9d8041bc60abf4af6e64c3ee04d5b79fc596c1e 31-Dec-2009 Ted Gould <ted@gould.cx>

Making BUILT_SOURCES an append

6ef14212afe96cfd4b72906aed44880b157f9ab1 15-Aug-2009 glimmer07 <glimmer07@users.sourceforge.net>

Fixed service file! Service file will now point to $(prefix) of most recently installed inkscape.

b90b32f28f16528d780c21a8c59f8f44dca159fd 12-Aug-2009 glimmer07 <glimmer07@users.sourceforge.net>

Added wrapper code. Still under construction, will be merged into the main Makefile_Insert later.

c596be6d145df956e779f427dde5aabc8559dd6c 12-Jul-2009 glimmer07 <glimmer07@users.sourceforge.net>

Core Dbus files. Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus.