[arch-commits] Commit in lib32-libcroco/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Sat Jul 8 21:37:44 UTC 2017


    Date: Saturday, July 8, 2017 @ 21:37:43
  Author: lcarlier
Revision: 243372

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcroco/repos/multilib-x86_64/PKGBUILD
    (from rev 243371, lib32-libcroco/trunk/PKGBUILD)
Deleted:
  lib32-libcroco/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-08 21:37:37 UTC (rev 243371)
+++ PKGBUILD	2017-07-08 21:37:43 UTC (rev 243372)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: GordonGR <ntheo1979 at gmail.com>
-# Contributor: speps <speps.aur at archlinux.org>
-
-pkgname=lib32-libcroco
-pkgver=0.6.11
-pkgrel=1
-pkgdesc='GNOME CSS2 parsing and manipulation toolkit'
-arch=('x86_64')
-url="http://www.gnome.org/"
-license=('LGPL')
-depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
-makedepends=('gcc-multilib')
-source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-${pkgver}.tar.xz")
-md5sums=('dabc1911dfbfa85f8e6859ca47863168')
-
-build() {
-  cd libcroco-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --disable-static
-  make
-}
-
-package() {
-  cd libcroco-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 243371, lib32-libcroco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-08 21:37:43 UTC (rev 243372)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+# Contributor: speps <speps.aur at archlinux.org>
+
+pkgname=lib32-libcroco
+pkgver=0.6.12+4+g9ad7287
+pkgrel=1
+pkgdesc='GNOME CSS2 parsing and manipulation toolkit (32-bit)'
+url="https://git.gnome.org/browse/libcroco"
+arch=('x86_64')
+depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
+makedepends=('gcc-multilib' 'git' 'gtk-doc')
+license=('LGPL')
+_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7 # master
+source=("git+https://git.gnome.org/browse/libcroco#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libcroco
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libcroco
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd libcroco
+  make check
+}
+ 
+build() {
+  cd libcroco
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --disable-static \
+    --disable-gtk-doc
+  make
+}
+
+package() {
+  cd libcroco
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list