[arch-commits] Commit in pango/repos (4 files)

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:57:24
  Author: heftig
Revision: 308701

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 308700, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 308700, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   42 --
 extra-x86_64/PKGBUILD |   42 --
 3 files changed, 90 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:56:21 UTC (rev 308700)
+++ extra-i686/PKGBUILD 2017-10-30 19:57:24 UTC (rev 308701)
@@ -1,42 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.13
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 308700, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:57:24 UTC (rev 308701)
@@ -0,0 +1,45 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789625
+  git revert -n c4619480e536e393e2d4a8e26a6ceb5af1fe80e3
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:56:21 UTC (rev 308700)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:57:24 UTC (rev 308701)
@@ -1,42 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.13
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 308700, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:57:24 UTC (rev 308701)
@@ -0,0 +1,45 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0

[arch-commits] Commit in pango/repos (4 files)

2017-10-28 Thread Jan Steffens
Date: Saturday, October 28, 2017 @ 08:57:46
  Author: heftig
Revision: 308569

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 308568, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 308568, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-28 08:57:06 UTC (rev 308568)
+++ extra-i686/PKGBUILD 2017-10-28 08:57:46 UTC (rev 308569)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.12
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=fd429398a64bc2d7a01da64efa736bbb6eec6a29  # tags/1.40.12^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 308568, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-28 08:57:46 UTC (rev 308569)
@@ -0,0 +1,42 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-28 08:57:06 UTC (rev 308568)
+++ extra-x86_64/PKGBUILD   2017-10-28 08:57:46 UTC (rev 308569)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.12
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=fd429398a64bc2d7a01da64efa736bbb6eec6a29  # tags/1.40.12^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 308568, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-28 08:57:46 UTC (rev 308569)
@@ -0,0 +1,42 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.13
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=377b6e7e853a05715e1a53f0739042eb23418da7  # tags/1.40.13^0

[arch-commits] Commit in pango/repos (4 files)

2017-09-07 Thread Jan Steffens
Date: Thursday, September 7, 2017 @ 21:14:42
  Author: heftig
Revision: 305014

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 305013, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 305013, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 21:13:46 UTC (rev 305013)
+++ extra-i686/PKGBUILD 2017-09-07 21:14:42 UTC (rev 305014)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.11
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 305013, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 21:14:42 UTC (rev 305014)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.12
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=fd429398a64bc2d7a01da64efa736bbb6eec6a29  # tags/1.40.12^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--libexecdir=/usr/lib -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-07 21:13:46 UTC (rev 305013)
+++ extra-x86_64/PKGBUILD   2017-09-07 21:14:42 UTC (rev 305014)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.11
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 305013, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-07 21:14:42 UTC (rev 305014)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.12
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=fd429398a64bc2d7a01da64efa736bbb6eec6a29  # 

[arch-commits] Commit in pango/repos (4 files)

2017-08-20 Thread Jan Steffens
Date: Sunday, August 20, 2017 @ 18:45:16
  Author: heftig
Revision: 302934

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 302933, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 302933, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-20 18:44:32 UTC (rev 302933)
+++ extra-i686/PKGBUILD 2017-08-20 18:45:16 UTC (rev 302934)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.10
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 302933, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-20 18:45:16 UTC (rev 302934)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.11
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--libexecdir=/usr/lib -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-20 18:44:32 UTC (rev 302933)
+++ extra-x86_64/PKGBUILD   2017-08-20 18:45:16 UTC (rev 302934)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.10
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 302933, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-20 18:45:16 UTC (rev 302934)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.11
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0

[arch-commits] Commit in pango/repos (4 files)

2017-08-16 Thread Jan Steffens
Date: Wednesday, August 16, 2017 @ 09:26:45
  Author: heftig
Revision: 302223

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 30, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 30, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-16 09:26:06 UTC (rev 30)
+++ extra-i686/PKGBUILD 2017-08-16 09:26:45 UTC (rev 302223)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.9
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de  # tags/1.40.9^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 30, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-16 09:26:45 UTC (rev 302223)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.10
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--libexecdir=/usr/lib -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-16 09:26:06 UTC (rev 30)
+++ extra-x86_64/PKGBUILD   2017-08-16 09:26:45 UTC (rev 302223)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.9
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de  # tags/1.40.9^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 30, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-16 09:26:45 UTC (rev 302223)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.10
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0

[arch-commits] Commit in pango/repos (4 files)

2017-08-09 Thread Jan Steffens
Date: Wednesday, August 9, 2017 @ 06:48:57
  Author: heftig
Revision: 301791

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 301790, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 301790, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-09 06:44:49 UTC (rev 301790)
+++ extra-i686/PKGBUILD 2017-08-09 06:48:57 UTC (rev 301791)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.8
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 301790, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-09 06:48:57 UTC (rev 301791)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.9
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de  # tags/1.40.9^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+--libexecdir=/usr/lib -Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-09 06:44:49 UTC (rev 301790)
+++ extra-x86_64/PKGBUILD   2017-08-09 06:48:57 UTC (rev 301791)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.8
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 301790, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-09 06:48:57 UTC (rev 301791)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.9
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de  # tags/1.40.9^0

[arch-commits] Commit in pango/repos (4 files)

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:20:27
  Author: heftig
Revision: 301739

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 301738, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 301738, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:19:48 UTC (rev 301738)
+++ extra-i686/PKGBUILD 2017-08-07 18:20:27 UTC (rev 301739)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.7
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 301738, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:20:27 UTC (rev 301739)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-07 18:19:48 UTC (rev 301738)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:20:27 UTC (rev 301739)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.7
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 301738, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:20:27 UTC (rev 301739)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0

[arch-commits] Commit in pango/repos (4 files)

2017-07-17 Thread Jan Steffens
Date: Tuesday, July 18, 2017 @ 03:52:04
  Author: heftig
Revision: 300741

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 300740, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 300740, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-18 03:51:37 UTC (rev 300740)
+++ extra-i686/PKGBUILD 2017-07-18 03:52:04 UTC (rev 300741)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.6+9+g92cc73c8
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=92cc73c898e4665fd739704417d487d137dd271b  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja -v
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 300740, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-18 03:52:04 UTC (rev 300741)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.7
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-18 03:51:37 UTC (rev 300740)
+++ extra-x86_64/PKGBUILD   2017-07-18 03:52:04 UTC (rev 300741)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.6+9+g92cc73c8
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=92cc73c898e4665fd739704417d487d137dd271b  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja -v
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 300740, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-18 03:52:04 UTC (rev 300741)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.7
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=7a8744e17fdb8ebb975301813665736667900634  # 

[arch-commits] Commit in pango/repos (4 files)

2017-05-23 Thread Jan Steffens
Date: Tuesday, May 23, 2017 @ 18:54:13
  Author: heftig
Revision: 296520

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

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 296519, pango/trunk/PKGBUILD)
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 296519, pango/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 296519, 
pango/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-23 18:54:13 UTC (rev 296520)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+9+g92cc73c8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=92cc73c898e4665fd739704417d487d137dd271b  # master
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja -v
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 296519, 
pango/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-23 18:54:13 UTC (rev 296520)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+9+g92cc73c8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=92cc73c898e4665fd739704417d487d137dd271b  # master
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja -v
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in pango/repos (4 files)

2017-05-22 Thread Jan Steffens
Date: Tuesday, May 23, 2017 @ 04:22:41
  Author: heftig
Revision: 296468

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

Added:
  pango/repos/testing-i686/PKGBUILD
(from rev 296467, pango/trunk/PKGBUILD)
  pango/repos/testing-x86_64/PKGBUILD
(from rev 296467, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/testing-i686/PKGBUILD
  pango/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 testing-i686/PKGBUILD   |   43 --
 testing-x86_64/PKGBUILD |   43 --
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-05-23 04:22:05 UTC (rev 296467)
+++ testing-i686/PKGBUILD   2017-05-23 04:22:41 UTC (rev 296468)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.6+6+g6f59d0f3
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest || :
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/testing-i686/PKGBUILD (from rev 296467, 
pango/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-23 04:22:41 UTC (rev 296468)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-05-23 04:22:05 UTC (rev 296467)
+++ testing-x86_64/PKGBUILD 2017-05-23 04:22:41 UTC (rev 296468)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.6+6+g6f59d0f3
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest || :
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 296467, 
pango/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-23 04:22:41 UTC (rev 296468)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai 

[arch-commits] Commit in pango/repos (4 files)

2017-05-22 Thread Jan Steffens
Date: Monday, May 22, 2017 @ 20:12:07
  Author: heftig
Revision: 296464

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

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 296463, pango/trunk/PKGBUILD)
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 296463, pango/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 296463, 
pango/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-22 20:12:07 UTC (rev 296464)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest || :
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 296463, 
pango/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-22 20:12:07 UTC (rev 296464)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest || :
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in pango/repos (4 files)

2017-04-13 Thread Jan de Groot
Date: Thursday, April 13, 2017 @ 21:52:45
  Author: jgc
Revision: 292900

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

Added:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 292899, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292899, pango/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   44 +++
 gnome-unstable-x86_64/PKGBUILD |   44 +++
 2 files changed, 88 insertions(+)

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 292899, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-13 21:52:45 UTC (rev 292900)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.5
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=6c5d1d35061a91c3c0792f7720da3f8308ebff65  # tags/1.40.5^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: pango/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292899, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-13 21:52:45 UTC (rev 292900)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.5
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=6c5d1d35061a91c3c0792f7720da3f8308ebff65  # tags/1.40.5^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in pango/repos (4 files)

2017-02-27 Thread Jan Steffens
Date: Monday, February 27, 2017 @ 22:27:30
  Author: heftig
Revision: 289665

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 289664, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 289664, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-27 22:27:02 UTC (rev 289664)
+++ extra-i686/PKGBUILD 2017-02-27 22:27:30 UTC (rev 289665)
@@ -1,44 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.3
-pkgrel=2
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
-checkdepends=(ttf-dejavu)
-_commit=e9471764d19f740f756cf7e6d11aba0cbba3d2ae  # tags/1.40.3^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 289664, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-27 22:27:30 UTC (rev 289665)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.4
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=43b9668ba688b01553abb7b453aeb206d7fd56fa  # tags/1.40.4^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-27 22:27:02 UTC (rev 289664)
+++ extra-x86_64/PKGBUILD   2017-02-27 22:27:30 UTC (rev 289665)
@@ -1,44 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.3
-pkgrel=2
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
-checkdepends=(ttf-dejavu)
-_commit=e9471764d19f740f756cf7e6d11aba0cbba3d2ae  # tags/1.40.3^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 289664, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-27 22:27:30 UTC (rev 289665)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.4
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig 

[arch-commits] Commit in pango/repos (4 files)

2017-01-26 Thread Jan Steffens
Date: Thursday, January 26, 2017 @ 21:30:01
  Author: heftig
Revision: 287559

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 287558, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 287558, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   39 -
 extra-x86_64/PKGBUILD |   39 -
 3 files changed, 88 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-26 21:29:17 UTC (rev 287558)
+++ extra-i686/PKGBUILD 2017-01-26 21:30:01 UTC (rev 287559)
@@ -1,39 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.3
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
- 'gtk-doc')
-checkdepends=('ttf-dejavu')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm pango-view/pango-view.1.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 287558, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-26 21:30:01 UTC (rev 287559)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.3
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=e9471764d19f740f756cf7e6d11aba0cbba3d2ae  # tags/1.40.3^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-26 21:29:17 UTC (rev 287558)
+++ extra-x86_64/PKGBUILD   2017-01-26 21:30:01 UTC (rev 287559)
@@ -1,39 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.3
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
- 'gtk-doc')
-checkdepends=('ttf-dejavu')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm pango-view/pango-view.1.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 287558, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-26 21:30:01 UTC (rev 287559)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.3
+pkgrel=2
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)

[arch-commits] Commit in pango/repos (4 files)

2016-09-14 Thread Jan Steffens
Date: Wednesday, September 14, 2016 @ 07:08:12
  Author: heftig
Revision: 276271

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 276270, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 276270, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-14 07:07:29 UTC (rev 276270)
+++ extra-i686/PKGBUILD 2016-09-14 07:08:12 UTC (rev 276271)
@@ -1,39 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.2
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
- 'gtk-doc')
-checkdepends=('ttf-dejavu')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm pango-view/pango-view.1.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 276270, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-14 07:08:12 UTC (rev 276271)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
+ 'gtk-doc')
+checkdepends=('ttf-dejavu')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm pango-view/pango-view.1.in
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-14 07:07:29 UTC (rev 276270)
+++ extra-x86_64/PKGBUILD   2016-09-14 07:08:12 UTC (rev 276271)
@@ -1,39 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.2
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
- 'gtk-doc')
-checkdepends=('ttf-dejavu')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm pango-view/pango-view.1.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 276270, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-14 07:08:12 UTC (rev 276271)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"

[arch-commits] Commit in pango/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:36:41
  Author: heftig
Revision: 155246

db-move: moved pango from [gnome-unstable] to [testing] (i686)

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 155005, pango/repos/gnome-unstable-i686/PKGBUILD)
  pango/repos/testing-i686/pango.install
(from rev 155005, pango/repos/gnome-unstable-i686/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/

---+
 PKGBUILD  |   29 +
 pango.install |   21 +
 2 files changed, 50 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 155005, 
pango/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:36:41 UTC (rev 155246)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.30.0
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
+makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pango/repos/testing-i686/pango.install (from rev 155005, 
pango/repos/gnome-unstable-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2012-04-01 11:36:41 UTC (rev 155246)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}



[arch-commits] Commit in pango/repos (4 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:36:43
  Author: heftig
Revision: 155247

db-move: moved pango from [gnome-unstable] to [testing] (x86_64)

Added:
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 155005, pango/repos/gnome-unstable-x86_64/PKGBUILD)
  pango/repos/testing-x86_64/pango.install
(from rev 155005, pango/repos/gnome-unstable-x86_64/pango.install)
Deleted:
  pango/repos/gnome-unstable-x86_64/

---+
 PKGBUILD  |   29 +
 pango.install |   21 +
 2 files changed, 50 insertions(+)

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 155005, 
pango/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:36:43 UTC (rev 155247)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.30.0
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
+makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 155005, 
pango/repos/gnome-unstable-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2012-04-01 11:36:43 UTC (rev 155247)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}



[arch-commits] Commit in pango/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:32:49
  Author: ibiru
Revision: 139030

db-move: moved pango from [gnome-unstable] to [testing] (i686)

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 138832, pango/repos/gnome-unstable-i686/PKGBUILD)
  pango/repos/testing-i686/pango.install
(from rev 138832, pango/repos/gnome-unstable-i686/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/

---+
 PKGBUILD  |   29 +
 pango.install |   21 +
 2 files changed, 50 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 138832, 
pango/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-28 19:32:49 UTC (rev 139030)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.29.4
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
+makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.29/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7ae8d1953e6098a2706df58c1f84555c06ace7006bb34c0e54ab9acd98c1127f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pango/repos/testing-i686/pango.install (from rev 138832, 
pango/repos/gnome-unstable-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2011-09-28 19:32:49 UTC (rev 139030)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}



[arch-commits] Commit in pango/repos (4 files)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 15:32:50
  Author: ibiru
Revision: 139031

db-move: moved pango from [gnome-unstable] to [testing] (x86_64)

Added:
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 138832, pango/repos/gnome-unstable-x86_64/PKGBUILD)
  pango/repos/testing-x86_64/pango.install
(from rev 138832, pango/repos/gnome-unstable-x86_64/pango.install)
Deleted:
  pango/repos/gnome-unstable-x86_64/

---+
 PKGBUILD  |   29 +
 pango.install |   21 +
 2 files changed, 50 insertions(+)

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 138832, 
pango/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:32:50 UTC (rev 139031)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.29.4
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
+makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.29/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7ae8d1953e6098a2706df58c1f84555c06ace7006bb34c0e54ab9acd98c1127f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 138832, 
pango/repos/gnome-unstable-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2011-09-28 19:32:50 UTC (rev 139031)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}