[arch-commits] Commit in lib32-pango/trunk (PKGBUILD pango.install)
Felix Yan
felixonmars at archlinux.org
Fri Oct 21 10:09:01 UTC 2016
Date: Friday, October 21, 2016 @ 10:09:00
Author: felixonmars
Revision: 192846
upgpkg: lib32-pango 1.40.3-1
Modified:
lib32-pango/trunk/PKGBUILD
Deleted:
lib32-pango/trunk/pango.install
---------------+
PKGBUILD | 7 +++----
pango.install | 19 -------------------
2 files changed, 3 insertions(+), 23 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-21 09:37:30 UTC (rev 192845)
+++ PKGBUILD 2016-10-21 10:09:00 UTC (rev 192846)
@@ -5,7 +5,7 @@
_pkgbasename=pango
pkgname=lib32-$_pkgbasename
-pkgver=1.40.1
+pkgver=1.40.3
pkgrel=1
pkgdesc="A library for layout and rendering of text (32-bit)"
arch=('x86_64')
@@ -14,10 +14,9 @@
$_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=('e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40')
+sha256sums=('abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3')
prepare() {
cd "${srcdir}/${_pkgbasename}-${pkgver}"
@@ -33,7 +32,7 @@
cd "${srcdir}/${_pkgbasename}-${pkgver}"
./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
- --localstatedir=/var --with-included-modules=basic-fc \
+ --localstatedir=/var \
--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
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
Deleted: pango.install
===================================================================
--- pango.install 2016-10-21 09:37:30 UTC (rev 192845)
+++ pango.install 2016-10-21 10:09:00 UTC (rev 192846)
@@ -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
-}
More information about the arch-commits
mailing list