[arch-commits] Commit in glib2/repos (10 files)

2017-06-22 Thread Jan Steffens
Date: Thursday, June 22, 2017 @ 18:23:10
  Author: heftig
Revision: 299146

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 299145, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 299145, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 299145, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/skip-broken-timer-test.patch
(from rev 299145, glib2/trunk/skip-broken-timer-test.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 299145, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 299145, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 299145, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/skip-broken-timer-test.patch
(from rev 299145, glib2/trunk/skip-broken-timer-test.patch)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/gio-querymodules.hook  |   11 +++
 testing-i686/glib-compile-schemas.hook  |   12 +++
 testing-i686/skip-broken-timer-test.patch   |   12 +++
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/gio-querymodules.hook|   11 +++
 testing-x86_64/glib-compile-schemas.hook|   12 +++
 testing-x86_64/skip-broken-timer-test.patch |   12 +++
 8 files changed, 240 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 299145, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-22 18:23:10 UTC (rev 299146)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.52.3
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf 
git util-linux)
+checkdepends=(desktop-file-utils dbus)
+_commit=90bb8778f2eabf00bee5bff1259c48f1e7b791b8  # tags/2.52.3^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+glib-compile-schemas.hook
+gio-querymodules.hook
+skip-broken-timer-test.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'a39dc8c1c1707053d565d5b198b1f03f7c55b31e11335a1bfdc3f9803b114d5d')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  git revert -n 6560b37450cd  # Noisy glib-compile-schemas
+
+  # Rounding error in timer tests?
+  # GLib:ERROR:timer.c:38:test_timer_basic: assertion failed (micros == 
((guint64)(elapsed * 1e6)) % 100): (1 == 0)
+  [[ $CARCH == i686 ]] && patch -Np1 -i ../skip-broken-timer-test.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc \
+  $(check_option debug y && echo --enable-debug=yes)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  make check
+}
+
+package_glib2() {
+  depends=(pcre libffi libutil-linux)
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=(!emptydirs)
+  license=(LGPL)
+
+  cd glib
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/gtk-doc"
+
+  # install hooks
+  install -d "$pkgdir/usr/share/libalpm/hooks/"
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook \
+"$pkgdir/usr/share/libalpm/hooks/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=(gobject2-docs)
+  replaces=(gobject2-docs)
+  license=(custom)
+  options=(!emptydirs)
+
+  cd glib/docs
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/man"
+
+  install -Dm644 reference/COPYING 
"$pkgdir/usr/share/licenses/glib2-docs/COPYING"
+}

Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 299145, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-i686/gio-querymodules.hook  (rev 0)
+++ testing-i686/gio-querymodules.hook  2017-06-22 18:23:10 UTC (rev 299146)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: 

[arch-commits] Commit in glib2/repos (10 files)

2017-06-03 Thread Jan Steffens
Date: Saturday, June 3, 2017 @ 14:02:48
  Author: heftig
Revision: 297749

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 297748, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 297748, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 297748, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/skip-broken-timer-test.patch
(from rev 297748, glib2/trunk/skip-broken-timer-test.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 297748, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 297748, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 297748, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/skip-broken-timer-test.patch
(from rev 297748, glib2/trunk/skip-broken-timer-test.patch)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/gio-querymodules.hook  |   11 +++
 testing-i686/glib-compile-schemas.hook  |   12 +++
 testing-i686/skip-broken-timer-test.patch   |   12 +++
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/gio-querymodules.hook|   11 +++
 testing-x86_64/glib-compile-schemas.hook|   12 +++
 testing-x86_64/skip-broken-timer-test.patch |   12 +++
 8 files changed, 240 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 297748, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-03 14:02:48 UTC (rev 297749)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.52.2+9+g3245eba16
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf 
git util-linux)
+checkdepends=(desktop-file-utils dbus)
+_commit=3245eba169c439180cc13ed3c76f47298d723031  # glib-2-52
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+glib-compile-schemas.hook
+gio-querymodules.hook
+skip-broken-timer-test.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'a39dc8c1c1707053d565d5b198b1f03f7c55b31e11335a1bfdc3f9803b114d5d')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  git revert -n 6560b37450cd  # Noisy glib-compile-schemas
+
+  # Rounding error in timer tests?
+  # GLib:ERROR:timer.c:38:test_timer_basic: assertion failed (micros == 
((guint64)(elapsed * 1e6)) % 100): (1 == 0)
+  [[ $CARCH == i686 ]] && patch -Np1 -i ../skip-broken-timer-test.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc \
+  $(check_option debug y && echo --enable-debug=yes)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  make check
+}
+
+package_glib2() {
+  depends=(pcre libffi libutil-linux)
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=(!emptydirs)
+  license=(LGPL)
+
+  cd glib
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/gtk-doc"
+
+  # install hooks
+  install -d "$pkgdir/usr/share/libalpm/hooks/"
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook \
+"$pkgdir/usr/share/libalpm/hooks/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=(gobject2-docs)
+  replaces=(gobject2-docs)
+  license=(custom)
+  options=(!emptydirs)
+
+  cd glib/docs
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/man"
+
+  install -Dm644 reference/COPYING 
"$pkgdir/usr/share/licenses/glib2-docs/COPYING"
+}

Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 297748, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-i686/gio-querymodules.hook  (rev 0)
+++ testing-i686/gio-querymodules.hook  2017-06-03 14:02:48 UTC (rev 297749)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: 

[arch-commits] Commit in glib2/repos (10 files)

2017-03-29 Thread Jan Steffens
Date: Wednesday, March 29, 2017 @ 19:22:47
  Author: heftig
Revision: 291803

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 291802, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/gio-querymodules.hook
(from rev 291802, glib2/trunk/gio-querymodules.hook)
  glib2/repos/gnome-unstable-i686/glib-compile-schemas.hook
(from rev 291802, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 291802, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291802, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook
(from rev 291802, glib2/trunk/gio-querymodules.hook)
  glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook
(from rev 291802, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 291802, glib2/trunk/revert-warn-glib-compile-schemas.patch)

--+
 gnome-unstable-i686/PKGBUILD |   84 ++
 gnome-unstable-i686/gio-querymodules.hook|   11 +
 gnome-unstable-i686/glib-compile-schemas.hook|   12 +
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 gnome-unstable-x86_64/PKGBUILD   |   84 ++
 gnome-unstable-x86_64/gio-querymodules.hook  |   11 +
 gnome-unstable-x86_64/glib-compile-schemas.hook  |   12 +
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 280 insertions(+)

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 291802, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-03-29 19:22:47 UTC (rev 291803)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.52.0
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf 
git util-linux)
+checkdepends=(desktop-file-utils dbus)
+_commit=bce36c2d46213ff397acbd130acd9bcfa1ca0eaa  # tags/2.52.0^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+glib-compile-schemas.hook
+gio-querymodules.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc \
+  $(check_option debug y && echo --enable-debug=yes)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  if ! make check; then
+# Rounding error in timer tests?
+# GLib:ERROR:timer.c:38:test_timer_basic: assertion failed (micros == 
((guint64)(elapsed * 1e6)) % 100): (1 == 0)
+make check
+  fi
+}
+
+package_glib2() {
+  depends=(pcre libffi libutil-linux)
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=(!emptydirs)
+  license=(LGPL)
+
+  cd glib
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/gtk-doc"
+
+  # install hooks
+  install -d "$pkgdir/usr/share/libalpm/hooks/"
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook \
+"$pkgdir/usr/share/libalpm/hooks/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=(gobject2-docs)
+  replaces=(gobject2-docs)
+  license=(custom)
+  options=(!emptydirs)
+  
+  cd glib/docs
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/man"
+
+  install -Dm644 reference/COPYING 
"$pkgdir/usr/share/licenses/glib2-docs/COPYING"
+}

Copied: glib2/repos/gnome-unstable-i686/gio-querymodules.hook (from rev 291802, 
glib2/trunk/gio-querymodules.hook)
===
--- gnome-unstable-i686/gio-querymodules.hook   (rev 0)
+++ gnome-unstable-i686/gio-querymodules.hook   2017-03-29 19:22:47 UTC (rev 
291803)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File

[arch-commits] Commit in glib2/repos (10 files)

2017-02-13 Thread Jan Steffens
Date: Monday, February 13, 2017 @ 19:21:10
  Author: heftig
Revision: 288893

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 288892, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 288892, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 288892, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 288892, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 288892, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 288892, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 288892, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 288892, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   84 
 testing-i686/gio-querymodules.hook|   11 ++
 testing-i686/glib-compile-schemas.hook|   12 ++
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 ++
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/gio-querymodules.hook  |   11 ++
 testing-x86_64/glib-compile-schemas.hook  |   12 ++
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 ++
 8 files changed, 280 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 288892, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-13 19:21:10 UTC (rev 288893)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.50.3
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf 
git util-linux)
+checkdepends=(desktop-file-utils dbus)
+_commit=9da3e7226d20715962f679812ce7632513b7e06c  # tags/2.50.3^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+glib-compile-schemas.hook
+gio-querymodules.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc \
+  $(check_option debug y && echo --enable-debug=yes)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  if ! make check; then
+# Rounding error in timer tests?
+# GLib:ERROR:timer.c:38:test_timer_basic: assertion failed (micros == 
((guint64)(elapsed * 1e6)) % 100): (1 == 0)
+make check
+  fi
+}
+
+package_glib2() {
+  depends=(pcre libffi libutil-linux)
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=(!docs !emptydirs)
+  license=(LGPL)
+
+  cd glib
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  chmod -x "$pkgdir"/usr/share/bash-completion/completions/*
+
+  # install hooks
+  install -d "$pkgdir/usr/share/libalpm/hooks/"
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook \
+"$pkgdir/usr/share/libalpm/hooks/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=(gobject2-docs)
+  replaces=(gobject2-docs)
+  license=(custom)
+  options=(docs !emptydirs)
+  
+  cd glib/docs
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/man"
+  install -Dm644 reference/COPYING 
"$pkgdir/usr/share/licenses/glib2-docs/COPYING"
+}

Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 288892, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-i686/gio-querymodules.hook  (rev 0)
+++ testing-i686/gio-querymodules.hook  2017-02-13 19:21:10 UTC (rev 288893)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = 

[arch-commits] Commit in glib2/repos (10 files)

2016-11-07 Thread Jan Steffens
Date: Monday, November 7, 2016 @ 19:01:49
  Author: heftig
Revision: 280099

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 280098, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 280098, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 280098, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 280098, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 280098, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 280098, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 280098, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 280098, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   83 
 testing-i686/gio-querymodules.hook|   11 ++
 testing-i686/glib-compile-schemas.hook|   12 ++
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 ++
 testing-x86_64/PKGBUILD   |   83 
 testing-x86_64/gio-querymodules.hook  |   11 ++
 testing-x86_64/glib-compile-schemas.hook  |   12 ++
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 ++
 8 files changed, 278 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 280098, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-07 19:01:49 UTC (rev 280099)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.50.2
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=(gettext gtk-doc libffi pcre zlib shared-mime-info python libelf 
git)
+checkdepends=(desktop-file-utils dbus)
+_commit=224f8171dceca920cfd8a4b446726b7610cdafd9  # tags/2.50.2^0
+source=("git://git.gnome.org/glib#commit=$_commit"
+glib-compile-schemas.hook
+gio-querymodules.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  if ! make check; then
+# Rounding error in timer tests?
+# GLib:ERROR:timer.c:38:test_timer_basic: assertion failed (micros == 
((guint64)(elapsed * 1e6)) % 100): (1 == 0)
+make check
+  fi
+}
+
+package_glib2() {
+  depends=(pcre libffi)
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=(!docs !emptydirs)
+  license=(LGPL)
+
+  cd glib
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  chmod -x "$pkgdir"/usr/share/bash-completion/completions/*
+
+  # install hooks
+  install -d "$pkgdir/usr/share/libalpm/hooks/"
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook \
+"$pkgdir/usr/share/libalpm/hooks/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=(gobject2-docs)
+  replaces=(gobject2-docs)
+  license=(custom)
+  options=(docs !emptydirs)
+  
+  cd glib/docs
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/man"
+  install -Dm644 reference/COPYING 
"$pkgdir/usr/share/licenses/glib2-docs/COPYING"
+}

Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 280098, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-i686/gio-querymodules.hook  (rev 0)
+++ testing-i686/gio-querymodules.hook  2016-11-07 19:01:49 UTC (rev 280099)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = 

[arch-commits] Commit in glib2/repos (10 files)

2016-09-19 Thread Jan de Groot
Date: Monday, September 19, 2016 @ 09:29:41
  Author: jgc
Revision: 276696

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 276695, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/gio-querymodules.hook
(from rev 276695, glib2/trunk/gio-querymodules.hook)
  glib2/repos/gnome-unstable-i686/glib-compile-schemas.hook
(from rev 276695, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 276695, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276695, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook
(from rev 276695, glib2/trunk/gio-querymodules.hook)
  glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook
(from rev 276695, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 276695, glib2/trunk/revert-warn-glib-compile-schemas.patch)

--+
 gnome-unstable-i686/PKGBUILD |   79 ++
 gnome-unstable-i686/gio-querymodules.hook|   11 +
 gnome-unstable-i686/glib-compile-schemas.hook|   12 +
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   33 
 gnome-unstable-x86_64/PKGBUILD   |   79 ++
 gnome-unstable-x86_64/gio-querymodules.hook  |   11 +
 gnome-unstable-x86_64/glib-compile-schemas.hook  |   12 +
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   33 
 8 files changed, 270 insertions(+)

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 276695, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-19 09:29:41 UTC (rev 276696)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.49.7+6+g3602f93
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('gettext' 'gtk-doc' 'libffi' 'pcre' 'zlib' 'shared-mime-info' 
'python' 'libelf' 'git')
+_commit=3602f934855a484c5eec28f12a6535e14de1778d
+source=("git://git.gnome.org/glib#commit=$_commit"
+glib-compile-schemas.hook
+gio-querymodules.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd glib
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam \
+  --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  # Takes an effing long time
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  chmod -x "$pkgdir"/usr/share/bash-completion/completions/*
+
+  # install hooks
+  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook 
"$pkgdir"/usr/share/libalpm/hooks/
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib/docs
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/share/man"
+  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
+  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
+}

Copied: glib2/repos/gnome-unstable-i686/gio-querymodules.hook (from rev 276695, 
glib2/trunk/gio-querymodules.hook)
===
--- gnome-unstable-i686/gio-querymodules.hook   (rev 0)
+++ gnome-unstable-i686/gio-querymodules.hook   2016-09-19 09:29:41 UTC (rev 
276696)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]

[arch-commits] Commit in glib2/repos (10 files)

2016-08-17 Thread Jan Steffens
Date: Thursday, August 18, 2016 @ 00:15:29
  Author: heftig
Revision: 273907

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 273906, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/gio-querymodules.hook
(from rev 273906, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-i686/glib-compile-schemas.hook
(from rev 273906, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 273906, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 273906, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 273906, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 273906, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 273906, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   72 
 testing-i686/gio-querymodules.hook|   11 ++
 testing-i686/glib-compile-schemas.hook|   12 ++
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   72 
 testing-x86_64/gio-querymodules.hook  |   11 ++
 testing-x86_64/glib-compile-schemas.hook  |   12 ++
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 256 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 273906, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 00:15:29 UTC (rev 273907)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.48.2
+pkgrel=1
+pkgdesc="Low level core library"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'libelf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+glib-compile-schemas.hook
+gio-querymodules.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  # Takes an effing long time
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  chmod -x "$pkgdir"/usr/share/bash-completion/completions/*
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -r "$pkgdir/usr/share/gdb/"
+  
+  # install hooks
+  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook 
"$pkgdir"/usr/share/libalpm/hooks/
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
+  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
+}

Copied: glib2/repos/testing-i686/gio-querymodules.hook (from rev 273906, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-i686/gio-querymodules.hook  (rev 0)
+++ testing-i686/gio-querymodules.hook  2016-08-18 00:15:29 UTC (rev 273907)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: glib2/repos/testing-i686/glib-compile-schemas.hook (from rev 273906, 

[arch-commits] Commit in glib2/repos (10 files)

2016-03-16 Thread Jan de Groot
Date: Wednesday, March 16, 2016 @ 12:11:02
  Author: jgc
Revision: 261850

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/
  
glib2/repos/gnome-unstable-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
(from rev 261849, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 261849, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/memleak.patch
(from rev 261849, glib2/trunk/memleak.patch)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 261849, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  
glib2/repos/gnome-unstable-x86_64/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
(from rev 261849, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 261849, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/memleak.patch
(from rev 261849, glib2/trunk/memleak.patch)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 261849, glib2/trunk/revert-warn-glib-compile-schemas.patch)

--+
 
gnome-unstable-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
   |   49 +++
 gnome-unstable-i686/PKGBUILD   
  |   67 ++
 gnome-unstable-i686/memleak.patch  
  |   25 +++
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch 
  |   33 
 
gnome-unstable-x86_64/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
 |   49 +++
 gnome-unstable-x86_64/PKGBUILD 
  |   67 ++
 gnome-unstable-x86_64/memleak.patch
  |   25 +++
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch   
  |   33 
 8 files changed, 348 insertions(+)

Copied: 
glib2/repos/gnome-unstable-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
 (from rev 261849, 
glib2/trunk/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch)
===
--- 
gnome-unstable-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
  (rev 0)
+++ 
gnome-unstable-i686/0001-gsettings-Don-t-crash-when-no-schemas-are-installed.patch
  2016-03-16 11:11:02 UTC (rev 261850)
@@ -0,0 +1,49 @@
+From 4850cb55d3415b7d95c80c80ceb60f221f5dddf5 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 24 Feb 2016 18:58:25 +0100
+Subject: [PATCH] gsettings: Don't crash when no schemas are installed
+
+Still doesn't behave well ("gsettings help" causes an error),
+but at least there's no segfault anymore.
+---
+ gio/gsettings-tool.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c
+index 6a302ce..0026f55 100644
+--- a/gio/gsettings-tool.c
 b/gio/gsettings-tool.c
+@@ -697,7 +697,7 @@ main (int argc, char **argv)
+   if (argc < 2)
+ return gsettings_help (FALSE, NULL);
+ 
+-  global_schema_source = g_settings_schema_source_ref 
(g_settings_schema_source_get_default ());
++  global_schema_source = g_settings_schema_source_get_default ();
+ 
+   if (argc > 3 && g_str_equal (argv[1], "--schemadir"))
+ {
+@@ -705,7 +705,6 @@ main (int argc, char **argv)
+   GError *error = NULL;
+ 
+   global_schema_source = g_settings_schema_source_new_from_directory 
(argv[2], parent, FALSE, );
+-  g_settings_schema_source_unref (parent);
+ 
+   if (global_schema_source == NULL)
+ {
+@@ -719,6 +718,13 @@ main (int argc, char **argv)
+   argv = argv + 2;
+   argc -= 2;
+ }
++  else if (global_schema_source == NULL)
++{
++  g_printerr (_("No schemas installed\n"));
++  return 1;
++}
++  else
++g_settings_schema_source_ref (global_schema_source);
+ 
+   need_settings = TRUE;
+ 
+-- 
+2.7.1
+

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 261849, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-16 11:11:02 UTC (rev 261850)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.47.92
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'libelf')

[arch-commits] Commit in glib2/repos (10 files)

2016-02-23 Thread Jan de Groot
Date: Tuesday, February 23, 2016 @ 13:29:29
  Author: jgc
Revision: 260184

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 260183, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/glib2.install
(from rev 260183, glib2/trunk/glib2.install)
  glib2/repos/testing-i686/memleak.patch
(from rev 260183, glib2/trunk/memleak.patch)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 260183, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 260183, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.install
(from rev 260183, glib2/trunk/glib2.install)
  glib2/repos/testing-x86_64/memleak.patch
(from rev 260183, glib2/trunk/memleak.patch)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 260183, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   70 
 testing-i686/glib2.install|   13 ++
 testing-i686/memleak.patch|   25 +
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   70 
 testing-x86_64/glib2.install  |   13 ++
 testing-x86_64/memleak.patch  |   25 +
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 282 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 260183, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-23 12:29:29 UTC (rev 260184)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.46.2
+pkgrel=3
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'libelf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch memleak.patch)
+sha256sums=('5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97'
+'8337eeba4a32133d41575c8338fca32ac6a867e6e4a4e021355fcdeb606420a6')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  patch -Np1 -i ../memleak.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'libelf: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+  install=glib2.install
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
+  chmod -x "$_i"
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf "$pkgdir/usr/share/gdb/"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for glib2"
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs"
+  install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/"
+
+  rm -rf "${pkgdir}/usr/share/man"
+}

Copied: glib2/repos/testing-i686/glib2.install (from rev 260183, 
glib2/trunk/glib2.install)
===
--- testing-i686/glib2.install  (rev 0)
+++ testing-i686/glib2.install  2016-02-23 12:29:29 UTC (rev 260184)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_remove() {
+if [ -f /usr/share/glib-2.0/schemas/gschemas.compiled ]; then
+rm /usr/share/glib-2.0/schemas/gschemas.compiled
+fi
+}

Copied: glib2/repos/testing-i686/memleak.patch (from rev 260183, 
glib2/trunk/memleak.patch)
===
--- testing-i686/memleak.patch  (rev 0)
+++ testing-i686/memleak.patch  2016-02-23 12:29:29 UTC (rev 260184)
@@ -0,0 +1,25 @@
+From 

[arch-commits] Commit in glib2/repos (10 files)

2015-10-14 Thread Jan Steffens
Date: Wednesday, October 14, 2015 @ 16:41:37
  Author: heftig
Revision: 249328

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/PKGBUILD
(from rev 249327, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 249327, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 249327, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 249327, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
  glib2/repos/testing-i686/PKGBUILD
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch
  glib2/repos/testing-x86_64/PKGBUILD
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch

---+
 /PKGBUILD |  146 
++
 /revert-warn-glib-compile-schemas.patch   |   66 
 testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch   |   74 -
 testing-i686/PKGBUILD |   76 -
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 --
 testing-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch |   74 -
 testing-x86_64/PKGBUILD   |   76 -
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 --
 8 files changed, 212 insertions(+), 366 deletions(-)

Deleted: testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
===
--- testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
2015-10-14 14:35:58 UTC (rev 249327)
+++ testing-i686/0001-Revert-list-store-Fix-a-parameter-check.patch 
2015-10-14 14:41:37 UTC (rev 249328)
@@ -1,74 +0,0 @@
-From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 23 Sep 2015 23:16:04 +0200
-Subject: [PATCH] Revert "list store: Fix a parameter check"
-
-This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955.
-
-Bogus commit changing the behavior of g_sequence_search in violation
-of the documentation. Breaks GStreamer test suite.

- glib/gsequence.c | 18 +++---
- 1 file changed, 7 insertions(+), 11 deletions(-)
-
-diff --git a/glib/gsequence.c b/glib/gsequence.c
-index 75c1f76..76e24e7 100644
 a/glib/gsequence.c
-+++ b/glib/gsequence.c
-@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest  (GSequenceNode
*haystack,
-   GSequenceNode*needle,
-   GSequenceNode*end,
-   GSequenceIterCompareFunc  cmp,
--  gpointer  user_data,
--  gboolean  
return_match);
-+  gpointer  
user_data);
- static gint   node_get_length(GSequenceNode*node);
- static void   node_free  (GSequenceNode*node,
-   GSequence*seq);
-@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq,
-   dummy = g_sequence_append (tmp_seq, data);
- 
-   node = node_find_closest (seq->end_node, dummy,
--seq->end_node, iter_cmp, cmp_data, TRUE);
-+seq->end_node, iter_cmp, cmp_data);
- 
-   g_sequence_free (tmp_seq);
- 
-@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack,
-GSequenceNode*needle,
-GSequenceNode*end,
-GSequenceIterCompareFunc  iter_cmp,
--   gpointer  cmp_data,
--   gboolean  return_match)
-+   gpointer  cmp_data)
- {
-   GSequenceNode *best;
-   gint c;
-@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack,
- }
-   while (haystack != NULL);
- 
--  /* If the best node is smaller than the data, then move one step
--   * to the right to make sure the best one is strictly bigger than the data.
--   * We do return the last exact match or the node after it, depending on
--   * the return_match argument.
-+  /* If the best node is smaller or equal to the data, then move one step
-+   * to the right to make sure the best one is strictly bigger than the data
-*/
--  if (best != end && (c < 0 || (c == 0 && !return_match)))
-+  if 

[arch-commits] Commit in glib2/repos (10 files)

2015-09-23 Thread Jan Steffens
Date: Wednesday, September 23, 2015 @ 23:26:44
  Author: heftig
Revision: 247177

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  
glib2/repos/gnome-unstable-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 247176, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 247176, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 247176, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  
glib2/repos/gnome-unstable-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch
(from rev 247176, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247176, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 247176, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/gnome-unstable-i686/PKGBUILD
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch

--+
 /PKGBUILD|  
140 ++
 /revert-warn-glib-compile-schemas.patch  |   
66 
 gnome-unstable-i686/0001-Revert-list-store-Fix-a-parameter-check.patch   |   
74 +
 gnome-unstable-i686/PKGBUILD |   
67 
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   
33 --
 gnome-unstable-x86_64/0001-Revert-list-store-Fix-a-parameter-check.patch |   
74 +
 gnome-unstable-x86_64/PKGBUILD   |   
67 
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   
33 --
 8 files changed, 354 insertions(+), 200 deletions(-)

Copied: 
glib2/repos/gnome-unstable-i686/0001-Revert-list-store-Fix-a-parameter-check.patch
 (from rev 247176, 
glib2/trunk/0001-Revert-list-store-Fix-a-parameter-check.patch)
===
--- gnome-unstable-i686/0001-Revert-list-store-Fix-a-parameter-check.patch  
(rev 0)
+++ gnome-unstable-i686/0001-Revert-list-store-Fix-a-parameter-check.patch  
2015-09-23 21:26:44 UTC (rev 247177)
@@ -0,0 +1,74 @@
+From 19a560f9491c4964e7093e22cb3876fc53a442e6 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 23 Sep 2015 23:16:04 +0200
+Subject: [PATCH] Revert "list store: Fix a parameter check"
+
+This reverts commit d28639507db2029b8f184a5d93e9d8c28acc1955.
+
+Bogus commit changing the behavior of g_sequence_search in violation
+of the documentation. Breaks GStreamer test suite.
+---
+ glib/gsequence.c | 18 +++---
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
+diff --git a/glib/gsequence.c b/glib/gsequence.c
+index 75c1f76..76e24e7 100644
+--- a/glib/gsequence.c
 b/glib/gsequence.c
+@@ -139,8 +139,7 @@ static GSequenceNode *node_find_closest  (GSequenceNode
*haystack,
+   GSequenceNode*needle,
+   GSequenceNode*end,
+   GSequenceIterCompareFunc  cmp,
+-  gpointer  user_data,
+-  gboolean  
return_match);
++  gpointer  
user_data);
+ static gint   node_get_length(GSequenceNode*node);
+ static void   node_free  (GSequenceNode*node,
+   GSequence*seq);
+@@ -1080,7 +1079,7 @@ g_sequence_search_iter (GSequence*seq,
+   dummy = g_sequence_append (tmp_seq, data);
+ 
+   node = node_find_closest (seq->end_node, dummy,
+-seq->end_node, iter_cmp, cmp_data, TRUE);
++seq->end_node, iter_cmp, cmp_data);
+ 
+   g_sequence_free (tmp_seq);
+ 
+@@ -1734,8 +1733,7 @@ node_find_closest (GSequenceNode*haystack,
+GSequenceNode*needle,
+GSequenceNode*end,
+GSequenceIterCompareFunc  iter_cmp,
+-   gpointer  cmp_data,
+-   gboolean  return_match)
++   gpointer  cmp_data)
+ {
+   GSequenceNode *best;
+   gint c;
+@@ -1765,12 +1763,10 @@ node_find_closest (GSequenceNode*haystack,
+ }
+   while (haystack != NULL);
+ 
+-  /* If the best node is smaller than the 

[arch-commits] Commit in glib2/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:15
  Author: heftig
Revision: 182433

db-move: moved glib2 from [staging] to [testing] (i686, x86_64)

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 182430, 
glib2/repos/staging-i686/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 182430, glib2/repos/staging-i686/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 182430, 
glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 182430, 
glib2/repos/staging-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 182430, glib2/repos/staging-x86_64/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 182430, 
glib2/repos/staging-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/staging-i686/
  glib2/repos/staging-x86_64/

+
 testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch   |   60 
+
 testing-i686/PKGBUILD  |   63 
++
 testing-i686/revert-warn-glib-compile-schemas.patch|   33 +
 testing-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch |   60 
+
 testing-x86_64/PKGBUILD|   63 
++
 testing-x86_64/revert-warn-glib-compile-schemas.patch  |   33 +
 6 files changed, 312 insertions(+)

Copied: 
glib2/repos/testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
(from rev 182430, 
glib2/repos/staging-i686/0001-Make-gtester-report-work-with-Python-3.x.patch)
===
--- testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(rev 0)
+++ testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
2013-04-10 19:11:15 UTC (rev 182433)
@@ -0,0 +1,60 @@
+From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Thu, 21 Mar 2013 20:47:57 +0100
+Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
+ (tabs to spaces) - Replace print with print(), still works with Python 2.x
+
+---
+ glib/gtester-report | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/glib/gtester-report b/glib/gtester-report
+index 0fcdd9a..00296ea 100755
+--- a/glib/gtester-report
 b/glib/gtester-report
+@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
+ if binary.success_cases:
+   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
+ if real_cases != 0:
+-  self.oprint ('a %sER/a\n' % erlink)
+-  self.oprint ('a %sOK/a\n' % oklink)
+-  self.oprint ('/td\n')
+-  perc = binary.success_cases * 100.0 / real_cases
+-  pcolor = {
+-100 : 'bgcolor=lightgreen',
+-0   : 'bgcolor=red',
+-  }.get (int (perc), 'bgcolor=yellow')
+-  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
+-  self.oprint ('/tr\n')
++self.oprint ('a %sER/a\n' % erlink)
++self.oprint ('a %sOK/a\n' % oklink)
++self.oprint ('/td\n')
++perc = binary.success_cases * 100.0 / real_cases
++pcolor = {
++  100 : 'bgcolor=lightgreen',
++  0   : 'bgcolor=red',
++}.get (int (perc), 'bgcolor=yellow')
++self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
++self.oprint ('/tr\n')
+ else:
+-  self.oprint ('Empty\n')
+-  self.oprint ('/td\n')
+-  self.oprint ('/tr\n')
++self.oprint ('Empty\n')
++self.oprint ('/td\n')
++self.oprint ('/tr\n')
+ for tc in binary.testcases:
+   self.handle_testcase (tc, binary)
+   def handle_totals (self):
+@@ -466,7 +466,7 @@ def parse_opts():
+  Needs python-subunit])
+ options, files = parser.parse_args()
+ if options.version:
+-print parser.epilog
++print(parser.epilog)
+ return None, None
+ if len(files) != 1:
+ parser.error(Must supply a log file to parse.)
+-- 
+1.8.2
+

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 182430, 
glib2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:15 UTC (rev 182433)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.36.0
+pkgrel=5
+pkgdesc=Common C routines used by GTK+ 

[arch-commits] Commit in glib2/repos (10 files)

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:31:12
  Author: jgc
Revision: 172097

db-move: moved glib2 from [testing] to [core] (i686, x86_64)

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 172096, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 172096, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 172096, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 172096, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-28 07:27:35 UTC (rev 172096)
+++ core-i686/PKGBUILD  2012-11-28 10:31:12 UTC (rev 172097)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.34.2
-pkgrel=2
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 172096, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-28 10:31:12 UTC (rev 172097)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.3
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-28 07:27:35 UTC 
(rev 172096)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-28 10:31:12 UTC 
(rev 172097)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like 

[arch-commits] Commit in glib2/repos (10 files)

2012-11-26 Thread Jan de Groot
Date: Monday, November 26, 2012 @ 11:57:06
  Author: jgc
Revision: 172032

db-move: moved glib2 from [testing] to [core] (i686, x86_64)

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 172031, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 172031, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 172031, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 172031, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-26 16:26:15 UTC (rev 172031)
+++ core-i686/PKGBUILD  2012-11-26 16:57:06 UTC (rev 172032)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.34.2
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 172031, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-26 16:57:06 UTC (rev 172032)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.2
+pkgrel=2
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-26 16:26:15 UTC 
(rev 172031)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-26 16:57:06 UTC 
(rev 172032)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like /org/gnome/example/.  Use of /apps/ 

[arch-commits] Commit in glib2/repos (10 files)

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 12:02:45
  Author: heftig
Revision: 170938

db-move: moved glib2 from [testing] to [core] (i686, x86_64)

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 170937, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 170937, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 170937, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 170937, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-13 16:38:27 UTC (rev 170937)
+++ core-i686/PKGBUILD  2012-11-13 17:02:45 UTC (rev 170938)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.34.1
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 170937, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-13 17:02:45 UTC (rev 170938)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.34.2
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-13 16:38:27 UTC 
(rev 170937)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-13 17:02:45 UTC 
(rev 170938)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
-over from 

[arch-commits] Commit in glib2/repos (10 files)

2012-08-29 Thread Jan de Groot
Date: Wednesday, August 29, 2012 @ 07:46:05
  Author: jgc
Revision: 165744

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 165743, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/glib2.csh
(from rev 165743, glib2/trunk/glib2.csh)
  glib2/repos/gnome-unstable-i686/glib2.sh
(from rev 165743, glib2/trunk/glib2.sh)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 165743, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 165743, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/glib2.csh
(from rev 165743, glib2/trunk/glib2.csh)
  glib2/repos/gnome-unstable-x86_64/glib2.sh
(from rev 165743, glib2/trunk/glib2.sh)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 165743, glib2/trunk/revert-warn-glib-compile-schemas.patch)

--+
 gnome-unstable-i686/PKGBUILD |   46 ++
 gnome-unstable-i686/glib2.csh|1 
 gnome-unstable-i686/glib2.sh |1 
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 gnome-unstable-x86_64/PKGBUILD   |   46 ++
 gnome-unstable-x86_64/glib2.csh  |1 
 gnome-unstable-x86_64/glib2.sh   |1 
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 162 insertions(+)

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 165743, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-08-29 11:46:05 UTC (rev 165744)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.33.10
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('6caf18eb963aa2c3c7c0dc63201021bc29e7972c60d191f566e8971af77e9505'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/gnome-unstable-i686/glib2.csh (from rev 165743, 
glib2/trunk/glib2.csh)
===
--- gnome-unstable-i686/glib2.csh   (rev 0)
+++ gnome-unstable-i686/glib2.csh   2012-08-29 11:46:05 UTC (rev 165744)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/gnome-unstable-i686/glib2.sh (from rev 165743, 
glib2/trunk/glib2.sh)
===
--- gnome-unstable-i686/glib2.sh(rev 0)
+++ gnome-unstable-i686/glib2.sh2012-08-29 11:46:05 UTC (rev 165744)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch 
(from rev 165743, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- gnome-unstable-i686/revert-warn-glib-compile-schemas.patch  
(rev 0)
+++ gnome-unstable-i686/revert-warn-glib-compile-schemas.patch  2012-08-29 
11:46:05 UTC (rev 165744)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths

[arch-commits] Commit in glib2/repos (10 files)

2012-07-19 Thread Jan Steffens
Date: Thursday, July 19, 2012 @ 04:05:05
  Author: heftig
Revision: 163756

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 163755, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 163755, glib2/trunk/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 163755, glib2/trunk/glib2.sh)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 163755, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 163755, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 163755, glib2/trunk/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 163755, glib2/trunk/glib2.sh)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 163755, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/glib2.csh|1 
 testing-i686/glib2.sh |1 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/glib2.csh  |1 
 testing-x86_64/glib2.sh   |1 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 162 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 163755, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-19 08:05:05 UTC (rev 163756)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.4
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/glib2.csh (from rev 163755, 
glib2/trunk/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2012-07-19 08:05:05 UTC (rev 163756)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 163755, 
glib2/trunk/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2012-07-19 08:05:05 UTC (rev 163756)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 163755, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2012-07-19 08:05:05 UTC 
(rev 163756)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of

[arch-commits] Commit in glib2/repos (10 files)

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 07:51:25
  Author: heftig
Revision: 159077

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 159076, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 159076, glib2/trunk/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 159076, glib2/trunk/glib2.sh)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 159076, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 159076, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 159076, glib2/trunk/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 159076, glib2/trunk/glib2.sh)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 159076, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/glib2.csh|1 
 testing-i686/glib2.sh |1 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/glib2.csh  |1 
 testing-x86_64/glib2.sh   |1 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 162 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 159076, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-15 11:51:25 UTC (rev 159077)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.3
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/glib2.csh (from rev 159076, 
glib2/trunk/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2012-05-15 11:51:25 UTC (rev 159077)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 159076, 
glib2/trunk/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2012-05-15 11:51:25 UTC (rev 159077)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 159076, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2012-05-15 11:51:25 UTC 
(rev 159077)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of

[arch-commits] Commit in glib2/repos (10 files)

2012-05-02 Thread Ionut Biru
Date: Wednesday, May 2, 2012 @ 12:31:02
  Author: ibiru
Revision: 158079

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 158078, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/glib2.csh
(from rev 158078, glib2/trunk/glib2.csh)
  glib2/repos/testing-i686/glib2.sh
(from rev 158078, glib2/trunk/glib2.sh)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 158078, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 158078, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/glib2.csh
(from rev 158078, glib2/trunk/glib2.csh)
  glib2/repos/testing-x86_64/glib2.sh
(from rev 158078, glib2/trunk/glib2.sh)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 158078, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/glib2.csh|1 
 testing-i686/glib2.sh |1 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/glib2.csh  |1 
 testing-x86_64/glib2.sh   |1 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 162 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 158078, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-02 16:31:02 UTC (rev 158079)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.2
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/etc/bash_completion.d/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/testing-i686/glib2.csh (from rev 158078, 
glib2/trunk/glib2.csh)
===
--- testing-i686/glib2.csh  (rev 0)
+++ testing-i686/glib2.csh  2012-05-02 16:31:02 UTC (rev 158079)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/testing-i686/glib2.sh (from rev 158078, 
glib2/trunk/glib2.sh)
===
--- testing-i686/glib2.sh   (rev 0)
+++ testing-i686/glib2.sh   2012-05-02 16:31:02 UTC (rev 158079)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 158078, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2012-05-02 16:31:02 UTC 
(rev 158079)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being

[arch-commits] Commit in glib2/repos (10 files)

2012-04-23 Thread Eric BĂ©langer
Date: Monday, April 23, 2012 @ 16:08:09
  Author: eric
Revision: 157096

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  glib2/repos/staging-i686/
  glib2/repos/staging-i686/PKGBUILD
(from rev 157095, glib2/trunk/PKGBUILD)
  glib2/repos/staging-i686/glib2.csh
(from rev 157095, glib2/trunk/glib2.csh)
  glib2/repos/staging-i686/glib2.sh
(from rev 157095, glib2/trunk/glib2.sh)
  glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch
(from rev 157095, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/staging-x86_64/
  glib2/repos/staging-x86_64/PKGBUILD
(from rev 157095, glib2/trunk/PKGBUILD)
  glib2/repos/staging-x86_64/glib2.csh
(from rev 157095, glib2/trunk/glib2.csh)
  glib2/repos/staging-x86_64/glib2.sh
(from rev 157095, glib2/trunk/glib2.sh)
  glib2/repos/staging-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 157095, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 staging-i686/PKGBUILD |   46 
 staging-i686/glib2.csh|1 
 staging-i686/glib2.sh |1 
 staging-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 staging-x86_64/PKGBUILD   |   46 
 staging-x86_64/glib2.csh  |1 
 staging-x86_64/glib2.sh   |1 
 staging-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 8 files changed, 162 insertions(+)

Copied: glib2/repos/staging-i686/PKGBUILD (from rev 157095, 
glib2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-23 20:08:09 UTC (rev 157096)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.1
+pkgrel=3
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('484d5b7fc09f3fa398355adaf74b369768f5859866c299f229c99721990f8398'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/etc/profile.d
+  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
+  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
+
+  for _i in $pkgdir/etc/bash_completion.d/*; do
+  chmod -x $_i
+  done
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
+}

Copied: glib2/repos/staging-i686/glib2.csh (from rev 157095, 
glib2/trunk/glib2.csh)
===
--- staging-i686/glib2.csh  (rev 0)
+++ staging-i686/glib2.csh  2012-04-23 20:08:09 UTC (rev 157096)
@@ -0,0 +1 @@
+setenv G_BROKEN_FILENAMES 1

Copied: glib2/repos/staging-i686/glib2.sh (from rev 157095, 
glib2/trunk/glib2.sh)
===
--- staging-i686/glib2.sh   (rev 0)
+++ staging-i686/glib2.sh   2012-04-23 20:08:09 UTC (rev 157096)
@@ -0,0 +1 @@
+export G_BROKEN_FILENAMES=1

Copied: glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch (from 
rev 157095, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- staging-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ staging-i686/revert-warn-glib-compile-schemas.patch 2012-04-23 20:08:09 UTC 
(rev 157096)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being