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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:53:50 UTC 2014


    Date: Friday, September 26, 2014 @ 12:53:49
  Author: jgc
Revision: 223053

db-move: moved pango from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
    (from rev 223030, pango/repos/gnome-unstable-i686/PKGBUILD)
  pango/repos/testing-i686/pango.install
    (from rev 223030, pango/repos/gnome-unstable-i686/pango.install)
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
    (from rev 223030, pango/repos/gnome-unstable-x86_64/PKGBUILD)
  pango/repos/testing-x86_64/pango.install
    (from rev 223030, pango/repos/gnome-unstable-x86_64/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-x86_64/

------------------------------+
 testing-i686/PKGBUILD        |   31 +++++++++++++++++++++++++++++++
 testing-i686/pango.install   |   14 ++++++++++++++
 testing-x86_64/PKGBUILD      |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/pango.install |   14 ++++++++++++++
 4 files changed, 90 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 223030, pango/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.36.8
+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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+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
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/testing-i686/pango.install (from rev 223030, pango/repos/gnome-unstable-i686/pango.install)
===================================================================
--- testing-i686/pango.install	                        (rev 0)
+++ testing-i686/pango.install	2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+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
+}
+
+pre_remove() {
+	rm etc/pango/pango.modules
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 223030, pango/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.36.8
+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')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+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
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 223030, pango/repos/gnome-unstable-x86_64/pango.install)
===================================================================
--- testing-x86_64/pango.install	                        (rev 0)
+++ testing-x86_64/pango.install	2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+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
+}
+
+pre_remove() {
+	rm etc/pango/pango.modules
+}




More information about the arch-commits mailing list