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

2016-04-12 Thread Jan Steffens
Date: Tuesday, April 12, 2016 @ 23:49:12
  Author: heftig
Revision: 264773

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

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

+
 /PKGBUILD  |   74 +++
 /pango.install |   16 +
 extra-i686/PKGBUILD|   37 -
 extra-i686/pango.install   |8 
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/pango.install |8 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-12 21:47:48 UTC (rev 264772)
+++ extra-i686/PKGBUILD 2016-04-12 21:49:12 UTC (rev 264773)
@@ -1,37 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.0
-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')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('da17985df314cb07d066ab5424f59c21ce973ece05b7de4df04d798ec8511c8b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  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 -j1 DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 264772, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-12 21:49:12 UTC (rev 264773)
@@ -0,0 +1,37 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.1
+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')
+checkdepends=('ttf-dejavu')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  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 -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2016-04-12 21:47:48 UTC (rev 264772)
+++ extra-i686/pango.install2016-04-12 21:49:12 UTC (rev 264773)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   if [ -f etc/pango/pango.modules ]; then
-   rm etc/pango/pango.modules
-   fi
-}

Copied: pango/repos/extra-i686/pango.install (from rev 264772, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2016-04-12 21:49:12 UTC (rev 264773)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   if [ -f etc/pango/pango.modules ]; then
+   rm etc/pango/pango.modules
+   fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-12 21:47:48 UTC (rev 264772)
+++ extra-x86_64/PKGBUILD   2016-04-12 21:49:12 UTC (rev 264773)
@@ -1,37 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.0
-pkgrel=1
-pkgdesc="A library 

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

2016-03-01 Thread Jan Steffens
Date: Tuesday, March 1, 2016 @ 13:29:25
  Author: heftig
Revision: 260442

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

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

+
 /PKGBUILD  |   80 +++
 /pango.install |   16 
 extra-i686/PKGBUILD|   40 -
 extra-i686/pango.install   |8 
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/pango.install |8 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-i686/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,40 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.38.1
-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')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 260441, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,40 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.39.0
+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')
+checkdepends=('ttf-dejavu')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-i686/pango.install2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   if [ -f etc/pango/pango.modules ]; then
-   rm etc/pango/pango.modules
-   fi
-}

Copied: pango/repos/extra-i686/pango.install (from rev 260441, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   if [ -f etc/pango/pango.modules ]; then
+   rm etc/pango/pango.modules
+   fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-x86_64/PKGBUILD   2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,40 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"

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

2015-10-13 Thread Jan Steffens
Date: Tuesday, October 13, 2015 @ 09:55:32
  Author: heftig
Revision: 249138

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 249136, pango/trunk/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 249136, pango/trunk/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 249137, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 249137, pango/trunk/pango.install)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-i686/pango.install
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/pango.install

+
 /PKGBUILD  |   80 +++
 /pango.install |   16 
 extra-i686/PKGBUILD|   30 
 extra-i686/pango.install   |8 
 extra-x86_64/PKGBUILD  |   30 
 extra-x86_64/pango.install |8 
 6 files changed, 96 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:54:28 UTC (rev 249137)
+++ extra-i686/PKGBUILD 2015-10-13 07:55:32 UTC (rev 249138)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.38.0
-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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 249136, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:55:32 UTC (rev 249138)
@@ -0,0 +1,40 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.38.1
+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')
+checkdepends=('ttf-dejavu')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2015-10-13 07:54:28 UTC (rev 249137)
+++ extra-i686/pango.install2015-10-13 07:55:32 UTC (rev 249138)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   if [ -f etc/pango/pango.modules ]; then
-   rm etc/pango/pango.modules
-   fi
-}

Copied: pango/repos/extra-i686/pango.install (from rev 249136, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2015-10-13 07:55:32 UTC (rev 249138)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   if [ -f etc/pango/pango.modules ]; then
+   rm etc/pango/pango.modules
+   fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 07:54:28 UTC (rev 249137)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:55:32 UTC (rev 249138)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.38.0
-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' 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:49
  Author: jgc
Revision: 223053

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

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

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/pango.install   |   14 ++
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/pango.install |   14 ++
 4 files changed, 90 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 223030, 
pango/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.8
+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' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-i686/pango.install (from rev 223030, 
pango/repos/gnome-unstable-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 223030, 
pango/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.8
+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' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 223030, 
pango/repos/gnome-unstable-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}



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

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 09:57:17
  Author: jgc
Revision: 222745

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

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 222744, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 222744, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222744, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 222744, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 /PKGBUILD   |   62 ++
 /pango.install  |   28 +++
 gnome-unstable-i686/PKGBUILD|   31 -
 gnome-unstable-i686/pango.install   |   14 ---
 gnome-unstable-x86_64/PKGBUILD  |   31 -
 gnome-unstable-x86_64/pango.install |   14 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 07:57:07 UTC (rev 222744)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:57:17 UTC (rev 222745)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.7
-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' 'python2')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 222744, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 07:57:17 UTC (rev 222745)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.8
+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' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2014-09-23 07:57:07 UTC (rev 222744)
+++ gnome-unstable-i686/pango.install   2014-09-23 07:57:17 UTC (rev 222745)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 222744, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2014-09-23 07:57:17 UTC (rev 222745)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-23 07:57:07 UTC (rev 222744)
+++ 

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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 23:14:57
  Author: heftig
Revision: 220477

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

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

+
 /PKGBUILD  |   62 +++
 /pango.install |   28 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/pango.install   |   14 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/pango.install |   14 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-i686/PKGBUILD 2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.5
-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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('be0e94b2e5c7459f0b6db21efab6253556c8f443837200b8736d697071276ac8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 220476, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-20 21:14:57 UTC (rev 220477)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.6
+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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-i686/pango.install2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 220476, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2014-08-20 21:14:57 UTC (rev 220477)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-20 21:13:53 UTC (rev 220476)
+++ extra-x86_64/PKGBUILD   2014-08-20 21:14:57 UTC (rev 220477)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.5
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 

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

2014-06-24 Thread Jan Steffens
Date: Tuesday, June 24, 2014 @ 21:18:52
  Author: heftig
Revision: 215424

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

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

+
 /PKGBUILD  |   62 +++
 /pango.install |   28 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/pango.install   |   14 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/pango.install |   14 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-24 19:18:03 UTC (rev 215423)
+++ extra-i686/PKGBUILD 2014-06-24 19:18:52 UTC (rev 215424)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.3
-pkgrel=2
-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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('ad48e32917f94aa9d507486d44366e59355fcfd46ef86d119ddcba566ada5d22')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 215423, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-24 19:18:52 UTC (rev 215424)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.5
+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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('be0e94b2e5c7459f0b6db21efab6253556c8f443837200b8736d697071276ac8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2014-06-24 19:18:03 UTC (rev 215423)
+++ extra-i686/pango.install2014-06-24 19:18:52 UTC (rev 215424)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 215423, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2014-06-24 19:18:52 UTC (rev 215424)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-24 19:18:03 UTC (rev 215423)
+++ extra-x86_64/PKGBUILD   2014-06-24 19:18:52 UTC (rev 215424)
@@ -1,31 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.3
-pkgrel=2
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 

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

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 14:16:07
  Author: jgc
Revision: 208542

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

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

+
 /PKGBUILD  |   58 +++
 /pango.install |   28 
 extra-i686/PKGBUILD|   29 -
 extra-i686/pango.install   |   14 --
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/pango.install |   14 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-24 13:16:00 UTC (rev 208541)
+++ extra-i686/PKGBUILD 2014-03-24 13:16:07 UTC (rev 208542)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 208541, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-24 13:16:07 UTC (rev 208542)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('ad48e32917f94aa9d507486d44366e59355fcfd46ef86d119ddcba566ada5d22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2014-03-24 13:16:00 UTC (rev 208541)
+++ extra-i686/pango.install2014-03-24 13:16:07 UTC (rev 208542)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 208541, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2014-03-24 13:16:07 UTC (rev 208542)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-24 13:16:00 UTC (rev 208541)
+++ extra-x86_64/PKGBUILD   2014-03-24 13:16:07 UTC (rev 208542)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.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' 

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

2014-02-04 Thread Jan Steffens
Date: Wednesday, February 5, 2014 @ 07:13:22
  Author: heftig
Revision: 205450

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

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

+
 /PKGBUILD  |   58 +++
 /pango.install |   28 
 extra-i686/PKGBUILD|   29 -
 extra-i686/pango.install   |   14 --
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/pango.install |   14 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-05 06:12:36 UTC (rev 205449)
+++ extra-i686/PKGBUILD 2014-02-05 06:13:22 UTC (rev 205450)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.1
-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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 205449, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-05 06:13:22 UTC (rev 205450)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2014-02-05 06:12:36 UTC (rev 205449)
+++ extra-i686/pango.install2014-02-05 06:13:22 UTC (rev 205450)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 205449, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2014-02-05 06:13:22 UTC (rev 205450)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-05 06:12:36 UTC (rev 205449)
+++ extra-x86_64/PKGBUILD   2014-02-05 06:13:22 UTC (rev 205450)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.1
-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' 

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

2013-11-11 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 19:06:12
  Author: heftig
Revision: 199375

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

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

+
 /PKGBUILD  |   58 +++
 /pango.install |   28 
 extra-i686/PKGBUILD|   29 -
 extra-i686/pango.install   |   14 --
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/pango.install |   14 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-11 18:05:52 UTC (rev 199374)
+++ extra-i686/PKGBUILD 2013-11-11 18:06:12 UTC (rev 199375)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.0
-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')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 199374, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-11 18:06:12 UTC (rev 199375)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.1
+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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2013-11-11 18:05:52 UTC (rev 199374)
+++ extra-i686/pango.install2013-11-11 18:06:12 UTC (rev 199375)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 199374, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2013-11-11 18:06:12 UTC (rev 199375)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-11 18:05:52 UTC (rev 199374)
+++ extra-x86_64/PKGBUILD   2013-11-11 18:06:12 UTC (rev 199375)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.36.0
-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' 

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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 15:02:47
  Author: jgc
Revision: 194743

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

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 194742, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 194742, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194742, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 194742, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 /PKGBUILD   |   60 ++
 /pango.install  |   28 +++
 gnome-unstable-i686/PKGBUILD|   30 -
 gnome-unstable-i686/pango.install   |   14 ---
 gnome-unstable-x86_64/PKGBUILD  |   30 -
 gnome-unstable-x86_64/pango.install |   14 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-23 13:02:41 UTC (rev 194742)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 13:02:47 UTC (rev 194743)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.35.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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('82c9f0d047714f2aaf0284bbc55c2a76d9d11ee309036c35c7377b0daad6d3bf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 194742, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 13:02:47 UTC (rev 194743)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.0
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2013-09-23 13:02:41 UTC (rev 194742)
+++ gnome-unstable-i686/pango.install   2013-09-23 13:02:47 UTC (rev 194743)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 194742, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2013-09-23 13:02:47 UTC (rev 194743)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-09-23 13:02:41 UTC (rev 194742)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 13:02:47 UTC (rev 194743)
@@ -1,30 

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

2013-09-02 Thread Jan de Groot
Date: Monday, September 2, 2013 @ 21:37:54
  Author: jgc
Revision: 193853

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

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 193852, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 193852, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 193852, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 193852, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 /PKGBUILD   |   60 ++
 /pango.install  |   28 +++
 gnome-unstable-i686/PKGBUILD|   30 -
 gnome-unstable-i686/pango.install   |   14 ---
 gnome-unstable-x86_64/PKGBUILD  |   30 -
 gnome-unstable-x86_64/pango.install |   14 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-02 19:37:47 UTC (rev 193852)
+++ gnome-unstable-i686/PKGBUILD2013-09-02 19:37:54 UTC (rev 193853)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.35.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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('b5c1d0682110fa605efdad9da6b7104e7767f4c31551b0fcc6d425789864afba')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 193852, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-02 19:37:54 UTC (rev 193853)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.35.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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('82c9f0d047714f2aaf0284bbc55c2a76d9d11ee309036c35c7377b0daad6d3bf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2013-09-02 19:37:47 UTC (rev 193852)
+++ gnome-unstable-i686/pango.install   2013-09-02 19:37:54 UTC (rev 193853)
@@ -1,14 +0,0 @@
-post_install() {
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install
-}
-
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 193852, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2013-09-02 19:37:54 UTC (rev 193853)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-09-02 19:37:47 UTC (rev 193852)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-02 19:37:54 UTC (rev 193853)
@@ -1,30 +0,0 

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

2013-05-13 Thread Jan Steffens
Date: Monday, May 13, 2013 @ 19:48:00
  Author: heftig
Revision: 185364

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

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

+
 /PKGBUILD  |   60 +++
 /pango.install |   42 ++
 extra-i686/PKGBUILD|   30 -
 extra-i686/pango.install   |   21 ---
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/pango.install |   21 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-13 17:47:15 UTC (rev 185363)
+++ extra-i686/PKGBUILD 2013-05-13 17:48:00 UTC (rev 185364)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.34.0
-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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 185363, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-13 17:48:00 UTC (rev 185364)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.34.1
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2013-05-13 17:47:15 UTC (rev 185363)
+++ extra-i686/pango.install2013-05-13 17:48:00 UTC (rev 185364)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/extra-i686/pango.install (from rev 185363, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2013-05-13 17:48:00 UTC (rev 185364)
@@ -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 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:20
  Author: heftig
Revision: 182569

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

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 182430, pango/repos/staging-i686/PKGBUILD)
  pango/repos/testing-i686/pango.install
(from rev 182430, pango/repos/staging-i686/pango.install)
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 182430, pango/repos/staging-x86_64/PKGBUILD)
  pango/repos/testing-x86_64/pango.install
(from rev 182430, pango/repos/staging-x86_64/pango.install)
Deleted:
  pango/repos/staging-i686/
  pango/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   30 ++
 testing-i686/pango.install   |   21 +
 testing-x86_64/PKGBUILD  |   30 ++
 testing-x86_64/pango.install |   21 +
 4 files changed, 102 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 182430, 
pango/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:20 UTC (rev 182569)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.34.0
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-i686/pango.install (from rev 182430, 
pango/repos/staging-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2013-04-10 19:14:20 UTC (rev 182569)
@@ -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
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 182430, 
pango/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:20 UTC (rev 182569)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.34.0
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 182430, 
pango/repos/staging-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2013-04-10 19:14:20 UTC (rev 182569)
@@ -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 

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

2013-01-08 Thread Jan de Groot
Date: Tuesday, January 8, 2013 @ 04:21:35
  Author: jgc
Revision: 174865

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

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

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/pango.install   |   42 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/pango.install |   42 +++---
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-08 09:20:45 UTC (rev 174864)
+++ extra-i686/PKGBUILD 2013-01-08 09:21:35 UTC (rev 174865)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.32.4
-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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 174864, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-08 09:21:35 UTC (rev 174865)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.5
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2013-01-08 09:20:45 UTC (rev 174864)
+++ extra-i686/pango.install2013-01-08 09:21:35 UTC (rev 174865)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/extra-i686/pango.install (from rev 174864, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2013-01-08 09:21:35 UTC (rev 174865)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD

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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 20:23:57
  Author: heftig
Revision: 170950

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

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

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/pango.install   |   42 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/pango.install |   42 +++---
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 01:18:18 UTC (rev 170949)
+++ extra-i686/PKGBUILD 2012-11-14 01:23:57 UTC (rev 170950)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.32.1
-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')
-options=('!libtool')
-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=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 170949, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 01:23:57 UTC (rev 170950)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-11-14 01:18:18 UTC (rev 170949)
+++ extra-i686/pango.install2012-11-14 01:23:57 UTC (rev 170950)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/extra-i686/pango.install (from rev 170949, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-11-14 01:23:57 UTC (rev 170950)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD

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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:23:05
  Author: jgc
Revision: 169163

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

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

--+
 testing-i686/PKGBUILD|   30 ++
 testing-i686/pango.install   |   21 +
 testing-x86_64/PKGBUILD  |   30 ++
 testing-x86_64/pango.install |   21 +
 4 files changed, 102 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 169138, 
pango/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:23:05 UTC (rev 169163)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.1
+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')
+options=('!libtool')
+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=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-i686/pango.install (from rev 169138, 
pango/repos/gnome-unstable-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2012-10-18 19:23:05 UTC (rev 169163)
@@ -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
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 169138, 
pango/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:23:05 UTC (rev 169163)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.1
+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')
+options=('!libtool')
+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=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 169138, 
pango/repos/gnome-unstable-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2012-10-18 19:23:05 UTC (rev 169163)
@@ -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

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

2012-09-30 Thread Jan Steffens
Date: Sunday, September 30, 2012 @ 19:21:49
  Author: heftig
Revision: 167315

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

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 167314, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 167314, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167314, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 167314, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 gnome-unstable-i686/PKGBUILD|   60 +-
 gnome-unstable-i686/pango.install   |   42 +++
 gnome-unstable-x86_64/PKGBUILD  |   60 +-
 gnome-unstable-x86_64/pango.install |   42 +++
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:21:49 UTC (rev 167315)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.31.1
-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')
-options=('!libtool')
-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=('b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 167314, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-30 23:21:49 UTC (rev 167315)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.1
+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')
+options=('!libtool')
+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=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-i686/pango.install   2012-09-30 23:21:49 UTC (rev 167315)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 167314, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2012-09-30 23:21:49 UTC (rev 167315)
@@ -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 

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

2012-06-10 Thread Jan de Groot
Date: Sunday, June 10, 2012 @ 06:55:15
  Author: jgc
Revision: 161372

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

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

+
 extra-i686/PKGBUILD|   58 +--
 extra-i686/pango.install   |   42 +++
 extra-x86_64/PKGBUILD  |   58 +--
 extra-x86_64/pango.install |   42 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-10 10:54:51 UTC (rev 161371)
+++ extra-i686/PKGBUILD 2012-06-10 10:55:15 UTC (rev 161372)
@@ -1,29 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 161371, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-10 10:55:15 UTC (rev 161372)
@@ -0,0 +1,29 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.30.1
+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=('3a8c061e143c272ddcd5467b3567e970cfbb64d1d1600a8f8e62435556220cbe')
+
+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
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-06-10 10:54:51 UTC (rev 161371)
+++ extra-i686/pango.install2012-06-10 10:55:15 UTC (rev 161372)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/extra-i686/pango.install (from rev 161371, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-06-10 10:55:15 UTC (rev 161372)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-10 10:54:51 UTC 

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

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 11:07:01
  Author: ibiru
Revision: 138819

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

Added:
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 138818, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 138818, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138818, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 138818, pango/trunk/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/PKGBUILD
  pango/repos/gnome-unstable-i686/pango.install
  pango/repos/gnome-unstable-x86_64/PKGBUILD
  pango/repos/gnome-unstable-x86_64/pango.install

-+
 gnome-unstable-i686/PKGBUILD|   58 +-
 gnome-unstable-i686/pango.install   |   42 
 gnome-unstable-x86_64/PKGBUILD  |   58 +-
 gnome-unstable-x86_64/pango.install |   42 
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-28 15:05:45 UTC (rev 138818)
+++ gnome-unstable-i686/PKGBUILD2011-09-28 15:07:01 UTC (rev 138819)
@@ -1,29 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.29.3
-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=('b0da90cdac7f384a1c678b9467d00b6b8167f12044f9db089bf359f88644e86e')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 138818, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-28 15:07:01 UTC (rev 138819)
@@ -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
+}

Deleted: gnome-unstable-i686/pango.install
===
--- gnome-unstable-i686/pango.install   2011-09-28 15:05:45 UTC (rev 138818)
+++ gnome-unstable-i686/pango.install   2011-09-28 15:07:01 UTC (rev 138819)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 138818, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2011-09-28 15:07:01 UTC (rev 138819)
@@ -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
+