[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)
Felix Yan
fyan at archlinux.org
Fri Mar 4 04:34:37 UTC 2016
Date: Friday, March 4, 2016 @ 05:34:37
Author: fyan
Revision: 164598
archrelease: copy trunk to multilib-x86_64
Added:
lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 164597, lib32-pango/trunk/PKGBUILD)
lib32-pango/repos/multilib-x86_64/pango.install
(from rev 164597, lib32-pango/trunk/pango.install)
Deleted:
lib32-pango/repos/multilib-x86_64/PKGBUILD
lib32-pango/repos/multilib-x86_64/pango.install
---------------+
PKGBUILD | 96 ++++++++++++++++++++++++++++----------------------------
pango.install | 38 +++++++++++-----------
2 files changed, 67 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-04 04:34:20 UTC (rev 164597)
+++ PKGBUILD 2016-03-04 04:34:37 UTC (rev 164598)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
-# Maintainer: Biru Ionut <ionut at archlinux.ro>
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
- $_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-mesa-libgl')
-options=('!emptydirs')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
-
-prepare() {
- cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
- sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
-}
-
-build() {
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
- cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
- ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
- --localstatedir=/var --with-included-modules=basic-fc \
- --with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc \
- --disable-introspection
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
- rm -rf "$pkgdir"/etc
- rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
-}
Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 164597, lib32-pango/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-04 04:34:37 UTC (rev 164598)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi>
+# Maintainer: Biru Ionut <ionut at archlinux.ro>
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.39.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
+ $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-mesa-libgl')
+options=('!emptydirs')
+install=pango.install
+source=(https://download.gnome.org/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+
+prepare() {
+ cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+ sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
+}
+
+build() {
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+ cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+ ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+ --localstatedir=/var --with-included-modules=basic-fc \
+ --with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc \
+ --disable-introspection
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "$pkgdir"/etc
+ rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
+}
Deleted: pango.install
===================================================================
--- pango.install 2016-03-04 04:34:20 UTC (rev 164597)
+++ pango.install 2016-03-04 04:34:37 UTC (rev 164598)
@@ -1,19 +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 .
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- if [ -f etc/pango/pango.modules-32 ]; then
- rm etc/pango/pango.modules-32
- fi
-}
-
-# arg 1: the old package version
-pre_remove() {
- post_upgrade
-}
Copied: lib32-pango/repos/multilib-x86_64/pango.install (from rev 164597, lib32-pango/trunk/pango.install)
===================================================================
--- pango.install (rev 0)
+++ pango.install 2016-03-04 04:34:37 UTC (rev 164598)
@@ -0,0 +1,19 @@
+# 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 .
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ if [ -f etc/pango/pango.modules-32 ]; then
+ rm etc/pango/pango.modules-32
+ fi
+}
+
+# arg 1: the old package version
+pre_remove() {
+ post_upgrade
+}
More information about the arch-commits
mailing list