diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-13 20:54:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-13 20:54:45 +0800 |
commit | 9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26 (patch) | |
tree | a8adb1809967a0bdb95e1dfe5442a367dca562fd /data/epiphany-1.2.pc.in | |
parent | 39be8ca28db650ce0db62359735c3dd0ad2ea729 (diff) | |
download | gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar.gz gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar.bz2 gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar.lz gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar.xz gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.tar.zst gsoc2013-epiphany-9187eabdccd3b741d36b88ee3e2d3eeb0b50fc26.zip |
R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in:
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* data/Makefile.am:
R data/epiphany-1.0.pc.in:
A data/epiphany-1.2.pc.in:
Changed .pc file version to 1.2, since we're not API-compatible with
1.0.
Diffstat (limited to 'data/epiphany-1.2.pc.in')
-rw-r--r-- | data/epiphany-1.2.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany-1.2.pc.in b/data/epiphany-1.2.pc.in new file mode 100644 index 000000000..b6d609006 --- /dev/null +++ b/data/epiphany-1.2.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} |