Date: Monday, May 23, 2016 @ 14:39:36 Author: jgc Revision: 268505 archrelease: copy trunk to extra-i686, extra-x86_64
Added: libxml2/repos/extra-i686/PKGBUILD (from rev 268504, libxml2/trunk/PKGBUILD) libxml2/repos/extra-x86_64/PKGBUILD (from rev 268504, libxml2/trunk/PKGBUILD) Deleted: libxml2/repos/extra-i686/PKGBUILD libxml2/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 118 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 59 ------------------------ extra-x86_64/PKGBUILD | 59 ------------------------ 3 files changed, 118 insertions(+), 118 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-05-23 12:39:29 UTC (rev 268504) +++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505) @@ -1,59 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -# Maintainer: Tom Gundersen <t...@jklm.no> -# Contributor: John Proctor <jproc...@prium.net> - -pkgname=libxml2 -pkgver=2.9.3+14+gd5bd2a9 -pkgrel=1 -pkgdesc="XML parsing library, version 2" -arch=(i686 x86_64) -license=('MIT') -depends=('zlib' 'readline' 'ncurses' 'xz') -makedepends=('python2' 'python' 'git') -url="http://www.xmlsoft.org/" -source=('git://git.gnome.org/libxml2#commit=d5bd2a9a' - http://www.w3.org/XML/Test/xmlts20080827.tar.gz) -md5sums=('SKIP' - 'ae3d1ebe000a3972afa104ca7f0e1b4a') - -pkgver() { - cd $pkgname - git describe --long | sed -e 's/-/+/g' -e 's/^v//' -} - -prepare() { - mkdir build-py3 - mkdir build-py2 - mv xmlconf build-py3/ - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd build-py2 - ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python2 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make - - cd ../build-py3 - ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd build-py3 - make check -} - -package() { - cd build-py3 - find doc -type f -exec chmod 0644 {} \; - - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" - - cd ../build-py2/python - make DESTDIR="${pkgdir}" install -} Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 268504, libxml2/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Maintainer: Tom Gundersen <t...@jklm.no> +# Contributor: John Proctor <jproc...@prium.net> + +pkgname=libxml2 +pkgver=2.9.4+0+gbdec218 +pkgrel=1 +pkgdesc="XML parsing library, version 2" +arch=(i686 x86_64) +license=('MIT') +depends=('zlib' 'readline' 'ncurses' 'xz') +makedepends=('python2' 'python' 'git') +url="http://www.xmlsoft.org/" +source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f' + http://www.w3.org/XML/Test/xmlts20080827.tar.gz) +md5sums=('SKIP' + 'ae3d1ebe000a3972afa104ca7f0e1b4a') + +pkgver() { + cd $pkgname + git describe --long | sed -e 's/-/+/g' -e 's/^v//' +} + +prepare() { + mkdir build-py3 + mkdir build-py2 + mv xmlconf build-py3/ + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd build-py2 + ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python2 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make + + cd ../build-py3 + ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd build-py3 + make check +} + +package() { + cd build-py3 + find doc -type f -exec chmod 0644 {} \; + + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + + cd ../build-py2/python + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-05-23 12:39:29 UTC (rev 268504) +++ extra-x86_64/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505) @@ -1,59 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -# Maintainer: Tom Gundersen <t...@jklm.no> -# Contributor: John Proctor <jproc...@prium.net> - -pkgname=libxml2 -pkgver=2.9.3+14+gd5bd2a9 -pkgrel=1 -pkgdesc="XML parsing library, version 2" -arch=(i686 x86_64) -license=('MIT') -depends=('zlib' 'readline' 'ncurses' 'xz') -makedepends=('python2' 'python' 'git') -url="http://www.xmlsoft.org/" -source=('git://git.gnome.org/libxml2#commit=d5bd2a9a' - http://www.w3.org/XML/Test/xmlts20080827.tar.gz) -md5sums=('SKIP' - 'ae3d1ebe000a3972afa104ca7f0e1b4a') - -pkgver() { - cd $pkgname - git describe --long | sed -e 's/-/+/g' -e 's/^v//' -} - -prepare() { - mkdir build-py3 - mkdir build-py2 - mv xmlconf build-py3/ - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd build-py2 - ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python2 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make - - cd ../build-py3 - ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool - make -} - -check() { - cd build-py3 - make check -} - -package() { - cd build-py3 - find doc -type f -exec chmod 0644 {} \; - - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" - - cd ../build-py2/python - make DESTDIR="${pkgdir}" install -} Copied: libxml2/repos/extra-x86_64/PKGBUILD (from rev 268504, libxml2/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Maintainer: Tom Gundersen <t...@jklm.no> +# Contributor: John Proctor <jproc...@prium.net> + +pkgname=libxml2 +pkgver=2.9.4+0+gbdec218 +pkgrel=1 +pkgdesc="XML parsing library, version 2" +arch=(i686 x86_64) +license=('MIT') +depends=('zlib' 'readline' 'ncurses' 'xz') +makedepends=('python2' 'python' 'git') +url="http://www.xmlsoft.org/" +source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f' + http://www.w3.org/XML/Test/xmlts20080827.tar.gz) +md5sums=('SKIP' + 'ae3d1ebe000a3972afa104ca7f0e1b4a') + +pkgver() { + cd $pkgname + git describe --long | sed -e 's/-/+/g' -e 's/^v//' +} + +prepare() { + mkdir build-py3 + mkdir build-py2 + mv xmlconf build-py3/ + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd build-py2 + ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python2 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make + + cd ../build-py3 + ../$pkgname/configure --prefix=/usr --with-threads --with-history --with-python=/usr/bin/python + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool + make +} + +check() { + cd build-py3 + make check +} + +package() { + cd build-py3 + find doc -type f -exec chmod 0644 {} \; + + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + + cd ../build-py2/python + make DESTDIR="${pkgdir}" install +}