[arch-commits] Commit in lib32-libcroco/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Dec 29 09:30:20 UTC 2015
Date: Tuesday, December 29, 2015 @ 10:30:19
Author: fyan
Revision: 154903
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libcroco/repos/multilib-x86_64/PKGBUILD
(from rev 154902, lib32-libcroco/trunk/PKGBUILD)
Deleted:
lib32-libcroco/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-29 09:29:30 UTC (rev 154902)
+++ PKGBUILD 2015-12-29 09:30:19 UTC (rev 154903)
@@ -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.9
-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=('f1863da805c9206563da06f56da1ea55')
-
-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 154902, lib32-libcroco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-12-29 09:30:19 UTC (rev 154903)
@@ -0,0 +1,40 @@
+# $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:
More information about the arch-commits
mailing list