Date: Wednesday, September 23, 2015 @ 10:27:58
  Author: jgc
Revision: 247117

upgpkg: pango 1.38.0-1

Modified:
  pango/trunk/PKGBUILD
  pango/trunk/pango.install

---------------+
 PKGBUILD      |    7 +++----
 pango.install |   12 +++---------
 2 files changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-09-23 08:23:09 UTC (rev 247116)
+++ PKGBUILD    2015-09-23 08:27:58 UTC (rev 247117)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <[email protected]>
 
 pkgname=pango
-pkgver=1.36.8
+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' 'python2')
+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=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+sha256sums=('1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -27,5 +27,4 @@
 package() {
   cd ${pkgname}-${pkgver}
   make -j1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/pango"
 }

Modified: pango.install
===================================================================
--- pango.install       2015-09-23 08:23:09 UTC (rev 247116)
+++ pango.install       2015-09-23 08:27:58 UTC (rev 247117)
@@ -1,14 +1,8 @@
-post_install() {
-       usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
 post_upgrade() {
        if [ -f usr/etc/pango/pango.modules ]; then
                rm usr/etc/pango/pango.modules
        fi
-       post_install
+       if [ -f etc/pango/pango.modules ]; then
+               rm etc/pango/pango.modules
+       fi
 }
-
-pre_remove() {
-       rm etc/pango/pango.modules
-}

Reply via email to