diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-29 01:24:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-29 01:24:18 +0800 |
commit | 29a5720ddb756ba1d0e88c7b4e187ff7a180c034 (patch) | |
tree | 3049aaba89b24a23a99c3d46db0c05dba9b31b15 /data/epiphany-1.10.pc.in | |
parent | dde82959e8394ec14aa7431b3b6695e9ed9565f2 (diff) | |
download | gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.gz gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.bz2 gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.lz gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.xz gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.tar.zst gsoc2013-epiphany-29a5720ddb756ba1d0e88c7b4e187ff7a180c034.zip |
Version 1.9.
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
* ChangeLog-20050828:
* Makefile.am:
* autogen.sh:
* configure.ac:
* data/Makefile.am:
* data/epiphany-1.10.pc.in:
* data/epiphany-1.8.pc.in:
* doc/reference/Makefile.am:
* embed/Makefile.am:
* embed/mozilla/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* lib/ephy-dbus.c: (session_filter_func), (system_filter_func),
(ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus):
* lib/widgets/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Version 1.9.
Diffstat (limited to 'data/epiphany-1.10.pc.in')
-rw-r--r-- | data/epiphany-1.10.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/epiphany-1.10.pc.in b/data/epiphany-1.10.pc.in new file mode 100644 index 000000000..06eeaf5ba --- /dev/null +++ b/data/epiphany-1.10.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ +extensionsdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/extensions +loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders +features=@EPIPHANY_FEATURES@ + +Name: Epiphany Browser +Description: GNOME Web Browser +Version: @VERSION@ +Requires: gtk+-2.0, libxml-2.0, libgnomeui-2.0, bonobo-activation-2.0, ORBit-2.0, libglade-2.0, gnome-vfs-2.0, gnome-vfs-module-2.0, gconf-2.0 +Libs: -L${libdir} +Cflags: -I${includedir} |