[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2020-11-17 Thread Jan Steffens via arch-commits
Date: Tuesday, November 17, 2020 @ 22:40:10
  Author: heftig
Revision: 401327

1.33.1-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 22:38:17 UTC (rev 401326)
+++ PKGBUILD2020-11-17 22:40:10 UTC (rev 401327)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.33.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
@@ -13,7 +13,7 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=cb88c112346c3224ce1e903d84c864e1af1d7e9c  # tags/1.33.0^0
+_commit=fbc159c5d1c53d6e957dde9e27e8d4df40be67d3  # tags/1.33.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
  fix.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2020-10-01 Thread Jan Steffens via arch-commits
Date: Thursday, October 1, 2020 @ 20:34:47
  Author: heftig
Revision: 397045

1.33.0-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 20:30:37 UTC (rev 397044)
+++ PKGBUILD2020-10-01 20:34:47 UTC (rev 397045)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.32+52+gb209222
+pkgver=1.33.0
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
@@ -13,7 +13,7 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=b2092227f5b6718c27380d6a7bd6842ffa008d56  # master
+_commit=cb88c112346c3224ce1e903d84c864e1af1d7e9c  # tags/1.33.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
  fix.diff)
 sha256sums=('SKIP'
@@ -21,7 +21,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
+  git describe --tags | sed 's/GTK_DOC_//;s/_/\./g;s/-/+/g'
 }
 
 prepare() {


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2020-09-17 Thread Jan Steffens via arch-commits
Date: Thursday, September 17, 2020 @ 18:39:01
  Author: heftig
Revision: 396230

1.32+52+gb209222-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-17 18:29:19 UTC (rev 396229)
+++ PKGBUILD2020-09-17 18:39:01 UTC (rev 396230)
@@ -1,7 +1,8 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.32+37+gefc3644
+pkgver=1.32+52+gb209222
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
@@ -12,7 +13,7 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=efc3644e41b40f605c5f5e9075173d6ab1bd1950  # master
+_commit=b2092227f5b6718c27380d6a7bd6842ffa008d56  # master
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
  fix.diff)
 sha256sums=('SKIP'
@@ -30,12 +31,11 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
-  # Tests don't work yet
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2020-02-27 Thread Jan Steffens via arch-commits
Date: Thursday, February 27, 2020 @ 21:53:42
  Author: heftig
Revision: 376330

1.32+37+gefc3644-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 21:50:09 UTC (rev 376329)
+++ PKGBUILD2020-02-27 21:53:42 UTC (rev 376330)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.32
-pkgrel=2
+pkgver=1.32+37+gefc3644
+pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
+_commit=efc3644e41b40f605c5f5e9075173d6ab1bd1950  # master
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
  fix.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:52:20
  Author: heftig
Revision: 368032

compile python

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:49:42 UTC (rev 368031)
+++ PKGBUILD2019-11-12 23:52:20 UTC (rev 368032)
@@ -40,4 +40,6 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fix.diff)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 18:22:30
  Author: arojas
Revision: 367997

Restore the parts of the patch that are still relevant

Added:
  gtk-doc/trunk/fix.diff
Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 fix.diff |   30 ++
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 16:58:25 UTC (rev 367996)
+++ PKGBUILD2019-11-12 18:22:30 UTC (rev 367997)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-doc
 pkgver=1.32
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -13,8 +13,10 @@
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
 _commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+ fix.diff)
+sha256sums=('SKIP'
+'0391f47af6bd11bdc870ba826836612c68f538a12bc12fe0b4f34e6c11482baf')
 
 pkgver() {
   cd $pkgname
@@ -21,6 +23,11 @@
   git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../fix.diff
+}
+
 build() {
   arch-meson $pkgname build
   ninja -C build

Added: fix.diff
===
--- fix.diff(rev 0)
+++ fix.diff2019-11-12 18:22:30 UTC (rev 367997)
@@ -0,0 +1,30 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index ba1c601..226aa12 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, 0o644)
++try:
++os.chmod(css_file_name, 0o644)
++except OSError:
++pass
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())
+diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py
+index d04d4d4..2103d02 100644
+--- i/gtkdoc/scan.py
 w/gtkdoc/scan.py
+@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, 
options):
+ logging.info('struct/union level : %d', level)
+ 
+ # here we want in_declaration=='', otherwise we have a partial declaration
+-if in_declaration != '':
+-raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
++#if in_declaration != '':
++#raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
+ 
+ # print remaining forward declarations
+ for symbol in sorted(forward_decls.keys()):


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fix.diff)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 14:08:11
  Author: arojas
Revision: 367264

Update to 1.32

Modified:
  gtk-doc/trunk/PKGBUILD
Deleted:
  gtk-doc/trunk/fix.diff

--+
 PKGBUILD |   17 +
 fix.diff |   41 -
 2 files changed, 5 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 13:36:05 UTC (rev 367263)
+++ PKGBUILD2019-11-09 14:08:11 UTC (rev 367264)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.31
-pkgrel=2
+pkgver=1.32
+pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -12,11 +12,9 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=c268fa535424d193953487c694e2a8f770d3255f  # tags/GTK_DOC_1_31^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
-fix.diff)
-sha256sums=('SKIP'
-'25362c503667167f71f6991dc3d42d6a2a0bae4e6ecd128d9d2f9c62c4f5c74b')
+_commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,11 +21,6 @@
   git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../fix.diff
-}
-
 build() {
   arch-meson $pkgname build
   ninja -C build

Deleted: fix.diff
===
--- fix.diff2019-11-09 13:36:05 UTC (rev 367263)
+++ fix.diff2019-11-09 14:08:11 UTC (rev 367264)
@@ -1,41 +0,0 @@
-diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
-index ba1c601..226aa12 100644
 i/gtkdoc/highlight.py
-+++ w/gtkdoc/highlight.py
-@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
- 
- 
- def append_style_defs(css_file_name):
--os.chmod(css_file_name, 0o644)
-+try:
-+os.chmod(css_file_name, 0o644)
-+except OSError:
-+pass
- with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
- css.write(HTML_FORMATTER.get_style_defs())
-diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py
-index d04d4d4..2103d02 100644
 i/gtkdoc/scan.py
-+++ w/gtkdoc/scan.py
-@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, 
options):
- logging.info('struct/union level : %d', level)
- 
- # here we want in_declaration=='', otherwise we have a partial declaration
--if in_declaration != '':
--raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
-+#if in_declaration != '':
-+#raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
- 
- # print remaining forward declarations
- for symbol in sorted(forward_decls.keys()):
-diff --git i/meson.build w/meson.build
-index 85e83ca..5e4d288 100644
 i/meson.build
-+++ w/meson.build
-@@ -1,5 +1,5 @@
- project('gtk-doc', 'c',
--  version: '1.30.1',
-+  version: '1.31',
-   license: 'GPL2+',
-   meson_version: '>= 0.50.0', # needed for 
https://mesonbuild.com/Python-module.html#path
- )


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fix.diff fixperms.diff)

2019-08-06 Thread Jan Steffens via arch-commits
Date: Tuesday, August 6, 2019 @ 13:59:49
  Author: heftig
Revision: 359253

1.31-2

Added:
  gtk-doc/trunk/fix.diff
(from rev 359252, gtk-doc/trunk/fixperms.diff)
Modified:
  gtk-doc/trunk/PKGBUILD
Deleted:
  gtk-doc/trunk/fixperms.diff

---+
 PKGBUILD  |8 
 fix.diff  |   41 +
 fixperms.diff |   26 --
 3 files changed, 45 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 13:59:19 UTC (rev 359252)
+++ PKGBUILD2019-08-06 13:59:49 UTC (rev 359253)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-doc
 pkgver=1.31
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -14,9 +14,9 @@
 optdepends=('dblatex: PDF support')
 _commit=c268fa535424d193953487c694e2a8f770d3255f  # tags/GTK_DOC_1_31^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
-fixperms.diff)
+fix.diff)
 sha256sums=('SKIP'
-'6264dc71d0c21f46c139691bf4ea98dd404549f8e4f93a45e93a3ee47753e2d4')
+'25362c503667167f71f6991dc3d42d6a2a0bae4e6ecd128d9d2f9c62c4f5c74b')
 
 pkgver() {
   cd $pkgname
@@ -25,7 +25,7 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../fixperms.diff
+  patch -Np1 -i ../fix.diff
 }
 
 build() {

Copied: gtk-doc/trunk/fix.diff (from rev 359252, gtk-doc/trunk/fixperms.diff)
===
--- fix.diff(rev 0)
+++ fix.diff2019-08-06 13:59:49 UTC (rev 359253)
@@ -0,0 +1,41 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index ba1c601..226aa12 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, 0o644)
++try:
++os.chmod(css_file_name, 0o644)
++except OSError:
++pass
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())
+diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py
+index d04d4d4..2103d02 100644
+--- i/gtkdoc/scan.py
 w/gtkdoc/scan.py
+@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, 
options):
+ logging.info('struct/union level : %d', level)
+ 
+ # here we want in_declaration=='', otherwise we have a partial declaration
+-if in_declaration != '':
+-raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
++#if in_declaration != '':
++#raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
+ 
+ # print remaining forward declarations
+ for symbol in sorted(forward_decls.keys()):
+diff --git i/meson.build w/meson.build
+index 85e83ca..5e4d288 100644
+--- i/meson.build
 w/meson.build
+@@ -1,5 +1,5 @@
+ project('gtk-doc', 'c',
+-  version: '1.30.1',
++  version: '1.31',
+   license: 'GPL2+',
+   meson_version: '>= 0.50.0', # needed for 
https://mesonbuild.com/Python-module.html#path
+ )

Deleted: fixperms.diff
===
--- fixperms.diff   2019-08-06 13:59:19 UTC (rev 359252)
+++ fixperms.diff   2019-08-06 13:59:49 UTC (rev 359253)
@@ -1,26 +0,0 @@
-diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
-index ba1c601..226aa12 100644
 i/gtkdoc/highlight.py
-+++ w/gtkdoc/highlight.py
-@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
- 
- 
- def append_style_defs(css_file_name):
--os.chmod(css_file_name, 0o644)
-+try:
-+os.chmod(css_file_name, 0o644)
-+except OSError:
-+pass
- with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
- css.write(HTML_FORMATTER.get_style_defs())
-diff --git i/meson.build w/meson.build
-index 85e83ca..5e4d288 100644
 i/meson.build
-+++ w/meson.build
-@@ -1,5 +1,5 @@
- project('gtk-doc', 'c',
--  version: '1.30.1',
-+  version: '1.31',
-   license: 'GPL2+',
-   meson_version: '>= 0.50.0', # needed for 
https://mesonbuild.com/Python-module.html#path
- )


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fixperms.diff)

2019-08-06 Thread Jan Steffens via arch-commits
Date: Tuesday, August 6, 2019 @ 07:43:02
  Author: heftig
Revision: 359243

1.31-1

Modified:
  gtk-doc/trunk/PKGBUILD
  gtk-doc/trunk/fixperms.diff

---+
 PKGBUILD  |9 -
 fixperms.diff |   22 ++
 2 files changed, 22 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 07:24:32 UTC (rev 359242)
+++ PKGBUILD2019-08-06 07:43:02 UTC (rev 359243)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.30+1+g44c5972
-pkgrel=2
+pkgver=1.31
+pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -12,11 +12,11 @@
 makedepends=(dblatex git yelp-tools meson)
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
+_commit=c268fa535424d193953487c694e2a8f770d3255f  # tags/GTK_DOC_1_31^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
 fixperms.diff)
 sha256sums=('SKIP'
-'bd8489e54c2e089197a692482c6f25b237b99db2b0419c4dcc3f29ce6f21e7e4')
+'6264dc71d0c21f46c139691bf4ea98dd404549f8e4f93a45e93a3ee47753e2d4')
 
 pkgver() {
   cd $pkgname
@@ -25,7 +25,6 @@
 
 prepare() {
   cd $pkgname
-  # https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
   patch -Np1 -i ../fixperms.diff
 }
 

Modified: fixperms.diff
===
--- fixperms.diff   2019-08-06 07:24:32 UTC (rev 359242)
+++ fixperms.diff   2019-08-06 07:43:02 UTC (rev 359243)
@@ -1,12 +1,26 @@
 diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
-index 8f6e470..82e11e8 100644
+index ba1c601..226aa12 100644
 --- i/gtkdoc/highlight.py
 +++ w/gtkdoc/highlight.py
-@@ -47,6 +47,6 @@ def highlight_code(code, lang='c'):
+@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
  
  
  def append_style_defs(css_file_name):
--os.chmod(css_file_name, stat.S_IWRITE)
-+os.chmod(css_file_name, 0o644)
+-os.chmod(css_file_name, 0o644)
++try:
++os.chmod(css_file_name, 0o644)
++except OSError:
++pass
  with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
  css.write(HTML_FORMATTER.get_style_defs())
+diff --git i/meson.build w/meson.build
+index 85e83ca..5e4d288 100644
+--- i/meson.build
 w/meson.build
+@@ -1,5 +1,5 @@
+ project('gtk-doc', 'c',
+-  version: '1.30.1',
++  version: '1.31',
+   license: 'GPL2+',
+   meson_version: '>= 0.50.0', # needed for 
https://mesonbuild.com/Python-module.html#path
+ )


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fixperms.diff)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:19:54
  Author: heftig
Revision: 353632

1.30+1+g44c5972-2

Added:
  gtk-doc/trunk/fixperms.diff
Modified:
  gtk-doc/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 fixperms.diff |   12 
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 22:25:02 UTC (rev 353631)
+++ PKGBUILD2019-05-20 01:19:54 UTC (rev 353632)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-doc
 pkgver=1.30+1+g44c5972
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -13,8 +13,10 @@
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
 _commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+fixperms.diff)
+sha256sums=('SKIP'
+'bd8489e54c2e089197a692482c6f25b237b99db2b0419c4dcc3f29ce6f21e7e4')
 
 pkgver() {
   cd $pkgname
@@ -23,6 +25,8 @@
 
 prepare() {
   cd $pkgname
+  # https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
+  patch -Np1 -i ../fixperms.diff
 }
 
 build() {

Added: fixperms.diff
===
--- fixperms.diff   (rev 0)
+++ fixperms.diff   2019-05-20 01:19:54 UTC (rev 353632)
@@ -0,0 +1,12 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index 8f6e470..82e11e8 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -47,6 +47,6 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, stat.S_IWRITE)
++os.chmod(css_file_name, 0o644)
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2019-05-09 Thread Jan Steffens via arch-commits
Date: Thursday, May 9, 2019 @ 22:30:32
  Author: heftig
Revision: 352798

1.30+1+g44c5972-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 11 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-09 15:23:53 UTC (rev 352797)
+++ PKGBUILD2019-05-09 22:30:32 UTC (rev 352798)
@@ -1,18 +1,18 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.29
+pkgver=1.30+1+g44c5972
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
 license=(GPL FDL)
-depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-lxml
- python-pygments python-anytree)
-makedepends=(dblatex git yelp-tools)
-checkdepends=(bc gtk3 python-six)
+depends=(docbook-xsl docbook-xml glib2-docs python-lxml python-pygments
+ python-anytree)
+makedepends=(dblatex git yelp-tools meson)
+checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
-_commit=7db567e83fe5d2d0659560c6dfb25ee27b338140  # tags/GTK_DOC_1_29^0
+_commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,21 +23,18 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 check() {
-  cd $pkgname
-  make check
+  # Tests don't work yet
+  meson test -C build --print-errorlogs || :
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2018-08-28 Thread Jan Steffens via arch-commits
Date: Tuesday, August 28, 2018 @ 18:02:29
  Author: heftig
Revision: 333059

six no longer needed at runtime

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-28 17:08:52 UTC (rev 333058)
+++ PKGBUILD2018-08-28 18:02:29 UTC (rev 333059)
@@ -8,10 +8,10 @@
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
 license=(GPL FDL)
-depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-six 
python-lxml
+depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-lxml
  python-pygments python-anytree)
 makedepends=(dblatex git yelp-tools)
-checkdepends=(bc gtk3)
+checkdepends=(bc gtk3 python-six)
 optdepends=('dblatex: PDF support')
 _commit=7db567e83fe5d2d0659560c6dfb25ee27b338140  # tags/GTK_DOC_1_29^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2018-08-28 Thread Jan Steffens via arch-commits
Date: Tuesday, August 28, 2018 @ 17:08:52
  Author: heftig
Revision: 333058

1.29-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-28 13:52:44 UTC (rev 333057)
+++ PKGBUILD2018-08-28 17:08:52 UTC (rev 333058)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
@@ -13,8 +13,8 @@
 makedepends=(dblatex git yelp-tools)
 checkdepends=(bc gtk3)
 optdepends=('dblatex: PDF support')
-_commit=695816a36b492140529ed84c59ee246be2b952b7  # tags/GTK_DOC_1_28^0
-source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;)
+_commit=7db567e83fe5d2d0659560c6dfb25ee27b338140  # tags/GTK_DOC_1_29^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2018-03-24 Thread Jan Steffens via arch-commits
Date: Saturday, March 24, 2018 @ 15:36:43
  Author: heftig
Revision: 320139

1.28-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-24 15:33:42 UTC (rev 320138)
+++ PKGBUILD2018-03-24 15:36:43 UTC (rev 320139)
@@ -2,17 +2,18 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
 license=(GPL FDL)
-depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-six)
+depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-six 
python-lxml
+ python-pygments python-anytree)
 makedepends=(dblatex git yelp-tools)
 checkdepends=(bc gtk3)
 optdepends=('dblatex: PDF support')
-_commit=31c38e0a948b000ff3c62765759376bc40b73bbf  # tags/GTK_DOC_1_27^0
+_commit=695816a36b492140529ed84c59ee246be2b952b7  # tags/GTK_DOC_1_28^0
 source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,10 +24,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Recover a file from the old version, because GStreamer/common needs it
-  git checkout 1db161bd708cdfb88b362ea0b5d047034d9c3272 -- gtkdoc-common.pl.in
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -44,6 +41,4 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  sed 's|@PERL@|/usr/bin/perl|g' gtkdoc-common.pl.in \
-| install -D /dev/stdin "$pkgdir/usr/share/gtk-doc/data/gtkdoc-common.pl"
 }


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2017-12-07 Thread Jan Steffens via arch-commits
Date: Thursday, December 7, 2017 @ 12:01:35
  Author: heftig
Revision: 311766

1.27-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 11:42:32 UTC (rev 311765)
+++ PKGBUILD2017-12-07 12:01:35 UTC (rev 311766)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.26+23+g8ad03e1
+pkgver=1.27
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
@@ -12,7 +12,7 @@
 makedepends=(dblatex git yelp-tools)
 checkdepends=(bc gtk3)
 optdepends=('dblatex: PDF support')
-_commit=8ad03e164f3091df68a9fed5492b54cd61d0ac51  # master
+_commit=31c38e0a948b000ff3c62765759376bc40b73bbf  # tags/GTK_DOC_1_27^0
 source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD gtkdoc.patch)

2017-08-11 Thread Jan Steffens
Date: Friday, August 11, 2017 @ 13:30:46
  Author: heftig
Revision: 301922

1.26-1

Added:
  gtk-doc/trunk/gtkdoc.patch
Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 gtkdoc.patch |  112 +
 2 files changed, 129 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 13:17:31 UTC (rev 301921)
+++ PKGBUILD2017-08-11 13:30:46 UTC (rev 301922)
@@ -2,35 +2,45 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.25+33+g567353f
+pkgver=1.26
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
 license=(GPL FDL)
-depends=(docbook-xsl docbook-xml perl source-highlight glib2-docs python2)
+depends=(docbook-xsl docbook-xml source-highlight glib2-docs python-six)
 makedepends=(dblatex git yelp-tools)
+checkdepends=(bc gtk3)
 optdepends=('dblatex: PDF support')
-_commit=567353f33c01db9979ba76c772f7b11dbd3ec15f  # master~6
-source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=4c7bf464748963b275e0bf656beb6c12d48924df  # tags/GTK_DOC_1_26^0
+source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;
+gtkdoc.patch)
+sha256sums=('SKIP'
+'0ccf34e1a523b7a9dce3d66eca845847bcd985335c1d61168bdd7cde93b07552')
 
 pkgver() {
   cd $pkgname
   git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
 }
+
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../gtkdoc.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package() {
   cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }

Added: gtkdoc.patch
===
--- gtkdoc.patch(rev 0)
+++ gtkdoc.patch2017-08-11 13:30:46 UTC (rev 301922)
@@ -0,0 +1,112 @@
+diff --git i/tests/annotations/docs/tester-docs.xml 
w/tests/annotations/docs/tester-docs.xml
+index e2abf742039ad3c7..7d80f9daef5450b4 100644
+--- i/tests/annotations/docs/tester-docs.xml
 w/tests/annotations/docs/tester-docs.xml
+@@ -16,15 +16,15 @@
+ 
+   
+ 
+-  
++  
+ API Reference
+ 
+   Tests
+   
+ 
+   
+ 
+-  
++  
+ Appendix
+ 
+ 
+diff --git i/tests/common.py w/tests/common.py
+index 3f782208f8792f34..8b45f1d404e740ff 100755
+--- i/tests/common.py
 w/tests/common.py
+@@ -20,24 +20,33 @@
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
+ #
+ 
+-import mock
++try:
++from unittest import mock
++except ImportError:
++import mock
++
++try:
++import builtins
++except ImportError:
++import __builtin__ as builtins
++
+ import unittest
+ 
+ from gtkdoc import common
+ 
+ 
+ class TestUpdateFileIfChanged(unittest.TestCase):
+ 
+ @mock.patch('os.path.exists')
+ @mock.patch('os.rename')
+ def test_NoOldFile(self, os_rename, os_path_exists):
+ os_path_exists.return_value = False
+ res = common.UpdateFileIfChanged('/old', '/new', False)
+ os_rename.assert_called_with('/new', '/old')
+ self.assertTrue(res)
+ 
+ @mock.patch('os.path.exists')
+-@mock.patch('__builtin__.open', mock.mock_open(read_data='bar'))
++@mock.patch('builtins.open', mock.mock_open(read_data='bar'))
+ @mock.patch('os.unlink')
+ def test_FilesAreTheSame(self, os_unlink, os_path_exists):
+ os_path_exists.return_value = True
+diff --git i/tests/gobject/docs/tester-docs.xml 
w/tests/gobject/docs/tester-docs.xml
+index a534c557b2d04d67..05117ef166ee0b49 100644
+--- i/tests/gobject/docs/tester-docs.xml
 w/tests/gobject/docs/tester-docs.xml
+@@ -37,28 +37,28 @@
+ 
+   
+   
+-  
++  
+ Overview
+ 
+   How to build the library
+   
+ 
+   
+ 
+-  
++  
+ API Reference
+ 
+   Tests
+   
+   
+   
+   
+   
+   
+ 
+   
+ 
+-  
++  
+ Appendix
+ 
+ 
+diff --git i/tests/gtk-doc.make w/tests/gtk-doc.make
+index 808fda4f1db02dd3..cb8e164b53e80baf 100644
+--- i/tests/gtk-doc.make
 w/tests/gtk-doc.make
+@@ -141,6 +141,9 @@ sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt 
$(SCANOBJ_FILES) $(HF
+ sgml.stamp: sgml-build.stamp
+   @true
+ 
++$(DOC_MAIN_SGML_FILE): sgml-build.stamp
++  @true
++
+ xml/gtkdocentities.ent: Makefile
+   @$(MKDIR_P) $(@D) && ( \
+   echo ""; \


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2017-01-26 Thread Jan Steffens
Date: Thursday, January 26, 2017 @ 21:10:49
  Author: heftig
Revision: 287546

1.25+33+g567353f-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-26 21:09:59 UTC (rev 287545)
+++ PKGBUILD2017-01-26 21:10:49 UTC (rev 287546)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.25+27+gd3bccc0
+pkgver=1.25+33+g567353f
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
-arch=('any')
-license=('GPL' 'FDL')
-depends=('docbook-xsl' 'docbook-xml' 'perl' 'source-highlight')
-makedepends=('dblatex' 'git' 'yelp-tools')
+url="https://www.gtk.org/gtk-doc/;
+arch=(any)
+license=(GPL FDL)
+depends=(docbook-xsl docbook-xml perl source-highlight glib2-docs python2)
+makedepends=(dblatex git yelp-tools)
 optdepends=('dblatex: PDF support')
-url="http://www.gtk.org/gtk-doc/;
-_commit=d3bccc0aa153a349f6c9e816a111330572971a2e
-source=("git://git.gnome.org/gtk-doc#commit=$_commit")
+_commit=567353f33c01db9979ba76c772f7b11dbd3ec15f  # master~6
+source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -26,8 +26,7 @@
 
 build() {
   cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2016-09-16 Thread Jan de Groot
Date: Friday, September 16, 2016 @ 09:46:00
  Author: jgc
Revision: 276532

upgpkg: gtk-doc 1.25+27+gd3bccc0-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 18 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 09:14:57 UTC (rev 276531)
+++ PKGBUILD2016-09-16 09:46:00 UTC (rev 276532)
@@ -2,21 +2,30 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.25
+pkgver=1.25+27+gd3bccc0
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 arch=('any')
 license=('GPL' 'FDL')
-depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
-makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
-optdepends=('jade: SGML support'
-'dblatex: PDF support')
+depends=('docbook-xsl' 'docbook-xml' 'perl' 'source-highlight')
+makedepends=('dblatex' 'git' 'yelp-tools')
+optdepends=('dblatex: PDF support')
 url="http://www.gtk.org/gtk-doc/;
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42')
+_commit=d3bccc0aa153a349f6c9e816a111330572971a2e
+source=("git://git.gnome.org/gtk-doc#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr
   make
@@ -23,6 +32,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2016-03-30 Thread Jan Steffens
Date: Wednesday, March 30, 2016 @ 22:27:49
  Author: heftig
Revision: 263414

1.25

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 20:27:07 UTC (rev 263413)
+++ PKGBUILD2016-03-30 20:27:49 UTC (rev 263414)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.24
+pkgver=1.25
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url="http://www.gtk.org/gtk-doc/;
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b')
+sha256sums=('1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2015-05-29 Thread Jan Steffens
Date: Friday, May 29, 2015 @ 22:12:00
  Author: heftig
Revision: 239881

1.24

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 17:05:15 UTC (rev 239880)
+++ PKGBUILD2015-05-29 20:12:00 UTC (rev 239881)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0b5c23711166c10ff5c74603db80ac26c2b9a382ce778b0e795db821d50718c4')
+sha256sums=('b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2015-05-17 Thread Jan Steffens
Date: Sunday, May 17, 2015 @ 12:06:39
  Author: heftig
Revision: 239485

1.23

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-17 10:06:23 UTC (rev 239484)
+++ PKGBUILD2015-05-17 10:06:39 UTC (rev 239485)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.22
+pkgver=1.23
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('932865c912ce0d81c9480bf957d3908bae6e18c0cf2ee33014d63b920047fca8')
+sha256sums=('0b5c23711166c10ff5c74603db80ac26c2b9a382ce778b0e795db821d50718c4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2015-05-07 Thread Jan Steffens
Date: Thursday, May 7, 2015 @ 15:00:15
  Author: heftig
Revision: 238590

1.22

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 11:30:07 UTC (rev 238589)
+++ PKGBUILD2015-05-07 13:00:15 UTC (rev 238590)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.21
-pkgrel=2
+pkgver=1.22
+pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e')
+sha256sums=('932865c912ce0d81c9480bf957d3908bae6e18c0cf2ee33014d63b920047fca8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:22:06
  Author: jgc
Revision: 235380

upgpkg: gtk-doc 1.21-2

Replace gnome-doc-utils with yelp-tools (FS#44418)

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:07:33 UTC (rev 235379)
+++ PKGBUILD2015-04-03 12:22:06 UTC (rev 235380)
@@ -3,11 +3,11 @@
 
 pkgname=gtk-doc
 pkgver=1.21
-pkgrel=1
+pkgrel=2
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
-depends=('docbook-xsl' 'gnome-doc-utils' 'perl' 'source-highlight')
+depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
 makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
 optdepends=('jade: SGML support'
 'dblatex: PDF support')


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2014-09-08 Thread Jan de Groot
Date: Monday, September 8, 2014 @ 11:50:13
  Author: jgc
Revision: 221126

upgpkg: gtk-doc 1.21-1

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 08:22:39 UTC (rev 221125)
+++ PKGBUILD2014-09-08 09:50:13 UTC (rev 221126)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3e6ecf134dbf92a74c24d79848fea3a48e59ab95408a38c6405905d95a293011')
+sha256sums=('5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2014-02-16 Thread Jan Steffens
Date: Sunday, February 16, 2014 @ 16:29:42
  Author: heftig
Revision: 206061

1.20

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 13:36:11 UTC (rev 206060)
+++ PKGBUILD2014-02-16 15:29:42 UTC (rev 206061)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68')
+sha256sums=('3e6ecf134dbf92a74c24d79848fea3a48e59ab95408a38c6405905d95a293011')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2013-06-05 Thread Jan Steffens
Date: Wednesday, June 5, 2013 @ 23:29:32
  Author: heftig
Revision: 187801

1.19

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-05 20:14:01 UTC (rev 187800)
+++ PKGBUILD2013-06-05 21:29:32 UTC (rev 187801)
@@ -2,17 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
-depends=('docbook-xsl' 'gnome-doc-utils' 'perl')
-makedepends=('pkgconfig' 'jade')
-optdepends=('jade: SGML support')
+depends=('docbook-xsl' 'gnome-doc-utils' 'perl' 'source-highlight')
+makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
+optdepends=('jade: SGML support'
+'dblatex: PDF support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('785b591c561be1c8206f0d2575dc63558ea6199c3afe49cbc4efde94a6629a20')
+sha256sums=('27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2011-09-18 Thread Ionut Biru
Date: Sunday, September 18, 2011 @ 06:48:19
  Author: ibiru
Revision: 138189

update to 1.18

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-18 09:37:18 UTC (rev 138188)
+++ PKGBUILD2011-09-18 10:48:19 UTC (rev 138189)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -11,8 +11,8 @@
 makedepends=('pkgconfig' 'jade')
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('911ff8c620743cea7b40156f1947f9470da5e723f35a9d8fb683e50c61830d1f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('785b591c561be1c8206f0d2575dc63558ea6199c3afe49cbc4efde94a6629a20')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2011-02-26 Thread Ionut Biru
Date: Saturday, February 26, 2011 @ 09:26:16
  Author: ibiru
Revision: 111338

upgpkg: gtk-doc 1.17-1
update to 1.17

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-26 14:11:27 UTC (rev 111337)
+++ PKGBUILD2011-02-26 14:26:16 UTC (rev 111338)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('552fd0a5e2bb104a9d8d5afebcf2292fbee83cd115e9f903df89e4518343eefb')
+sha256sums=('911ff8c620743cea7b40156f1947f9470da5e723f35a9d8fb683e50c61830d1f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2011-02-02 Thread Ionut Biru
Date: Wednesday, February 2, 2011 @ 15:40:53
  Author: ibiru
Revision: 108758

update to 1.16

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-02 19:57:08 UTC (rev 108757)
+++ PKGBUILD2011-02-02 20:40:53 UTC (rev 108758)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.15
-pkgrel=3
+pkgver=1.16
+pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
@@ -11,14 +11,11 @@
 makedepends=('pkgconfig' 'jade')
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-fixxref_tweak_the_vim_invocation.patch)
-sha256sums=('59cc73babf0db3a89d1a71f7ef5394a42ec1d3447d3a0a1539057a7b0ce44831'
-'3fb764d102aa75ea2e51e016e2dc1e1da7bec86b93e7f7dbb7ce66e775996d48')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('552fd0a5e2bb104a9d8d5afebcf2292fbee83cd115e9f903df89e4518343eefb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fixxref_tweak_the_vim_invocation.patch
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr
   make



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2010-10-04 Thread Ionut Biru
Date: Monday, October 4, 2010 @ 11:00:14
  Author: ibiru
Revision: 94104

upgpkg: gtk-doc 1.15-2
python27

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-04 14:55:50 UTC (rev 94103)
+++ PKGBUILD2010-10-04 15:00:14 UTC (rev 94104)
@@ -3,7 +3,7 @@
 
 pkgname=gtk-doc
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2010-09-11 Thread Ionut Biru
Date: Saturday, September 11, 2010 @ 15:25:44
  Author: ibiru
Revision: 90454

upgpkg: gtk-doc 1.15-1
update to 1.15

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-11 19:23:51 UTC (rev 90453)
+++ PKGBUILD2010-09-11 19:25:44 UTC (rev 90454)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.14
-pkgrel=3
+pkgver=1.15
+pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
-depends=('docbook-xsl' 'gnome-doc-utils' 'perl') 
+depends=('docbook-xsl' 'gnome-doc-utils' 'perl')
 makedepends=('pkgconfig' 'jade')
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 
-sha256sums=('a92aa890d35ff9ac152d3a6957dc66d486046c1993538eaf2be13b4d4d089c03')
+sha256sums=('59cc73babf0db3a89d1a71f7ef5394a42ec1d3447d3a0a1539057a7b0ce44831')
 
-build() { 
+build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2010-09-04 Thread Rémy Oudompheng
Date: Saturday, September 4, 2010 @ 02:00:53
  Author: remy
Revision: 89802

upgpkg: gtk-doc 1.14-3
Use /usr/bin/python2 instead of /usr/bin/python.

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 05:56:30 UTC (rev 89801)
+++ PKGBUILD2010-09-04 06:00:53 UTC (rev 89802)
@@ -3,7 +3,7 @@
 
 pkgname=gtk-doc
 pkgver=1.14
-pkgrel=2
+pkgrel=3
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
@@ -16,6 +16,7 @@
 
 build() { 
   cd ${srcdir}/${pkgname}-${pkgver}
+  export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2010-03-28 Thread Jan de Groot
Date: Sunday, March 28, 2010 @ 15:03:45
  Author: jgc
Revision: 73819

upgpkg: gtk-doc 1.14-1
Update to 1.14

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-28 18:34:19 UTC (rev 73818)
+++ PKGBUILD2010-03-28 19:03:45 UTC (rev 73819)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gtk-doc
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 
-sha256sums=('25c7fbfcd7a08995c665abe304c4da4ee6d1ea34db880f21b46fa9edb268b706')
+sha256sums=('a92aa890d35ff9ac152d3a6957dc66d486046c1993538eaf2be13b4d4d089c03')
 
 build() { 
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)

2009-12-19 Thread Jan de Groot
Date: Saturday, December 19, 2009 @ 16:15:17
  Author: jgc
Revision: 61592

upgpkg: gtk-doc 1.13-1
Update to 1.13

Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-19 21:08:05 UTC (rev 61591)
+++ PKGBUILD2009-12-19 21:15:17 UTC (rev 61592)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
-pkgname=gtk-doc 
-pkgver=1.11
-pkgrel=2
+pkgname=gtk-doc
+pkgver=1.13
+pkgrel=1
 pkgdesc=Documentation tool for public library API
 arch=(i686 x86_64)
 license=('GPL' 'FDL')
@@ -12,7 +12,7 @@
 optdepends=('jade: SGML support')
 url=http://www.gtk.org/gtk-doc/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 
-md5sums=('b5e268c71fa90aad890cf53715664d0a')
+sha256sums=('25c7fbfcd7a08995c665abe304c4da4ee6d1ea34db880f21b46fa9edb268b706')
 
 build() { 
   cd ${srcdir}/${pkgname}-${pkgver}