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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:11:56
  Author: heftig
Revision: 183451

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 183326, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 183326, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 183326, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 183326, pango/repos/testing-x86_64/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
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

+
 /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-04-21 22:11:54 UTC (rev 183450)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:56 UTC (rev 183451)
@@ -1,30 +0,0 @@
-# $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
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 183326, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:11:56 UTC (rev 183451)
@@ -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
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2013-04-21 22:11:54 UTC (rev 183450)
+++ extra-i686/pango.install2013-04-21 22:11:56 UTC (rev 183451)
@@ -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 183326, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2013-04-21 22:11:56 UTC (rev 183451)
@@ -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
+ 

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

2012-12-08 Thread Jan Steffens
Date: Saturday, December 8, 2012 @ 16:00:11
  Author: heftig
Revision: 173027

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 173025, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 173025, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 173025, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 173025, pango/repos/testing-x86_64/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
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

+
 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-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.32.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=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
-
-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 173025, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:11 UTC (rev 173027)
@@ -0,0 +1,30 @@
+# $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
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/pango.install2012-12-08 21:00:11 UTC (rev 173027)
@@ -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 173025, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-12-08 21:00:11 UTC (rev 173027)
@@ -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
+   

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

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

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 172097, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 172097, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 172097, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 172097, pango/repos/testing-x86_64/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
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

+
 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-28 10:31:12 UTC (rev 172097)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,30 +0,0 @@
-# $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
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 172097, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.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=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
+
+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-28 10:31:12 UTC (rev 172097)
+++ extra-i686/pango.install2012-11-28 10:31:22 UTC (rev 172098)
@@ -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 172097, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-11-28 10:31:22 UTC (rev 172098)
@@ -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
+   

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

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 19:00:54
  Author: heftig
Revision: 169991

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

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 169962, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 169962, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 169962, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 169962, pango/repos/testing-x86_64/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
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 23:00:51 UTC (rev 169990)
+++ extra-i686/PKGBUILD 2012-10-30 23:00:54 UTC (rev 169991)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 169962, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 23:00:54 UTC (rev 169991)
@@ -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: extra-i686/pango.install
===
--- extra-i686/pango.install2012-10-30 23:00:51 UTC (rev 169990)
+++ extra-i686/pango.install2012-10-30 23:00:54 UTC (rev 169991)
@@ -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 169962, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-10-30 23:00:54 UTC (rev 169991)
@@ -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