[arch-commits] Commit in lib32-libcroco/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 8 20:09:57 UTC 2019
Date: Friday, November 8, 2019 @ 20:09:57
Author: arojas
Revision: 524655
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libcroco/repos/multilib-x86_64/PKGBUILD
(from rev 524654, lib32-libcroco/trunk/PKGBUILD)
Deleted:
lib32-libcroco/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 112 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 56 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-08 20:09:32 UTC (rev 524654)
+++ PKGBUILD 2019-11-08 20:09:57 UTC (rev 524655)
@@ -1,56 +0,0 @@
-# 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=2
-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:
Copied: lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 524654, lib32-libcroco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-08 20:09:57 UTC (rev 524655)
@@ -0,0 +1,56 @@
+# 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.13
+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=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7 # tags/0.6.13^0
+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