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

2019-11-08 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2019-11-08 20:09:32 UTC (rev 524654)
+++ PKGBUILD2019-11-08 20:09:57 UTC (rev 524655)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: speps 
-
-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)
+++ PKGBUILD2019-11-08 20:09:57 UTC (rev 524655)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: speps 
+
+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:


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

2017-07-08 Thread Laurent Carlier
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
===
--- PKGBUILD2017-07-08 21:37:37 UTC (rev 243371)
+++ PKGBUILD2017-07-08 21:37:43 UTC (rev 243372)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: speps 
-
-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)
+++ PKGBUILD2017-07-08 21:37:43 UTC (rev 243372)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: speps 
+
+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:


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

2015-12-29 Thread Felix Yan
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
===
--- PKGBUILD2015-12-29 09:29:30 UTC (rev 154902)
+++ PKGBUILD2015-12-29 09:30:19 UTC (rev 154903)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: speps 
-
-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)
+++ PKGBUILD2015-12-29 09:30:19 UTC (rev 154903)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: speps 
+
+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:


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

2015-12-07 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 04:08:03
  Author: fyan
Revision: 150144

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-08 03:07:42 UTC (rev 150143)
+++ PKGBUILD2015-12-08 03:08:03 UTC (rev 150144)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: speps 
-
-pkgname=lib32-libcroco
-pkgver=0.6.8
-pkgrel=2
-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=('767e73c4174f75b99695d4530fd9bb80')
-
-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 150143, 
lib32-libcroco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 03:08:03 UTC (rev 150144)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: speps 
+
+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: