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

Jan Steffens heftig at archlinux.org
Tue May 23 04:22:42 UTC 2017


    Date: Tuesday, May 23, 2017 @ 04:22:41
  Author: heftig
Revision: 296468

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pango/repos/testing-i686/PKGBUILD
    (from rev 296467, pango/trunk/PKGBUILD)
  pango/repos/testing-x86_64/PKGBUILD
    (from rev 296467, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/testing-i686/PKGBUILD
  pango/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   88 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   43 ----------------------
 testing-x86_64/PKGBUILD |   43 ----------------------
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-05-23 04:22:05 UTC (rev 296467)
+++ testing-i686/PKGBUILD	2017-05-23 04:22:41 UTC (rev 296468)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.40.6+6+g6f59d0f3
-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 meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
-    -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest || :
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/testing-i686/PKGBUILD (from rev 296467, pango/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-05-23 04:22:41 UTC (rev 296468)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=2
+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 cantarell-fonts)
+_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
+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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-05-23 04:22:05 UTC (rev 296467)
+++ testing-x86_64/PKGBUILD	2017-05-23 04:22:41 UTC (rev 296468)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.40.6+6+g6f59d0f3
-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 meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
-    -Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest || :
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 296467, pango/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-05-23 04:22:41 UTC (rev 296468)
@@ -0,0 +1,44 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.6+6+g6f59d0f3
+pkgrel=2
+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 cantarell-fonts)
+_commit=6f59d0f387dd62f12a7107e898064c7e42159945  # master
+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