]> git.pld-linux.org Git - packages/gxml.git/blob - gxml-docs.patch
- updated to 0.10.0 (note: new soname and API version)
[packages/gxml.git] / gxml-docs.patch
1 --- gxml-0.10.0/gxml/gxml-init.vala.orig        2015-11-04 20:13:59.000000000 +0100
2 +++ gxml-0.10.0/gxml/gxml-init.vala     2016-09-23 21:49:12.100780960 +0200
3 @@ -1,4 +1,4 @@
4 -/**\r
5 +/*
6   *  GXml
7   *
8   *  Authors:
9 @@ -6,21 +6,21 @@
10   *       Daniel Espinosa <esodan@gmail.com>
11   *
12   *
13 - *  Copyright (c) 2015 Daniel Espinosa\r
14 - *  \r
15 - *  This library is free software; you can redistribute it and/or\r
16 - *  modify it under the terms of the GNU Lesser General Public\r
17 - *  License as published by the Free Software Foundation; either\r
18 - *  version 3 of the License, or (at your option) any later version.\r
19 - *  \r
20 - *  This library is distributed in the hope that it will be useful,\r
21 - *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
22 - *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
23 - *  Lesser General Public License for more details.\r
24 - *  \r
25 - *  You should have received a copy of the GNU Lesser General Public\r
26 - *  License along with this library; if not, write to the Free Software\r
27 - *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
28 + *  Copyright (c) 2015 Daniel Espinosa
29 + *  
30 + *  This library is free software; you can redistribute it and/or
31 + *  modify it under the terms of the GNU Lesser General Public
32 + *  License as published by the Free Software Foundation; either
33 + *  version 3 of the License, or (at your option) any later version.
34 + *  
35 + *  This library is distributed in the hope that it will be useful,
36 + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
37 + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38 + *  Lesser General Public License for more details.
39 + *  
40 + *  You should have received a copy of the GNU Lesser General Public
41 + *  License along with this library; if not, write to the Free Software
42 + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
43   */
44  namespace GXml {
45    class Init {
46 @@ -33,4 +33,4 @@
47        }
48      }
49    }
50 -}
51 \ No newline at the end of file
52 +}
53 --- gxml-0.10.0/docs/valadoc/gtk-doc/Makefile.am.orig   2015-11-04 20:13:59.000000000 +0100
54 +++ gxml-0.10.0/docs/valadoc/gtk-doc/Makefile.am        2016-09-23 21:38:45.854121445 +0200
55 @@ -12,7 +12,8 @@
56         --pkg gee-0.8 \
57         --vapidir=$(top_srcdir)/gxml \
58         --vapidir=$(top_srcdir)/vapi \
59 -       $(top_srcdir)/vapi/xlibxml-1.0.vapi
60 +       $(top_srcdir)/vapi/xlibxml-1.0.vapi \
61 +       $(top_srcdir)/vapi/config.vapi
62  
63  sources= \
64         $(top_srcdir)/gxml/*.vala
65 --- gxml-0.10.0/docs/valadoc/gir-docs/Makefile.am.orig  2015-07-08 20:11:44.000000000 +0200
66 +++ gxml-0.10.0/docs/valadoc/gir-docs/Makefile.am       2016-09-23 21:51:31.140779742 +0200
67 @@ -12,7 +12,8 @@
68         --pkg gee-0.8 \
69         --vapidir=$(top_srcdir)/gxml \
70         --vapidir=$(top_srcdir)/vapi \
71 -       $(top_srcdir)/vapi/xlibxml-1.0.vapi
72 +       $(top_srcdir)/vapi/xlibxml-1.0.vapi \
73 +       $(top_srcdir)/vapi/config.vapi
74  
75  sources= \
76         $(top_srcdir)/gxml/*.vala
This page took 0.04017 seconds and 3 git commands to generate.