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

Jan Steffens heftig at archlinux.org
Sun Aug 20 18:45:17 UTC 2017


    Date: Sunday, August 20, 2017 @ 18:45:16
  Author: heftig
Revision: 302934

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-20 18:44:32 UTC (rev 302933)
+++ extra-i686/PKGBUILD	2017-08-20 18:45:16 UTC (rev 302934)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.40.10
-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=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0
-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/extra-i686/PKGBUILD (from rev 302933, pango/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-20 18:45:16 UTC (rev 302934)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.11
+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=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-20 18:44:32 UTC (rev 302933)
+++ extra-x86_64/PKGBUILD	2017-08-20 18:45:16 UTC (rev 302934)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pango
-pkgver=1.40.10
-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=fe68dd173cc34c160b2f6451aa93682163813eba  # tags/1.40.10^0
-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/extra-x86_64/PKGBUILD (from rev 302933, pango/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-20 18:45:16 UTC (rev 302934)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.40.11
+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=6c4e0c59ace08547b891f102da1ac0364eeda72d  # tags/1.40.11^0
+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
+}



More information about the arch-commits mailing list