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

Jan de Groot jgc at archlinux.org
Thu Apr 13 21:52:46 UTC 2017


    Date: Thursday, April 13, 2017 @ 21:52:45
  Author: jgc
Revision: 292900

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292899, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/
  pango/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292899, pango/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   44 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   44 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 292899, pango/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-13 21:52:45 UTC (rev 292900)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.5
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=6c5d1d35061a91c3c0792f7720da3f8308ebff65  # tags/1.40.5^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: pango/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292899, pango/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-13 21:52:45 UTC (rev 292900)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.5
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection help2man gtk-doc git)
+checkdepends=(ttf-dejavu)
+_commit=6c5d1d35061a91c3c0792f7720da3f8308ebff65  # tags/1.40.5^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list