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 | |
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.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/epiphany-1.2.pc.in (renamed from data/epiphany-1.0.pc.in) | 0 |
4 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,15 @@ 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. + +2004-02-12 Christian Persch <chpe@cvs.gnome.org> + * embed/downloader-view.c: (download_dialog_abort_cb): Safety check. diff --git a/configure.in b/configure.in index f561a894f..e2775051b 100644 --- a/configure.in +++ b/configure.in @@ -248,7 +248,7 @@ GTK_DOC_CHECK([1.0]) AC_OUTPUT([ Makefile data/Makefile -data/epiphany-1.0.pc +data/epiphany-1.2.pc data/glade/Makefile data/art/Makefile data/ui/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 699ebd698..bda5a482c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -38,7 +38,7 @@ mimepermissiondir = $(pkgdatadir) mimepermission_DATA = mime-types-permissions.xml pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = epiphany-1.0.pc +pkgconfig_DATA = epiphany-1.2.pc install-data-local: if GCONF_SCHEMAS_INSTALL diff --git a/data/epiphany-1.0.pc.in b/data/epiphany-1.2.pc.in index b6d609006..b6d609006 100644 --- a/data/epiphany-1.0.pc.in +++ b/data/epiphany-1.2.pc.in |