[arch-commits] Commit in python-pillow/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 08:08:03 Author: kkeen Revision: 98693 upgpkg: python-pillow 2.2.1-2 Modified: python-pillow/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-17 05:44:05 UTC (rev 98692) +++ PKGBUILD2013-10-17 06:08:03 UTC (rev 98693) @@ -4,9 +4,11 @@ pkgbase=python-pillow pkgname=(python-pillow python2-pillow) +pkgver=2.2.1 +pkgrel=2 _appname=Pillow -pkgver=2.2.1 -pkgrel=1 +_py2basever=2.7 +_py3basever=3.3m pkgdesc="Python Imaging Library (PIL) fork. Python3 version." arch=('i686' 'x86_64') url="http://python-imaging.github.io/"; @@ -32,6 +34,9 @@ popd install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -dm755 "$pkgdir/usr/include/python$_py3basever/" + install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h + # clean up bins cd "$pkgdir/usr/bin" for f in *.py; do @@ -55,6 +60,9 @@ popd install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -dm755 "$pkgdir/usr/include/python$_py2basever/" + install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h + # clean up bins cd "$pkgdir/usr/bin" for f in *.py; do
[arch-commits] Commit in python-pillow/repos (4 files)
Date: Thursday, October 17, 2013 @ 08:08:29 Author: kkeen Revision: 98694 archrelease: copy trunk to community-i686, community-x86_64 Added: python-pillow/repos/community-i686/PKGBUILD (from rev 98693, python-pillow/trunk/PKGBUILD) python-pillow/repos/community-x86_64/PKGBUILD (from rev 98693, python-pillow/trunk/PKGBUILD) Deleted: python-pillow/repos/community-i686/PKGBUILD python-pillow/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 144 community-i686/PKGBUILD | 64 --- community-x86_64/PKGBUILD | 64 --- 3 files changed, 144 insertions(+), 128 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-10-17 06:08:03 UTC (rev 98693) +++ community-i686/PKGBUILD 2013-10-17 06:08:29 UTC (rev 98694) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Contributor: minder - -pkgbase=python-pillow -pkgname=(python-pillow python2-pillow) -_appname=Pillow -pkgver=2.2.1 -pkgrel=1 -pkgdesc="Python Imaging Library (PIL) fork. Python3 version." -arch=('i686' 'x86_64') -url="http://python-imaging.github.io/"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane') -source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";) -md5sums=('d1d20d3db5d1ab312da0951ff061e6bf') - -build() { - cd "$srcdir" - cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver" -} - -package_python-pillow() { - depends=('python' 'lcms' 'libwebp') - optdepends=('tk: for the ImageTK module' - 'sane: for the Sane module' - 'python-pyqt4: for the ImageQt module') - cd "$srcdir/$_appname-$pkgver" - python3 setup.py install --root="$pkgdir/" --optimize=0 - pushd Sane -python3 setup.py install --root="$pkgdir/" --optimize=0 - popd - install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - # clean up bins - cd "$pkgdir/usr/bin" - for f in *.py; do -mv "$f" "${f%.py}" - done -} - -package_python2-pillow() { - pkgdesc="Python Imaging Library (PIL) fork. Python2 version." - depends=('python2' 'lcms' 'libwebp') - optdepends=('tk: for the ImageTK module' - 'sane: for the Sane module' - 'python2-pyqt4: for the ImageQt module') - provides=('python-imaging' 'python2-imaging') - conflicts=('python-imaging' 'python2-imaging') - replaces=('python2-imaging') - cd "$srcdir/${_appname}2-$pkgver" - python2 setup.py install --root="$pkgdir/" --optimize=0 - pushd Sane -python2 setup.py install --root="$pkgdir/" --optimize=0 - popd - install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - # clean up bins - cd "$pkgdir/usr/bin" - for f in *.py; do -mv "$f" "${f%.py}2" - done -} - Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 98693, python-pillow/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-17 06:08:29 UTC (rev 98694) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Kyle Keen +# Contributor: minder + +pkgbase=python-pillow +pkgname=(python-pillow python2-pillow) +pkgver=2.2.1 +pkgrel=2 +_appname=Pillow +_py2basever=2.7 +_py3basever=3.3m +pkgdesc="Python Imaging Library (PIL) fork. Python3 version." +arch=('i686' 'x86_64') +url="http://python-imaging.github.io/"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane') +source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";) +md5sums=('d1d20d3db5d1ab312da0951ff061e6bf') + +build() { + cd "$srcdir" + cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver" +} + +package_python-pillow() { + depends=('python' 'lcms' 'libwebp') + optdepends=('tk: for the ImageTK module' + 'sane: for the Sane module' + 'python-pyqt4: for the ImageQt module') + cd "$srcdir/$_appname-$pkgver" + python3 setup.py install --root="$pkgdir/" --optimize=0 + pushd Sane +python3 setup.py install --root="$pkgdir/" --optimize=0 + popd + install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + install -dm755 "$pkgdir/usr/include/python$_py3basever/" + install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h + + # clean up bins + cd "$pkgdir/usr/bin" + for f in *.py; do +mv "$f" "${f%.py}" + done +} + +package_python2-pillow() { + pkgdesc="Python Imaging Library (PIL) fork. Python2 version." + depends=('python2' 'lcms' 'libwebp') + optdepends=('tk: for the ImageTK module' + 'sane: for the Sane module' + 'python2-pyqt4: for the ImageQt module') + provides=('python-imaging' 'python2-imaging') + conflicts=('python-imaging' 'python2-imaging') +
[arch-commits] Commit in elinks/repos (4 files)
Date: Thursday, October 17, 2013 @ 07:44:05 Author: kkeen Revision: 98692 archrelease: copy trunk to community-i686, community-x86_64 Added: elinks/repos/community-i686/PKGBUILD (from rev 98691, elinks/trunk/PKGBUILD) elinks/repos/community-x86_64/PKGBUILD (from rev 98691, elinks/trunk/PKGBUILD) Deleted: elinks/repos/community-i686/PKGBUILD elinks/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 80 community-i686/PKGBUILD | 40 -- community-x86_64/PKGBUILD | 40 -- 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-10-17 05:37:24 UTC (rev 98691) +++ community-i686/PKGBUILD 2013-10-17 05:44:05 UTC (rev 98692) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Maintainer: Sergej Pupykin -# Maintainer: Andrea Scarpino -# Contributor: damir -# Contributor: Ben - -pkgname=elinks -pkgver=0.13 -_commit="9313aae9062e1d9ff084858fa6844259cd8237d6" -pkgrel=12 -pkgdesc="An advanced and well-established feature-rich text mode web browser." -arch=("i686" "x86_64") -url="http://elinks.or.cz"; -license=('GPL') -depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185' -'gc' 'tre') -makedepends=('git') -source=("git+http://elinks.cz/elinks.git#commit=$_commit";) -md5sums=('SKIP') - -build() { - cd elinks - [ -x configure ] || sh autogen.sh - ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --disable-smb --without-x --enable-cgi \ - --enable-leds --enable-256-colors --enable-html-highlight \ - --with-zlib - make -} - -package() { - cd elinks - make DESTDIR="$pkgdir" install - rm -f "$pkgdir/usr/share/locale/locale.alias" - - install -D -m644 "contrib/debian/$pkgname.desktop" \ -"$pkgdir/usr/share/applications/$pkgname.desktop" -} Copied: elinks/repos/community-i686/PKGBUILD (from rev 98691, elinks/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-17 05:44:05 UTC (rev 98692) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Kyle Keen +# Maintainer: Sergej Pupykin +# Maintainer: Andrea Scarpino +# Contributor: damir +# Contributor: Ben + +pkgname=elinks +pkgver=0.13 +_commit="a3751107033599b835eaafa61177c8d4dda4b7ef" +pkgrel=13 +pkgdesc="An advanced and well-established feature-rich text mode web browser." +arch=("i686" "x86_64") +url="http://elinks.or.cz"; +license=('GPL') +depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185' +'gc' 'tre') +makedepends=('git') +source=("git+http://elinks.cz/elinks.git#commit=$_commit";) +md5sums=('SKIP') + +build() { + cd elinks + [ -x configure ] || sh autogen.sh + ./configure --prefix=/usr --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --disable-smb --without-x --enable-cgi \ + --enable-leds --enable-256-colors --enable-html-highlight \ + --with-zlib + make +} + +package() { + cd elinks + make DESTDIR="$pkgdir" install + rm -f "$pkgdir/usr/share/locale/locale.alias" + + install -D -m644 "contrib/debian/$pkgname.desktop" \ +"$pkgdir/usr/share/applications/$pkgname.desktop" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-10-17 05:37:24 UTC (rev 98691) +++ community-x86_64/PKGBUILD 2013-10-17 05:44:05 UTC (rev 98692) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Kyle Keen -# Maintainer: Sergej Pupykin -# Maintainer: Andrea Scarpino -# Contributor: damir -# Contributor: Ben - -pkgname=elinks -pkgver=0.13 -_commit="9313aae9062e1d9ff084858fa6844259cd8237d6" -pkgrel=12 -pkgdesc="An advanced and well-established feature-rich text mode web browser." -arch=("i686" "x86_64") -url="http://elinks.or.cz"; -license=('GPL') -depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185' -'gc' 'tre') -makedepends=('git') -source=("git+http://elinks.cz/elinks.git#commit=$_commit";) -md5sums=('SKIP') - -build() { - cd elinks - [ -x configure ] || sh autogen.sh - ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --disable-smb --without-x --enable-cgi \ - --enable-leds --enable-256-colors --enable-html-highlight \ - --with-zlib - make -} - -package() { - cd elinks - make DESTDIR="$pkgdir" install - rm -f "$pkgdir/usr/share/locale/locale.alias" - - install -D -m644 "contrib/debian/$pkgname.desktop" \ -"$pkgdir/usr/share/applications/$pkgname.desktop" -} Copied: elinks/repos/community-x86_64/PKGBUILD (from rev 98691, elinks/trunk/PKGBUILD) ===
[arch-commits] Commit in elinks/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 07:37:24 Author: kkeen Revision: 98691 upgpkg: elinks 0.13-13 Modified: elinks/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-17 02:29:10 UTC (rev 98690) +++ PKGBUILD2013-10-17 05:37:24 UTC (rev 98691) @@ -7,8 +7,8 @@ pkgname=elinks pkgver=0.13 -_commit="9313aae9062e1d9ff084858fa6844259cd8237d6" -pkgrel=12 +_commit="a3751107033599b835eaafa61177c8d4dda4b7ef" +pkgrel=13 pkgdesc="An advanced and well-established feature-rich text mode web browser." arch=("i686" "x86_64") url="http://elinks.or.cz";
[arch-commits] Commit in chromium/repos (24 files)
Date: Thursday, October 17, 2013 @ 05:56:17 Author: foutrelis Revision: 196723 archrelease: copy trunk to testing-i686, testing-x86_64 Added: chromium/repos/testing-i686/PKGBUILD (from rev 196722, chromium/trunk/PKGBUILD) chromium/repos/testing-i686/chromium-system-icu-r0.patch (from rev 196722, chromium/trunk/chromium-system-icu-r0.patch) chromium/repos/testing-i686/chromium.default (from rev 196722, chromium/trunk/chromium.default) chromium/repos/testing-i686/chromium.desktop (from rev 196722, chromium/trunk/chromium.desktop) chromium/repos/testing-i686/chromium.install (from rev 196722, chromium/trunk/chromium.install) chromium/repos/testing-i686/chromium.sh (from rev 196722, chromium/trunk/chromium.sh) chromium/repos/testing-x86_64/PKGBUILD (from rev 196722, chromium/trunk/PKGBUILD) chromium/repos/testing-x86_64/chromium-system-icu-r0.patch (from rev 196722, chromium/trunk/chromium-system-icu-r0.patch) chromium/repos/testing-x86_64/chromium.default (from rev 196722, chromium/trunk/chromium.default) chromium/repos/testing-x86_64/chromium.desktop (from rev 196722, chromium/trunk/chromium.desktop) chromium/repos/testing-x86_64/chromium.install (from rev 196722, chromium/trunk/chromium.install) chromium/repos/testing-x86_64/chromium.sh (from rev 196722, chromium/trunk/chromium.sh) Deleted: chromium/repos/testing-i686/PKGBUILD chromium/repos/testing-i686/chromium-system-icu-r0.patch chromium/repos/testing-i686/chromium.default chromium/repos/testing-i686/chromium.desktop chromium/repos/testing-i686/chromium.install chromium/repos/testing-i686/chromium.sh chromium/repos/testing-x86_64/PKGBUILD chromium/repos/testing-x86_64/chromium-system-icu-r0.patch chromium/repos/testing-x86_64/chromium.default chromium/repos/testing-x86_64/chromium.desktop chromium/repos/testing-x86_64/chromium.install chromium/repos/testing-x86_64/chromium.sh -+ /PKGBUILD | 348 ++ /chromium-system-icu-r0.patch | 52 +++ /chromium.default |8 /chromium.desktop | 226 /chromium.install | 24 + /chromium.sh| 32 ++ testing-i686/PKGBUILD | 174 - testing-i686/chromium-system-icu-r0.patch | 26 - testing-i686/chromium.default |4 testing-i686/chromium.desktop | 113 testing-i686/chromium.install | 12 testing-i686/chromium.sh| 16 - testing-x86_64/PKGBUILD | 174 - testing-x86_64/chromium-system-icu-r0.patch | 26 - testing-x86_64/chromium.default |4 testing-x86_64/chromium.desktop | 113 testing-x86_64/chromium.install | 12 testing-x86_64/chromium.sh | 16 - 18 files changed, 690 insertions(+), 690 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196722:196723 to see the changes.
[arch-commits] Commit in chromium/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 05:55:57 Author: foutrelis Revision: 196722 upgpkg: chromium 30.0.1599.101-1 New upstream release. Modified: chromium/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-17 03:23:06 UTC (rev 196721) +++ PKGBUILD2013-10-17 03:55:57 UTC (rev 196722) @@ -5,9 +5,9 @@ # Contributor: Daniel J Griffiths pkgname=chromium -pkgver=30.0.1599.66 +pkgver=30.0.1599.101 _toolchains_rev=12029 -pkgrel=2 +pkgrel=1 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" arch=('i686' 'x86_64') url="http://www.chromium.org/"; @@ -34,7 +34,7 @@ noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz naclsdk_pnacl_translator-$_toolchains_rev.tgz) -sha256sums=('8fe8262fd69b59c759916d17eaf4225d1d5b64c468629cb9a684144d3cd15724' +sha256sums=('d9596f28c6922bb5c8d03215ece1a7c51421a2e6f882213eb997f98bd34ca42d' '641e2acf0e755bfe052016164e9e0198104130b612a042eacf259a2f2630d6cd' '6ce53b1af8fef34c1557c7fbb764cfbca29cb70b8ee3367746a31976cf115e01' '0b7afcbad1461336e7062d7c8d64e67e670a1fce07214e24313204af1f3a5a70'
[arch-commits] Commit in dejagnu/repos (6 files)
Date: Thursday, October 17, 2013 @ 05:23:06 Author: allan Revision: 196721 archrelease: copy trunk to extra-i686, extra-x86_64 Added: dejagnu/repos/extra-i686/ dejagnu/repos/extra-i686/PKGBUILD (from rev 196720, dejagnu/trunk/PKGBUILD) dejagnu/repos/extra-i686/dejagnu.install (from rev 196720, dejagnu/trunk/dejagnu.install) dejagnu/repos/extra-x86_64/ dejagnu/repos/extra-x86_64/PKGBUILD (from rev 196720, dejagnu/trunk/PKGBUILD) dejagnu/repos/extra-x86_64/dejagnu.install (from rev 196720, dejagnu/trunk/dejagnu.install) --+ extra-i686/PKGBUILD | 32 extra-i686/dejagnu.install | 15 +++ extra-x86_64/PKGBUILD| 32 extra-x86_64/dejagnu.install | 15 +++ 4 files changed, 94 insertions(+) Copied: dejagnu/repos/extra-i686/PKGBUILD (from rev 196720, dejagnu/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-17 03:23:06 UTC (rev 196721) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Allan McRae + +pkgname=dejagnu +pkgver=1.5.1 +pkgrel=1 +pkgdesc="Framework for testing other programs" +arch=('any') +url="http://www.gnu.org/software/dejagnu/"; +license=('GPL') +depends=('sh' 'expect') +options=('!libtool') +install=dejagnu.install +source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig}) +md5sums=('8386e04e362345f50ad169f052f4c4ab' + '59335adf4900b889c64827c5a9426252') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir/ install +} Copied: dejagnu/repos/extra-i686/dejagnu.install (from rev 196720, dejagnu/trunk/dejagnu.install) === --- extra-i686/dejagnu.install (rev 0) +++ extra-i686/dejagnu.install 2013-10-17 03:23:06 UTC (rev 196721) @@ -0,0 +1,15 @@ +infodir=usr/share/info + +post_install() { + [ -x usr/bin/install-info ] || return 0 + install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null +} Copied: dejagnu/repos/extra-x86_64/PKGBUILD (from rev 196720, dejagnu/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-17 03:23:06 UTC (rev 196721) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Allan McRae + +pkgname=dejagnu +pkgver=1.5.1 +pkgrel=1 +pkgdesc="Framework for testing other programs" +arch=('any') +url="http://www.gnu.org/software/dejagnu/"; +license=('GPL') +depends=('sh' 'expect') +options=('!libtool') +install=dejagnu.install +source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig}) +md5sums=('8386e04e362345f50ad169f052f4c4ab' + '59335adf4900b889c64827c5a9426252') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir/ install +} Copied: dejagnu/repos/extra-x86_64/dejagnu.install (from rev 196720, dejagnu/trunk/dejagnu.install) === --- extra-x86_64/dejagnu.install(rev 0) +++ extra-x86_64/dejagnu.install2013-10-17 03:23:06 UTC (rev 196721) @@ -0,0 +1,15 @@ +infodir=usr/share/info + +post_install() { + [ -x usr/bin/install-info ] || return 0 + install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null +}
[arch-commits] Commit in dejagnu/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 05:20:38 Author: allan Revision: 196720 no longer needs bootstrapped to build Modified: dejagnu/trunk/PKGBUILD --+ PKGBUILD |1 - 1 file changed, 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-17 01:05:21 UTC (rev 196719) +++ PKGBUILD2013-10-17 03:20:38 UTC (rev 196720) @@ -9,7 +9,6 @@ url="http://www.gnu.org/software/dejagnu/"; license=('GPL') depends=('sh' 'expect') -makedepends=('dejagnu') options=('!libtool') install=dejagnu.install source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
[arch-commits] Commit in frostwire/repos/community-any (10 files)
Date: Thursday, October 17, 2013 @ 04:29:10 Author: foutrelis Revision: 98690 archrelease: copy trunk to community-any Added: frostwire/repos/community-any/PKGBUILD (from rev 98689, frostwire/trunk/PKGBUILD) frostwire/repos/community-any/frostwire.install (from rev 98689, frostwire/trunk/frostwire.install) frostwire/repos/community-any/frostwire.sh (from rev 98689, frostwire/trunk/frostwire.sh) frostwire/repos/community-any/icons.tar.gz (from rev 98689, frostwire/trunk/icons.tar.gz) frostwire/repos/community-any/java-version-detection.patch (from rev 98689, frostwire/trunk/java-version-detection.patch) Deleted: frostwire/repos/community-any/PKGBUILD frostwire/repos/community-any/frostwire.install frostwire/repos/community-any/frostwire.sh frostwire/repos/community-any/icons.tar.gz frostwire/repos/community-any/java-version-detection.patch --+ PKGBUILD | 84 - frostwire.install| 28 ++--- frostwire.sh |6 +- java-version-detection.patch | 22 +- 4 files changed, 70 insertions(+), 70 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-17 02:28:56 UTC (rev 98689) +++ PKGBUILD2013-10-17 02:29:10 UTC (rev 98690) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Evangelos Foutras - -pkgname=frostwire -pkgver=5.6.4 -pkgrel=1 -pkgdesc="BitTorrent client with integrated search" -arch=('any') -url="http://www.frostwire.com"; -license=('GPL') -depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils' - 'gtk-update-icon-cache') -install=frostwire.install -source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz -frostwire.sh -icons.tar.gz -java-version-detection.patch) -sha256sums=('82e16410d1b035ef65ca1f999b3cd3b1ddfc599f0f33db4def417d5d68164ea7' -'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6' -'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186' -'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e') - -package() { - cd "$srcdir/$pkgname-$pkgver.noarch" - - # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set) - patch -Np0 -i "$srcdir/java-version-detection.patch" - - install -d "$pkgdir/usr/share/$pkgname" - cp -r * "$pkgdir/usr/share/$pkgname" - cp -r "$srcdir/icons" "$pkgdir/usr/share" - - install -D "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname" - install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" - install -Dm644 "$srcdir/icons/hicolor/16x16/apps/$pkgname.png" \ -"$pkgdir/usr/share/pixmaps/$pkgname.png" - - # Remove uneeded files - rm -rf "$pkgdir"/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}} -} - -# vim:set ts=2 sw=2 et: Copied: frostwire/repos/community-any/PKGBUILD (from rev 98689, frostwire/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-17 02:29:10 UTC (rev 98690) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Evangelos Foutras + +pkgname=frostwire +pkgver=5.6.6 +pkgrel=1 +pkgdesc="BitTorrent client with integrated search" +arch=('any') +url="http://www.frostwire.com"; +license=('GPL') +depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils' + 'gtk-update-icon-cache') +install=frostwire.install +source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz +frostwire.sh +icons.tar.gz +java-version-detection.patch) +sha256sums=('4a9e135a4a0c8028b692c8245b7796214d21618f106512393c2867cafbaa8bb0' +'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6' +'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186' +'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e') + +package() { + cd "$srcdir/$pkgname-$pkgver.noarch" + + # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set) + patch -Np0 -i "$srcdir/java-version-detection.patch" + + install -d "$pkgdir/usr/share/$pkgname" + cp -r * "$pkgdir/usr/share/$pkgname" + cp -r "$srcdir/icons" "$pkgdir/usr/share" + + install -D "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname" + install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 "$srcdir/icons/hicolor/16x16/apps/$pkgname.png" \ +"$pkgdir/usr/share/pixmaps/$pkgname.png" + + # Remove uneeded files + rm -rf "$pkgdir"/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}} +} + +# vim:set ts=2 sw=2 et: Deleted: frostwire.install === --- frostwire.install 2013-10-17 02:28:56 UTC (rev 98689) +++ frostwire.install 20
[arch-commits] Commit in frostwire/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 04:28:56 Author: foutrelis Revision: 98689 upgpkg: frostwire 5.6.6-1 New upstream release. Modified: frostwire/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 23:51:42 UTC (rev 98688) +++ PKGBUILD2013-10-17 02:28:56 UTC (rev 98689) @@ -2,7 +2,7 @@ # Maintainer: Evangelos Foutras pkgname=frostwire -pkgver=5.6.4 +pkgver=5.6.6 pkgrel=1 pkgdesc="BitTorrent client with integrated search" arch=('any') @@ -15,7 +15,7 @@ frostwire.sh icons.tar.gz java-version-detection.patch) -sha256sums=('82e16410d1b035ef65ca1f999b3cd3b1ddfc599f0f33db4def417d5d68164ea7' +sha256sums=('4a9e135a4a0c8028b692c8245b7796214d21618f106512393c2867cafbaa8bb0' '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6' '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186' '50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
[arch-commits] Commit in libtool/repos (6 files)
Date: Thursday, October 17, 2013 @ 03:05:21 Author: allan Revision: 196719 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libtool/repos/testing-i686/ libtool/repos/testing-i686/PKGBUILD (from rev 196718, libtool/trunk/PKGBUILD) libtool/repos/testing-i686/libtool.install (from rev 196718, libtool/trunk/libtool.install) libtool/repos/testing-x86_64/ libtool/repos/testing-x86_64/PKGBUILD (from rev 196718, libtool/trunk/PKGBUILD) libtool/repos/testing-x86_64/libtool.install (from rev 196718, libtool/trunk/libtool.install) + testing-i686/PKGBUILD | 50 +++ testing-i686/libtool.install | 20 +++ testing-x86_64/PKGBUILD| 50 +++ testing-x86_64/libtool.install | 20 +++ 4 files changed, 140 insertions(+) Copied: libtool/repos/testing-i686/PKGBUILD (from rev 196718, libtool/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-10-17 01:05:21 UTC (rev 196719) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: judd + +# NOTE: requires rebuilt with each new gcc version + +pkgname=('libtool' 'libltdl') +pkgver=2.4.2 +pkgrel=11 +pkgdesc="A generic library support script" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/libtool"; +license=('GPL') +makedepends=('gcc=4.8.2') +options=('!libtool') +source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('2ec8997e0c07249eb4cbd072417d70fe' + '1e6ba57420c82c663c85e745d11c7eed') + +build() { + cd ${srcdir}/${pkgbase}-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd ${srcdir}/${pkgbase}-${pkgver} + make check +} + +package_libtool() { + depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.2') + groups=('base-devel') + install=libtool.install + + cd ${srcdir}/${pkgbase}-${pkgver} + + make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \ + install-data-local + rm -rf ${pkgdir}/usr/share/libtool/libltdl/ +} + +package_libltdl() { + pkgdesc="A system independent dlopen wrapper for GNU libtool" + + cd ${srcdir}/${pkgbase}-${pkgver} + make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \ + install-ltdlincludeHEADERS install-data-local + rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config} +} Copied: libtool/repos/testing-i686/libtool.install (from rev 196718, libtool/trunk/libtool.install) === --- testing-i686/libtool.install(rev 0) +++ testing-i686/libtool.install2013-10-17 01:05:21 UTC (rev 196719) @@ -0,0 +1,20 @@ +infodir=usr/share/info +filelist=(libtool.info libtool.info-1 libtool.info-2) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info $infodir/$file.gz $infodir/dir 2> /dev/null + done +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null + done +} Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 196718, libtool/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-10-17 01:05:21 UTC (rev 196719) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: judd + +# NOTE: requires rebuilt with each new gcc version + +pkgname=('libtool' 'libltdl') +pkgver=2.4.2 +pkgrel=11 +pkgdesc="A generic library support script" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/libtool"; +license=('GPL') +makedepends=('gcc=4.8.2') +options=('!libtool') +source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('2ec8997e0c07249eb4cbd072417d70fe' + '1e6ba57420c82c663c85e745d11c7eed') + +build() { + cd ${srcdir}/${pkgbase}-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd ${srcdir}/${pkgbase}-${pkgver} + make check +} + +package_libtool() { + depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.2') + groups=('base-devel') + install=libtool.install + + cd ${srcdir}/${pkgbase}-${pkgver} + + make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \ + install-data-local + rm -rf ${pkgdir}/usr/share/libtool/libltdl/ +} + +package_libltdl() { + pkgdesc="A system independent dlopen wrapper for GNU libtool" + + cd ${srcdir}/${pkgbase}-${pkgver} + make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \ + install-ltdlincludeHEADERS install-data-local + rm -rf ${pkgdir}/usr/share/{a
[arch-commits] Commit in libtool/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 03:03:52 Author: allan Revision: 196718 upgpkg: libtool 2.4.2-11 gcc-rebuild Modified: libtool/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 23:42:51 UTC (rev 196717) +++ PKGBUILD2013-10-17 01:03:52 UTC (rev 196718) @@ -6,12 +6,12 @@ pkgname=('libtool' 'libltdl') pkgver=2.4.2 -pkgrel=10 +pkgrel=11 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool"; license=('GPL') -makedepends=('gcc=4.8.1') +makedepends=('gcc=4.8.2') options=('!libtool') source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}) md5sums=('2ec8997e0c07249eb4cbd072417d70fe' @@ -29,7 +29,7 @@ } package_libtool() { - depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.1') + depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.8.2') groups=('base-devel') install=libtool.install
[arch-commits] Commit in nemo-extensions/repos (8 files)
Date: Thursday, October 17, 2013 @ 01:51:42 Author: faidoc Revision: 98688 archrelease: copy trunk to community-i686, community-x86_64 Added: nemo-extensions/repos/community-i686/ nemo-extensions/repos/community-i686/PKGBUILD (from rev 98687, nemo-extensions/trunk/PKGBUILD) nemo-extensions/repos/community-i686/nemo-pastebin.install (from rev 98687, nemo-extensions/trunk/nemo-pastebin.install) nemo-extensions/repos/community-i686/nemo-seahorse.install (from rev 98687, nemo-extensions/trunk/nemo-seahorse.install) nemo-extensions/repos/community-x86_64/ nemo-extensions/repos/community-x86_64/PKGBUILD (from rev 98687, nemo-extensions/trunk/PKGBUILD) nemo-extensions/repos/community-x86_64/nemo-pastebin.install (from rev 98687, nemo-extensions/trunk/nemo-pastebin.install) nemo-extensions/repos/community-x86_64/nemo-seahorse.install (from rev 98687, nemo-extensions/trunk/nemo-seahorse.install) + community-i686/PKGBUILD| 181 +++ community-i686/nemo-pastebin.install | 11 + community-i686/nemo-seahorse.install | 12 ++ community-x86_64/PKGBUILD | 181 +++ community-x86_64/nemo-pastebin.install | 11 + community-x86_64/nemo-seahorse.install | 12 ++ 6 files changed, 408 insertions(+) Copied: nemo-extensions/repos/community-i686/PKGBUILD (from rev 98687, nemo-extensions/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-16 23:51:42 UTC (rev 98688) @@ -0,0 +1,181 @@ +# $Id$ +# Maintainer: Alexandre Filgueira + +pkgbase="nemo-extensions" +pkgname=('nemo-fileroller' + 'nemo-share' + 'nemo-python' + 'nemo-seahorse') + # 'nemo-media-columns' + #'nemo-pastebin' + #'nemo-preview' + # 'nemo-compare' + #'nemo-rabbitvcs' +pkgver=2.0.0 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL2') +url="https://github.com/linuxmint/nemo-extensions"; +depends=(nemo python2-gobject gconf libgnome-keyring libcryptui file-roller samba pastebinit \ +clutter-gtk clutter-gst gst-plugins-good cjs libmusicbrainz5 evince gtksourceview3 webkitgtk \ + python2-dbus) +makedepends=(gnome-common gtk-doc intltool python2-distutils-extra gobject-introspection) +options=('!libtool' '!emptydirs') +source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/master.zip";) +md5sums=('ecc7f8c34065d0bdb34778d53cf7b2fa') + +prepare() { + +cd ${pkgbase}-master + +# Python2 fix +find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + +} + +build() { +cd ${pkgbase}-master + +_configure_pkgs="nemo-fileroller nemo-share nemo-seahorse" +for dir in ${_configure_pkgs} +do + cd ${dir} + autoreconf -fi + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static --disable-schemas-compile + make + cd .. +done + +#_autogen_pkgs="nemo-python nemo-preview" +_autogen_pkgs="nemo-python" +for dir in ${_autogen_pkgs} +do + cd ${dir} + ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static + make + cd .. +done + +# # nemo-pastebin +# cd nemo-pastebin +# python2 ./setup.py build --build-base ${srcdir}/build/ || return 1 +# cd .. + + # nemo-media-columns + # Nothing to do here + # Required python2-pypdf from AUR + + # nemo-compare + # cd nemo-compare + +# nemo-rabbitvcs +# Nothing to do here + +} + +package_nemo-fileroller(){ + cd ${pkgbase}-master/nemo-fileroller + + pkgdesc="Nemo fileroller extension" + arch=('i686' 'x86_64') + depends=(nemo file-roller) + make DESTDIR="${pkgdir}" install +} + +package_nemo-share(){ + cd ${pkgbase}-master/nemo-share + + pkgdesc="Samba extension for Nemo" + arch=('i686' 'x86_64') + depends=(nemo samba) + make DESTDIR="${pkgdir}" install +} + +package_nemo-python() { + cd ${pkgbase}-master/nemo-python + + pkgdesc="Python2 binding for Nemo components" + arch=('i686' 'x86_64') + depends=(nemo python2-gobject) + + make DESTDIR="${pkgdir}" install + +} + +package_nemo-seahorse(){ + cd ${pkgbase}-master/nemo-seahorse + + pkgdesc="Seahorse plugins and utilities for encryption" + arch=('i686' 'x86_64') + depends=(nemo seahorse gconf libgnome-keyring libcryptui) + install=nemo-seahorse.install + make DESTDIR="${pkgdir}" install +} + +# package_nemo-media-columns(){ +# cd ${pkgbase}-master/nemo-media-columns + +# pkgdesc=("A Nemo extension to display music/EXIF and PDF metadata info in the Nemo List View") +# arch=(any) + +# install -d ${pkgdir}/usr/share/nemo-python/extensions
[arch-commits] Commit in nemo-extensions/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 01:50:52 Author: faidoc Revision: 98687 upgpkg: nemo-extensions 2.0.0-1 Modified: nemo-extensions/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 20:24:06 UTC (rev 98686) +++ PKGBUILD2013-10-16 23:50:52 UTC (rev 98687) @@ -13,7 +13,7 @@ #'nemo-rabbitvcs' pkgver=2.0.0 pkgrel=1 -arch=(any) +arch=('i686' 'x86_64') license=('GPL2') url="https://github.com/linuxmint/nemo-extensions"; depends=(nemo python2-gobject gconf libgnome-keyring libcryptui file-roller samba pastebinit \
[arch-commits] Commit in gcc/repos (16 files)
Date: Thursday, October 17, 2013 @ 01:42:51 Author: allan Revision: 196717 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gcc/repos/testing-i686/ gcc/repos/testing-i686/PKGBUILD (from rev 196716, gcc/trunk/PKGBUILD) gcc/repos/testing-i686/gcc-4.8-filename-output.patch (from rev 196716, gcc/trunk/gcc-4.8-filename-output.patch) gcc/repos/testing-i686/gcc-ada.install (from rev 196716, gcc/trunk/gcc-ada.install) gcc/repos/testing-i686/gcc-fortran.install (from rev 196716, gcc/trunk/gcc-fortran.install) gcc/repos/testing-i686/gcc-go.install (from rev 196716, gcc/trunk/gcc-go.install) gcc/repos/testing-i686/gcc-libs.install (from rev 196716, gcc/trunk/gcc-libs.install) gcc/repos/testing-i686/gcc.install (from rev 196716, gcc/trunk/gcc.install) gcc/repos/testing-x86_64/ gcc/repos/testing-x86_64/PKGBUILD (from rev 196716, gcc/trunk/PKGBUILD) gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch (from rev 196716, gcc/trunk/gcc-4.8-filename-output.patch) gcc/repos/testing-x86_64/gcc-ada.install (from rev 196716, gcc/trunk/gcc-ada.install) gcc/repos/testing-x86_64/gcc-fortran.install (from rev 196716, gcc/trunk/gcc-fortran.install) gcc/repos/testing-x86_64/gcc-go.install (from rev 196716, gcc/trunk/gcc-go.install) gcc/repos/testing-x86_64/gcc-libs.install (from rev 196716, gcc/trunk/gcc-libs.install) gcc/repos/testing-x86_64/gcc.install (from rev 196716, gcc/trunk/gcc.install) --+ testing-i686/PKGBUILD| 275 + testing-i686/gcc-4.8-filename-output.patch | 17 + testing-i686/gcc-ada.install | 20 + testing-i686/gcc-fortran.install | 16 + testing-i686/gcc-go.install | 20 + testing-i686/gcc-libs.install| 16 + testing-i686/gcc.install | 20 + testing-x86_64/PKGBUILD | 275 + testing-x86_64/gcc-4.8-filename-output.patch | 17 + testing-x86_64/gcc-ada.install | 20 + testing-x86_64/gcc-fortran.install | 16 + testing-x86_64/gcc-go.install| 20 + testing-x86_64/gcc-libs.install | 16 + testing-x86_64/gcc.install | 20 + 14 files changed, 768 insertions(+) Copied: gcc/repos/testing-i686/PKGBUILD (from rev 196716, gcc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-10-16 23:42:51 UTC (rev 196717) @@ -0,0 +1,275 @@ +# $Id$ +# Maintainer: Allan McRae + +# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# NOTE: libtool requires rebuilt with each new gcc version + +pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') +pkgver=4.8.2 +pkgrel=1 +#_snapshot=4.8-20130725 +pkgdesc="The GNU Compiler Collection" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL' 'custom') +url="http://gcc.gnu.org"; +makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen') +checkdepends=('dejagnu' 'inetutils') +options=('!libtool' '!emptydirs') +source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 +gcc-4.8-filename-output.patch) +md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d' + '40cb437805e2f7a006aa0d0c3098ab0f') + + +if [ -n "${_snapshot}" ]; then + _basedir=gcc-${_snapshot} +else + _basedir=gcc-${pkgver} +fi + +prepare() { + cd ${srcdir}/${_basedir} + + # Do not run fixincludes + sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in + + # Arch Linux installs x86_64 libraries /lib + [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 + + echo ${pkgver} > gcc/BASE-VER + + # hack! - some configure tests for header files using "$CPP $CPPFLAGS" + sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure + + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653 + patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch + + mkdir ${srcdir}/gcc-build +} + +build() { + cd ${srcdir}/gcc-build + + # using -pipe causes spurious test-suite failures + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 + CFLAGS=${CFLAGS/-pipe/} + CXXFLAGS=${CXXFLAGS/-pipe/} + + ${srcdir}/${_basedir}/configure --prefix=/usr \ + --libdir=/usr/lib --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-bugurl=https://bugs.archlinux.org/ \ + --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \ + --enable-shared --enable-threads=posix \ + --with-system-zlib --enable-__cxa_atexit \ + --disable-libunwind-exceptions --enable-clocale=gnu \ + --disable-libstdcxx-pch \ + --enable-gnu-unique-object --enable-linker-
[arch-commits] Commit in gcc/trunk (PKGBUILD)
Date: Thursday, October 17, 2013 @ 01:40:38 Author: allan Revision: 196716 upgpkg: gcc 4.8.2-1 upstream update Modified: gcc/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 19:47:13 UTC (rev 196715) +++ PKGBUILD2013-10-16 23:40:38 UTC (rev 196716) @@ -5,9 +5,9 @@ # NOTE: libtool requires rebuilt with each new gcc version pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') -pkgver=4.8.1 -pkgrel=3 -_snapshot=4.8-20130725 +pkgver=4.8.2 +pkgrel=1 +#_snapshot=4.8-20130725 pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL' 'custom') @@ -15,10 +15,10 @@ makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen') checkdepends=('dejagnu' 'inetutils') options=('!libtool' '!emptydirs') -source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2) - ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 +source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 gcc-4.8-filename-output.patch) -md5sums=('e21f259bc4c44e61e19a780ad5badfeb' +md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d' '40cb437805e2f7a006aa0d0c3098ab0f')
[arch-commits] Commit in mpv/repos (6 files)
Date: Wednesday, October 16, 2013 @ 22:24:06 Author: bpiotrowski Revision: 98686 archrelease: copy trunk to community-i686, community-x86_64 Added: mpv/repos/community-i686/PKGBUILD (from rev 98685, mpv/trunk/PKGBUILD) mpv/repos/community-i686/mpv.install (from rev 98685, mpv/trunk/mpv.install) mpv/repos/community-x86_64/PKGBUILD (from rev 98685, mpv/trunk/PKGBUILD) mpv/repos/community-x86_64/mpv.install (from rev 98685, mpv/trunk/mpv.install) Deleted: mpv/repos/community-i686/PKGBUILD mpv/repos/community-x86_64/PKGBUILD --+ /PKGBUILD| 112 + community-i686/PKGBUILD | 53 --- community-i686/mpv.install | 12 community-x86_64/PKGBUILD| 53 --- community-x86_64/mpv.install | 12 5 files changed, 136 insertions(+), 106 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-10-16 20:23:54 UTC (rev 98685) +++ community-i686/PKGBUILD 2013-10-16 20:24:06 UTC (rev 98686) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Eivind Uggedal - -pkgname=mpv -pkgver=0.1.7 -pkgrel=3 -pkgdesc='Video player based on MPlayer/mplayer2' -arch=('i686' 'x86_64') -license=('GPL') -url='http://mpv.io' -depends=( - 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama' - 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' -) -makedepends=('mesa' 'python-docutils') -options=(!emptydirs) -source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";) -md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb') - -build() { - unset CFLAGS - unset LDFLAGS - - cd $pkgname-$pkgver - - ./configure --prefix=/usr \ ---confdir=/etc/mpv \ ---disable-lircc \ ---disable-joystick \ ---disable-radio \ ---disable-radio-capture \ ---disable-radio-v4l2 \ ---disable-rpath \ ---disable-libbs2b \ ---disable-direct3d \ ---disable-corevideo \ ---disable-cocoa \ ---disable-coreaudio - make -} - -package() { - cd $pkgname-$pkgver - make -j1 DESTDIR="$pkgdir" install - - install -d "$pkgdir"/usr/share/doc/mpv/examples - install -m644 etc/{input,example,encoding-example-profiles}.conf \ -"$pkgdir"/usr/share/doc/mpv/examples - install -m644 DOCS/{encoding.rst,tech-overview.txt} \ -"$pkgdir"/usr/share/doc/mpv - install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin -} Copied: mpv/repos/community-i686/PKGBUILD (from rev 98685, mpv/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-16 20:24:06 UTC (rev 98686) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Eivind Uggedal + +pkgname=mpv +pkgver=0.2.0 +pkgrel=1 +pkgdesc='Video player based on MPlayer/mplayer2' +arch=('i686' 'x86_64') +license=('GPL') +url='http://mpv.io' +depends=( + 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama' + 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' +) +makedepends=('mesa' 'python-docutils') +options=(!emptydirs) +install=mpv.install +source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";) +md5sums=('f86a6e99093b83717edded92ad8346b1') + +build() { + unset CFLAGS + unset LDFLAGS + + cd $pkgname-$pkgver + + ./configure --prefix=/usr \ +--confdir=/etc/mpv \ +--disable-lircc \ +--disable-joystick \ +--disable-radio \ +--disable-radio-capture \ +--disable-radio-v4l2 \ +--disable-rpath \ +--disable-libbs2b \ +--disable-direct3d \ +--disable-corevideo \ +--disable-cocoa \ +--disable-coreaudio + make +} + +package() { + cd $pkgname-$pkgver + make -j1 DESTDIR="$pkgdir" install + + install -d "$pkgdir"/usr/share/doc/mpv/examples + install -m644 etc/{input,example,encoding-example-profiles}.conf \ +"$pkgdir"/usr/share/doc/mpv/examples + install -m644 DOCS/{encoding.rst,tech-overview.txt} \ +"$pkgdir"/usr/share/doc/mpv + + #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop +} Copied: mpv/repos/community-i686/mpv.install (from rev 98685, mpv/trunk/mpv.install) === --- community-i686/mpv.install (rev 0) +++ community-i686/mpv.install 2013-10-16 20:24:06 UTC (rev 98686) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD ==
[arch-commits] Commit in mpv/trunk (PKGBUILD mpv.install)
Date: Wednesday, October 16, 2013 @ 22:23:54 Author: bpiotrowski Revision: 98685 upgpkg: mpv 0.2.0-1 - new upstream release Added: mpv/trunk/mpv.install Modified: mpv/trunk/PKGBUILD -+ PKGBUILD| 11 +++ mpv.install | 12 2 files changed, 19 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 20:17:22 UTC (rev 98684) +++ PKGBUILD2013-10-16 20:23:54 UTC (rev 98685) @@ -3,8 +3,8 @@ # Contributor: Eivind Uggedal pkgname=mpv -pkgver=0.1.7 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') @@ -12,11 +12,13 @@ depends=( 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' ) makedepends=('mesa' 'python-docutils') options=(!emptydirs) +install=mpv.install source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";) -md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb') +md5sums=('f86a6e99093b83717edded92ad8346b1') build() { unset CFLAGS @@ -49,5 +51,6 @@ "$pkgdir"/usr/share/doc/mpv/examples install -m644 DOCS/{encoding.rst,tech-overview.txt} \ "$pkgdir"/usr/share/doc/mpv - install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin + + #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop } Added: mpv.install === --- mpv.install (rev 0) +++ mpv.install 2013-10-16 20:23:54 UTC (rev 98685) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in qlandkartegt/repos/community-i686 (8 files)
Date: Wednesday, October 16, 2013 @ 22:17:22 Author: jlichtblau Revision: 98684 archrelease: copy trunk to community-i686 Added: qlandkartegt/repos/community-i686/PKGBUILD (from rev 98683, qlandkartegt/trunk/PKGBUILD) qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml (from rev 98683, qlandkartegt/trunk/qlandkartegt-mimetypes.xml) qlandkartegt/repos/community-i686/qlandkartegt.changelog (from rev 98683, qlandkartegt/trunk/qlandkartegt.changelog) qlandkartegt/repos/community-i686/qlandkartegt.install (from rev 98683, qlandkartegt/trunk/qlandkartegt.install) Deleted: qlandkartegt/repos/community-i686/PKGBUILD qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml qlandkartegt/repos/community-i686/qlandkartegt.changelog qlandkartegt/repos/community-i686/qlandkartegt.install + PKGBUILD | 84 +- qlandkartegt-mimetypes.xml | 14 ++-- qlandkartegt.changelog | 135 +-- qlandkartegt.install | 14 ++-- 4 files changed, 125 insertions(+), 122 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 20:04:00 UTC (rev 98683) +++ PKGBUILD2013-10-16 20:17:22 UTC (rev 98684) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Matthias Maennich -# Contributor: - -pkgname=qlandkartegt -pkgver=1.7.4 -pkgrel=1 -pkgdesc="Use your GPS with Linux" -arch=('i686' 'x86_64') -url="http://www.qlandkarte.org/"; -license=('GPL') -depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 'postgresql-libs' - 'shared-mime-info' 'qtwebkit') -makedepends=('cmake' 'garmindev' 'mesa') -optdepends=('garmindev: to connect garmin devices') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz -$pkgname-mimetypes.xml) -sha256sums=('d6412ae6b34c2ec8a5f929f7aa8b4d1a660f913f16ea52096f93b42d4f271daf' -'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') - -build() { - cd "${srcdir}" - mkdir build - cd build - - cmake ../${pkgname}-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - make -} - -package(){ - cd "${srcdir}/build" - - make DESTDIR="${pkgdir}" install - - install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \ -"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml" -} Copied: qlandkartegt/repos/community-i686/PKGBUILD (from rev 98683, qlandkartegt/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 20:17:22 UTC (rev 98684) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Matthias Maennich +# Contributor: + +pkgname=qlandkartegt +pkgver=1.7.5 +pkgrel=1 +pkgdesc="Use your GPS with Linux" +arch=('i686' 'x86_64') +url="http://www.qlandkarte.org/"; +license=('GPL') +depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 'postgresql-libs' + 'shared-mime-info' 'qtwebkit') +makedepends=('cmake' 'garmindev' 'mesa') +optdepends=('garmindev: to connect garmin devices') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz +$pkgname-mimetypes.xml) +sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c' +'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') + +build() { + cd "${srcdir}" + mkdir build + cd build + + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package(){ + cd "${srcdir}/build" + + make DESTDIR="${pkgdir}" install + + install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \ +"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml" +} Deleted: qlandkartegt-mimetypes.xml === --- qlandkartegt-mimetypes.xml 2013-10-16 20:04:00 UTC (rev 98683) +++ qlandkartegt-mimetypes.xml 2013-10-16 20:17:22 UTC (rev 98684) @@ -1,7 +0,0 @@ - - - -QLandkarteGT File - - - Copied: qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml (from rev 98683, qlandkartegt/trunk/qlandkartegt-mimetypes.xml) === --- qlandkartegt-mimetypes.xml (rev 0) +++ qlandkartegt-mimetypes.xml 2013-10-16 20:17:22 UTC (rev 98684) @@ -0,0 +1,7 @@ + + + +QLandkarteGT File + + + Deleted: qlandkartegt.changelog === --- qlandkartegt.changelog 2013-10-16 20:04:00 UTC (rev 98683) +++ qlandkartegt.changelog 2013-10-16 20:17:22 UTC (rev 98684) @@ -1,66 +0,0 @@ -2013-09-28 Jaroslav Lichtblau - * qlandkartegt 1.7.
[arch-commits] Commit in qlandkartegt/trunk (PKGBUILD qlandkartegt.changelog)
Date: Wednesday, October 16, 2013 @ 22:03:48 Author: jlichtblau Revision: 98682 upgpkg: qlandkartegt 1.7.5-1 Modified: qlandkartegt/trunk/PKGBUILD qlandkartegt/trunk/qlandkartegt.changelog + PKGBUILD |4 ++-- qlandkartegt.changelog |3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 19:11:21 UTC (rev 98681) +++ PKGBUILD2013-10-16 20:03:48 UTC (rev 98682) @@ -4,7 +4,7 @@ # Contributor: pkgname=qlandkartegt -pkgver=1.7.4 +pkgver=1.7.5 pkgrel=1 pkgdesc="Use your GPS with Linux" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-mimetypes.xml) -sha256sums=('d6412ae6b34c2ec8a5f929f7aa8b4d1a660f913f16ea52096f93b42d4f271daf' +sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c' 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') build() { Modified: qlandkartegt.changelog === --- qlandkartegt.changelog 2013-10-16 19:11:21 UTC (rev 98681) +++ qlandkartegt.changelog 2013-10-16 20:03:48 UTC (rev 98682) @@ -1,3 +1,6 @@ +2013-10-16 Jaroslav Lichtblau + * qlandkartegt 1.7.5-1 + 2013-09-28 Jaroslav Lichtblau * qlandkartegt 1.7.4-1
[arch-commits] Commit in qlandkartegt/repos/community-x86_64 (8 files)
Date: Wednesday, October 16, 2013 @ 22:04:00 Author: jlichtblau Revision: 98683 archrelease: copy trunk to community-x86_64 Added: qlandkartegt/repos/community-x86_64/PKGBUILD (from rev 98682, qlandkartegt/trunk/PKGBUILD) qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml (from rev 98682, qlandkartegt/trunk/qlandkartegt-mimetypes.xml) qlandkartegt/repos/community-x86_64/qlandkartegt.changelog (from rev 98682, qlandkartegt/trunk/qlandkartegt.changelog) qlandkartegt/repos/community-x86_64/qlandkartegt.install (from rev 98682, qlandkartegt/trunk/qlandkartegt.install) Deleted: qlandkartegt/repos/community-x86_64/PKGBUILD qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml qlandkartegt/repos/community-x86_64/qlandkartegt.changelog qlandkartegt/repos/community-x86_64/qlandkartegt.install + PKGBUILD | 84 +- qlandkartegt-mimetypes.xml | 14 ++-- qlandkartegt.changelog | 135 +-- qlandkartegt.install | 14 ++-- 4 files changed, 125 insertions(+), 122 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 20:03:48 UTC (rev 98682) +++ PKGBUILD2013-10-16 20:04:00 UTC (rev 98683) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau -# Contributor: Matthias Maennich -# Contributor: - -pkgname=qlandkartegt -pkgver=1.7.4 -pkgrel=1 -pkgdesc="Use your GPS with Linux" -arch=('i686' 'x86_64') -url="http://www.qlandkarte.org/"; -license=('GPL') -depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 'postgresql-libs' - 'shared-mime-info' 'qtwebkit') -makedepends=('cmake' 'garmindev' 'mesa') -optdepends=('garmindev: to connect garmin devices') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz -$pkgname-mimetypes.xml) -sha256sums=('d6412ae6b34c2ec8a5f929f7aa8b4d1a660f913f16ea52096f93b42d4f271daf' -'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') - -build() { - cd "${srcdir}" - mkdir build - cd build - - cmake ../${pkgname}-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - make -} - -package(){ - cd "${srcdir}/build" - - make DESTDIR="${pkgdir}" install - - install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \ -"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml" -} Copied: qlandkartegt/repos/community-x86_64/PKGBUILD (from rev 98682, qlandkartegt/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 20:04:00 UTC (rev 98683) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Matthias Maennich +# Contributor: + +pkgname=qlandkartegt +pkgver=1.7.5 +pkgrel=1 +pkgdesc="Use your GPS with Linux" +arch=('i686' 'x86_64') +url="http://www.qlandkarte.org/"; +license=('GPL') +depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 'postgresql-libs' + 'shared-mime-info' 'qtwebkit') +makedepends=('cmake' 'garmindev' 'mesa') +optdepends=('garmindev: to connect garmin devices') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz +$pkgname-mimetypes.xml) +sha256sums=('a8b571ba838568ed258c61fa0ab18b370c7d22d2539a632a0028b78f4a22aa2c' +'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') + +build() { + cd "${srcdir}" + mkdir build + cd build + + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package(){ + cd "${srcdir}/build" + + make DESTDIR="${pkgdir}" install + + install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \ +"${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml" +} Deleted: qlandkartegt-mimetypes.xml === --- qlandkartegt-mimetypes.xml 2013-10-16 20:03:48 UTC (rev 98682) +++ qlandkartegt-mimetypes.xml 2013-10-16 20:04:00 UTC (rev 98683) @@ -1,7 +0,0 @@ - - - -QLandkarteGT File - - - Copied: qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml (from rev 98682, qlandkartegt/trunk/qlandkartegt-mimetypes.xml) === --- qlandkartegt-mimetypes.xml (rev 0) +++ qlandkartegt-mimetypes.xml 2013-10-16 20:04:00 UTC (rev 98683) @@ -0,0 +1,7 @@ + + + +QLandkarteGT File + + + Deleted: qlandkartegt.changelog === --- qlandkartegt.changelog 2013-10-16 20:03:48 UTC (rev 98682) +++ qlandkartegt.changelog 2013-10-16 20:04:00 UTC (rev 98683) @@ -1,66 +0,0 @@ -2013-09-28 Jaroslav Lichtblau -
[arch-commits] Commit in stellarium/repos (20 files)
Date: Wednesday, October 16, 2013 @ 21:47:13 Author: ronald Revision: 196715 archrelease: copy trunk to extra-i686, extra-x86_64 Added: stellarium/repos/extra-i686/PKGBUILD (from rev 196714, stellarium/trunk/PKGBUILD) stellarium/repos/extra-i686/libpng14.patch (from rev 196714, stellarium/trunk/libpng14.patch) stellarium/repos/extra-i686/stellarium.desktop (from rev 196714, stellarium/trunk/stellarium.desktop) stellarium/repos/extra-i686/stellarium.install (from rev 196714, stellarium/trunk/stellarium.install) stellarium/repos/extra-i686/stellarium.png (from rev 196714, stellarium/trunk/stellarium.png) stellarium/repos/extra-x86_64/PKGBUILD (from rev 196714, stellarium/trunk/PKGBUILD) stellarium/repos/extra-x86_64/libpng14.patch (from rev 196714, stellarium/trunk/libpng14.patch) stellarium/repos/extra-x86_64/stellarium.desktop (from rev 196714, stellarium/trunk/stellarium.desktop) stellarium/repos/extra-x86_64/stellarium.install (from rev 196714, stellarium/trunk/stellarium.install) stellarium/repos/extra-x86_64/stellarium.png (from rev 196714, stellarium/trunk/stellarium.png) Deleted: stellarium/repos/extra-i686/PKGBUILD stellarium/repos/extra-i686/libpng14.patch stellarium/repos/extra-i686/stellarium.desktop stellarium/repos/extra-i686/stellarium.install stellarium/repos/extra-i686/stellarium.png stellarium/repos/extra-x86_64/PKGBUILD stellarium/repos/extra-x86_64/libpng14.patch stellarium/repos/extra-x86_64/stellarium.desktop stellarium/repos/extra-x86_64/stellarium.install stellarium/repos/extra-x86_64/stellarium.png -+ /PKGBUILD | 80 ++ /libpng14.patch | 42 +++ /stellarium.desktop | 18 /stellarium.install | 28 + extra-i686/PKGBUILD | 40 --- extra-i686/libpng14.patch | 21 - extra-i686/stellarium.desktop |9 extra-i686/stellarium.install | 14 -- extra-x86_64/PKGBUILD | 40 --- extra-x86_64/libpng14.patch | 21 - extra-x86_64/stellarium.desktop |9 extra-x86_64/stellarium.install | 14 -- 12 files changed, 168 insertions(+), 168 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 19:46:43 UTC (rev 196714) +++ extra-i686/PKGBUILD 2013-10-16 19:47:13 UTC (rev 196715) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Damir Perisa - -pkgname=stellarium -pkgver=0.12.2 -pkgrel=1 -pkgdesc="A stellarium with great graphics and a nice database of sky-objects" -arch=("i686" "x86_64") -url="http://stellarium.free.fr/"; -license=('GPL2') -depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 'desktop-file-utils' - 'xdg-utils' 'phonon') -install=stellarium.install -makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - stellarium.desktop -stellarium.png) -sha1sums=('35752a24bdeb461b9c16e8533b13689b05a87105' - 'c9cc79212542238227b5bd6af99f60fe056f4ab2' - 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install - - # install desktop file & pixmap - install -Dm644 ${srcdir}/stellarium.desktop \ - ${pkgdir}/usr/share/applications/stellarium.desktop - install -Dm644 ${srcdir}/stellarium.png \ - ${pkgdir}/usr/share/pixmaps/stellarium.png -} Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 196714, stellarium/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 19:47:13 UTC (rev 196715) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Damir Perisa + +pkgname=stellarium +pkgver=0.12.4 +pkgrel=1 +pkgdesc="A stellarium with great graphics and a nice database of sky-objects" +arch=("i686" "x86_64") +url="http://stellarium.free.fr/"; +license=('GPL2') +depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 'desktop-file-utils' + 'xdg-utils' 'phonon') +install=stellarium.install +makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + stellarium.desktop +stellarium.png) +sha1sums=('6d3cc4dc186db831af76830fe2e636ff1f7bbc90' + 'c9cc79212542238227b5bd6af99f60fe056f4ab2' + 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BU
[arch-commits] Commit in stellarium/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 21:46:43 Author: ronald Revision: 196714 upgpkg: stellarium 0.12.4-1 update to 0.12.4 Modified: stellarium/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 19:09:39 UTC (rev 196713) +++ PKGBUILD2013-10-16 19:46:43 UTC (rev 196714) @@ -3,7 +3,7 @@ # Contributor: Damir Perisa pkgname=stellarium -pkgver=0.12.2 +pkgver=0.12.4 pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64") @@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz stellarium.desktop stellarium.png) -sha1sums=('35752a24bdeb461b9c16e8533b13689b05a87105' +sha1sums=('6d3cc4dc186db831af76830fe2e636ff1f7bbc90' 'c9cc79212542238227b5bd6af99f60fe056f4ab2' 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
[arch-commits] Commit in phpmyadmin/repos/community-any (4 files)
Date: Wednesday, October 16, 2013 @ 21:11:21 Author: bpiotrowski Revision: 98681 archrelease: copy trunk to community-any Added: phpmyadmin/repos/community-any/PKGBUILD (from rev 98680, phpmyadmin/trunk/PKGBUILD) phpmyadmin/repos/community-any/phpmyadmin.install (from rev 98680, phpmyadmin/trunk/phpmyadmin.install) Deleted: phpmyadmin/repos/community-any/PKGBUILD phpmyadmin/repos/community-any/phpmyadmin.install + PKGBUILD | 92 +-- phpmyadmin.install |6 +-- 2 files changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 19:11:11 UTC (rev 98680) +++ PKGBUILD2013-10-16 19:11:21 UTC (rev 98681) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Sergej Pupykin -# Contributor: tobias -# Contributor: Manolis Tzanidakis -# Contributor: Simon Lackerbauer - -pkgname=phpmyadmin -pkgver=4.0.7 -pkgrel=1 -pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' -arch=('any') -url="http://www.phpmyadmin.net"; -license=('GPL') -depends=('mariadb-clients' 'php') -optdepends=('php-mcrypt: to use phpMyAdmin internal authentication' - 'python') -backup=(etc/webapps/phpmyadmin/.htaccess - etc/webapps/phpmyadmin/config.inc.php) -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -install=$pkgname.install -sha256sums=('a891b33f8f9641f5c57b4dd5a78627ad366ea99ac59cb44beded8978a8d4968f') - -package() { - _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin - mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin - cd "$_instdir" - - cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* . - echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess - - ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess - ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php - cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php - - cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf < - AllowOverride All - Options FollowSymlinks - Order allow,deny - Allow from all - php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/" - -EOF -} Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 98680, phpmyadmin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 19:11:21 UTC (rev 98681) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Sergej Pupykin +# Contributor: tobias +# Contributor: Manolis Tzanidakis +# Contributor: Simon Lackerbauer + +pkgname=phpmyadmin +pkgver=4.0.8 +pkgrel=1 +pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' +arch=('any') +url="http://www.phpmyadmin.net"; +license=('GPL') +depends=('mariadb-clients' 'php') +optdepends=('php-mcrypt: to use phpMyAdmin internal authentication' + 'python') +backup=(etc/webapps/phpmyadmin/.htaccess + etc/webapps/phpmyadmin/config.inc.php) +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) +install=$pkgname.install +sha256sums=('dc38645831de9699a17859896146e52af663c61ec493d1e8e0fa4e804297fce5') + +package() { + _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin + mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin + cd "$_instdir" + + cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* . + echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess + + ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess + ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php + cp "$_instdir"/config.sample.inc.php "$pkgdir"/etc/webapps/phpmyadmin/config.inc.php + + cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf < + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all + php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/" + +EOF +} Deleted: phpmyadmin.install === --- phpmyadmin.install 2013-10-16 19:11:11 UTC (rev 98680) +++ phpmyadmin.install 2013-10-16 19:11:21 UTC (rev 98681) @@ -1,3 +0,0 @@ -post_install() { -echo "Check http://wiki.archlinux.org/index.php/Phpmyadmin for details." -} Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 98680, phpmyadmin/trunk/phpmyadmin.install) === --- phpmyadmin.install (rev 0) +++ phpmyadmin.install 2013-10-16 19:11:21 UTC
[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 21:11:11 Author: bpiotrowski Revision: 98680 upgpkg: phpmyadmin 4.0.8-1 - new upstream release Modified: phpmyadmin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 18:04:03 UTC (rev 98679) +++ PKGBUILD2013-10-16 19:11:11 UTC (rev 98680) @@ -6,7 +6,7 @@ # Contributor: Simon Lackerbauer pkgname=phpmyadmin -pkgver=4.0.7 +pkgver=4.0.8 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -19,7 +19,7 @@ etc/webapps/phpmyadmin/config.inc.php) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) install=$pkgname.install -sha256sums=('a891b33f8f9641f5c57b4dd5a78627ad366ea99ac59cb44beded8978a8d4968f') +sha256sums=('dc38645831de9699a17859896146e52af663c61ec493d1e8e0fa4e804297fce5') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
[arch-commits] Commit in syslinux/repos (16 files)
Date: Wednesday, October 16, 2013 @ 21:09:39 Author: tpowa Revision: 196713 archrelease: copy trunk to testing-x86_64, testing-i686 Added: syslinux/repos/testing-i686/PKGBUILD (from rev 196712, syslinux/trunk/PKGBUILD) syslinux/repos/testing-i686/syslinux-install_update (from rev 196712, syslinux/trunk/syslinux-install_update) syslinux/repos/testing-i686/syslinux.cfg (from rev 196712, syslinux/trunk/syslinux.cfg) syslinux/repos/testing-i686/syslinux.install (from rev 196712, syslinux/trunk/syslinux.install) syslinux/repos/testing-x86_64/PKGBUILD (from rev 196712, syslinux/trunk/PKGBUILD) syslinux/repos/testing-x86_64/syslinux-install_update (from rev 196712, syslinux/trunk/syslinux-install_update) syslinux/repos/testing-x86_64/syslinux.cfg (from rev 196712, syslinux/trunk/syslinux.cfg) syslinux/repos/testing-x86_64/syslinux.install (from rev 196712, syslinux/trunk/syslinux.install) Deleted: syslinux/repos/testing-i686/PKGBUILD syslinux/repos/testing-i686/syslinux-install_update syslinux/repos/testing-i686/syslinux.cfg syslinux/repos/testing-i686/syslinux.install syslinux/repos/testing-x86_64/PKGBUILD syslinux/repos/testing-x86_64/syslinux-install_update syslinux/repos/testing-x86_64/syslinux.cfg syslinux/repos/testing-x86_64/syslinux.install + /PKGBUILD | 324 ++ /syslinux-install_update | 922 +++ /syslinux.cfg | 156 + /syslinux.install | 72 ++ testing-i686/PKGBUILD | 163 - testing-i686/syslinux-install_update | 461 --- testing-i686/syslinux.cfg | 78 -- testing-i686/syslinux.install | 36 - testing-x86_64/PKGBUILD| 163 - testing-x86_64/syslinux-install_update | 461 --- testing-x86_64/syslinux.cfg| 78 -- testing-x86_64/syslinux.install| 36 - 12 files changed, 1474 insertions(+), 1476 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196712:196713 to see the changes.
[arch-commits] Commit in syslinux/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 21:09:23 Author: tpowa Revision: 196712 upgpkg: syslinux 6.02-2 fix btrfs issue Modified: syslinux/trunk/PKGBUILD --+ PKGBUILD | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 19:03:48 UTC (rev 196711) +++ PKGBUILD2013-10-16 19:09:23 UTC (rev 196712) @@ -4,7 +4,7 @@ pkgname="syslinux" pkgver="6.02" -pkgrel="1" +pkgrel="2" arch=('x86_64' 'i686') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" url="http://syslinux.zytor.com/"; @@ -38,10 +38,9 @@ ## Do not try to build syslinux with our default LDFLAGS, it will fail unset LDFLAGS - +make PYTHON="python2" bios spotless make PYTHON="python2" bios -make PYTHON="python2" bios installer - +make PYTHON="python2" bios installer } _build_syslinux_efi64() { @@ -57,9 +56,9 @@ unset LDFLAGS unset MAKEFLAGS +make PYTHON="python2" efi64 spotless make PYTHON="python2" efi64 -make PYTHON="python2" efi64 installer - +make PYTHON="python2" efi64 installer } _build_syslinux_efi32() { @@ -75,9 +74,9 @@ unset LDFLAGS unset MAKEFLAGS +make PYTHON="python2" efi32 spotless make PYTHON="python2" efi32 -make PYTHON="python2" efi32 installer - +make PYTHON="python2" efi32 installer } build() {
[arch-commits] Commit in r/repos (20 files)
Date: Wednesday, October 16, 2013 @ 21:03:48 Author: ronald Revision: 196711 archrelease: copy trunk to extra-i686, extra-x86_64 Added: r/repos/extra-i686/PKGBUILD (from rev 196710, r/trunk/PKGBUILD) r/repos/extra-i686/R.conf (from rev 196710, r/trunk/R.conf) r/repos/extra-i686/r.desktop (from rev 196710, r/trunk/r.desktop) r/repos/extra-i686/r.install (from rev 196710, r/trunk/r.install) r/repos/extra-i686/r.png (from rev 196710, r/trunk/r.png) r/repos/extra-x86_64/PKGBUILD (from rev 196710, r/trunk/PKGBUILD) r/repos/extra-x86_64/R.conf (from rev 196710, r/trunk/R.conf) r/repos/extra-x86_64/r.desktop (from rev 196710, r/trunk/r.desktop) r/repos/extra-x86_64/r.install (from rev 196710, r/trunk/r.install) r/repos/extra-x86_64/r.png (from rev 196710, r/trunk/r.png) Deleted: r/repos/extra-i686/PKGBUILD r/repos/extra-i686/R.conf r/repos/extra-i686/r.desktop r/repos/extra-i686/r.install r/repos/extra-i686/r.png r/repos/extra-x86_64/PKGBUILD r/repos/extra-x86_64/R.conf r/repos/extra-x86_64/r.desktop r/repos/extra-x86_64/r.install r/repos/extra-x86_64/r.png + /PKGBUILD | 180 +++ /R.conf|4 + /r.desktop | 22 + /r.install | 32 extra-i686/PKGBUILD| 90 --- extra-i686/R.conf |2 extra-i686/r.desktop | 11 -- extra-i686/r.install | 16 extra-x86_64/PKGBUILD | 90 --- extra-x86_64/R.conf|2 extra-x86_64/r.desktop | 11 -- extra-x86_64/r.install | 16 12 files changed, 238 insertions(+), 238 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 19:03:02 UTC (rev 196710) +++ extra-i686/PKGBUILD 2013-10-16 19:03:48 UTC (rev 196711) @@ -1,90 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Damir Perisa -# Contributor: K. Piche - -pkgname=r -pkgver=3.0.1 -pkgrel=1 -pkgdesc="Language and environment for statistical computing and graphics" -arch=('i686' 'x86_64') -license=('GPL') -url=('http://www.r-project.org/') -depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff' - 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs' - 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils') -makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk') -optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files') -backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 'etc/R/javaconf') -options=('!makeflags' '!emptydirs') -install=r.install -source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz"; - 'r.desktop' - 'r.png' - 'R.conf') -sha1sums=('5cc65476837926fdf04105954ea94efa53ac85ce' - '13aa29219bcaa102e575de8c1c8e0833d233e836' - 'a69a07ec363440efc18ce0a7f2af103375dea978' - '43668da6cfd1b4455a99f23e79e2059294dddac9') - -prepare() { - cd R-${pkgver} -# set texmf dir correctly in makefile - sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in -# fix for texinfo 5.X - sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} -lt 0|' configure -} - -build() { - cd R-${pkgver} - ./configure --prefix=/usr \ - --libdir=/usr/lib \ - --sysconfdir=/etc/R \ - --datarootdir=/usr/share \ - rsharedir=/usr/share/R/ \ - rincludedir=/usr/include/R/ \ - rdocdir=/usr/share/doc/R/ \ ---with-x \ - --enable-R-shlib \ ---with-lapack \ - --with-blas \ -F77=gfortran \ - LIBnn=lib - make - -# make libRmath.so - cd src/nmath/standalone - make shared -} - -package() { - cd R-${pkgver} - make DESTDIR="${pkgdir}" install - -# install libRmath.so - cd src/nmath/standalone - make DESTDIR="${pkgdir}" install - - # Fixup R wrapper scripts. - sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R" - rm "${pkgdir}/usr/lib/R/bin/R" - cd "${pkgdir}/usr/lib/R/bin" - ln -s ../../../bin/R - - # install some freedesktop.org compatibility - install -Dm644 "${srcdir}/r.desktop" \ - "${pkgdir}/usr/share/applications/r.desktop" - install -Dm644 "${srcdir}/r.png" \ - "${pkgdir}/usr/share/pixmaps/r.png" - - # move the config directory to /etc and create symlinks - install -d "${pkgdir}/etc/R" - cd "${pkgdir}/usr/lib/R/etc" - for i in *; do -mv -f ${i} "${pkgdir}/etc/R" -ln -s /etc/R/${i} ${i} - done - - # Install ld.so.conf.d file to ensure other applications access the shared lib - install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf" -} Copied: r/repos/extra-i686/PKGBUILD (from rev 196710, r/trunk/PKGBUILD) ===
[arch-commits] Commit in r/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 21:03:02 Author: ronald Revision: 196710 upgpkg: r 3.0.2-1 update to 3.0.2 Modified: r/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 16:38:03 UTC (rev 196709) +++ PKGBUILD2013-10-16 19:03:02 UTC (rev 196710) @@ -4,7 +4,7 @@ # Contributor: K. Piche pkgname=r -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="Language and environment for statistical computing and graphics" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ 'r.desktop' 'r.png' 'R.conf') -sha1sums=('5cc65476837926fdf04105954ea94efa53ac85ce' +sha1sums=('f5d9daef00e09d36a465ff7b0bf4cab136bea227' '13aa29219bcaa102e575de8c1c8e0833d233e836' 'a69a07ec363440efc18ce0a7f2af103375dea978' '43668da6cfd1b4455a99f23e79e2059294dddac9')
[arch-commits] Commit in (6 files)
Date: Wednesday, October 16, 2013 @ 20:04:03 Author: faidoc Revision: 98679 nemo-extensions (in progress) Added: nemo-extensions/ nemo-extensions/repos/ nemo-extensions/trunk/ nemo-extensions/trunk/PKGBUILD nemo-extensions/trunk/nemo-pastebin.install nemo-extensions/trunk/nemo-seahorse.install ---+ PKGBUILD | 181 nemo-pastebin.install | 11 ++ nemo-seahorse.install | 12 +++ 3 files changed, 204 insertions(+) Added: nemo-extensions/trunk/PKGBUILD === --- nemo-extensions/trunk/PKGBUILD (rev 0) +++ nemo-extensions/trunk/PKGBUILD 2013-10-16 18:04:03 UTC (rev 98679) @@ -0,0 +1,181 @@ +# $Id$ +# Maintainer: Alexandre Filgueira + +pkgbase="nemo-extensions" +pkgname=('nemo-fileroller' + 'nemo-share' + 'nemo-python' + 'nemo-seahorse') + # 'nemo-media-columns' + #'nemo-pastebin' + #'nemo-preview' + # 'nemo-compare' + #'nemo-rabbitvcs' +pkgver=2.0.0 +pkgrel=1 +arch=(any) +license=('GPL2') +url="https://github.com/linuxmint/nemo-extensions"; +depends=(nemo python2-gobject gconf libgnome-keyring libcryptui file-roller samba pastebinit \ +clutter-gtk clutter-gst gst-plugins-good cjs libmusicbrainz5 evince gtksourceview3 webkitgtk \ + python2-dbus) +makedepends=(gnome-common gtk-doc intltool python2-distutils-extra gobject-introspection) +options=('!libtool' '!emptydirs') +source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/master.zip";) +md5sums=('ecc7f8c34065d0bdb34778d53cf7b2fa') + +prepare() { + +cd ${pkgbase}-master + +# Python2 fix +find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + +} + +build() { +cd ${pkgbase}-master + +_configure_pkgs="nemo-fileroller nemo-share nemo-seahorse" +for dir in ${_configure_pkgs} +do + cd ${dir} + autoreconf -fi + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static --disable-schemas-compile + make + cd .. +done + +#_autogen_pkgs="nemo-python nemo-preview" +_autogen_pkgs="nemo-python" +for dir in ${_autogen_pkgs} +do + cd ${dir} + ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static + make + cd .. +done + +# # nemo-pastebin +# cd nemo-pastebin +# python2 ./setup.py build --build-base ${srcdir}/build/ || return 1 +# cd .. + + # nemo-media-columns + # Nothing to do here + # Required python2-pypdf from AUR + + # nemo-compare + # cd nemo-compare + +# nemo-rabbitvcs +# Nothing to do here + +} + +package_nemo-fileroller(){ + cd ${pkgbase}-master/nemo-fileroller + + pkgdesc="Nemo fileroller extension" + arch=('i686' 'x86_64') + depends=(nemo file-roller) + make DESTDIR="${pkgdir}" install +} + +package_nemo-share(){ + cd ${pkgbase}-master/nemo-share + + pkgdesc="Samba extension for Nemo" + arch=('i686' 'x86_64') + depends=(nemo samba) + make DESTDIR="${pkgdir}" install +} + +package_nemo-python() { + cd ${pkgbase}-master/nemo-python + + pkgdesc="Python2 binding for Nemo components" + arch=('i686' 'x86_64') + depends=(nemo python2-gobject) + + make DESTDIR="${pkgdir}" install + +} + +package_nemo-seahorse(){ + cd ${pkgbase}-master/nemo-seahorse + + pkgdesc="Seahorse plugins and utilities for encryption" + arch=('i686' 'x86_64') + depends=(nemo seahorse gconf libgnome-keyring libcryptui) + install=nemo-seahorse.install + make DESTDIR="${pkgdir}" install +} + +# package_nemo-media-columns(){ +# cd ${pkgbase}-master/nemo-media-columns + +# pkgdesc=("A Nemo extension to display music/EXIF and PDF metadata info in the Nemo List View") +# arch=(any) + +# install -d ${pkgdir}/usr/share/nemo-python/extensions/ +# install -Dm755 ${srcdir}/nemo-media-columns.py \ +# ${pkgdir}/usr/share/nemo-python/extensions/nemo-media-columns.py +# } + +# package_nemo-pastebin(){ +# cd ${pkgbase}-master/nemo-pastebin + +# pkgdesc="Nemo extension to send files to a pastebin" +# arch=(any) +# depends=(nemo pastebinit nemo-python) +# install=nemo-pastebin.install + +# python2 ./setup.py install --prefix=/usr --root=${pkgdir} \ +# --no-compile -O0 +# } + +# package_nemo-preview(){ +# cd ${pkgbase}-master/nemo-preview + +# pkgdesc=("Nemo-preview is a GtkClutter and Javascript-based quick previewer for Nemo") +# arch=(any) +# depends=(nemo cjs libmusicbrainz5 evince gtksourceview3 webkitgtk clutter-gtk clutter-gst gst-plugins-good) + +# make DESTDIR="${pkgdir}" install +# } + +# package_nemo-compare() { +# cd ${pkgbase}-master/nemo-compare +
[arch-commits] Commit in qt4/repos (22 files)
Date: Wednesday, October 16, 2013 @ 18:38:03 Author: andrea Revision: 196709 archrelease: copy trunk to testing-i686, testing-x86_64 Added: qt4/repos/testing-i686/ qt4/repos/testing-i686/PKGBUILD (from rev 196708, qt4/trunk/PKGBUILD) qt4/repos/testing-i686/assistant-qt4.desktop (from rev 196708, qt4/trunk/assistant-qt4.desktop) qt4/repos/testing-i686/designer-qt4.desktop (from rev 196708, qt4/trunk/designer-qt4.desktop) qt4/repos/testing-i686/improve-cups-support.patch (from rev 196708, qt4/trunk/improve-cups-support.patch) qt4/repos/testing-i686/linguist-qt4.desktop (from rev 196708, qt4/trunk/linguist-qt4.desktop) qt4/repos/testing-i686/qdbusviewer-qt4.desktop (from rev 196708, qt4/trunk/qdbusviewer-qt4.desktop) qt4/repos/testing-i686/qt4.install (from rev 196708, qt4/trunk/qt4.install) qt4/repos/testing-i686/qtbug-31579.patch (from rev 196708, qt4/trunk/qtbug-31579.patch) qt4/repos/testing-i686/qtbug-32534.patch (from rev 196708, qt4/trunk/qtbug-32534.patch) qt4/repos/testing-i686/qtconfig-qt4.desktop (from rev 196708, qt4/trunk/qtconfig-qt4.desktop) qt4/repos/testing-x86_64/ qt4/repos/testing-x86_64/PKGBUILD (from rev 196708, qt4/trunk/PKGBUILD) qt4/repos/testing-x86_64/assistant-qt4.desktop (from rev 196708, qt4/trunk/assistant-qt4.desktop) qt4/repos/testing-x86_64/designer-qt4.desktop (from rev 196708, qt4/trunk/designer-qt4.desktop) qt4/repos/testing-x86_64/improve-cups-support.patch (from rev 196708, qt4/trunk/improve-cups-support.patch) qt4/repos/testing-x86_64/linguist-qt4.desktop (from rev 196708, qt4/trunk/linguist-qt4.desktop) qt4/repos/testing-x86_64/qdbusviewer-qt4.desktop (from rev 196708, qt4/trunk/qdbusviewer-qt4.desktop) qt4/repos/testing-x86_64/qt4.install (from rev 196708, qt4/trunk/qt4.install) qt4/repos/testing-x86_64/qtbug-31579.patch (from rev 196708, qt4/trunk/qtbug-31579.patch) qt4/repos/testing-x86_64/qtbug-32534.patch (from rev 196708, qt4/trunk/qtbug-32534.patch) qt4/repos/testing-x86_64/qtconfig-qt4.desktop (from rev 196708, qt4/trunk/qtconfig-qt4.desktop) ---+ testing-i686/PKGBUILD | 154 testing-i686/assistant-qt4.desktop|9 + testing-i686/designer-qt4.desktop | 11 ++ testing-i686/improve-cups-support.patch | 84 +++ testing-i686/linguist-qt4.desktop | 10 + testing-i686/qdbusviewer-qt4.desktop | 10 + testing-i686/qt4.install | 12 ++ testing-i686/qtbug-31579.patch| 146 ++ testing-i686/qtbug-32534.patch| 40 +++ testing-i686/qtconfig-qt4.desktop |9 + testing-x86_64/PKGBUILD | 154 testing-x86_64/assistant-qt4.desktop |9 + testing-x86_64/designer-qt4.desktop | 11 ++ testing-x86_64/improve-cups-support.patch | 84 +++ testing-x86_64/linguist-qt4.desktop | 10 + testing-x86_64/qdbusviewer-qt4.desktop| 10 + testing-x86_64/qt4.install| 12 ++ testing-x86_64/qtbug-31579.patch | 146 ++ testing-x86_64/qtbug-32534.patch | 40 +++ testing-x86_64/qtconfig-qt4.desktop |9 + 20 files changed, 970 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 196708:196709 to see the changes.
[arch-commits] Commit in qt4/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 18:37:41 Author: andrea Revision: 196708 upgpkg: qt4 4.8.5-3 Icu rebuild Modified: qt4/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 16:19:38 UTC (rev 196707) +++ PKGBUILD2013-10-16 16:37:41 UTC (rev 196708) @@ -4,7 +4,7 @@ pkgname=qt4 pkgver=4.8.5 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom')
[arch-commits] Commit in gnome-user-docs/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 16, 2013 @ 18:19:38 Author: heftig Revision: 196707 archrelease: copy trunk to extra-any Added: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 196706, gnome-user-docs/trunk/PKGBUILD) Deleted: gnome-user-docs/repos/extra-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 16:18:05 UTC (rev 196706) +++ PKGBUILD2013-10-16 16:19:38 UTC (rev 196707) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-user-docs -pkgver=3.10.0 -pkgrel=1 -pkgdesc="User documentation for GNOME" -arch=(any) -license=('FDL') -depends=('yelp') -makedepends=('yelp-tools') -url="http://www.gnome.org"; -groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('986610c7d9849a9817e8f5f133cbda2bbeab2198b51271aa06ec3d1968f6897f') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 196706, gnome-user-docs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 16:19:38 UTC (rev 196707) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-user-docs +pkgver=3.10.1 +pkgrel=1 +pkgdesc="User documentation for GNOME" +arch=(any) +license=('FDL') +depends=('yelp') +makedepends=('yelp-tools') +url="http://www.gnome.org"; +groups=('gnome') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('64dcc301f715fc339c316b8771a48910df7dce1134887c5cc45a48d8056cc468') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-user-docs/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 18:18:05 Author: heftig Revision: 196706 3.10.1 Modified: gnome-user-docs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:56:51 UTC (rev 196705) +++ PKGBUILD2013-10-16 16:18:05 UTC (rev 196706) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-user-docs -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="User documentation for GNOME" arch=(any) @@ -12,7 +12,7 @@ url="http://www.gnome.org"; groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('986610c7d9849a9817e8f5f133cbda2bbeab2198b51271aa06ec3d1968f6897f') +sha256sums=('64dcc301f715fc339c316b8771a48910df7dce1134887c5cc45a48d8056cc468') build() { cd $pkgname-$pkgver
[arch-commits] Commit in cinnamon/repos (30 files)
Date: Wednesday, October 16, 2013 @ 17:58:48 Author: jgc Revision: 98678 archrelease: copy trunk to community-i686, community-x86_64 Added: cinnamon/repos/community-i686/PKGBUILD (from rev 98677, cinnamon/trunk/PKGBUILD) cinnamon/repos/community-i686/background.patch (from rev 98677, cinnamon/trunk/background.patch) cinnamon/repos/community-i686/cinnamon-gstreamer1.patch (from rev 98677, cinnamon/trunk/cinnamon-gstreamer1.patch) cinnamon/repos/community-i686/cinnamon.install (from rev 98677, cinnamon/trunk/cinnamon.install) cinnamon/repos/community-i686/fix-control-center-check.patch (from rev 98677, cinnamon/trunk/fix-control-center-check.patch) cinnamon/repos/community-i686/input_keybindings.patch (from rev 98677, cinnamon/trunk/input_keybindings.patch) cinnamon/repos/community-i686/keyboard_applet.patch (from rev 98677, cinnamon/trunk/keyboard_applet.patch) cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy (from rev 98677, cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy) cinnamon/repos/community-x86_64/PKGBUILD (from rev 98677, cinnamon/trunk/PKGBUILD) cinnamon/repos/community-x86_64/background.patch (from rev 98677, cinnamon/trunk/background.patch) cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch (from rev 98677, cinnamon/trunk/cinnamon-gstreamer1.patch) cinnamon/repos/community-x86_64/cinnamon.install (from rev 98677, cinnamon/trunk/cinnamon.install) cinnamon/repos/community-x86_64/fix-control-center-check.patch (from rev 98677, cinnamon/trunk/fix-control-center-check.patch) cinnamon/repos/community-x86_64/input_keybindings.patch (from rev 98677, cinnamon/trunk/input_keybindings.patch) cinnamon/repos/community-x86_64/keyboard_applet.patch (from rev 98677, cinnamon/trunk/keyboard_applet.patch) cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy (from rev 98677, cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy) Deleted: cinnamon/repos/community-i686/PKGBUILD cinnamon/repos/community-i686/background.patch cinnamon/repos/community-i686/cinnamon.install cinnamon/repos/community-i686/fix-control-center-check.patch cinnamon/repos/community-i686/input_keybindings.patch cinnamon/repos/community-i686/keyboard_applet.patch cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy cinnamon/repos/community-x86_64/PKGBUILD cinnamon/repos/community-x86_64/background.patch cinnamon/repos/community-x86_64/cinnamon.install cinnamon/repos/community-x86_64/fix-control-center-check.patch cinnamon/repos/community-x86_64/input_keybindings.patch cinnamon/repos/community-x86_64/keyboard_applet.patch cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy -+ /PKGBUILD | 196 +++ /background.patch | 32 ++ /cinnamon.install | 22 + /fix-control-center-check.patch | 24 + /input_keybindings.patch| 22 + /keyboard_applet.patch | 266 community-i686/PKGBUILD | 93 --- community-i686/background.patch | 16 - community-i686/cinnamon-gstreamer1.patch| 282 ++ community-i686/cinnamon.install | 11 community-i686/fix-control-center-check.patch | 12 community-i686/input_keybindings.patch | 11 community-i686/keyboard_applet.patch| 133 -- community-x86_64/PKGBUILD | 93 --- community-x86_64/background.patch | 16 - community-x86_64/cinnamon-gstreamer1.patch | 282 ++ community-x86_64/cinnamon.install | 11 community-x86_64/fix-control-center-check.patch | 12 community-x86_64/input_keybindings.patch| 11 community-x86_64/keyboard_applet.patch | 133 -- 20 files changed, 1126 insertions(+), 552 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 98677:98678 to see the changes.
[arch-commits] Commit in cinnamon/trunk (PKGBUILD cinnamon-gstreamer1.patch)
Date: Wednesday, October 16, 2013 @ 17:58:35 Author: jgc Revision: 98677 upgpkg: cinnamon 2.0.2-2 Port recorder to GStreamer 1.0 Added: cinnamon/trunk/cinnamon-gstreamer1.patch Modified: cinnamon/trunk/PKGBUILD ---+ PKGBUILD |9 + cinnamon-gstreamer1.patch | 282 2 files changed, 289 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:30:32 UTC (rev 98676) +++ PKGBUILD2013-10-16 15:58:35 UTC (rev 98677) @@ -6,7 +6,7 @@ pkgname=cinnamon pkgver=2.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') url="http://cinnamon.linuxmint.com/"; @@ -13,7 +13,7 @@ license=('GPL2') depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 'cinnamon-session' 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme' - 'gnome-menus' 'gnome-themes-standard' 'gstreamer0.10' 'libgnome-keyring' + 'gnome-menus' 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg' 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow' 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk') makedepends=('gnome-common' 'intltool') @@ -25,6 +25,7 @@ options=('!libtool' '!emptydirs') install=${pkgname}.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz"; +"cinnamon-gstreamer1.patch" "fix-control-center-check.patch" "background.patch" "keyboard_applet.patch" @@ -31,6 +32,7 @@ "input_keybindings.patch" "org.archlinux.pkexec.cinnamon-settings-users.policy") sha256sums=('3b7043a603c19d96bf1e5ccaafde24ca507c93ee51e81e8c5c8754457a18a5ac' +'2e10ba71fd9ba40afd7e9492b2fc0d5bcc27874bcde543cfd8a47ad20c52354a' 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426' '373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f' '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3' @@ -64,6 +66,9 @@ # Use pkexec instead of gksu sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users + + # Port to GStreamer 1.0. Also backports some recorder bugfixes + patch -Np1 -i ../cinnamon-gstreamer1.patch } build() { Added: cinnamon-gstreamer1.patch === --- cinnamon-gstreamer1.patch (rev 0) +++ cinnamon-gstreamer1.patch 2013-10-16 15:58:35 UTC (rev 98677) @@ -0,0 +1,282 @@ +diff -ruN a/configure.ac b/configure.ac +--- a/configure.ac 2013-10-16 15:10:22.237511846 + b/configure.ac 2013-10-16 15:00:45.501321091 + +@@ -44,15 +44,15 @@ + + # We need at least this, since gst_plugin_register_static() was added + # in 0.10.16, but nothing older than 0.10.21 has been tested. +-GSTREAMER_MIN_VERSION=0.10.16 ++GSTREAMER_MIN_VERSION=0.11.92 + + recorder_modules= + build_recorder=false + AC_MSG_CHECKING([for GStreamer (needed for recording functionality)]) +-if $PKG_CONFIG --exists gstreamer-0.10 '>=' $GSTREAMER_MIN_VERSION ; then ++if $PKG_CONFIG --exists gstreamer-1.0 '>=' $GSTREAMER_MIN_VERSION ; then +AC_MSG_RESULT(yes) +build_recorder=true +- recorder_modules="gstreamer-0.10 gstreamer-base-0.10 x11" ++ recorder_modules="gstreamer-1.0 gstreamer-base-1.0 x11" +PKG_CHECK_MODULES(TEST_CINNAMON_RECORDER, $recorder_modules clutter-1.0 xfixes) + else +AC_MSG_RESULT(no) +diff -ruN a/src/cinnamon-recorder.c b/src/cinnamon-recorder.c +--- a/src/cinnamon-recorder.c 2013-10-16 15:10:22.344177808 + b/src/cinnamon-recorder.c 2013-10-16 15:26:42.801040167 + +@@ -8,6 +8,7 @@ + #include + #include + ++#define GST_USE_UNSTABLE_API + #include + + #include "cinnamon-recorder-src.h" +@@ -147,7 +148,7 @@ + * (Theora does have some support for frames at non-uniform times, but + * things seem to break down if there are large gaps.) + */ +-#define DEFAULT_PIPELINE "videorate ! vp8enc quality=10 speed=2 threads=%T ! queue ! webmmux" ++#define DEFAULT_PIPELINE "vp8enc min_quantizer=13 max_quantizer=13 cpu-used=5 deadline=100 threads=%T ! queue ! webmmux" + + /* The default filename pattern. Example cinnamon-20090311b-2.webm + */ +@@ -446,6 +447,7 @@ + recorder_draw_cursor (CinnamonRecorder *recorder, + GstBuffer *buffer) + { ++ GstMapInfo info; + cairo_surface_t *surface; + cairo_t *cr; + +@@ -464,7 +466,8 @@ + if (!recorder->cursor_image) + return; + +- surface = cairo_image_surface_create_for_data (GST_BUFFER_DATA(buffer), ++ gst_buffer_map (buffer, &info, GST_MAP_WRITE); ++ surface = cairo_image_surface_create_for_data (info.data, +
[arch-commits] Commit in gnome-devel-docs/repos/extra-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:56:51 Author: heftig Revision: 196705 archrelease: copy trunk to extra-any Added: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 196704, gnome-devel-docs/trunk/PKGBUILD) Deleted: gnome-devel-docs/repos/extra-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 15:56:06 UTC (rev 196704) +++ PKGBUILD2013-10-16 15:56:51 UTC (rev 196705) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-devel-docs -pkgver=3.8.1 -pkgrel=1 -pkgdesc="Developer documentation for GNOME" -arch=(any) -license=('FDL') -depends=('yelp') -makedepends=('yelp-tools') -url="http://www.gnome.org"; -groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.8/$pkgname-$pkgver.tar.xz) -sha256sums=('ffcb9e81e9a8218ab50fd28b30ad598e44dd7ba8aa34afbb977c6daecb42aa4b') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 196704, gnome-devel-docs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 15:56:51 UTC (rev 196705) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-devel-docs +pkgver=3.10.1 +pkgrel=1 +pkgdesc="Developer documentation for GNOME" +arch=(any) +license=('FDL') +depends=('yelp') +makedepends=('yelp-tools') +url="http://www.gnome.org"; +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('ac542f310f0271297bb2434c9c879e62e4506b68e27bccd9d559d3ee7741097b') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-devel-docs/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:56:06 Author: heftig Revision: 196704 3.10.1 Modified: gnome-devel-docs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:54:35 UTC (rev 196703) +++ PKGBUILD2013-10-16 15:56:06 UTC (rev 196704) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-devel-docs -pkgver=3.8.1 +pkgver=3.10.1 pkgrel=1 pkgdesc="Developer documentation for GNOME" arch=(any) @@ -11,8 +11,8 @@ makedepends=('yelp-tools') url="http://www.gnome.org"; groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.8/$pkgname-$pkgver.tar.xz) -sha256sums=('ffcb9e81e9a8218ab50fd28b30ad598e44dd7ba8aa34afbb977c6daecb42aa4b') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('ac542f310f0271297bb2434c9c879e62e4506b68e27bccd9d559d3ee7741097b') build() { cd $pkgname-$pkgver
[arch-commits] Commit in pyqt5/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:54:35 Author: andrea Revision: 196703 archrelease: copy trunk to extra-i686, extra-x86_64 Added: pyqt5/repos/extra-i686/PKGBUILD (from rev 196702, pyqt5/trunk/PKGBUILD) pyqt5/repos/extra-x86_64/PKGBUILD (from rev 196702, pyqt5/trunk/PKGBUILD) Deleted: pyqt5/repos/extra-i686/PKGBUILD pyqt5/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 214 extra-i686/PKGBUILD | 105 --- extra-x86_64/PKGBUILD | 105 --- 3 files changed, 214 insertions(+), 210 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 15:54:27 UTC (rev 196702) +++ extra-i686/PKGBUILD 2013-10-16 15:54:35 UTC (rev 196703) @@ -1,105 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Yichao Yu -# Contributor: Douglas Soares de Andrade -# Contributor: riai Ben - -pkgbase=pyqt5 -pkgname=pyqt5 -pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.1 -pkgrel=1 -arch=('i686' 'x86_64') -url="http://riverbankcomputing.co.uk/software/pyqt/intro"; -license=('GPL') -makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl' - 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools' - 'qt5-svg') -source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";) -md5sums=('056f6232bf9ea92baf86e812fd1669f8') - -build() { - cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver} - - cd PyQt-gpl-${pkgver} - python3 configure.py \ ---confirm-license \ --v /usr/share/sip/PyQt5 \ ---qsci-api \ --q /usr/bin/qmake-qt5 - - # Thanks Gerardo for the rpath fix - find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' - - make - - ### Python2 version ### - cd ../Py2Qt-gpl-${pkgver} - python2 configure.py \ ---confirm-license \ --v /usr/share/sip/Py2-PyQt5 \ ---qsci-api \ --q /usr/bin/qmake-qt5 - - # Thanks Gerardo for the rpath fix - find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' - - make -} - -package_pyqt5-common(){ - pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5" - depends=('qt5-base') - - cd PyQt-gpl-${pkgver} - make -C pyrcc DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - make -C pylupdate DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - install -Dm644 PyQt5.api "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} - -package_python-pyqt5(){ - pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit" - depends=('python-sip' 'pyqt5-common' 'python' 'python') - optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications' - 'python-dbus: for python-dbus mainloop support' - 'qt5-multimedia: QtMultimedia, QtMultimediaWidgets' - 'qt5-tools: QtHelp, QtDesigner' - 'qt5-svg: QtSvg' - 'qt5-webkit: QtWebKit, QtWebKitWidgets' - 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin') - - cd PyQt-gpl-${pkgver} - # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR - make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - # Provided by pyqt-common - rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5} - rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} - -package_python2-pyqt5(){ - pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit" - depends=('python2-sip' 'pyqt5-common' 'python2') - optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications' - 'python-dbus: for python-dbus mainloop support' - 'qt5-multimedia: QtMultimedia, QtMultimediaWidgets' - 'qt5-tools: QtHelp, QtDesigner' - 'qt5-svg: QtSvg' - 'qt5-webkit: QtWebKit, QtWebKitWidgets' - 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin') - - cd Py2Qt-gpl-${pkgver} - # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR - make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install - - # Fix conflicts with python-pyqt5 - mv "${pkgdir}"/usr/bin/{,python2-}pyuic5 - - rm "${pkgdir}"/usr/bin/{pylupdate5,pyrcc5} - rm "${pkgdir}"/usr/lib/qt/plugins/designer/libpyqt5.so - rm "${pkgdir}"/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so - rm "${pkgdir}"/usr/share/qt/qsci/api/python/PyQt5.api -} Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 196702, pyqt5/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 15:54:35 UTC (rev 196703) @@ -0,0 +1,107 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Yichao Yu +# Contributor: Douglas Soares de Andrade +
[arch-commits] Commit in pyqt5/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:54:27 Author: andrea Revision: 196702 upgpkg: pyqt5 5.1.1-1 Upstream release Modified: pyqt5/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:53:31 UTC (rev 196701) +++ PKGBUILD2013-10-16 15:54:27 UTC (rev 196702) @@ -7,7 +7,7 @@ pkgbase=pyqt5 pkgname=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') -pkgver=5.1 +pkgver=5.1.1 pkgrel=1 arch=('i686' 'x86_64') url="http://riverbankcomputing.co.uk/software/pyqt/intro"; @@ -14,9 +14,9 @@ license=('GPL') makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl' 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools' - 'qt5-svg') + 'qt5-svg' 'qt5-serialport') source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz";) -md5sums=('056f6232bf9ea92baf86e812fd1669f8') +md5sums=('10d41924d5252b75f3f9fe1a7c193e6d') build() { cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver} @@ -68,7 +68,8 @@ 'qt5-svg: QtSvg' 'qt5-webkit: QtWebKit, QtWebKitWidgets' 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin') + 'qt5-declarative: QtQml, qmlplugin' + 'qt5-serialport: QtSerialPort') cd PyQt-gpl-${pkgver} # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR @@ -89,7 +90,8 @@ 'qt5-svg: QtSvg' 'qt5-webkit: QtWebKit, QtWebKitWidgets' 'qt5-xmlpatterns: QtXmlPatterns' - 'qt5-declarative: QtQml, qmlplugin') + 'qt5-declarative: QtQml, qmlplugin' + 'qt5-serialport: QtSerialPort') cd Py2Qt-gpl-${pkgver} # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
[arch-commits] Commit in orca/repos/extra-any (4 files)
Date: Wednesday, October 16, 2013 @ 17:53:31 Author: heftig Revision: 196701 archrelease: copy trunk to extra-any Added: orca/repos/extra-any/PKGBUILD (from rev 196700, orca/trunk/PKGBUILD) orca/repos/extra-any/orca.install (from rev 196700, orca/trunk/orca.install) Deleted: orca/repos/extra-any/PKGBUILD orca/repos/extra-any/orca.install --+ PKGBUILD | 62 - orca.install | 22 ++-- 2 files changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 15:52:48 UTC (rev 196700) +++ PKGBUILD2013-10-16 15:53:31 UTC (rev 196701) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: William Rea - -pkgname=orca -pkgver=3.10.0 -pkgrel=1 -pkgdesc="Screen reader for individuals who are blind or visually impaired" -arch=(any) -license=('LGPL') -url="http://www.gnome.org/projects/orca"; -install=orca.install -options=('!libtool') -depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty - xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) -makedepends=(itstool intltool gnome-doc-utils) -groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1f1cf0290e0e8cf82dbb54c75ebf884785e72f73fad042d85411cc893e8ba511') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: orca/repos/extra-any/PKGBUILD (from rev 196700, orca/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 15:53:31 UTC (rev 196701) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: William Rea + +pkgname=orca +pkgver=3.10.1 +pkgrel=1 +pkgdesc="Screen reader for individuals who are blind or visually impaired" +arch=(any) +license=('LGPL') +url="http://www.gnome.org/projects/orca"; +install=orca.install +options=('!libtool') +depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher liblouis brltty + xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas) +makedepends=(itstool intltool gnome-doc-utils) +groups=(gnome-extra) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('91eab644557ab0daad58eb3e60f09663321174adc8b8b84a98fe71fc9fd703e3') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: orca.install === --- orca.install2013-10-16 15:52:48 UTC (rev 196700) +++ orca.install2013-10-16 15:53:31 UTC (rev 196701) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: orca/repos/extra-any/orca.install (from rev 196700, orca/trunk/orca.install) === --- orca.install(rev 0) +++ orca.install2013-10-16 15:53:31 UTC (rev 196701) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in gdm/repos (16 files)
Date: Wednesday, October 16, 2013 @ 17:52:48 Author: heftig Revision: 196700 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gdm/repos/extra-i686/PKGBUILD (from rev 196699, gdm/trunk/PKGBUILD) gdm/repos/extra-i686/arch-pam.patch (from rev 196699, gdm/trunk/arch-pam.patch) gdm/repos/extra-i686/fix_external_program_directories.patch (from rev 196699, gdm/trunk/fix_external_program_directories.patch) gdm/repos/extra-i686/gdm.install (from rev 196699, gdm/trunk/gdm.install) gdm/repos/extra-x86_64/PKGBUILD (from rev 196699, gdm/trunk/PKGBUILD) gdm/repos/extra-x86_64/arch-pam.patch (from rev 196699, gdm/trunk/arch-pam.patch) gdm/repos/extra-x86_64/fix_external_program_directories.patch (from rev 196699, gdm/trunk/fix_external_program_directories.patch) gdm/repos/extra-x86_64/gdm.install (from rev 196699, gdm/trunk/gdm.install) Deleted: gdm/repos/extra-i686/PKGBUILD gdm/repos/extra-i686/arch-pam.patch gdm/repos/extra-i686/fix_external_program_directories.patch gdm/repos/extra-i686/gdm.install gdm/repos/extra-x86_64/PKGBUILD gdm/repos/extra-x86_64/arch-pam.patch gdm/repos/extra-x86_64/fix_external_program_directories.patch gdm/repos/extra-x86_64/gdm.install -+ /PKGBUILD | 168 /arch-pam.patch | 358 ++ /fix_external_program_directories.patch | 24 + /gdm.install| 62 +++ extra-i686/PKGBUILD | 84 extra-i686/arch-pam.patch | 179 - extra-i686/fix_external_program_directories.patch | 12 extra-i686/gdm.install | 31 - extra-x86_64/PKGBUILD | 84 extra-x86_64/arch-pam.patch | 179 - extra-x86_64/fix_external_program_directories.patch | 12 extra-x86_64/gdm.install| 31 - 12 files changed, 612 insertions(+), 612 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196699:196700 to see the changes.
[arch-commits] Commit in gupnp-av/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:52:06 Author: heftig Revision: 196699 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gupnp-av/repos/extra-i686/PKGBUILD (from rev 196698, gupnp-av/trunk/PKGBUILD) gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 196698, gupnp-av/trunk/PKGBUILD) Deleted: gupnp-av/repos/extra-i686/PKGBUILD gupnp-av/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 68 extra-i686/PKGBUILD | 34 extra-x86_64/PKGBUILD | 34 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) +++ extra-i686/PKGBUILD 2013-10-16 15:52:06 UTC (rev 196699) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Thijs Vermeir -# Contributor: Denis Zawada - -pkgname=gupnp-av -pkgver=0.12.2 -pkgrel=1 -pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" -arch=(i686 x86_64) -url="http://gupnp.org/"; -license=(LGPL) -depends=(gupnp) -makedepends=(gobject-introspection gtk-doc vala) -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gupnp-av/repos/extra-i686/PKGBUILD (from rev 196698, gupnp-av/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 15:52:06 UTC (rev 196699) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Thijs Vermeir +# Contributor: Denis Zawada + +pkgname=gupnp-av +pkgver=0.12.3 +pkgrel=1 +pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" +arch=(i686 x86_64) +url="http://gupnp.org/"; +license=(LGPL) +depends=(gupnp) +makedepends=(gobject-introspection gtk-doc vala) +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) +++ extra-x86_64/PKGBUILD 2013-10-16 15:52:06 UTC (rev 196699) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Thijs Vermeir -# Contributor: Denis Zawada - -pkgname=gupnp-av -pkgver=0.12.2 -pkgrel=1 -pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" -arch=(i686 x86_64) -url="http://gupnp.org/"; -license=(LGPL) -depends=(gupnp) -makedepends=(gobject-introspection gtk-doc vala) -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 196698, gupnp-av/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-16 15:52:06 UTC (rev 196699) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Thijs Vermeir +# Contributor: Denis Zawada + +pkgname=gupnp-av +pkgver=0.12.3 +pkgrel=1 +pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" +arch=(i686 x86_64) +url="http://gupnp.org/"; +license=(LGPL) +depends=(gupnp) +makedepends=(gobject-introspection gtk-doc vala) +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disab
[arch-commits] Commit in orca/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:51:18 Author: heftig Revision: 196697 3.10.1 Modified: orca/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:48:54 UTC (rev 196696) +++ PKGBUILD2013-10-16 15:51:18 UTC (rev 196697) @@ -4,7 +4,7 @@ # Contributor: William Rea pkgname=orca -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="Screen reader for individuals who are blind or visually impaired" arch=(any) @@ -17,7 +17,7 @@ makedepends=(itstool intltool gnome-doc-utils) groups=(gnome-extra) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1f1cf0290e0e8cf82dbb54c75ebf884785e72f73fad042d85411cc893e8ba511') +sha256sums=('91eab644557ab0daad58eb3e60f09663321174adc8b8b84a98fe71fc9fd703e3') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:51:44 Author: heftig Revision: 196698 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gupnp/repos/extra-i686/PKGBUILD (from rev 196697, gupnp/trunk/PKGBUILD) gupnp/repos/extra-x86_64/PKGBUILD (from rev 196697, gupnp/trunk/PKGBUILD) Deleted: gupnp/repos/extra-i686/PKGBUILD gupnp/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 15:51:18 UTC (rev 196697) +++ extra-i686/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: György Balló - -pkgname=gupnp -pkgver=0.20.6 -pkgrel=1 -pkgdesc="An object-oriented UPNP framework" -arch=(i686 x86_64) -url="http://gupnp.org/"; -license=(LGPL) -depends=(gssdp util-linux) -makedepends=(gobject-introspection gtk-doc vala) -optdepends=('python2: gupnp-binding-tool') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa') - -build() { - cd $pkgname-$pkgver - sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --with-context-manager=linux - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 196697, gupnp/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: György Balló + +pkgname=gupnp +pkgver=0.20.7 +pkgrel=1 +pkgdesc="An object-oriented UPNP framework" +arch=(i686 x86_64) +url="http://gupnp.org/"; +license=(LGPL) +depends=(gssdp util-linux) +makedepends=(gobject-introspection gtk-doc vala) +optdepends=('python2: gupnp-binding-tool') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('ccfa6b04935d81bbcd4aa1f15b6dada977fb32386cf3b99c59a4166067ce3102') + +build() { + cd $pkgname-$pkgver + sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --with-context-manager=linux + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-10-16 15:51:18 UTC (rev 196697) +++ extra-x86_64/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: György Balló - -pkgname=gupnp -pkgver=0.20.6 -pkgrel=1 -pkgdesc="An object-oriented UPNP framework" -arch=(i686 x86_64) -url="http://gupnp.org/"; -license=(LGPL) -depends=(gssdp util-linux) -makedepends=(gobject-introspection gtk-doc vala) -optdepends=('python2: gupnp-binding-tool') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa') - -build() { - cd $pkgname-$pkgver - sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --with-context-manager=linux - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 196697, gupnp/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-16 15:51:44 UTC (rev 196698) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: György Balló + +pkgname=gupnp +pkgver=0.20.7 +pkgrel=1 +pkgdesc="An object-oriented UPNP framework" +arch=(i686 x86_64) +url="http://gupnp.org/"; +license=(LGPL) +depends=(gssdp util-linux) +makedepends=(gobject-introspection gtk-doc vala) +optdepends=('python2: gupnp-binding-tool') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('ccfa
[arch-commits] Commit in gdm/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:48:54 Author: heftig Revision: 196696 3.10.0.1 Modified: gdm/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:39:46 UTC (rev 196695) +++ PKGBUILD2013-10-16 15:48:54 UTC (rev 196696) @@ -4,7 +4,7 @@ pkgbase=gdm pkgname=(gdm libgdm) -pkgver=3.10.0 +pkgver=3.10.0.1 pkgrel=1 pkgdesc="Gnome Display Manager" arch=(i686 x86_64) @@ -14,9 +14,9 @@ depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost) makedepends=(itstool intltool yelp-tools gobject-introspection) checkdepends=('check') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz fix_external_program_directories.patch arch-pam.patch) -sha256sums=('bb04600298f5be795f0d0bfea40bbd9bf78f95a44c5caeda4d0cc6a05207318c' +sha256sums=('549a42009af9c79a4e07632e405dcb71ba2e876e766cff02471511ad641b6ae7' 'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2' 'b5c225784c3107564cb9685e41dfecdb20b8ea2415905c4119c96748c4e68003')
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:39:46 Author: heftig Revision: 196695 0.12.3 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:38:13 UTC (rev 196694) +++ PKGBUILD2013-10-16 15:39:46 UTC (rev 196695) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(gobject-introspection gtk-doc vala) options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270') +sha256sums=('fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:38:13 Author: heftig Revision: 196694 0.20.7 Modified: gupnp/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:36:55 UTC (rev 196693) +++ PKGBUILD2013-10-16 15:38:13 UTC (rev 196694) @@ -3,7 +3,7 @@ # Contributor: György Balló pkgname=gupnp -pkgver=0.20.6 +pkgver=0.20.7 pkgrel=1 pkgdesc="An object-oriented UPNP framework" arch=(i686 x86_64) @@ -14,7 +14,7 @@ optdepends=('python2: gupnp-binding-tool') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa') +sha256sums=('ccfa6b04935d81bbcd4aa1f15b6dada977fb32386cf3b99c59a4166067ce3102') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnustep-gui/repos (8 files)
Date: Wednesday, October 16, 2013 @ 17:24:25 Author: bpiotrowski Revision: 98663 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: gnustep-gui/repos/community-staging-i686/ gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 98662, gnustep-gui/trunk/ChangeLog) gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 98662, gnustep-gui/trunk/PKGBUILD) gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 98662, gnustep-gui/trunk/giflib-5.0.patch) gnustep-gui/repos/community-staging-x86_64/ gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 98662, gnustep-gui/trunk/ChangeLog) gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 98662, gnustep-gui/trunk/PKGBUILD) gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch (from rev 98662, gnustep-gui/trunk/giflib-5.0.patch) ---+ community-staging-i686/ChangeLog |2 + community-staging-i686/PKGBUILD | 36 community-staging-i686/giflib-5.0.patch | 21 community-staging-x86_64/ChangeLog|2 + community-staging-x86_64/PKGBUILD | 36 community-staging-x86_64/giflib-5.0.patch | 21 6 files changed, 118 insertions(+) Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 98662, gnustep-gui/trunk/ChangeLog) === --- community-staging-i686/ChangeLog(rev 0) +++ community-staging-i686/ChangeLog2013-10-16 15:24:25 UTC (rev 98663) @@ -0,0 +1,2 @@ +2007-06-27 tardo +* version upgrade Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 98662, gnustep-gui/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2013-10-16 15:24:25 UTC (rev 98663) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Vesa Kaihlavirta +# Contributor: Sebastian Sareyko + +pkgname=gnustep-gui +pkgver=0.23.1 +pkgrel=4 +pkgdesc="The GNUstep GUI class library" +arch=('i686' 'x86_64') +url="http://www.gnustep.org/"; +license=('LGPL') +depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao') +makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make') +conflicts=('gnustep-gui-svn') +groups=('gnustep-core') +options=('!makeflags') +source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz +giflib-5.0.patch) +md5sums=('1771bdb42f27ee946b17bf60fef5eb2e' + 'b998c0bc3e2bc260c2779d7a50ce6407') + +build() { + cd $srcdir/$pkgname-$pkgver + . /etc/profile.d/GNUstep.sh + ./configure --prefix=/usr --sysconfdir=/etc/GNUstep + sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h + sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m + patch -Np1 -i ../giflib-5.0.patch + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install +} Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 98662, gnustep-gui/trunk/giflib-5.0.patch) === --- community-staging-i686/giflib-5.0.patch (rev 0) +++ community-staging-i686/giflib-5.0.patch 2013-10-16 15:24:25 UTC (rev 98663) @@ -0,0 +1,21 @@ +diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m +--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200 +@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi + } + + gs_gif_init_input_source(&src, imageData); +- file = DGifOpen(&src, gs_gif_input); ++ file = DGifOpen(&src, gs_gif_input, NULL); + if (file == NULL) + { + /* we do not use giferror here because it doesn't +@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi + + /* open the image */ + gs_gif_init_input_source(&src, imageData); +- file = DGifOpen(&src, gs_gif_input); ++ file = DGifOpen(&src, gs_gif_input, NULL); + if (file == NULL) + { + /* we do not use giferror here because it doesn't Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 98662, gnustep-gui/trunk/ChangeLog) === --- community-staging-x86_64/ChangeLog (rev 0) +++ community-staging-x86_64/ChangeLog 2013-10-16 15:24:25 UTC (rev 98663) @@ -0,0 +1,2 @@ +2007-06-27 tardo +* version upgrade Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 98662, gnustep-gui/trunk/PKGBUILD) ==
[arch-commits] Commit in gnustep-gui/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:24:16 Author: bpiotrowski Revision: 98662 upgpkg: gnustep-gui 0.23.1-4 - rebuild against icu 52.1 Modified: gnustep-gui/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:19:14 UTC (rev 98661) +++ PKGBUILD2013-10-16 15:24:16 UTC (rev 98662) @@ -5,7 +5,7 @@ pkgname=gnustep-gui pkgver=0.23.1 -pkgrel=3 +pkgrel=4 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/";
[arch-commits] Commit in calligra-l10n/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:22:30 Author: andrea Revision: 196676 upgpkg: calligra-l10n 2.7.4-1 Upstream release Modified: calligra-l10n/trunk/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:22:15 UTC (rev 196675) +++ PKGBUILD2013-10-16 15:22:30 UTC (rev 196676) @@ -30,7 +30,7 @@ 'calligra-l10n-uk' 'calligra-l10n-zh_cn' 'calligra-l10n-zh_tw') -pkgver=2.7.3 +pkgver=2.7.4 pkgrel=1 pkgdesc="Localization for Calligra" arch=('any') @@ -66,34 +66,34 @@ "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz"; "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz"; "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz";) -md5sums=('c8f975a706748a623da7e2b4930bd76c' - '7df49f75628774584c68037f1035443d' - '9ec98980894f3bd94b431ed88edf72fe' - '3a06f817d2ee81421f2a38c249b16187' - 'cff9a8838f186654751fb03dacd0aecc' - 'aa21ae2db02482892e9c1eec0d4a6bca' - '150d3312d2e87fe17233cc22334f8ff5' - '9d0588490bcab531ee5198bd9871c44a' - '0d401d6adcd6df2105ea334896c305ad' - '7f20a7a866e96e9c8bb17d38b63aaca8' - '093c53e4c1e2ba0841b92162d3be5005' - '6e1c61fdbe1f2369e629b18c21ae604f' - '594e6a14800d912d1c9509b25aa35a9f' - '55d251def48bd4a242401900926773c4' - '00cab415400d8d9ae84fca9e3f05653d' - '923fdc2fc5aed9ea0bcbb0abc02eabbc' - '37c377a0261406e6d4987e550d9bca98' - '68ef1e47a93054072c3ae815e4a38eac' - 'e6d27b65a83dd63bdd8e0d76e9da4263' - '7bcdd01a6017a7b8dbabd658cb2ee43e' - '173ade25de55cd058805b69993a4e95a' - '0a1d82df6ae537e968b9631cce5536c4' - '6e480f23bbded603174609e55736dec7' - 'fac7fc83976fd796d0f522e01367abe4' - '89cdb4e9045fe8c13d12d793a29e7b2f' - 'd4e7682221064d585c9accea3e47870d' - 'f2db0312328ec8dda0c454c94e2db3aa' - 'cacabde63e993b8bab4b06da6394fec4') +md5sums=('bd16bf4aeeab9532b0268977b834eca0' + '641eb7346069343bc36452df75905340' + '82df293e8df73d60647f61babf05e726' + 'e181d8fa4057cff28932ad703c7f0523' + '5b44bdd14de0739b1d608a93b9a042b5' + 'c2e593b5a2ce96d6f422d9216637413e' + 'e3c208c5b9c53b02c30232d9833d4484' + '318b3b88068b4292ac597ad3b92702c2' + 'adb28b523ef842888a0d9519b8466728' + '02143b0403735d2e064cdc5ef13dfb87' + 'e385c805d2ee3a8351917deff88ac628' + '2478610dd599d0170801deb6a4f66330' + '63a9b0324c469ebbe38a14e985b49069' + 'a480e07b0b8757df7166eb2475ce85cc' + '1ea245a8f939b3ccf193c60f3f31a023' + 'becb1c2524cfcab00b281fc6b40bdef1' + '96fc7e62519cfec204e2e908b9d198bb' + '039485a30828c06c6389cd76ba324562' + '9b485fffefe87480136af41a17cc0b98' + '6712ee79c214a7506267685e34a2f0d9' + '399fea315ca4c84a2885eb39399d1296' + '7773f778f5d9f481ab231d305efa2934' + '0a132e5361fb2c25b29b370f8ae9e2cb' + 'f27be65cc1c32bcb8e0824fa224e86ff' + '35f6b7206535260d5bbb9b86d71db810' + '813bd1b06a1da5e735e3d741eacce27a' + '98f19fb4a06201365310b2e42c77e913' + '5c346db18fe5896e7063cd0e8bce8cec') build() { for lang in bs ca cs da de el es et fi fr gl hu it kk nb nds \
[arch-commits] Commit in calligra-l10n/repos (staging-any staging-any/PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:22:35 Author: andrea Revision: 196677 archrelease: copy trunk to staging-any Added: calligra-l10n/repos/staging-any/ calligra-l10n/repos/staging-any/PKGBUILD (from rev 196676, calligra-l10n/trunk/PKGBUILD) --+ PKGBUILD | 312 + 1 file changed, 312 insertions(+) Copied: calligra-l10n/repos/staging-any/PKGBUILD (from rev 196676, calligra-l10n/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2013-10-16 15:22:35 UTC (rev 196677) @@ -0,0 +1,312 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgbase=calligra-l10n +pkgname=('calligra-l10n-bs' + 'calligra-l10n-ca' + 'calligra-l10n-cs' + 'calligra-l10n-da' + 'calligra-l10n-de' + 'calligra-l10n-el' + 'calligra-l10n-es' + 'calligra-l10n-et' + 'calligra-l10n-fi' + 'calligra-l10n-fr' + 'calligra-l10n-gl' + 'calligra-l10n-hu' + 'calligra-l10n-it' + 'calligra-l10n-kk' + 'calligra-l10n-nb' + 'calligra-l10n-nds' + 'calligra-l10n-nl' + 'calligra-l10n-pl' + 'calligra-l10n-pt' + 'calligra-l10n-pt_br' + 'calligra-l10n-ru' + 'calligra-l10n-sk' + 'calligra-l10n-sl' + 'calligra-l10n-sv' + 'calligra-l10n-tr' + 'calligra-l10n-uk' + 'calligra-l10n-zh_cn' + 'calligra-l10n-zh_tw') +pkgver=2.7.4 +pkgrel=1 +pkgdesc="Localization for Calligra" +arch=('any') +url='http://www.calligra-suite.org/' +license=('LGPL') +makedepends=('cmake' 'automoc4' 'kdelibs') +options=('docs') +source=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz"; + "http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz";) +md5sums=('bd16bf4aeeab9532b0268977b834eca0' + '641eb7346069343bc36452df75905340' + '82df293e8df73d60647f61babf05e726' + 'e181d8fa4057cff28932ad703c7f0523' + '5b44bdd14de0739b1d608a93b9a042b5' + 'c2e593b5a2ce96d6f422d9216637413e' + 'e3c208c5b9c53b02c30232d9833d4484' + '318b3b88068b4292ac597ad3b92702c2' + 'adb28b523ef842888a0d9519b8466728' + '02143b0403735d2e064cdc5ef13dfb87' + 'e385c805d2ee3a8351917deff88ac628' + '2478610dd599d0170801deb6a4f66330' + '63a9b0324c469ebbe38a14e985b49069' +
[arch-commits] Commit in calligra/repos/staging-x86_64 (28 files)
Date: Wednesday, October 16, 2013 @ 17:22:03 Author: andrea Revision: 196674 archrelease: copy trunk to staging-x86_64 Added: calligra/repos/staging-x86_64/PKGBUILD (from rev 196673, calligra/trunk/PKGBUILD) calligra/repos/staging-x86_64/calligra-braindump.install (from rev 196673, calligra/trunk/calligra-braindump.install) calligra/repos/staging-x86_64/calligra-extras.install (from rev 196673, calligra/trunk/calligra-extras.install) calligra/repos/staging-x86_64/calligra-filters.install (from rev 196673, calligra/trunk/calligra-filters.install) calligra/repos/staging-x86_64/calligra-flow.install (from rev 196673, calligra/trunk/calligra-flow.install) calligra/repos/staging-x86_64/calligra-karbon.install (from rev 196673, calligra/trunk/calligra-karbon.install) calligra/repos/staging-x86_64/calligra-kexi.install (from rev 196673, calligra/trunk/calligra-kexi.install) calligra/repos/staging-x86_64/calligra-krita.install (from rev 196673, calligra/trunk/calligra-krita.install) calligra/repos/staging-x86_64/calligra-plan.install (from rev 196673, calligra/trunk/calligra-plan.install) calligra/repos/staging-x86_64/calligra-plugins.install (from rev 196673, calligra/trunk/calligra-plugins.install) calligra/repos/staging-x86_64/calligra-sheets.install (from rev 196673, calligra/trunk/calligra-sheets.install) calligra/repos/staging-x86_64/calligra-stage.install (from rev 196673, calligra/trunk/calligra-stage.install) calligra/repos/staging-x86_64/calligra-words.install (from rev 196673, calligra/trunk/calligra-words.install) calligra/repos/staging-x86_64/calligra.install (from rev 196673, calligra/trunk/calligra.install) Deleted: calligra/repos/staging-x86_64/PKGBUILD calligra/repos/staging-x86_64/calligra-braindump.install calligra/repos/staging-x86_64/calligra-extras.install calligra/repos/staging-x86_64/calligra-filters.install calligra/repos/staging-x86_64/calligra-flow.install calligra/repos/staging-x86_64/calligra-karbon.install calligra/repos/staging-x86_64/calligra-kexi.install calligra/repos/staging-x86_64/calligra-krita.install calligra/repos/staging-x86_64/calligra-plan.install calligra/repos/staging-x86_64/calligra-plugins.install calligra/repos/staging-x86_64/calligra-sheets.install calligra/repos/staging-x86_64/calligra-stage.install calligra/repos/staging-x86_64/calligra-words.install calligra/repos/staging-x86_64/calligra.install + PKGBUILD | 458 +-- calligra-braindump.install | 24 +- calligra-extras.install| 22 +- calligra-filters.install | 22 +- calligra-flow.install | 24 +- calligra-karbon.install| 24 +- calligra-kexi.install | 24 +- calligra-krita.install | 26 +- calligra-plan.install | 24 +- calligra-plugins.install | 22 +- calligra-sheets.install| 24 +- calligra-stage.install | 24 +- calligra-words.install | 24 +- calligra.install | 22 +- 14 files changed, 382 insertions(+), 382 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 15:20:43 UTC (rev 196673) +++ PKGBUILD2013-10-16 15:22:03 UTC (rev 196674) @@ -1,229 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Ronald van Haren - -pkgbase=calligra -pkgname=('calligra-braindump' - 'calligra-extras' - 'calligra-filters' - 'calligra-flow' - 'calligra-handbook' - 'calligra-karbon' - 'calligra-kexi' - 'calligra-krita' - 'calligra-libs' - 'calligra-plan' - 'calligra-plugins' - 'calligra-sheets' - 'calligra-stage' - 'calligra-words') -pkgver=2.7.3 -pkgrel=2 -arch=('i686' 'x86_64') -url='http://www.calligra-suite.org/' -license=('FDL1.2' 'GPL2' 'LGPL') -makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble' - 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio' - 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw' - 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc') -groups=('calligra') -source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('35165d00f38eba5de575662cafe3bf0f') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_active=OFF - make -} - -package_calligra-filters() { - pkgdesc="Filters for the Calligra office suite" - optdepends=('libwpg: Corel WordPerfect Graphics image importer' - 'libwps: Microsoft Works file word processor format import') - conflicts=('koffice-filters') - replaces=('koffice-filters') - install=calligra-filters.install - - cd "${srcdir}"/build/filters - m
[arch-commits] Commit in calligra/repos/staging-i686 (28 files)
Date: Wednesday, October 16, 2013 @ 17:22:15 Author: andrea Revision: 196675 archrelease: copy trunk to staging-i686 Added: calligra/repos/staging-i686/PKGBUILD (from rev 196674, calligra/trunk/PKGBUILD) calligra/repos/staging-i686/calligra-braindump.install (from rev 196674, calligra/trunk/calligra-braindump.install) calligra/repos/staging-i686/calligra-extras.install (from rev 196674, calligra/trunk/calligra-extras.install) calligra/repos/staging-i686/calligra-filters.install (from rev 196674, calligra/trunk/calligra-filters.install) calligra/repos/staging-i686/calligra-flow.install (from rev 196674, calligra/trunk/calligra-flow.install) calligra/repos/staging-i686/calligra-karbon.install (from rev 196674, calligra/trunk/calligra-karbon.install) calligra/repos/staging-i686/calligra-kexi.install (from rev 196674, calligra/trunk/calligra-kexi.install) calligra/repos/staging-i686/calligra-krita.install (from rev 196674, calligra/trunk/calligra-krita.install) calligra/repos/staging-i686/calligra-plan.install (from rev 196674, calligra/trunk/calligra-plan.install) calligra/repos/staging-i686/calligra-plugins.install (from rev 196674, calligra/trunk/calligra-plugins.install) calligra/repos/staging-i686/calligra-sheets.install (from rev 196674, calligra/trunk/calligra-sheets.install) calligra/repos/staging-i686/calligra-stage.install (from rev 196674, calligra/trunk/calligra-stage.install) calligra/repos/staging-i686/calligra-words.install (from rev 196674, calligra/trunk/calligra-words.install) calligra/repos/staging-i686/calligra.install (from rev 196674, calligra/trunk/calligra.install) Deleted: calligra/repos/staging-i686/PKGBUILD calligra/repos/staging-i686/calligra-braindump.install calligra/repos/staging-i686/calligra-extras.install calligra/repos/staging-i686/calligra-filters.install calligra/repos/staging-i686/calligra-flow.install calligra/repos/staging-i686/calligra-karbon.install calligra/repos/staging-i686/calligra-kexi.install calligra/repos/staging-i686/calligra-krita.install calligra/repos/staging-i686/calligra-plan.install calligra/repos/staging-i686/calligra-plugins.install calligra/repos/staging-i686/calligra-sheets.install calligra/repos/staging-i686/calligra-stage.install calligra/repos/staging-i686/calligra-words.install calligra/repos/staging-i686/calligra.install + PKGBUILD | 458 +-- calligra-braindump.install | 24 +- calligra-extras.install| 22 +- calligra-filters.install | 22 +- calligra-flow.install | 24 +- calligra-karbon.install| 24 +- calligra-kexi.install | 24 +- calligra-krita.install | 26 +- calligra-plan.install | 24 +- calligra-plugins.install | 22 +- calligra-sheets.install| 24 +- calligra-stage.install | 24 +- calligra-words.install | 24 +- calligra.install | 22 +- 14 files changed, 382 insertions(+), 382 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 15:22:03 UTC (rev 196674) +++ PKGBUILD2013-10-16 15:22:15 UTC (rev 196675) @@ -1,229 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Ronald van Haren - -pkgbase=calligra -pkgname=('calligra-braindump' - 'calligra-extras' - 'calligra-filters' - 'calligra-flow' - 'calligra-handbook' - 'calligra-karbon' - 'calligra-kexi' - 'calligra-krita' - 'calligra-libs' - 'calligra-plan' - 'calligra-plugins' - 'calligra-sheets' - 'calligra-stage' - 'calligra-words') -pkgver=2.7.3 -pkgrel=2 -arch=('i686' 'x86_64') -url='http://www.calligra-suite.org/' -license=('FDL1.2' 'GPL2' 'LGPL') -makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble' - 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio' - 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw' - 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc') -groups=('calligra') -source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('35165d00f38eba5de575662cafe3bf0f') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_active=OFF - make -} - -package_calligra-filters() { - pkgdesc="Filters for the Calligra office suite" - optdepends=('libwpg: Corel WordPerfect Graphics image importer' - 'libwps: Microsoft Works file word processor format import') - conflicts=('koffice-filters') - replaces=('koffice-filters') - install=calligra-filters.install - - cd "${srcdir}"/build/filters - make DESTDIR="${pkgdir}" install -} - -package_calligra-lib
[arch-commits] Commit in calligra/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:20:43 Author: andrea Revision: 196673 upgpkg: calligra 2.7.4-1 Upstream release Modified: calligra/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:13:03 UTC (rev 196672) +++ PKGBUILD2013-10-16 15:20:43 UTC (rev 196673) @@ -17,8 +17,8 @@ 'calligra-sheets' 'calligra-stage' 'calligra-words') -pkgver=2.7.3 -pkgrel=2 +pkgver=2.7.4 +pkgrel=1 arch=('i686' 'x86_64') url='http://www.calligra-suite.org/' license=('FDL1.2' 'GPL2' 'LGPL') @@ -28,7 +28,7 @@ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc') groups=('calligra') source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('35165d00f38eba5de575662cafe3bf0f') +md5sums=('0a9368b4a134eaf7c9834d21097e5016') prepare() { mkdir build
[arch-commits] Commit in dwdiff/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:19:14 Author: bpiotrowski Revision: 98661 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: dwdiff/repos/community-staging-i686/ dwdiff/repos/community-staging-i686/PKGBUILD (from rev 98660, dwdiff/trunk/PKGBUILD) dwdiff/repos/community-staging-x86_64/ dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 98660, dwdiff/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 24 community-staging-x86_64/PKGBUILD | 24 2 files changed, 48 insertions(+) Copied: dwdiff/repos/community-staging-i686/PKGBUILD (from rev 98660, dwdiff/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2013-10-16 15:19:14 UTC (rev 98661) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=dwdiff +pkgver=2.0.4 +pkgrel=5 +pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" +arch=('i686' 'x86_64') +url="http://os.ghalkes.nl/dwdiff.html"; +depends=('diffutils' 'icu') +license=('GPL') +source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";) +md5sums=('1bb69cbfb76583f69c6912f925fc4cec') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --without-dwfilter + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make prefix="$pkgdir"/usr install +} Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 98660, dwdiff/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2013-10-16 15:19:14 UTC (rev 98661) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Sergej Pupykin + +pkgname=dwdiff +pkgver=2.0.4 +pkgrel=5 +pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" +arch=('i686' 'x86_64') +url="http://os.ghalkes.nl/dwdiff.html"; +depends=('diffutils' 'icu') +license=('GPL') +source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz";) +md5sums=('1bb69cbfb76583f69c6912f925fc4cec') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --without-dwfilter + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make prefix="$pkgdir"/usr install +}
[arch-commits] Commit in dwdiff/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:18:55 Author: bpiotrowski Revision: 98660 upgpkg: dwdiff 2.0.4-5 - rebuild against icu 52.1 Modified: dwdiff/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:07:28 UTC (rev 98659) +++ PKGBUILD2013-10-16 15:18:55 UTC (rev 98660) @@ -3,7 +3,7 @@ pkgname=dwdiff pkgver=2.0.4 -pkgrel=4 +pkgrel=5 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" arch=('i686' 'x86_64') url="http://os.ghalkes.nl/dwdiff.html"; @@ -14,7 +14,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --without-dwfilter make }
[arch-commits] Commit in sip/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:13:03 Author: andrea Revision: 196672 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sip/repos/extra-i686/PKGBUILD (from rev 196671, sip/trunk/PKGBUILD) sip/repos/extra-x86_64/PKGBUILD (from rev 196671, sip/trunk/PKGBUILD) Deleted: sip/repos/extra-i686/PKGBUILD sip/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 128 extra-i686/PKGBUILD | 64 extra-x86_64/PKGBUILD | 64 3 files changed, 128 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 15:12:56 UTC (rev 196671) +++ extra-i686/PKGBUILD 2013-10-16 15:13:03 UTC (rev 196672) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Douglas Soares de Andrade -# Contributor: riai , Ben - -pkgbase=sip -pkgname=('sip' 'python-sip' 'python2-sip') -pkgver=4.15.2 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://www.riverbankcomputing.com/software/sip/intro' -license=('custom:"sip"') -makedepends=('python' 'python2') -source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) -md5sums=('52abe824ca7f530a5643abfa3ee715d7') - -build() { - cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver} - - cd ${pkgbase}-${pkgver} - python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" - make - - ### Python2 version ### - cd ../python2-${pkgbase}-${pkgver} - python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" - make -} - -package_sip() { - pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" - depends=('glibc') - - cd ${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C sipgen - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python-sip() { - pkgdesc="Python 3.x SIP bindings for C and C++ libraries" - depends=('sip' 'python') - - cd ${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C siplib - - install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py - install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -package_python2-sip() { - pkgdesc="Python 2.x SIP bindings for C and C++ libraries" - depends=('sip' 'python2') - - cd python2-${pkgbase}-${pkgver} - make DESTDIR="${pkgdir}" install -C siplib - - install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py - install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: sip/repos/extra-i686/PKGBUILD (from rev 196671, sip/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 15:13:03 UTC (rev 196672) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Douglas Soares de Andrade +# Contributor: riai , Ben + +pkgbase=sip +pkgname=('sip' 'python-sip' 'python2-sip') +pkgver=4.15.3 +pkgrel=1 +arch=('i686' 'x86_64') +url='http://www.riverbankcomputing.com/software/sip/intro' +license=('custom:"sip"') +makedepends=('python' 'python2') +source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) +md5sums=('f04015ff2482f626f1ae14f0561a9602') + +build() { + cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver} + + cd ${pkgbase}-${pkgver} + python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + make + + ### Python2 version ### + cd ../python2-${pkgbase}-${pkgver} + python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + make +} + +package_sip() { + pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" + depends=('glibc') + + cd ${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C sipgen + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python-sip() { + pkgdesc="Python 3.x SIP bindings for C and C++ libraries" + depends=('sip' 'python') + + cd ${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C siplib + + install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipconfig.py + install -Dm644 sipdistutils.py "${pkgdir}"/usr/lib/python3.3/site-packages/sipdistutils.py + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} + +package_python2-sip() { + pkgdesc="Python 2.x SIP bindings for C and C++ libraries" + depends=('sip' 'python2') + + cd python2-${pkgbase}-${pkgver} + make DESTDIR="${pkgdir}" install -C siplib + + install -Dm644 sipconfig.py "${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py + install -Dm644 sipdistutils.py "${pkgdir}"/us
[arch-commits] Commit in sip/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:12:56 Author: andrea Revision: 196671 upgpkg: sip 4.15.3-1 Upstream release Modified: sip/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:11:21 UTC (rev 196670) +++ PKGBUILD2013-10-16 15:12:56 UTC (rev 196671) @@ -5,7 +5,7 @@ pkgbase=sip pkgname=('sip' 'python-sip' 'python2-sip') -pkgver=4.15.2 +pkgver=4.15.3 pkgrel=1 arch=('i686' 'x86_64') url='http://www.riverbankcomputing.com/software/sip/intro' @@ -12,7 +12,7 @@ license=('custom:"sip"') makedepends=('python' 'python2') source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";) -md5sums=('52abe824ca7f530a5643abfa3ee715d7') +md5sums=('f04015ff2482f626f1ae14f0561a9602') build() { cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:11:13 Author: andrea Revision: 196669 upgpkg: kdeplasma-applets-plasma-nm 0.9.3.1-2 Bump version and release Modified: kdeplasma-applets-plasma-nm/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:08:05 UTC (rev 196668) +++ PKGBUILD2013-10-16 15:11:13 UTC (rev 196669) @@ -4,7 +4,7 @@ pkgname=kdeplasma-applets-plasma-nm pkgver=0.9.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Plasma applet written in QML for managing network connections" arch=('i686' 'x86_64') url="https://projects.kde.org/projects/playground/network/plasma-nm";
[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (4 files)
Date: Wednesday, October 16, 2013 @ 17:11:21 Author: andrea Revision: 196670 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD (from rev 196669, kdeplasma-applets-plasma-nm/trunk/PKGBUILD) kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 196669, kdeplasma-applets-plasma-nm/trunk/PKGBUILD) Deleted: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 34 --- extra-x86_64/PKGBUILD | 34 --- 3 files changed, 70 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-16 15:11:13 UTC (rev 196669) +++ extra-i686/PKGBUILD 2013-10-16 15:11:21 UTC (rev 196670) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Antonio Rojas < nqn1976 @ gmail.com > - -pkgname=kdeplasma-applets-plasma-nm -pkgver=0.9.3.1 -pkgrel=1 -pkgdesc="Plasma applet written in QML for managing network connections" -arch=('i686' 'x86_64') -url="https://projects.kde.org/projects/playground/network/plasma-nm"; -license=('GPL') -depends=('kdebase-workspace' 'libnm-qt') -makedepends=('cmake' 'automoc4' 'openconnect') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -source=("http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz";) -md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../plasma-nm-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD (from rev 196669, kdeplasma-applets-plasma-nm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-16 15:11:21 UTC (rev 196670) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Antonio Rojas < nqn1976 @ gmail.com > + +pkgname=kdeplasma-applets-plasma-nm +pkgver=0.9.3.1 +pkgrel=2 +pkgdesc="Plasma applet written in QML for managing network connections" +arch=('i686' 'x86_64') +url="https://projects.kde.org/projects/playground/network/plasma-nm"; +license=('GPL') +depends=('kdebase-workspace' 'libnm-qt') +makedepends=('cmake' 'automoc4' 'openconnect') +optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' +'openconnect: Cisco AnyConnect VPN plugin') +conflicts=('kdeplasma-applets-networkmanagement') +source=("http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz";) +md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../plasma-nm-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-10-16 15:11:13 UTC (rev 196669) +++ extra-x86_64/PKGBUILD 2013-10-16 15:11:21 UTC (rev 196670) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Antonio Rojas < nqn1976 @ gmail.com > - -pkgname=kdeplasma-applets-plasma-nm -pkgver=0.9.3.1 -pkgrel=1 -pkgdesc="Plasma applet written in QML for managing network connections" -arch=('i686' 'x86_64') -url="https://projects.kde.org/projects/playground/network/plasma-nm"; -license=('GPL') -depends=('kdebase-workspace' 'libnm-qt') -makedepends=('cmake' 'automoc4' 'openconnect') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -source=("http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz";) -md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../plasma-nm-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 196669, kdeplasma-applets-plasma-nm/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-16 15:11:21 UTC (rev 196670) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Antonio Rojas < nqn1976 @ gmail.com > + +pkgname=kdeplasma-applets-plasma-nm +pkgver=0.9.3.1 +p
[arch-commits] Commit in cgminer/repos (8 files)
Date: Wednesday, October 16, 2013 @ 16:06:09 Author: fyan Revision: 98656 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: cgminer/repos/community-testing-i686/ cgminer/repos/community-testing-i686/PKGBUILD (from rev 98655, cgminer/trunk/PKGBUILD) cgminer/repos/community-testing-i686/cgminer.conf.d (from rev 98655, cgminer/trunk/cgminer.conf.d) cgminer/repos/community-testing-i686/cgminer.service (from rev 98655, cgminer/trunk/cgminer.service) cgminer/repos/community-testing-x86_64/ cgminer/repos/community-testing-x86_64/PKGBUILD (from rev 98655, cgminer/trunk/PKGBUILD) cgminer/repos/community-testing-x86_64/cgminer.conf.d (from rev 98655, cgminer/trunk/cgminer.conf.d) cgminer/repos/community-testing-x86_64/cgminer.service (from rev 98655, cgminer/trunk/cgminer.service) --+ community-testing-i686/PKGBUILD | 78 + community-testing-i686/cgminer.conf.d| 11 community-testing-i686/cgminer.service |8 ++ community-testing-x86_64/PKGBUILD| 78 + community-testing-x86_64/cgminer.conf.d | 11 community-testing-x86_64/cgminer.service |8 ++ 6 files changed, 194 insertions(+) Copied: cgminer/repos/community-testing-i686/PKGBUILD (from rev 98655, cgminer/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2013-10-16 14:06:09 UTC (rev 98656) @@ -0,0 +1,78 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: monson +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: David Manouchehri + +pkgname=cgminer +pkgver=3.6.2 +pkgrel=1 +pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins" +url='http://forum.bitcoin.org/index.php?topic=28402.0' +license=('GPL3') +arch=('i686' 'x86_64') +depends=('curl' 'libcl' 'libusbx' 'jansson') +makedepends=('opencl-headers') +optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA') +# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst currently dropped from repo +source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2"; +"$pkgname.conf.d" +"$pkgname.service") +backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf") + +[ "$CARCH" == "x86_64" ] && makedepends+=('yasm') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + # We have latest jansson and libusb - just use them + sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure + sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure + sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure + sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure + sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure + sed 's|compat/Makefile ||' -i ./configure + + sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i ./Makefile.in + sed 's|USBUTILS_INCLUDES = -I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in + sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in + + rm -r compat + + # Here you may want to use custom CFLAGS + #export CFLAGS="-O2 -march=native -mtune=native -msse2" + + ./configure \ +--prefix=/usr \ +--enable-scrypt \ +--enable-opencl \ +--enable-bflsc \ +--enable-bitforce \ +--enable-icarus \ +--enable-modminer \ +--enable-ztex \ +--enable-avalon \ +--enable-klondike \ +--enable-bitfury \ +--disable-adl # For license issues + + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + install -d "$pkgdir/usr/share/$pkgname" + install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname" + + install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service + install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname + sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf + install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf +} + +sha512sums=('50aad2956f7561b457968511d2ec9db02abdaffd3ad0f7fde9697a33cc1f4879073ef3a67f7646a80066bd69754828d01e5a0fd7cd60a0836268fca06d8becf5' + '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41' + '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f') Copied: cgminer/repos/community-testing-i686/cgminer.conf.d (from rev 98655, cgminer/trunk/cgminer.conf.d) === --- community-testing-i686/cgminer
[arch-commits] Commit in cgminer/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 16:04:53 Author: fyan Revision: 98655 upgpkg: cgminer 3.6.2-1 Modified: cgminer/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 13:45:23 UTC (rev 98654) +++ PKGBUILD2013-10-16 14:04:53 UTC (rev 98655) @@ -5,7 +5,7 @@ # Contributor: David Manouchehri pkgname=cgminer -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=1 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins" url='http://forum.bitcoin.org/index.php?topic=28402.0' @@ -26,13 +26,14 @@ cd "$srcdir/$pkgname-$pkgver" # We have latest jansson and libusb - just use them - sed "s|ac_subdirs_all='compat/libusb\-1.0'||" -i ./configure + sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure + sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure - sed 's|JANSSON_LIBS="compat/jansson/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure - sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure + sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure + sed 's|compat/Makefile ||' -i ./configure - sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in + sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i ./Makefile.in sed 's|USBUTILS_INCLUDES = -I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in @@ -72,6 +73,6 @@ install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf } -sha512sums=('53df3f3899d00c7bbaca1528c55e5c8c2ddb00bf9da8af23b6b4a1f05bfe0100ac4f5381ff084b7a00d69ee795f8edceddb6c89a6d354dc5e26dc0a865f09890' +sha512sums=('50aad2956f7561b457968511d2ec9db02abdaffd3ad0f7fde9697a33cc1f4879073ef3a67f7646a80066bd69754828d01e5a0fd7cd60a0836268fca06d8becf5' '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41' '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')
[arch-commits] Commit in r8168/repos (10 files)
Date: Wednesday, October 16, 2013 @ 15:45:23 Author: mtorromeo Revision: 98654 archrelease: copy trunk to community-i686, community-x86_64 Added: r8168/repos/community-i686/PKGBUILD (from rev 98653, r8168/trunk/PKGBUILD) r8168/repos/community-i686/r8168.install (from rev 98653, r8168/trunk/r8168.install) r8168/repos/community-x86_64/PKGBUILD (from rev 98653, r8168/trunk/PKGBUILD) r8168/repos/community-x86_64/r8168.install (from rev 98653, r8168/trunk/r8168.install) Deleted: r8168/repos/community-i686/PKGBUILD r8168/repos/community-i686/linux-3.10.patch r8168/repos/community-i686/r8168.install r8168/repos/community-x86_64/PKGBUILD r8168/repos/community-x86_64/linux-3.10.patch r8168/repos/community-x86_64/r8168.install ---+ /PKGBUILD | 90 /r8168.install| 34 + community-i686/PKGBUILD | 51 community-i686/linux-3.10.patch | 59 --- community-i686/r8168.install | 17 -- community-x86_64/PKGBUILD | 51 community-x86_64/linux-3.10.patch | 59 --- community-x86_64/r8168.install| 17 -- 8 files changed, 124 insertions(+), 254 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-10-16 13:42:23 UTC (rev 98653) +++ community-i686/PKGBUILD 2013-10-16 13:45:23 UTC (rev 98654) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo -# Contributor: Bob Fanger < bfanger(at)gmail > -# Contributor: Filip , Det < nimetonmaili(at)gmail > - -pkgname=r8168 -pkgver=8.036.00 -pkgrel=14 -pkgdesc="A kernel module for Realtek 8168 network cards" -url="http://www.realtek.com.tw"; -license=("GPL") -arch=('i686' 'x86_64') -depends=('glibc' 'linux') -makedepends=('linux-headers') -source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 linux-3.10.patch) -install=$pkgname.install - -prepare() { - cd "$pkgname-$pkgver" - patch -p0 -i "$srcdir/linux-3.10.patch" -} - -build() { - _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) - KERNEL_RELEASE=$(cat /usr/lib/modules/extramodules-3.$_kernver-ARCH/version) - - cd "$pkgname-$pkgver" - - # avoid using the Makefile directly -- it doesn't understand - # any kernel but the current. - make -C /usr/lib/modules/$KERNEL_RELEASE/build \ - SUBDIRS="$srcdir/$pkgname-$pkgver/src" \ - EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ - modules -} - -package() { - _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) - depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)") - KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-3.$_kernver-ARCH/version) - msg "Kernel = $KERNEL_VERSION" - - cd "$pkgname-$pkgver" - install -Dm644 src/$pkgname.ko "$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko" - find "$pkgdir" -name '*.ko' -exec gzip -9 {} + - - sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" "$startdir/$pkgname.install" -} - -sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33' -'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87') Copied: r8168/repos/community-i686/PKGBUILD (from rev 98653, r8168/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-16 13:45:23 UTC (rev 98654) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contributor: Bob Fanger < bfanger(at)gmail > +# Contributor: Filip , Det < nimetonmaili(at)gmail > + +pkgname=r8168 +pkgver=8.037.00 +pkgrel=1 +pkgdesc="A kernel module for Realtek 8168 network cards" +url="http://www.realtek.com.tw"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('glibc' 'linux') +makedepends=('linux-headers') +source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2) +install=$pkgname.install + +build() { + _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) + KERNEL_RELEASE=$(cat /usr/lib/modules/extramodules-3.$_kernver-ARCH/version) + + cd "$pkgname-$pkgver" + + # avoid using the Makefile directly -- it doesn't understand + # any kernel but the current. + make -C /usr/lib/modules/$KERNEL_RELEASE/build \ + SUBDIRS="$srcdir/$pkgname-$pkgver/src" \ + EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ + modules +} + +package() { + _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) + depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)") + KERNEL_VERSI
[arch-commits] Commit in r8168/trunk (linux-3.10.patch)
Date: Wednesday, October 16, 2013 @ 15:42:23 Author: mtorromeo Revision: 98653 upgpkg: r8168 8.037.00-1 Removed unused linux patch Deleted: r8168/trunk/linux-3.10.patch --+ linux-3.10.patch | 59 - 1 file changed, 59 deletions(-) Deleted: linux-3.10.patch === --- linux-3.10.patch2013-10-16 13:31:16 UTC (rev 98652) +++ linux-3.10.patch2013-10-16 13:42:23 UTC (rev 98653) @@ -1,59 +0,0 @@ src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200 -+++ src/r8168_n.c 2013-07-02 14:24:25.302573010 +0200 -@@ -52,6 +52,10 @@ - #include - #include - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) -+#include -+#endif -+ - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) - #include - #endif -@@ -2232,6 +2236,9 @@ -swab16(opts2 & 0x)); - ret = 0; - } -+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) -+ if (opts2 & RxVlanTag) -+ __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0x)); - #else - if (opts2 & RxVlanTag) - __vlan_hwaccel_put_tag(skb, swab16(opts2 & 0x)); -@@ -2295,7 +2302,11 @@ - else - tp->cp_cmd &= ~RxChkSum; - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) -+ if (dev->features & NETIF_F_HW_VLAN_CTAG_RX) -+#else - if (dev->features & NETIF_F_HW_VLAN_RX) -+#endif - tp->cp_cmd |= RxVlan; - else - tp->cp_cmd &= ~RxVlan; -@@ -16195,7 +16206,11 @@ - - #ifdef CONFIG_R8168_VLAN - if (tp->mcfg != CFG_METHOD_DEFAULT) { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) -+ dev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; -+#else - dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; -+#endif - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) - dev->vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid; - #endif //LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) -@@ -16210,7 +16225,11 @@ - #else - dev->features |= NETIF_F_RXCSUM; - dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0) -+ NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; -+#else -NETIF_F_RXCSUM | NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; -+#endif - dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | - NETIF_F_HIGHDMA; - #endif
[arch-commits] Commit in r8168/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 15:31:16 Author: mtorromeo Revision: 98652 upgpkg: r8168 8.037.00-1 Updated to version 8.037.00 Modified: r8168/trunk/PKGBUILD --+ PKGBUILD | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 13:19:05 UTC (rev 98651) +++ PKGBUILD2013-10-16 13:31:16 UTC (rev 98652) @@ -4,8 +4,8 @@ # Contributor: Filip , Det < nimetonmaili(at)gmail > pkgname=r8168 -pkgver=8.036.00 -pkgrel=14 +pkgver=8.037.00 +pkgrel=1 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw"; license=("GPL") @@ -12,14 +12,9 @@ arch=('i686' 'x86_64') depends=('glibc' 'linux') makedepends=('linux-headers') -source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 linux-3.10.patch) +source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2) install=$pkgname.install -prepare() { - cd "$pkgname-$pkgver" - patch -p0 -i "$srcdir/linux-3.10.patch" -} - build() { _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -) KERNEL_RELEASE=$(cat /usr/lib/modules/extramodules-3.$_kernver-ARCH/version) @@ -47,5 +42,4 @@ sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" "$startdir/$pkgname.install" } -sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33' -'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87') +sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')
[arch-commits] Commit in lessc (3 files)
Date: Wednesday, October 16, 2013 @ 15:19:05 Author: mtorromeo Revision: 98651 archrelease: copy trunk to community-any Added: lessc/repos/ lessc/repos/community-any/ lessc/repos/community-any/PKGBUILD (from rev 98650, lessc/trunk/PKGBUILD) --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Copied: lessc/repos/community-any/PKGBUILD (from rev 98650, lessc/trunk/PKGBUILD) === --- repos/community-any/PKGBUILD(rev 0) +++ repos/community-any/PKGBUILD2013-10-16 13:19:05 UTC (rev 98651) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=lessc +pkgver=1.4.2 +pkgrel=1 +pkgdesc="A standalone compiler for the LESS CSS language." +arch=('any') +url="http://lesscss.org/"; +license=('Apache') +depends=('nodejs') +source=($pkgname-$pkgver.tar.gz::https://github.com/cloudhead/less.js/archive/v$pkgver.tar.gz) + +build() { + cd "$srcdir/less.js-$pkgver" + make less +} + +package() { + cd "$srcdir/less.js-$pkgver" + install -d "$pkgdir/usr/lib/node" + install -d "$pkgdir/usr/bin" + cp -r lib/less "$pkgdir/usr/lib/node/less" + ln -s "node/less" "$pkgdir/usr/lib/less" + install -Dm755 "bin/lessc" "$pkgdir/usr/bin/lessc" +} + +sha256sums=('da1dc5a08bcc9d110a50b0e4d8b6d220fc039ff82665569acf9269842f7523bb')
[arch-commits] Commit in (lessc lessc/trunk lessc/trunk/PKGBUILD)
Date: Wednesday, October 16, 2013 @ 15:16:59 Author: mtorromeo Revision: 98650 Add lessc package Added: lessc/ lessc/trunk/ lessc/trunk/PKGBUILD --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Added: lessc/trunk/PKGBUILD === --- lessc/trunk/PKGBUILD(rev 0) +++ lessc/trunk/PKGBUILD2013-10-16 13:16:59 UTC (rev 98650) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=lessc +pkgver=1.4.2 +pkgrel=1 +pkgdesc="A standalone compiler for the LESS CSS language." +arch=('any') +url="http://lesscss.org/"; +license=('Apache') +depends=('nodejs') +source=($pkgname-$pkgver.tar.gz::https://github.com/cloudhead/less.js/archive/v$pkgver.tar.gz) + +build() { + cd "$srcdir/less.js-$pkgver" + make less +} + +package() { + cd "$srcdir/less.js-$pkgver" + install -d "$pkgdir/usr/lib/node" + install -d "$pkgdir/usr/bin" + cp -r lib/less "$pkgdir/usr/lib/node/less" + ln -s "node/less" "$pkgdir/usr/lib/less" + install -Dm755 "bin/lessc" "$pkgdir/usr/bin/lessc" +} + +sha256sums=('da1dc5a08bcc9d110a50b0e4d8b6d220fc039ff82665569acf9269842f7523bb') Property changes on: lessc/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in percona-server/repos (28 files)
Date: Wednesday, October 16, 2013 @ 14:59:04 Author: mtorromeo Revision: 98649 archrelease: copy trunk to community-i686, community-x86_64 Added: percona-server/repos/community-i686/PKGBUILD (from rev 98648, percona-server/trunk/PKGBUILD) percona-server/repos/community-i686/mysql56-bison3.patch (from rev 98648, percona-server/trunk/mysql56-bison3.patch) percona-server/repos/community-i686/mysql56-bufsize.patch (from rev 98648, percona-server/trunk/mysql56-bufsize.patch) percona-server/repos/community-i686/mysqld-post.sh (from rev 98648, percona-server/trunk/mysqld-post.sh) percona-server/repos/community-i686/mysqld-tmpfile.conf (from rev 98648, percona-server/trunk/mysqld-tmpfile.conf) percona-server/repos/community-i686/mysqld.service (from rev 98648, percona-server/trunk/mysqld.service) percona-server/repos/community-i686/percona.install (from rev 98648, percona-server/trunk/percona.install) percona-server/repos/community-x86_64/PKGBUILD (from rev 98648, percona-server/trunk/PKGBUILD) percona-server/repos/community-x86_64/mysql56-bison3.patch (from rev 98648, percona-server/trunk/mysql56-bison3.patch) percona-server/repos/community-x86_64/mysql56-bufsize.patch (from rev 98648, percona-server/trunk/mysql56-bufsize.patch) percona-server/repos/community-x86_64/mysqld-post.sh (from rev 98648, percona-server/trunk/mysqld-post.sh) percona-server/repos/community-x86_64/mysqld-tmpfile.conf (from rev 98648, percona-server/trunk/mysqld-tmpfile.conf) percona-server/repos/community-x86_64/mysqld.service (from rev 98648, percona-server/trunk/mysqld.service) percona-server/repos/community-x86_64/percona.install (from rev 98648, percona-server/trunk/percona.install) Deleted: percona-server/repos/community-i686/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch percona-server/repos/community-i686/PKGBUILD percona-server/repos/community-i686/my.cnf 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/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch percona-server/repos/community-x86_64/PKGBUILD percona-server/repos/community-x86_64/my.cnf 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 | 220 /mysqld-post.sh | 16 /mysqld-tmpfile.conf| 2 /mysqld.service | 32 /percona.install| 74 community-i686/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch | 3539 - community-i686/PKGBUILD | 108 community-i686/my.cnf | 145 community-i686/mysql56-bison3.patch | 3893 ++ 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 | 37 community-x86_64/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch | 3539 - community-x86_64/PKGBUILD | 108 community-x86_64/my.cnf | 145 community-x86_64/mysql56-bison3.patch | 3893 ++ 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| 37 23 files changed, 8170 insertions(+), 7708 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 98648:98649 to see the changes.
[arch-commits] Commit in percona-server/trunk (6 files)
Date: Wednesday, October 16, 2013 @ 14:53:21 Author: mtorromeo Revision: 98648 upgpkg: percona-server 5.6.13_rel61.0-1 Updated to new major version 5.6.13_rel61.0 Added: percona-server/trunk/mysql56-bison3.patch percona-server/trunk/mysql56-bufsize.patch Modified: percona-server/trunk/PKGBUILD percona-server/trunk/percona.install Deleted: percona-server/trunk/0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch percona-server/trunk/my.cnf + 0001-MDEV-4902-sql_yacc.yy-incompatible-with-bison-3.patch | 3539 - PKGBUILD | 26 my.cnf | 145 mysql56-bison3.patch | 3893 +++ mysql56-bufsize.patch | 20 percona.install|4 6 files changed, 3929 insertions(+), 3698 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 98647:98648 to see the changes.
[arch-commits] Commit in paintown/trunk (PKGBUILD paintown.desktop paintown.png)
Date: Wednesday, October 16, 2013 @ 13:40:27 Author: svenstaro Revision: 98647 Remove .desktop file Modified: paintown/trunk/PKGBUILD Deleted: paintown/trunk/paintown.desktop paintown/trunk/paintown.png --+ PKGBUILD |8 paintown.desktop | 10 -- 2 files changed, 4 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 11:29:54 UTC (rev 98646) +++ PKGBUILD2013-10-16 11:40:27 UTC (rev 98647) @@ -41,10 +41,10 @@ sh install.sh -d $pkgdir/usr/share/paintown -b $pkgdir/usr/bin # correct the gnerated file to remove the wrong path (because $pkgdir/usr/bin is written in the file) sed -i "s#$pkgdir##g" $pkgdir/usr/bin/paintown - install -m644 $srcdir/paintown.desktop $pkgdir/usr/share/applications/paintown.desktop - install -m644 $srcdir/paintown.png $pkgdir/usr/share/pixmaps/paintown.png - install -m644 LICENSE $pkgdir/usr/share/licenses/paintown/LICENSE - install -m644 LEGAL $pkgdir/usr/share/licenses/paintown/LEGAL + install -m644 misc/paintown.desktop $pkgdir/usr/share/applications/paintown.desktop + install -m644 misc/logo-256x256.png $pkgdir/usr/share/pixmaps/paintown.png + install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + install -m644 LEGAL $pkgdir/usr/share/licenses/$pkgname/LEGAL } # vim:set ts=2 sw=2 et: Deleted: paintown.desktop === --- paintown.desktop2013-10-16 11:29:54 UTC (rev 98646) +++ paintown.desktop2013-10-16 11:40:27 UTC (rev 98647) @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=Paintown -Comment=Open source fighting game in the same genre as Streets of Rage and Teenage Mutant Ninja Turtles -Exec=paintown -Icon=paintown -Terminal=false -StartupNotify=false -Categories=Application;Game;ArcadeGame; Deleted: paintown.png === (Binary files differ)
[arch-commits] Commit in tiled-qt/trunk (tiled.desktop)
Date: Wednesday, October 16, 2013 @ 13:29:54 Author: svenstaro Revision: 98646 Remove .desktop file Deleted: tiled-qt/trunk/tiled.desktop ---+ tiled.desktop | 10 -- 1 file changed, 10 deletions(-) Deleted: tiled.desktop === --- tiled.desktop 2013-10-16 11:24:43 UTC (rev 98645) +++ tiled.desktop 2013-10-16 11:29:54 UTC (rev 98646) @@ -1,10 +0,0 @@ -#!/usr/bin/env xdg-open -[Desktop Entry] -Name=Tiled -Comment=Edit Video Game Tile Maps -GenericName=Tiled -Exec=tiled -Terminal=false -Type=Application -Icon=tiled-icon -Categories=Application;Qt;Games;Development;
[arch-commits] Commit in glm/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 16, 2013 @ 13:24:43 Author: svenstaro Revision: 98645 archrelease: copy trunk to community-any Added: glm/repos/community-any/PKGBUILD (from rev 98644, glm/trunk/PKGBUILD) Deleted: glm/repos/community-any/PKGBUILD --+ PKGBUILD | 47 +-- 1 file changed, 25 insertions(+), 22 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 11:24:35 UTC (rev 98644) +++ PKGBUILD2013-10-16 11:24:43 UTC (rev 98645) @@ -1,22 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Peter Hatina -pkgname=glm -pkgver=0.9.4.6 -pkgrel=1 -pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification" -arch=('any') -license=('MIT') -url="http://glm.g-truc.net"; -source=("http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip";) -md5sums=('a6867c2f27da0635b80b54efa8617504') - -package() { -cd $pkgname -mkdir -p $pkgdir/usr/include/glm -mkdir -p $pkgdir/usr/share/doc -cp -r glm $pkgdir/usr/include -cp -r doc $pkgdir/usr/share/doc/glm -rm -f $pkgdir/usr/include/glm/CMakeLists.txt -find $pkgdir -type f -exec chmod 644 {} \; -find $pkgdir -type d -exec chmod 755 {} \; -} Copied: glm/repos/community-any/PKGBUILD (from rev 98644, glm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 11:24:43 UTC (rev 98645) @@ -0,0 +1,25 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Peter Hatina +pkgname=glm +pkgver=0.9.4.6 +pkgrel=2 +pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification" +arch=('any') +license=('MIT') +url="http://glm.g-truc.net"; +source=("http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip";) +md5sums=('a6867c2f27da0635b80b54efa8617504') + +package() { +cd $pkgname +mkdir -p $pkgdir/usr/include/glm +mkdir -p $pkgdir/usr/share/doc +cp -r glm $pkgdir/usr/include +cp -r doc $pkgdir/usr/share/doc/glm +rm -f $pkgdir/usr/include/glm/CMakeLists.txt +find $pkgdir -type f -exec chmod 644 {} \; +find $pkgdir -type d -exec chmod 755 {} \; + +install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-2.8/Modules/FindGLM.cmake +install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in glm/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 13:24:35 Author: svenstaro Revision: 98644 upgpkg: glm 0.9.4.6-2 Fix FS#37333 and also install license Modified: glm/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 04:09:11 UTC (rev 98643) +++ PKGBUILD2013-10-16 11:24:35 UTC (rev 98644) @@ -2,7 +2,7 @@ # Contributor: Peter Hatina pkgname=glm pkgver=0.9.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification" arch=('any') license=('MIT') @@ -19,4 +19,7 @@ rm -f $pkgdir/usr/include/glm/CMakeLists.txt find $pkgdir -type f -exec chmod 644 {} \; find $pkgdir -type d -exec chmod 755 {} \; + +install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-2.8/Modules/FindGLM.cmake +install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE }
[arch-commits] Commit in gnome-getting-started-docs/repos/extra-any (2 files)
Date: Wednesday, October 16, 2013 @ 13:20:45 Author: jgc Revision: 196665 archrelease: copy trunk to extra-any Added: gnome-getting-started-docs/repos/extra-any/PKGBUILD (from rev 196664, gnome-getting-started-docs/trunk/PKGBUILD) Deleted: gnome-getting-started-docs/repos/extra-any/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-10-16 11:20:40 UTC (rev 196664) +++ PKGBUILD2013-10-16 11:20:45 UTC (rev 196665) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-getting-started-docs -pkgver=3.10.0.1 -pkgrel=1 -pkgdesc="Help a new user get started in GNOME" -arch=(any) -license=('CCPL:cc-by-sa-3.0') -# gst plugins required to decode help videos -depends=(yelp gst-plugins-base gst-plugins-good) -makedepends=(yelp-tools) -url="http://www.gnome.org"; -groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.10/$pkgname-$pkgver.tar.xz) -sha256sums=('b170295b60f3daaef0b89059e95bb8a031caa10ffa61cc1b3f78a48648f76f6e') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-getting-started-docs/repos/extra-any/PKGBUILD (from rev 196664, gnome-getting-started-docs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-10-16 11:20:45 UTC (rev 196665) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-getting-started-docs +pkgver=3.10.1 +pkgrel=1 +pkgdesc="Help a new user get started in GNOME" +arch=(any) +license=('CCPL:cc-by-sa-3.0') +# gst plugins required to decode help videos +depends=(yelp gst-plugins-base gst-plugins-good) +makedepends=(yelp-tools) +url="http://www.gnome.org"; +groups=(gnome-extra) +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('09a744cbf85c871d2fa032d0cddd38a70ac6f57f3eae180f3c55dc1d58ad4117') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 13:20:40 Author: jgc Revision: 196664 upgpkg: gnome-getting-started-docs 3.10.1-1 Modified: gnome-getting-started-docs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 09:25:32 UTC (rev 196663) +++ PKGBUILD2013-10-16 11:20:40 UTC (rev 196664) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-getting-started-docs -pkgver=3.10.0.1 +pkgver=3.10.1 pkgrel=1 pkgdesc="Help a new user get started in GNOME" arch=(any) @@ -12,8 +12,8 @@ makedepends=(yelp-tools) url="http://www.gnome.org"; groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.10/$pkgname-$pkgver.tar.xz) -sha256sums=('b170295b60f3daaef0b89059e95bb8a031caa10ffa61cc1b3f78a48648f76f6e') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('09a744cbf85c871d2fa032d0cddd38a70ac6f57f3eae180f3c55dc1d58ad4117') build() { cd $pkgname-$pkgver
[arch-commits] Commit in banshee/repos (10 files)
Date: Wednesday, October 16, 2013 @ 11:23:54 Author: jgc Revision: 196662 archrelease: copy trunk to extra-i686, extra-x86_64 Added: banshee/repos/extra-i686/PKGBUILD (from rev 196661, banshee/trunk/PKGBUILD) banshee/repos/extra-i686/banshee.install (from rev 196661, banshee/trunk/banshee.install) banshee/repos/extra-i686/git-fixes.patch (from rev 196661, banshee/trunk/git-fixes.patch) banshee/repos/extra-x86_64/PKGBUILD (from rev 196661, banshee/trunk/PKGBUILD) banshee/repos/extra-x86_64/banshee.install (from rev 196661, banshee/trunk/banshee.install) banshee/repos/extra-x86_64/git-fixes.patch (from rev 196661, banshee/trunk/git-fixes.patch) Deleted: banshee/repos/extra-i686/PKGBUILD banshee/repos/extra-i686/banshee.install banshee/repos/extra-x86_64/PKGBUILD banshee/repos/extra-x86_64/banshee.install --+ /PKGBUILD| 106 /banshee.install | 30 extra-i686/PKGBUILD | 45 extra-i686/banshee.install | 15 extra-i686/git-fixes.patch | 8347 + extra-x86_64/PKGBUILD| 45 extra-x86_64/banshee.install | 15 extra-x86_64/git-fixes.patch | 8347 + 8 files changed, 16830 insertions(+), 120 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196661:196662 to see the changes.
[arch-commits] Commit in banshee/trunk (PKGBUILD banshee.install git-fixes.patch)
Date: Wednesday, October 16, 2013 @ 11:23:47 Author: jgc Revision: 196661 upgpkg: banshee 2.6.1-2 Add fixes from 2.6 branch Rebuild with .NET 4.0 profile Closes: FS#34150, FS#34530, FS#37228 Added: banshee/trunk/git-fixes.patch Modified: banshee/trunk/PKGBUILD banshee/trunk/banshee.install -+ PKGBUILD| 20 banshee.install |2 git-fixes.patch | 8347 ++ 3 files changed, 8362 insertions(+), 7 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196660:196661 to see the changes.
[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 09:27:42 Author: andrea Revision: 196660 Add conflicts Modified: kdeplasma-applets-plasma-nm/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2013-10-16 04:16:15 UTC (rev 196659) +++ PKGBUILD2013-10-16 07:27:42 UTC (rev 196660) @@ -13,6 +13,7 @@ makedepends=('cmake' 'automoc4' 'openconnect') optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' 'openconnect: Cisco AnyConnect VPN plugin') +conflicts=('kdeplasma-applets-networkmanagement') source=("http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz";) md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f')