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

Jan Steffens heftig at archlinux.org
Sat Dec 8 21:00:11 UTC 2012


    Date: Saturday, December 8, 2012 @ 16:00:11
  Author: heftig
Revision: 173027

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

Added:
  pango/repos/extra-i686/PKGBUILD
    (from rev 173025, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
    (from rev 173025, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
    (from rev 173025, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
    (from rev 173025, pango/repos/testing-x86_64/pango.install)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-i686/pango.install
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/pango.install
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

----------------------------+
 extra-i686/PKGBUILD        |   60 +++++++++++++++++++++----------------------
 extra-i686/pango.install   |   42 +++++++++++++++---------------
 extra-x86_64/PKGBUILD      |   60 +++++++++++++++++++++----------------------
 extra-x86_64/pango.install |   42 +++++++++++++++---------------
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/PKGBUILD	2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.32.3
-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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./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/extra-i686/PKGBUILD (from rev 173025, pango/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-08 21:00:11 UTC (rev 173027)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.32.4
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./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"
+}

Deleted: extra-i686/pango.install
===================================================================
--- extra-i686/pango.install	2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/pango.install	2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,21 +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 .
-	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
-}

Copied: pango/repos/extra-i686/pango.install (from rev 173025, pango/repos/testing-i686/pango.install)
===================================================================
--- extra-i686/pango.install	                        (rev 0)
+++ extra-i686/pango.install	2012-12-08 21:00:11 UTC (rev 173027)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-x86_64/PKGBUILD	2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.32.3
-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')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./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/extra-x86_64/PKGBUILD (from rev 173025, pango/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-08 21:00:11 UTC (rev 173027)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.32.4
+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')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./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"
+}

Deleted: extra-x86_64/pango.install
===================================================================
--- extra-x86_64/pango.install	2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-x86_64/pango.install	2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,21 +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 .
-	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
-}

Copied: pango/repos/extra-x86_64/pango.install (from rev 173025, pango/repos/testing-x86_64/pango.install)
===================================================================
--- extra-x86_64/pango.install	                        (rev 0)
+++ extra-x86_64/pango.install	2012-12-08 21:00:11 UTC (rev 173027)
@@ -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