[arch-commits] Commit in pango/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:36:42 UTC 2012
Date: Sunday, April 1, 2012 @ 07:36:41
Author: heftig
Revision: 155246
db-move: moved pango from [gnome-unstable] to [testing] (i686)
Added:
pango/repos/testing-i686/
pango/repos/testing-i686/PKGBUILD
(from rev 155005, pango/repos/gnome-unstable-i686/PKGBUILD)
pango/repos/testing-i686/pango.install
(from rev 155005, pango/repos/gnome-unstable-i686/pango.install)
Deleted:
pango/repos/gnome-unstable-i686/
---------------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
pango.install | 21 +++++++++++++++++++++
2 files changed, 50 insertions(+)
Copied: pango/repos/testing-i686/PKGBUILD (from rev 155005, pango/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-01 11:36:41 UTC (rev 155246)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.30.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
+makedepends=('gobject-introspection' 'libxt' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --with-included-modules=basic-fc
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Copied: pango/repos/testing-i686/pango.install (from rev 155005, pango/repos/gnome-unstable-i686/pango.install)
===================================================================
--- testing-i686/pango.install (rev 0)
+++ testing-i686/pango.install 2012-04-01 11:36:41 UTC (rev 155246)
@@ -0,0 +1,21 @@
+# 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 .
+ usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ if [ -f usr/etc/pango/pango.modules ]; then
+ rm usr/etc/pango/pango.modules
+ fi
+ post_install $1
+}
+
+# arg 1: the old package version
+pre_remove() {
+ rm etc/pango/pango.modules
+}
More information about the arch-commits
mailing list