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

Jan Steffens heftig at archlinux.org
Tue Oct 13 07:55:32 UTC 2015


    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 <jgc at archlinux.org>
-
-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 <jgc at archlinux.org>
+
+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.install	2015-10-13 07:54:28 UTC (rev 249137)
+++ extra-i686/pango.install	2015-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.install	2015-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 <jgc at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 249137, pango/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-13 07:55:32 UTC (rev 249138)
@@ -0,0 +1,40 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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-x86_64/pango.install
===================================================================
--- extra-x86_64/pango.install	2015-10-13 07:54:28 UTC (rev 249137)
+++ extra-x86_64/pango.install	2015-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-x86_64/pango.install (from rev 249137, pango/trunk/pango.install)
===================================================================
--- extra-x86_64/pango.install	                        (rev 0)
+++ extra-x86_64/pango.install	2015-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
+}



More information about the arch-commits mailing list