[arch-commits] Commit in pango/repos (8 files)
Jan Steffens
heftig at archlinux.org
Tue Mar 1 12:29:26 UTC 2016
Date: Tuesday, March 1, 2016 @ 13:29:25
Author: heftig
Revision: 260442
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
pango/repos/extra-i686/PKGBUILD
(from rev 260441, pango/trunk/PKGBUILD)
pango/repos/extra-i686/pango.install
(from rev 260441, pango/trunk/pango.install)
pango/repos/extra-x86_64/PKGBUILD
(from rev 260441, pango/trunk/PKGBUILD)
pango/repos/extra-x86_64/pango.install
(from rev 260441, pango/trunk/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
----------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++++++++++
/pango.install | 16 ++++++++
extra-i686/PKGBUILD | 40 ---------------------
extra-i686/pango.install | 8 ----
extra-x86_64/PKGBUILD | 40 ---------------------
extra-x86_64/pango.install | 8 ----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-i686/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.38.1
-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')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-}
-
-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
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -k check || :
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make -j1 DESTDIR="${pkgdir}" install
-}
Copied: pango/repos/extra-i686/PKGBUILD (from rev 260441, pango/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.39.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')
+checkdepends=('ttf-dejavu')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+}
+
+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
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -k check || :
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make -j1 DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/pango.install
===================================================================
--- extra-i686/pango.install 2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-i686/pango.install 2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,8 +0,0 @@
-post_upgrade() {
- if [ -f usr/etc/pango/pango.modules ]; then
- rm usr/etc/pango/pango.modules
- fi
- if [ -f etc/pango/pango.modules ]; then
- rm etc/pango/pango.modules
- fi
-}
Copied: pango/repos/extra-i686/pango.install (from rev 260441, pango/trunk/pango.install)
===================================================================
--- extra-i686/pango.install (rev 0)
+++ extra-i686/pango.install 2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,8 @@
+post_upgrade() {
+ if [ -f usr/etc/pango/pango.modules ]; then
+ rm usr/etc/pango/pango.modules
+ fi
+ if [ -f etc/pango/pango.modules ]; then
+ rm etc/pango/pango.modules
+ fi
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-x86_64/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.38.1
-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')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/"
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-}
-
-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
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -k check || :
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make -j1 DESTDIR="${pkgdir}" install
-}
Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 260441, pango/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.39.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')
+checkdepends=('ttf-dejavu')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+}
+
+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
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -k check || :
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make -j1 DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/pango.install
===================================================================
--- extra-x86_64/pango.install 2016-03-01 12:26:44 UTC (rev 260441)
+++ extra-x86_64/pango.install 2016-03-01 12:29:25 UTC (rev 260442)
@@ -1,8 +0,0 @@
-post_upgrade() {
- if [ -f usr/etc/pango/pango.modules ]; then
- rm usr/etc/pango/pango.modules
- fi
- if [ -f etc/pango/pango.modules ]; then
- rm etc/pango/pango.modules
- fi
-}
Copied: pango/repos/extra-x86_64/pango.install (from rev 260441, pango/trunk/pango.install)
===================================================================
--- extra-x86_64/pango.install (rev 0)
+++ extra-x86_64/pango.install 2016-03-01 12:29:25 UTC (rev 260442)
@@ -0,0 +1,8 @@
+post_upgrade() {
+ if [ -f usr/etc/pango/pango.modules ]; then
+ rm usr/etc/pango/pango.modules
+ fi
+ if [ -f etc/pango/pango.modules ]; then
+ rm etc/pango/pango.modules
+ fi
+}
More information about the arch-commits
mailing list