summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-1.pc.in
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-05-21 13:31:29 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-05-21 13:31:29 +0200
commit28e782dfe7df25e2e41a319d44c32a61644ae44e (patch)
tree630e0896a9c6c75dfa9dcbc013df091b7df4979a /tumbler/tumbler-1.pc.in
parent233d958a6630d4972fdd2c24c72bab6b9a7b5d01 (diff)
downloadtumbler-28e782dfe7df25e2e41a319d44c32a61644ae44e.tar.gz
Add tumbler utility library, rename the service to tumblerd.
There's a library called tumbler (or tumbler-1) now which provides utility classes and functions for writing specialized thumbnailers. The libary is LGPL while the D-Bus service itself is GPL. The tumbler service was renamed to tumblerd and the marshallers were moved into the library.
Diffstat (limited to 'tumbler/tumbler-1.pc.in')
-rw-r--r--tumbler/tumbler-1.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/tumbler/tumbler-1.pc.in b/tumbler/tumbler-1.pc.in
new file mode 100644
index 0000000..73712bc
--- /dev/null
+++ b/tumbler/tumbler-1.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+tumbler_api_version=@TUMBLER_VERSION_API@
+
+Name: @PACKAGE_TARNAME@
+Description: Supporting library for tumbler
+Requires: glib-2.0 gio-2.0 gthread-2.0 gobject-2.0
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -ltumbler-${tumbler_api_version}
+Cflags: -I${includedir}/tumbler-${tumbler_api_version}