[arch-commits] Commit in lib32-librsvg/trunk (PKGBUILD multilib.diff)

Antonio Rojas arojas at archlinux.org
Wed May 30 06:44:00 UTC 2018


    Date: Wednesday, May 30, 2018 @ 06:43:59
  Author: arojas
Revision: 333288

Update to 2.42.4

Modified:
  lib32-librsvg/trunk/PKGBUILD
  lib32-librsvg/trunk/multilib.diff

---------------+
 PKGBUILD      |    8 ++++----
 multilib.diff |   17 ++---------------
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 06:41:58 UTC (rev 333287)
+++ PKGBUILD	2018-05-30 06:43:59 UTC (rev 333288)
@@ -4,8 +4,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=lib32-librsvg
-pkgver=2.42.3
-pkgrel=2
+pkgver=2.42.4
+pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg"
 arch=(x86_64)
@@ -12,11 +12,11 @@
 license=(LGPL)
 depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
 makedepends=(intltool gobject-introspection vala python2 gtk-doc git lib32-rust)
-_commit=ca640d1185745665c61689b71c627e1d020a80b7  # tags/2.42.3^0
+_commit=46ffa7d6f9b41e989cde8f0d0b6cc645f985582d  # tags/2.42.4^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"
         multilib.diff)
 sha256sums=('SKIP'
-            '1f61c67a7527dbf95d47e3782b0824b6ea5c0ce27bcd8b86de07b616a9b0a33e')
+            '0b29502b08f40e8d68b88949ed0c9ec50382cdc647c914c1a4c45bab11c9174c')
 
 pkgver() {
   cd librsvg

Modified: multilib.diff
===================================================================
--- multilib.diff	2018-05-30 06:41:58 UTC (rev 333287)
+++ multilib.diff	2018-05-30 06:43:59 UTC (rev 333288)
@@ -6,7 +6,7 @@
 index a5a16220..10c4bb57 100644
 --- c/Makefile.am
 +++ i/Makefile.am
-@@ -114,21 +114,19 @@ else
+@@ -116,9 +116,7 @@ else
  CARGO_RELEASE_ARGS=--release
  endif
  
@@ -17,24 +17,11 @@
  
  CARGO_VERBOSE = $(cargo_verbose_$(V))
  cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
- cargo_verbose_0 =
- cargo_verbose_1 = --verbose
- 
- RUST_LIB=@abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a
- CARGO_TARGET_DIR=@abs_top_builddir@/target
- 
- check-local:
- 	cd $(srcdir) && \
--	CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) cargo test
-+	CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) cargo test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
- 
- clean-local:
- 	cd $(top_srcdir) && \
 diff --git c/configure.ac i/configure.ac
 index 2fae2362..9d4004f8 100644
 --- c/configure.ac
 +++ i/configure.ac
-@@ -289,9 +289,7 @@ fi
+@@ -282,9 +282,7 @@ fi
  AM_CONDITIONAL([DEBUG_RELEASE], [test "x$debug_release" = "xyes"])
  
  AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)



More information about the arch-commits mailing list