[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 12, 2015 @ 08:59:20 Author: arojas Revision: 238971 archrelease: copy trunk to extra-any Added: oxygen-icons/repos/extra-any/PKGBUILD (from rev 238970, oxygen-icons/trunk/PKGBUILD) Deleted: oxygen-icons/repos/extra-any/PKGBUILD --+ PKGBUILD | 86 ++--- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 00:55:35 UTC (rev 238970) +++ PKGBUILD2015-05-12 06:59:20 UTC (rev 238971) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgbase=oxygen-icons -pkgname=('oxygen-icons' - 'oxygen-icons-svg') -pkgver=15.04.0 -pkgrel=1 -pkgdesc="The Oxygen Icon Theme" -arch=('any') -url='http://www.oxygen-icons.org/' -license=('LGPL') -makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('2d5a7f653484f9938b533fe77c3ceeaca82a6dcb') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DKDE4_BUILD_TESTS=OFF \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package_oxygen-icons() { - cd build - make DESTDIR="$pkgdir" install -} - -package_oxygen-icons-svg() { - pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)" - - cd ${pkgbase}-${pkgver} - find scalable -type f ! -name '*.sh' -exec \ -install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \; -} Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 238970, oxygen-icons/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 06:59:20 UTC (rev 238971) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgbase=oxygen-icons +pkgname=('oxygen-icons' + 'oxygen-icons-svg') +pkgver=15.04.1 +pkgrel=1 +pkgdesc="The Oxygen Icon Theme" +arch=('any') +url='http://www.oxygen-icons.org/' +license=('LGPL') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('2cbb3e35ff55878a20566198fffb1830697e0329') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE4_BUILD_TESTS=OFF \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_oxygen-icons() { + cd build + make DESTDIR="$pkgdir" install +} + +package_oxygen-icons-svg() { + pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)" + + cd ${pkgbase}-${pkgver} + find scalable -type f ! -name '*.sh' -exec \ +install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \; +}
[arch-commits] Commit in php-mongo/repos (8 files)
Date: Tuesday, May 12, 2015 @ 06:08:21 Author: fyan Revision: 133289 archrelease: copy trunk to community-i686, community-x86_64 Added: php-mongo/repos/community-i686/PKGBUILD (from rev 133288, php-mongo/trunk/PKGBUILD) php-mongo/repos/community-i686/mongo.ini (from rev 133288, php-mongo/trunk/mongo.ini) php-mongo/repos/community-x86_64/PKGBUILD (from rev 133288, php-mongo/trunk/PKGBUILD) php-mongo/repos/community-x86_64/mongo.ini (from rev 133288, php-mongo/trunk/mongo.ini) Deleted: php-mongo/repos/community-i686/PKGBUILD php-mongo/repos/community-i686/mongo.ini php-mongo/repos/community-x86_64/PKGBUILD php-mongo/repos/community-x86_64/mongo.ini + /PKGBUILD | 64 +++ /mongo.ini | 56 + community-i686/PKGBUILD| 32 - community-i686/mongo.ini | 28 -- community-x86_64/PKGBUILD | 32 - community-x86_64/mongo.ini | 28 -- 6 files changed, 120 insertions(+), 120 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-12 04:07:39 UTC (rev 133288) +++ community-i686/PKGBUILD 2015-05-12 04:08:21 UTC (rev 133289) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com > -# Maintainer: Felix Yan -# Contributor: Jarek Sedlacek - -pkgname=php-mongo -pkgver=1.6.7 -pkgrel=1 -pkgdesc="Officially supported PHP driver for MongoDB" -arch=("i686" "x86_64") -url="http://www.mongodb.org/display/DOCS/PHP+Language+Center"; -license=("APACHE") -depends=("php") -backup=("etc/php/conf.d/mongo.ini") -source=( - "http://pecl.php.net/get/mongo-$pkgver.tgz"; - "mongo.ini" -) - -build() { - cd mongo-$pkgver - phpize - ./configure --prefix=/usr --enable-mongo -} - -package() { - cd mongo-$pkgver - make INSTALL_ROOT="$pkgdir" install - install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini" -} -sha256sums=('15dce79f28ca8aa30296334eeb111c573f821004dbbf86739ff4176a67708c3d' -'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b') Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 133288, php-mongo/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-05-12 04:08:21 UTC (rev 133289) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com > +# Maintainer: Felix Yan +# Contributor: Jarek Sedlacek + +pkgname=php-mongo +pkgver=1.6.8 +pkgrel=1 +pkgdesc="Officially supported PHP driver for MongoDB" +arch=("i686" "x86_64") +url="http://www.mongodb.org/display/DOCS/PHP+Language+Center"; +license=("APACHE") +depends=("php") +backup=("etc/php/conf.d/mongo.ini") +source=( + "http://pecl.php.net/get/mongo-$pkgver.tgz"; + "mongo.ini" +) + +build() { + cd mongo-$pkgver + phpize + ./configure --prefix=/usr --enable-mongo +} + +package() { + cd mongo-$pkgver + make INSTALL_ROOT="$pkgdir" install + install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini" +} +sha256sums=('c7a2055e4fedb6ebb4aca1de41d11f11833d512e3b452c628695385d311c3c82' +'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b') Deleted: community-i686/mongo.ini === --- community-i686/mongo.ini2015-05-12 04:07:39 UTC (rev 133288) +++ community-i686/mongo.ini2015-05-12 04:08:21 UTC (rev 133289) @@ -1,28 +0,0 @@ -; Tell PHP to load the Mongo Extension on startup -extension=mongo.so - -[mongo] -; If the driver should reconnect to mongo -mongo.auto_reconnect = False - -; Whether to allow persistent connections -mongo.allow_persistent = On - -; Maximum number of persistent connections (-1 means unlimited) -mongo.max_persistent = -1 - -; Maximum number of links (persistent and non-persistent, -1 means unlimited) -mongo.max_connections = -1 - -; Default host for mongo connection -mongo.default_host = localhost - -; Default port for mongo database -mongo.default_port = 27017 - -; When saving files to the database, size of chunks to split them into -mongo.chunk_size = 262400 - -; Specify an alternate character to $ to use for special db functions ($set, $push, $exists, etc.) -mongo.cmd = "$" - Copied: php-mongo/repos/community-i686/mongo.ini (from rev 133288, php-mongo/trunk/mongo.ini) === --- community-i686/mongo.ini(rev 0) +++ community-i686/mongo.ini2015-05-12 04:08:21 UTC (rev 133289) @@ -0,0 +1,28 @@ +; Tell PHP to load the Mongo Extension on startup +extension=mongo.so + +[mongo] +; If the dri
[arch-commits] Commit in php-mongo/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 06:07:39 Author: fyan Revision: 133288 upgpkg: php-mongo 1.6.8-1 Modified: php-mongo/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 03:29:38 UTC (rev 133287) +++ PKGBUILD2015-05-12 04:07:39 UTC (rev 133288) @@ -4,7 +4,7 @@ # Contributor: Jarek Sedlacek pkgname=php-mongo -pkgver=1.6.7 +pkgver=1.6.8 pkgrel=1 pkgdesc="Officially supported PHP driver for MongoDB" arch=("i686" "x86_64") @@ -28,5 +28,5 @@ make INSTALL_ROOT="$pkgdir" install install -Dm644 "$srcdir/mongo.ini" "$pkgdir/etc/php/conf.d/mongo.ini" } -sha256sums=('15dce79f28ca8aa30296334eeb111c573f821004dbbf86739ff4176a67708c3d' +sha256sums=('c7a2055e4fedb6ebb4aca1de41d11f11833d512e3b452c628695385d311c3c82' 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')
[arch-commits] Commit in python-sure/repos/community-any (4 files)
Date: Tuesday, May 12, 2015 @ 05:29:38 Author: fyan Revision: 133287 archrelease: copy trunk to community-any Added: python-sure/repos/community-any/PKGBUILD (from rev 133286, python-sure/trunk/PKGBUILD) python-sure/repos/community-any/py3k-fix.patch (from rev 133286, python-sure/trunk/py3k-fix.patch) Deleted: python-sure/repos/community-any/PKGBUILD python-sure/repos/community-any/py3k-fix.patch + PKGBUILD | 94 +- py3k-fix.patch | 148 +++ 2 files changed, 121 insertions(+), 121 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 03:29:13 UTC (rev 133286) +++ PKGBUILD2015-05-12 03:29:38 UTC (rev 133287) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-sure -pkgname=("python-sure" "python2-sure") -pkgver=1.2.11 -pkgrel=1 -pkgdesc="HTTP client mock for Python" -arch=('any') -url="http://github.com/gabrielfalcao/sure"; -license=('GPL') -makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock') -checkdepends=('python-nose' 'python2-nose') -source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; -py3k-fix.patch) -sha512sums=('f56b964a9f0408f558ddca34bf8d5a2e3d38a6b3febd513345a99c1f2772300eb5b411b18fe686255be4e6065355d827ba6e6c683373a3d09aa75e60e4e74d20' - '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') - -prepare() { - cp -a "sure-$pkgver"{,-py2} - - cd sure-$pkgver - patch -p1 -i ../py3k-fix.patch -} - -check() { - cd sure-$pkgver - nosetests3 - - cd ../sure-$pkgver-py2 - nosetests2 -} - -package_python-sure() { - depends=('python-six' 'python-mock') - - cd sure-$pkgver - LC_CTYPE=en_US.UTF-8 python3 setup.py install --root="${pkgdir}" --optimize=1 -} - -package_python2-sure() { - depends=('python2-six' 'python2-mock') - - cd sure-$pkgver-py2 - LC_CTYPE=en_US.UTF-8 python2 setup.py install --root="${pkgdir}" --optimize=1 -} - Copied: python-sure/repos/community-any/PKGBUILD (from rev 133286, python-sure/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 03:29:38 UTC (rev 133287) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-sure +pkgname=("python-sure" "python2-sure") +pkgver=1.2.12 +pkgrel=1 +pkgdesc="HTTP client mock for Python" +arch=('any') +url="http://github.com/gabrielfalcao/sure"; +license=('GPL') +makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock') +checkdepends=('python-nose' 'python2-nose') +source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; +py3k-fix.patch) +sha512sums=('58895ae25cc9154130f51526a8dd6f53c3286329baca340fc18bbdfad12069ca95f5029724506e889ebd866d56a8dfa3c4a4495473ce63212faf6153125ba38e' + '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') + +prepare() { + cp -a "sure-$pkgver"{,-py2} + + cd sure-$pkgver + patch -p1 -i ../py3k-fix.patch +} + +check() { + cd sure-$pkgver + nosetests3 + + cd ../sure-$pkgver-py2 + nosetests2 +} + +package_python-sure() { + depends=('python-six' 'python-mock') + + cd sure-$pkgver + LC_CTYPE=en_US.UTF-8 python3 setup.py install --root="${pkgdir}" --optimize=1 +} + +package_python2-sure() { + depends=('python2-six' 'python2-mock') + + cd sure-$pkgver-py2 + LC_CTYPE=en_US.UTF-8 python2 setup.py install --root="${pkgdir}" --optimize=1 +} + Deleted: py3k-fix.patch === --- py3k-fix.patch 2015-05-12 03:29:13 UTC (rev 133286) +++ py3k-fix.patch 2015-05-12 03:29:38 UTC (rev 133287) @@ -1,74 +0,0 @@ -From dfa565626a53c8902a7f108417281c95f8e1f241 Mon Sep 17 00:00:00 2001 -From: Timo Furrer -Date: Thu, 11 Dec 2014 10:45:50 +0100 -Subject: [PATCH] make python 3 compatible again The function objects in python - 3 have no `func_code` member anymore. Use `__code__` instead. The byte - objects in python 3 have no `format` method. Use `encode` instead. The - representation of the strings and encoded strings are different in python 2 - and python 3 thus use PY3 from six. Remove unlucky example from README since - python 3 returns a float and python 2 an int in this situation Python 2 and 3 - build is working again - - README.md | 1 - - sure/old.py | 8 - tests/test_assertion_builder.py | 10 -- - 3 files changed, 12 insertions(+), 7 deletions(-) - -diff --git a/README.md b/README.md -index 03d7e2f..5e09d57 100644 a/README.md -+++ b/README.md -@@ -32,7 +32,6 @@ import sure - - (4).should.be.equal(2 + 2) - (7.5).should.eql(3.5 + 4) --(2).should.equal(8 / 4) - - (3).shou
[arch-commits] Commit in python-sure/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 05:29:13 Author: fyan Revision: 133286 upgpkg: python-sure 1.2.12-1 Modified: python-sure/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 02:57:36 UTC (rev 133285) +++ PKGBUILD2015-05-12 03:29:13 UTC (rev 133286) @@ -3,7 +3,7 @@ pkgbase=python-sure pkgname=("python-sure" "python2-sure") -pkgver=1.2.11 +pkgver=1.2.12 pkgrel=1 pkgdesc="HTTP client mock for Python" arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-nose' 'python2-nose') source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; py3k-fix.patch) -sha512sums=('f56b964a9f0408f558ddca34bf8d5a2e3d38a6b3febd513345a99c1f2772300eb5b411b18fe686255be4e6065355d827ba6e6c683373a3d09aa75e60e4e74d20' +sha512sums=('58895ae25cc9154130f51526a8dd6f53c3286329baca340fc18bbdfad12069ca95f5029724506e889ebd866d56a8dfa3c4a4495473ce63212faf6153125ba38e' '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') prepare() {
[arch-commits] Commit in thefuck/repos/community-any (4 files)
Date: Tuesday, May 12, 2015 @ 04:57:36 Author: fyan Revision: 133285 archrelease: copy trunk to community-any Added: thefuck/repos/community-any/PKGBUILD (from rev 133284, thefuck/trunk/PKGBUILD) thefuck/repos/community-any/thefuck.install (from rev 133284, thefuck/trunk/thefuck.install) Deleted: thefuck/repos/community-any/PKGBUILD thefuck/repos/community-any/thefuck.install -+ PKGBUILD| 70 +++--- thefuck.install |6 ++-- 2 files changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 02:57:12 UTC (rev 133284) +++ PKGBUILD2015-05-12 02:57:36 UTC (rev 133285) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=thefuck -pkgver=1.39 -pkgrel=1 -pkgdesc="Magnificent app which corrects your previous console command" -arch=('any') -url="https://github.com/nvbn/thefuck"; -license=('MIT') -depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 'python-colorama') -makedepends=('git') -checkdepends=('python-pytest-mock' 'python-mock') -install=thefuck.install -source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";) -sha256sums=('SKIP') - -build() { - cd thefuck - python setup.py build -} - -check() { - cd thefuck - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test -} - -package() { - cd thefuck - python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/" - - install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" -} - -# vim:set ts=2 sw=2 et: Copied: thefuck/repos/community-any/PKGBUILD (from rev 133284, thefuck/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 02:57:36 UTC (rev 133285) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=thefuck +pkgver=1.40 +pkgrel=1 +pkgdesc="Magnificent app which corrects your previous console command" +arch=('any') +url="https://github.com/nvbn/thefuck"; +license=('MIT') +depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 'python-colorama') +makedepends=('git') +checkdepends=('python-pytest-mock' 'python-mock') +install=thefuck.install +source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";) +sha256sums=('SKIP') + +build() { + cd thefuck + python setup.py build +} + +check() { + cd thefuck + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test +} + +package() { + cd thefuck + python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/" + + install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" +} + +# vim:set ts=2 sw=2 et: Deleted: thefuck.install === --- thefuck.install 2015-05-12 02:57:12 UTC (rev 133284) +++ thefuck.install 2015-05-12 02:57:36 UTC (rev 133285) @@ -1,3 +0,0 @@ -post_install() { - printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your .bashrc or .zshrc.' -} Copied: thefuck/repos/community-any/thefuck.install (from rev 133284, thefuck/trunk/thefuck.install) === --- thefuck.install (rev 0) +++ thefuck.install 2015-05-12 02:57:36 UTC (rev 133285) @@ -0,0 +1,3 @@ +post_install() { + printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your .bashrc or .zshrc.' +}
[arch-commits] Commit in thefuck/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:57:12 Author: fyan Revision: 133284 upgpkg: thefuck 1.40-1 Modified: thefuck/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 02:56:08 UTC (rev 133283) +++ PKGBUILD2015-05-12 02:57:12 UTC (rev 133284) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan pkgname=thefuck -pkgver=1.39 +pkgver=1.40 pkgrel=1 pkgdesc="Magnificent app which corrects your previous console command" arch=('any')
[arch-commits] Commit in python-sure/repos/community-any (4 files)
Date: Tuesday, May 12, 2015 @ 04:56:08 Author: fyan Revision: 133283 archrelease: copy trunk to community-any Added: python-sure/repos/community-any/PKGBUILD (from rev 133282, python-sure/trunk/PKGBUILD) python-sure/repos/community-any/py3k-fix.patch (from rev 133282, python-sure/trunk/py3k-fix.patch) Deleted: python-sure/repos/community-any/PKGBUILD python-sure/repos/community-any/py3k-fix.patch + PKGBUILD | 94 +- py3k-fix.patch | 148 +++ 2 files changed, 121 insertions(+), 121 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 02:55:43 UTC (rev 133282) +++ PKGBUILD2015-05-12 02:56:08 UTC (rev 133283) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-sure -pkgname=("python-sure" "python2-sure") -pkgver=1.2.10 -pkgrel=1 -pkgdesc="HTTP client mock for Python" -arch=('any') -url="http://github.com/gabrielfalcao/sure"; -license=('GPL') -makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock') -checkdepends=('python-nose' 'python2-nose') -source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; -py3k-fix.patch) -sha512sums=('9053cd493a26a9314db7e5967dd8ce8caebd110ba9b26ea077f5dc8d9d34ff7d7feb7bde9886420cd64d11e88574b44396fddbaaeaafc380244f2d48d59185d4' - '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') - -prepare() { - cp -a "sure-$pkgver"{,-py2} - - cd sure-$pkgver - patch -p1 -i ../py3k-fix.patch -} - -check() { - cd sure-$pkgver - nosetests3 - - cd ../sure-$pkgver-py2 - nosetests2 -} - -package_python-sure() { - depends=('python-six' 'python-mock') - - cd sure-$pkgver - LC_CTYPE=en_US.UTF-8 python3 setup.py install --root="${pkgdir}" --optimize=1 -} - -package_python2-sure() { - depends=('python2-six' 'python2-mock') - - cd sure-$pkgver-py2 - LC_CTYPE=en_US.UTF-8 python2 setup.py install --root="${pkgdir}" --optimize=1 -} - Copied: python-sure/repos/community-any/PKGBUILD (from rev 133282, python-sure/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 02:56:08 UTC (rev 133283) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-sure +pkgname=("python-sure" "python2-sure") +pkgver=1.2.11 +pkgrel=1 +pkgdesc="HTTP client mock for Python" +arch=('any') +url="http://github.com/gabrielfalcao/sure"; +license=('GPL') +makedepends=('python-six' 'python2-six' 'python-mock' 'python2-mock') +checkdepends=('python-nose' 'python2-nose') +source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; +py3k-fix.patch) +sha512sums=('f56b964a9f0408f558ddca34bf8d5a2e3d38a6b3febd513345a99c1f2772300eb5b411b18fe686255be4e6065355d827ba6e6c683373a3d09aa75e60e4e74d20' + '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') + +prepare() { + cp -a "sure-$pkgver"{,-py2} + + cd sure-$pkgver + patch -p1 -i ../py3k-fix.patch +} + +check() { + cd sure-$pkgver + nosetests3 + + cd ../sure-$pkgver-py2 + nosetests2 +} + +package_python-sure() { + depends=('python-six' 'python-mock') + + cd sure-$pkgver + LC_CTYPE=en_US.UTF-8 python3 setup.py install --root="${pkgdir}" --optimize=1 +} + +package_python2-sure() { + depends=('python2-six' 'python2-mock') + + cd sure-$pkgver-py2 + LC_CTYPE=en_US.UTF-8 python2 setup.py install --root="${pkgdir}" --optimize=1 +} + Deleted: py3k-fix.patch === --- py3k-fix.patch 2015-05-12 02:55:43 UTC (rev 133282) +++ py3k-fix.patch 2015-05-12 02:56:08 UTC (rev 133283) @@ -1,74 +0,0 @@ -From dfa565626a53c8902a7f108417281c95f8e1f241 Mon Sep 17 00:00:00 2001 -From: Timo Furrer -Date: Thu, 11 Dec 2014 10:45:50 +0100 -Subject: [PATCH] make python 3 compatible again The function objects in python - 3 have no `func_code` member anymore. Use `__code__` instead. The byte - objects in python 3 have no `format` method. Use `encode` instead. The - representation of the strings and encoded strings are different in python 2 - and python 3 thus use PY3 from six. Remove unlucky example from README since - python 3 returns a float and python 2 an int in this situation Python 2 and 3 - build is working again - - README.md | 1 - - sure/old.py | 8 - tests/test_assertion_builder.py | 10 -- - 3 files changed, 12 insertions(+), 7 deletions(-) - -diff --git a/README.md b/README.md -index 03d7e2f..5e09d57 100644 a/README.md -+++ b/README.md -@@ -32,7 +32,6 @@ import sure - - (4).should.be.equal(2 + 2) - (7.5).should.eql(3.5 + 4) --(2).should.equal(8 / 4) - - (3).shou
[arch-commits] Commit in python-paste/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:55:43 Author: fyan Revision: 133282 archrelease: copy trunk to community-any Added: python-paste/repos/community-any/PKGBUILD (from rev 133280, python-paste/trunk/PKGBUILD) Deleted: python-paste/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 02:55:35 UTC (rev 133281) +++ PKGBUILD2015-05-12 02:55:43 UTC (rev 133282) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: David Campbell -# Contributor: Cilyan Olowen - -pkgbase=python-paste -pkgname=(python-paste python2-paste) -pkgver=2.0.1 -pkgrel=1 -pkgdesc="Tools for using a Web Server Gateway Interface stack" -arch=('any') -url="http://pythonpaste.org/index.html"; -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') -checkdepends=('python-nose' 'python2-nose') -optdepends=('python2-flup: WSGI utilities' -'python-openid: Support for OpenID') -source=("http://pypi.python.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz";) -md5sums=('5aa1890d20e6f93b46e855aa1e17ba27') - -prepare() { - cp -a Paste-${pkgver}{,-py2} - - cd Paste-${pkgver}-py2 - sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find . -name '*.py') -} - -build() { - cd "$srcdir/Paste-$pkgver" - python setup.py build - - cd "$srcdir/Paste-$pkgver-py2" - python2 setup.py build -} - -check() { - cd "$srcdir/Paste-${pkgver}" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 || warning "Tests failed under Python 3" - - cd "$srcdir/Paste-${pkgver}-py2" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 -} - -package_python-paste() { - depends=('python-six') - - cd Paste-${pkgver} - python setup.py install --root="${pkgdir}" --optimize=1 - - install -Dm644 docs/license.txt "${pkgdir}/usr/share/licenses/$pkgname/license.txt" - chmod 644 "${pkgdir}"/usr/lib/python*/site-packages/paste/evalexception/media/MochiKit.packed.js -} - -package_python2-paste() { - depends=('python2-six') - - cd Paste-${pkgver}-py2 - python2 setup.py install --root="${pkgdir}" --optimize=1 - - install -Dm644 docs/license.txt "${pkgdir}/usr/share/licenses/$pkgname/license.txt" - chmod 644 "${pkgdir}"/usr/lib/python*/site-packages/paste/evalexception/media/MochiKit.packed.js -} Copied: python-paste/repos/community-any/PKGBUILD (from rev 133280, python-paste/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 02:55:43 UTC (rev 133282) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: David Campbell +# Contributor: Cilyan Olowen + +pkgbase=python-paste +pkgname=(python-paste python2-paste) +pkgver=2.0.2 +pkgrel=1 +pkgdesc="Tools for using a Web Server Gateway Interface stack" +arch=('any') +url="http://pythonpaste.org/index.html"; +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') +checkdepends=('python-nose' 'python2-nose') +optdepends=('python2-flup: WSGI utilities' +'python-openid: Support for OpenID') +source=("http://pypi.python.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz";) +md5sums=('4bfc8a7eaf858f6309d2ac0f40fc951c') + +prepare() { + cp -a Paste-${pkgver}{,-py2} + + cd Paste-${pkgver}-py2 + sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ + -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ + $(find . -name '*.py') +} + +build() { + cd "$srcdir/Paste-$pkgver" + python setup.py build + + cd "$srcdir/Paste-$pkgver-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/Paste-${pkgver}" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 || warning "Tests failed under Python 3" + + cd "$srcdir/Paste-${pkgver}-py2" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 +} + +package_python-paste() { + depends=('python-six') + + cd Paste-${pkgver} + python setup.py install --root="${pkgdir}" --optimize=1 + + install -Dm644 docs/license.txt "${pkgdir}/usr/share/licenses/$pkgname/license.txt" + chmod 644 "${pkgdir}"/usr/lib/python*/site-packages/paste/evalexception/media/MochiKit.packed.js +} + +package_python2-paste() { + depends=('python2-six') + + cd Paste-${pkgver}-py2 + python2 setup.py install --root="${pkgdir}" --optimize=1 + + install -Dm644 docs/license.txt "${pkgdir}/usr/share/licenses/$pkgname/license.txt" + chmod 644 "${pkgdir}"/usr/lib/python*/site-packages/paste/evalexception/media/MochiKit.packed.js +}
[arch-commits] Commit in python-sure/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:55:35 Author: fyan Revision: 133281 upgpkg: python-sure 1.2.11-1 Modified: python-sure/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 02:55:15 UTC (rev 133280) +++ PKGBUILD2015-05-12 02:55:35 UTC (rev 133281) @@ -3,7 +3,7 @@ pkgbase=python-sure pkgname=("python-sure" "python2-sure") -pkgver=1.2.10 +pkgver=1.2.11 pkgrel=1 pkgdesc="HTTP client mock for Python" arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-nose' 'python2-nose') source=("https://pypi.python.org/packages/source/s/sure/sure-$pkgver.tar.gz"; py3k-fix.patch) -sha512sums=('9053cd493a26a9314db7e5967dd8ce8caebd110ba9b26ea077f5dc8d9d34ff7d7feb7bde9886420cd64d11e88574b44396fddbaaeaafc380244f2d48d59185d4' +sha512sums=('f56b964a9f0408f558ddca34bf8d5a2e3d38a6b3febd513345a99c1f2772300eb5b411b18fe686255be4e6065355d827ba6e6c683373a3d09aa75e60e4e74d20' '90118b3c3148b6dd6904f94199fc7ae98fc805980132000e270e1b80a563620a1216f916e82c894cfe8cd0c68041ca091ebd7c0a8e64b1cf6dd3c84db3b0d558') prepare() {
[arch-commits] Commit in python-paste/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:55:15 Author: fyan Revision: 133280 upgpkg: python-paste 2.0.2-1 Modified: python-paste/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 02:54:02 UTC (rev 133279) +++ PKGBUILD2015-05-12 02:55:15 UTC (rev 133280) @@ -5,7 +5,7 @@ pkgbase=python-paste pkgname=(python-paste python2-paste) -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Tools for using a Web Server Gateway Interface stack" arch=('any') @@ -16,7 +16,7 @@ optdepends=('python2-flup: WSGI utilities' 'python-openid: Support for OpenID') source=("http://pypi.python.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz";) -md5sums=('5aa1890d20e6f93b46e855aa1e17ba27') +md5sums=('4bfc8a7eaf858f6309d2ac0f40fc951c') prepare() { cp -a Paste-${pkgver}{,-py2}
[arch-commits] Commit in perl-yaml-tiny/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:54:02 Author: fyan Revision: 133279 archrelease: copy trunk to community-any Added: perl-yaml-tiny/repos/community-any/PKGBUILD (from rev 133278, perl-yaml-tiny/trunk/PKGBUILD) Deleted: perl-yaml-tiny/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-12 02:53:24 UTC (rev 133278) +++ PKGBUILD2015-05-12 02:54:02 UTC (rev 133279) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: AUR Perl -# Generator : CPANPLUS::Dist::Arch 1.15 - -pkgname=perl-yaml-tiny -pkgver=1.66 -pkgrel=1 -pkgdesc="Read/Write YAML files with as little code as possible" -arch=('any') -license=('PerlArtistic' 'GPL') -options=('!emptydirs') -depends=('perl') -checkdepends=('perl-cpan-meta>=2.150001') -url='http://search.cpan.org/dist/YAML-Tiny' -source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";) -md5sums=('1222e6ddfcd088dcd7cd2bed0008ddc0') - -build() { - cd "${srcdir}/YAML-Tiny-${pkgver}" - - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -} - -check() { - cd "${srcdir}/YAML-Tiny-${pkgver}" - make test -} - -package() { - cd "${srcdir}/YAML-Tiny-${pkgver}" - make install DESTDIR="${pkgdir}" - find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# vim:set ts=2 sw=2 et: Copied: perl-yaml-tiny/repos/community-any/PKGBUILD (from rev 133278, perl-yaml-tiny/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-12 02:54:02 UTC (rev 133279) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: AUR Perl +# Generator : CPANPLUS::Dist::Arch 1.15 + +pkgname=perl-yaml-tiny +pkgver=1.67 +pkgrel=1 +pkgdesc="Read/Write YAML files with as little code as possible" +arch=('any') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl') +checkdepends=('perl-cpan-meta>=2.150001') +url='http://search.cpan.org/dist/YAML-Tiny' +source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";) +md5sums=('61e0abcfb2ae5e86a74887967b372922') + +build() { + cd "${srcdir}/YAML-Tiny-${pkgver}" + + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor +} + +check() { + cd "${srcdir}/YAML-Tiny-${pkgver}" + make test +} + +package() { + cd "${srcdir}/YAML-Tiny-${pkgver}" + make install DESTDIR="${pkgdir}" + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 04:53:24 Author: fyan Revision: 133278 upgpkg: perl-yaml-tiny 1.67-1 Modified: perl-yaml-tiny/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 02:43:30 UTC (rev 133277) +++ PKGBUILD2015-05-12 02:53:24 UTC (rev 133278) @@ -4,7 +4,7 @@ # Generator : CPANPLUS::Dist::Arch 1.15 pkgname=perl-yaml-tiny -pkgver=1.66 +pkgver=1.67 pkgrel=1 pkgdesc="Read/Write YAML files with as little code as possible" arch=('any') @@ -14,7 +14,7 @@ checkdepends=('perl-cpan-meta>=2.150001') url='http://search.cpan.org/dist/YAML-Tiny' source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";) -md5sums=('1222e6ddfcd088dcd7cd2bed0008ddc0') +md5sums=('61e0abcfb2ae5e86a74887967b372922') build() { cd "${srcdir}/YAML-Tiny-${pkgver}"
[arch-commits] Commit in epdfview/repos (22 files)
Date: Tuesday, May 12, 2015 @ 04:43:30 Author: kkeen Revision: 133277 archrelease: copy trunk to community-i686, community-x86_64 Added: epdfview/repos/community-i686/PKGBUILD (from rev 133276, epdfview/trunk/PKGBUILD) epdfview/repos/community-i686/epdfview-0.1.8-glib2-headers.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch) epdfview/repos/community-i686/epdfview-0.1.8-modern-cups.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-modern-cups.patch) epdfview/repos/community-i686/epdfview-0.1.8-pictures.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-pictures.patch) epdfview/repos/community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch) epdfview/repos/community-i686/epdfview.install (from rev 133276, epdfview/trunk/epdfview.install) epdfview/repos/community-x86_64/PKGBUILD (from rev 133276, epdfview/trunk/PKGBUILD) epdfview/repos/community-x86_64/epdfview-0.1.8-glib2-headers.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-glib2-headers.patch) epdfview/repos/community-x86_64/epdfview-0.1.8-modern-cups.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-modern-cups.patch) epdfview/repos/community-x86_64/epdfview-0.1.8-pictures.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-pictures.patch) epdfview/repos/community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch (from rev 133276, epdfview/trunk/epdfview-0.1.8-swap-the-blue-and-red-channel.patch) epdfview/repos/community-x86_64/epdfview.install (from rev 133276, epdfview/trunk/epdfview.install) Deleted: epdfview/repos/community-i686/PKGBUILD epdfview/repos/community-i686/epdfview-0.1.8-glib2-headers.patch epdfview/repos/community-i686/epdfview-0.1.8-modern-cups.patch epdfview/repos/community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch epdfview/repos/community-i686/epdfview.install epdfview/repos/community-x86_64/PKGBUILD epdfview/repos/community-x86_64/epdfview-0.1.8-glib2-headers.patch epdfview/repos/community-x86_64/epdfview-0.1.8-modern-cups.patch epdfview/repos/community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch epdfview/repos/community-x86_64/epdfview.install -+ /PKGBUILD | 106 +++ /epdfview-0.1.8-glib2-headers.patch | 26 + /epdfview-0.1.8-modern-cups.patch | 148 ++ /epdfview-0.1.8-swap-the-blue-and-red-channel.patch | 120 /epdfview.install | 24 + community-i686/PKGBUILD | 50 --- community-i686/epdfview-0.1.8-glib2-headers.patch | 13 community-i686/epdfview-0.1.8-modern-cups.patch | 74 - community-i686/epdfview-0.1.8-pictures.patch| 13 community-i686/epdfview-0.1.8-swap-the-blue-and-red-channel.patch | 60 community-i686/epdfview.install | 12 community-x86_64/PKGBUILD | 50 --- community-x86_64/epdfview-0.1.8-glib2-headers.patch | 13 community-x86_64/epdfview-0.1.8-modern-cups.patch | 74 - community-x86_64/epdfview-0.1.8-pictures.patch | 13 community-x86_64/epdfview-0.1.8-swap-the-blue-and-red-channel.patch | 60 community-x86_64/epdfview.install | 12 17 files changed, 450 insertions(+), 418 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-12 02:42:33 UTC (rev 133276) +++ community-i686/PKGBUILD 2015-05-12 02:43:30 UTC (rev 133277) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Maintainer: Kyle Keen -# Contributor: schuay -# Contributor: Tom K -# Contributor: Thayer Williams - -pkgname=epdfview -pkgver=0.1.8 -pkgrel=5 -pkgdesc='Lightweight PDF document viewer' -url='http://freecode.com/projects/epdfview' -arch=('i686' 'x86_64') -license=('GPL') -depends=('poppler-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'gtk2') -makedepends=('pkgconfig') -install=epdfview.install -source=(ftp://ftp.slackware.com/.1/blfs/conglomeration/epdfview/$pkgname-$pkgver.tar.bz2 -epdfview-0.1.8-swap-the-blue-and-red-channel.patch -epdfview-0.1.8-glib2-headers.patch -epdfview-0.1.8-modern-cups.patch) -md5sums=('e50285b01612169b2594fea375f53ae4' - '7f9ea101a41f5b4e999fd024f423d41f' - '2fffa9c7cd4c5f0744803591c2f162a3' - '5c2cf5612d2a7dfe6cf005b94aeb5ada') - -prepare() { - cd $pkgname-$pkgver - sed
[arch-commits] Commit in epdfview/trunk (PKGBUILD epdfview-0.1.8-pictures.patch)
Date: Tuesday, May 12, 2015 @ 04:42:33 Author: kkeen Revision: 133276 upgpkg: epdfview 0.1.8-6 Added: epdfview/trunk/epdfview-0.1.8-pictures.patch Modified: epdfview/trunk/PKGBUILD ---+ PKGBUILD | 11 +++ epdfview-0.1.8-pictures.patch | 13 + 2 files changed, 20 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 01:47:37 UTC (rev 133275) +++ PKGBUILD2015-05-12 02:42:33 UTC (rev 133276) @@ -7,7 +7,7 @@ pkgname=epdfview pkgver=0.1.8 -pkgrel=5 +pkgrel=6 pkgdesc='Lightweight PDF document viewer' url='http://freecode.com/projects/epdfview' arch=('i686' 'x86_64') @@ -18,11 +18,13 @@ source=(ftp://ftp.slackware.com/.1/blfs/conglomeration/epdfview/$pkgname-$pkgver.tar.bz2 epdfview-0.1.8-swap-the-blue-and-red-channel.patch epdfview-0.1.8-glib2-headers.patch -epdfview-0.1.8-modern-cups.patch) +epdfview-0.1.8-modern-cups.patch +epdfview-0.1.8-pictures.patch) md5sums=('e50285b01612169b2594fea375f53ae4' '7f9ea101a41f5b4e999fd024f423d41f' '2fffa9c7cd4c5f0744803591c2f162a3' - '5c2cf5612d2a7dfe6cf005b94aeb5ada') + '5c2cf5612d2a7dfe6cf005b94aeb5ada' + '60064c976f273d86d6254c71b583cf4d') prepare() { cd $pkgname-$pkgver @@ -30,7 +32,8 @@ patch -p1 -i ../epdfview-0.1.8-swap-the-blue-and-red-channel.patch patch -p1 -i ../epdfview-0.1.8-glib2-headers.patch # FS#30116 - patch -p1 -i ../epdfview-0.1.8-modern-cups.patch # FS#32511 + patch -p1 -i ../epdfview-0.1.8-modern-cups.patch # FS#32511 + patch -p1 -i ../epdfview-0.1.8-pictures.patch # FS#44936 } build() { Added: epdfview-0.1.8-pictures.patch === --- epdfview-0.1.8-pictures.patch (rev 0) +++ epdfview-0.1.8-pictures.patch 2015-05-12 02:42:33 UTC (rev 133276) @@ -0,0 +1,13 @@ +diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx +index df5d75f..782f806 100644 +--- a/src/PDFDocument.cxx b/src/PDFDocument.cxx +@@ -616,7 +616,7 @@ PDFDocument::renderPage (gint pageNum) + #if defined (HAVE_POPPLER_0_17_0) + cairo_surface_t *surface = cairo_image_surface_create_for_data ( + renderedPage->getData (), +-CAIRO_FORMAT_RGB24, width, height, ++CAIRO_FORMAT_ARGB32, width, height, + renderedPage->getRowStride ()); + cairo_t *context = cairo_create (surface); + cairo_save(context);
[arch-commits] Commit in hiawatha/repos (12 files)
Date: Tuesday, May 12, 2015 @ 03:47:37 Author: kkeen Revision: 133275 archrelease: copy trunk to community-i686, community-x86_64 Added: hiawatha/repos/community-i686/PKGBUILD (from rev 133274, hiawatha/trunk/PKGBUILD) hiawatha/repos/community-i686/hiawatha.conf.sample (from rev 133274, hiawatha/trunk/hiawatha.conf.sample) hiawatha/repos/community-i686/hiawatha.service (from rev 133274, hiawatha/trunk/hiawatha.service) hiawatha/repos/community-x86_64/PKGBUILD (from rev 133274, hiawatha/trunk/PKGBUILD) hiawatha/repos/community-x86_64/hiawatha.conf.sample (from rev 133274, hiawatha/trunk/hiawatha.conf.sample) hiawatha/repos/community-x86_64/hiawatha.service (from rev 133274, hiawatha/trunk/hiawatha.service) Deleted: hiawatha/repos/community-i686/PKGBUILD hiawatha/repos/community-i686/hiawatha.conf.sample hiawatha/repos/community-i686/hiawatha.service hiawatha/repos/community-x86_64/PKGBUILD hiawatha/repos/community-x86_64/hiawatha.conf.sample hiawatha/repos/community-x86_64/hiawatha.service ---+ /PKGBUILD | 180 + /hiawatha.conf.sample | 228 /hiawatha.service | 32 community-i686/PKGBUILD | 90 community-i686/hiawatha.conf.sample | 114 community-i686/hiawatha.service | 16 -- community-x86_64/PKGBUILD | 90 community-x86_64/hiawatha.conf.sample | 114 community-x86_64/hiawatha.service | 16 -- 9 files changed, 440 insertions(+), 440 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-12 01:46:58 UTC (rev 133274) +++ community-i686/PKGBUILD 2015-05-12 01:47:37 UTC (rev 133275) @@ -1,90 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: Kurt Marasco -# Contributor: Pascal Ernster - -pkgname=hiawatha -pkgver=9.12 -pkgrel=1 -pkgdesc="Secure and advanced webserver" -url="https://www.hiawatha-webserver.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('libxslt' 'mbedtls') -optdepends=('php-fpm: PHP fastcgi') -makedepends=('cmake') -backup=( -'etc/hiawatha/hiawatha.conf' -'etc/hiawatha/cgi-wrapper.conf' -'etc/hiawatha/mimetype.conf' -) - -source=( -"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"; -'hiawatha.conf.sample' -'hiawatha.service' -) -sha256sums=('393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a' -'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7' -'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - sed -i 's/www-data/http/g' extra/logrotate.in - - mkdir -p build - cd build - - cmake ../ -DCMAKE_INSTALL_PREFIX="/" \ --DCMAKE_INSTALL_BINDIR="/usr/bin" \ --DCMAKE_INSTALL_SBINDIR="/usr/bin" \ --DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \ --DCMAKE_INSTALL_LIBDIR="/usr/lib" \ --DCMAKE_INSTALL_MANDIR="/usr/share/man" \ --DCONFIG_DIR="/etc/hiawatha" \ --DLOG_DIR="/var/log/hiawatha" \ --DPID_DIR="/run" \ --DENABLE_SSL=ON \ --DUSE_SYSTEM_POLARSSL=ON \ --DUSE_SYSTEM_MBEDTLS=ON \ --DWEBROOT_DIR="/srv/http/hiawatha" \ --DWORK_DIR="/var/lib/hiawatha" - make - - # Features enabled by default - # -DENABLE_CACHE - # -DENABLE_IPV6 - # -DENABLE_RPROXY - # -DENABLE_TOOLKIT - # -DENABLE_XSLT - - # Features disabled by default - # -DENABLE_DEBUG - # -DENABLE_MONITOR - # -DENABLE_TOMAHAWK -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir/" install - - rmdir "$pkgdir/run" - rm "$pkgdir/srv/http/hiawatha/index.html" - rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha" - - # Update stock hiawatha.conf - sed -e 's|#ServerId = www-data|ServerId = http|' \ - -e 's|/var/www/|/srv/http/|g' \ - -e 's|//|/|g' \ - -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \ - -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \ - -e 's|# Extension = php|&\n# SessionTimeout = 30|g' \ - -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \ - -i "$pkgdir/etc/hiawatha/hiawatha.conf" - - install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha" - install -Dm755 "$srcdir/hiawatha.service" "$pkgdir/usr/lib/systemd/system/hiawatha.service" - install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/" -} - Copied: hiawatha/repos/community-i686/PKGBUILD (from rev 133274, hiawatha/trunk/PKGBUILD) === --- community-i686/PKGBUILD
[arch-commits] Commit in hiawatha/trunk (PKGBUILD)
Date: Tuesday, May 12, 2015 @ 03:46:58 Author: kkeen Revision: 133274 upgpkg: hiawatha 9.13-1 Modified: hiawatha/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-12 01:00:15 UTC (rev 133273) +++ PKGBUILD2015-05-12 01:46:58 UTC (rev 133274) @@ -4,7 +4,7 @@ # Contributor: Pascal Ernster pkgname=hiawatha -pkgver=9.12 +pkgver=9.13 pkgrel=1 pkgdesc="Secure and advanced webserver" url="https://www.hiawatha-webserver.org/"; @@ -24,7 +24,7 @@ 'hiawatha.conf.sample' 'hiawatha.service' ) -sha256sums=('393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a' +sha256sums=('b90bec9ce5ec5d03321e0db137f08385b91e9cfcf22e30fa6b42d705739f4ba8' '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7' 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-gcc5-sse-target-workaround.patch)
Date: Tuesday, May 12, 2015 @ 01:52:06 Author: foutrelis Revision: 238953 upgpkg: vlc 2.2.1-4 Lua 5.3 rebuild. Added: vlc/trunk/vlc-gcc5-sse-target-workaround.patch Modified: vlc/trunk/PKGBUILD --+ PKGBUILD |9 - vlc-gcc5-sse-target-workaround.patch | 12 2 files changed, 20 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 16:48:14 UTC (rev 238952) +++ PKGBUILD2015-05-11 23:52:06 UTC (rev 238953) @@ -5,7 +5,7 @@ pkgname=vlc pkgver=2.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/"; @@ -58,8 +58,10 @@ options=('!emptydirs') install=vlc.install source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"vlc-gcc5-sse-target-workaround.patch" "lua53_compat.patch") md5sums=('42273945758b521c408fabc7fd6d9946' + 'cf5b92e290da2f1b0b4d0cd0eda6b32b' '96d3b346d9149ffb1b430066dfb6249a') prepare() { @@ -68,6 +70,11 @@ sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp + # Fix build with GCC 5 on i686 + # GCC PR URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66047 + # Workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1215630#c11 + patch -p1 < "${srcdir}/vlc-gcc5-sse-target-workaround.patch" + patch -p1 < "${srcdir}/lua53_compat.patch" } Added: vlc-gcc5-sse-target-workaround.patch === --- vlc-gcc5-sse-target-workaround.patch(rev 0) +++ vlc-gcc5-sse-target-workaround.patch2015-05-11 23:52:06 UTC (rev 238953) @@ -0,0 +1,12 @@ +diff -upr vlc-2.2.1.orig/include/vlc_cpu.h vlc-2.2.1/include/vlc_cpu.h +--- vlc-2.2.1.orig/include/vlc_cpu.h 2014-06-14 18:14:12.0 +0300 vlc-2.2.1/include/vlc_cpu.h2015-05-12 02:31:29.843264593 +0300 +@@ -65,7 +65,7 @@ VLC_API unsigned vlc_CPU(void); + # define vlc_CPU_MMXEXT() ((vlc_CPU() & VLC_CPU_MMXEXT) != 0) + # define vlc_CPU_SSE() ((vlc_CPU() & VLC_CPU_SSE) != 0) + # if VLC_GCC_VERSION(4, 4) || defined(__clang__) +-# define VLC_SSE __attribute__ ((__target__ ("sse"))) ++# define VLC_SSE __attribute__ ((used)) __attribute__ ((__target__ ("sse"))) + # else + # define VLC_SSE VLC_SSE_is_not_implemented_on_this_compiler + # endif
[arch-commits] Commit in vlc/repos (10 files)
Date: Tuesday, May 12, 2015 @ 01:52:19 Author: foutrelis Revision: 238954 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 238953, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/lua53_compat.patch (from rev 238953, vlc/trunk/lua53_compat.patch) vlc/repos/staging-i686/vlc-gcc5-sse-target-workaround.patch (from rev 238953, vlc/trunk/vlc-gcc5-sse-target-workaround.patch) vlc/repos/staging-i686/vlc.install (from rev 238953, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 238953, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/lua53_compat.patch (from rev 238953, vlc/trunk/lua53_compat.patch) vlc/repos/staging-x86_64/vlc-gcc5-sse-target-workaround.patch (from rev 238953, vlc/trunk/vlc-gcc5-sse-target-workaround.patch) vlc/repos/staging-x86_64/vlc.install (from rev 238953, vlc/trunk/vlc.install) -+ staging-i686/PKGBUILD | 113 ++ staging-i686/lua53_compat.patch | 30 staging-i686/vlc-gcc5-sse-target-workaround.patch | 12 + staging-i686/vlc.install| 18 ++ staging-x86_64/PKGBUILD | 113 ++ staging-x86_64/lua53_compat.patch | 30 staging-x86_64/vlc-gcc5-sse-target-workaround.patch | 12 + staging-x86_64/vlc.install | 18 ++ 8 files changed, 346 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 238953, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-05-11 23:52:19 UTC (rev 238954) @@ -0,0 +1,113 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.2.1 +pkgrel=4 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' + 'libxinerama') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2' + 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' + 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'gtk2: for notify plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libva-vdpau-driver: vdpau back-end for nvidia' +'libva-intel-driver: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'smbclient: for SMB access plugin' +'libcdio: for audio CD playback support' +'ttf-freefont: for subtitle font ' +'ttf-dejavu: for subtitle font' +'opus: for opus support' +'libssh2: for sftp support' +'lua-socket: for http interface') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!emptydirs') +install=vlc.install +source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"; +"vlc-gcc5-sse-target-workaround.patch" +"lua53_compat.patch") +md5sums=('42273945758b521c408fabc7fd6d9946' + 'cf5b92e290da2f1b0b4d0cd0eda6b32b' + '96d3b346d9149ffb1b430066dfb6249a') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + s
[arch-commits] Commit in springlobby/repos (8 files)
Date: Monday, May 11, 2015 @ 22:24:37 Author: svenstaro Revision: 133243 archrelease: copy trunk to community-i686, community-x86_64 Added: springlobby/repos/community-i686/PKGBUILD (from rev 133242, springlobby/trunk/PKGBUILD) springlobby/repos/community-i686/springlobby.install (from rev 133242, springlobby/trunk/springlobby.install) springlobby/repos/community-x86_64/PKGBUILD (from rev 133242, springlobby/trunk/PKGBUILD) springlobby/repos/community-x86_64/springlobby.install (from rev 133242, springlobby/trunk/springlobby.install) Deleted: springlobby/repos/community-i686/PKGBUILD springlobby/repos/community-i686/springlobby.install springlobby/repos/community-x86_64/PKGBUILD springlobby/repos/community-x86_64/springlobby.install --+ /PKGBUILD| 78 + /springlobby.install | 22 + community-i686/PKGBUILD | 39 community-i686/springlobby.install | 11 community-x86_64/PKGBUILD| 39 community-x86_64/springlobby.install | 11 6 files changed, 100 insertions(+), 100 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-11 20:24:26 UTC (rev 133242) +++ community-i686/PKGBUILD 2015-05-11 20:24:37 UTC (rev 133243) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: DuGi - -pkgname=springlobby -pkgver=0.218 -pkgrel=1 -pkgdesc="A free cross-platform lobby client for the Spring RTS project." -arch=('i686' 'x86_64') -url="http://springlobby.info/"; -license=('GPL2') -depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs' - 'alure' 'libsm') -optdepends=('sdl' 'sdl_sound' 'sdl_mixer') -makedepends=('boost' 'asio' 'cmake' 'git') -install=springlobby.install -source=(git://github.com/springlobby/springlobby.git#tag=${pkgver}) -md5sums=('SKIP') - -prepare() { - cd $srcdir/${pkgname} - git submodule update --init -} - -build() { - cd $srcdir/${pkgname} - - cmake . \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd $srcdir/${pkgname} - - make DESTDIR=$pkgdir install -} - -# vim: sw=2:ts=2 et: Copied: springlobby/repos/community-i686/PKGBUILD (from rev 133242, springlobby/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-05-11 20:24:37 UTC (rev 133243) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase +# Contributor: DuGi + +pkgname=springlobby +pkgver=0.219 +pkgrel=1 +pkgdesc="A free cross-platform lobby client for the Spring RTS project." +arch=('i686' 'x86_64') +url="http://springlobby.info/"; +license=('GPL2') +depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 'boost-libs' + 'alure' 'libsm') +optdepends=('sdl' 'sdl_sound' 'sdl_mixer') +makedepends=('boost' 'asio' 'cmake' 'git') +install=springlobby.install +source=(git://github.com/springlobby/springlobby.git#tag=${pkgver}) +md5sums=('SKIP') + +prepare() { + cd $srcdir/${pkgname} + git submodule update --init +} + +build() { + cd $srcdir/${pkgname} + + cmake . \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/${pkgname} + + make DESTDIR=$pkgdir install +} + +# vim: sw=2:ts=2 et: Deleted: community-i686/springlobby.install === --- community-i686/springlobby.install 2015-05-11 20:24:26 UTC (rev 133242) +++ community-i686/springlobby.install 2015-05-11 20:24:37 UTC (rev 133243) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: springlobby/repos/community-i686/springlobby.install (from rev 133242, springlobby/trunk/springlobby.install) === --- community-i686/springlobby.install (rev 0) +++ community-i686/springlobby.install 2015-05-11 20:24:37 UTC (rev 133243) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-05-11 20:24:26 UTC (rev 133242) +++ community-x86_64/PKGBUILD 2015-05-11 20:24:37 UTC (rev 133243) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: DuGi - -pkgname=springlobby -pkgver=0.218 -pkgrel=1 -pkgdesc="A free cross-platform lobby client for the Spring RTS project." -arch=('i686' 'x86_64') -url="http://springlobby.info/"; -license=('GPL2') -depends=('hicolor-ico
[arch-commits] Commit in springlobby/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 22:24:26 Author: svenstaro Revision: 133242 upgpkg: springlobby 0.219-1 upstream release 0.219 Modified: springlobby/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 20:18:21 UTC (rev 133241) +++ PKGBUILD2015-05-11 20:24:26 UTC (rev 133242) @@ -3,7 +3,7 @@ # Contributor: DuGi pkgname=springlobby -pkgver=0.218 +pkgver=0.219 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64')
[arch-commits] Commit in python-dateutil/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 20:16:14 Author: jelle Revision: 133239 upgpkg: python-dateutil 2.4.2-1 Modified: python-dateutil/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 17:23:58 UTC (rev 133238) +++ PKGBUILD2015-05-11 18:16:14 UTC (rev 133239) @@ -3,7 +3,7 @@ pkgbase=python-dateutil pkgname=('python-dateutil' 'python2-dateutil') -pkgver=2.4.1 +pkgver=2.4.2 pkgrel=1 pkgdesc="Provides powerful extensions to the standard datetime module" arch=('any') @@ -10,14 +10,11 @@ license=('custom') url="https://github.com/dateutil/dateutil"; makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') -source=("$pkgbase-$pkgver.tar.gz"::https://github.com/dateutil/dateutil/archive/2.4.1.tar.gz) +source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz";) #source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz) -md5sums=('41972da724ee35eeb26cfb9e9600ad51') +md5sums=('b22e2b212813f06955bbb36cada93551') build() { - # Required for unittests - cd dateutil-$pkgver - ./updatezinfo.py cd $srcdir cp -r dateutil-$pkgver python2-dateutil-$pkgver @@ -41,8 +38,10 @@ check() { cd dateutil-$pkgver + python3 updatezinfo.py python3 setup.py test cd $srcdir/python2-dateutil-$pkgver + python2 updatezinfo.py python2 setup.py test }
[arch-commits] Commit in python-dateutil/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, May 11, 2015 @ 20:16:30 Author: jelle Revision: 133240 archrelease: copy trunk to community-any Added: python-dateutil/repos/community-any/PKGBUILD (from rev 133239, python-dateutil/trunk/PKGBUILD) Deleted: python-dateutil/repos/community-any/PKGBUILD --+ PKGBUILD | 95 ++--- 1 file changed, 47 insertions(+), 48 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-05-11 18:16:14 UTC (rev 133239) +++ PKGBUILD2015-05-11 18:16:30 UTC (rev 133240) @@ -1,48 +0,0 @@ -#/Maintainer: Jelle van der Waa -#Contributor: lilydjwg - -pkgbase=python-dateutil -pkgname=('python-dateutil' 'python2-dateutil') -pkgver=2.4.1 -pkgrel=1 -pkgdesc="Provides powerful extensions to the standard datetime module" -arch=('any') -license=('custom') -url="https://github.com/dateutil/dateutil"; -makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') -source=("$pkgbase-$pkgver.tar.gz"::https://github.com/dateutil/dateutil/archive/2.4.1.tar.gz) -#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz) -md5sums=('41972da724ee35eeb26cfb9e9600ad51') - -build() { - # Required for unittests - cd dateutil-$pkgver - ./updatezinfo.py - - cd $srcdir - cp -r dateutil-$pkgver python2-dateutil-$pkgver -} - -package_python-dateutil() -{ -depends=('python-six') - cd dateutil-$pkgver - python3 setup.py install --root=$pkgdir --optimize=1 - install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-dateutil() -{ -depends=('python2-six') - cd $srcdir/python2-dateutil-$pkgver - python2 setup.py install --root=$pkgdir --optimize=1 - install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -check() { - cd dateutil-$pkgver - python3 setup.py test - - cd $srcdir/python2-dateutil-$pkgver - python2 setup.py test -} Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 133239, python-dateutil/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-05-11 18:16:30 UTC (rev 133240) @@ -0,0 +1,47 @@ +#/Maintainer: Jelle van der Waa +#Contributor: lilydjwg + +pkgbase=python-dateutil +pkgname=('python-dateutil' 'python2-dateutil') +pkgver=2.4.2 +pkgrel=1 +pkgdesc="Provides powerful extensions to the standard datetime module" +arch=('any') +license=('custom') +url="https://github.com/dateutil/dateutil"; +makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') +source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz";) +#source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz) +md5sums=('b22e2b212813f06955bbb36cada93551') + +build() { + + cd $srcdir + cp -r dateutil-$pkgver python2-dateutil-$pkgver +} + +package_python-dateutil() +{ +depends=('python-six') + cd dateutil-$pkgver + python3 setup.py install --root=$pkgdir --optimize=1 + install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-dateutil() +{ +depends=('python2-six') + cd $srcdir/python2-dateutil-$pkgver + python2 setup.py install --root=$pkgdir --optimize=1 + install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE +} + +check() { + cd dateutil-$pkgver + python3 updatezinfo.py + python3 setup.py test + + cd $srcdir/python2-dateutil-$pkgver + python2 updatezinfo.py + python2 setup.py test +}
[arch-commits] Commit in linux-grsec/repos (24 files)
Date: Monday, May 11, 2015 @ 19:23:58 Author: thestinger Revision: 133238 archrelease: copy trunk to community-i686, community-x86_64 Added: linux-grsec/repos/community-i686/PKGBUILD (from rev 133237, linux-grsec/trunk/PKGBUILD) linux-grsec/repos/community-i686/change-default-console-loglevel.patch (from rev 133237, linux-grsec/trunk/change-default-console-loglevel.patch) linux-grsec/repos/community-i686/config (from rev 133237, linux-grsec/trunk/config) linux-grsec/repos/community-i686/config.x86_64 (from rev 133237, linux-grsec/trunk/config.x86_64) linux-grsec/repos/community-i686/linux-grsec.install (from rev 133237, linux-grsec/trunk/linux-grsec.install) linux-grsec/repos/community-i686/linux.preset (from rev 133237, linux-grsec/trunk/linux.preset) linux-grsec/repos/community-x86_64/PKGBUILD (from rev 133237, linux-grsec/trunk/PKGBUILD) linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch (from rev 133237, linux-grsec/trunk/change-default-console-loglevel.patch) linux-grsec/repos/community-x86_64/config (from rev 133237, linux-grsec/trunk/config) linux-grsec/repos/community-x86_64/config.x86_64 (from rev 133237, linux-grsec/trunk/config.x86_64) linux-grsec/repos/community-x86_64/linux-grsec.install (from rev 133237, linux-grsec/trunk/linux-grsec.install) linux-grsec/repos/community-x86_64/linux.preset (from rev 133237, linux-grsec/trunk/linux.preset) Deleted: linux-grsec/repos/community-i686/PKGBUILD linux-grsec/repos/community-i686/change-default-console-loglevel.patch linux-grsec/repos/community-i686/config linux-grsec/repos/community-i686/config.x86_64 linux-grsec/repos/community-i686/linux-grsec.install linux-grsec/repos/community-i686/linux.preset linux-grsec/repos/community-x86_64/PKGBUILD linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch linux-grsec/repos/community-x86_64/config linux-grsec/repos/community-x86_64/config.x86_64 linux-grsec/repos/community-x86_64/linux-grsec.install linux-grsec/repos/community-x86_64/linux.preset + /PKGBUILD | 650 /change-default-console-loglevel.patch | 22 /config|15030 +++ /config.x86_64 |14446 ++ /linux-grsec.install | 74 /linux.preset | 28 community-i686/PKGBUILD| 325 community-i686/change-default-console-loglevel.patch | 11 community-i686/config | 7515 --- community-i686/config.x86_64 | 7223 --- community-i686/linux-grsec.install | 37 community-i686/linux.preset| 14 community-x86_64/PKGBUILD | 325 community-x86_64/change-default-console-loglevel.patch | 11 community-x86_64/config| 7515 --- community-x86_64/config.x86_64 | 7223 --- community-x86_64/linux-grsec.install | 37 community-x86_64/linux.preset | 14 18 files changed, 30250 insertions(+), 30250 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 133237:133238 to see the changes.
[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 19:22:58 Author: thestinger Revision: 133237 upgpkg: linux-grsec 4.0.2.201505101122-1 Modified: linux-grsec/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 16:40:22 UTC (rev 133236) +++ PKGBUILD2015-05-11 17:22:58 UTC (rev 133237) @@ -9,7 +9,7 @@ _srcname=linux-4.0 _pkgver=4.0.2 _grsecver=3.1 -_timestamp=201505091724 +_timestamp=201505101122 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch" pkgver=$_pkgver.$_timestamp pkgrel=1 @@ -34,7 +34,7 @@ 'SKIP' 'c879ac300e9c1c8d2433ad9c66be5d374d15cf2175ac9876fb22d7d53a6b2e3b' 'SKIP' -'07ca40dd103214ce38304d58184d4704ec56f5456af47a39138994395a38f343' +'44e492b9e896d0ad341afffc3c0e59687669d546b00777265f393eca7b18d191' 'SKIP' '3ec9745e2cde88012480be6f45456c7226c1dcedf137b9d93441f3d891eae57d' '1e03da0a93bad6f5a6b11783903990716771cb78db3397c0773c18ac0f883488'
[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 18:48:14 Author: bpiotrowski Revision: 238952 Remove noop and default configure flags Modified: ffmpeg/trunk/PKGBUILD --+ PKGBUILD |3 --- 1 file changed, 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 06:33:20 UTC (rev 238951) +++ PKGBUILD2015-05-11 16:48:14 UTC (rev 238952) @@ -60,10 +60,7 @@ --enable-libx264 \ --enable-libx265 \ --enable-libxvid \ ---enable-runtime-cpudetect \ --enable-shared \ ---enable-swresample \ ---enable-vdpau \ --enable-version3 \ --enable-x11grab \
[arch-commits] Commit in mgba/repos (6 files)
Date: Monday, May 11, 2015 @ 18:40:22 Author: jsteel Revision: 133236 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: mgba/repos/community-staging-i686/ mgba/repos/community-staging-i686/PKGBUILD (from rev 133235, mgba/trunk/PKGBUILD) mgba/repos/community-staging-i686/mgba.desktop (from rev 133235, mgba/trunk/mgba.desktop) mgba/repos/community-staging-x86_64/ mgba/repos/community-staging-x86_64/PKGBUILD (from rev 133235, mgba/trunk/PKGBUILD) mgba/repos/community-staging-x86_64/mgba.desktop (from rev 133235, mgba/trunk/mgba.desktop) ---+ community-staging-i686/PKGBUILD | 65 community-staging-i686/mgba.desktop | 10 community-staging-x86_64/PKGBUILD | 65 community-staging-x86_64/mgba.desktop | 10 4 files changed, 150 insertions(+) Copied: mgba/repos/community-staging-i686/PKGBUILD (from rev 133235, mgba/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-05-11 16:40:22 UTC (rev 133236) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Bartłomiej Piotrowski +# Contributor: Duck Hunt + +pkgbase=mgba +pkgname=('libmgba' 'mgba-sdl' 'mgba-qt') +pkgver=0.2.0 +pkgrel=2 +arch=('i686' 'x86_64') +url='https://endrift.com/mgba/' +license=('custom:MPL2') +makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit' + 'ffmpeg' 'imagemagick' 'desktop-file-utils') +source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz +mgba.desktop) +sha1sums=('96b92c016d4ceffc651ca7a99067782a81656ca7' + '0f6f43ed45b702f6571c254d4717fbc1fe15e845') + +prepare() { + [[ ! -d build ]] && mkdir build || rm -rf build + + cd mgba-$pkgver/res + convert mgba-1024.png -resize 256x256 mgba-256.png +} + +build() { + cd build + cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package_libmgba() { + pkgdesc='Shared library of mGBA' + depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick') + + cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \ +-P build/cmake_install.cmake + install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_mgba-sdl() { + pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy' + depends=('libmgba' 'sdl2') + + cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \ +-P build/cmake_install.cmake + + install -d "$pkgdir"/usr/share/licenses/$pkgname + ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_mgba-qt() { + pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.' + depends=('libmgba' 'qt5-multimedia' 'sdl2') + + cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \ +-P build/cmake_install.cmake + + desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/ + install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png + + install -d "$pkgdir"/usr/share/licenses/$pkgname + ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Copied: mgba/repos/community-staging-i686/mgba.desktop (from rev 133235, mgba/trunk/mgba.desktop) === --- community-staging-i686/mgba.desktop (rev 0) +++ community-staging-i686/mgba.desktop 2015-05-11 16:40:22 UTC (rev 133236) @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=mGBA +Comment=mGBA Game Boy Advance Emulator +Icon=mgba.png +Exec=mgba-qt +Categories=Game;Emulator; +Terminal=false +StartupNotify=false Copied: mgba/repos/community-staging-x86_64/PKGBUILD (from rev 133235, mgba/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-05-11 16:40:22 UTC (rev 133236) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Jonathan Steel +# Contributor: Bartłomiej Piotrowski +# Contributor: Duck Hunt + +pkgbase=mgba +pkgname=('libmgba' 'mgba-sdl' 'mgba-qt') +pkgver=0.2.0 +pkgrel=2 +arch=('i686' 'x86_64') +url='https://endrift.com/mgba/' +license=('custom:MPL2') +makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit' + 'ffmpeg' 'imagemagick' 'desktop-file-utils') +source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz +mgba.desktop) +sha1sums=('96b92c016d4ceffc651ca7a99067782a81656ca7' + '0f6f43ed45b702f6571c254d4717fbc1fe15e845') + +prepare() { + [[ ! -
[arch-commits] Commit in mgba/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 18:40:08 Author: jsteel Revision: 133235 upgpkg: mgba 0.2.0-2 libzip rebuild Modified: mgba/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 16:35:54 UTC (rev 133234) +++ PKGBUILD2015-05-11 16:40:08 UTC (rev 133235) @@ -6,7 +6,7 @@ pkgbase=mgba pkgname=('libmgba' 'mgba-sdl' 'mgba-qt') pkgver=0.2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='https://endrift.com/mgba/' license=('custom:MPL2')
[arch-commits] Commit in crash/repos (6 files)
Date: Monday, May 11, 2015 @ 18:35:54 Author: anatolik Revision: 133234 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: crash/repos/community-testing-i686/ crash/repos/community-testing-i686/PKGBUILD (from rev 133233, crash/trunk/PKGBUILD) crash/repos/community-testing-i686/linux_version_4_support.patch (from rev 133233, crash/trunk/linux_version_4_support.patch) crash/repos/community-testing-x86_64/ crash/repos/community-testing-x86_64/PKGBUILD (from rev 133233, crash/trunk/PKGBUILD) crash/repos/community-testing-x86_64/linux_version_4_support.patch (from rev 133233, crash/trunk/linux_version_4_support.patch) + community-testing-i686/PKGBUILD| 40 +++ community-testing-i686/linux_version_4_support.patch | 32 community-testing-x86_64/PKGBUILD | 40 +++ community-testing-x86_64/linux_version_4_support.patch | 32 4 files changed, 144 insertions(+) Copied: crash/repos/community-testing-i686/PKGBUILD (from rev 133233, crash/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-05-11 16:35:54 UTC (rev 133234) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Bernhard Walle +# Contributor: Michael Eckert +# Contributor: Mathieu Pasquet + +pkgname=crash +pkgver=7.1.0 +pkgrel=2 +pkgdesc='Linux kernel crashdump analysis tool' +url='http://people.redhat.com/~anderson' +arch=(i686 x86_64) +license=(GPL) +depends=(xz ncurses zlib) +source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz +linux_version_4_support.patch) +sha256sums=('12e17267985ad1339b5da931143d4997fa4dafb82027d5664d4b7826175a21ec' +'e535507a1b3c6ca366513beb82b205969a33085ecd48952610f96f3d717bc022') + +prepare() { + cd crash-$pkgver + + patch -Np1 -i "${srcdir}/linux_version_4_support.patch" + + make gdb_unzip + sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure +} + +build() { + cd crash-$pkgver + make +} + +package() { + cd crash-$pkgver + + mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8 + install crash "$pkgdir"/usr/bin/ + install crash.8 "$pkgdir"/usr/share/man/man8/ +} Copied: crash/repos/community-testing-i686/linux_version_4_support.patch (from rev 133233, crash/trunk/linux_version_4_support.patch) === --- community-testing-i686/linux_version_4_support.patch (rev 0) +++ community-testing-i686/linux_version_4_support.patch2015-05-11 16:35:54 UTC (rev 133234) @@ -0,0 +1,32 @@ +commit db07dbf5a7e19806b1629bd4125e6643978c6f9f +Author: Dave Anderson +Date: Thu Feb 19 16:16:33 2015 -0500 + +Prepare for the future increment of Linux 3.x to 4.x. +(ander...@redhat.com) + +diff --git a/kernel.c b/kernel.c +index cf858c2..a5e0c64 100644 +--- a/kernel.c b/kernel.c +@@ -1211,7 +1211,8 @@ verify_namelist() + sprintf(buffer3, "(unknown)"); + while (fgets(buffer, BUFSIZE-1, pipe)) { + if (!strstr(buffer, "Linux version 2.") && +- !strstr(buffer, "Linux version 3.")) ++ !strstr(buffer, "Linux version 3.") && ++ !strstr(buffer, "Linux version 4.")) + continue; + + if (strstr(buffer, kt->proc_version)) { +@@ -4909,7 +4910,8 @@ debug_kernel_version(char *namelist) + argc = 0; + while (fgets(buf, BUFSIZE-1, pipe)) { + if (!strstr(buf, "Linux version 2.") && +- !strstr(buf, "Linux version 3.")) ++ !strstr(buf, "Linux version 3.") && ++ !strstr(buf, "Linux version 4.")) + continue; + + argc = parse_line(buf, arglist); + Copied: crash/repos/community-testing-x86_64/PKGBUILD (from rev 133233, crash/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-05-11 16:35:54 UTC (rev 133234) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Bernhard Walle +# Contributor: Michael Eckert +# Contributor: Mathieu Pasquet + +pkgname=crash +pkgver=7.1.0 +pkgrel=2 +pkgdesc='Linux kernel crashdump analysis tool' +url='http://people.redhat.com/~anderson' +arch=(i686 x86_64) +license=(GPL) +depends=(xz ncurses zlib) +source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz +linux_version_4_support.patch) +sha256sums=('12e17267985ad1339b5da931143d4997fa4dafb82027d5664d4b7826175a21ec' +'e535507a1b3c6ca366513beb82b205969a33085ecd48952610f96f3d717bc022') + +prepare() {
[arch-commits] Commit in crash/trunk (PKGBUILD linux_version_4_support.patch)
Date: Monday, May 11, 2015 @ 18:35:24 Author: anatolik Revision: 133233 FS#44925 Add patch that recognizes new 4.0 linux version Plus compile against gcc-5.1 as new kernel is already uses it Added: crash/trunk/linux_version_4_support.patch Modified: crash/trunk/PKGBUILD ---+ PKGBUILD | 11 --- linux_version_4_support.patch | 32 2 files changed, 40 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 15:40:58 UTC (rev 133232) +++ PKGBUILD2015-05-11 16:35:24 UTC (rev 133233) @@ -6,17 +6,22 @@ pkgname=crash pkgver=7.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Linux kernel crashdump analysis tool' url='http://people.redhat.com/~anderson' arch=(i686 x86_64) license=(GPL) depends=(xz ncurses zlib) -source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('12e17267985ad1339b5da931143d4997fa4dafb82027d5664d4b7826175a21ec') +source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz +linux_version_4_support.patch) +sha256sums=('12e17267985ad1339b5da931143d4997fa4dafb82027d5664d4b7826175a21ec' +'e535507a1b3c6ca366513beb82b205969a33085ecd48952610f96f3d717bc022') prepare() { cd crash-$pkgver + + patch -Np1 -i "${srcdir}/linux_version_4_support.patch" + make gdb_unzip sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure } Added: linux_version_4_support.patch === --- linux_version_4_support.patch (rev 0) +++ linux_version_4_support.patch 2015-05-11 16:35:24 UTC (rev 133233) @@ -0,0 +1,32 @@ +commit db07dbf5a7e19806b1629bd4125e6643978c6f9f +Author: Dave Anderson +Date: Thu Feb 19 16:16:33 2015 -0500 + +Prepare for the future increment of Linux 3.x to 4.x. +(ander...@redhat.com) + +diff --git a/kernel.c b/kernel.c +index cf858c2..a5e0c64 100644 +--- a/kernel.c b/kernel.c +@@ -1211,7 +1211,8 @@ verify_namelist() + sprintf(buffer3, "(unknown)"); + while (fgets(buffer, BUFSIZE-1, pipe)) { + if (!strstr(buffer, "Linux version 2.") && +- !strstr(buffer, "Linux version 3.")) ++ !strstr(buffer, "Linux version 3.") && ++ !strstr(buffer, "Linux version 4.")) + continue; + + if (strstr(buffer, kt->proc_version)) { +@@ -4909,7 +4910,8 @@ debug_kernel_version(char *namelist) + argc = 0; + while (fgets(buf, BUFSIZE-1, pipe)) { + if (!strstr(buf, "Linux version 2.") && +- !strstr(buf, "Linux version 3.")) ++ !strstr(buf, "Linux version 3.") && ++ !strstr(buf, "Linux version 4.")) + continue; + + argc = parse_line(buf, arglist); +
[arch-commits] Commit in percona-server/repos (26 files)
Date: Monday, May 11, 2015 @ 17:40:58 Author: mtorromeo Revision: 133232 archrelease: copy trunk to community-i686, community-x86_64 Added: percona-server/repos/community-i686/PKGBUILD (from rev 133231, percona-server/trunk/PKGBUILD) percona-server/repos/community-i686/my.cnf (from rev 133231, percona-server/trunk/my.cnf) percona-server/repos/community-i686/mysql-user.conf (from rev 133231, percona-server/trunk/mysql-user.conf) percona-server/repos/community-i686/mysql56-bufsize.patch (from rev 133231, percona-server/trunk/mysql56-bufsize.patch) percona-server/repos/community-i686/mysqld-tmpfile.conf (from rev 133231, percona-server/trunk/mysqld-tmpfile.conf) percona-server/repos/community-i686/percona.install (from rev 133231, percona-server/trunk/percona.install) percona-server/repos/community-x86_64/PKGBUILD (from rev 133231, percona-server/trunk/PKGBUILD) percona-server/repos/community-x86_64/my.cnf (from rev 133231, percona-server/trunk/my.cnf) percona-server/repos/community-x86_64/mysql-user.conf (from rev 133231, percona-server/trunk/mysql-user.conf) percona-server/repos/community-x86_64/mysql56-bufsize.patch (from rev 133231, percona-server/trunk/mysql56-bufsize.patch) percona-server/repos/community-x86_64/mysqld-tmpfile.conf (from rev 133231, percona-server/trunk/mysqld-tmpfile.conf) percona-server/repos/community-x86_64/percona.install (from rev 133231, percona-server/trunk/percona.install) Deleted: percona-server/repos/community-i686/PKGBUILD percona-server/repos/community-i686/mysql-user.conf percona-server/repos/community-i686/mysql56-bufsize.patch percona-server/repos/community-i686/mysqld-post.sh percona-server/repos/community-i686/mysqld-tmpfile.conf percona-server/repos/community-i686/mysqld.service percona-server/repos/community-i686/percona.install percona-server/repos/community-x86_64/PKGBUILD percona-server/repos/community-x86_64/mysql-user.conf percona-server/repos/community-x86_64/mysql56-bufsize.patch percona-server/repos/community-x86_64/mysqld-post.sh percona-server/repos/community-x86_64/mysqld-tmpfile.conf percona-server/repos/community-x86_64/mysqld.service percona-server/repos/community-x86_64/percona.install + /PKGBUILD | 302 +++ /mysql-user.conf |2 /mysql56-bufsize.patch | 40 /mysqld-tmpfile.conf |2 /percona.install | 50 + community-i686/PKGBUILD| 149 --- community-i686/my.cnf | 38 +++ community-i686/mysql-user.conf |1 community-i686/mysql56-bufsize.patch | 20 -- community-i686/mysqld-post.sh |8 community-i686/mysqld-tmpfile.conf |1 community-i686/mysqld.service | 16 - community-i686/percona.install | 25 -- community-x86_64/PKGBUILD | 149 --- community-x86_64/my.cnf| 38 +++ community-x86_64/mysql-user.conf |1 community-x86_64/mysql56-bufsize.patch | 20 -- community-x86_64/mysqld-post.sh|8 community-x86_64/mysqld-tmpfile.conf |1 community-x86_64/mysqld.service| 16 - community-x86_64/percona.install | 25 -- 21 files changed, 472 insertions(+), 440 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-11 15:40:06 UTC (rev 133231) +++ community-i686/PKGBUILD 2015-05-11 15:40:58 UTC (rev 133232) @@ -1,149 +0,0 @@ -# $Id: PKGBUILD 128772 2015-03-05 16:00:40Z mtorromeo $ -# Maintainer: Massimiliano Torromeo - -pkgbase=percona-server -pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server') -pkgver=5.6.23_72.1 -_pkgver=${pkgver/_/-} -_myver=${pkgver/_rel*} -pkgrel=1 -arch=('i686' 'x86_64') -makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools') -license=('GPL') -url="http://www.percona.com/software/percona-server/"; -source=("http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"; -'mysqld-post.sh' -'mysqld.service' -'mysql-user.conf' -'mysqld-tmpfile.conf' -'mysql56-bufsize.patch') - -prepare() { - cd $pkgbase-$_pkgver - patch -p0 -i ../mysql56-bufsize.patch - - rm -v sql/sql_yacc.{cc,h} -} - -build() { - rm -rf build - mkdir build - cd build - - cmake ../$pkgbase-$_pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONFDIR=/etc/mysql \ - -DMYSQL_DATADIR=/var/lib/mysql \ - -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \ - -DDEFAULT_CHARSET=utf8 \ -
[arch-commits] Commit in percona-server/trunk (4 files)
Date: Monday, May 11, 2015 @ 17:40:06 Author: mtorromeo Revision: 133231 upgpkg: percona-server 5.6.24_72.2-1 Updated to 5.6.24_72.2 and used upstream's systemd and config files Added: percona-server/trunk/my.cnf Modified: percona-server/trunk/PKGBUILD Deleted: percona-server/trunk/mysqld-post.sh percona-server/trunk/mysqld.service + PKGBUILD | 24 +--- my.cnf | 38 ++ mysqld-post.sh |8 mysqld.service | 16 4 files changed, 51 insertions(+), 35 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 12:57:41 UTC (rev 133230) +++ PKGBUILD2015-05-11 15:40:06 UTC (rev 133231) @@ -3,7 +3,7 @@ pkgbase=percona-server pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server') -pkgver=5.6.23_72.1 +pkgver=5.6.24_72.2 _pkgver=${pkgver/_/-} _myver=${pkgver/_rel*} pkgrel=1 @@ -12,8 +12,7 @@ license=('GPL') url="http://www.percona.com/software/percona-server/"; source=("http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"; -'mysqld-post.sh' -'mysqld.service' +'my.cnf' 'mysql-user.conf' 'mysqld-tmpfile.conf' 'mysql56-bufsize.patch') @@ -21,8 +20,9 @@ prepare() { cd $pkgbase-$_pkgver patch -p0 -i ../mysql56-bufsize.patch - rm -v sql/sql_yacc.{cc,h} + sed 's|$datadir/mysql.sock|/run/mysqld/mysqld.sock|' \ + -i packaging/rpm-fedora/mysql-systemd-start } build() { @@ -32,6 +32,7 @@ cmake ../$pkgbase-$_pkgver \ -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_CONFIG=mysql_release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc/mysql \ -DMYSQL_DATADIR=/var/lib/mysql \ @@ -80,7 +81,7 @@ make -C $dir DESTDIR="$pkgdir" install done - rm "$pkgdir"/usr/lib/libmysqlservices.a + rm "$pkgdir"/usr/lib/libmysqlservices.a install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config install -d "$pkgdir"/usr/share/man/man1 @@ -119,12 +120,14 @@ cd build make DESTDIR="$pkgdir" install - install -Dm644 "$pkgdir"/usr/share/mysql/my-default.cnf "$pkgdir"/etc/mysql/my.cnf - install -Dm755 ../mysqld-post.sh "$pkgdir"/usr/bin/mysqld-post - install -Dm644 ../mysqld.service "$pkgdir"/usr/lib/systemd/system/mysqld.service + install -Dm644 ../my.cnf "$pkgdir"/etc/mysql/my.cnf install -Dm644 ../mysql-user.conf "$pkgdir"/usr/lib/sysusers.d/mysql.conf install -Dm644 ../mysqld-tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/mysqld.conf + cd ../$pkgbase-$_pkgver/packaging/rpm-fedora + install -Dm755 mysql-systemd-start "$pkgdir"/usr/bin/mysql-systemd-start + install -Dm644 mysqld.service "$pkgdir"/usr/lib/systemd/system/mysqld.service + # provided by libperconaserverclient cd "$pkgdir" rm usr/bin/mysql_config @@ -141,9 +144,8 @@ rm usr/share/man/man1/mysql-test-run.pl.1 } -sha256sums=('5382630b98dd05f72e372ede5535ddcad2e389b594311a69f03a3d95f68d4907' -'82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48' -'9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869' +sha256sums=('5aa6469f3a55fe0fd1cfe315f2f9cacb0ce318620086c93821c9000d6e25c0de' +'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83' 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e' 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60' '1039e232a7778544b00eb215c93bb06c588c95c2fd49cfb162dc50eb4dfbf729') Added: my.cnf === --- my.cnf (rev 0) +++ my.cnf 2015-05-11 15:40:06 UTC (rev 133231) @@ -0,0 +1,38 @@ +# For advice on how to change settings please see +# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html + +[client] +#password = your_password +port= 3306 +socket = /run/mysqld/mysqld.sock + +[mysqld] +port= 3306 +socket = /run/mysqld/mysqld.sock +datadir = /var/lib/mysql + +# +# Remove leading # and set to the amount of RAM for the most important data +# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. +# innodb_buffer_pool_size = 128M +# +# Remove leading # to turn on a very important data integrity option: logging +# changes to the binary log between backups. +# log_bin +# +# Remove leading # to set options mainly useful for reporting servers. +# The server defaults are faster for transactions and fast SELECTs. +# Adjust sizes as needed, experiment to find the optimal values. +# join_bu
[arch-commits] Commit in vbam/repos (16 files)
Date: Monday, May 11, 2015 @ 14:57:41 Author: alucryd Revision: 133230 archrelease: copy trunk to community-i686, community-x86_64 Added: vbam/repos/community-i686/PKGBUILD (from rev 133229, vbam/trunk/PKGBUILD) vbam/repos/community-i686/vbam-gtk.install (from rev 133229, vbam/trunk/vbam-gtk.install) vbam/repos/community-i686/vbam-wx-icon.patch (from rev 133229, vbam/trunk/vbam-wx-icon.patch) vbam/repos/community-i686/vbam-wx.install (from rev 133229, vbam/trunk/vbam-wx.install) vbam/repos/community-x86_64/PKGBUILD (from rev 133229, vbam/trunk/PKGBUILD) vbam/repos/community-x86_64/vbam-gtk.install (from rev 133229, vbam/trunk/vbam-gtk.install) vbam/repos/community-x86_64/vbam-wx-icon.patch (from rev 133229, vbam/trunk/vbam-wx-icon.patch) vbam/repos/community-x86_64/vbam-wx.install (from rev 133229, vbam/trunk/vbam-wx.install) Deleted: vbam/repos/community-i686/PKGBUILD vbam/repos/community-i686/vbam-gtk.install vbam/repos/community-i686/vbam-wx-icon.patch vbam/repos/community-i686/vbam-wx.install vbam/repos/community-x86_64/PKGBUILD vbam/repos/community-x86_64/vbam-gtk.install vbam/repos/community-x86_64/vbam-wx-icon.patch vbam/repos/community-x86_64/vbam-wx.install -+ /PKGBUILD | 188 ++ /vbam-gtk.install | 28 + /vbam-wx-icon.patch | 36 ++ /vbam-wx.install| 26 community-i686/PKGBUILD | 94 - community-i686/vbam-gtk.install | 14 -- community-i686/vbam-wx-icon.patch | 18 --- community-i686/vbam-wx.install | 13 -- community-x86_64/PKGBUILD | 94 - community-x86_64/vbam-gtk.install | 14 -- community-x86_64/vbam-wx-icon.patch | 18 --- community-x86_64/vbam-wx.install| 13 -- 12 files changed, 278 insertions(+), 278 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-05-11 12:57:13 UTC (rev 133229) +++ community-i686/PKGBUILD 2015-05-11 12:57:41 UTC (rev 133230) @@ -1,94 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin -# Contributor: Bartłomiej Piotrowski - -pkgbase=vbam -pkgname=('vbam-sdl' 'vbam-gtk' 'vbam-wx') -pkgver=1.8.0.1292 -pkgrel=1 -pkgdesc='Nintendo GameBoy Advance emulator' -arch=('i686' 'x86_64') -url='http://vba-m.com' -license=('GPL2') -makedepends=('cmake' 'desktop-file-utils' 'ffmpeg' 'freetype2' 'gtkglextmm' - 'imagemagick' 'glew' 'libjpeg' 'libpng' 'libsndfile' 'libxrandr' - 'openal' 'sfml' 'subversion' 'wxgtk2.8' 'zip') -makedepends_i686=('nasm') -source=("vbam::svn+http://svn.code.sf.net/p/vbam/code/trunk#revision=${pkgver##*.}"; -'vbam-wx-icon.patch') -sha256sums=('SKIP' -'2c7280ba6135904edbad4f522aa8b03f3b00a4ab7600b76f60b83a394ea5') - -prepare() { - cd vbam - - patch -Np1 -i ../vbam-wx-icon.patch - sed 's/wxrc/wxrc-2.8/g' -i {po/update_pot.sh,src/wx/CMakeLists.txt} - sed 's|Common/|common/|' -i src/gba/debugger-expr-yacc.cpp -} - -build() { - cd vbam - - if [[ -d build ]]; then -rm -rf build - fi - mkdir build && cd build - - _cmakeargs="-DCMAKE_BUILD_TYPE='Release' \ - -DCMAKE_INSTALL_PREFIX='/usr' \ - -DCMAKE_SKIP_RPATH='TRUE' \ - -DENABLE_GTK='TRUE' \ - -DENABLE_WX='TRUE' \ - -DENABLE_FFMPEG='TRUE' \ - -DENABLE_LINK='TRUE' \ - -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' \ - -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'" - - if [[ $CARCH == i686 ]]; then -_cmakeargs="${_cmakeargs} \ --DENABLE_ASM_CORE='TRUE' \ --DENABLE_ASM_SCALERS='TRUE'" - fi - - cmake .. ${_cmakeargs} - make -} - -package_vbam-sdl() { -depends=('sdl' 'sfml') -replaces=('vbam-cli') -backup=('etc/vbam.cfg') - - cd vbam/build - - make DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}"/usr/{bin/{g,wx}vbam,share} -} - -package_vbam-gtk() { -depends=('desktop-file-utils' 'gtkglextmm' 'sdl' 'sfml') -conflicts=('vbam-wx') -install='vbam-gtk.install' - - cd vbam/build - - make DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}"/{etc,usr/bin/vbam} - find "${pkgdir}" -type f -regex .*wxvbam.* -exec rm {} + -} - -package_vbam-wx() { -depends=('ffmpeg' 'sfml' 'wxgtk2.8') -conflicts=('vbam-gtk') -options=('!emptydirs') -install='vbam-wx.install' - - cd vbam/build - - make DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}"/{etc,usr/{bin,share}/vbam} - find "${pkgdir}" -type f -regex .*gvbam.* -exec rm {} + -} - -# vim: ts=2 sw=2 et: Copied: vbam/repos/community-i686/PKGBUILD (from rev 133229, vbam/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015
[arch-commits] Commit in vbam/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 14:57:13 Author: alucryd Revision: 133229 sfml 2.3 rebuild: vbam 1.8.0.1292-2 Modified: vbam/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 11:53:32 UTC (rev 133228) +++ PKGBUILD2015-05-11 12:57:13 UTC (rev 133229) @@ -5,7 +5,7 @@ pkgbase=vbam pkgname=('vbam-sdl' 'vbam-gtk' 'vbam-wx') pkgver=1.8.0.1292 -pkgrel=1 +pkgrel=2 pkgdesc='Nintendo GameBoy Advance emulator' arch=('i686' 'x86_64') url='http://vba-m.com'
[arch-commits] Commit in hhvm/repos (8 files)
Date: Monday, May 11, 2015 @ 13:53:32 Author: mtorromeo Revision: 133228 archrelease: copy trunk to community-staging-x86_64 Added: hhvm/repos/community-staging-x86_64/ hhvm/repos/community-staging-x86_64/PKGBUILD (from rev 133227, hhvm/trunk/PKGBUILD) hhvm/repos/community-staging-x86_64/hhvm.install (from rev 133227, hhvm/trunk/hhvm.install) hhvm/repos/community-staging-x86_64/hhvm.service (from rev 133227, hhvm/trunk/hhvm.service) hhvm/repos/community-staging-x86_64/hhvm.tmpfile (from rev 133227, hhvm/trunk/hhvm.tmpfile) hhvm/repos/community-staging-x86_64/hhvm@.service (from rev 133227, hhvm/trunk/hhvm@.service) hhvm/repos/community-staging-x86_64/php.ini (from rev 133227, hhvm/trunk/php.ini) hhvm/repos/community-staging-x86_64/server.ini (from rev 133227, hhvm/trunk/server.ini) ---+ PKGBUILD | 142 hhvm.install |9 +++ hhvm.service | 15 + hhvm.tmpfile |2 hhvm@.service | 15 + php.ini | 10 +++ server.ini|6 ++ 7 files changed, 199 insertions(+) Copied: hhvm/repos/community-staging-x86_64/PKGBUILD (from rev 133227, hhvm/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-05-11 11:53:32 UTC (rev 133228) @@ -0,0 +1,142 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: James Miller + +pkgname=hhvm +pkgver=3.7.0 +pkgrel=2 + +_thirdparty_commit=7f549260cbac2f6575d787948d668f20261c3d75 +_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861 +_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902 +_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7 +_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4 +_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5 +_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10 + +pkgdesc="Virtual Machine, Runtime, and JIT for PHP" +arch=('x86_64') +url="http://hhvm.com"; +license=('PHP') +depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip' + 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 'libvpx' + 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2' + 'gperf') +makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb' + 'ragel' 'libmariadbclient' 'unixodbc') +source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz"; + "hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz"; + "folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz"; + "thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz"; + "proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz"; + "webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz"; + "mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz"; + "squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz"; +'hhvm.tmpfile' +'hhvm.service' +'hhvm@.service' +'php.ini' +'server.ini' + 'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff') +install=hhvm.install +backup=(etc/hhvm/{php,server}.ini) +options+=('!buildflags') + +prepare() { +cd "$srcdir"/$pkgname-HHVM-$pkgver + +patch -p1 -i "$srcdir"/libvpx14.patch + +# Fix sendmail path +sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \ +hphp/runtime/base/runtime-option.cpp + +rm -rf third-party +ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party + +cd third-party/folly +rm -rf src +ln -s "$srcdir"/folly-$_folly_commit src + +cd ../thrift +rm -rf src +ln -s "$srcdir"/fbthrift-$_thrift_commit src + +cd ../proxygen +rm -rf src +ln -s "$srcdir"/proxygen-$_proxygen_commit src + +cd ../mcrouter +rm -rf src +ln -s "$srcdir"/mcrouter-$_mcrouter_commit src + +cd ../squangle +rm -rf src squangle +ln -s "$srcdir"/squangle-$_squangle_commit src +ln -s src/squangle + +cd ../webscalesqlclient +rm -rf src webscalesql-5.6 +ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6 +ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit src +} + +build() { +cd "$srcdir"/$pkgname-HHVM-$pkgver +msg2 "Building hhvm" + +cmake -Wno-dev \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DCMAKE_PREFIX_PATH="$srcdir" \ +-DENAB
[arch-commits] Commit in hhvm/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 13:53:09 Author: mtorromeo Revision: 133227 upgpkg: hhvm 3.7.0-2 libzip rebuild Modified: hhvm/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 10:00:48 UTC (rev 133226) +++ PKGBUILD2015-05-11 11:53:09 UTC (rev 133227) @@ -4,7 +4,7 @@ pkgname=hhvm pkgver=3.7.0 -pkgrel=1 +pkgrel=2 _thirdparty_commit=7f549260cbac2f6575d787948d668f20261c3d75 _folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
[arch-commits] Commit in python2-memcached/repos/community-any (4 files)
Date: Monday, May 11, 2015 @ 12:00:48 Author: arodseth Revision: 133226 archrelease: copy trunk to community-any Added: python2-memcached/repos/community-any/LICENSE (from rev 133225, python2-memcached/trunk/LICENSE) python2-memcached/repos/community-any/PKGBUILD (from rev 133225, python2-memcached/trunk/PKGBUILD) Deleted: python2-memcached/repos/community-any/LICENSE python2-memcached/repos/community-any/PKGBUILD --+ LICENSE | 122 ++--- PKGBUILD | 75 +++-- 2 files changed, 99 insertions(+), 98 deletions(-) Deleted: LICENSE === --- LICENSE 2015-05-11 09:59:55 UTC (rev 133225) +++ LICENSE 2015-05-11 10:00:48 UTC (rev 133226) @@ -1,61 +0,0 @@ -IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. - -BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR -OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO -THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. - -1. This LICENSE AGREEMENT is between the Corporation for National Research -Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 -("CNRI"), and the Individual or Organization ("Licensee") accessing and -otherwise using Python 1.6, beta 1 software in source or binary form and its -associated documentation, as released at the www.python.org Internet site on -August 4, 2000 ("Python 1.6b1"). - -2. Subject to the terms and conditions of this License Agreement, CNRI -hereby grants Licensee a non-exclusive, royalty-free, world-wide license to -reproduce, analyze, test, perform and/or display publicly, prepare derivative -works, distribute, and otherwise use Python 1.6b1 alone or in any derivative -version, provided, however, that CNRIs License Agreement is retained in Python -1.6b1, alone or in any derivative version prepared by Licensee. - -Alternately, in lieu of CNRIs License Agreement, Licensee may substitute the -following text (omitting the quotes): "Python 1.6, beta 1, is made available -subject to the terms and conditions in CNRIs License Agreement. This Agreement -may be located on the Internet using the following unique, persistent -identifier (known as a handle): 1895.22/1011. This Agreement may also be -obtained from a proxy server on the Internet using the -URL:http://hdl.handle.net/1895.22/1011";. - -3. In the event Licensee prepares a derivative work that is based on or -incorporates Python 1.6b1or any part thereof, and wants to make the derivative -work available to the public as provided herein, then Licensee hereby agrees to -indicate in any such work the nature of the modifications made to Python -1.6b1. - -4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS" basis. -CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF -EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR -WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE -USE OF PYTHON 1.6b1WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. - -5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE -FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF -USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE THEREOF, EVEN -IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. This License Agreement shall be governed by and interpreted in all -respects by the law of the State of Virginia, excluding conflict of law -provisions. Nothing in this License Agreement shall be deemed to create any -relationship of agency, partnership, or joint venture between CNRI and -Licensee. This License Agreement does not grant permission to use CNRI -trademarks or trade name in a trademark sense to endorse or promote products or -services of Licensee, or any third party. - -8. By clicking on the "ACCEPT" button where indicated, or by copying, -installing or otherwise using Python 1.6b1, Licensee agrees to be bound by the -terms and conditions of this License Agreement. - -ACCEPT \ No newline at end of file Copied: python2-memcached/repos/community-any/LICENSE (from rev 133225, python2-memcached/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2015-05-11 10:00:48 UTC (rev 133226) @@ -0,0 +1,61 @@ +IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY. + +BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING, INSTALLING OR +OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE DEEMED TO HAVE AGREED TO +THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. + +1. This LICENSE AGREEMENT is between the Corporation for National Research +Initiatives, having an office at 1895 Preston White Drive, Reston, VA 2019
[arch-commits] Commit in python2-memcached/trunk (PKGBUILD)
Date: Monday, May 11, 2015 @ 11:59:55 Author: arodseth Revision: 133225 upgpkg: python2-memcached 1.54-2 Modified: python2-memcached/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-11 05:18:27 UTC (rev 133224) +++ PKGBUILD2015-05-11 09:59:55 UTC (rev 133225) @@ -7,12 +7,12 @@ pkgname=python2-memcached pkgdesc='Python interface to memcached' pkgver=1.54 -pkgrel=1 +pkgrel=2 url='https://github.com/linsomniac/python-memcached' arch=('any') license=('PSF') -depends=('python2') -makedepends=('python2-setuptools' 'git') +depends=('python2-six') +makedepends=('python2-setuptools' 'git' 'python2-six') source=("git://github.com/linsomniac/python-memcached#tag=release-$pkgver") md5sums=('SKIP') @@ -34,4 +34,5 @@ python2 setup.py check } +# getver: -u 2 github.com/linsomniac/python-memcached/blob/master/ChangeLog # vim:set ts=2 sw=2 et: