Date: Tuesday, March 13, 2018 @ 20:49:33
  Author: heftig
Revision: 318873

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-13 20:48:58 UTC (rev 318872)
+++ PKGBUILD    2018-03-13 20:49:33 UTC (rev 318873)
@@ -1,40 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <j...@archlinux.org>
-
-pkgname=pango
-pkgver=1.41.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=bd2fd257f9f6f7ce095caa6c5c0e4332ef3cba75  # tags/1.41.1^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
-}
-
-build() {
-  arch-meson $pkgname build -Denable_docs=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: pango/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318872, 
pango/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-03-13 20:49:33 UTC (rev 318873)
@@ -0,0 +1,40 @@
+# $Id$ 
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=pango
+pkgver=1.42.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=d4f3370336a40907f528a41e75a55fe4f50c1a11  # tags/1.42.0^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
+}
+
+build() {
+  arch-meson $pkgname build -Denable_docs=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}

Reply via email to