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/PKGBUILD        2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-i686/PKGBUILD        2012-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/PKGBUILD        2012-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 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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD      2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-x86_64/PKGBUILD      2012-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-x86_64/PKGBUILD (from rev 167314, 
pango/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2012-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-x86_64/pango.install
===================================================================
--- gnome-unstable-x86_64/pango.install 2012-09-30 23:20:38 UTC (rev 167314)
+++ gnome-unstable-x86_64/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-x86_64/pango.install (from rev 167314, 
pango/trunk/pango.install)
===================================================================
--- gnome-unstable-x86_64/pango.install                         (rev 0)
+++ gnome-unstable-x86_64/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 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
+}

Reply via email to