diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/Makefile.am | 9 | ||||
-rw-r--r-- | data/epiphany-1.0.pc.in | 11 |
3 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-07-30 Christian Persch <chpe@cvs.gnome.org> + + * data/epiphany-1.0.pc.in: + + Install .pc file. + 2003-07-30 David Bordoley <bordoley@msu.edu> * src/ephy-history-window.c: (ephy_history_window_node_activated_cb): diff --git a/data/Makefile.am b/data/Makefile.am index 4687d7cbf..e4719255b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -24,6 +24,9 @@ schema_DATA = epiphany.schemas aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml conspiracy.xhtml +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = epiphany-1.0.pc + install-data-local: if test -z "$(DESTDIR)" ; then \ for p in $(schema_DATA) ; do \ @@ -35,6 +38,8 @@ EXTRA_DIST = $(server_in_files) \ $(schema_in_files) \ $(DESKTOP_IN_FILES) \ $(about_DATA) \ - $(applications_DATA) + $(applications_DATA) \ + $(pkgconfig_DATA) + -DISTCLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA) $(DESKTOP_FILES) +DISTCLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA) $(pkgconfig_DATA) $(DESKTOP_FILES) diff --git a/data/epiphany-1.0.pc.in b/data/epiphany-1.0.pc.in new file mode 100644 index 000000000..b6d609006 --- /dev/null +++ b/data/epiphany-1.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/epiphany-@EPIPHANY_MAJOR@ + +Name: Epiphany Browser +Description: GNOME Web Browser +Version: @VERSION@ +Requires: gtk+-2.0, libxml-2.0, libgnomeui-2.0, bonobo-activation-2.0, libbonoboui-2.0 >= @LIBBONOBOUI_REQUIRED@, ORBit-2.0, libglade-2.0, gnome-vfs-2.0, gnome-vfs-module-2.0, gconf-2.0 +Libs: -L${libdir} +Cflags: -I${includedir} |