]> git.pld-linux.org Git - packages/epiphany.git/blob - epiphany-build_date.patch
- BR: docbook-dtd412-xml
[packages/epiphany.git] / epiphany-build_date.patch
1 diff -ur epiphany-2.22.3.orig/configure.ac epiphany-2.22.3/configure.ac
2 --- epiphany-2.22.3.orig/configure.ac   2008-06-30 19:58:18.000000000 +0200
3 +++ epiphany-2.22.3/configure.ac        2008-07-31 12:01:17.000000000 +0200
4 @@ -20,7 +20,6 @@
5  m4_define([epiphany_version_micro],[3])
6  m4_define([epiphany_version_extra],[])
7  m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro()epiphany_version_extra])
8 -m4_define([epiphany_build_id],[20080528]) # The date of the 2.22.2 release
9  
10  # This can be either "trunk" or "branches/gnome-x-y"
11  m4_define([epiphany_branch],["branches/gnome-2-22"])
12 @@ -34,6 +33,7 @@
13  AC_DEFINE_UNQUOTED([EPHY_HOST_CPU],["$host_cpu"],[The host CPU type])
14  AC_DEFINE_UNQUOTED([EPHY_HOST_VENDOR],["$host_vendor"],[The host vendor])
15  AC_DEFINE_UNQUOTED([EPHY_HOST_OS],["$host_os"],[The host OS])
16 +AC_DEFINE_UNQUOTED([EPHY_BUILD_ID],["$(TZ=UTC0 date +'%Y%m%d')"],[The build date])
17  
18  GNOME_COMMON_INIT
19  
20 @@ -55,7 +55,6 @@
21  AC_SUBST([EPIPHANY_MINOR_VERSION], [epiphany_version_minor])
22  AC_SUBST([EPIPHANY_MICRO_VERSION], [epiphany_version_micro])
23  
24 -AC_DEFINE([EPHY_BUILD_ID],["epiphany_build_id"],[The build date])
25  
26  AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip tar-ustar])
27  
This page took 0.061419 seconds and 3 git commands to generate.