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

Jan Steffens heftig at archlinux.org
Thu Jul 20 13:48:07 UTC 2017


    Date: Thursday, July 20, 2017 @ 13:48:06
  Author: heftig
Revision: 300865

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-20 13:47:39 UTC (rev 300864)
+++ extra-i686/PKGBUILD	2017-07-20 13:48:06 UTC (rev 300865)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=librsvg
-pkgver=2.40.17
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=f4cf9aca144eeda8f441f839881bcbd492529002  # tags/2.40.17^0
-source=("git+https://git.gnome.org/browse/librsvg#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 --disable-static --enable-vala --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Reftests fail due to differences in text rendering
-  # Even with the fixated font on master there are still differences on i686
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 300864, librsvg/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-20 13:48:06 UTC (rev 300865)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.18
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango libcroco)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
+_commit=f3219f124113c4973bbf09a4d14e81e5ebc8975c  # tags/2.40.18^0
+source=("git+https://git.gnome.org/browse/librsvg#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 --disable-static --enable-vala --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Reftests fail due to differences in text rendering
+  # Even with the fixated font on master there are still differences on i686
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-20 13:47:39 UTC (rev 300864)
+++ extra-x86_64/PKGBUILD	2017-07-20 13:48:06 UTC (rev 300865)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=librsvg
-pkgver=2.40.17
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=f4cf9aca144eeda8f441f839881bcbd492529002  # tags/2.40.17^0
-source=("git+https://git.gnome.org/browse/librsvg#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 --disable-static --enable-vala --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Reftests fail due to differences in text rendering
-  # Even with the fixated font on master there are still differences on i686
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 300864, librsvg/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-20 13:48:06 UTC (rev 300865)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.18
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango libcroco)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
+_commit=f3219f124113c4973bbf09a4d14e81e5ebc8975c  # tags/2.40.18^0
+source=("git+https://git.gnome.org/browse/librsvg#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 --disable-static --enable-vala --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Reftests fail due to differences in text rendering
+  # Even with the fixated font on master there are still differences on i686
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list