[arch-commits] Commit in python-amqp/repos (community-any community-any/PKGBUILD)
Date: Monday, August 18, 2014 @ 08:32:02 Author: fyan Revision: 117497 archrelease: copy trunk to community-any Added: python-amqp/repos/community-any/ python-amqp/repos/community-any/PKGBUILD (from rev 117496, python-amqp/trunk/PKGBUILD) --+ PKGBUILD | 36 1 file changed, 36 insertions(+) Copied: python-amqp/repos/community-any/PKGBUILD (from rev 117496, python-amqp/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2014-08-18 06:32:02 UTC (rev 117497) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: mutantmonkey + +pkgbase=python-amqp +pkgname=('python-amqp' 'python2-amqp') +pkgver=1.4.5 +pkgrel=2 +pkgdesc="Low-level AMQP client for Python (fork of amqplib)" +arch=('any') +url="http://github.com/celery/py-amqp"; +license=('LGPL') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +options=(!emptydirs) +source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a py-amqp{,-py2} +} + +package_python-amqp() { + depends=('python') + + cd "$srcdir/py-amqp" + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-amqp() { + depends=('python2') + + cd "$srcdir/py-amqp-py2" + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Monday, August 18, 2014 @ 08:29:51 Author: fyan Revision: 117496 addpkg: python-amqp 1.4.5-2 Added: python-amqp/ python-amqp/repos/ python-amqp/trunk/ python-amqp/trunk/PKGBUILD --+ PKGBUILD | 36 1 file changed, 36 insertions(+) Added: python-amqp/trunk/PKGBUILD === --- python-amqp/trunk/PKGBUILD (rev 0) +++ python-amqp/trunk/PKGBUILD 2014-08-18 06:29:51 UTC (rev 117496) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: mutantmonkey + +pkgbase=python-amqp +pkgname=('python-amqp' 'python2-amqp') +pkgver=1.4.5 +pkgrel=2 +pkgdesc="Low-level AMQP client for Python (fork of amqplib)" +arch=('any') +url="http://github.com/celery/py-amqp"; +license=('LGPL') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +options=(!emptydirs) +source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a py-amqp{,-py2} +} + +package_python-amqp() { + depends=('python') + + cd "$srcdir/py-amqp" + python setup.py install --root="$pkgdir/" --optimize=1 +} + +package_python2-amqp() { + depends=('python2') + + cd "$srcdir/py-amqp-py2" + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et: Property changes on: python-amqp/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in vim/repos (20 files)
Date: Monday, August 18, 2014 @ 06:17:33 Author: td123 Revision: 220180 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vim/repos/testing-i686/PKGBUILD (from rev 220179, vim/trunk/PKGBUILD) vim/repos/testing-i686/archlinux.vim (from rev 220179, vim/trunk/archlinux.vim) vim/repos/testing-i686/gvim.desktop (from rev 220179, vim/trunk/gvim.desktop) vim/repos/testing-i686/gvim.install (from rev 220179, vim/trunk/gvim.install) vim/repos/testing-i686/vimrc (from rev 220179, vim/trunk/vimrc) vim/repos/testing-x86_64/PKGBUILD (from rev 220179, vim/trunk/PKGBUILD) vim/repos/testing-x86_64/archlinux.vim (from rev 220179, vim/trunk/archlinux.vim) vim/repos/testing-x86_64/gvim.desktop (from rev 220179, vim/trunk/gvim.desktop) vim/repos/testing-x86_64/gvim.install (from rev 220179, vim/trunk/gvim.install) vim/repos/testing-x86_64/vimrc (from rev 220179, vim/trunk/vimrc) Deleted: vim/repos/testing-i686/PKGBUILD vim/repos/testing-i686/archlinux.vim vim/repos/testing-i686/gvim.desktop vim/repos/testing-i686/gvim.install vim/repos/testing-i686/vimrc vim/repos/testing-x86_64/PKGBUILD vim/repos/testing-x86_64/archlinux.vim vim/repos/testing-x86_64/gvim.desktop vim/repos/testing-x86_64/gvim.install vim/repos/testing-x86_64/vimrc --+ /PKGBUILD| 758 + /archlinux.vim | 50 ++ /gvim.desktop| 126 ++ /gvim.install| 30 + /vimrc | 32 + testing-i686/PKGBUILD| 379 testing-i686/archlinux.vim | 25 - testing-i686/gvim.desktop| 63 --- testing-i686/gvim.install| 15 testing-i686/vimrc | 16 testing-x86_64/PKGBUILD | 379 testing-x86_64/archlinux.vim | 25 - testing-x86_64/gvim.desktop | 63 --- testing-x86_64/gvim.install | 15 testing-x86_64/vimrc | 16 15 files changed, 996 insertions(+), 996 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 220179:220180 to see the changes.
[arch-commits] Commit in vim/trunk (PKGBUILD)
Date: Monday, August 18, 2014 @ 06:16:28 Author: td123 Revision: 220179 upgpkg: vim 7.4.408-2 fix FS#41585 - [vim-python3] Package dependency Modified: vim/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 18:03:02 UTC (rev 220178) +++ PKGBUILD2014-08-18 04:16:28 UTC (rev 220179) @@ -10,7 +10,7 @@ __hgrev=4c08173b8b95 _versiondir="vim${_topver//./}" pkgver=${_topver}.${_patchlevel} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('custom:vim') url="http://www.vim.org"; @@ -243,7 +243,7 @@ package_vim-python3() { pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor (with support for additional scripting languages)' - depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'lua' 'python2') + depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'lua' 'python') conflicts=('vim-minimal' 'vim' 'gvim' 'gvim-python3') provides=("vim=${pkgver}-${pkgrel}")
[arch-commits] Commit in electricsheep/repos (6 files)
Date: Monday, August 18, 2014 @ 04:31:28 Author: eric Revision: 117495 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 117494, electricsheep/trunk/PKGBUILD) electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch (from rev 117494, electricsheep/trunk/electricsheep-no-wxgtk.patch) electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 117494, electricsheep/trunk/PKGBUILD) electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch (from rev 117494, electricsheep/trunk/electricsheep-no-wxgtk.patch) Deleted: electricsheep/repos/community-staging-i686/PKGBUILD electricsheep/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 126 community-staging-i686/PKGBUILD | 58 --- community-staging-i686/electricsheep-no-wxgtk.patch | 77 + community-staging-x86_64/PKGBUILD | 58 --- community-staging-x86_64/electricsheep-no-wxgtk.patch | 77 + 5 files changed, 280 insertions(+), 116 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2014-08-18 02:28:47 UTC (rev 117494) +++ community-staging-i686/PKGBUILD 2014-08-18 02:31:28 UTC (rev 117495) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=electricsheep -pkgver=2.7b33 -pkgrel=18 -pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" -arch=('i686' 'x86_64') -url="http://community.electricsheep.org/"; -license=('GPL') -depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') -makedepends=('boost' 'mesa' 'glu' 'tinyxml') -optdepends=('xscreensaver: to use electricsheep with xscreensaver') -options=('!emptydirs') -source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd' - 'fda3aae435507d03973f0c4d1ed3509067657f06') - -# source PKGBUILD && mksource -mksource() { - [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) - _svnver=r125 - _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic"; - _svnmod="${pkgname}-${pkgver}" - mkdir ${pkgname}-${pkgver} - pushd ${pkgname}-${pkgver} - svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod} - find . -depth -type d -name .svn -exec rm -rf {} \; - (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg InstallerMSVC \ -Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig) - tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/* - popd - rm -r ${pkgname}-${pkgver} - gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz -} - -prepare() { - cd ${pkgname}-${pkgver} - sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac - sed -i '12 i\ -#include ' Common/Singleton.h - mkdir m4 -} - -build() { - cd ${pkgname}-${pkgver} - ./autogen.sh - CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr - sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile - make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -D -m644 menu-entries/ElectricSheep.desktop.kde "${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop" - install -D -m644 Runtime/logo.png "${pkgdir}/usr/share/icons/electricsheep.png" -} Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 117494, electricsheep/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-08-18 02:31:28 UTC (rev 117495) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=electricsheep +pkgver=2.7b33 +pkgrel=20 +pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" +arch=('i686' 'x86_64') +url="http://community.electricsheep.org/"; +license=('GPL') +depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') +makedepends=('boost' 'mesa' 'glu' 'tinyxml') +optdepends=('xscreensaver: to use electricsheep with xscreensaver') +options=('!emptydirs') +source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} +electricsheep-no-wxgtk.patch) +sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd' + 'SKIP' + 'b186318902dd0abac6e72a81fa374434d7244ac3') + +# source PKGBUILD && mksource +mksource() { + [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) +
[arch-commits] Commit in electricsheep/trunk (PKGBUILD)
Date: Monday, August 18, 2014 @ 04:28:47 Author: eric Revision: 117494 upgpkg: electricsheep 2.7b33-20 Rebuild against boost 1.55.0, Remove broken electricsheep-preferences utility Modified: electricsheep/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-18 02:11:49 UTC (rev 117493) +++ PKGBUILD2014-08-18 02:28:47 UTC (rev 117494) @@ -3,7 +3,7 @@ pkgname=electricsheep pkgver=2.7b33 -pkgrel=19 +pkgrel=20 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" arch=('i686' 'x86_64') url="http://community.electricsheep.org/";
[arch-commits] Commit in electricsheep/repos (6 files)
Date: Monday, August 18, 2014 @ 04:11:49 Author: eric Revision: 117493 archrelease: copy trunk to community-i686, community-x86_64 Added: electricsheep/repos/community-i686/PKGBUILD (from rev 117492, electricsheep/trunk/PKGBUILD) electricsheep/repos/community-i686/electricsheep-no-wxgtk.patch (from rev 117492, electricsheep/trunk/electricsheep-no-wxgtk.patch) electricsheep/repos/community-x86_64/PKGBUILD (from rev 117492, electricsheep/trunk/PKGBUILD) electricsheep/repos/community-x86_64/electricsheep-no-wxgtk.patch (from rev 117492, electricsheep/trunk/electricsheep-no-wxgtk.patch) Deleted: electricsheep/repos/community-i686/PKGBUILD electricsheep/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 126 community-i686/PKGBUILD | 58 --- community-i686/electricsheep-no-wxgtk.patch | 77 ++ community-x86_64/PKGBUILD | 58 --- community-x86_64/electricsheep-no-wxgtk.patch | 77 ++ 5 files changed, 280 insertions(+), 116 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-08-18 02:08:38 UTC (rev 117492) +++ community-i686/PKGBUILD 2014-08-18 02:11:49 UTC (rev 117493) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=electricsheep -pkgver=2.7b33 -pkgrel=17 -pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" -arch=('i686' 'x86_64') -url="http://community.electricsheep.org/"; -license=('GPL') -depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') -makedepends=('boost' 'mesa' 'glu' 'tinyxml') -optdepends=('xscreensaver: to use electricsheep with xscreensaver') -options=('!emptydirs') -source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd' - 'fda3aae435507d03973f0c4d1ed3509067657f06') - -# source PKGBUILD && mksource -mksource() { - [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) - _svnver=r125 - _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic"; - _svnmod="${pkgname}-${pkgver}" - mkdir ${pkgname}-${pkgver} - pushd ${pkgname}-${pkgver} - svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod} - find . -depth -type d -name .svn -exec rm -rf {} \; - (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg InstallerMSVC \ -Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig) - tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/* - popd - rm -r ${pkgname}-${pkgver} - gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz -} - -prepare() { - cd ${pkgname}-${pkgver} - sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac - sed -i '12 i\ -#include ' Common/Singleton.h - mkdir m4 -} - -build() { - cd ${pkgname}-${pkgver} - ./autogen.sh - CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr - sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile - make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -D -m644 menu-entries/ElectricSheep.desktop.kde "${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop" - install -D -m644 Runtime/logo.png "${pkgdir}/usr/share/icons/electricsheep.png" -} Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 117492, electricsheep/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-08-18 02:11:49 UTC (rev 117493) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=electricsheep +pkgver=2.7b33 +pkgrel=19 +pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" +arch=('i686' 'x86_64') +url="http://community.electricsheep.org/"; +license=('GPL') +depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') +makedepends=('boost' 'mesa' 'glu' 'tinyxml') +optdepends=('xscreensaver: to use electricsheep with xscreensaver') +options=('!emptydirs') +source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} +electricsheep-no-wxgtk.patch) +sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd' + 'SKIP' + 'b186318902dd0abac6e72a81fa374434d7244ac3') + +# source PKGBUILD && mksource +mksource() { + [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) + _svnver=r125 + _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic"; + _svnmod="${pkgname}-${pkgver}" + mkdir $
[arch-commits] Commit in electricsheep/trunk (PKGBUILD electricsheep-no-wxgtk.patch)
Date: Monday, August 18, 2014 @ 04:08:38 Author: eric Revision: 117492 upgpkg: electricsheep 2.7b33-19 Rebuild against boost 1.55.0, Remove broken electricsheep-preferences utility Added: electricsheep/trunk/electricsheep-no-wxgtk.patch Modified: electricsheep/trunk/PKGBUILD --+ PKGBUILD | 17 + electricsheep-no-wxgtk.patch | 77 + 2 files changed, 88 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-18 01:15:48 UTC (rev 117491) +++ PKGBUILD2014-08-18 02:08:38 UTC (rev 117492) @@ -3,18 +3,20 @@ pkgname=electricsheep pkgver=2.7b33 -pkgrel=18 +pkgrel=19 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" arch=('i686' 'x86_64') url="http://community.electricsheep.org/"; license=('GPL') -depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') +depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee') makedepends=('boost' 'mesa' 'glu' 'tinyxml') optdepends=('xscreensaver: to use electricsheep with xscreensaver') options=('!emptydirs') -source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} +electricsheep-no-wxgtk.patch) sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd' - 'fda3aae435507d03973f0c4d1ed3509067657f06') + 'SKIP' + 'b186318902dd0abac6e72a81fa374434d7244ac3') # source PKGBUILD && mksource mksource() { @@ -36,6 +38,9 @@ prepare() { cd ${pkgname}-${pkgver} +# Do not build broken electricsheep-preferences + patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch" + sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac sed -i '12 i\ #include ' Common/Singleton.h @@ -46,8 +51,8 @@ cd ${pkgname}-${pkgver} ./autogen.sh CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr - sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile - make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" + sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile + make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" } package() { Added: electricsheep-no-wxgtk.patch === --- electricsheep-no-wxgtk.patch(rev 0) +++ electricsheep-no-wxgtk.patch2014-08-18 02:08:38 UTC (rev 117492) @@ -0,0 +1,77 @@ +--- configure.ac.orig 2014-08-17 17:28:46.314141026 -0400 configure.ac 2014-08-17 17:29:21.084084594 -0400 +@@ -71,64 +71,7 @@ + + + +-dnl Check for WXWidgets +-WX_VER_291="" + +-AC_PATH_PROG(WX_CONFIG, wx-config, no) +- +-if test x$WX_CONFIG != xno; then +- WX_VERSION=`wx-config --version` +- +- WX_MAJOR=${WX_VERSION%%.*}; +- WX_MINOR=${WX_VERSION#*.}; +- WX_MINOR=${WX_MINOR%%.*}; +- WX_MICRO=${WX_VERSION##*.}; +- +- if test $WX_MAJOR -gt 2; then +- WX_VER_291=yes +- else +- if test $WX_MAJOR -eq 2; then +-if test $WX_MINOR -gt 9; then +- WX_VER_291=yes +-else +- if test $WX_MINOR -eq 9; then +- if test $WX_MICRO -ge 1; then +- WX_VER_291=yes +- fi +- fi +-fi +- fi +- fi +-fi +- +-if test "$WX_VER_291" != "yes"; then +- +-dnl Use static version +-echo "installed version is too old," +-echo "using static source version $reqwx" +- +-dnl Need to reset this, else it will override the value below ! +-WX_CONFIG="" +- +-AC_CHECK_PROG(WX_CONFIG, wx-config, yes, no) +- +-if test $WX_CONFIG = no; then +-echo +-echo YOU CAN FIX THIS ! +-AC_MSG_ERROR([Please install development libraries for wxWidgets 2.9.1 or higher, and then run this configure script again.]) +-fi +-fi +- +-WX_CXXFLAGS="`wx-config --cxxflags`" +-WX_LIBS="-static `wx-config --libs` `wx-config --libs richtext`" +- +-echo "WX_CXXFLAGS is $WX_CXXFLAGS" +-echo "WX_LIBS is $WX_LIBS" +- +-WX_LDADD="$WX_LIBS" +- +-AC_SUBST(WX_CXXFLAGS) +-AC_SUBST(WX_LDADD) + + + +--- MSVC/SettingsGUI/Makefile.am.orig 2014-08-17 20:22:59.680508699 -0400 MSVC/SettingsGUI/Makefile.am 2014-08-17 20:23:46.397099541 -0400 +@@ -28,7 +28,6 @@ + -I /usr/include/libswscale \ + -I /usr/include/libavutil + +-bin_PROGRAMS = electricsheep-preferences + + electricsheep_preferences_SOURCES = \ + config.cpp \
[arch-commits] Commit in mongodb/repos (20 files)
Date: Monday, August 18, 2014 @ 03:15:48 Author: fyan Revision: 117491 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: mongodb/repos/community-staging-i686/PKGBUILD (from rev 117490, mongodb/trunk/PKGBUILD) mongodb/repos/community-staging-i686/SConscript.client.patch (from rev 117490, mongodb/trunk/SConscript.client.patch) mongodb/repos/community-staging-i686/mongodb.conf (from rev 117490, mongodb/trunk/mongodb.conf) mongodb/repos/community-staging-i686/mongodb.install (from rev 117490, mongodb/trunk/mongodb.install) mongodb/repos/community-staging-i686/mongodb.service (from rev 117490, mongodb/trunk/mongodb.service) mongodb/repos/community-staging-x86_64/PKGBUILD (from rev 117490, mongodb/trunk/PKGBUILD) mongodb/repos/community-staging-x86_64/SConscript.client.patch (from rev 117490, mongodb/trunk/SConscript.client.patch) mongodb/repos/community-staging-x86_64/mongodb.conf (from rev 117490, mongodb/trunk/mongodb.conf) mongodb/repos/community-staging-x86_64/mongodb.install (from rev 117490, mongodb/trunk/mongodb.install) mongodb/repos/community-staging-x86_64/mongodb.service (from rev 117490, mongodb/trunk/mongodb.service) Deleted: mongodb/repos/community-staging-i686/PKGBUILD mongodb/repos/community-staging-i686/SConscript.client.patch mongodb/repos/community-staging-i686/mongodb.conf mongodb/repos/community-staging-i686/mongodb.install mongodb/repos/community-staging-i686/mongodb.service mongodb/repos/community-staging-x86_64/PKGBUILD mongodb/repos/community-staging-x86_64/SConscript.client.patch mongodb/repos/community-staging-x86_64/mongodb.conf mongodb/repos/community-staging-x86_64/mongodb.install mongodb/repos/community-staging-x86_64/mongodb.service --+ /PKGBUILD| 160 + /SConscript.client.patch | 26 +++ /mongodb.conf| 16 ++ /mongodb.install | 64 /mongodb.service | 20 ++ community-staging-i686/PKGBUILD | 80 -- community-staging-i686/SConscript.client.patch | 13 - community-staging-i686/mongodb.conf |8 - community-staging-i686/mongodb.install | 32 community-staging-i686/mongodb.service | 10 - community-staging-x86_64/PKGBUILD| 80 -- community-staging-x86_64/SConscript.client.patch | 13 - community-staging-x86_64/mongodb.conf|8 - community-staging-x86_64/mongodb.install | 32 community-staging-x86_64/mongodb.service | 10 - 15 files changed, 286 insertions(+), 286 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2014-08-18 01:14:58 UTC (rev 117490) +++ community-staging-i686/PKGBUILD 2014-08-18 01:15:48 UTC (rev 117491) @@ -1,80 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Sven-Hendrik Haase -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Mathias Stearn -# Contributor: Alec Thomas - -pkgname=mongodb -pkgver=2.6.3 -pkgrel=2 -pkgdesc='A high-performance, open source, schema-free document-oriented database' -arch=('i686' 'x86_64') -url='http://www.mongodb.org' -license=('AGPL3') -depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 'libyaml' 'yaml-cpp' 'v8') -makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang') -checkdepends=('python2-pymongo') -optdepends=('libpcap: needed for mongosniff') -backup=('etc/mongodb.conf') -install=mongodb.install -source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"; -'mongodb.conf' 'mongodb.service') - -build() { - export SCONSFLAGS="$MAKEFLAGS" - - cd mongodb-src-r${pkgver} - - scons all \ ---use-system-pcre \ ---use-system-snappy \ ---use-system-tcmalloc \ ---use-sasl-client \ ---use-system-boost \ ---ssl --cc=clang --cxx=clang++ -# --use-system-v8 -# --use-system-yaml -} - -check() { - # Tests not passing - export SCONSFLAGS="$MAKEFLAGS" - - cd mongodb-src-r${pkgver} - - scons smokeAll \ ---use-system-pcre \ ---use-system-snappy \ ---use-system-tcmalloc \ ---use-sasl-client \ ---use-system-boost \ ---ssl --cc=clang --cxx=clang++ \ ---smokedbprefix="$srcdir" || warning "Tests failed" -} - -package() { - export SCONSFLAGS="$MAKEFLAGS" - - cd mongodb-src-r${pkgver} - - scons install \ ---use-system-pcre \ ---use-system-snappy \ ---use-system-tcmalloc \ ---use-sasl-client \ ---use-system-boost \ ---ssl --cc=clang --cxx=clang++ \ ---prefix="$pkgdir/usr" -# --use-system-yaml -# --use-system-v8 - - install -Dm644 "$srcdir/mongodb.co
[arch-commits] Commit in mongodb/trunk (PKGBUILD)
Date: Monday, August 18, 2014 @ 03:14:58 Author: fyan Revision: 117490 upgpkg: mongodb 2.6.4-2 boost 1.56.0 rebuild Modified: mongodb/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 23:41:56 UTC (rev 117489) +++ PKGBUILD2014-08-18 01:14:58 UTC (rev 117490) @@ -7,7 +7,7 @@ pkgname=mongodb pkgver=2.6.4 -pkgrel=1 +pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org'
[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)
Date: Monday, August 18, 2014 @ 01:41:56 Author: svenstaro Revision: 117489 archrelease: copy trunk to community-i686 Added: dwarffortress/repos/community-i686/PKGBUILD (from rev 117488, dwarffortress/trunk/PKGBUILD) dwarffortress/repos/community-i686/dwarffortress (from rev 117488, dwarffortress/trunk/dwarffortress) dwarffortress/repos/community-i686/dwarffortress.desktop (from rev 117488, dwarffortress/trunk/dwarffortress.desktop) dwarffortress/repos/community-i686/dwarffortress.install (from rev 117488, dwarffortress/trunk/dwarffortress.install) dwarffortress/repos/community-i686/dwarffortress.png (from rev 117488, dwarffortress/trunk/dwarffortress.png) Deleted: dwarffortress/repos/community-i686/PKGBUILD dwarffortress/repos/community-i686/dwarffortress dwarffortress/repos/community-i686/dwarffortress.desktop dwarffortress/repos/community-i686/dwarffortress.install dwarffortress/repos/community-i686/dwarffortress.png ---+ PKGBUILD | 146 dwarffortress | 40 ++--- dwarffortress.desktop | 18 ++--- dwarffortress.install | 16 ++--- 4 files changed, 110 insertions(+), 110 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 23:39:47 UTC (rev 117488) +++ PKGBUILD2014-08-17 23:41:56 UTC (rev 117489) @@ -1,73 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: Daenyth -# Contributor: djnm -pkgname=dwarffortress -pkgver=0.40.08 -_pkgver=40_08 -pkgrel=4 -pkgdesc="A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated persistent world." -arch=(i686 x86_64) -url="http://www.bay12games.com/dwarves/"; -license=('custom:dwarffortress') -depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs) -makedepends=(git cmake) -options=('!strip' '!buildflags') -install=${pkgname}.install -if [[ $CARCH == 'x86_64' ]]; then - makedepends+=(gcc-multilib) - depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image lib32-libsndfile lib32-openal - lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew) - optdepends=('lib32-nvidia-utils: If you have nvidia graphics' - 'lib32-catalyst-utils: If you have ATI graphics' - 'lib32-alsa-lib: for alsa sound' - 'lib32-libpulse: for pulse sound') -fi -# I made a fucking github repo with the sole purpose of unfucking df a bit -# We try to compile whatever little bit of df is open source -source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2 -git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=468150 -dwarffortress -dwarffortress.desktop -dwarffortress.png) -sha256sums=('24fa1642b84a108b39fd82eb703b8d8c3f678e4d4bd61a56b6416d99ab76f5ab' -'SKIP' -'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07' -'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a' -'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f') - -build() { - cd $srcdir/dwarf_fortress_unfuck - - cmake . - make VERBOSE=1 -} - -package() { - install -dm755 $pkgdir/opt/ - cp -r $srcdir/df_linux $pkgdir/opt/$pkgname - rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* $pkgdir/opt/$pkgname/g_src - - find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} + - find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} + - - install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress $pkgdir/opt/$pkgname/libs/Dwarf_Fortress - install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so $pkgdir/opt/$pkgname/libs/libgraphics.so - install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname - - # No idea why we need this. Really. This isn't being loaded dynamically, it's not linked and - # in general there is no indication this is being used. However, it doesn't work without this symlink. - [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3 - [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3 - - # Set pkgname in runscript - sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname - - # Desktop launcher with icon - install -Dm644 $srcdir/dwarffortress.desktop $pkgdir/usr/share/applications/"$pkgname".desktop - install -Dm644 $srcdir/dwarffortress.png $pkgdir/usr/share/pixmaps/"$pkgname".png - - install -Dm644 $srcdir/df_linux/readme.txt $pkgdir/usr/share/licenses/$pkgname/readme.txt -} - -# vim:set ts=2 sw=2 et: Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 117488, dwarffortress/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 23:41:56 UTC (rev 117489) @@ -0,0 +1,73 @@ +# $Id$ +# Maintainer: Sven-Hendrik
[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)
Date: Monday, August 18, 2014 @ 01:39:47 Author: svenstaro Revision: 117488 archrelease: copy trunk to multilib-x86_64 Added: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 117487, dwarffortress/trunk/PKGBUILD) dwarffortress/repos/multilib-x86_64/dwarffortress (from rev 117487, dwarffortress/trunk/dwarffortress) dwarffortress/repos/multilib-x86_64/dwarffortress.desktop (from rev 117487, dwarffortress/trunk/dwarffortress.desktop) dwarffortress/repos/multilib-x86_64/dwarffortress.install (from rev 117487, dwarffortress/trunk/dwarffortress.install) dwarffortress/repos/multilib-x86_64/dwarffortress.png (from rev 117487, dwarffortress/trunk/dwarffortress.png) Deleted: dwarffortress/repos/multilib-x86_64/PKGBUILD dwarffortress/repos/multilib-x86_64/dwarffortress dwarffortress/repos/multilib-x86_64/dwarffortress.desktop dwarffortress/repos/multilib-x86_64/dwarffortress.install dwarffortress/repos/multilib-x86_64/dwarffortress.png ---+ PKGBUILD | 146 dwarffortress | 40 ++--- dwarffortress.desktop | 18 ++--- dwarffortress.install | 16 ++--- 4 files changed, 110 insertions(+), 110 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 23:39:39 UTC (rev 117487) +++ PKGBUILD2014-08-17 23:39:47 UTC (rev 117488) @@ -1,73 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase -# Contributor: Daenyth -# Contributor: djnm -pkgname=dwarffortress -pkgver=0.40.08 -_pkgver=40_08 -pkgrel=4 -pkgdesc="A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated persistent world." -arch=(i686 x86_64) -url="http://www.bay12games.com/dwarves/"; -license=('custom:dwarffortress') -depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs) -makedepends=(git cmake) -options=('!strip' '!buildflags') -install=${pkgname}.install -if [[ $CARCH == 'x86_64' ]]; then - makedepends+=(gcc-multilib) - depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image lib32-libsndfile lib32-openal - lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew) - optdepends=('lib32-nvidia-utils: If you have nvidia graphics' - 'lib32-catalyst-utils: If you have ATI graphics' - 'lib32-alsa-lib: for alsa sound' - 'lib32-libpulse: for pulse sound') -fi -# I made a fucking github repo with the sole purpose of unfucking df a bit -# We try to compile whatever little bit of df is open source -source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2 -git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=468150 -dwarffortress -dwarffortress.desktop -dwarffortress.png) -sha256sums=('24fa1642b84a108b39fd82eb703b8d8c3f678e4d4bd61a56b6416d99ab76f5ab' -'SKIP' -'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07' -'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a' -'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f') - -build() { - cd $srcdir/dwarf_fortress_unfuck - - cmake . - make VERBOSE=1 -} - -package() { - install -dm755 $pkgdir/opt/ - cp -r $srcdir/df_linux $pkgdir/opt/$pkgname - rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* $pkgdir/opt/$pkgname/g_src - - find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} + - find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} + - - install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress $pkgdir/opt/$pkgname/libs/Dwarf_Fortress - install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so $pkgdir/opt/$pkgname/libs/libgraphics.so - install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname - - # No idea why we need this. Really. This isn't being loaded dynamically, it's not linked and - # in general there is no indication this is being used. However, it doesn't work without this symlink. - [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3 - [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3 - - # Set pkgname in runscript - sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname - - # Desktop launcher with icon - install -Dm644 $srcdir/dwarffortress.desktop $pkgdir/usr/share/applications/"$pkgname".desktop - install -Dm644 $srcdir/dwarffortress.png $pkgdir/usr/share/pixmaps/"$pkgname".png - - install -Dm644 $srcdir/df_linux/readme.txt $pkgdir/usr/share/licenses/$pkgname/readme.txt -} - -# vim:set ts=2 sw=2 et: Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 117487, dwarffortress/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 23:39:47 UTC (rev 117488) @@ -0,0 +1,73 @@ +# $Id$ +# Maintainer:
[arch-commits] Commit in dwarffortress/trunk (PKGBUILD)
Date: Monday, August 18, 2014 @ 01:39:39 Author: svenstaro Revision: 117487 upgpkg: dwarffortress 0.40.09-1 upstream release 0.40.09 Modified: dwarffortress/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 22:54:27 UTC (rev 117486) +++ PKGBUILD2014-08-17 23:39:39 UTC (rev 117487) @@ -3,9 +3,9 @@ # Contributor: Daenyth # Contributor: djnm pkgname=dwarffortress -pkgver=0.40.08 -_pkgver=40_08 -pkgrel=4 +pkgver=0.40.09 +_pkgver=40_09 +pkgrel=1 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated persistent world." arch=(i686 x86_64) url="http://www.bay12games.com/dwarves/"; @@ -30,7 +30,7 @@ dwarffortress dwarffortress.desktop dwarffortress.png) -sha256sums=('24fa1642b84a108b39fd82eb703b8d8c3f678e4d4bd61a56b6416d99ab76f5ab' +sha256sums=('718278f0a140352c6036b46920e987e427e582caaecfcba6d4e44648d7166aaa' 'SKIP' '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07' 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
[arch-commits] Commit in phpmyadmin/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, August 18, 2014 @ 00:54:27 Author: bpiotrowski Revision: 117486 archrelease: copy trunk to community-any Added: phpmyadmin/repos/community-any/PKGBUILD (from rev 117485, phpmyadmin/trunk/PKGBUILD) Deleted: phpmyadmin/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 22:54:20 UTC (rev 117485) +++ PKGBUILD2014-08-17 22:54:27 UTC (rev 117486) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Sergej Pupykin -# Contributor: tobias -# Contributor: Manolis Tzanidakis -# Contributor: Simon Lackerbauer - -pkgname=phpmyadmin -pkgver=4.2.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') -backup=(etc/webapps/phpmyadmin/config.inc.php) -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -md5sums=('c27f47dbd3b136e5075de292a02736c5') - -package() { - _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin - mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin - cd "$_instdir" - - cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . - - 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 -} Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 117485, phpmyadmin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 22:54:27 UTC (rev 117486) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Sergej Pupykin +# Contributor: tobias +# Contributor: Manolis Tzanidakis +# Contributor: Simon Lackerbauer + +pkgname=phpmyadmin +pkgver=4.2.7.1 +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') +backup=(etc/webapps/phpmyadmin/config.inc.php) +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) +md5sums=('32aaee4adca3dfa87b68985a76cc4a9a') + +package() { + _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin + mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin + cd "$_instdir" + + cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* . + + 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 +}
[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)
Date: Monday, August 18, 2014 @ 00:54:20 Author: bpiotrowski Revision: 117485 upgpkg: phpmyadmin 4.2.7.1-1 new upstream release Modified: phpmyadmin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 19:42:09 UTC (rev 117484) +++ PKGBUILD2014-08-17 22:54:20 UTC (rev 117485) @@ -6,7 +6,7 @@ # Contributor: Simon Lackerbauer pkgname=phpmyadmin -pkgver=4.2.7 +pkgver=4.2.7.1 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -16,7 +16,7 @@ optdepends=('php-mcrypt: to use phpMyAdmin internal authentication') backup=(etc/webapps/phpmyadmin/config.inc.php) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -md5sums=('c27f47dbd3b136e5075de292a02736c5') +md5sums=('32aaee4adca3dfa87b68985a76cc4a9a') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
[arch-commits] Commit in krecipes/repos (8 files)
Date: Sunday, August 17, 2014 @ 21:42:09 Author: arcanis Revision: 117484 archrelease: copy trunk to community-i686, community-x86_64 Added: krecipes/repos/community-i686/PKGBUILD (from rev 117483, krecipes/trunk/PKGBUILD) krecipes/repos/community-i686/krecipes.install (from rev 117483, krecipes/trunk/krecipes.install) krecipes/repos/community-x86_64/PKGBUILD (from rev 117483, krecipes/trunk/PKGBUILD) krecipes/repos/community-x86_64/krecipes.install (from rev 117483, krecipes/trunk/krecipes.install) Deleted: krecipes/repos/community-i686/PKGBUILD krecipes/repos/community-i686/krecipes.install krecipes/repos/community-x86_64/PKGBUILD krecipes/repos/community-x86_64/krecipes.install ---+ /PKGBUILD | 94 /krecipes.install | 24 + community-i686/PKGBUILD | 38 -- community-i686/krecipes.install | 12 community-x86_64/PKGBUILD | 38 -- community-x86_64/krecipes.install | 12 6 files changed, 118 insertions(+), 100 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-08-17 19:41:37 UTC (rev 117483) +++ community-i686/PKGBUILD 2014-08-17 19:42:09 UTC (rev 117484) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: shamrok -# Contributor: G_Syme -# Contributor: Adrià Arrufat - -pkgname=krecipes -pkgver=2.0beta2 -_pkgver=2.0-beta2 -pkgrel=4 -pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" -arch=('i686' 'x86_64') -url="http://extragear.kde.org/apps/krecipes/"; -license=('GPL') -depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') -makedepends=('cmake' 'automoc4' 'docbook-xsl') -optdepends=('mariadb' 'postgresql') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz) -md5sums=('4c01ccad7ad1409cb35c824a61250fe2') - -build() { - cd ${srcdir} - - mkdir build - cd build - - cmake ../${pkgname}-${_pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd ${srcdir}/build - - make DESTDIR=${pkgdir} install -} Copied: krecipes/repos/community-i686/PKGBUILD (from rev 117483, krecipes/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-08-17 19:42:09 UTC (rev 117484) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: shamrok +# Contributor: G_Syme +# Contributor: Adrià Arrufat + +pkgname=krecipes +pkgver=2.0beta2 +_pkgver=2.0-beta2 +pkgrel=5 +pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" +arch=('i686' 'x86_64') +url="http://extragear.kde.org/apps/krecipes/"; +license=('GPL') +depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme') +makedepends=('cmake' 'automoc4' 'docbook-xsl') +optdepends=('mariadb' 'postgresql') +install=${pkgname}.install +source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz + https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz) +md5sums=('4c01ccad7ad1409cb35c824a61250fe2' + 'f33f648df70c93f95fc32d50d0e12d7f') + +prepare() { + # include additional translations + # see https://sourceforge.net/p/krecipes/patches/10/ + cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/ + patch -p0 -i ${pkgname}-tr/krecipes-tr.patch +} + +build() { + cd ${srcdir} + + mkdir build + cd build + + cmake ../${pkgname}-${_pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd ${srcdir}/build + + make DESTDIR=${pkgdir} install +} Deleted: community-i686/krecipes.install === --- community-i686/krecipes.install 2014-08-17 19:41:37 UTC (rev 117483) +++ community-i686/krecipes.install 2014-08-17 19:42:09 UTC (rev 117484) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: krecipes/repos/community-i686/krecipes.install (from rev 117483, krecipes/trunk/krecipes.install) === --- community-i686/krecipes.install (rev 0) +++ community-i686/krecipes.install 2014-08-17 19:42:09 UTC (rev 117484) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_
[arch-commits] Commit in krecipes/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 21:41:37 Author: arcanis Revision: 117483 upgpkg: krecipes 2.0beta2-5 add missing locales Modified: krecipes/trunk/PKGBUILD --+ PKGBUILD | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 17:30:02 UTC (rev 117482) +++ PKGBUILD2014-08-17 19:41:37 UTC (rev 117483) @@ -7,7 +7,7 @@ pkgname=krecipes pkgver=2.0beta2 _pkgver=2.0-beta2 -pkgrel=4 +pkgrel=5 pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy" arch=('i686' 'x86_64') url="http://extragear.kde.org/apps/krecipes/"; @@ -16,10 +16,19 @@ makedepends=('cmake' 'automoc4' 'docbook-xsl') optdepends=('mariadb' 'postgresql') install=${pkgname}.install -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz) -md5sums=('4c01ccad7ad1409cb35c824a61250fe2') +source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz + https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz) +md5sums=('4c01ccad7ad1409cb35c824a61250fe2' + 'f33f648df70c93f95fc32d50d0e12d7f') -build() { +prepare() { + # include additional translations + # see https://sourceforge.net/p/krecipes/patches/10/ + cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/ + patch -p0 -i ${pkgname}-tr/krecipes-tr.patch +} + +build() { cd ${srcdir} mkdir build
[arch-commits] Commit in windowmaker-extra/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, August 17, 2014 @ 20:03:02 Author: eric Revision: 220178 archrelease: copy trunk to extra-any Added: windowmaker-extra/repos/extra-any/PKGBUILD (from rev 220177, windowmaker-extra/trunk/PKGBUILD) Deleted: windowmaker-extra/repos/extra-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 18:01:03 UTC (rev 220177) +++ PKGBUILD2014-08-17 18:03:02 UTC (rev 220178) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: orelien - -pkgname=windowmaker-extra -pkgver=0.1 -pkgrel=5 -pkgdesc="Extra WindowMaker icons and themes" -arch=('any') -url="http://www.windowmaker.info"; -license=('GPL2') -depends=('windowmaker') -source=(http://www.sgiweb.org/freeware/source/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz) -md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74') - -build() { - cd "$srcdir/WindowMaker-extra-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/WindowMaker-extra-$pkgver" - make DESTDIR="$pkgdir" install - rm -f "$pkgdir/usr/share/WindowMaker/Icons/xv.xpm" -} -# vim: ts=2 sw=2 et ft=sh Copied: windowmaker-extra/repos/extra-any/PKGBUILD (from rev 220177, windowmaker-extra/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 18:03:02 UTC (rev 220178) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: orelien + +pkgname=windowmaker-extra +pkgver=0.1 +pkgrel=5 +pkgdesc="Extra WindowMaker icons and themes" +arch=('any') +url="http://www.windowmaker.info"; +license=('GPL2') +depends=('windowmaker') +source=(ftp://ftp.archlinux.org/other/packages/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz) +md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74') + +build() { + cd "$srcdir/WindowMaker-extra-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/WindowMaker-extra-$pkgver" + make DESTDIR="$pkgdir" install + rm -f "$pkgdir/usr/share/WindowMaker/Icons/xv.xpm" +} +# vim: ts=2 sw=2 et ft=sh
[arch-commits] Commit in windowmaker-extra/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 20:01:03 Author: eric Revision: 220177 Fix source url (close FS#39179) Modified: windowmaker-extra/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 17:34:44 UTC (rev 220176) +++ PKGBUILD2014-08-17 18:01:03 UTC (rev 220177) @@ -10,7 +10,7 @@ url="http://www.windowmaker.info"; license=('GPL2') depends=('windowmaker') -source=(http://www.sgiweb.org/freeware/source/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz) +source=(ftp://ftp.archlinux.org/other/packages/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz) md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74') build() {
[arch-commits] Commit in mkvtoolnix/trunk (2 files)
Date: Sunday, August 17, 2014 @ 19:34:37 Author: bpiotrowski Revision: 220175 upgpkg: mkvtoolnix 7.1.0-4 rebuild against boost 1.56.0 Added: mkvtoolnix/trunk/0001-fix-compilation-with-Boost-1.56.0.patch Modified: mkvtoolnix/trunk/PKGBUILD --+ 0001-fix-compilation-with-Boost-1.56.0.patch | 74 + PKGBUILD | 10 ++- 2 files changed, 81 insertions(+), 3 deletions(-) Added: 0001-fix-compilation-with-Boost-1.56.0.patch === --- 0001-fix-compilation-with-Boost-1.56.0.patch (rev 0) +++ 0001-fix-compilation-with-Boost-1.56.0.patch2014-08-17 17:34:37 UTC (rev 220175) @@ -0,0 +1,74 @@ +From 0c89ff941bfdd9f3378312f293a84f13cf3e2a96 Mon Sep 17 00:00:00 2001 +From: Moritz Bunkus +Date: Sat, 9 Aug 2014 22:32:24 +0200 +Subject: [PATCH] fix compilation with Boost 1.56.0 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Boost's »indexed« range adaptor has changed in an incompatible way in +1.56.0. The underlying iterator can now be used with range-based for +loops, but that means that there's no way safe for #ifdefs for catering +to both 1.56.0 and older versions. + +Fixes #1051. +--- + src/common/iso639.cpp | 25 + + 1 file changed, 21 insertions(+), 4 deletions(-) + +diff --git a/src/common/iso639.cpp b/src/common/iso639.cpp +index db40117..aec77f0 100644 +--- a/src/common/iso639.cpp b/src/common/iso639.cpp +@@ -13,6 +13,7 @@ + + #include "common/common_pch.h" + ++#include + #include + + #include "common/iso639.h" +@@ -592,20 +593,36 @@ map_to_iso639_2_code(std::string const &s, + auto range = iso639_languages | badap::indexed(0); + auto end = boost::end(range); + for (auto lang = boost::begin(range); lang != end; lang++) { +-auto names = split(lang->english_name, ";"); ++#if BOOST_VERSION < 105600 ++auto const &english_name = lang->english_name; ++auto index = lang.index(); ++#else ++auto const &english_name = lang->value().english_name; ++auto index = lang->index(); ++#endif ++ ++auto names = split(english_name, ";"); + strip(names); + if (brng::find(names, source) != names.end()) +- return lang.index(); ++ return index; + } + + if (!allow_short_english_name) + return -1; + + for (auto lang = boost::begin(range); lang != end; lang++) { +-auto names = split(lang->english_name, ";"); ++#if BOOST_VERSION < 105600 ++auto const &english_name = lang->english_name; ++auto index = lang.index(); ++#else ++auto const &english_name = lang->value().english_name; ++auto index = lang->index(); ++#endif ++ ++auto names = split(english_name, ";"); + strip(names); + if (names.end() != brng::find_if(names, [&](std::string const &name) { return balg::istarts_with(name, source); })) +- return lang.index(); ++ return index; + } + + return -1; +-- +2.0.3 + Modified: PKGBUILD === --- PKGBUILD2014-08-17 17:14:33 UTC (rev 220174) +++ PKGBUILD2014-08-17 17:34:37 UTC (rev 220175) @@ -5,18 +5,22 @@ pkgbase=mkvtoolnix pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') pkgver=7.1.0 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') license=('GPL') url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"; makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby') -source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";) -md5sums=('a374511b0743a700548622d23cd5616c') +source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz"; +"0001-fix-compilation-with-Boost-1.56.0.patch") +md5sums=('a374511b0743a700548622d23cd5616c' + '1fa23e00ad329435fda249e52df91755') prepare() { cd "${srcdir}/${pkgbase}-${pkgver}" + patch -p1 -i "${srcdir}/0001-fix-compilation-with-Boost-1.56.0.patch" + # Disable automagic curl dep used for online update checking sed -i -e '/curl/d' configure.in export CURL_CFLAGS="" CURL_LIBS=""
[arch-commits] Commit in mkvtoolnix/repos (8 files)
Date: Sunday, August 17, 2014 @ 19:34:44 Author: bpiotrowski Revision: 220176 archrelease: copy trunk to staging-i686, staging-x86_64 Added: mkvtoolnix/repos/staging-i686/ mkvtoolnix/repos/staging-i686/0001-fix-compilation-with-Boost-1.56.0.patch (from rev 220175, mkvtoolnix/trunk/0001-fix-compilation-with-Boost-1.56.0.patch) mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 220175, mkvtoolnix/trunk/PKGBUILD) mkvtoolnix/repos/staging-i686/mkvtoolnix.install (from rev 220175, mkvtoolnix/trunk/mkvtoolnix.install) mkvtoolnix/repos/staging-x86_64/ mkvtoolnix/repos/staging-x86_64/0001-fix-compilation-with-Boost-1.56.0.patch (from rev 220175, mkvtoolnix/trunk/0001-fix-compilation-with-Boost-1.56.0.patch) mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 220175, mkvtoolnix/trunk/PKGBUILD) mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install (from rev 220175, mkvtoolnix/trunk/mkvtoolnix.install) -+ staging-i686/0001-fix-compilation-with-Boost-1.56.0.patch | 74 +++ staging-i686/PKGBUILD | 97 ++ staging-i686/mkvtoolnix.install | 15 + staging-x86_64/0001-fix-compilation-with-Boost-1.56.0.patch | 74 +++ staging-x86_64/PKGBUILD | 97 ++ staging-x86_64/mkvtoolnix.install | 15 + 6 files changed, 372 insertions(+) Copied: mkvtoolnix/repos/staging-i686/0001-fix-compilation-with-Boost-1.56.0.patch (from rev 220175, mkvtoolnix/trunk/0001-fix-compilation-with-Boost-1.56.0.patch) === --- staging-i686/0001-fix-compilation-with-Boost-1.56.0.patch (rev 0) +++ staging-i686/0001-fix-compilation-with-Boost-1.56.0.patch 2014-08-17 17:34:44 UTC (rev 220176) @@ -0,0 +1,74 @@ +From 0c89ff941bfdd9f3378312f293a84f13cf3e2a96 Mon Sep 17 00:00:00 2001 +From: Moritz Bunkus +Date: Sat, 9 Aug 2014 22:32:24 +0200 +Subject: [PATCH] fix compilation with Boost 1.56.0 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Boost's »indexed« range adaptor has changed in an incompatible way in +1.56.0. The underlying iterator can now be used with range-based for +loops, but that means that there's no way safe for #ifdefs for catering +to both 1.56.0 and older versions. + +Fixes #1051. +--- + src/common/iso639.cpp | 25 + + 1 file changed, 21 insertions(+), 4 deletions(-) + +diff --git a/src/common/iso639.cpp b/src/common/iso639.cpp +index db40117..aec77f0 100644 +--- a/src/common/iso639.cpp b/src/common/iso639.cpp +@@ -13,6 +13,7 @@ + + #include "common/common_pch.h" + ++#include + #include + + #include "common/iso639.h" +@@ -592,20 +593,36 @@ map_to_iso639_2_code(std::string const &s, + auto range = iso639_languages | badap::indexed(0); + auto end = boost::end(range); + for (auto lang = boost::begin(range); lang != end; lang++) { +-auto names = split(lang->english_name, ";"); ++#if BOOST_VERSION < 105600 ++auto const &english_name = lang->english_name; ++auto index = lang.index(); ++#else ++auto const &english_name = lang->value().english_name; ++auto index = lang->index(); ++#endif ++ ++auto names = split(english_name, ";"); + strip(names); + if (brng::find(names, source) != names.end()) +- return lang.index(); ++ return index; + } + + if (!allow_short_english_name) + return -1; + + for (auto lang = boost::begin(range); lang != end; lang++) { +-auto names = split(lang->english_name, ";"); ++#if BOOST_VERSION < 105600 ++auto const &english_name = lang->english_name; ++auto index = lang.index(); ++#else ++auto const &english_name = lang->value().english_name; ++auto index = lang->index(); ++#endif ++ ++auto names = split(english_name, ";"); + strip(names); + if (names.end() != brng::find_if(names, [&](std::string const &name) { return balg::istarts_with(name, source); })) +- return lang.index(); ++ return index; + } + + return -1; +-- +2.0.3 + Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 220175, mkvtoolnix/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-08-17 17:34:44 UTC (rev 220176) @@ -0,0 +1,97 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: xduugu + +pkgbase=mkvtoolnix +pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') +pkgver=7.1.0 +pkgrel=4 +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"; +makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' + 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby') +source=("http://ww
[arch-commits] Commit in calibre/repos (8 files)
Date: Sunday, August 17, 2014 @ 19:30:02 Author: jelle Revision: 117482 archrelease: copy trunk to community-i686, community-x86_64 Added: calibre/repos/community-i686/PKGBUILD (from rev 117481, calibre/trunk/PKGBUILD) calibre/repos/community-i686/calibre.install (from rev 117481, calibre/trunk/calibre.install) calibre/repos/community-x86_64/PKGBUILD (from rev 117481, calibre/trunk/PKGBUILD) calibre/repos/community-x86_64/calibre.install (from rev 117481, calibre/trunk/calibre.install) Deleted: calibre/repos/community-i686/PKGBUILD calibre/repos/community-i686/calibre.install calibre/repos/community-x86_64/PKGBUILD calibre/repos/community-x86_64/calibre.install --+ /PKGBUILD| 178 + /calibre.install | 24 community-i686/PKGBUILD | 89 -- community-i686/calibre.install | 12 -- community-x86_64/PKGBUILD| 89 -- community-x86_64/calibre.install | 12 -- 6 files changed, 202 insertions(+), 202 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-08-17 17:29:52 UTC (rev 117481) +++ community-i686/PKGBUILD 2014-08-17 17:30:02 UTC (rev 117482) @@ -1,89 +0,0 @@ -# $Id$ -# Maintainer: Jelle van der Waa -# Maintainer: Daniel Wallace -# Contributor: Giovanni Scafora -# Contributor: Petrov Roman -# Contributor: Andrea Fagiani -# Contributor: Larry Hajali - -pkgname=calibre -pkgver=1.206.0 -pkgrel=1 -pkgdesc="Ebook management application" -arch=('i686' 'x86_64') -url="http://calibre-ebook.com/"; -license=('GPL3') -depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' - 'python2-mechanize' 'podofo' 'libwmf' - 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' - 'python2-pillow' 'shared-mime-info' 'python2-dnspython' - 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' - 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit' - 'qt5-svg' 'python2-chardet' 'python2-html5lib') -makedepends=('python2-pycountry' 'qt5-x11extras' ) -optdepends=('ipython2: to use calibre-debug') -install=calibre.install -source=("http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz";) -md5sums=('be2906b326faa8019996e015d0f87c7d') - -prepare(){ - cd "${srcdir}/${pkgname}-${pkgver}" - - # Remove unneeded files and libs - rm -rf resources/${pkgname}-portable.* \ - src/six.py \ - src/cherrypy \ - src/html5lib \ - src/chardet - - sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py - #sed -i -e "s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + ['-fPIC']/" setup/extensions.py - - # Use python2 - sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex ".*\.py\|.*\.recipe") - sed -i "/pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5':" setup/build_environment.py - - # Desktop integration (e.g. enforce arch defaults) - sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \ - -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \ - -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \ - -e "/dir, 'calibre-lrf.png'/i \ -\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\ -\os.mkdir(dir)" \ - -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \ - -e "/dir, 'calibre-lrfviewer.desktop'/i \ -\dir = os.path.join(self.opts.staging_sharedir,'../applications')\n\ -\os.mkdir(dir)" \ - -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \ - -e "s/^Name=calibre/Name=Calibre/g" \ - -i src/calibre/linux.py -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - LANG='en_US.UTF-8' python2 setup.py build - # LANG='en_US.UTF-8' python2 setup.py resources - - # Don't build translations since building them is broken badly - #LANG='en_US.UTF-8' python2 setup.py translations -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # Fix the environment module location - sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py - - install -d "${pkgdir}/usr/lib/python2.7/site-packages" \ - "${pkgdir}/usr/share/zsh/site-functions" - - LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr \ ---staging-bindir="${pkgdir}/usr/bin" \ ---staging-libdir="${pkgdir}/usr/lib" \ ---staging-sharedir="${pkgdir}/usr/share" - - # Compiling bytecode FS#33392 - python2 -m compileall "${pkgdir}/usr/lib/calibre/" - python2 -O -m compileall "${pkgdir}/usr/lib/calibre/" -} Copied: calibre/repos/community-i686/PKGBUILD (from rev 117481, calibre/trunk/PKGBUILD) ===
[arch-commits] Commit in calibre/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 19:29:52 Author: jelle Revision: 117481 upgpkg: calibre 1.206.1-1 Modified: calibre/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 15:54:28 UTC (rev 117480) +++ PKGBUILD2014-08-17 17:29:52 UTC (rev 117481) @@ -7,7 +7,7 @@ # Contributor: Larry Hajali pkgname=calibre -pkgver=1.206.0 +pkgver=1.206.1 pkgrel=1 pkgdesc="Ebook management application" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ optdepends=('ipython2: to use calibre-debug') install=calibre.install source=("http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz";) -md5sums=('be2906b326faa8019996e015d0f87c7d') +md5sums=('7d129a909a35692979410b6cd5ded263') prepare(){ cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in ffmpeg/repos (4 files)
Date: Sunday, August 17, 2014 @ 19:14:33 Author: bpiotrowski Revision: 220174 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ffmpeg/repos/extra-i686/PKGBUILD (from rev 220173, ffmpeg/trunk/PKGBUILD) ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 220173, ffmpeg/trunk/PKGBUILD) Deleted: ffmpeg/repos/extra-i686/PKGBUILD ffmpeg/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 164 extra-i686/PKGBUILD | 82 extra-x86_64/PKGBUILD | 82 3 files changed, 164 insertions(+), 164 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 17:14:25 UTC (rev 220173) +++ extra-i686/PKGBUILD 2014-08-17 17:14:33 UTC (rev 220174) @@ -1,82 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Maintainer: Bartłomiej Piotrowski -# Contributor: Tom Newsom -# Contributor: Paul Mattal - -pkgname=ffmpeg -pkgver=2.3.1 -pkgrel=1 -epoch=1 -pkgdesc='Complete and free Internet live audio and video broadcasting solution' -arch=('i686' 'x86_64') -url='http://ffmpeg.org/' -license=('GPL') -depends=( - 'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau' - 'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx' - 'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex' - 'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' -) -makedepends=('libvdpau' 'yasm' 'x264') -source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) -md5sums=('bb02e99c39941d7f3dc56658b9324a2b' - 'SKIP') - -build() { - cd $pkgname-$pkgver - - ./configure \ ---prefix=/usr \ ---disable-debug \ ---disable-static \ ---enable-avisynth \ ---enable-avresample \ ---enable-decoder=atrac3 \ ---enable-decoder=atrac3p \ ---enable-dxva2 \ ---enable-fontconfig \ ---enable-gnutls \ ---enable-gpl \ ---enable-libass \ ---enable-libbluray \ ---enable-libfreetype \ ---enable-libgsm \ ---enable-libmodplug \ ---enable-libmp3lame \ ---enable-libopencore_amrnb \ ---enable-libopencore_amrwb \ ---enable-libopenjpeg \ ---enable-libopus \ ---enable-libpulse \ ---enable-librtmp \ ---enable-libschroedinger \ ---enable-libspeex \ ---enable-libtheora \ ---enable-libv4l2 \ ---enable-libvorbis \ ---enable-libvpx \ ---enable-libx264 \ ---enable-libx265 \ ---enable-libxvid \ ---enable-pic \ ---enable-postproc \ ---enable-runtime-cpudetect \ ---enable-shared \ ---enable-swresample \ ---enable-vdpau \ ---enable-version3 \ ---enable-x11grab - - make - make tools/qt-faststart - make doc/ff{mpeg,play,server}.1 -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install install-man - install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart -} - -# vim:set ts=2 sw=2 et: Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 220173, ffmpeg/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 17:14:33 UTC (rev 220174) @@ -0,0 +1,82 @@ +# $Id$ +# Maintainer: Ionut Biru +# Maintainer: Bartłomiej Piotrowski +# Contributor: Tom Newsom +# Contributor: Paul Mattal + +pkgname=ffmpeg +pkgver=2.3.3 +pkgrel=1 +epoch=1 +pkgdesc='Complete and free Internet live audio and video broadcasting solution' +arch=('i686' 'x86_64') +url='http://ffmpeg.org/' +license=('GPL') +depends=( + 'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau' + 'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx' + 'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex' + 'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' +) +makedepends=('libvdpau' 'yasm' 'x264') +source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) +md5sums=('72361d3b8717b6db3ad2b9da8df7af5e' + 'SKIP') + +build() { + cd $pkgname-$pkgver + + ./configure \ +--prefix=/usr \ +--disable-debug \ +--disable-static \ +--enable-avisynth \ +--enable-avresample \ +--enable-decoder=atrac3 \ +--enable-decoder=atrac3p \ +--enable-dxva2 \ +--enable-fontconfig \ +--enable-gnutls \ +--enable-gpl \ +--enable-libass \ +--enable-libbluray \ +--enable-libfreetype \ +--enable-libgsm \ +--enable-libmodplug \ +--enable-libmp3lame \ +--enable-libopencore_amrnb \ +--enable-libopencore_amrwb \ +--enable-libopenjpeg \ +--enable-libopus \ +--enable-libpulse \ +--enable-librtmp \ +--enable-libschroedinger \ +--enable-libspeex \ +--enable-libtheora \ +--enable-libv4l2 \ +--enable-libvorbis \ +--enable-libvpx \ +--enable-libx264 \ +--enable-li
[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 19:14:25 Author: bpiotrowski Revision: 220173 upgpkg: ffmpeg 1:2.3.3-1 new upstream release Modified: ffmpeg/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 15:30:33 UTC (rev 220172) +++ PKGBUILD2014-08-17 17:14:25 UTC (rev 220173) @@ -5,7 +5,7 @@ # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=2.3.1 +pkgver=2.3.3 pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' @@ -20,7 +20,7 @@ ) makedepends=('libvdpau' 'yasm' 'x264') source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) -md5sums=('bb02e99c39941d7f3dc56658b9324a2b' +md5sums=('72361d3b8717b6db3ad2b9da8df7af5e' 'SKIP') build() {
[arch-commits] Commit in cabextract/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, August 17, 2014 @ 17:54:28 Author: eric Revision: 117480 archrelease: copy trunk to community-x86_64 Added: cabextract/repos/community-x86_64/PKGBUILD (from rev 117479, cabextract/trunk/PKGBUILD) Deleted: cabextract/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 57 + 1 file changed, 29 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 15:53:06 UTC (rev 117479) +++ PKGBUILD2014-08-17 15:54:28 UTC (rev 117480) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora - -pkgname=cabextract -pkgver=1.4 -pkgrel=3 -pkgdesc="A program to extract Microsoft cabinet (.CAB) files" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.cabextract.org.uk/"; -depends=('glibc') -source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";) -md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: cabextract/repos/community-x86_64/PKGBUILD (from rev 117479, cabextract/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 15:54:28 UTC (rev 117480) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Giovanni Scafora + +pkgname=cabextract +pkgver=1.4 +pkgrel=3 +pkgdesc="A program to extract Microsoft cabinet (.CAB) files" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.cabextract.org.uk/"; +depends=('glibc') +DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A "Mozilla/4.0" -o %o %u') +source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";) +md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in cabextract/repos/community-i686 (PKGBUILD PKGBUILD)
Date: Sunday, August 17, 2014 @ 17:53:06 Author: eric Revision: 117479 archrelease: copy trunk to community-i686 Added: cabextract/repos/community-i686/PKGBUILD (from rev 117478, cabextract/trunk/PKGBUILD) Deleted: cabextract/repos/community-i686/PKGBUILD --+ PKGBUILD | 57 + 1 file changed, 29 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 15:51:16 UTC (rev 117478) +++ PKGBUILD2014-08-17 15:53:06 UTC (rev 117479) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora - -pkgname=cabextract -pkgver=1.4 -pkgrel=3 -pkgdesc="A program to extract Microsoft cabinet (.CAB) files" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.cabextract.org.uk/"; -depends=('glibc') -source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";) -md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: cabextract/repos/community-i686/PKGBUILD (from rev 117478, cabextract/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 15:53:06 UTC (rev 117479) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Giovanni Scafora + +pkgname=cabextract +pkgver=1.4 +pkgrel=3 +pkgdesc="A program to extract Microsoft cabinet (.CAB) files" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.cabextract.org.uk/"; +depends=('glibc') +DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A "Mozilla/4.0" -o %o %u') +source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";) +md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in cabextract/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 17:51:16 Author: eric Revision: 117478 Add user agent to DLAGENTS to fix source download issue (Error 406) Modified: cabextract/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2014-08-17 14:35:24 UTC (rev 117477) +++ PKGBUILD2014-08-17 15:51:16 UTC (rev 117478) @@ -9,6 +9,7 @@ license=('GPL') url="http://www.cabextract.org.uk/"; depends=('glibc') +DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A "Mozilla/4.0" -o %o %u') source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";) md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
[arch-commits] Commit in hugin/repos (12 files)
Date: Sunday, August 17, 2014 @ 17:06:49 Author: bisson Revision: 220171 archrelease: copy trunk to extra-i686, extra-x86_64 Added: hugin/repos/extra-i686/PKGBUILD (from rev 220170, hugin/trunk/PKGBUILD) hugin/repos/extra-i686/build.patch (from rev 220170, hugin/trunk/build.patch) hugin/repos/extra-i686/install (from rev 220170, hugin/trunk/install) hugin/repos/extra-x86_64/PKGBUILD (from rev 220170, hugin/trunk/PKGBUILD) hugin/repos/extra-x86_64/build.patch (from rev 220170, hugin/trunk/build.patch) hugin/repos/extra-x86_64/install (from rev 220170, hugin/trunk/install) Deleted: hugin/repos/extra-i686/PKGBUILD hugin/repos/extra-i686/build.patch hugin/repos/extra-i686/install hugin/repos/extra-x86_64/PKGBUILD hugin/repos/extra-x86_64/build.patch hugin/repos/extra-x86_64/install --+ /PKGBUILD| 84 + /build.patch | 22 +++ /install | 26 + extra-i686/PKGBUILD | 42 -- extra-i686/build.patch | 11 - extra-i686/install | 13 -- extra-x86_64/PKGBUILD| 42 -- extra-x86_64/build.patch | 11 - extra-x86_64/install | 13 -- 9 files changed, 132 insertions(+), 132 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 15:03:37 UTC (rev 220170) +++ extra-i686/PKGBUILD 2014-08-17 15:06:49 UTC (rev 220171) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Tobias Kieslich -# Contributor: Giovanni Scafora -# Contributor: Dominik Ryba - -pkgname=hugin -pkgver=2013.0.0 -pkgrel=9 -pkgdesc='Panorama photo stitcher' -url='http://hugin.sourceforge.net/' -license=('GPL') -arch=('i686' 'x86_64') -optdepends=('python2: bindings and plugins') -makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig') -depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' - 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"; -'build.patch') -sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d' - '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4') - -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../build.patch -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - cmake . \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_LAPACK=yes - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: hugin/repos/extra-i686/PKGBUILD (from rev 220170, hugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 15:06:49 UTC (rev 220171) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Kieslich +# Contributor: Giovanni Scafora +# Contributor: Dominik Ryba + +pkgname=hugin +pkgver=2013.0.0 +pkgrel=9 +pkgdesc='Panorama photo stitcher' +url='http://hugin.sourceforge.net/' +license=('GPL') +arch=('i686' 'x86_64') +optdepends=('python2: bindings and plugins') +makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig') +depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' + 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"; +'build.patch') +sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d' + '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4') + +install=install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../build.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + cmake . \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LAPACK=yes + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/build.patch === --- extra-i686/build.patch 2014-08-17 15:03:37 UTC (rev 220170) +++ extra-i686/build.patch 2014-08-17 15:06:49 UTC (rev 220171) @@ -1,11 +0,0 @@ a/src/hugin1/ptbatcher/PTBatcherGUI.cpp -+++ b/src/hugin1/ptbatcher/PTBatcherGUI.cpp -@@ -150,7 +150,7 @@ - { wxCMD_LINE_SWITCH, "v", "verbose", "show verbose output when processing projects" }, - { wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the given projects" }, - { --wxCMD_LINE_PARAM, NULL, NU
[arch-commits] Commit in hugin/repos/extra-i686 (6 files)
Date: Sunday, August 17, 2014 @ 17:03:37 Author: bisson Revision: 220170 fix things Added: hugin/repos/extra-i686/PKGBUILD (from rev 220169, hugin/trunk/PKGBUILD) hugin/repos/extra-i686/build.patch (from rev 220169, hugin/trunk/build.patch) hugin/repos/extra-i686/install (from rev 220169, hugin/trunk/install) Deleted: hugin/repos/extra-i686/PKGBUILD hugin/repos/extra-i686/build.patch hugin/repos/extra-i686/install -+ PKGBUILD| 84 +- build.patch | 22 +++ install | 26 - 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 14:56:03 UTC (rev 220169) +++ PKGBUILD2014-08-17 15:03:37 UTC (rev 220170) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson -# Contributor: Tobias Kieslich -# Contributor: Giovanni Scafora -# Contributor: Dominik Ryba - -pkgname=hugin -pkgver=2013.0.0 -pkgrel=8 -pkgdesc='Panorama photo stitcher' -url='http://hugin.sourceforge.net/' -license=('GPL') -arch=('i686' 'x86_64') -optdepends=('python2: bindings and plugins') -makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig') -depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' - 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"; -'build.patch') -sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d' - '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4') - -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../build.patch -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - cmake . \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_LAPACK=yes - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: hugin/repos/extra-i686/PKGBUILD (from rev 220169, hugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 15:03:37 UTC (rev 220170) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Kieslich +# Contributor: Giovanni Scafora +# Contributor: Dominik Ryba + +pkgname=hugin +pkgver=2013.0.0 +pkgrel=9 +pkgdesc='Panorama photo stitcher' +url='http://hugin.sourceforge.net/' +license=('GPL') +arch=('i686' 'x86_64') +optdepends=('python2: bindings and plugins') +makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig') +depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' + 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"; +'build.patch') +sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d' + '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4') + +install=install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../build.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + cmake . \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LAPACK=yes + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: build.patch === --- build.patch 2014-08-17 14:56:03 UTC (rev 220169) +++ build.patch 2014-08-17 15:03:37 UTC (rev 220170) @@ -1,11 +0,0 @@ a/src/hugin1/ptbatcher/PTBatcherGUI.cpp -+++ b/src/hugin1/ptbatcher/PTBatcherGUI.cpp -@@ -150,7 +150,7 @@ - { wxCMD_LINE_SWITCH, "v", "verbose", "show verbose output when processing projects" }, - { wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the given projects" }, - { --wxCMD_LINE_PARAM, NULL, NULL, _("stitch_project.pto [output prefix]|assistant_project.pto"), -+wxCMD_LINE_PARAM, NULL, NULL, "stitch_project.pto [output prefix]|assistant_project.pto", - wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL + wxCMD_LINE_PARAM_MULTIPLE - }, - { wxCMD_LINE_NONE } Copied: hugin/repos/extra-i686/build.patch (from rev 220169, hugin/trunk/build.patch) === --- build.patch (rev 0) +++ build.patch 2014-08-17 15:03:37 UTC (rev 220170) @@ -0,0 +1,11 @@ +--- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp b/src/hugin1/ptbatcher/PTBatcherGUI.cpp +@@ -150,7 +150,7 @@ + { wxCMD_LINE_SWITCH, "v", "verbose", "show verbose output when processing proj
[arch-commits] Commit in hugin/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 16:56:03 Author: bisson Revision: 220169 fix FS#41587 Modified: hugin/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 13:47:55 UTC (rev 220168) +++ PKGBUILD2014-08-17 14:56:03 UTC (rev 220169) @@ -6,7 +6,7 @@ pkgname=hugin pkgver=2013.0.0 -pkgrel=8 +pkgrel=9 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL')
[arch-commits] Commit in xf86-input-mouse/repos (4 files)
Date: Sunday, August 17, 2014 @ 15:47:55 Author: lcarlier Revision: 220168 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-mouse/repos/extra-i686/PKGBUILD (from rev 220167, xf86-input-mouse/trunk/PKGBUILD) xf86-input-mouse/repos/extra-x86_64/PKGBUILD (from rev 220167, xf86-input-mouse/trunk/PKGBUILD) Deleted: xf86-input-mouse/repos/extra-i686/PKGBUILD xf86-input-mouse/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 58 extra-i686/PKGBUILD | 29 extra-x86_64/PKGBUILD | 29 3 files changed, 58 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 13:47:42 UTC (rev 220167) +++ extra-i686/PKGBUILD 2014-08-17 13:47:55 UTC (rev 220168) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-input-mouse -pkgver=1.9.0 -pkgrel=3 -pkgdesc="X.org mouse input driver" -arch=(i686 x86_64) -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('glibc') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: xf86-input-mouse/repos/extra-i686/PKGBUILD (from rev 220167, xf86-input-mouse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 13:47:55 UTC (rev 220168) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-input-mouse +pkgver=1.9.1 +pkgrel=1 +pkgdesc="X.org mouse input driver" +arch=(i686 x86_64) +license=('custom') +url="http://xorg.freedesktop.org/"; +depends=('glibc') +makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2014-08-17 13:47:42 UTC (rev 220167) +++ extra-x86_64/PKGBUILD 2014-08-17 13:47:55 UTC (rev 220168) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-input-mouse -pkgver=1.9.0 -pkgrel=3 -pkgdesc="X.org mouse input driver" -arch=(i686 x86_64) -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('glibc') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: xf86-input-mouse/repos/extra-x86_64/PKGBUILD (from rev 220167, xf86-input-mouse/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-08-17 13:47:55 UTC (rev 220168) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-input-mouse +pkgver=1.9.1 +pkgrel=1 +pkgdesc="X.org mouse input driver" +arch=(i686 x86_64) +license=('custom') +url="http://xorg.freedesktop.org/"; +depends=('glibc') +makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('3485d37
[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 15:47:42 Author: lcarlier Revision: 220167 upgpkg: xf86-input-mouse 1.9.1-1 upstream update 1.9.1 Modified: xf86-input-mouse/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 13:35:47 UTC (rev 220166) +++ PKGBUILD2014-08-17 13:47:42 UTC (rev 220167) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=xf86-input-mouse -pkgver=1.9.0 -pkgrel=3 +pkgver=1.9.1 +pkgrel=1 pkgdesc="X.org mouse input driver" arch=(i686 x86_64) license=('custom') @@ -13,7 +13,7 @@ conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') groups=('xorg-drivers' 'xorg') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488') +sha256sums=('3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in xf86-input-synaptics/repos (8 files)
Date: Sunday, August 17, 2014 @ 15:35:47 Author: lcarlier Revision: 220166 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 220165, xf86-input-synaptics/trunk/PKGBUILD) xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff (from rev 220165, xf86-input-synaptics/trunk/add_tapbuttons.diff) xf86-input-synaptics/repos/extra-x86_64/PKGBUILD (from rev 220165, xf86-input-synaptics/trunk/PKGBUILD) xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff (from rev 220165, xf86-input-synaptics/trunk/add_tapbuttons.diff) Deleted: xf86-input-synaptics/repos/extra-i686/PKGBUILD xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff xf86-input-synaptics/repos/extra-x86_64/PKGBUILD xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff --+ /PKGBUILD| 84 + /add_tapbuttons.diff | 34 ++ extra-i686/PKGBUILD | 47 extra-i686/add_tapbuttons.diff | 17 --- extra-x86_64/PKGBUILD| 47 extra-x86_64/add_tapbuttons.diff | 17 --- 6 files changed, 118 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 13:35:36 UTC (rev 220165) +++ extra-i686/PKGBUILD 2014-08-17 13:35:47 UTC (rev 220166) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Tobias Powalowski -# Contributor: Thomas Bächler -# Contributor: Alexander Baldeck - -pkgname=xf86-input-synaptics -pkgver=1.8.0 -pkgrel=2 -pkgdesc="Synaptics driver for notebook touchpads" -arch=('i686' 'x86_64') -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('libxtst' 'mtdev' 'libevdev') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -replaces=('synaptics') -provides=('synaptics') -conflicts=('synaptics') -groups=('xorg-drivers' 'xorg') -backup=('etc/X11/xorg.conf.d/50-synaptics.conf') -source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 -add_tapbuttons.diff) -sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a' -'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec') - -build() { - cd ${pkgname}-${pkgver} - - # * upstream disabled tapping by default if a physical left button is present - see FS#33282 - # * enable MatchDevicePath directive by default - FS#33291 - patch -Np1 -i ${srcdir}/add_tapbuttons.diff - - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d" - install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/" - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" - - rm -rf "${pkgdir}/usr/share/X11" -} Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 220165, xf86-input-synaptics/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 13:35:47 UTC (rev 220166) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Tobias Powalowski +# Contributor: Thomas Bächler +# Contributor: Alexander Baldeck + +pkgname=xf86-input-synaptics +pkgver=1.8.0 +pkgrel=3 +pkgdesc="Synaptics driver for notebook touchpads" +arch=('i686' 'x86_64') +license=('custom') +url="http://xorg.freedesktop.org/"; +depends=('libxtst' 'mtdev' 'libevdev') +makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') +replaces=('synaptics') +provides=('synaptics') +conflicts=('synaptics') +groups=('xorg-drivers' 'xorg') +source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 +add_tapbuttons.diff) +sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a' +'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec') + +build() { + cd ${pkgname}-${pkgver} + + # * upstream disabled tapping by default if a physical left button is present - see FS#33282 + # * enable MatchDevicePath directive by default - FS#33291 + patch -Np1 -i ${srcdir}/add_tapbuttons.diff + + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Deleted: extr
[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 15:35:36 Author: lcarlier Revision: 220165 upgpkg: xf86-input-synaptics 1.8.0-3 fix FS#41465 Modified: xf86-input-synaptics/trunk/PKGBUILD --+ PKGBUILD |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 13:12:31 UTC (rev 220164) +++ PKGBUILD2014-08-17 13:35:36 UTC (rev 220165) @@ -6,7 +6,7 @@ pkgname=xf86-input-synaptics pkgver=1.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Synaptics driver for notebook touchpads" arch=('i686' 'x86_64') license=('custom') @@ -18,7 +18,6 @@ provides=('synaptics') conflicts=('synaptics') groups=('xorg-drivers' 'xorg') -backup=('etc/X11/xorg.conf.d/50-synaptics.conf') source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 add_tapbuttons.diff) sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a' @@ -38,10 +37,6 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d" - install -m644 conf/50-synaptics.conf "${pkgdir}/etc/X11/xorg.conf.d/" install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" - - rm -rf "${pkgdir}/usr/share/X11" }
[arch-commits] Commit in xf86-input-joystick/repos (8 files)
Date: Sunday, August 17, 2014 @ 15:12:31 Author: lcarlier Revision: 220164 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-joystick/repos/extra-i686/50-joystick.conf (from rev 220163, xf86-input-joystick/trunk/50-joystick.conf) xf86-input-joystick/repos/extra-i686/PKGBUILD (from rev 220163, xf86-input-joystick/trunk/PKGBUILD) xf86-input-joystick/repos/extra-x86_64/50-joystick.conf (from rev 220163, xf86-input-joystick/trunk/50-joystick.conf) xf86-input-joystick/repos/extra-x86_64/PKGBUILD (from rev 220163, xf86-input-joystick/trunk/PKGBUILD) Deleted: xf86-input-joystick/repos/extra-i686/50-joystick.conf xf86-input-joystick/repos/extra-i686/PKGBUILD xf86-input-joystick/repos/extra-x86_64/50-joystick.conf xf86-input-joystick/repos/extra-x86_64/PKGBUILD ---+ /50-joystick.conf | 12 ++ /PKGBUILD | 72 extra-i686/50-joystick.conf |6 --- extra-i686/PKGBUILD | 37 extra-x86_64/50-joystick.conf |6 --- extra-x86_64/PKGBUILD | 37 6 files changed, 84 insertions(+), 86 deletions(-) Deleted: extra-i686/50-joystick.conf === --- extra-i686/50-joystick.conf 2014-08-17 13:12:19 UTC (rev 220163) +++ extra-i686/50-joystick.conf 2014-08-17 13:12:31 UTC (rev 220164) @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "joystick catchall" - MatchIsJoystick "on" - MatchDevicePath "/dev/input/event*" - Driver "joystick" -EndSection Copied: xf86-input-joystick/repos/extra-i686/50-joystick.conf (from rev 220163, xf86-input-joystick/trunk/50-joystick.conf) === --- extra-i686/50-joystick.conf (rev 0) +++ extra-i686/50-joystick.conf 2014-08-17 13:12:31 UTC (rev 220164) @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "joystick catchall" + MatchIsJoystick "on" + MatchDevicePath "/dev/input/event*" + Driver "joystick" +EndSection Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 13:12:19 UTC (rev 220163) +++ extra-i686/PKGBUILD 2014-08-17 13:12:31 UTC (rev 220164) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-input-joystick -pkgver=1.6.2 -pkgrel=4 -pkgdesc="X.Org Joystick input driver" -arch=(i686 x86_64) -url="http://xorg.freedesktop.org/"; -license=('custom') -depends=('glibc') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -backup=('etc/X11/xorg.conf.d/50-joystick.conf') -groups=('xorg-drivers' 'xorg') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 -50-joystick.conf) -sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187' - 'e1ff3699a0470c6bb78a53f718df9d8521621e11') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install - - install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d" - install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/etc/X11/xorg.conf.d/" - - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} Copied: xf86-input-joystick/repos/extra-i686/PKGBUILD (from rev 220163, xf86-input-joystick/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 13:12:31 UTC (rev 220164) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-input-joystick +pkgver=1.6.2 +pkgrel=5 +pkgdesc="X.Org Joystick input driver" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org/"; +license=('custom') +depends=('glibc') +makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 +50-joystick.conf) +sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187' + 'e1ff3699a0470c6bb78a53f718df9d8521621e11') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install + + install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d" + install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/" + + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Deleted: extra-x86_64/50-joystick.conf ==
[arch-commits] Commit in xf86-input-joystick/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 15:12:19 Author: lcarlier Revision: 220163 upgpkg: xf86-input-joystick 1.6.2-5 fix FS#41464 Modified: xf86-input-joystick/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 12:59:11 UTC (rev 220162) +++ PKGBUILD2014-08-17 13:12:19 UTC (rev 220163) @@ -3,7 +3,7 @@ pkgname=xf86-input-joystick pkgver=1.6.2 -pkgrel=4 +pkgrel=5 pkgdesc="X.Org Joystick input driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/"; @@ -11,7 +11,6 @@ depends=('glibc') makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -backup=('etc/X11/xorg.conf.d/50-joystick.conf') groups=('xorg-drivers' 'xorg') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 50-joystick.conf) @@ -29,8 +28,8 @@ make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d" - install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/etc/X11/xorg.conf.d/" + install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d" + install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/" install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
[arch-commits] Commit in virtualbox/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 15:11:34 Author: seblu Revision: 117476 fix FS#41578 Modified: virtualbox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 12:19:46 UTC (rev 117475) +++ PKGBUILD2014-08-17 13:11:34 UTC (rev 117476) @@ -134,7 +134,7 @@ 'virtualbox-host-modules') optdepends=('qt4: VirtualBox GUI support' 'vde2: Virtual Distributed Ethernet support' -'virtualbox-guest-iso: Guest Addiotions CD image' +'virtualbox-guest-iso: Guest Additions CD image' 'virtualbox-ext-vnc: VNC server support' 'virtualbox-sdk: Developer kit' 'virtualbox-host-dkms: Host kernel source modules for non-stock kernels'
[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 14:58:58 Author: lcarlier Revision: 220161 upgpkg: xf86-input-vmmouse 13.0.0-5 fix FS#41466 Modified: xf86-input-vmmouse/trunk/PKGBUILD --+ PKGBUILD |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 12:50:29 UTC (rev 220160) +++ PKGBUILD2014-08-17 12:58:58 UTC (rev 220161) @@ -3,7 +3,7 @@ pkgname=xf86-input-vmmouse pkgver=13.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="X.org VMWare Mouse input driver" arch=(i686 x86_64) license=('custom') @@ -12,7 +12,6 @@ makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') groups=('xorg-drivers' 'xorg') -backup=('etc/X11/xorg.conf.d/50-vmmouse.conf') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c') @@ -19,7 +18,6 @@ build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ ---with-xorg-conf-dir=/etc/X11/xorg.conf.d \ --with-udev-rules-dir=/usr/lib/udev/rules.d make }
[arch-commits] Commit in xf86-input-vmmouse/repos (4 files)
Date: Sunday, August 17, 2014 @ 14:59:11 Author: lcarlier Revision: 220162 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xf86-input-vmmouse/repos/extra-i686/PKGBUILD (from rev 220161, xf86-input-vmmouse/trunk/PKGBUILD) xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD (from rev 220161, xf86-input-vmmouse/trunk/PKGBUILD) Deleted: xf86-input-vmmouse/repos/extra-i686/PKGBUILD xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 62 extra-i686/PKGBUILD | 33 - extra-x86_64/PKGBUILD | 33 - 3 files changed, 62 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 12:58:58 UTC (rev 220161) +++ extra-i686/PKGBUILD 2014-08-17 12:59:11 UTC (rev 220162) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-input-vmmouse -pkgver=13.0.0 -pkgrel=4 -pkgdesc="X.org VMWare Mouse input driver" -arch=(i686 x86_64) -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('glibc' 'sh') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -groups=('xorg-drivers' 'xorg') -backup=('etc/X11/xorg.conf.d/50-vmmouse.conf') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---with-xorg-conf-dir=/etc/X11/xorg.conf.d \ ---with-udev-rules-dir=/usr/lib/udev/rules.d - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" - rm -rfv ${pkgdir}/usr/{lib,share}/hal -} Copied: xf86-input-vmmouse/repos/extra-i686/PKGBUILD (from rev 220161, xf86-input-vmmouse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 12:59:11 UTC (rev 220162) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-input-vmmouse +pkgver=13.0.0 +pkgrel=5 +pkgdesc="X.org VMWare Mouse input driver" +arch=(i686 x86_64) +license=('custom') +url="http://xorg.freedesktop.org/"; +depends=('glibc' 'sh') +makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') +conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--with-udev-rules-dir=/usr/lib/udev/rules.d + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" + rm -rfv ${pkgdir}/usr/{lib,share}/hal +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2014-08-17 12:58:58 UTC (rev 220161) +++ extra-x86_64/PKGBUILD 2014-08-17 12:59:11 UTC (rev 220162) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=xf86-input-vmmouse -pkgver=13.0.0 -pkgrel=4 -pkgdesc="X.org VMWare Mouse input driver" -arch=(i686 x86_64) -license=('custom') -url="http://xorg.freedesktop.org/"; -depends=('glibc' 'sh') -makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 'scrnsaverproto') -conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22') -groups=('xorg-drivers' 'xorg') -backup=('etc/X11/xorg.conf.d/50-vmmouse.conf') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c') - -build() { - cd ${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---with-xorg-conf-dir=/etc/X11/xorg.conf.d \ ---with-udev-rules-dir=/usr/lib/udev/rules.d - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" - rm -rfv ${pkgdir}/usr/{lib,share}/hal -} Copied: xf86-input-vmmouse/repos/extra-x86_64/PKGBUILD (from rev 220161, xf86-input-vmmouse/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-08-17 12:59:11 UTC (rev 220162) @@ -0,0
[arch-commits] Commit in libreoffice-still-i18n/repos (2 files)
Date: Sunday, August 17, 2014 @ 14:50:29 Author: andyrtr Revision: 220160 archrelease: copy trunk to testing-any Added: libreoffice-still-i18n/repos/testing-any/ libreoffice-still-i18n/repos/testing-any/PKGBUILD (from rev 220159, libreoffice-still-i18n/trunk/PKGBUILD) --+ PKGBUILD | 355 + 1 file changed, 355 insertions(+) Copied: libreoffice-still-i18n/repos/testing-any/PKGBUILD (from rev 220159, libreoffice-still-i18n/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2014-08-17 12:50:29 UTC (rev 220160) @@ -0,0 +1,355 @@ +# $Id$ +# Maintainer: Andreas Radke +# Maintainer: Bartłomiej Piotrowski + +pkgbase="libreoffice-still-i18n" + +_rcver=4.2.6.2 +pkgver=4.2.6 +pkgrel=1 + +_oodlver=${pkgver} +#_oodlver=${_rcver} + +arch=('any') +url="http://www.documentfoundation.org"; +license=('LGPL') +makedepends=('rpmextract') + +# http://wiki.documentfoundation.org/Language_Teams +#http://download.documentfoundation.org/mirrors/all.html +_url="http://download.documentfoundation.org/libreoffice/stable"; +#_url="http://download.documentfoundation.org/libreoffice/testing"; +#_url="http://dev-builds.libreoffice.org/pre-releases"; +#_url="http://www.libreoffice.org/download/pre-releases"; + +#_url+="/${pkgver}-rc2/rpm/x86" +_url+="/${pkgver}/rpm/x86" +#_url+="/rpm/x86" + +_languages=( + 'af "Afrikaans"' + 'am "Amharic"' + 'ar "Arabic"' + 'as "Assamese (India)"' + 'ast "Asturianu"' + 'be "Belarusian"' + 'bg "Bulgarian"' + 'bn "Bengali"' + 'bn-IN"Bengali (India)"' + 'bo "Tibetan"' + 'br "Breton"' + 'brx "Bodo"' + 'bs "Bosnian"' + 'ca "Catalan"' + 'ca-valencia "Catalan (Valencia)"' + 'cs "Czech"' + 'cy "Welsh"' + 'da "Danish"' + 'de "German"' + 'dgo "Dogri"' + 'dz "Dzongkha"' + 'el "Greek"' + 'en-GB"English (GB)"' + 'en-ZA"English (ZA)"' + 'eo "Esperanto"' + 'es "Spanish"' + 'et "Estonian"' + 'eu "Basque"' + 'fa "Persian"' + 'fi "Finnish"' + 'fr "French"' + 'ga "Irish"' + 'gd "Gaelic (Scottish)"' + 'gl "Galician"' + 'gu "Gujarati"' + 'he "Hebrew"' + 'hi "Hindi"' + 'hr "Croatian"' + 'hu "Hungarian"' + 'id "Indonesian"' + 'is "Icelandic"' + 'it "Italian"' + 'ja "Japanese"' + 'ka "Georgian"' + 'kk "Kazakh"' + 'km "Khmer (Cambodia)"' + 'kmr-Latn "Kurdish"' + 'kn "Kannada"' + 'ko "Korean"' + 'kok "Konkani"' + 'ks "Kashmiri"' + 'lb "Luxembourgish"' + 'lo "Lao"' + 'lt "Lithuanian"' + 'lv "Latvian"' + 'mai "Maithili"' + 'mk "Macedonian"' + 'ml "Malayalam"' + 'mn "Mongolian"' + 'mni "Manipuri"' + 'mr "Marathi"' + 'my "Burmese"' + 'nb "Norwegian Bokmal"' + 'ne "Nepali"' + 'nl "Dutch"' + 'nn "Norwegian Nynorsk"' + 'nr "Ndebele (South)"' + 'nso "Northern Sotho"' + 'oc "Occitan"' + 'om "Oromo"' + 'or "Oriya"' + 'pa-IN"Punjabi (India)"' + 'pl "Polish"' + 'pt "Portuguese"' + 'pt-BR"Portuguese (Brasil)"' + 'ro "Romanian"' + 'ru "Russian"' + 'rw "Kinyarwanda"' + 'sa-IN"Sanskrit (India)"' + 'sat "Santali"' + 'sd "Sindhi"' + 'si "Singhalese"' + 'sid "Sidama"' + 'sk "Slovak"' + 'sl "Slovenian"' + 'sq "Albanien"' + 'sr "Serbian"' + 'sr-Latn "Serbian (Latin)"' + 'ss "Swati"' + 'st "Southern Sotho"' + 'sv "Swedish"' + 'sw-TZ"Swahili (Tanzania)"' + 'ta "Tamil"' + 'te "Telugu"' + 'tg "Tajik"' + 'th "Thai"' + 'tn "Tswana"' + 'tr "Turkish"' + 'ts "Tsonga"' + 'tt "Tatar"' + 'ug "Uighur"' + 'uk "Ukrainian"' + 'uz "Uzbek"' + 've "Venda"' + 'vi "Vietnamese"' + 'xh "Xhosa"' + 'zh-CN"Chinese (simplified)"' + 'zh-TW"Chinese (traditional)"' + 'zu "Zulu"' +) +md5sums=('00020fc63b23cd527b33bbc6b2780b5f' + 'e64016b4717422e0f223aa2cc9d35c2b' + '4ec2c56ccfd9ebd4f898d3badd93bc75' + 'ae227766444996df7c031045d10775ee' + 'd8cb31fcca40f1a2793a5220b3fb2996' + '65bb570d45231606f7b7
[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 14:48:45 Author: andyrtr Revision: 220159 upgpkg: libreoffice-still-i18n 4.2.6-1 upstream update 4.2.6 Modified: libreoffice-still-i18n/trunk/PKGBUILD --+ PKGBUILD | 179 ++--- 1 file changed, 173 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 12:20:54 UTC (rev 220158) +++ PKGBUILD2014-08-17 12:48:45 UTC (rev 220159) @@ -10,7 +10,6 @@ _oodlver=${pkgver} #_oodlver=${_rcver} -_dirver=${_rcver} arch=('any') url="http://www.documentfoundation.org"; @@ -139,12 +138,180 @@ 'zh-TW"Chinese (traditional)"' 'zu "Zulu"' ) +md5sums=('00020fc63b23cd527b33bbc6b2780b5f' + 'e64016b4717422e0f223aa2cc9d35c2b' + '4ec2c56ccfd9ebd4f898d3badd93bc75' + 'ae227766444996df7c031045d10775ee' + 'd8cb31fcca40f1a2793a5220b3fb2996' + '65bb570d45231606f7b71eaf0284fdbc' + 'b40d0b64efbc003cc6ffc0d3e09c0a70' + 'baf6c09466349cd41da429269ce0bcec' + 'f4228ceb8ad799d91a748fd0fe0292e3' + 'b2a8f59eed7d23dd9ba0066d8e98e7c4' + 'cc937d9efe93f5410b5130101776a511' + '3f860d6c9afceea0903d49e9e32a78ce' + 'ee70bfaeb38cd80c8cf46109762fa0be' + '33fc7daaa0b8209d0d63e43d3e894027' + 'fdc0c5e688ac790df8babb41188a3f11' + '83081eb47f155679467a5d67e31c6289' + '02ed159c50fc0f199f2c6fd355b1b673' + 'd61ab4bc4dc3c088008f319586ba6f9f' + '07f34357ab77bb30afc68db54c7c7d12' + '200db24d6f77e6dd31e3bea4d1d7ef4d' + 'd99a87131bd5420207af33ec6c641c98' + 'ccff69bfe6919f2a40ffba852c0fd960' + '09944be9f5b0c89d115e802c9aecbd9c' + '5bf64383d2d4d46a5472b655b00c1bf9' + 'e67c2eeaa07a3f3ca4faafaf72a4cab5' + 'a181a15e185ac18111571b31d1a73d30' + 'c6a05ee3c2379af0561d763e6eb6ae6a' + '7ac99ed018e9550ffeb68edd5f4fbc5f' + '6721a3d0d11aeb9f18acc179b8f6e7b1' + 'cd7541ea94cd1dc33b8dd9b1bfe1683e' + '78469e4e5c5c21570b8a6635a7187e12' + 'aedade6563aa6658f30bc4fae9abe178' + '095858f82d2f22d52403df144531e7d3' + 'ca5eeb5566da22a2b8bade61e6eb4907' + '3fd326fba68455d47371aa213e6259a8' + '1bcce8d1464e1a58994e3902c1415d24' + '3e68ebbc8c51765fb7832771fe869135' + 'ff55ac742eb06f993482796ecce72ee9' + '853f0cc98b59bdfc9ca2ecafb858c868' + '02395a1ee7d779077ece5ed8f38ce9a6' + '284dff0b639e3df0f7ab458e2c4b8c0f' + '357c16b8e7d035fd26f0d10ac3b0f815' + 'b8336cb10a270653cf0dc84b61861bba' + '70526694b38df8e47b67c5e6dd480287' + '6d3249145768f3fb991f021fd75b2689' + '62e8ea9f9e1adcbf7774413d07affd4a' + '8465b0f82a7fd91dcb01f9c48b595075' + '15e88c0e46ab8066b2b25491c5dded00' + '047a519417d1f7f86ceabdbf644a56ca' + '2f7ca65235e010234f2df75027015f1c' + '735bec63bc4645e30408cd25c76ef885' + 'be8322d9597de94a95742bf1feff1678' + 'e7c29ea21e3cfdb30910457f71d7d3a2' + 'a0714d5b7fefc4432ffb03baef3dca8d' + '37cf38a23eeb53dde6b852f86ec6f3e7' + 'd95f7af0514b53b8fbbc8be1ff8cfaa9' + 'b14d7771a750f908f0da3db4ec529638' + '51535bb0c22cd7f43fdc920e6d0fdfd8' + '71d3ef94f176fc41fa75c74c835bf295' + '31b75322c2d443649f39282716b63a19' + '0d71a89fc0fa739030a75172db7ed8b8' + 'a897fb7cc1a45e1bb1c0a322709b673e' + 'f6f84c16ae431c12129e2dbd77f24274' + '44d5a4ccfd48527ea66f2cf0473b0f0a' + '96899d40c0183a30ecf8377890161603' + 'ed0e53dae582beee71739cf661110117' + '60f81b8f9ec393b2596ebf2dc3ad0d6a' + '70bdc819d47caeea8177faa723bf05a4' + 'dcf62bcd2cccd7c7c55756c8363e44cf' + '94e222f4bde1df9e9168012839d8d0aa' + '0b61adf8cffe67615233347ce0b6dedb' + 'c02691d76a86f07f6bfa71fa87ae321e' + '6955db45ed8c04cec74877cecea3542e' + 'af506ab117567515a790acf74423aa4a' + '52a6650f14b388e744135a21541903e6' + 'f3ae9b8ea2b9618ba2b08151a5fb777b' + '1ba4eb648f64c91e3bd9ebcf1f7ef6b5' + '962c1eb42fbca95a18c43bcfe678a9e2' + 'ad21e8d9a6c935938c14d7b46b9798a9' + 'f480c75a382eb95d278b61dce91e6e14' + '8f9f23cfdd6e3a7a4cae642bb74d5349' + 'c74733c141e1dccf38b244570c5282c7' + '1f863e1bb02921ddcc7f2012c4a0bbda' + '504f1e573b373a4392ef64a9017ea2c6' + 'b708007734854d4b713ccbbc13f80ff6' + 'ad6822daab8e6721426e01bc74d2ac19' + '7620ddd5451201477a3b47e4530fb0f0' + 'e01b733ae11fe0c32e60a564acdd57ce' + 'ee6475aff355ca768abb3e3569b92279' + 'ec7de6144d4fc210e7af93244f2b43d3' + '57ffa222992f1417ebe6fc340d49e3c2' + '368eb64026f2548bef5f414606565223' + '431faea8b98e1b21f346f6488789d195' + '8c5e4fcfa8327d8f7d1b9ff16b82acef' +
[arch-commits] Commit in mesa-demos/repos (10 files)
Date: Sunday, August 17, 2014 @ 14:20:54 Author: lcarlier Revision: 220158 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mesa-demos/repos/extra-i686/LICENSE (from rev 220157, mesa-demos/trunk/LICENSE) mesa-demos/repos/extra-i686/PKGBUILD (from rev 220157, mesa-demos/trunk/PKGBUILD) mesa-demos/repos/extra-x86_64/LICENSE (from rev 220157, mesa-demos/trunk/LICENSE) mesa-demos/repos/extra-x86_64/PKGBUILD (from rev 220157, mesa-demos/trunk/PKGBUILD) Deleted: mesa-demos/repos/extra-i686/LICENSE mesa-demos/repos/extra-i686/PKGBUILD mesa-demos/repos/extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch mesa-demos/repos/extra-x86_64/LICENSE mesa-demos/repos/extra-x86_64/PKGBUILD mesa-demos/repos/extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch -+ /LICENSE| 164 ++ /PKGBUILD | 60 +++ extra-i686/LICENSE | 82 - extra-i686/PKGBUILD | 29 - extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch | 94 - extra-x86_64/LICENSE| 82 - extra-x86_64/PKGBUILD | 29 - extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch | 94 - 8 files changed, 224 insertions(+), 410 deletions(-) Deleted: extra-i686/LICENSE === --- extra-i686/LICENSE 2014-08-17 12:17:31 UTC (rev 220157) +++ extra-i686/LICENSE 2014-08-17 12:20:54 UTC (rev 220158) @@ -1,82 +0,0 @@ -Disclaimer - -Mesa is a 3-D graphics library with an API which is very similar to -that of OpenGL* -To the extent that Mesa utilizes the OpenGL command syntax or state -machine, it is being used with authorization from Silicon Graphics, -Inc.(SGI). However, the author does not possess an OpenGL license -from SGI, and makes no claim that Mesa is in any way a compatible -replacement for OpenGL or associated with SGI. Those who want a -licensed implementation of OpenGL should contact a licensed -vendor. - -Please do not refer to the library as MesaGL (for legal -reasons). It's just Mesa or The Mesa 3-D graphics -library - -* OpenGL is a trademark of Silicon Graphics Incorporated. - -License / Copyright Information - -The Mesa distribution consists of several components. Different copyrights -and licenses apply to different components. For example, GLUT is copyrighted -by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa -device drivers are copyrighted by their authors. See below for a list of -Mesa's main components and the license for each. - -The core Mesa library is licensed according to the terms of the MIT license. -This allows integration with the XFree86, Xorg and DRI projects. - -The default Mesa license is as follows: - -Copyright (C) 1999-2007 Brian Paul All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Attention, Contributors - -When contributing to the Mesa project you must agree to the licensing terms -of the component to which you're contributing. -The following section lists the primary components of the Mesa distribution -and their respective licenses. - - -Mesa Component Licenses - -Component Location Primary Author License - -Main Mesa codesrc/mesa/ Brian Paul Mesa (MIT) - -Device driverssrc/mesa/drivers/* See drivers See drivers - -Ext headers include/GL/glext.h SGI SGI Free B - include/GL/glxext.h - -GLUT src/glut/ Mark KilgardMark's copyright - -Mes
[arch-commits] Commit in aegisub/repos (8 files)
Date: Sunday, August 17, 2014 @ 14:19:46 Author: alucryd Revision: 117475 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: aegisub/repos/community-staging-i686/ aegisub/repos/community-staging-i686/PKGBUILD (from rev 117474, aegisub/trunk/PKGBUILD) aegisub/repos/community-staging-i686/aegisub-boost1.56.patch (from rev 117474, aegisub/trunk/aegisub-boost1.56.patch) aegisub/repos/community-staging-i686/aegisub.install (from rev 117474, aegisub/trunk/aegisub.install) aegisub/repos/community-staging-x86_64/ aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 117474, aegisub/trunk/PKGBUILD) aegisub/repos/community-staging-x86_64/aegisub-boost1.56.patch (from rev 117474, aegisub/trunk/aegisub-boost1.56.patch) aegisub/repos/community-staging-x86_64/aegisub.install (from rev 117474, aegisub/trunk/aegisub.install) --+ community-staging-i686/PKGBUILD | 44 + community-staging-i686/aegisub-boost1.56.patch | 67 + community-staging-i686/aegisub.install | 14 community-staging-x86_64/PKGBUILD| 44 + community-staging-x86_64/aegisub-boost1.56.patch | 67 + community-staging-x86_64/aegisub.install | 14 6 files changed, 250 insertions(+) Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 117474, aegisub/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-08-17 12:19:46 UTC (rev 117475) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: kozec +# Contributor: Limao Luo + +pkgname=aegisub +pkgver=3.2.0 +pkgrel=3 +pkgdesc='A general-purpose subtitle editor with ASS/SSA support' +arch=('i686' 'x86_64') +url='http://www.aegisub.org' +license=('GPL' 'BSD') +depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') +makedepends=('boost' 'intltool' 'mesa') +install="${pkgname}.install" +source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz"; +'aegisub-boost1.56.patch') +sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159' +'998ffba66c5acd879c4bd87e339ee66cea875d37171a269ad5f29eedc2997ec0') + +prepare() { + cd ${pkgname}-${pkgver} + + patch -Np1 -i ../aegisub-boost1.56.patch +} + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix='/usr' --without-{portaudio,openal,oss} \ + --disable-update-checker + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install + + install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub + install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE +} + +# vim: ts=2 sw=2 et: Copied: aegisub/repos/community-staging-i686/aegisub-boost1.56.patch (from rev 117474, aegisub/trunk/aegisub-boost1.56.patch) === --- community-staging-i686/aegisub-boost1.56.patch (rev 0) +++ community-staging-i686/aegisub-boost1.56.patch 2014-08-17 12:19:46 UTC (rev 117475) @@ -0,0 +1,67 @@ +diff --git a/libaegisub/include/libaegisub/lua/utils.h b/libaegisub/include/libaegisub/lua/utils.h +index 4e907ee..634d924 100644 +--- a/libaegisub/include/libaegisub/lua/utils.h b/libaegisub/include/libaegisub/lua/utils.h +@@ -16,21 +16,27 @@ + + #include + +-#include + #include + #include + #include + #include + ++#include ++ ++#ifndef BOOST_NORETURN ++#include ++#define BOOST_NORETURN BOOST_ATTRIBUTE_NORETURN ++#endif ++ + namespace agi { namespace lua { + // Exception type for errors where the error details are on the lua stack + struct error_tag {}; + + // Below are functionally equivalent to the luaL_ functions, but using a C++ + // exception for stack unwinding +-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...); +-int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char *extramsg); +-int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char *tname); ++int BOOST_NORETURN error(lua_State *L, const char *fmt, ...); ++int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg); ++int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname); + void argcheck(lua_State *L, bool cond, int narg, const char *msg); + + inline void push_value(lua_State *L, bool value) { lua_pushboolean(L, value); } +diff --git a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp +index 8a5770e..9dd577b 100644 +--- a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp +@@ -181,7 +181,7 @@ int add_stack_trace(lua_State *L) { + return 1; + } + +-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...) { ++int BOOST_NORETU
[arch-commits] Commit in aegisub/trunk (PKGBUILD aegisub-boost1.56.patch)
Date: Sunday, August 17, 2014 @ 14:19:37 Author: alucryd Revision: 117474 boost rebuild: aegisub 3.2.0-3 Added: aegisub/trunk/aegisub-boost1.56.patch Modified: aegisub/trunk/PKGBUILD -+ PKGBUILD| 14 +++-- aegisub-boost1.56.patch | 67 ++ 2 files changed, 78 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 11:52:22 UTC (rev 117473) +++ PKGBUILD2014-08-17 12:19:37 UTC (rev 117474) @@ -5,7 +5,7 @@ pkgname=aegisub pkgver=3.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='A general-purpose subtitle editor with ASS/SSA support' arch=('i686' 'x86_64') url='http://www.aegisub.org' @@ -13,9 +13,17 @@ depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') makedepends=('boost' 'intltool' 'mesa') install="${pkgname}.install" -source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159') +source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz"; +'aegisub-boost1.56.patch') +sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159' +'998ffba66c5acd879c4bd87e339ee66cea875d37171a269ad5f29eedc2997ec0') +prepare() { + cd ${pkgname}-${pkgver} + + patch -Np1 -i ../aegisub-boost1.56.patch +} + build() { cd ${pkgname}-${pkgver} Added: aegisub-boost1.56.patch === --- aegisub-boost1.56.patch (rev 0) +++ aegisub-boost1.56.patch 2014-08-17 12:19:37 UTC (rev 117474) @@ -0,0 +1,67 @@ +diff --git a/libaegisub/include/libaegisub/lua/utils.h b/libaegisub/include/libaegisub/lua/utils.h +index 4e907ee..634d924 100644 +--- a/libaegisub/include/libaegisub/lua/utils.h b/libaegisub/include/libaegisub/lua/utils.h +@@ -16,21 +16,27 @@ + + #include + +-#include + #include + #include + #include + #include + ++#include ++ ++#ifndef BOOST_NORETURN ++#include ++#define BOOST_NORETURN BOOST_ATTRIBUTE_NORETURN ++#endif ++ + namespace agi { namespace lua { + // Exception type for errors where the error details are on the lua stack + struct error_tag {}; + + // Below are functionally equivalent to the luaL_ functions, but using a C++ + // exception for stack unwinding +-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...); +-int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char *extramsg); +-int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char *tname); ++int BOOST_NORETURN error(lua_State *L, const char *fmt, ...); ++int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg); ++int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname); + void argcheck(lua_State *L, bool cond, int narg, const char *msg); + + inline void push_value(lua_State *L, bool value) { lua_pushboolean(L, value); } +diff --git a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp +index 8a5770e..9dd577b 100644 +--- a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp +@@ -181,7 +181,7 @@ int add_stack_trace(lua_State *L) { + return 1; + } + +-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...) { ++int BOOST_NORETURN error(lua_State *L, const char *fmt, ...) { + va_list argp; + va_start(argp, fmt); + luaL_where(L, 1); +@@ -191,7 +191,7 @@ int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...) { + throw error_tag(); + } + +-int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char *extramsg) { ++int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg) { + lua_Debug ar; + if (!lua_getstack(L, 0, &ar)) + error(L, "bad argument #%d (%s)", narg, extramsg); +@@ -203,7 +203,7 @@ int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char *extram + narg, ar.name, extramsg); + } + +-int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char *tname) { ++int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname) { + const char *msg = lua_pushfstring(L, "%s expected, got %s", + tname, luaL_typename(L, narg)); + argerror(L, narg, msg); Property changes on: aegisub/trunk/aegisub-boost1.56.patch ___ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property
[arch-commits] Commit in java8-openjdk/repos (14 files)
Date: Sunday, August 17, 2014 @ 14:17:31 Author: guillaume Revision: 220157 archrelease: copy trunk to extra-i686, extra-x86_64 Added: java8-openjdk/repos/extra-i686/ java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch (from rev 220155, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch) java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch (from rev 220156, java8-openjdk/trunk/002_gcc.make-4.9.patch) java8-openjdk/repos/extra-i686/PKGBUILD (from rev 220156, java8-openjdk/trunk/PKGBUILD) java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh (from rev 220156, java8-openjdk/trunk/install_jdk8-openjdk.sh) java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh (from rev 220156, java8-openjdk/trunk/install_jre8-openjdk-headless.sh) java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh (from rev 220156, java8-openjdk/trunk/install_jre8-openjdk.sh) java8-openjdk/repos/extra-x86_64/ java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch (from rev 220156, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch) java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch (from rev 220156, java8-openjdk/trunk/002_gcc.make-4.9.patch) java8-openjdk/repos/extra-x86_64/PKGBUILD (from rev 220156, java8-openjdk/trunk/PKGBUILD) java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh (from rev 220156, java8-openjdk/trunk/install_jdk8-openjdk.sh) java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh (from rev 220156, java8-openjdk/trunk/install_jre8-openjdk-headless.sh) java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh (from rev 220156, java8-openjdk/trunk/install_jre8-openjdk.sh) --+ extra-i686/001_adjust-mflags-for-gmake-4.patch | 46 +++ extra-i686/002_gcc.make-4.9.patch| 12 extra-i686/PKGBUILD | 291 + extra-i686/install_jdk8-openjdk.sh | 38 ++ extra-i686/install_jre8-openjdk-headless.sh | 39 ++ extra-i686/install_jre8-openjdk.sh | 45 +++ extra-x86_64/001_adjust-mflags-for-gmake-4.patch | 46 +++ extra-x86_64/002_gcc.make-4.9.patch | 12 extra-x86_64/PKGBUILD| 291 + extra-x86_64/install_jdk8-openjdk.sh | 38 ++ extra-x86_64/install_jre8-openjdk-headless.sh| 39 ++ extra-x86_64/install_jre8-openjdk.sh | 45 +++ 12 files changed, 942 insertions(+) Copied: java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch (from rev 220155, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch) === --- extra-i686/001_adjust-mflags-for-gmake-4.patch (rev 0) +++ extra-i686/001_adjust-mflags-for-gmake-4.patch 2014-08-17 12:17:31 UTC (rev 220157) @@ -0,0 +1,46 @@ + +# HG changeset patch +# User henryjen +# Date 1390363634 28800 +# Node ID e8d4d0db1f06c26defcbf68e6713afab632f3f30 +# Parent c4b78cbea876aa86112cfda16c0026796848d582 +8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -I +Reviewed-by: erikj + +diff -r c4b78cbea876 -r e8d4d0db1f06 make/bsd/makefiles/adjust-mflags.sh +--- a/make/bsd/makefiles/adjust-mflags.sh Thu Dec 05 00:36:42 2013 -0800 b/make/bsd/makefiles/adjust-mflags.sh Tue Jan 21 20:07:14 2014 -0800 +@@ -64,7 +64,7 @@ + echo "$MFLAGS" \ + | sed ' + s/^-/ -/ +- s/ -\([^][^ ]*\)j/ -\1 -j/ ++ s/ -\([^I][^I]*\)j/ -\1 -j/ + s/ -j[0-9][0-9]*/ -j/ + s/ -j\([^ ]\)/ -j -\1/ + s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/ +diff -r c4b78cbea876 -r e8d4d0db1f06 make/linux/makefiles/adjust-mflags.sh +--- a/make/linux/makefiles/adjust-mflags.shThu Dec 05 00:36:42 2013 -0800 b/make/linux/makefiles/adjust-mflags.shTue Jan 21 20:07:14 2014 -0800 +@@ -64,7 +64,7 @@ + echo "$MFLAGS" \ + | sed ' + s/^-/ -/ +- s/ -\([^][^ ]*\)j/ -\1 -j/ ++ s/ -\([^I][^I]*\)j/ -\1 -j/ + s/ -j[0-9][0-9]*/ -j/ + s/ -j\([^ ]\)/ -j -\1/ + s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/ +diff -r c4b78cbea876 -r e8d4d0db1f06 make/solaris/makefiles/adjust-mflags.sh +--- a/make/solaris/makefiles/adjust-mflags.sh Thu Dec 05 00:36:42 2013 -0800 b/make/solaris/makefiles/adjust-mflags.sh Tue Jan 21 20:07:14 2014 -0800 +@@ -64,7 +64,7 @@ + echo "$MFLAGS" \ + | sed ' + s/^-/ -/ +- s/ -\([^][^ ]*\)j/ -\1 -j/ ++ s/ -\([^I][^I]*\)j/ -\1 -j/ + s/ -j[0-9][0-9]*/ -j/ + s/ -j\([^ ]\)/ -j -\1/ + s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${defau
[arch-commits] Commit in mesa-demos/trunk (2 files)
Date: Sunday, August 17, 2014 @ 14:17:23 Author: lcarlier Revision: 220156 upgpkg: mesa-demos 8.2.0-2 fix FS#41533 Modified: mesa-demos/trunk/PKGBUILD Deleted: mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch + PKGBUILD |5 drawtex-resolve-glDrawTexfOES-extension-function.patch | 94 --- 2 files changed, 3 insertions(+), 96 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 12:14:39 UTC (rev 220155) +++ PKGBUILD2014-08-17 12:17:23 UTC (rev 220156) @@ -4,7 +4,7 @@ pkgname='mesa-demos' pkgver=8.2.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Mesa demos and tools" url="http://mesa3d.sourceforge.net"; @@ -17,7 +17,8 @@ build() { cd mesa-demos-${pkgver} - ./configure --prefix=/usr + ./configure --prefix=/usr \ +--with-system-data-files=/usr/share/mesa-demos make } Deleted: drawtex-resolve-glDrawTexfOES-extension-function.patch === --- drawtex-resolve-glDrawTexfOES-extension-function.patch 2014-08-17 12:14:39 UTC (rev 220155) +++ drawtex-resolve-glDrawTexfOES-extension-function.patch 2014-08-17 12:17:23 UTC (rev 220156) @@ -1,94 +0,0 @@ -From 9c326a34e088971a3c11b2e5289cd1a8e4d439df Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tapani=20P=C3=A4lli?= -Date: Wed, 30 Apr 2014 14:05:11 +0300 -Subject: [PATCH] drawtex: resolve glDrawTexfOES extension function -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78101 -Signed-off-by: Tapani Pälli -Reviewed-by: Brian Paul -Reviewed-by: Ian Romanick - src/egl/opengles1/drawtex.c | 10 +- - 1 file changed, 9 insertions(+), 1 deletion(-) - -diff --git a/src/egl/opengles1/drawtex.c b/src/egl/opengles1/drawtex.c -index 524f931..1ba8ac7 100644 a/src/egl/opengles1/drawtex.c -+++ b/src/egl/opengles1/drawtex.c -@@ -25,13 +25,14 @@ static GLfloat width = 200, height = 200; - static GLboolean animate = GL_FALSE; - static int win; - -+static PFNGLDRAWTEXFOESPROC glDrawTexfOES_func = NULL; - - static void - draw(void) - { -glClear(GL_COLOR_BUFFER_BIT); - -- glDrawTexfOES(view_posx, view_posy, 0.0, width, height); -+ glDrawTexfOES_func(view_posx, view_posy, 0.0, width, height); - } - - -@@ -128,6 +129,13 @@ init(void) - exit(1); -} - -+ glDrawTexfOES_func = eglGetProcAddress("glDrawTexfOES"); -+ -+ if (!glDrawTexfOES_func) { -+ fprintf(stderr, "Sorry, failed to resolve glDrawTexfOES function\n"); -+ exit(1); -+ } -+ -glClearColor(0.4, 0.4, 0.4, 0.0); - -make_smile_texture(); --- -1.9.2 - -From 6ad8820c457845300806a2f9469599460ca96af9 Mon Sep 17 00:00:00 2001 -From: Stefan Dirsch -Date: Thu, 8 May 2014 11:48:44 +0200 -Subject: [PATCH] drawtex: fixed compiler warnings related to use of - eglGetProcAddress -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Add proper include and cast in order to fix compiler -warnings related to the use of eglGetProcAddress. - -Reviewed-By: Tapani Pälli - src/egl/opengles1/drawtex.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/egl/opengles1/drawtex.c b/src/egl/opengles1/drawtex.c -index 1ba8ac7..dc1de13 100644 a/src/egl/opengles1/drawtex.c -+++ b/src/egl/opengles1/drawtex.c -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - #include "eglut.h" - -@@ -129,7 +130,7 @@ init(void) - exit(1); -} - -- glDrawTexfOES_func = eglGetProcAddress("glDrawTexfOES"); -+ glDrawTexfOES_func = (PFNGLDRAWTEXFOESPROC) eglGetProcAddress("glDrawTexfOES"); - -if (!glDrawTexfOES_func) { - fprintf(stderr, "Sorry, failed to resolve glDrawTexfOES function\n"); --- -1.9.2 -
[arch-commits] Commit in python-dateutil/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 13:52:22 Author: jelle Revision: 117473 python/2 dep can be omitted, -six already satisfies this (make felixonmars happy) Modified: python-dateutil/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 08:40:06 UTC (rev 117472) +++ PKGBUILD2014-08-17 11:52:22 UTC (rev 117473) @@ -24,7 +24,7 @@ package_python-dateutil() { -depends=('python' 'python-six') +depends=('python-six') cd $srcdir/python-dateutil-$pkgver python3 setup.py install --root=$pkgdir --optimize=1 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE @@ -37,7 +37,7 @@ package_python2-dateutil() { -depends=('python2' 'python2-six') +depends=('python2-six') cd $srcdir/python2-dateutil-$pkgver python2 setup.py install --root=$pkgdir --optimize=1 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
[arch-commits] Commit in java8-openjdk/repos (24 files)
Date: Sunday, August 17, 2014 @ 13:44:58 Author: guillaume Revision: 220151 archrelease: copy trunk to testing-i686, testing-x86_64 Added: java8-openjdk/repos/testing-i686/001_adjust-mflags-for-gmake-4.patch (from rev 220150, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch) java8-openjdk/repos/testing-i686/002_gcc.make-4.9.patch (from rev 220150, java8-openjdk/trunk/002_gcc.make-4.9.patch) java8-openjdk/repos/testing-i686/PKGBUILD (from rev 220150, java8-openjdk/trunk/PKGBUILD) java8-openjdk/repos/testing-i686/install_jdk8-openjdk.sh (from rev 220150, java8-openjdk/trunk/install_jdk8-openjdk.sh) java8-openjdk/repos/testing-i686/install_jre8-openjdk-headless.sh (from rev 220150, java8-openjdk/trunk/install_jre8-openjdk-headless.sh) java8-openjdk/repos/testing-i686/install_jre8-openjdk.sh (from rev 220150, java8-openjdk/trunk/install_jre8-openjdk.sh) java8-openjdk/repos/testing-x86_64/001_adjust-mflags-for-gmake-4.patch (from rev 220150, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch) java8-openjdk/repos/testing-x86_64/002_gcc.make-4.9.patch (from rev 220150, java8-openjdk/trunk/002_gcc.make-4.9.patch) java8-openjdk/repos/testing-x86_64/PKGBUILD (from rev 220150, java8-openjdk/trunk/PKGBUILD) java8-openjdk/repos/testing-x86_64/install_jdk8-openjdk.sh (from rev 220150, java8-openjdk/trunk/install_jdk8-openjdk.sh) java8-openjdk/repos/testing-x86_64/install_jre8-openjdk-headless.sh (from rev 220150, java8-openjdk/trunk/install_jre8-openjdk-headless.sh) java8-openjdk/repos/testing-x86_64/install_jre8-openjdk.sh (from rev 220150, java8-openjdk/trunk/install_jre8-openjdk.sh) Deleted: java8-openjdk/repos/testing-i686/001_adjust-mflags-for-gmake-4.patch java8-openjdk/repos/testing-i686/002_gcc.make-4.9.patch java8-openjdk/repos/testing-i686/PKGBUILD java8-openjdk/repos/testing-i686/install_jdk8-openjdk.sh java8-openjdk/repos/testing-i686/install_jre8-openjdk-headless.sh java8-openjdk/repos/testing-i686/install_jre8-openjdk.sh java8-openjdk/repos/testing-x86_64/001_adjust-mflags-for-gmake-4.patch java8-openjdk/repos/testing-x86_64/002_gcc.make-4.9.patch java8-openjdk/repos/testing-x86_64/PKGBUILD java8-openjdk/repos/testing-x86_64/install_jdk8-openjdk.sh java8-openjdk/repos/testing-x86_64/install_jre8-openjdk-headless.sh java8-openjdk/repos/testing-x86_64/install_jre8-openjdk.sh + /001_adjust-mflags-for-gmake-4.patch | 92 +++ /002_gcc.make-4.9.patch| 24 /PKGBUILD | 582 +++ /install_jdk8-openjdk.sh | 76 ++ /install_jre8-openjdk-headless.sh | 78 ++ /install_jre8-openjdk.sh | 90 ++ testing-i686/001_adjust-mflags-for-gmake-4.patch | 46 - testing-i686/002_gcc.make-4.9.patch| 12 testing-i686/PKGBUILD | 281 - testing-i686/install_jdk8-openjdk.sh | 38 - testing-i686/install_jre8-openjdk-headless.sh | 39 - testing-i686/install_jre8-openjdk.sh | 45 - testing-x86_64/001_adjust-mflags-for-gmake-4.patch | 46 - testing-x86_64/002_gcc.make-4.9.patch | 12 testing-x86_64/PKGBUILD| 281 - testing-x86_64/install_jdk8-openjdk.sh | 38 - testing-x86_64/install_jre8-openjdk-headless.sh| 39 - testing-x86_64/install_jre8-openjdk.sh | 45 - 18 files changed, 942 insertions(+), 922 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 220150:220151 to see the changes.
[arch-commits] Commit in java8-openjdk/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 11:56:17 Author: guillaume Revision: 220150 Factorize _url_src from source array Modified: java8-openjdk/trunk/PKGBUILD --+ PKGBUILD | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 09:49:23 UTC (rev 220149) +++ PKGBUILD2014-08-17 09:56:17 UTC (rev 220150) @@ -20,14 +20,15 @@ license=('custom') makedepends=('jdk7-openjdk' 'ccache' 'cpio' 'unzip' 'zip' 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib') -source=(jdk8u-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/archive/${_repo_ver}.tar.gz - corba-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/corba/archive/${_repo_ver}.tar.gz - hotspot-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/${_repo_ver}.tar.gz - jdk-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/archive/${_repo_ver}.tar.gz - jaxws-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/archive/${_repo_ver}.tar.gz - jaxp-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/archive/${_repo_ver}.tar.gz - langtools-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/archive/${_repo_ver}.tar.gz - nashorn-${_repo_ver}.tar.gz::http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/archive/${_repo_ver}.tar.gz +_url_src=http://hg.openjdk.java.net/jdk8u/jdk8u +source=(jdk8u-${_repo_ver}.tar.gz::${_url_src}/archive/${_repo_ver}.tar.gz + corba-${_repo_ver}.tar.gz::${_url_src}/corba/archive/${_repo_ver}.tar.gz + hotspot-${_repo_ver}.tar.gz::${_url_src}/hotspot/archive/${_repo_ver}.tar.gz +jdk-${_repo_ver}.tar.gz::${_url_src}/jdk/archive/${_repo_ver}.tar.gz + jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz +jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz + langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz + nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz 001_adjust-mflags-for-gmake-4.patch 002_gcc.make-4.9.patch)
[arch-commits] Commit in java8-openjdk/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 11:49:23 Author: guillaume Revision: 220149 Add package 'openjdk8-doc' Modified: java8-openjdk/trunk/PKGBUILD --+ PKGBUILD | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 09:27:16 UTC (rev 220148) +++ PKGBUILD2014-08-17 09:49:23 UTC (rev 220149) @@ -7,7 +7,7 @@ # icedtea-web-java8 # add policytool desktop files -pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src') +pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 'openjdk8-doc') pkgbase=java8-openjdk _java_ver=8 _jdk_update=11 @@ -42,8 +42,10 @@ '682104f7723c5c543c47b53f51cc5577e273a12343bd04bebd1bcd70dd72ded9' '5b1ed72ffd14a18e36aba2129e0781696b8c9cccd060bf4dbe1c4b9a44100b69') -[ "$CARCH" = "x86_64" ] && _JARCH=amd64 -[ "$CARCH" = "i686" ] && _JARCH=i386 +case "${CARCH}" in + 'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;; + 'i686' ) _JARCH=i386 ; _DOC_ARCH=x86;; +esac _jdkname=openjdk8 _jvmdir=/usr/lib/jvm/java-8-openjdk @@ -95,9 +97,8 @@ # These help to debug builds: #LOG=trace HOTSPOT_BUILD_JOBS=1 - unset JAVA_HOME - # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346 - export MAKEFLAGS=${MAKEFLAGS/-j*} + make docs + # FIXME sadly 'DESTDIR' is not used here! make install @@ -279,3 +280,11 @@ install -D "${srcdir}/${_imgdir}/src.zip" "${pkgdir}${_jvmdir}/src.zip" } + +package_openjdk8-doc() { + pkgdesc='OpenJDK Java 8 documentation' + + install -d -m 755 "${pkgdir}/usr/share/doc/${pkgbase}/" + cp -r "${srcdir}"/jdk8u-${_repo_ver}/build/linux-${_DOC_ARCH}-normal-server-release/docs/* \ +"${pkgdir}/usr/share/doc/${pkgbase}/" +}
[arch-commits] Commit in tzdata/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 11:27:04 Author: andyrtr Revision: 220147 upgpkg: tzdata 2014f-1 upstream update 2014f Modified: tzdata/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 09:23:37 UTC (rev 220146) +++ PKGBUILD2014-08-17 09:27:04 UTC (rev 220147) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=tzdata -pkgver=2014e +pkgver=2014f pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" arch=('any') @@ -10,7 +10,7 @@ license=('GPL') options=('!emptydirs') source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) -sha1sums=('724b0e19ba26316d7e1f6fee1ec5934fa31454ab' +sha1sums=('1369848ff99a3b51c325b27cb0e41ef23fd35b8a' 'SKIP') timezones=('africa' 'antarctica' 'asia' 'australasia' @@ -25,5 +25,5 @@ zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]} zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York - install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab + install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon }
[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)
Date: Sunday, August 17, 2014 @ 11:27:16 Author: andyrtr Revision: 220148 archrelease: copy trunk to testing-any Added: tzdata/repos/testing-any/ tzdata/repos/testing-any/PKGBUILD (from rev 220147, tzdata/trunk/PKGBUILD) --+ PKGBUILD | 29 + 1 file changed, 29 insertions(+) Copied: tzdata/repos/testing-any/PKGBUILD (from rev 220147, tzdata/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2014-08-17 09:27:16 UTC (rev 220148) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=tzdata +pkgver=2014f +pkgrel=1 +pkgdesc="Sources for time zone and daylight saving time data" +arch=('any') +url="http://www.iana.org/time-zones"; +license=('GPL') +options=('!emptydirs') +source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) +sha1sums=('1369848ff99a3b51c325b27cb0e41ef23fd35b8a' + 'SKIP') + +timezones=('africa' 'antarctica' 'asia' 'australasia' + 'europe' 'northamerica' 'southamerica' + 'pacificnew' 'etcetera' 'backward' + 'systemv' 'factory') + +package() { + cd ${srcdir} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]} + + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York + install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon +}
[arch-commits] Commit in java-common/trunk (PKGBUILD bin_archlinux-java)
Date: Sunday, August 17, 2014 @ 11:23:37 Author: guillaume Revision: 220146 Fix typo on archlinux-java usage Modified: java-common/trunk/PKGBUILD java-common/trunk/bin_archlinux-java + PKGBUILD |2 +- bin_archlinux-java |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 09:00:57 UTC (rev 220145) +++ PKGBUILD2014-08-17 09:23:37 UTC (rev 220146) @@ -21,7 +21,7 @@ sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73' '458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6' -'5f3d1ac5de7018344fc813a1a0a8b4afe15888bfdc3b8190378b463f408c2eda' +'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74' '0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc' '622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39' '65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee') Modified: bin_archlinux-java === --- bin_archlinux-java 2014-08-17 09:00:57 UTC (rev 220145) +++ bin_archlinux-java 2014-08-17 09:23:37 UTC (rev 220146) @@ -166,7 +166,7 @@ echo "$(basename $0) " echo -e "\nCOMMAND:" echo -e '\tstatus\t\tList installed Java environments and enabled one' - echo -e '\tget\t\tReturns the short name of the Java environment set as default' + echo -e '\tget\t\tReturn the short name of the Java environment set as default' echo -e '\tset \tForce as default' echo -e '\tunset\t\tUnset current default Java environment' echo -e '\tfix\t\tFix an invalid/broken default Java environment configuration'
[arch-commits] Commit in sqlite/repos (8 files)
Date: Sunday, August 17, 2014 @ 11:00:57 Author: andyrtr Revision: 220145 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sqlite/repos/extra-i686/PKGBUILD (from rev 220144, sqlite/trunk/PKGBUILD) sqlite/repos/extra-i686/license.txt (from rev 220144, sqlite/trunk/license.txt) sqlite/repos/extra-x86_64/PKGBUILD (from rev 220144, sqlite/trunk/PKGBUILD) sqlite/repos/extra-x86_64/license.txt (from rev 220144, sqlite/trunk/license.txt) Deleted: sqlite/repos/extra-i686/PKGBUILD sqlite/repos/extra-i686/license.txt sqlite/repos/extra-x86_64/PKGBUILD sqlite/repos/extra-x86_64/license.txt --+ /PKGBUILD| 192 + /license.txt | 66 +++ extra-i686/PKGBUILD | 96 -- extra-i686/license.txt | 33 --- extra-x86_64/PKGBUILD| 96 -- extra-x86_64/license.txt | 33 --- 6 files changed, 258 insertions(+), 258 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 09:00:38 UTC (rev 220144) +++ extra-i686/PKGBUILD 2014-08-17 09:00:57 UTC (rev 220145) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: Tom Newsom - -pkgbase="sqlite" -pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3080500 -_docver=${_amalgamationver} -#_docver=3080001 -pkgver=3.8.5 -pkgrel=1 -pkgdesc="A C library that implements an SQL database engine" -arch=('i686' 'x86_64') -license=('custom:Public Domain') -url="http://www.sqlite.org/"; -makedepends=('tcl' 'readline') -source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA) - http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz - http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip - license.txt) -options=('!emptydirs') -sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae' - 'c5655a4004095c50dc8403661e0ed02fd4191d57' - 'f34f6daa4ab3073d74e774aad21d66878cf26853') - -build() { - export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" - - # build sqlite - cd "$srcdir"/sqlite-autoconf-$_amalgamationver - - ./configure --prefix=/usr \ - --disable-static - make - - # build the tcl extension - cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea - ./configure --prefix=/usr \ - --with-system-sqlite - make - -} - -package_sqlite() { - - pkgdesc="A C library that implements an SQL database engine" - depends=('readline') - provides=("sqlite3=$pkgver") - replaces=("sqlite3") - - cd ${srcdir}/sqlite-autoconf-$_amalgamationver - make DESTDIR=${pkgdir} install - - # license - no linking required because pkgbase=pkgname - install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgbase}/license.txt -} - -package_sqlite-tcl() { - - pkgdesc="sqlite Tcl Extension Architecture (TEA)" - depends=('sqlite') - provides=("sqlite3-tcl=$pkgver") - replaces=("sqlite3-tcl") - - cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea - make DESTDIR=${pkgdir} install - - # link license - install -m755 -d ${pkgdir}/usr/share/licenses - ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}" -} - -package_sqlite-doc() { - - pkgdesc="most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation" - #arch=('any') - not yet supported - provides=("sqlite3-doc=$pkgver") - replaces=("sqlite3-doc") - - #cd ${srcdir}/sqlite-doc-${_amalgamationver} - cd ${srcdir}/sqlite-doc-${_docver} - mkdir -p ${pkgdir}/usr/share/doc/${pkgbase} - cp -R * ${pkgdir}/usr/share/doc/${pkgbase}/ - - # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 - find ${pkgdir} -type f -perm 755 -exec ls -lha {} \; - find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \; - - find ${pkgdir} -type f -name '*~' -exec ls -lha {} \; - find ${pkgdir} -type d -name '*~' -exec ls -lha {} \; - find ${pkgdir} -name '*~' -exec rm -f {} \; - - find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # /build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg# - find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \; - find ${pkgdir} -name '.~*' -exec rm -f {} \; -} Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 220144, sqlite/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 09:00:57 UTC (rev 220145) @@ -0,0 +1,96 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Tom Newsom + +pkgbase="sqlite" +pkgname=('sqlite' '
[arch-commits] Commit in sqlite/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 11:00:38 Author: andyrtr Revision: 220144 upgpkg: sqlite 3.8.6-1 upstream update 3.8.6 Modified: sqlite/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 08:45:08 UTC (rev 220143) +++ PKGBUILD2014-08-17 09:00:38 UTC (rev 220144) @@ -4,10 +4,10 @@ pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3080500 +_amalgamationver=3080600 _docver=${_amalgamationver} #_docver=3080001 -pkgver=3.8.5 +pkgver=3.8.6 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') @@ -19,8 +19,8 @@ http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip license.txt) options=('!emptydirs') -sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae' - 'c5655a4004095c50dc8403661e0ed02fd4191d57' +sha1sums=('c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64' + '8c3d3a9f97b10fb43d6fce61079ed1ab93472913' 'f34f6daa4ab3073d74e774aad21d66878cf26853') build() {
[arch-commits] Commit in cups-filters/repos (4 files)
Date: Sunday, August 17, 2014 @ 10:45:08 Author: andyrtr Revision: 220143 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cups-filters/repos/extra-i686/PKGBUILD (from rev 220142, cups-filters/trunk/PKGBUILD) cups-filters/repos/extra-x86_64/PKGBUILD (from rev 220142, cups-filters/trunk/PKGBUILD) Deleted: cups-filters/repos/extra-i686/PKGBUILD cups-filters/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 106 extra-i686/PKGBUILD | 53 extra-x86_64/PKGBUILD | 53 3 files changed, 106 insertions(+), 106 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-08-17 08:44:54 UTC (rev 220142) +++ extra-i686/PKGBUILD 2014-08-17 08:45:08 UTC (rev 220143) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke - -pkgname=cups-filters -pkgver=1.0.55 -pkgrel=1 -pkgdesc="OpenPrinting CUPS Filters" -arch=('i686' 'x86_64') -url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"; -license=('GPL') -depends=('lcms2' 'poppler' 'qpdf') -makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check -optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images' - 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly' - 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly' - 'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly') -backup=(etc/fonts/conf.d/99pdftoopvp.conf -etc/cups/cups-browsed.conf) -source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz) -provides=('foomatic-filters') -replaces=('foomatic-filters') -conflicts=('foomatic-filters') -md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---with-rcdir=no \ ---enable-avahi \ ---with-browseremoteprotocols=DNSSD,CUPS \ ---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf - make -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install - - # add upstream systemd support file - install -Dm644 utils/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service - sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" ${pkgdir}/usr/lib/systemd/system/cups-browsed.service - - # use lp group from cups pkg FS#36769 - chgrp -R lp ${pkgdir}/etc/cups -} Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 220142, cups-filters/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-17 08:45:08 UTC (rev 220143) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=cups-filters +pkgver=1.0.57 +pkgrel=1 +pkgdesc="OpenPrinting CUPS Filters" +arch=('i686' 'x86_64') +url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"; +license=('GPL') +depends=('lcms2' 'poppler' 'qpdf') +makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check +optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images' + 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly' + 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly' + 'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly') +backup=(etc/fonts/conf.d/99pdftoopvp.conf +etc/cups/cups-browsed.conf) +source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz) +provides=('foomatic-filters') +replaces=('foomatic-filters') +conflicts=('foomatic-filters') +md5sums=('21661eff4b05d5435fc0caf389da0349') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ +--with-rcdir=no \ +--enable-avahi \ +--with-browseremoteprotocols=DNSSD,CUPS \ +--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir/" install + + # add upstream systemd support file + install -Dm644 utils/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service + sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" ${pkgdir}/usr/lib/systemd/system/cups-browsed.service + + # use lp group from cups pkg FS#36769 + chgrp -R lp ${pkgdir}/etc/cups +} Deleted: extra-x86_64/PKGBUILD =
[arch-commits] Commit in cups-filters/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 10:44:54 Author: andyrtr Revision: 220142 upgpkg: cups-filters 1.0.57-1 upstream update 1.0.57 Modified: cups-filters/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 08:39:22 UTC (rev 220141) +++ PKGBUILD2014-08-17 08:44:54 UTC (rev 220142) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=cups-filters -pkgver=1.0.55 +pkgver=1.0.57 pkgrel=1 pkgdesc="OpenPrinting CUPS Filters" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ provides=('foomatic-filters') replaces=('foomatic-filters') conflicts=('foomatic-filters') -md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59') +md5sums=('21661eff4b05d5435fc0caf389da0349') build() { cd $pkgname-$pkgver
[arch-commits] Commit in goagent/repos/community-any (8 files)
Date: Sunday, August 17, 2014 @ 10:40:06 Author: fyan Revision: 117472 archrelease: copy trunk to community-any Added: goagent/repos/community-any/PKGBUILD (from rev 117471, goagent/trunk/PKGBUILD) goagent/repos/community-any/goagent.install (from rev 117471, goagent/trunk/goagent.install) goagent/repos/community-any/goagent.service (from rev 117471, goagent/trunk/goagent.service) goagent/repos/community-any/goagent.user.ini (from rev 117471, goagent/trunk/goagent.user.ini) Deleted: goagent/repos/community-any/PKGBUILD goagent/repos/community-any/goagent.install goagent/repos/community-any/goagent.service goagent/repos/community-any/goagent.user.ini -+ PKGBUILD| 122 +++--- goagent.install | 42 +- goagent.service | 24 +- 3 files changed, 94 insertions(+), 94 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-17 08:39:41 UTC (rev 117471) +++ PKGBUILD2014-08-17 08:40:06 UTC (rev 117472) @@ -1,61 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: cuihao -# Contributor: Guten - -pkgname=goagent -pkgver=3.1.21 -#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971 -pkgrel=1 -pkgdesc="A gae proxy forked from gappproxy/wallproxy" -arch=("any") -url="http://goagent.googlecode.com"; -license=("GPL2") -depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib') -conflicts=('python2-gevent<0.99') -optdepends=('python2-crypto: Optimization for RC4' -'python2-pacparser: PAC proxy support' -'python2-pygeoip: for GAE Regions mode support & DNS region auto detect') -makedepends=('git') -source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver"; -#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; -"${pkgname}.user.ini" -"${pkgname}.service") -backup=('etc/goagent') -install=goagent.install - -prepare() { - cd $pkgname - - sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \ - -i local/{proxy.py,dnsproxy.py} - sed -e 's|^self.geoip = .*$|self.geoip = pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")|' \ - -i local/proxylib.py -} - -package() { - cd $pkgname - - install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent" - install -Dm755 local/dnsproxy.py "$pkgdir/usr/share/$pkgname/local/dnsproxy.py" - install -Dm644 local/proxylib.py "$pkgdir/usr/share/$pkgname/local/proxylib.py" - install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac" - install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem" - install -Dm644 local/SwitchyOptions.bak "$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak" - install -Dm644 local/SwitchySharp.crx "$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx" - - install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini" - install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent" - ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini" - - cp -r server "$pkgdir/usr/share/$pkgname/" - rm "$pkgdir/usr/share/$pkgname/server/uploader.bat" - - # systemd service - install -Dm644 "${srcdir}/goagent.service" "${pkgdir}/usr/lib/systemd/system/goagent.service" -} - -# vim:set ts=2 sw=2 et: -sha512sums=('SKIP' - 'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e' - '4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c') Copied: goagent/repos/community-any/PKGBUILD (from rev 117471, goagent/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-17 08:40:06 UTC (rev 117472) @@ -0,0 +1,61 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: cuihao +# Contributor: Guten + +pkgname=goagent +pkgver=3.1.22 +#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971 +pkgrel=1 +pkgdesc="A gae proxy forked from gappproxy/wallproxy" +arch=("any") +url="http://goagent.googlecode.com"; +license=("GPL2") +depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib') +conflicts=('python2-gevent<0.99') +optdepends=('python2-crypto: Optimization for RC4' +'python2-pacparser: PAC proxy support' +'python2-pygeoip: for GAE Regions mode support & DNS region auto detect') +makedepends=('git') +source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver"; +#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; +"${pkgname}.user.ini" +"${pkgname}.service") +backup=('etc/goagent') +install=goagent.install + +prepare() { + cd $pkgname + + sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \ + -i local/{proxy
[arch-commits] Commit in bluez/repos (12 files)
Date: Sunday, August 17, 2014 @ 10:39:22 Author: andyrtr Revision: 220141 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 220140, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) bluez/repos/extra-i686/PKGBUILD (from rev 220140, bluez/trunk/PKGBUILD) bluez/repos/extra-i686/bluetooth.modprobe (from rev 220140, bluez/trunk/bluetooth.modprobe) bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 220140, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) bluez/repos/extra-x86_64/PKGBUILD (from rev 220140, bluez/trunk/PKGBUILD) bluez/repos/extra-x86_64/bluetooth.modprobe (from rev 220140, bluez/trunk/bluetooth.modprobe) Deleted: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluez/repos/extra-i686/PKGBUILD bluez/repos/extra-i686/bluetooth.modprobe bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluez/repos/extra-x86_64/PKGBUILD bluez/repos/extra-x86_64/bluetooth.modprobe ---+ /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 118 /PKGBUILD | 294 ++ /bluetooth.modprobe |6 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 59 -- extra-i686/PKGBUILD | 147 - extra-i686/bluetooth.modprobe |3 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch | 59 -- extra-x86_64/PKGBUILD | 147 - extra-x86_64/bluetooth.modprobe |3 9 files changed, 418 insertions(+), 418 deletions(-) Deleted: extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch === --- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2014-08-17 08:38:54 UTC (rev 220140) +++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2014-08-17 08:39:22 UTC (rev 220141) @@ -1,59 +0,0 @@ -From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001 -From: Giovanni Campagna -Date: Sat, 12 Oct 2013 17:45:25 +0200 -Subject: [PATCH] Allow using obexd without systemd in the user session - -Not all sessions run systemd --user (actually, the majority -doesn't), so the dbus daemon must be able to spawn obexd -directly, and to do so it needs the full path of the daemon. - Makefile.obexd | 4 ++-- - obexd/src/org.bluez.obex.service| 4 - obexd/src/org.bluez.obex.service.in | 4 - 3 files changed, 6 insertions(+), 6 deletions(-) - delete mode 100644 obexd/src/org.bluez.obex.service - create mode 100644 obexd/src/org.bluez.obex.service.in - -diff --git a/Makefile.obexd b/Makefile.obexd -index 3760867..142e7c3 100644 a/Makefile.obexd -+++ b/Makefile.obexd -@@ -2,12 +2,12 @@ - if SYSTEMD - systemduserunitdir = @SYSTEMD_USERUNITDIR@ - systemduserunit_DATA = obexd/src/obex.service -+endif - - dbussessionbusdir = @DBUS_SESSIONBUSDIR@ - dbussessionbus_DATA = obexd/src/org.bluez.obex.service --endif - --EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service -+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in - - obex_plugindir = $(libdir)/obex/plugins - -diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service -deleted file mode 100644 -index a538088..000 a/obexd/src/org.bluez.obex.service -+++ /dev/null -@@ -1,4 +0,0 @@ --[D-BUS Service] --Name=org.bluez.obex --Exec=/bin/false --SystemdService=dbus-org.bluez.obex.service -diff --git a/obexd/src/org.bluez.obex.service.in b/obexd/src/org.bluez.obex.service.in -new file mode 100644 -index 000..9c815f2 /dev/null -+++ b/obexd/src/org.bluez.obex.service.in -@@ -0,0 +1,4 @@ -+[D-BUS Service] -+Name=org.bluez.obex -+Exec=@libexecdir@/obexd -+SystemdService=dbus-org.bluez.obex.service --- -1.8.3.1 - - Copied: bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (from rev 220140, bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch) === --- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch (rev 0) +++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 2014-08-17 08:39:22 UTC
[arch-commits] Commit in goagent/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 10:39:41 Author: fyan Revision: 117471 upgpkg: goagent 3.1.22-1 Modified: goagent/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 06:06:40 UTC (rev 117470) +++ PKGBUILD2014-08-17 08:39:41 UTC (rev 117471) @@ -4,7 +4,7 @@ # Contributor: Guten pkgname=goagent -pkgver=3.1.21 +pkgver=3.1.22 #_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971 pkgrel=1 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
[arch-commits] Commit in bluez/trunk (PKGBUILD)
Date: Sunday, August 17, 2014 @ 10:38:54 Author: andyrtr Revision: 220140 upgpkg: bluez 5.22-1 upstream update 5.22 Modified: bluez/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-17 06:42:32 UTC (rev 220139) +++ PKGBUILD2014-08-17 08:38:54 UTC (rev 220140) @@ -5,8 +5,8 @@ pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins') -pkgver=5.21 -pkgrel=2 +pkgver=5.22 +pkgrel=1 url="http://www.bluez.org/"; arch=('i686' 'x86_64') license=('GPL2') @@ -15,7 +15,7 @@ 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch bluetooth.modprobe) # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc -sha256sums=('81eb073516f39ff1fa02fa40120e834f40fdb0b772f8f4153a9ab566cc0a1f4f' +sha256sums=('e8b866515a18116c7048a55081be9238a51447c9448ed20997b0432b13ba0882' '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b' '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')