[arch-commits] Commit in gobject-introspection/repos/gnome-unstable-x86_64 (3 files)

2018-09-04 Thread Jan Steffens via arch-commits
Date: Tuesday, September 4, 2018 @ 21:13:49
  Author: heftig
Revision: 51

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 50, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/warnlib.diff
(from rev 50, gobject-introspection/trunk/warnlib.diff)
Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  112 +
 warnlib.diff |   13 ++
 2 files changed, 71 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-04 21:13:12 UTC (rev 50)
+++ PKGBUILD2018-09-04 21:13:49 UTC (rev 51)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.58.0
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection;
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python python-mako)
-makedepends=(cairo git gtk-doc python-sphinx meson)
-options=(!emptydirs)
-_commit=01bf21f398d5ece9ac2d78c00b4b362091f8e05c  # tags/1.58.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build -D cairo=true -D gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall "$pkgdir/usr/lib/gobject-introspection"
-  python -O -m compileall "$pkgdir/usr/lib/gobject-introspection"
-
-### Split runtime
-  mkdir -p "$srcdir/runtime/lib"
-  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-
-  mv "$srcdir/runtime" "$pkgdir/usr"
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
50, gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-04 21:13:49 UTC (rev 51)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.58.0
+pkgrel=2
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection;
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python python-mako)
+makedepends=(cairo git gtk-doc python-sphinx meson)
+options=(!emptydirs)
+_commit=01bf21f398d5ece9ac2d78c00b4b362091f8e05c  # tags/1.58.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
+warnlib.diff)
+sha512sums=('SKIP'
+
'f9cf08b83a6f220923f7b538877a152ab90bebb6703e5026badc9852a69131b9c17e1d4dda89f9f5b6d8fb58a17780bd87d9c3bf66f5b8a9260f4f6debf4')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  # GJS needs warnlib to build
+  patch -Np1 -i ../warnlib.diff
+}
+  
+build() {
+  arch-meson $pkgbase build -D cairo=true -D gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall "$pkgdir/usr/lib/gobject-introspection"
+  python -O -m compileall "$pkgdir/usr/lib/gobject-introspection"
+
+### Split runtime
+  mkdir -p "$srcdir/runtime/lib"
+  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+
+  mv "$srcdir/runtime" "$pkgdir/usr"
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/warnlib.diff (from 
rev 50, gobject-introspection/trunk/warnlib.diff)
===
--- warnlib.diff(rev 0)
+++ warnlib.diff2018-09-04 21:13:49 UTC (rev 51)
@@ -0,0 +1,13 @@
+diff --git i/tests/meson.build w/tests/meson.build
+index 71cd97fe..18cc0807 100644
+--- i/tests/meson.build
 w/tests/meson.build
+@@ -8,6 +8,8 @@ test_regress_incdirs = include_directories(['.', 'scanner'])
+ installed_sources = [
+   'scanner/regress.c',
+   'scanner/regress.h',
++  'scanner/warnlib.c',
++  'scanner/warnlib.h',
+   'gimarshallingtests.c',
+   'gimarshallingtests.h',
+   'gitestmacros.h',


[arch-commits] Commit in gobject-introspection/repos/gnome-unstable-x86_64 (2 files)

2018-03-13 Thread Jan Steffens via arch-commits
Date: Tuesday, March 13, 2018 @ 20:04:16
  Author: heftig
Revision: 318856

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318855, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 20:02:46 UTC (rev 318855)
+++ PKGBUILD2018-03-13 20:04:16 UTC (rev 318856)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.55.2
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection;
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python python-mako)
-makedepends=(cairo git gtk-doc)
-options=(!emptydirs)
-_commit=81c7db8c53cc4dc1a7bb772fdca1bd5ec78708eb  # tags/1.55.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --disable-static --enable-doctool --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
318855, gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 20:04:16 UTC (rev 318856)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.56.0
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection;
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python python-mako)
+makedepends=(cairo git gtk-doc)
+options=(!emptydirs)
+_commit=dc5d8dbedc0f3d16344f1a3648970c9783c08370  # tags/1.56.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static --enable-doctool --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}


[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-04-04 Thread Jan Steffens
Date: Monday, April 4, 2011 @ 14:11:06
  Author: heftig
Revision: 117826

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-04-04 Thread Jan Steffens
Date: Monday, April 4, 2011 @ 14:11:27
  Author: heftig
Revision: 117828

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-25 Thread Jan Steffens
Date: Friday, March 25, 2011 @ 18:54:27
  Author: heftig
Revision: 116874

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-25 Thread Jan Steffens
Date: Friday, March 25, 2011 @ 18:54:40
  Author: heftig
Revision: 116875

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-25 Thread Jan Steffens
Date: Friday, March 25, 2011 @ 21:00:58
  Author: heftig
Revision: 116892

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-25 Thread Jan Steffens
Date: Friday, March 25, 2011 @ 21:01:12
  Author: heftig
Revision: 116893

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-11 Thread Ionut Biru
Date: Friday, March 11, 2011 @ 07:29:21
  Author: ibiru
Revision: 114247

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-03-11 Thread Ionut Biru
Date: Friday, March 11, 2011 @ 07:29:34
  Author: ibiru
Revision: 114248

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 11:17:55
  Author: ibiru
Revision: 111010

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 11:18:10
  Author: ibiru
Revision: 111011

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-02-09 Thread Ionut Biru
Date: Wednesday, February 9, 2011 @ 05:06:10
  Author: ibiru
Revision: 109395

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-02-09 Thread Ionut Biru
Date: Wednesday, February 9, 2011 @ 05:06:24
  Author: ibiru
Revision: 109396

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2011-02-02 Thread Ionut Biru
Date: Wednesday, February 2, 2011 @ 10:31:52
  Author: ibiru
Revision: 108682

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-29 Thread Ionut Biru
Date: Wednesday, September 29, 2010 @ 05:54:08
  Author: ibiru
Revision: 92353

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-29 Thread Ionut Biru
Date: Wednesday, September 29, 2010 @ 05:54:22
  Author: ibiru
Revision: 92354

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-29 Thread Jan de Groot
Date: Wednesday, September 29, 2010 @ 16:09:13
  Author: jgc
Revision: 92417

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-29 Thread Jan de Groot
Date: Wednesday, September 29, 2010 @ 16:09:20
  Author: jgc
Revision: 92418

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 15:09:15
  Author: ibiru
Revision: 92075

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 15:09:34
  Author: ibiru
Revision: 92076

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-17 Thread Ionut Biru
Date: Friday, September 17, 2010 @ 09:42:09
  Author: ibiru
Revision: 90840

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-17 Thread Ionut Biru
Date: Friday, September 17, 2010 @ 09:42:26
  Author: ibiru
Revision: 90841

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-09-11 Thread Ionut Biru
Date: Saturday, September 11, 2010 @ 06:59:38
  Author: ibiru
Revision: 90408

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:30:14
  Author: ibiru
Revision: 72910

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:30:30
  Author: ibiru
Revision: 72911

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:45:11
  Author: ibiru
Revision: 72052

archrelease: remove gnome-unstable-x86_64

Deleted:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:45:28
  Author: ibiru
Revision: 72054

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gobject-introspection/repos (gnome-unstable-x86_64)

2010-02-14 Thread Jan de Groot
Date: Sunday, February 14, 2010 @ 13:53:02
  Author: jgc
Revision: 68893

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gobject-introspection/repos/gnome-unstable-x86_64/