summaryrefslogtreecommitdiff
path: root/data/eog.pc.in
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2007-05-07 21:39:05 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2007-05-07 21:39:05 +0000
commitb668d206099d87e891994cc0f2237ae278bdcaa9 (patch)
tree5537ec35740b60d7293bc2744e072a2cdb8b11a0 /data/eog.pc.in
parentfdc9e5ad8d75828c0c4f682422ccf0f42058feb6 (diff)
downloadeog-b668d206099d87e891994cc0f2237ae278bdcaa9.tar.gz
Initial code for the plugin system. Still deactivated while some
2007-05-07 Lucas Rocha <lucasr@gnome.org> Initial code for the plugin system. Still deactivated while some subversion surgery is not done. * eog-debug.[ch]: added DEBUG_PLUGINS to debuf plugin system related stuff. * src/eog-preferences-dialog.c (eog_preferences_dialog_constructor): added the "Plugins" tab to preferences dialog. * src/eog-config-keys.h, data/eog.schemas.in: added GConf key that stores the list of active plugins (/apps/eog/plugins/active_plugins). * src/eog-module.[ch]: GTypeModule implementation. * src/eog-plugin.[ch]: abstract class which EOG plugins should inherit from. * src/eog-plugin-engine.[ch]: plugin engine responsible for loading, unloading, disabling, enabling plugins. * src/eog-plugin-manager.[ch]: plugin manager that is shown in the application preferences dialog. * data/Makefile.am, src/Makefile.am, configure.ac: added new files from the plugin system to the build. * data/eog.pc.in: pc file for EOG plugin dependency checks. * po/POTFILES.in: added src/eog-plugin-manage.c * src/eog-image.h, src/eog-preferences-dialog.h, src/eog-list-store.h, src/eog-transform.h, src/eog-print-preview.h, src/eog-properties-dialog.h, src/eog-jobs.h, src/eog-thumb-nav.h, src/eog-thumb-view.h, src/eog-scroll-view.h, src/eog-window.h, src/eog-statusbar.h, src/eog-exif-details.h, src/eog-dialog.h, src/eog-image-save-info.h: added G_GNUC_CONST to all *_get_type functions. svn path=/trunk/; revision=3761
Diffstat (limited to 'data/eog.pc.in')
-rw-r--r--data/eog.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/eog.pc.in b/data/eog.pc.in
new file mode 100644
index 00000000..3bd5df73
--- /dev/null
+++ b/data/eog.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: eog
+Description: eog
+Requires: libgnomeui-2.0 libglade-2.0
+Version: @VERSION@
+Cflags: -I${includedir}/eog