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 <j...@archlinux.org>
-
-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 <j...@archlinux.org>
+
+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.install    2016-04-12 21:47:48 UTC (rev 264772)
+++ extra-i686/pango.install    2016-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.install    2016-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 <j...@archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 264772, 
pango/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2016-04-12 21:49:12 UTC (rev 264773)
@@ -0,0 +1,37 @@
+# $Id$ 
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+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-x86_64/pango.install
===================================================================
--- extra-x86_64/pango.install  2016-04-12 21:47:48 UTC (rev 264772)
+++ extra-x86_64/pango.install  2016-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-x86_64/pango.install (from rev 264772, 
pango/trunk/pango.install)
===================================================================
--- extra-x86_64/pango.install                          (rev 0)
+++ extra-x86_64/pango.install  2016-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
+}

Reply via email to