[arch-commits] Commit in (18 files)

2014-08-12 Thread Rémy Oudompheng
Date: Tuesday, August 12, 2014 @ 09:02:57
  Author: remy
Revision: 219604

New split CJK packages for TeXLive 2014.

These packages replace texlive-langcjk.

Added:
  texlive-langchinese/
  texlive-langchinese/repos/
  texlive-langchinese/trunk/
  texlive-langchinese/trunk/PKGBUILD
  texlive-langchinese/trunk/texlive-langchinese.maps
  texlive-langchinese/trunk/texlive.install
  texlive-langjapanese/
  texlive-langjapanese/repos/
  texlive-langjapanese/trunk/
  texlive-langjapanese/trunk/PKGBUILD
  texlive-langjapanese/trunk/texlive-langjapanese.maps
  texlive-langjapanese/trunk/texlive.install
  texlive-langkorean/
  texlive-langkorean/repos/
  texlive-langkorean/trunk/
  texlive-langkorean/trunk/PKGBUILD
  texlive-langkorean/trunk/texlive-langkorean.maps
  texlive-langkorean/trunk/texlive.install

--+
 texlive-langchinese/trunk/PKGBUILD   |   46 
 texlive-langchinese/trunk/texlive-langchinese.maps   |4 +
 texlive-langchinese/trunk/texlive.install|   52 ++
 texlive-langjapanese/trunk/PKGBUILD  |   63 +
 texlive-langjapanese/trunk/texlive-langjapanese.maps |   12 +++
 texlive-langjapanese/trunk/texlive.install   |   52 ++
 texlive-langkorean/trunk/PKGBUILD|   60 
 texlive-langkorean/trunk/texlive-langkorean.maps |2 
 texlive-langkorean/trunk/texlive.install |   52 ++
 9 files changed, 343 insertions(+)

Added: texlive-langchinese/trunk/PKGBUILD
===
--- texlive-langchinese/trunk/PKGBUILD  (rev 0)
+++ texlive-langchinese/trunk/PKGBUILD  2014-08-12 07:02:57 UTC (rev 219604)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langchinese
+pkgver=2014.34415
+_revnr=${pkgver#2014.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Chinese texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('d175a2c8f7d9cea0c778d33288ea3084'
+ '85b5573d46b8b5651c6de9e69b3434fb')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Added: texlive-langchinese/trunk/texlive-langchinese.maps
===
--- texlive-langchinese/trunk/texlive-langchinese.maps  
(rev 0)
+++ texlive-langchinese/trunk/texlive-langchinese.maps  2014-08-12 07:02:57 UTC 
(rev 219604)
@@ -0,0 +1,4 @@
+Map bkaiu.map
+Map bsmiu.map
+Map gbsnu.map
+Map gkaiu.map

Added: texlive-langchinese/trunk/texlive.install
===
--- texlive-langchinese/trunk/texlive.install   (rev 0)
+++ texlive-langchinese/trunk/texlive.install   2014-08-12 07:02:57 UTC (rev 
219604)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcjk
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {

[arch-commits] Commit in (3 files)

2014-08-12 Thread Rémy Oudompheng
Date: Tuesday, August 12, 2014 @ 09:04:25
  Author: remy
Revision: 219605

Add Id property and fix maintainer.

Modified:
  texlive-langchinese/trunk/PKGBUILD(contents, properties)
  texlive-langjapanese/trunk/PKGBUILD   (contents, properties)
  texlive-langkorean/trunk/PKGBUILD (contents, properties)

-+
 texlive-langchinese/trunk/PKGBUILD  |1 -
 texlive-langjapanese/trunk/PKGBUILD |2 --
 texlive-langkorean/trunk/PKGBUILD   |1 -
 3 files changed, 4 deletions(-)

Modified: texlive-langchinese/trunk/PKGBUILD
===
--- texlive-langchinese/trunk/PKGBUILD  2014-08-12 07:02:57 UTC (rev 219604)
+++ texlive-langchinese/trunk/PKGBUILD  2014-08-12 07:04:25 UTC (rev 219605)
@@ -1,4 +1,3 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langchinese


Property changes on: texlive-langchinese/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: texlive-langjapanese/trunk/PKGBUILD
===
--- texlive-langjapanese/trunk/PKGBUILD 2014-08-12 07:02:57 UTC (rev 219604)
+++ texlive-langjapanese/trunk/PKGBUILD 2014-08-12 07:04:25 UTC (rev 219605)
@@ -1,4 +1,3 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langjapanese
@@ -23,7 +22,6 @@
for p in *.tar.xz; do
   bsdtar -xf $p
done
-   rm -rf {tlpkg,doc,source} || true
 }
 
 package() {


Property changes on: texlive-langjapanese/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: texlive-langkorean/trunk/PKGBUILD
===
--- texlive-langkorean/trunk/PKGBUILD   2014-08-12 07:02:57 UTC (rev 219604)
+++ texlive-langkorean/trunk/PKGBUILD   2014-08-12 07:04:25 UTC (rev 219605)
@@ -1,4 +1,3 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langkorean


Property changes on: texlive-langkorean/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in subversion/trunk (PKGBUILD)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 10:00:13
  Author: fyan
Revision: 219606

upgpkg: subversion 1.8.10-1

Modified:
  subversion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 07:04:25 UTC (rev 219605)
+++ PKGBUILD2014-08-12 08:00:13 UTC (rev 219606)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.9
-pkgrel=2
+pkgver=1.8.10
+pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -31,7 +31,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('bd495517a760ddd764ce449a891971db'
+md5sums=('3068256761b40863df96128834d6b71b'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'



[arch-commits] Commit in subversion/repos (16 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 10:02:03
  Author: fyan
Revision: 219607

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 219606, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 219606, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 219606, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 219606, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 219606, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 219606, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 219606, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 219606, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 219606, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 219606, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 219606, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 219606, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 219606, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 219606, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |  101 
 testing-i686/subversion.install   |7 +
 testing-i686/subversion.rpath.fix.patch   |   10 ++
 testing-i686/svn  |   11 +++
 testing-i686/svnserve.conf|5 +
 testing-i686/svnserve.service |   11 +++
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |  101 
 testing-x86_64/subversion.install |7 +
 testing-x86_64/subversion.rpath.fix.patch |   10 ++
 testing-x86_64/svn|   11 +++
 testing-x86_64/svnserve.conf  |5 +
 testing-x86_64/svnserve.service   |   11 +++
 testing-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 292 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 219606, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-12 08:02:03 UTC (rev 219607)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.8.10
+pkgrel=1
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+url=http://subversion.apache.org/;
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdebase-runtime: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+install=${pkgname}.install
+source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('3068256761b40863df96128834d6b71b'
+ 'SKIP'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'af1dd703cc28e61d2e2a132ce3eec37a'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ '733011145b8a8e74baf4c9fc9197b3e8'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr \
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+   

[arch-commits] Commit in arandr/trunk (PKGBUILD arandr.install)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 10:49:32
  Author: bgyorgy
Revision: 117247

upgpkg: arandr 0.1.7.1-3

Signing rebuild due resigned packager, remove calling update-desktop-database 
on install

Modified:
  arandr/trunk/PKGBUILD
Deleted:
  arandr/trunk/arandr.install

+
 PKGBUILD   |7 +++
 arandr.install |7 ---
 2 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 08:46:25 UTC (rev 117246)
+++ PKGBUILD2014-08-12 08:49:32 UTC (rev 117247)
@@ -4,14 +4,13 @@
 
 pkgname=arandr
 pkgver=0.1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Provide a simple visual front end for XRandR 1.2.
 arch=('any')
 url=http://christian.amsuess.com/tools/arandr/;
 license=('GPL3')
-depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
-makedepends=('docutils' 'setuptools')
-install=$pkgname.install
+depends=('pygtk' 'xorg-xrandr')
+makedepends=('python2-docutils')
 
source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
 md5sums=('b99c596827558f50b25a3972455237e4')
 

Deleted: arandr.install
===
--- arandr.install  2014-08-12 08:46:25 UTC (rev 117246)
+++ arandr.install  2014-08-12 08:49:32 UTC (rev 117247)
@@ -1,7 +0,0 @@
-post_install() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_remove() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}



[arch-commits] Commit in arandr/repos/community-any (PKGBUILD PKGBUILD arandr.install)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 10:50:00
  Author: bgyorgy
Revision: 117248

archrelease: copy trunk to community-any

Added:
  arandr/repos/community-any/PKGBUILD
(from rev 117247, arandr/trunk/PKGBUILD)
Deleted:
  arandr/repos/community-any/PKGBUILD
  arandr/repos/community-any/arandr.install

+
 PKGBUILD   |   41 -
 arandr.install |7 ---
 2 files changed, 20 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 08:49:32 UTC (rev 117247)
+++ PKGBUILD2014-08-12 08:50:00 UTC (rev 117248)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=arandr
-pkgver=0.1.7.1
-pkgrel=2
-pkgdesc=Provide a simple visual front end for XRandR 1.2.
-arch=('any')
-url=http://christian.amsuess.com/tools/arandr/;
-license=('GPL3')
-depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
-makedepends=('docutils' 'setuptools')
-install=$pkgname.install
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('b99c596827558f50b25a3972455237e4')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: arandr/repos/community-any/PKGBUILD (from rev 117247, 
arandr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 08:50:00 UTC (rev 117248)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=arandr
+pkgver=0.1.7.1
+pkgrel=3
+pkgdesc=Provide a simple visual front end for XRandR 1.2.
+arch=('any')
+url=http://christian.amsuess.com/tools/arandr/;
+license=('GPL3')
+depends=('pygtk' 'xorg-xrandr')
+makedepends=('python2-docutils')
+source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('b99c596827558f50b25a3972455237e4')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}

Deleted: arandr.install
===
--- arandr.install  2014-08-12 08:49:32 UTC (rev 117247)
+++ arandr.install  2014-08-12 08:50:00 UTC (rev 117248)
@@ -1,7 +0,0 @@
-post_install() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_remove() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}



[arch-commits] Commit in cgal/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 10:52:42
  Author: kkeen
Revision: 117249

upgpkg: cgal 4.4-2 boost rebuild

Modified:
  cgal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 08:50:00 UTC (rev 117248)
+++ PKGBUILD2014-08-12 08:52:42 UTC (rev 117249)
@@ -4,7 +4,7 @@
 
 pkgname=cgal
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 _pkgid=33526
 pkgdesc=Computational Geometry Algorithms Library
 arch=('i686' 'x86_64')



[arch-commits] Commit in cgal/repos (4 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 10:52:58
  Author: kkeen
Revision: 117250

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 117249, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 117249, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 117249, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 08:52:58 UTC (rev 117250)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.4
+pkgrel=2
+_pkgid=33526
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('72b1a7b8342cdb06882b5466155ecea4')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 117249, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 08:52:58 UTC (rev 117250)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.4
+pkgrel=2
+_pkgid=33526
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('72b1a7b8342cdb06882b5466155ecea4')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+



[arch-commits] Commit in sbcl/trunk (PKGBUILD)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 10:53:44
  Author: juergen
Revision: 219610

update to 1.2.2

Modified:
  sbcl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 08:45:37 UTC (rev 219609)
+++ PKGBUILD2014-08-12 08:53:44 UTC (rev 219610)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   arch-fixes.lisp)
-md5sums=('9d370876cd190f952fbfd421784f8003'
+md5sums=('729479476e46bb40f054f8a454a0fbde'
  '7ac0c1936547f4278198b8bf7725204d')
 
 



[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 10:54:01
  Author: juergen
Revision: 219611

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 219610, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 219610, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 219610, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 219610, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 08:53:44 UTC (rev 219610)
+++ PKGBUILD2014-08-12 08:54:01 UTC (rev 219611)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('9d370876cd190f952fbfd421784f8003'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 219610, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 08:54:01 UTC (rev 219611)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('729479476e46bb40f054f8a454a0fbde'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in screenfetch/trunk (PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:08:37
  Author: bgyorgy
Revision: 117251

upgpkg: screenfetch 3.6.0-1

Update to version 3.6.0

Modified:
  screenfetch/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 08:52:58 UTC (rev 117250)
+++ PKGBUILD2014-08-12 09:08:37 UTC (rev 117251)
@@ -1,20 +1,21 @@
 # $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=screenfetch
-pkgver=3.2.2
+_pkgname=screenFetch
+pkgver=3.6.0
 pkgrel=1
-pkgdesc=a CLI Bash script to show system/theme info in screenshots
+pkgdesc=CLI Bash script to show system/theme info in screenshots
 arch=('any')
-url=http://git.silverirc.com/cgit.cgi/screenfetch.git/;
+url=https://github.com/KittyKatt/screenFetch;
 license=('GPL')
-depends=('bash' 'xorg-xdpyinfo')
-optdepends=('scrot: Screenshot support')
-source=(http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('de7d68a53559bf1ae5ca17da656501d6')
+depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
+optdepends=('scrot: To take screenshot')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz;)
+md5sums=('e834796edc649d89eb8746af45f48f76')
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -d $pkgdir/usr/bin
+   cd $srcdir/$_pkgname-$pkgver
install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
+   install -Dm644 screenfetch.1 
$pkgdir/usr/share/man/man1/screenfetch.1
 }



[arch-commits] Commit in screenfetch/repos/community-any (PKGBUILD PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:08:43
  Author: bgyorgy
Revision: 117252

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 117251, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

--+
 PKGBUILD |   41 +
 1 file changed, 21 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 09:08:37 UTC (rev 117251)
+++ PKGBUILD2014-08-12 09:08:43 UTC (rev 117252)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=screenfetch
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=a CLI Bash script to show system/theme info in screenshots
-arch=('any')
-url=http://git.silverirc.com/cgit.cgi/screenfetch.git/;
-license=('GPL')
-depends=('bash' 'xorg-xdpyinfo')
-optdepends=('scrot: Screenshot support')
-source=(http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2;)
-md5sums=('de7d68a53559bf1ae5ca17da656501d6')
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -d $pkgdir/usr/bin
-   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 117251, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 09:08:43 UTC (rev 117252)
@@ -0,0 +1,21 @@
+# $Id$
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=screenfetch
+_pkgname=screenFetch
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=CLI Bash script to show system/theme info in screenshots
+arch=('any')
+url=https://github.com/KittyKatt/screenFetch;
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
+optdepends=('scrot: To take screenshot')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz;)
+md5sums=('e834796edc649d89eb8746af45f48f76')
+
+package() {
+   cd $srcdir/$_pkgname-$pkgver
+   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
+   install -Dm644 screenfetch.1 
$pkgdir/usr/share/man/man1/screenfetch.1
+}



[arch-commits] Commit in openscad/trunk (CHANGELOG PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 11:11:40
  Author: kkeen
Revision: 117253

upgpkg: openscad 2014.03-2 boost rebuild

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |8 +++-
 PKGBUILD  |2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: CHANGELOG
===
--- CHANGELOG   2014-08-12 09:08:43 UTC (rev 117252)
+++ CHANGELOG   2014-08-12 09:11:40 UTC (rev 117253)
@@ -1,6 +1,12 @@
+2014-08-12 Kyle Keen keen...@gmail.com
+
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
 2014-03-09 Kyle Keen keen...@gmail.com
 
-   * 2014.04-1
+   * 2014.03-1
- New release
- MIME associations
 

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:08:43 UTC (rev 117252)
+++ PKGBUILD2014-08-12 09:11:40 UTC (rev 117253)
@@ -5,7 +5,7 @@
 # Contributor: Pierre DOUCET pierre at equinoxefr.org
 pkgname=openscad
 pkgver=2014.03
-pkgrel=1
+pkgrel=2
 pkgdesc=The programmers solid 3D CAD modeller
 url=http://openscad.org/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in openscad/repos (8 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 11:18:44
  Author: kkeen
Revision: 117254

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 117253, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 117253, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-i686/openscad.install
(from rev 117253, openscad/trunk/openscad.install)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 117253, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 117253, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad.install
(from rev 117253, openscad/trunk/openscad.install)

---+
 community-staging-i686/CHANGELOG  |   39 +++
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/openscad.install   |   13 +
 community-staging-x86_64/CHANGELOG|   39 +++
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/openscad.install |   13 +
 6 files changed, 184 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 117253, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2014-08-12 09:18:44 UTC (rev 117254)
@@ -0,0 +1,39 @@
+2014-08-12 Kyle Keen keen...@gmail.com
+
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen keen...@gmail.com
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen keen...@gmail.com
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 117253, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 09:18:44 UTC (rev 117254)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Chirantan Ekbote chirantan.ekbote at gmail.com
+# Contributor: Eric Anderson ejona86 at gmail.com
+# Contributor: Pierre DOUCET pierre at equinoxefr.org
+pkgname=openscad
+pkgver=2014.03
+pkgrel=2
+pkgdesc=The programmers solid 3D CAD modeller
+url=http://openscad.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+source=(http://files.openscad.org/openscad-$pkgver.src.tar.gz;)
+md5sums=('38bebd02bce365fe39e695a07411ab73')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+rm -f libraries/MCAD/*.py
+# internal version will use the build date, override that
+qmake-qt4 PREFIX=/usr VERSION=$pkgver
+make
+convert icons/$pkgname.png -resize 128x128\ icons/$pkgname-128.png
+}
+
+# it has tests
+# tests need cmake, python, imagemagick
+# see doc/testing.txt about enabling
+# needs to display stuff, run image diffs
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make INSTALL_ROOT=$pkgdir install
+install -Dm644 icons/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+install -Dm644 icons/$pkgname-128.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 icons/$pkgname.xml 
$pkgdir/usr/share/mime/packages/$pkgname.xml
+}

Copied: openscad/repos/community-staging-i686/openscad.install (from rev 
117253, openscad/trunk/openscad.install)
===
--- community-staging-i686/openscad.install (rev 0)
+++ community-staging-i686/openscad.install 2014-08-12 09:18:44 UTC (rev 
117254)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {

[arch-commits] Commit in ascii/trunk (PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:27:03
  Author: bgyorgy
Revision: 117255

upgpkg: ascii 3.14-2

Signing rebuild due to resigned TU

Modified:
  ascii/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:18:44 UTC (rev 117254)
+++ PKGBUILD2014-08-12 09:27:03 UTC (rev 117255)
@@ -1,10 +1,11 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
 # Contributor: Grigorios Bouzakis grb...@xsmail.com
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ascii
 pkgver=3.14
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
 arch=('i686' 'x86_64')
 url=http://www.catb.org/~esr/ascii;



[arch-commits] Commit in ascii/repos (4 files)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:27:24
  Author: bgyorgy
Revision: 117256

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ascii/repos/community-i686/PKGBUILD
(from rev 117255, ascii/trunk/PKGBUILD)
  ascii/repos/community-x86_64/PKGBUILD
(from rev 117255, ascii/trunk/PKGBUILD)
Deleted:
  ascii/repos/community-i686/PKGBUILD
  ascii/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 09:27:03 UTC (rev 117255)
+++ community-i686/PKGBUILD 2014-08-12 09:27:24 UTC (rev 117256)
@@ -1,33 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Grigorios Bouzakis grb...@xsmail.com
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=ascii
-pkgver=3.14
-pkgrel=1
-pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
-arch=('i686' 'x86_64')
-url=http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ascii/repos/community-i686/PKGBUILD (from rev 117255, 
ascii/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 09:27:24 UTC (rev 117256)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Grigorios Bouzakis grb...@xsmail.com
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=ascii
+pkgver=3.14
+pkgrel=2
+pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
+arch=('i686' 'x86_64')
+url=http://www.catb.org/~esr/ascii;
+license=('BSD')
+depends=('glibc')
+source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
+sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D ${pkgname} \
+${pkgdir}/usr/bin/${pkgname}
+
+  install -D -m644 ${pkgname}.1 \
+${pkgdir}/usr/share/man/man1/${pkgname}.1
+
+  install -D -m644 COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-12 09:27:03 UTC (rev 117255)
+++ community-x86_64/PKGBUILD   2014-08-12 09:27:24 UTC (rev 117256)
@@ -1,33 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Grigorios Bouzakis grb...@xsmail.com
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=ascii
-pkgver=3.14
-pkgrel=1
-pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
-arch=('i686' 'x86_64')
-url=http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ascii/repos/community-x86_64/PKGBUILD (from rev 117255, 
ascii/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-12 09:27:24 UTC (rev 117256)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Grigorios Bouzakis grb...@xsmail.com
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=ascii
+pkgver=3.14
+pkgrel=2
+pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
+arch=('i686' 'x86_64')
+url=http://www.catb.org/~esr/ascii;
+license=('BSD')
+depends=('glibc')
+source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
+sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
+
+build() {
+  cd 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 11:29:39
  Author: juergen
Revision: 219612

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 219611, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 219611, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 219611, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 219611, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 08:54:01 UTC (rev 219611)
+++ PKGBUILD2014-08-12 09:29:39 UTC (rev 219612)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('9d370876cd190f952fbfd421784f8003'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 219611, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 09:29:39 UTC (rev 219612)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('729479476e46bb40f054f8a454a0fbde'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

[arch-commits] Commit in perl-term-readline-ttytter/trunk (PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:30:45
  Author: bgyorgy
Revision: 117257

upgpkg: perl-term-readline-ttytter 1.4-2

Signing rebuild due to resigned TU

Modified:
  perl-term-readline-ttytter/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:27:24 UTC (rev 117256)
+++ PKGBUILD2014-08-12 09:30:45 UTC (rev 117257)
@@ -1,8 +1,10 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# $Id$
+# Contributor: Peter Richard Lewis ple...@aur.archlinux.org
 # Contributor: Giorgio Lando patroclo7 at gmail dot com
+
 pkgname=perl-term-readline-ttytter
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A Perl readline for the ttytter twitter client
 arch=(any)
 url=http://search.cpan.org/dist/Term-ReadLine-TTYtter;
@@ -9,7 +11,6 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl' 'perl-term-readkey')
 options=(!emptydirs)
-install=
 
source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.4.tar.gz)
 sha256sums=('ac373133cee1b2122a8273fe7b4244613d0eecefe88b668bd98fe71d1ec4ac93')
 



[arch-commits] Commit in perl-term-readline-ttytter/repos/community-any (2 files)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:30:51
  Author: bgyorgy
Revision: 117258

archrelease: copy trunk to community-any

Added:
  perl-term-readline-ttytter/repos/community-any/PKGBUILD
(from rev 117257, perl-term-readline-ttytter/trunk/PKGBUILD)
Deleted:
  perl-term-readline-ttytter/repos/community-any/PKGBUILD

--+
 PKGBUILD |   51 ++-
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 09:30:45 UTC (rev 117257)
+++ PKGBUILD2014-08-12 09:30:51 UTC (rev 117258)
@@ -1,25 +0,0 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
-# Contributor: Giorgio Lando patroclo7 at gmail dot com
-pkgname=perl-term-readline-ttytter
-pkgver=1.4
-pkgrel=1
-pkgdesc=A Perl readline for the ttytter twitter client
-arch=(any)
-url=http://search.cpan.org/dist/Term-ReadLine-TTYtter;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-term-readkey')
-options=(!emptydirs)
-install=
-source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.4.tar.gz)
-sha256sums=('ac373133cee1b2122a8273fe7b4244613d0eecefe88b668bd98fe71d1ec4ac93')
-
-build() {
-  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
-  perl Makefile.PL installdirs=vendor destdir=$pkgdir/
-  make
-}
-
-package() {
-  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
-  make install
-}

Copied: perl-term-readline-ttytter/repos/community-any/PKGBUILD (from rev 
117257, perl-term-readline-ttytter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 09:30:51 UTC (rev 117258)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: Giorgio Lando patroclo7 at gmail dot com
+
+pkgname=perl-term-readline-ttytter
+pkgver=1.4
+pkgrel=2
+pkgdesc=A Perl readline for the ttytter twitter client
+arch=(any)
+url=http://search.cpan.org/dist/Term-ReadLine-TTYtter;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-term-readkey')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.4.tar.gz)
+sha256sums=('ac373133cee1b2122a8273fe7b4244613d0eecefe88b668bd98fe71d1ec4ac93')
+
+build() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  perl Makefile.PL installdirs=vendor destdir=$pkgdir/
+  make
+}
+
+package() {
+  cd $srcdir/Term-ReadLine-TTYtter-$pkgver
+  make install
+}



[arch-commits] Commit in task/trunk (PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:34:43
  Author: bgyorgy
Revision: 117259

upgpkg: task 2.3.0-3

Signing rebuild due to resigned TU

Modified:
  task/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:30:51 UTC (rev 117258)
+++ PKGBUILD2014-08-12 09:34:43 UTC (rev 117259)
@@ -1,4 +1,5 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
 # Contributor: TDY t...@gmx.com
 # Contributor: Ray Kohler atara...@gmail.com
 # Contributor: muflax muf...@gmail.com
@@ -6,10 +7,10 @@
 
 pkgname=task
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A command-line todo list manager
 arch=('i686' 'x86_64')
-url=http://taskwarrior.org/projects/show/taskwarrior/;
+url=http://taskwarrior.org/;
 license=('MIT')
 depends=('util-linux' 'gnutls')
 makedepends=('cmake')



[arch-commits] Commit in task/repos (4 files)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:34:52
  Author: bgyorgy
Revision: 117260

archrelease: copy trunk to community-i686, community-x86_64

Added:
  task/repos/community-i686/PKGBUILD
(from rev 117259, task/trunk/PKGBUILD)
  task/repos/community-x86_64/PKGBUILD
(from rev 117259, task/trunk/PKGBUILD)
Deleted:
  task/repos/community-i686/PKGBUILD
  task/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 09:34:43 UTC (rev 117259)
+++ community-i686/PKGBUILD 2014-08-12 09:34:52 UTC (rev 117260)
@@ -1,42 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Ray Kohler atara...@gmail.com
-# Contributor: muflax muf...@gmail.com
-# Contributor: coolkehon coolke...@gmail.com
-
-pkgname=task
-pkgver=2.3.0
-pkgrel=2
-pkgdesc=A command-line todo list manager
-arch=('i686' 'x86_64')
-url=http://taskwarrior.org/projects/show/taskwarrior/;
-license=('MIT')
-depends=('util-linux' 'gnutls')
-makedepends=('cmake')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
-
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/task/LICENSE
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 117259, 
task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 09:34:52 UTC (rev 117260)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Ray Kohler atara...@gmail.com
+# Contributor: muflax muf...@gmail.com
+# Contributor: coolkehon coolke...@gmail.com
+
+pkgname=task
+pkgver=2.3.0
+pkgrel=3
+pkgdesc=A command-line todo list manager
+arch=('i686' 'x86_64')
+url=http://taskwarrior.org/;
+license=('MIT')
+depends=('util-linux' 'gnutls')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
+
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 

[arch-commits] Commit in ttytter/trunk (PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:36:54
  Author: bgyorgy
Revision: 117261

upgpkg: ttytter 2.1.00-4

Signing rebuild due to resigned TU

Modified:
  ttytter/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:34:52 UTC (rev 117260)
+++ PKGBUILD2014-08-12 09:36:54 UTC (rev 117261)
@@ -1,10 +1,11 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# $Id$
+# Contributor: Peter Richard Lewis ple...@aur.archlinux.org
 # Contributor: TDY t...@gmx.com
 # Contributor: Roberto Viola cagnul...@gmail.com
 
 pkgname=ttytter
 pkgver=2.1.00
-pkgrel=3
+pkgrel=4
 pkgdesc=A multi-functional, command-line twitter client
 arch=('any')
 url=http://www.floodgap.com/software/ttytter/;



[arch-commits] Commit in ttytter/repos/community-any (PKGBUILD PKGBUILD)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:37:00
  Author: bgyorgy
Revision: 117262

archrelease: copy trunk to community-any

Added:
  ttytter/repos/community-any/PKGBUILD
(from rev 117261, ttytter/trunk/PKGBUILD)
Deleted:
  ttytter/repos/community-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 09:36:54 UTC (rev 117261)
+++ PKGBUILD2014-08-12 09:37:00 UTC (rev 117262)
@@ -1,27 +0,0 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Roberto Viola cagnul...@gmail.com
-
-pkgname=ttytter
-pkgver=2.1.00
-pkgrel=3
-pkgdesc=A multi-functional, command-line twitter client
-arch=('any')
-url=http://www.floodgap.com/software/ttytter/;
-license=('custom:FFSL')
-depends=('perl')
-optdepends=('perl-term-readline-ttytter: readline support')
-source=(http://www.floodgap.com/software/ffsl/license.txt
-
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt)
-sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd'
-'86c6e7767c65e3179d4ed6368e27df5c4b200285207c3df3164c5a84a73517b1')
-
-build() {
-  return 0
-}
-
-package() {
-  cd $srcdir
-  install -Dm755 $pkgname-$pkgver.txt $pkgdir/usr/bin/$pkgname
-  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: ttytter/repos/community-any/PKGBUILD (from rev 117261, 
ttytter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 09:37:00 UTC (rev 117262)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Roberto Viola cagnul...@gmail.com
+
+pkgname=ttytter
+pkgver=2.1.00
+pkgrel=4
+pkgdesc=A multi-functional, command-line twitter client
+arch=('any')
+url=http://www.floodgap.com/software/ttytter/;
+license=('custom:FFSL')
+depends=('perl')
+optdepends=('perl-term-readline-ttytter: readline support')
+source=(http://www.floodgap.com/software/ffsl/license.txt
+
$pkgname-$pkgver.txt::http://www.floodgap.com/software/$pkgname/dist2/$pkgver.txt)
+sha256sums=('42c576fcacb5bd6c8f8e64c479b0f8e4445c7e6c9ac013485c51b8f05f2352fd'
+'86c6e7767c65e3179d4ed6368e27df5c4b200285207c3df3164c5a84a73517b1')
+
+build() {
+  return 0
+}
+
+package() {
+  cd $srcdir
+  install -Dm755 $pkgname-$pkgver.txt $pkgdir/usr/bin/$pkgname
+  install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
+}



[arch-commits] Commit in cclive/repos (6 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 11:53:48
  Author: bpiotrowski
Revision: 117264

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 117263, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 117263, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 117263, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 117263, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   34 +++
 community-staging-i686/iostream.patch   |   37 ++
 community-staging-x86_64/PKGBUILD   |   34 +++
 community-staging-x86_64/iostream.patch |   37 ++
 4 files changed, 142 insertions(+)

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 117263, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 09:53:48 UTC (rev 117264)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=4
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cclive/repos/community-staging-i686/iostream.patch (from rev 117263, 
cclive/trunk/iostream.patch)
===
--- community-staging-i686/iostream.patch   (rev 0)
+++ community-staging-i686/iostream.patch   2014-08-12 09:53:48 UTC (rev 
117264)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
 b/src/cc/error.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__error_h
+ #define cc__error_h
+ 
++#include iostream
+ #include ccinternal
+ 
+ #include boost/exception/diagnostic_information.hpp
+diff --git a/src/cc/log.h b/src/cc/log.h
+index 2b2c986..77708f5 100644
+--- a/src/cc/log.h
 b/src/cc/log.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__log_h
+ #define cc__log_h
+ 
++#include iostream
+ #include ccinternal
+ 
+ #include boost/iostreams/filtering_stream.hpp
+diff --git a/src/cc/options.h b/src/cc/options.h
+index 6c45ce8..d757bfb 100644
+--- a/src/cc/options.h
 b/src/cc/options.h
+@@ -21,6 +21,8 @@
+ #ifndef cc__options_h
+ #define cc__options_h
+ 
++#include iostream
++
+ #include ccinternal
+ 
+ #include boost/program_options/options_description.hpp

Copied: cclive/repos/community-staging-x86_64/PKGBUILD (from rev 117263, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 09:53:48 UTC (rev 117264)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=4
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cclive/repos/community-staging-x86_64/iostream.patch (from rev 117263, 
cclive/trunk/iostream.patch)
===
--- community-staging-x86_64/iostream.patch (rev 0)
+++ 

[arch-commits] Commit in cclive/trunk (PKGBUILD iostream.patch)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 11:53:41
  Author: bpiotrowski
Revision: 117263

upgpkg: cclive 0.9.3-4

rebuild against boost 1.56.0

Added:
  cclive/trunk/iostream.patch
Modified:
  cclive/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 iostream.patch |   37 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:37:00 UTC (rev 117262)
+++ PKGBUILD2014-08-12 09:53:41 UTC (rev 117263)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -12,9 +12,16 @@
 license=('AGPL3')
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c336f97e29327d92ead62765a0ef0b65')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../iostream.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib

Added: iostream.patch
===
--- iostream.patch  (rev 0)
+++ iostream.patch  2014-08-12 09:53:41 UTC (rev 117263)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
 b/src/cc/error.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__error_h
+ #define cc__error_h
+ 
++#include iostream
+ #include ccinternal
+ 
+ #include boost/exception/diagnostic_information.hpp
+diff --git a/src/cc/log.h b/src/cc/log.h
+index 2b2c986..77708f5 100644
+--- a/src/cc/log.h
 b/src/cc/log.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__log_h
+ #define cc__log_h
+ 
++#include iostream
+ #include ccinternal
+ 
+ #include boost/iostreams/filtering_stream.hpp
+diff --git a/src/cc/options.h b/src/cc/options.h
+index 6c45ce8..d757bfb 100644
+--- a/src/cc/options.h
 b/src/cc/options.h
+@@ -21,6 +21,8 @@
+ #ifndef cc__options_h
+ #define cc__options_h
+ 
++#include iostream
++
+ #include ccinternal
+ 
+ #include boost/program_options/options_description.hpp



[arch-commits] Commit in libuhd/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 12:00:41
  Author: kkeen
Revision: 117266

upgpkg: libuhd 3.7.1-2 boost rebuild

Modified:
  libuhd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:00:38 UTC (rev 117265)
+++ PKGBUILD2014-08-12 10:00:41 UTC (rev 117266)
@@ -5,7 +5,7 @@
 pkgname=libuhd
 pkgver=3.7.1
 _verstring=003_007_001
-pkgrel=1
+pkgrel=2
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
 url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;



[arch-commits] Commit in libuhd/repos (4 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 12:00:58
  Author: kkeen
Revision: 117268

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  libuhd/repos/community-staging-i686/
  libuhd/repos/community-staging-i686/PKGBUILD
(from rev 117267, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-staging-x86_64/
  libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 117267, libuhd/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 117267, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:00:58 UTC (rev 117268)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.7.1
+_verstring=003_007_001
+pkgrel=2
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('0f53757cc5452ceb53baab88471a6043')
+
+# consider making a firmware package
+# http://files.ettus.com/binaries/master_images/archive/
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 117267, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 10:00:58 UTC (rev 117268)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.7.1
+_verstring=003_007_001
+pkgrel=2
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('0f53757cc5452ceb53baab88471a6043')
+
+# consider making a firmware package
+# http://files.ettus.com/binaries/master_images/archive/
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 
+



[arch-commits] Commit in easystroke/repos (6 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:00:44
  Author: bpiotrowski
Revision: 117267

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  easystroke/repos/community-staging-i686/
  easystroke/repos/community-staging-i686/PKGBUILD
(from rev 117266, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-staging-i686/easystroke.install
(from rev 117266, easystroke/trunk/easystroke.install)
  easystroke/repos/community-staging-x86_64/
  easystroke/repos/community-staging-x86_64/PKGBUILD
(from rev 117266, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-staging-x86_64/easystroke.install
(from rev 117266, easystroke/trunk/easystroke.install)

-+
 community-staging-i686/PKGBUILD |   31 ++
 community-staging-i686/easystroke.install   |   13 ++
 community-staging-x86_64/PKGBUILD   |   31 ++
 community-staging-x86_64/easystroke.install |   13 ++
 4 files changed, 88 insertions(+)

Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 117266, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:00:44 UTC (rev 117267)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kevin Sullivan ksulli...@archlinux.us
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=5
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+  make man
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: easystroke/repos/community-staging-i686/easystroke.install (from rev 
117266, easystroke/trunk/easystroke.install)
===
--- community-staging-i686/easystroke.install   (rev 0)
+++ community-staging-i686/easystroke.install   2014-08-12 10:00:44 UTC (rev 
117267)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: easystroke/repos/community-staging-x86_64/PKGBUILD (from rev 117266, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 10:00:44 UTC (rev 117267)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kevin Sullivan ksulli...@archlinux.us
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=5
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+  make man
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: easystroke/repos/community-staging-x86_64/easystroke.install (from rev 
117266, easystroke/trunk/easystroke.install)
===
--- community-staging-x86_64/easystroke.install (rev 0)
+++ community-staging-x86_64/easystroke.install 2014-08-12 10:00:44 UTC (rev 
117267)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in easystroke/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:00:38
  Author: bpiotrowski
Revision: 117265

upgpkg: easystroke 0.6.0-5

rebuild against boost 1.56.0

Modified:
  easystroke/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:53:48 UTC (rev 117264)
+++ PKGBUILD2014-08-12 10:00:38 UTC (rev 117265)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'



[arch-commits] Commit in synfig/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:10:21
  Author: spupykin
Revision: 117269

upgpkg: synfig 0.64.1-7

upd

Modified:
  synfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:00:58 UTC (rev 117268)
+++ PKGBUILD2014-08-12 10:10:21 UTC (rev 117269)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.1
-pkgrel=5
+pkgrel=7
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



[arch-commits] Commit in gearmand/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:10:36
  Author: bpiotrowski
Revision: 117270

upgpkg: gearmand 1.1.12-3

rebuild against boost 1.56.0

Modified:
  gearmand/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:10:21 UTC (rev 117269)
+++ PKGBUILD2014-08-12 10:10:36 UTC (rev 117270)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Distributed job queue server.
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')



[arch-commits] Commit in gearmand/repos (10 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:10:48
  Author: bpiotrowski
Revision: 117272

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gearmand/repos/community-staging-i686/
  gearmand/repos/community-staging-i686/PKGBUILD
(from rev 117271, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-i686/gearmand.conf
(from rev 117271, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-i686/gearmand.install
(from rev 117271, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-i686/gearmand.service
(from rev 117271, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 117271, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 117271, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.install
(from rev 117271, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 117271, gearmand/trunk/gearmand.service)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.install   |   12 ++
 community-staging-i686/gearmand.service   |   12 ++
 community-staging-x86_64/PKGBUILD |   50 
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.install |   12 ++
 community-staging-x86_64/gearmand.service |   12 ++
 8 files changed, 150 insertions(+)

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 117271, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:10:48 UTC (rev 117272)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Lev Lybin lev.ly...@gmail.com
+# Contributor: Vadym Abramchuk abr...@gmail.com
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=3
+pkgdesc=Distributed job queue server.
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=(gearman=$pkgver)
+url=http://gearman.org/;
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export LDFLAGS=$LDFLAGS -lboost_system
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/run \
+--disable-static \
+--enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  cd $srcdir
+  install -Dm644 gearmand.service 
$pkgdir/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf $pkgdir/etc/gearmand.conf
+}
+
+sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-staging-i686/gearmand.conf (from rev 117271, 
gearmand/trunk/gearmand.conf)
===
--- community-staging-i686/gearmand.conf(rev 0)
+++ community-staging-i686/gearmand.conf2014-08-12 10:10:48 UTC (rev 
117272)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Copied: gearmand/repos/community-staging-i686/gearmand.install (from rev 
117271, gearmand/trunk/gearmand.install)
===
--- community-staging-i686/gearmand.install (rev 0)
+++ community-staging-i686/gearmand.install 2014-08-12 10:10:48 UTC (rev 
117272)
@@ -0,0 +1,12 @@
+post_install() {
+  getent group gearmand /dev/null 21 || groupadd -g 113 gearmand /dev/null
+  getent passwd gearmand /dev/null 21 || useradd -u 113 -g gearmand -d 
/dev/null -s /bin/false gearmand /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  userdel gearmand
+}

Copied: gearmand/repos/community-staging-i686/gearmand.service (from rev 
117271, gearmand/trunk/gearmand.service)
===
--- community-staging-i686/gearmand.service (rev 0)
+++ community-staging-i686/gearmand.service 2014-08-12 10:10:48 UTC (rev 

[arch-commits] Commit in synfig/repos (16 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:10:39
  Author: spupykin
Revision: 117271

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 117269, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 117269, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 117269, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 117269, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 117269, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 117269, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 117269, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 117269, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   49 --
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   49 --
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 10:10:36 UTC (rev 117270)
+++ community-i686/PKGBUILD 2014-08-12 10:10:39 UTC (rev 117271)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.1
-pkgrel=5
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 117269, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 10:10:39 UTC (rev 117271)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=7
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

[arch-commits] Commit in performous/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:18:04
  Author: bpiotrowski
Revision: 117273

upgpkg: performous 0.7.0-12

rebuild against boost 1.56.0

Modified:
  performous/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:10:48 UTC (rev 117272)
+++ PKGBUILD2014-08-12 10:18:04 UTC (rev 117273)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=0.7.0
-pkgrel=11
+pkgrel=12
 pkgdesc='A free game like Singstar, Rockband or Stepmania'
 arch=('i686' 'x86_64')
 url=http://performous.org/;



[arch-commits] Commit in performous/repos (10 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:18:14
  Author: bpiotrowski
Revision: 117274

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 117273, performous/trunk/PKGBUILD)
  performous/repos/community-staging-i686/ffmpeg-2.0.patch
(from rev 117273, performous/trunk/ffmpeg-2.0.patch)
  performous/repos/community-staging-i686/fix-noisy-sound-output.patch
(from rev 117273, performous/trunk/fix-noisy-sound-output.patch)
  performous/repos/community-staging-i686/performous-0.7.0-cmake.patch
(from rev 117273, performous/trunk/performous-0.7.0-cmake.patch)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 117273, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/ffmpeg-2.0.patch
(from rev 117273, performous/trunk/ffmpeg-2.0.patch)
  performous/repos/community-staging-x86_64/fix-noisy-sound-output.patch
(from rev 117273, performous/trunk/fix-noisy-sound-output.patch)
  performous/repos/community-staging-x86_64/performous-0.7.0-cmake.patch
(from rev 117273, performous/trunk/performous-0.7.0-cmake.patch)

---+
 community-staging-i686/PKGBUILD   |   53 +
 community-staging-i686/ffmpeg-2.0.patch   |   11 
 community-staging-i686/fix-noisy-sound-output.patch   |  440 
 community-staging-i686/performous-0.7.0-cmake.patch   |  155 +
 community-staging-x86_64/PKGBUILD |   53 +
 community-staging-x86_64/ffmpeg-2.0.patch |   11 
 community-staging-x86_64/fix-noisy-sound-output.patch |  440 
 community-staging-x86_64/performous-0.7.0-cmake.patch |  155 +
 8 files changed, 1318 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 117273:117274 to see the changes.


[arch-commits] Commit in pingus/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:30:28
  Author: bpiotrowski
Revision: 117275

upgpkg: pingus 0.7.6-12

rebuild against boost 1.56.0

Modified:
  pingus/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:18:14 UTC (rev 117274)
+++ PKGBUILD2014-08-12 10:30:28 UTC (rev 117275)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=11
+pkgrel=12
 pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
 arch=('i686' 'x86_64')
 url=http://pingus.seul.org;



[arch-commits] Commit in pingus/repos (10 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:30:36
  Author: bpiotrowski
Revision: 117276

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-i686/ChangeLog
(from rev 117275, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-i686/PKGBUILD
(from rev 117275, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 117275, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-i686/pingus.desktop
(from rev 117275, pingus/trunk/pingus.desktop)
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 117275, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 117275, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 117275, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 117275, pingus/trunk/pingus.desktop)

+
 community-staging-i686/ChangeLog   |   21 
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 
 community-staging-x86_64/PKGBUILD  |   38 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 
 community-staging-x86_64/pingus.desktop|9 +++
 8 files changed, 180 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 117275, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-08-12 10:30:36 UTC (rev 117276)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 117275, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:30:36 UTC (rev 117276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=12
+pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
+arch=('i686' 'x86_64')
+url=http://pingus.seul.org;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs=1.49')
+makedepends=('scons' 'boost=1.49' 'mesa' 'glu')
+source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i s#/man1/#/man6/#g Makefile
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} PREFIX=/usr
+
+  install -D -m644 ${srcdir}/pingus.desktop 
${pkgdir}/usr/share/applications/pingus.desktop
+}

Copied: pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 117275, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===
--- community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-staging-i686/pingus-0.7.6-gcc470-udl.patch2014-08-12 
10:30:36 UTC (rev 117276)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~2011-12-24 15:46:47.0 -0600
 src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = Welcome to Pingus VERSION;
++  std::string greeting = Welcome to Pingus  VERSION;
+   greeting += !;
+   std::cout   greeting  std::endl;
+   for (unsigned int i = 0; i  greeting.length(); ++i)
+--- 

[arch-commits] Commit in synfig/repos (16 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:32:33
  Author: spupykin
Revision: 117278

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 117277, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 117277, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 117277, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-i686/ffmpeg-loop.patch
(from rev 117277, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 117277, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 117277, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 117277, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/ffmpeg-loop.patch
(from rev 117277, synfig/trunk/ffmpeg-loop.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-i686/ffmpeg-loop.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/ffmpeg-loop.patch

+
 /PKGBUILD  |   98 
 /build-fix.patch   |   62 ++
 /ffmpeg-0.8.patch  |  120 +++
 /ffmpeg-loop.patch |  112 
 community-i686/PKGBUILD|   49 --
 community-i686/build-fix.patch |   31 -
 community-i686/ffmpeg-0.8.patch|   60 -
 community-i686/ffmpeg-loop.patch   |   56 
 community-x86_64/PKGBUILD  |   49 --
 community-x86_64/build-fix.patch   |   31 -
 community-x86_64/ffmpeg-0.8.patch  |   60 -
 community-x86_64/ffmpeg-loop.patch |   56 
 12 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 10:32:15 UTC (rev 117277)
+++ community-i686/PKGBUILD 2014-08-12 10:32:33 UTC (rev 117278)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.1
-pkgrel=7
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch
-   ffmpeg-loop.patch)
-md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae'
- 'c6684c876c093f5e53d2c46592994e9b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
-  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 117277, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 10:32:33 UTC (rev 117278)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=8
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')

[arch-commits] Commit in synfig/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:32:15
  Author: spupykin
Revision: 117277

upgpkg: synfig 0.64.1-8

upd

Modified:
  synfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:30:36 UTC (rev 117276)
+++ PKGBUILD2014-08-12 10:32:15 UTC (rev 117277)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



[arch-commits] Commit in sigil/repos (6 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:45:36
  Author: bpiotrowski
Revision: 117280

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sigil/repos/community-staging-i686/
  sigil/repos/community-staging-i686/PKGBUILD
(from rev 117279, sigil/trunk/PKGBUILD)
  sigil/repos/community-staging-i686/sigil.install
(from rev 117279, sigil/trunk/sigil.install)
  sigil/repos/community-staging-x86_64/
  sigil/repos/community-staging-x86_64/PKGBUILD
(from rev 117279, sigil/trunk/PKGBUILD)
  sigil/repos/community-staging-x86_64/sigil.install
(from rev 117279, sigil/trunk/sigil.install)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/sigil.install   |   12 +++
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/sigil.install |   12 +++
 4 files changed, 122 insertions(+)

Copied: sigil/repos/community-staging-i686/PKGBUILD (from rev 117279, 
sigil/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:45:36 UTC (rev 117280)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.4
+pkgrel=3
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('dde8f3b8daa0ccd37589ea2aa454e1bc')
+
+build() {
+  cd ${srcdir}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-i686/sigil.install (from rev 117279, 
sigil/trunk/sigil.install)
===
--- community-staging-i686/sigil.install(rev 0)
+++ community-staging-i686/sigil.install2014-08-12 10:45:36 UTC (rev 
117280)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 117279, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 10:45:36 UTC (rev 117280)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.4
+pkgrel=3
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('dde8f3b8daa0ccd37589ea2aa454e1bc')
+
+build() {
+  cd ${srcdir}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-x86_64/sigil.install (from rev 117279, 

[arch-commits] Commit in sigil/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:45:30
  Author: bpiotrowski
Revision: 117279

upgpkg: sigil 0.7.4-3

rebuild against boost 1.56.0

Modified:
  sigil/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:32:33 UTC (rev 117278)
+++ PKGBUILD2014-08-12 10:45:30 UTC (rev 117279)
@@ -4,7 +4,7 @@
 
 pkgname=sigil
 pkgver=0.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc=WYSIWYG ebook editor
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/sigil/;



[arch-commits] Commit in synfig/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:46:34
  Author: spupykin
Revision: 117281

upgpkg: synfig 0.64.1-9

upd

Modified:
  synfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:45:36 UTC (rev 117280)
+++ PKGBUILD2014-08-12 10:46:34 UTC (rev 117281)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



[arch-commits] Commit in synfig/repos (10 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 12:46:49
  Author: spupykin
Revision: 117282

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  synfig/repos/community-staging-i686/
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 117281, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 117281, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 117281, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 117281, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 117281, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 117281, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 117281, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 117281, synfig/trunk/ffmpeg-loop.patch)

+
 community-staging-i686/PKGBUILD|   49 ++
 community-staging-i686/build-fix.patch |   31 +
 community-staging-i686/ffmpeg-0.8.patch|   60 +++
 community-staging-i686/ffmpeg-loop.patch   |   56 +
 community-staging-x86_64/PKGBUILD  |   49 ++
 community-staging-x86_64/build-fix.patch   |   31 +
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 +++
 community-staging-x86_64/ffmpeg-loop.patch |   56 +
 8 files changed, 392 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 117281, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:46:49 UTC (rev 117282)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.1
+pkgrel=9
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch
+   ffmpeg-loop.patch)
+md5sums=('548a5d51a48b2be0c3fcaebe917a5d88'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+#  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synfig/repos/community-staging-i686/build-fix.patch (from rev 117281, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2014-08-12 10:46:49 UTC (rev 
117282)
@@ -0,0 +1,31 @@
+diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
 synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
+@@ -31,6 +31,10 @@
+ # include config.h
+ #endif
+ 
++#include libavcodec/avcodec.h
++#include libavformat/avformat.h
++#include libswscale/swscale.h
++
+ #include trgt_av.h
+ 
+ extern C
+@@ -116,14 +120,14 @@
+ picture = avcodec_alloc_frame();
+ if (!picture)
+ return NULL;
+-size = avpicture_get_size(pix_fmt, width, height);
++size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
+ picture_buf = (uint8_t *)malloc(size);
+ if (!picture_buf) {
+ av_free(picture);
+ return 

[arch-commits] Commit in snapper/repos (12 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:48:51
  Author: bpiotrowski
Revision: 117284

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  snapper/repos/community-staging-i686/
  snapper/repos/community-staging-i686/PKGBUILD
(from rev 117283, snapper/trunk/PKGBUILD)
  snapper/repos/community-staging-i686/cleanup.service
(from rev 117283, snapper/trunk/cleanup.service)
  snapper/repos/community-staging-i686/cleanup.timer
(from rev 117283, snapper/trunk/cleanup.timer)
  snapper/repos/community-staging-i686/timeline.service
(from rev 117283, snapper/trunk/timeline.service)
  snapper/repos/community-staging-i686/timeline.timer
(from rev 117283, snapper/trunk/timeline.timer)
  snapper/repos/community-staging-x86_64/
  snapper/repos/community-staging-x86_64/PKGBUILD
(from rev 117283, snapper/trunk/PKGBUILD)
  snapper/repos/community-staging-x86_64/cleanup.service
(from rev 117283, snapper/trunk/cleanup.service)
  snapper/repos/community-staging-x86_64/cleanup.timer
(from rev 117283, snapper/trunk/cleanup.timer)
  snapper/repos/community-staging-x86_64/timeline.service
(from rev 117283, snapper/trunk/timeline.service)
  snapper/repos/community-staging-x86_64/timeline.timer
(from rev 117283, snapper/trunk/timeline.timer)

---+
 community-staging-i686/PKGBUILD   |   83 
 community-staging-i686/cleanup.service|9 +++
 community-staging-i686/cleanup.timer  |   12 
 community-staging-i686/timeline.service   |9 +++
 community-staging-i686/timeline.timer |   12 
 community-staging-x86_64/PKGBUILD |   83 
 community-staging-x86_64/cleanup.service  |9 +++
 community-staging-x86_64/cleanup.timer|   12 
 community-staging-x86_64/timeline.service |9 +++
 community-staging-x86_64/timeline.timer   |   12 
 10 files changed, 250 insertions(+)

Copied: snapper/repos/community-staging-i686/PKGBUILD (from rev 117283, 
snapper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 10:48:51 UTC (rev 117284)
@@ -0,0 +1,83 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.3
+pkgrel=3
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;
+cleanup.timer
+cleanup.service
+timeline.timer
+timeline.service)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's@lboost_thread-mt@lboost_thread@g' \
+  -e 's@lboost_system-mt@lboost_system@g' \
+  -i snapper/Makefile.am
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
+  install -Dm755 client/.libs/systemd-helper 
$pkgdir/usr/lib/snapper/systemd-helper
+
+  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
+  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
+
+  for unit in {cleanup,timeline}.{timer,service}; do
+install -Dm644 $srcdir/$unit 
$pkgdir/usr/lib/systemd/system/snapper-$unit
+  done
+}
+
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+'7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
+'d2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
+

[arch-commits] Commit in snapper/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 12:48:47
  Author: bpiotrowski
Revision: 117283

upgpkg: snapper 0.2.3-3

rebuild against boost 1.56.0

Modified:
  snapper/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:46:49 UTC (rev 117282)
+++ PKGBUILD2014-08-12 10:48:47 UTC (rev 117283)
@@ -3,7 +3,7 @@
 
 pkgname=snapper
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
 url=http://snapper.io;



[arch-commits] Commit in guitarix2/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:12:12
  Author: bpiotrowski
Revision: 117285

upgpkg: guitarix2 0.30.0-2

rebuild against boost 1.56.0

Modified:
  guitarix2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:48:51 UTC (rev 117284)
+++ PKGBUILD2014-08-12 11:12:12 UTC (rev 117285)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
 arch=('i686' 'x86_64')
 url=http://guitarix.sourceforge.net/;



[arch-commits] Commit in guitarix2/repos (6 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:12:20
  Author: bpiotrowski
Revision: 117286

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  guitarix2/repos/community-staging-i686/
  guitarix2/repos/community-staging-i686/PKGBUILD
(from rev 117285, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-i686/guitarix2.install
(from rev 117285, guitarix2/trunk/guitarix2.install)
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
(from rev 117285, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-x86_64/guitarix2.install
(from rev 117285, guitarix2/trunk/guitarix2.install)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/guitarix2.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/guitarix2.install |   11 
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 117285, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 11:12:20 UTC (rev 117286)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.30.0
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7ce86e5942a4b274be2037c24a6eec6f')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-i686/guitarix2.install (from rev 
117285, guitarix2/trunk/guitarix2.install)
===
--- community-staging-i686/guitarix2.install(rev 0)
+++ community-staging-i686/guitarix2.install2014-08-12 11:12:20 UTC (rev 
117286)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 117285, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 11:12:20 UTC (rev 117286)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.30.0
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('7ce86e5942a4b274be2037c24a6eec6f')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix2.install (from rev 
117285, guitarix2/trunk/guitarix2.install)
===
--- community-staging-x86_64/guitarix2.install  (rev 0)
+++ community-staging-x86_64/guitarix2.install  2014-08-12 11:12:20 UTC (rev 
117286)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() 

[arch-commits] Commit in maxima/trunk (PKGBUILD)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 13:19:25
  Author: juergen
Revision: 219615

rebuild against sbcl 1.2.2

Modified:
  maxima/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 10:40:13 UTC (rev 219614)
+++ PKGBUILD2014-08-12 11:19:25 UTC (rev 219615)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.33.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.2.0' 'texinfo' 'sh')
+depends=('sbcl=1.2.2' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2014-08-12 Thread Jürgen Hötzel
Date: Tuesday, August 12, 2014 @ 13:20:05
  Author: juergen
Revision: 219616

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 219615, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 219615, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 219615, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 11:19:25 UTC (rev 219615)
+++ PKGBUILD2014-08-12 11:20:05 UTC (rev 219616)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.33.0
-pkgrel=4
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.2.0' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 219615, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 11:20:05 UTC (rev 219616)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=5
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.2.2' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

[arch-commits] Commit in gnuradio/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 13:43:58
  Author: kkeen
Revision: 117287

upgpkg: gnuradio 3.7.4-2 boost rebuild

Modified:
  gnuradio/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 11:12:20 UTC (rev 117286)
+++ PKGBUILD2014-08-12 11:43:58 UTC (rev 117287)
@@ -4,7 +4,7 @@
 # Contributor: Jonatan Sastre jsastreh [ at ] hotmail.com
 pkgname=gnuradio
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
 arch=('i686' 'x86_64')
 url=http://gnuradio.org;
@@ -16,6 +16,7 @@
 'python2-lxml: gnuradio-companion'
 'pygtk: gnuradio-companion'
 'wxpython: gr-wxgui'
+'python2-opengl: gr-wxgui'
 'boost: gr_modtool'
 'swig: gr_modtool'
 'cmake: gr_modtool'
@@ -31,7 +32,10 @@
 #'pyqwt: gr-qtgui'
 # update makedepends
 #'qwtplot3d'
+# http://gnuradio.org/doc/doxygen/page_qtgui.html
 
+# gr-video-sdl ?
+
 # todo
 # split the gui components?
 # build doxygen docs?



[arch-commits] Commit in gnuradio/repos (8 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 13:44:30
  Author: kkeen
Revision: 117288

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 117287, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 117287, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 117287, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 117287, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 117287, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 117287, gnuradio/trunk/gnuradio.install)

---+
 community-staging-i686/21-fcd.rules   |9 ++
 community-staging-i686/PKGBUILD   |  105 
 community-staging-i686/gnuradio.install   |   50 +
 community-staging-x86_64/21-fcd.rules |9 ++
 community-staging-x86_64/PKGBUILD |  105 
 community-staging-x86_64/gnuradio.install |   50 +
 6 files changed, 328 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 117287, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2014-08-12 11:44:30 UTC (rev 117288)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 117287, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 11:44:30 UTC (rev 117288)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+# Contributor: Jonatan Sastre jsastreh [ at ] hotmail.com
+pkgname=gnuradio
+pkgver=3.7.4
+pkgrel=2
+pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
+arch=('i686' 'x86_64')
+url=http://gnuradio.org;
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
+optdepends=('gnuradio-osmosdr: pile of driver blocks'
+'python2-cheetah: gnuradio-companion'
+'python2-lxml: gnuradio-companion'
+'pygtk: gnuradio-companion'
+'wxpython: gr-wxgui'
+'python2-opengl: gr-wxgui'
+'boost: gr_modtool'
+'swig: gr_modtool'
+'cmake: gr_modtool'
+'pkgconfig: libuhd')
+conflicts=('gnuradio-git')
+install=gnuradio.install
+
+# gr-qtgui todo
+# talk to ronald about adding qwt5 to qwt package
+# bring pyqwt in from AUR
+# update optdepends
+#'qwtplot3d: gr-qtgui'
+#'pyqwt: gr-qtgui'
+# update makedepends
+#'qwtplot3d'
+# http://gnuradio.org/doc/doxygen/page_qtgui.html
+
+# gr-video-sdl ?
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# icons
+# gnuradio-osmosdr is not an optdep
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
+21-fcd.rules)
+md5sums=('94e7115ad7b46b5bc9e0b336cf74d8ba'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  export PYTHON=python2
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR| 
grc/freedesktop/CMakeLists.txt
+  sed -i -e s|/qwt$|/qwt5| -e s| qwt | qwt5 | cmake/Modules/FindQwt.cmake
+  sed -i -e s| sphinx-build$| sphinx-build2| cmake/Modules/FindSphinx.cmake
+  msg Starting build.
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver/build
+  export PYTHON=python2
+  #make test
+}
+
+package() {
+  cd 

[arch-commits] Commit in (libyaml libyaml/repos libyaml/trunk libyaml/trunk/PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:48:12
  Author: bpiotrowski
Revision: 219617

community2extra: Moving libyaml from community to extra

Added:
  libyaml/
  libyaml/repos/
  libyaml/trunk/
  libyaml/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Added: libyaml/trunk/PKGBUILD
===
--- libyaml/trunk/PKGBUILD  (rev 0)
+++ libyaml/trunk/PKGBUILD  2014-08-12 11:48:12 UTC (rev 219617)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Bozon michal.bozon__at__gmail.com
+
+pkgname=libyaml
+pkgver=0.1.6
+pkgrel=1
+pkgdesc=YAML 1.1 library
+arch=('i686' 'x86_64')
+url=http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+
+build() {
+  cd $srcdir/yaml-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/yaml-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: libyaml/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in libyaml/repos (4 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:48:23
  Author: bpiotrowski
Revision: 219618

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libyaml/repos/extra-i686/
  libyaml/repos/extra-i686/PKGBUILD
(from rev 219617, libyaml/trunk/PKGBUILD)
  libyaml/repos/extra-x86_64/
  libyaml/repos/extra-x86_64/PKGBUILD
(from rev 219617, libyaml/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   26 ++
 extra-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libyaml/repos/extra-i686/PKGBUILD (from rev 219617, 
libyaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 11:48:23 UTC (rev 219618)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Bozon michal.bozon__at__gmail.com
+
+pkgname=libyaml
+pkgver=0.1.6
+pkgrel=1
+pkgdesc=YAML 1.1 library
+arch=('i686' 'x86_64')
+url=http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+
+build() {
+  cd $srcdir/yaml-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/yaml-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: libyaml/repos/extra-x86_64/PKGBUILD (from rev 219617, 
libyaml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-12 11:48:23 UTC (rev 219618)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Bozon michal.bozon__at__gmail.com
+
+pkgname=libyaml
+pkgver=0.1.6
+pkgrel=1
+pkgdesc=YAML 1.1 library
+arch=('i686' 'x86_64')
+url=http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+
+build() {
+  cd $srcdir/yaml-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/yaml-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



[arch-commits] Commit in (libyaml)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:48:45
  Author: bpiotrowski
Revision: 117291

community2extra: Moving libyaml from community to extra

Deleted:
  libyaml/



[arch-commits] Commit in (4 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:48:59
  Author: bpiotrowski
Revision: 219619

community2extra: Moving protobuf from community to extra

Added:
  protobuf/
  protobuf/repos/
  protobuf/trunk/
  protobuf/trunk/PKGBUILD

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

Added: protobuf/trunk/PKGBUILD
===
--- protobuf/trunk/PKGBUILD (rev 0)
+++ protobuf/trunk/PKGBUILD 2014-08-12 11:48:59 UTC (rev 219619)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=4
+pkgdesc=A way of encoding structured data in an efficient yet extensible 
format
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/protobuf/;
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+   pkgdesc=protobuf python API
+   depends=(python2 protobuf=${pkgver})
+provides=(protobuf-python)
+conflicts=(protobuf-python)
+replaces=(protobuf-python)
+
+   cd $srcdir/protobuf-$pkgver/python
+   python2 setup.py install --prefix=/usr --root $pkgdir
+}


Property changes on: protobuf/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in protobuf/repos (4 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:49:09
  Author: bpiotrowski
Revision: 219620

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  protobuf/repos/extra-i686/
  protobuf/repos/extra-i686/PKGBUILD
(from rev 219619, protobuf/trunk/PKGBUILD)
  protobuf/repos/extra-x86_64/
  protobuf/repos/extra-x86_64/PKGBUILD
(from rev 219619, protobuf/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   39 +++
 extra-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: protobuf/repos/extra-i686/PKGBUILD (from rev 219619, 
protobuf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 11:49:09 UTC (rev 219620)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=4
+pkgdesc=A way of encoding structured data in an efficient yet extensible 
format
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/protobuf/;
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+   pkgdesc=protobuf python API
+   depends=(python2 protobuf=${pkgver})
+provides=(protobuf-python)
+conflicts=(protobuf-python)
+replaces=(protobuf-python)
+
+   cd $srcdir/protobuf-$pkgver/python
+   python2 setup.py install --prefix=/usr --root $pkgdir
+}

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 219619, 
protobuf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-12 11:49:09 UTC (rev 219620)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=4
+pkgdesc=A way of encoding structured data in an efficient yet extensible 
format
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/protobuf/;
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+   pkgdesc=protobuf python API
+   depends=(python2 protobuf=${pkgver})
+provides=(protobuf-python)
+conflicts=(protobuf-python)
+replaces=(protobuf-python)
+
+   cd $srcdir/protobuf-$pkgver/python
+   python2 setup.py install --prefix=/usr --root $pkgdir
+}



[arch-commits] Commit in (protobuf)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 13:49:33
  Author: bpiotrowski
Revision: 117294

community2extra: Moving protobuf from community to extra

Deleted:
  protobuf/



[arch-commits] Commit in gnuradio-iqbal/trunk (PKGBUILD float-complex.patch)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:03:22
  Author: kkeen
Revision: 117295

upgpkg: gnuradio-iqbal 0.37.2-1 boost rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD
Deleted:
  gnuradio-iqbal/trunk/float-complex.patch

-+
 PKGBUILD|   12 
 float-complex.patch |   22 --
 2 files changed, 4 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 11:49:33 UTC (rev 117294)
+++ PKGBUILD2014-08-12 12:03:22 UTC (rev 117295)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
-pkgver=0.37.1
-pkgrel=4
+pkgver=0.37.2
+pkgrel=1
 pkgdesc=Gnuradio I/Q balancing
 arch=('i686' 'x86_64')
 url=http://cgit.osmocom.org/gr-iqbal/;
@@ -12,17 +12,13 @@
 depends=('gnuradio' 'fftw')
 replaces=('gr-iqbal')
 makedepends=('git' 'cmake' 'boost' 'swig')
-source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver
-float-complex.patch)
-md5sums=('SKIP'
- '6417f4c064b44e8875fbb783c3a2c308')
+source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver)
+md5sums=('SKIP')
 
 build() {
   cd $srcdir/$_pkgname
   git submodule init
   git submodule update
-  # patches are already in git, only applies to 0.37.1
-  patch -p1 -i $srcdir/float-complex.patch
   sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
   mkdir build
   cd build

Deleted: float-complex.patch
===
--- float-complex.patch 2014-08-12 11:49:33 UTC (rev 117294)
+++ float-complex.patch 2014-08-12 12:03:22 UTC (rev 117295)
@@ -1,22 +0,0 @@
-diff --git a/lib/optimize_c.cc b/lib/optimize_c.cc
-index 318a996..2cad998 100644
 a/lib/optimize_c.cc
-+++ b/lib/optimize_c.cc
-@@ -25,6 +25,17 @@
- #include gnuradio/io_signature.h
- #include gnuradio/iqbalance/optimize_c.h
- 
-+#define GCC_VERSION ( \
-+  __GNUC__ * 1 +  \
-+  __GNUC_MINOR__ * 100 +  \
-+  __GNUC_PATCHLEVEL__ \
-+   )
-+
-+#if GCC_VERSION = 40800
-+# define complex _Complex
-+# undef _GLIBCXX_HAVE_COMPLEX_H
-+#endif
-+
- extern C {
- #include osmocom/dsp/cxvec.h
- #include osmocom/dsp/iqbal.h



[arch-commits] Commit in gnuradio-iqbal/repos (4 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:03:38
  Author: kkeen
Revision: 117296

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 117295, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 117295, gnuradio-iqbal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 117295, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 12:03:38 UTC (rev 117296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=1
+pkgdesc=Gnuradio I/Q balancing
+arch=('i686' 'x86_64')
+url=http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$_pkgname
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
117295, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 12:03:38 UTC (rev 117296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=1
+pkgdesc=Gnuradio I/Q balancing
+arch=('i686' 'x86_64')
+url=http://cgit.osmocom.org/gr-iqbal/;
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$_pkgname
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnuradio-fcdproplus/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:10:20
  Author: kkeen
Revision: 117297

upgpkg: gnuradio-fcdproplus 3.7.4-5 boost rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 12:03:38 UTC (rev 117296)
+++ PKGBUILD2014-08-12 12:10:20 UTC (rev 117297)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=4
+pkgrel=5
 _tag=v3.7_hidraw
 pkgdesc=GNU Radio source block for Funcube Dongle Pro +
 arch=('i686' 'x86_64')



[arch-commits] Commit in gnuradio-fcdproplus/repos (6 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:16:37
  Author: kkeen
Revision: 117298

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 117297, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 117297, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 117297, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 117297, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 ++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-x86_64/88-fcdproplus.rules |9 ++
 community-staging-x86_64/PKGBUILD|   37 +
 4 files changed, 92 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 117297, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2014-08-12 12:16:37 UTC (rev 
117298)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
117297, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 12:16:37 UTC (rev 117298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=5
+_tag=v3.7_hidraw
+pkgdesc=GNU Radio source block for Funcube Dongle Pro +
+arch=('i686' 'x86_64')
+url=https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=(git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag
+88-fcdproplus.rules)
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  cd $srcdir/$_pkgname
+  mkdir build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+  install -Dm644 $srcdir/88-fcdproplus.rules 
$pkgdir/etc/udev/rules.d/88-fcdproplus.rules
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 117297, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2014-08-12 12:16:37 UTC 
(rev 117298)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
117297, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 12:16:37 UTC (rev 117298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=5
+_tag=v3.7_hidraw
+pkgdesc=GNU Radio source block for Funcube Dongle Pro +
+arch=('i686' 'x86_64')
+url=https://github.com/dl1ksv/gr-fcdproplus;
+license=('GPL3')

[arch-commits] Commit in gnuradio-osmosdr/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:24:50
  Author: kkeen
Revision: 117299

upgpkg: gnuradio-osmosdr 0.1.1-11 boost rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 12:16:37 UTC (rev 117298)
+++ PKGBUILD2014-08-12 12:24:50 UTC (rev 117299)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.1
-pkgrel=10
+pkgrel=11
 #_commit=c65d205d3b
 pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
 url=http://sdr.osmocom.org/trac/;



[arch-commits] Commit in gnuradio-osmosdr/repos (4 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:25:17
  Author: kkeen
Revision: 117300

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 117299, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 117299, gnuradio-osmosdr/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
117299, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 12:25:17 UTC (rev 117300)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com?
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.1
+pkgrel=11
+#_commit=c65d205d3b
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
+url=http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
+md5sums=('SKIP')
+
+# add airspy support?
+
+build() {
+  cd $srcdir/$_pkgname
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
117299, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 12:25:17 UTC (rev 117300)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com?
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.1
+pkgrel=11
+#_commit=c65d205d3b
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
+url=http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
+md5sums=('SKIP')
+
+# add airspy support?
+
+build() {
+  cd $srcdir/$_pkgname
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gqrx/trunk (PKGBUILD)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:39:05
  Author: kkeen
Revision: 117301

upgpkg: gqrx 2.3.0-2 boost rebuild

Modified:
  gqrx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 12:25:17 UTC (rev 117300)
+++ PKGBUILD2014-08-12 12:39:05 UTC (rev 117301)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive SDR receiver waterfall for many devices.
 arch=('i686' 'x86_64')
 url=http://gqrx.dk/;



[arch-commits] Commit in gqrx/repos (8 files)

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 14:39:54
  Author: kkeen
Revision: 117302

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 117301, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 117301, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 117301, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 117301, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 117301, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 117301, gqrx/trunk/gqrx.png)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 +
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 117301, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 12:39:54 UTC (rev 117302)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=gqrx
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=Interactive SDR receiver waterfall for many devices.
+arch=('i686' 'x86_64')
+url=http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+$pkgname.png
+$pkgname.desktop)
+md5sums=('06b717507f2641b717fd7795b2bcfbae'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd $srcdir
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd $srcdir/$pkgname-$pkgver-alsa
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd $srcdir
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+
+  cd $srcdir/$pkgname-$pkgver/build
+  make install INSTALL_ROOT=$pkgdir
+
+  cd $srcdir/$pkgname-$pkgver-alsa/build
+  install -Dm755 gqrx $pkgdir/usr/bin/gqrx-alsa
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 117301, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2014-08-12 12:39:54 UTC (rev 117302)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-staging-i686/gqrx.png (from rev 117301, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 117301, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 12:39:54 UTC (rev 117302)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=gqrx
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=Interactive SDR receiver waterfall for many devices.
+arch=('i686' 'x86_64')
+url=http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=(https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+$pkgname.png
+$pkgname.desktop)
+md5sums=('06b717507f2641b717fd7795b2bcfbae'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd $srcdir
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#/' gqrx.pro
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd $srcdir/$pkgname-$pkgver-alsa
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd $srcdir
+  install -Dm644 $pkgname.desktop 

[arch-commits] Commit in cegui/repos (6 files)

2014-08-12 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 14:42:13
  Author: svenstaro
Revision: 117304

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-i686/PKGBUILD
(from rev 117303, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-i686/freetype.patch
(from rev 117303, cegui/trunk/freetype.patch)
  cegui/repos/community-staging-x86_64/
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 117303, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/freetype.patch
(from rev 117303, cegui/trunk/freetype.patch)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/freetype.patch   |   14 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/freetype.patch |   14 
 4 files changed, 124 insertions(+)

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 117303, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 12:42:13 UTC (rev 117304)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: cegui/repos/community-staging-i686/freetype.patch (from rev 117303, 
cegui/trunk/freetype.patch)
===
--- community-staging-i686/freetype.patch   (rev 0)
+++ community-staging-i686/freetype.patch   2014-08-12 12:42:13 UTC (rev 
117304)
@@ -0,0 +1,14 @@
+diff -r 319182022f9f cmake/FindFreetype.cmake
+--- a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +
 b/cmake/FindFreetype.cmake Tue Dec 17 05:02:30 2013 +0100
+@@ -3,8 +3,8 @@
+ 

+ include(FindPackageHandleStandardArgs)
+ 
+-find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h)
+-find_path(FREETYPE_H_PATH_ftconfig NAMES freetype/config/ftconfig.h 
PATH_SUFFIXES freetype2)
++find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h PATH_SUFFIXES freetype2)
++find_path(FREETYPE_H_PATH_ftconfig NAMES config/ftconfig.h PATH_SUFFIXES 
freetype2)
+ find_library(FREETYPE_LIB NAMES freetype2 freetype libfreetype PATH_SUFFIXES 
dynamic)
+ find_library(FREETYPE_LIB_DBG NAMES freetype_d libfreetype_d PATH_SUFFIXES 
dynamic)
+ mark_as_advanced(FREETYPE_H_PATH_ft2build FREETYPE_H_PATH_ftconfig 
FREETYPE_LIB FREETYPE_LIB_DBG)

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 117303, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 12:42:13 UTC (rev 117304)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 

[arch-commits] Commit in cegui/trunk (PKGBUILD)

2014-08-12 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 14:42:05
  Author: svenstaro
Revision: 117303

upgpkg: cegui 0.8.4-2

boost 1.56.0 rebuild

Modified:
  cegui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 12:39:54 UTC (rev 117302)
+++ PKGBUILD2014-08-12 12:42:05 UTC (rev 117303)
@@ -7,7 +7,7 @@
 pkgname=cegui
 pkgver=0.8.4
 _tag=0-8-4
-pkgrel=1
+pkgrel=2
 pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
 arch=('i686' 'x86_64')
 url=http://cegui.org.uk;



[arch-commits] Commit in mariadb/repos (20 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 14:54:09
  Author: bpiotrowski
Revision: 219622

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 219621, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 219621, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 219621, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 219621, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 219621, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 219621, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 219621, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 219621, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 219621, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 219621, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  306 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   98 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  153 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   49 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  153 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   49 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 454 insertions(+), 454 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 12:54:00 UTC (rev 219621)
+++ extra-i686/PKGBUILD 2014-08-12 12:54:09 UTC (rev 219622)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.12
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('6e9a7c075526f8f2f83ad8e0933bab2f'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks \
--DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks \
-

[arch-commits] Commit in mariadb/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 14:54:00
  Author: bpiotrowski
Revision: 219621

upgpkg: mariadb 10.0.13-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 11:49:09 UTC (rev 219620)
+++ PKGBUILD2014-08-12 12:54:00 UTC (rev 219621)
@@ -3,9 +3,9 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.12
+pkgver=10.0.13
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -14,7 +14,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('6e9a7c075526f8f2f83ad8e0933bab2f'
+md5sums=('7b2e88864b51d7d0607dc37abb8a0adb'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')



[arch-commits] Commit in python-tornado/trunk (PKGBUILD)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 16:29:12
  Author: fyan
Revision: 117305

upgpkg: python-tornado 4.0.1-1

Modified:
  python-tornado/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 12:42:13 UTC (rev 117304)
+++ PKGBUILD2014-08-12 14:29:12 UTC (rev 117305)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('i686' 'x86_64')



[arch-commits] Commit in python-tornado/repos (4 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 16:29:49
  Author: fyan
Revision: 117306

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-tornado/repos/community-i686/PKGBUILD
(from rev 117305, python-tornado/trunk/PKGBUILD)
  python-tornado/repos/community-x86_64/PKGBUILD
(from rev 117305, python-tornado/trunk/PKGBUILD)
Deleted:
  python-tornado/repos/community-i686/PKGBUILD
  python-tornado/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 community-i686/PKGBUILD   |   58 --
 community-x86_64/PKGBUILD |   58 --
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 14:29:12 UTC (rev 117305)
+++ community-i686/PKGBUILD 2014-08-12 14:29:49 UTC (rev 117306)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=('python-tornado' 'python2-tornado')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
-arch=('i686' 'x86_64')
-url='http://www.tornadoweb.org/'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
-source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a tornado{,-py2}
-
-  # python - python2 rename
-  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
-}
-
-build() {
-  cd tornado
-  python setup.py build
-
-  cd ../tornado-py2
-  python2 setup.py build
-}
-
-check() {
-  cd tornado
-  python -m tornado.test.runtests || warning Tests failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
-  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
-
-  cd ../tornado-py2
-  python2 -m tornado.test.runtests || warning Tests failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
-  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
-}
-
-package_python-tornado() {
-  depends=('python-certifi')
-
-  cd tornado
-  python setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-tornado() {
-  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
-
-  cd tornado-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-

Copied: python-tornado/repos/community-i686/PKGBUILD (from rev 117305, 
python-tornado/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 14:29:49 UTC (rev 117306)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 
'python-twisted' 'python2-twisted')
+source=(git+https://github.com/facebook/tornado.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a tornado{,-py2}
+
+  # python - python2 rename
+  find tornado-py2 -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i 
{} \;
+}
+
+build() {
+  cd tornado
+  python setup.py build
+
+  cd ../tornado-py2
+  python2 setup.py build
+}
+
+check() {
+  cd tornado
+  python -m tornado.test.runtests || warning Tests failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.asyncio.AsyncIOLoop || warning Tests with AsyncIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.select.SelectIOLoop || warning Tests with SelectIO 
failed
+  python -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+
+  cd ../tornado-py2
+  python2 -m tornado.test.runtests || warning Tests failed
+  python2 -m tornado.test.runtests 
--ioloop=tornado.platform.twisted.TwistedIOLoop || warning Tests with 
TwistedIO failed
+  python2 -m tornado.test.runtests 

[arch-commits] Commit in qemu/repos (18 files)

2014-08-12 Thread Tobias Powalowski
Date: Tuesday, August 12, 2014 @ 16:40:41
  Author: tpowa
Revision: 219623

db-move: moved qemu from [testing] to [extra] (i686, x86_64)

Added:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
(from rev 219622, qemu/repos/testing-i686/2.0.0-usb-stack.patch)
  qemu/repos/extra-i686/65-kvm.rules
(from rev 219622, qemu/repos/testing-i686/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 219622, qemu/repos/testing-i686/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 219622, qemu/repos/testing-i686/qemu.install)
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
(from rev 219622, qemu/repos/testing-x86_64/2.0.0-usb-stack.patch)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 219622, qemu/repos/testing-x86_64/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 219622, qemu/repos/testing-x86_64/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 219622, qemu/repos/testing-x86_64/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install
  qemu/repos/testing-i686/
  qemu/repos/testing-x86_64/

+
 /2.0.0-usb-stack.patch |   72 
 /65-kvm.rules  |4 
 /PKGBUILD  |  200 +++
 /qemu.install  |   46 
 extra-i686/2.0.0-usb-stack.patch   |   36 --
 extra-i686/65-kvm.rules|2 
 extra-i686/PKGBUILD|  100 -
 extra-i686/qemu.install|   23 
 extra-x86_64/2.0.0-usb-stack.patch |   36 --
 extra-x86_64/65-kvm.rules  |2 
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/qemu.install  |   23 
 12 files changed, 322 insertions(+), 322 deletions(-)

Deleted: extra-i686/2.0.0-usb-stack.patch
===
--- extra-i686/2.0.0-usb-stack.patch2014-08-12 12:54:09 UTC (rev 219622)
+++ extra-i686/2.0.0-usb-stack.patch2014-08-12 14:40:41 UTC (rev 219623)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev-setup_len == sizeof(dev-data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index  len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
-Signed-off-by: Michael S. Tsirkin mst at redhat.com

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev-setup_index  0 ||
- dev-setup_len  0 ||
--dev-setup_index = sizeof(dev-data_buf) ||
--dev-setup_len = sizeof(dev-data_buf)) {
-+dev-setup_index  dev-setup_len ||
-+dev-setup_len  sizeof(dev-data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Copied: qemu/repos/extra-i686/2.0.0-usb-stack.patch (from rev 219622, 
qemu/repos/testing-i686/2.0.0-usb-stack.patch)
===
--- extra-i686/2.0.0-usb-stack.patch(rev 0)
+++ extra-i686/2.0.0-usb-stack.patch2014-08-12 14:40:41 UTC (rev 219623)
@@ -0,0 +1,36 @@
+Correct post load checks:
+1. dev-setup_len == sizeof(dev-data_buf)
+seems fine, no need to fail migration
+2. When state is DATA, passing index  len
+   will cause memcpy with negative length,
+   resulting in heap overflow
+
+First of the issues was reported by dgilbert.
+
+Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
+Signed-off-by: Michael S. Tsirkin mst at redhat.com
+---
+
+changes from v1:
+- drop state check
+- lightly tested
+
+ hw/usb/bus.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/hw/usb/bus.c b/hw/usb/bus.c
+index e48b19f..ff1dfe6 100644
+--- a/hw/usb/bus.c
 b/hw/usb/bus.c
+ at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
+ }
+ if (dev-setup_index  0 ||
+ dev-setup_len  0 ||
+-dev-setup_index = sizeof(dev-data_buf) ||
+-dev-setup_len = sizeof(dev-data_buf)) {
++dev-setup_index  dev-setup_len ||
++dev-setup_len  sizeof(dev-data_buf)) {
+ return -EINVAL;
+ }
+ return 0;
+

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2014-08-12 12:54:09 UTC (rev 219622)
+++ 

[arch-commits] Commit in libiscsi/repos (6 files)

2014-08-12 Thread Tobias Powalowski
Date: Tuesday, August 12, 2014 @ 16:40:43
  Author: tpowa
Revision: 219624

db-move: moved libiscsi from [testing] to [extra] (i686, x86_64)

Added:
  libiscsi/repos/extra-i686/PKGBUILD
(from rev 219622, libiscsi/repos/testing-i686/PKGBUILD)
  libiscsi/repos/extra-x86_64/PKGBUILD
(from rev 219622, libiscsi/repos/testing-x86_64/PKGBUILD)
Deleted:
  libiscsi/repos/extra-i686/PKGBUILD
  libiscsi/repos/extra-x86_64/PKGBUILD
  libiscsi/repos/testing-i686/
  libiscsi/repos/testing-x86_64/

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   29 -
 extra-x86_64/PKGBUILD |   29 -
 3 files changed, 64 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 14:40:41 UTC (rev 219623)
+++ extra-i686/PKGBUILD 2014-08-12 14:40:43 UTC (rev 219624)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libiscsi
-pkgver=1.7.0
-pkgrel=2
-depends=('glibc' 'popt')
-pkgdesc=Clientside library to implement the iSCSI protocol
-arch=(i686 x86_64)
-url=https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(https://github.com/downloads/sahlberg/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('4ba621f47d016d48ab93d5301ae5a363')

Copied: libiscsi/repos/extra-i686/PKGBUILD (from rev 219622, 
libiscsi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 14:40:43 UTC (rev 219624)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
+pkgname=libiscsi
+pkgver=1.12.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc=Clientside library to implement the iSCSI protocol
+arch=(i686 x86_64)
+url=https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-12 14:40:41 UTC (rev 219623)
+++ extra-x86_64/PKGBUILD   2014-08-12 14:40:43 UTC (rev 219624)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libiscsi
-pkgver=1.7.0
-pkgrel=2
-depends=('glibc' 'popt')
-pkgdesc=Clientside library to implement the iSCSI protocol
-arch=(i686 x86_64)
-url=https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(https://github.com/downloads/sahlberg/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('4ba621f47d016d48ab93d5301ae5a363')

Copied: libiscsi/repos/extra-x86_64/PKGBUILD (from rev 219622, 
libiscsi/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-12 14:40:43 UTC (rev 219624)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Patryk Kowalczyk pat...@kowalczyk.ws
+pkgname=libiscsi
+pkgver=1.12.0
+pkgrel=1
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc=Clientside library to implement the iSCSI protocol
+arch=(i686 x86_64)
+url=https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=85cbf3c10e945e7d769a6b23628061a96136b9c2)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP')



[arch-commits] Commit in ibus-table/trunk (PKGBUILD)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 16:42:48
  Author: fyan
Revision: 117307

upgpkg: ibus-table 1.8.7-1

Modified:
  ibus-table/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 14:29:49 UTC (rev 117306)
+++ PKGBUILD2014-08-12 14:42:48 UTC (rev 117307)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



[arch-commits] Commit in ibus-table/repos/community-any (4 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 16:43:08
  Author: fyan
Revision: 117308

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 117307, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 117307, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 14:42:48 UTC (rev 117307)
+++ PKGBUILD2014-08-12 14:43:08 UTC (rev 117308)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: coderoar coder...@gmail.com
-# Contributor: leemars leem...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-table
-pkgver=1.8.6
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url=http://code.google.com/p/ibus/;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 117307, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 14:43:08 UTC (rev 117308)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.8.7
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-08-12 14:42:48 UTC (rev 117307)
+++ sgml_fix.patch  2014-08-12 14:43:08 UTC (rev 117308)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 117307, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-08-12 14:43:08 UTC (rev 117308)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
++  

[arch-commits] Commit in (5 files)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 18:15:04
  Author: bgyorgy
Revision: 117309

Move labyrinth from AUR with 25 votes

Added:
  labyrinth/
  labyrinth/trunk/
  labyrinth/trunk/PKGBUILD
  labyrinth/trunk/labyrinth.install
  labyrinth/trunk/no-numpy.patch

---+
 PKGBUILD  |   43 ++
 labyrinth.install |   11 
 no-numpy.patch|   65 
 3 files changed, 119 insertions(+)

Added: labyrinth/trunk/PKGBUILD
===
--- labyrinth/trunk/PKGBUILD(rev 0)
+++ labyrinth/trunk/PKGBUILD2014-08-12 16:15:04 UTC (rev 117309)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: M Rawash mraw...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=labyrinth
+pkgver=0.6
+pkgrel=2
+pkgdesc=Lightweight mind-mapping tool with support for image import and 
drawing
+arch=('any')
+url=https://github.com/labyrinth-team/labyrinth;
+license=('GPL')
+depends=('python2-gconf' 'python2-xdg')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/labyrinth-team/$pkgname/archive/$pkgver.tar.gz
+no-numpy.patch)
+md5sums=('e008ebfc1eaeab7f40cff05cb1865c45'
+ 'c993d413288a1c68bee8e4b0ea187972')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#.*python$@#!/usr/bin/python2@' labyrinth_lib/*.py
+
+  # Eliminate numpy dependency
+  patch -Np1 -i ../no-numpy.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+  make -C po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root $pkgdir --optimize=1
+  make -C po localedir=$pkgdir/usr/share/locale install
+  install -Dm644 data/$pkgname-16.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/$pkgname.png
+  install -Dm644 data/$pkgname-22.png 
$pkgdir/usr/share/icons/hicolor/22x22/apps/$pkgname.png
+  install -Dm644 data/$pkgname-24.png 
$pkgdir/usr/share/icons/hicolor/24x24/apps/$pkgname.png
+  install -Dm644 data/$pkgname.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
+  install -Dm644 data/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}


Property changes on: labyrinth/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: labyrinth/trunk/labyrinth.install
===
--- labyrinth/trunk/labyrinth.install   (rev 0)
+++ labyrinth/trunk/labyrinth.install   2014-08-12 16:15:04 UTC (rev 117309)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: labyrinth/trunk/no-numpy.patch
===
--- labyrinth/trunk/no-numpy.patch  (rev 0)
+++ labyrinth/trunk/no-numpy.patch  2014-08-12 16:15:04 UTC (rev 117309)
@@ -0,0 +1,65 @@
+From 1612f7df877ff58e621cab7c195bf19796b5fa9b Mon Sep 17 00:00:00 2001
+From: Thomas Kluyver tak...@gmail.com
+Date: Wed, 4 Jun 2014 10:32:08 -0700
+Subject: [PATCH] Eliminate numpy dependency
+
+We only used numpy for one little thing, and it seems we don't actually
+need it.
+---
+ grab_files.sh | 10 --
+ installer.cfg |  1 -
+ labyrinth_lib/ImageThought.py |  7 +++
+ labyrinth_lib/utils.py| 15 ---
+ 4 files changed, 11 insertions(+), 22 deletions(-)
+
+diff --git a/labyrinth_lib/ImageThought.py b/labyrinth_lib/ImageThought.py
+index ac68eb7..55c2849 100644
+--- a/labyrinth_lib/ImageThought.py
 b/labyrinth_lib/ImageThought.py
+@@ -117,10 +117,9 @@ def export (self, context, move_x, move_y):
+ if self.pic:
+ if hasattr(context, set_source_pixbuf):
+ context.set_source_pixbuf (self.pic, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
+-elif hasattr(context, set_source_surface):
+-pixel_array = utils.pixbuf_to_cairo 
(self.pic.get_pixels_array())
+-image_surface = 
cairo.ImageSurface.create_for_data(pixel_array, cairo.FORMAT_ARGB32, 
self.width, self.height, -1)
+-context.set_source_surface (image_surface, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
++else:
++gcontext = gtk.gdk.CairoContext(context)
++gcontext.set_source_pixbuf(self.pic, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
+ context.rectangle (self.pic_location[0]+move_x, 
self.pic_location[1]+move_y, self.width, self.height)
+ context.fill ()
+ context.set_source_rgb (0,0,0)
+diff --git a/labyrinth_lib/utils.py b/labyrinth_lib/utils.py
+index 73e2401..00f40aa 100644
+--- 

[arch-commits] Commit in xsd/repos (6 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 18:15:14
  Author: fyan
Revision: 219626

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xsd/repos/staging-i686/
  xsd/repos/staging-i686/PKGBUILD
(from rev 219625, xsd/trunk/PKGBUILD)
  xsd/repos/staging-i686/xsdcxx.patch
(from rev 219625, xsd/trunk/xsdcxx.patch)
  xsd/repos/staging-x86_64/
  xsd/repos/staging-x86_64/PKGBUILD
(from rev 219625, xsd/trunk/PKGBUILD)
  xsd/repos/staging-x86_64/xsdcxx.patch
(from rev 219625, xsd/trunk/xsdcxx.patch)

-+
 staging-i686/PKGBUILD   |   37 
 staging-i686/xsdcxx.patch   |  128 ++
 staging-x86_64/PKGBUILD |   37 
 staging-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 330 insertions(+)

Copied: xsd/repos/staging-i686/PKGBUILD (from rev 219625, xsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-12 16:15:14 UTC (rev 219626)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=11
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/staging-i686/xsdcxx.patch (from rev 219625, 
xsd/trunk/xsdcxx.patch)
===
--- staging-i686/xsdcxx.patch   (rev 0)
+++ staging-i686/xsdcxx.patch   2014-08-12 16:15:14 UTC (rev 219626)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  

[arch-commits] Commit in xsd/trunk (PKGBUILD)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 18:14:47
  Author: fyan
Revision: 219625

upgpkg: xsd 3.3.0-11

boost 1.56.0 rebuild

Modified:
  xsd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 14:40:43 UTC (rev 219624)
+++ PKGBUILD2014-08-12 16:14:47 UTC (rev 219625)
@@ -5,7 +5,7 @@
 pkgname=xsd
 pkgver=3.3.0
 _pkgver=3.3.0-2+dep
-pkgrel=10
+pkgrel=11
 pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
 arch=('i686' 'x86_64')
 url=http://www.codesynthesis.com/products/xsd;



[arch-commits] Commit in labyrinth (5 files)

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 18:15:33
  Author: bgyorgy
Revision: 117310

archrelease: copy trunk to community-any

Added:
  labyrinth/repos/
  labyrinth/repos/community-any/
  labyrinth/repos/community-any/PKGBUILD
(from rev 117309, labyrinth/trunk/PKGBUILD)
  labyrinth/repos/community-any/labyrinth.install
(from rev 117309, labyrinth/trunk/labyrinth.install)
  labyrinth/repos/community-any/no-numpy.patch
(from rev 117309, labyrinth/trunk/no-numpy.patch)

---+
 PKGBUILD  |   43 ++
 labyrinth.install |   11 
 no-numpy.patch|   65 
 3 files changed, 119 insertions(+)

Copied: labyrinth/repos/community-any/PKGBUILD (from rev 117309, 
labyrinth/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-08-12 16:15:33 UTC (rev 117310)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: M Rawash mraw...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=labyrinth
+pkgver=0.6
+pkgrel=2
+pkgdesc=Lightweight mind-mapping tool with support for image import and 
drawing
+arch=('any')
+url=https://github.com/labyrinth-team/labyrinth;
+license=('GPL')
+depends=('python2-gconf' 'python2-xdg')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/labyrinth-team/$pkgname/archive/$pkgver.tar.gz
+no-numpy.patch)
+md5sums=('e008ebfc1eaeab7f40cff05cb1865c45'
+ 'c993d413288a1c68bee8e4b0ea187972')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#.*python$@#!/usr/bin/python2@' labyrinth_lib/*.py
+
+  # Eliminate numpy dependency
+  patch -Np1 -i ../no-numpy.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+  make -C po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root $pkgdir --optimize=1
+  make -C po localedir=$pkgdir/usr/share/locale install
+  install -Dm644 data/$pkgname-16.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/$pkgname.png
+  install -Dm644 data/$pkgname-22.png 
$pkgdir/usr/share/icons/hicolor/22x22/apps/$pkgname.png
+  install -Dm644 data/$pkgname-24.png 
$pkgdir/usr/share/icons/hicolor/24x24/apps/$pkgname.png
+  install -Dm644 data/$pkgname.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
+  install -Dm644 data/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: labyrinth/repos/community-any/labyrinth.install (from rev 117309, 
labyrinth/trunk/labyrinth.install)
===
--- repos/community-any/labyrinth.install   (rev 0)
+++ repos/community-any/labyrinth.install   2014-08-12 16:15:33 UTC (rev 
117310)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: labyrinth/repos/community-any/no-numpy.patch (from rev 117309, 
labyrinth/trunk/no-numpy.patch)
===
--- repos/community-any/no-numpy.patch  (rev 0)
+++ repos/community-any/no-numpy.patch  2014-08-12 16:15:33 UTC (rev 117310)
@@ -0,0 +1,65 @@
+From 1612f7df877ff58e621cab7c195bf19796b5fa9b Mon Sep 17 00:00:00 2001
+From: Thomas Kluyver tak...@gmail.com
+Date: Wed, 4 Jun 2014 10:32:08 -0700
+Subject: [PATCH] Eliminate numpy dependency
+
+We only used numpy for one little thing, and it seems we don't actually
+need it.
+---
+ grab_files.sh | 10 --
+ installer.cfg |  1 -
+ labyrinth_lib/ImageThought.py |  7 +++
+ labyrinth_lib/utils.py| 15 ---
+ 4 files changed, 11 insertions(+), 22 deletions(-)
+
+diff --git a/labyrinth_lib/ImageThought.py b/labyrinth_lib/ImageThought.py
+index ac68eb7..55c2849 100644
+--- a/labyrinth_lib/ImageThought.py
 b/labyrinth_lib/ImageThought.py
+@@ -117,10 +117,9 @@ def export (self, context, move_x, move_y):
+ if self.pic:
+ if hasattr(context, set_source_pixbuf):
+ context.set_source_pixbuf (self.pic, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
+-elif hasattr(context, set_source_surface):
+-pixel_array = utils.pixbuf_to_cairo 
(self.pic.get_pixels_array())
+-image_surface = 
cairo.ImageSurface.create_for_data(pixel_array, cairo.FORMAT_ARGB32, 
self.width, self.height, -1)
+-context.set_source_surface (image_surface, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
++else:
++gcontext = gtk.gdk.CairoContext(context)
++gcontext.set_source_pixbuf(self.pic, 
self.pic_location[0]+move_x, self.pic_location[1]+move_y)
+ 

[arch-commits] Commit in libkolabxml/trunk (PKGBUILD)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 18:19:33
  Author: fyan
Revision: 219627

upgpkg: libkolabxml 1.0.1-2

boost 1.56.0 rebuild

Modified:
  libkolabxml/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 16:15:14 UTC (rev 219626)
+++ PKGBUILD2014-08-12 16:19:33 UTC (rev 219627)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Kolab XML Format Schema Definitions Library
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in libkolabxml/repos (4 files)

2014-08-12 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 18:19:59
  Author: fyan
Revision: 219628

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 219627, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 219627, libkolabxml/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 219627, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-12 16:19:59 UTC (rev 219628)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('7adccfa0ed91ac954c815e8d13f334ee'
+ '16ff0e56147d439862cda4aeae94d773')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 219627, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-12 16:19:59 UTC (rev 219628)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('7adccfa0ed91ac954c815e8d13f334ee'
+ '16ff0e56147d439862cda4aeae94d773')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in denemo/repos (4 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 18:59:37
  Author: spupykin
Revision: 117312

archrelease: copy trunk to community-i686, community-x86_64

Added:
  denemo/repos/community-i686/PKGBUILD
(from rev 117311, denemo/trunk/PKGBUILD)
  denemo/repos/community-x86_64/PKGBUILD
(from rev 117311, denemo/trunk/PKGBUILD)
Deleted:
  denemo/repos/community-i686/PKGBUILD
  denemo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 16:59:19 UTC (rev 117311)
+++ community-i686/PKGBUILD 2014-08-12 16:59:37 UTC (rev 117312)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-epoch=1
-pkgver=1.1.6
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('fe7b083a61cb3d847341703e148b5fe1')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 117311, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 16:59:37 UTC (rev 117312)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+epoch=1
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('8cf1d11c60cbbc0f3c8d9fe678009217')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-12 16:59:19 UTC (rev 117311)
+++ community-x86_64/PKGBUILD   2014-08-12 16:59:37 UTC (rev 117312)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-epoch=1
-pkgver=1.1.6
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('fe7b083a61cb3d847341703e148b5fe1')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-x86_64/PKGBUILD (from rev 117311, 
denemo/trunk/PKGBUILD)

[arch-commits] Commit in gtypist/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 18:59:48
  Author: spupykin
Revision: 117313

upgpkg: gtypist 2.9.5-1

upd

Modified:
  gtypist/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 16:59:37 UTC (rev 117312)
+++ PKGBUILD2014-08-12 16:59:48 UTC (rev 117313)
@@ -4,7 +4,7 @@
 # Contributor: Mike Douglas code_mon...@gooeylinux.org
 
 pkgname=gtypist
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc=universal typing tutor
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=gtypist.install
 source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
ncurses.patch)
-md5sums=('1b6acd602996b86f8967ab7693b06ec8'
+md5sums=('6098c32890f2437384b5efe4e993fb32'
  'a836141e70941b7e0d3477bc8ecdecdf')
 
 prepare() {



[arch-commits] Commit in denemo/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 18:59:19
  Author: spupykin
Revision: 117311

upgpkg: denemo 1:1.1.8-1

upd

Modified:
  denemo/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 16:15:33 UTC (rev 117310)
+++ PKGBUILD2014-08-12 16:59:19 UTC (rev 117311)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=1.1.6
+pkgver=1.1.8
 pkgrel=1
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 makedepends=('intltool' 'git')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('fe7b083a61cb3d847341703e148b5fe1')
+md5sums=('8cf1d11c60cbbc0f3c8d9fe678009217')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gtypist/repos (12 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 19:00:03
  Author: spupykin
Revision: 117314

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gtypist/repos/community-i686/PKGBUILD
(from rev 117313, gtypist/trunk/PKGBUILD)
  gtypist/repos/community-i686/gtypist.install
(from rev 117313, gtypist/trunk/gtypist.install)
  gtypist/repos/community-i686/ncurses.patch
(from rev 117313, gtypist/trunk/ncurses.patch)
  gtypist/repos/community-x86_64/PKGBUILD
(from rev 117313, gtypist/trunk/PKGBUILD)
  gtypist/repos/community-x86_64/gtypist.install
(from rev 117313, gtypist/trunk/gtypist.install)
  gtypist/repos/community-x86_64/ncurses.patch
(from rev 117313, gtypist/trunk/ncurses.patch)
Deleted:
  gtypist/repos/community-i686/PKGBUILD
  gtypist/repos/community-i686/gtypist.install
  gtypist/repos/community-i686/ncurses.patch
  gtypist/repos/community-x86_64/PKGBUILD
  gtypist/repos/community-x86_64/gtypist.install
  gtypist/repos/community-x86_64/ncurses.patch

--+
 /PKGBUILD|   74 +++
 /gtypist.install |   36 +++
 /ncurses.patch   |  180 +
 community-i686/PKGBUILD  |   37 ---
 community-i686/gtypist.install   |   18 ---
 community-i686/ncurses.patch |   90 --
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/gtypist.install |   18 ---
 community-x86_64/ncurses.patch   |   90 --
 9 files changed, 290 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 16:59:48 UTC (rev 117313)
+++ community-i686/PKGBUILD 2014-08-12 17:00:03 UTC (rev 117314)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Ben Mazer b...@groknil.org
-# Contributor: Mike Douglas code_mon...@gooeylinux.org
-
-pkgname=gtypist
-pkgver=2.9.4
-pkgrel=1
-pkgdesc=universal typing tutor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gtypist/gtypist.html;
-license=(GPL)
-depends=('ncurses' 'perl')
-makedepends=('emacs')
-install=gtypist.install
-source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
-   ncurses.patch)
-md5sums=('1b6acd602996b86f8967ab7693b06ec8'
- 'a836141e70941b7e0d3477bc8ecdecdf')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/ncurses.patch
-  autoreconf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-  rm -f $pkgdir/usr/share/info/dir
-}

Copied: gtypist/repos/community-i686/PKGBUILD (from rev 117313, 
gtypist/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 17:00:03 UTC (rev 117314)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Ben Mazer b...@groknil.org
+# Contributor: Mike Douglas code_mon...@gooeylinux.org
+
+pkgname=gtypist
+pkgver=2.9.5
+pkgrel=1
+pkgdesc=universal typing tutor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gtypist/gtypist.html;
+license=(GPL)
+depends=('ncurses' 'perl')
+makedepends=('emacs')
+install=gtypist.install
+source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
+   ncurses.patch)
+md5sums=('6098c32890f2437384b5efe4e993fb32'
+ 'a836141e70941b7e0d3477bc8ecdecdf')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/ncurses.patch
+  autoreconf
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  rm -f $pkgdir/usr/share/info/dir
+}

Deleted: community-i686/gtypist.install
===
--- community-i686/gtypist.install  2014-08-12 16:59:48 UTC (rev 117313)
+++ community-i686/gtypist.install  2014-08-12 17:00:03 UTC (rev 117314)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(gtypist.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gtypist/repos/community-i686/gtypist.install (from rev 117313, 
gtypist/trunk/gtypist.install)
===
--- community-i686/gtypist.install  (rev 0)
+++ community-i686/gtypist.install  2014-08-12 17:00:03 UTC (rev 117314)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(gtypist.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+

[arch-commits] Commit in unrealircd/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 19:00:07
  Author: spupykin
Revision: 117315

upgpkg: unrealircd 3.2.10.4-1

upd

Modified:
  unrealircd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 17:00:03 UTC (rev 117314)
+++ PKGBUILD2014-08-12 17:00:07 UTC (rev 117315)
@@ -3,7 +3,7 @@
 # Contributor: Zerial ferna...@zerial.org
 
 pkgname=unrealircd
-pkgver=3.2.10.3
+pkgver=3.2.10.4
 pkgrel=1
 pkgdesc=Open Source IRC Server
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
arch-fixes.patch)
-md5sums=('2b020f9df5ec2c35fb8b2e3c37bb4b83'
+md5sums=('ea4e303a9783f703ecf7769d4c07a124'
  '677d8de0bae770488a2c1730f9475a51'
  '3ec519ea7dbe99696eb6c51dfc0d382a'
  '5f4bf9f99f6c78bc9e6ee4ec66b021fa')



[arch-commits] Commit in unrealircd/repos (20 files)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 19:00:28
  Author: spupykin
Revision: 117316

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 117315, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/arch-fixes.patch
(from rev 117315, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 117315, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 117315, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 117315, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 117315, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/arch-fixes.patch
(from rev 117315, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 117315, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 117315, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 117315, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/arch-fixes.patch
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/arch-fixes.patch
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  152 +++
 /arch-fixes.patch  |  112 ++
 /unrealircd.install|   32 ++
 /unrealircd.service|   24 
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   76 ---
 community-i686/arch-fixes.patch|   56 ---
 community-i686/unrealircd.install  |   16 ---
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   76 ---
 community-x86_64/arch-fixes.patch  |   56 ---
 community-x86_64/unrealircd.install|   16 ---
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 322 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 17:00:07 UTC (rev 117315)
+++ community-i686/PKGBUILD 2014-08-12 17:00:28 UTC (rev 117316)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-
-pkgname=unrealircd
-pkgver=3.2.10.3
-pkgrel=1
-pkgdesc=Open Source IRC Server
-arch=('i686' 'x86_64')
-url=http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   arch-fixes.patch)
-md5sums=('2b020f9df5ec2c35fb8b2e3c37bb4b83'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '5f4bf9f99f6c78bc9e6ee4ec66b021fa')
-
-prepare() {
-  cd $srcdir/Unreal$pkgver
-  patch -p1 $srcdir/arch-fixes.patch
-}
-
-build() {
-  cd $srcdir/Unreal$pkgver
-
-  ac_cv_ip6=yes ./configure --with-showlistmodes \
-  --enable-prefixaq --with-listen=5 \
-  --with-dpath=/etc/unrealircd \
-  --with-spath=/usr/bin \
-  --with-nick-history=2000 --with-sendq=300 \
-  --with-bufferpool=18 \
-  --with-permissions=0600 --with-fd-setsize=1024 \
-  --enable-dynamic-linking \
-  --enable-ziplinks \
-  --enable-ssl \
-  --enable-inet6 \
-  --enable-libcurl=/usr \
-  --with-system-cares
-
-  make
-}
-
-package() {
-  cd $srcdir/Unreal$pkgver
-
-  mkdir -p $pkgdir/etc/unrealircd
-  mkdir -p $pkgdir/usr/bin
-
-  make IRCDDIR=$pkgdir/etc/unrealircd BINDIR=$pkgdir/usr/bin install
-
-  mv $srcdir/Unreal$pkgver/src/ircd $pkgdir/usr/bin/unrealircd
-  mv $srcdir/Unreal$pkgver/doc/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  mkdir -p $pkgdir/usr/lib/unrealircd
-  mv $pkgdir/etc/unrealircd/modules $pkgdir/usr/lib/unrealircd/
-  ln -s /usr/lib/unrealircd/modules $pkgdir/etc/unrealircd/modules
-
-  # log
-  mkdir -p $pkgdir/var/log/unrealircd/
-  touch $pkgdir/var/log/unrealircd/ircd.log
-  ln -s /var/log/unrealircd/ircd.log $pkgdir/etc/unrealircd/ircd.log
-
-  find 

[arch-commits] Commit in pion/trunk (PKGBUILD)

2014-08-12 Thread Jelle van der Waa
Date: Tuesday, August 12, 2014 @ 19:11:20
  Author: jelle
Revision: 117317

upgpkg: pion 5.0.5-2

boost 1.56.0 rebuild

Modified:
  pion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 17:00:28 UTC (rev 117316)
+++ PKGBUILD2014-08-12 17:11:20 UTC (rev 117317)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=pion
 pkgver=5.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
 url=https://github.com/cloudmeter/pion;
 arch=('i686' 'x86_64')



[arch-commits] Commit in pion/repos (4 files)

2014-08-12 Thread Jelle van der Waa
Date: Tuesday, August 12, 2014 @ 19:11:31
  Author: jelle
Revision: 117318

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pion/repos/community-staging-i686/
  pion/repos/community-staging-i686/PKGBUILD
(from rev 117317, pion/trunk/PKGBUILD)
  pion/repos/community-staging-x86_64/
  pion/repos/community-staging-x86_64/PKGBUILD
(from rev 117317, pion/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 117317, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 17:11:31 UTC (rev 117318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 117317, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 17:11:31 UTC (rev 117318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=2
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



[arch-commits] Commit in mpv/repos (8 files)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 19:23:22
  Author: bpiotrowski
Revision: 117320

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mpv/repos/community-i686/PKGBUILD
(from rev 117319, mpv/trunk/PKGBUILD)
  mpv/repos/community-i686/mpv.install
(from rev 117319, mpv/trunk/mpv.install)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 117319, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv.install
(from rev 117319, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-i686/mpv.install
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   53 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   53 
 community-x86_64/mpv.install |   12 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 17:23:14 UTC (rev 117319)
+++ community-i686/PKGBUILD 2014-08-12 17:23:22 UTC (rev 117320)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('b10a95e579962d8f514cd78fb9e37a2b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-  sed -i 's/vendor-completions/site-functions/' wscript_build.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 117319, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 17:23:22 UTC (rev 117320)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('85e4895dfdce888fb436e7c217958b8b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+  sed -i 's/vendor-completions/site-functions/' wscript_build.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-08-12 17:23:14 UTC (rev 117319)
+++ community-i686/mpv.install  2014-08-12 17:23:22 UTC (rev 117320)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 

[arch-commits] Commit in mpv/trunk (PKGBUILD)

2014-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 12, 2014 @ 19:23:14
  Author: bpiotrowski
Revision: 117319

upgpkg: mpv 0.5.0-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 17:11:31 UTC (rev 117318)
+++ PKGBUILD2014-08-12 17:23:14 UTC (rev 117319)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.4.2
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('b10a95e579962d8f514cd78fb9e37a2b')
+md5sums=('85e4895dfdce888fb436e7c217958b8b')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in shorewall/repos/community-any (PKGBUILD PKGBUILD)

2014-08-12 Thread Evangelos Foutras
Date: Tuesday, August 12, 2014 @ 20:37:49
  Author: foutrelis
Revision: 117322

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 117321, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 18:37:42 UTC (rev 117321)
+++ PKGBUILD2014-08-12 18:37:49 UTC (rev 117322)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.2.3
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('daa9b86a5e7f5b466834c02b862d6e43fa6cf707b356c2d76af5aa85abf4b1dc'
-'db34ad696989e6e9a288d203e9e8cb95febff1f91b5c6766be6e0d211642a46d'
-'4b66aa0ee03669c41c97f58f839db504dcbf5329b2a89844aedb5e9169e9abce')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 117321, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 18:37:49 UTC (rev 117322)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.2.4
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('ff783bbffa9c6911652f10df49d3beb9c10b69f791f0bb93192ea34a51bf7d3b'
+'52f3b9cee5e690899aa15d69f2bddbfb37cbb2ac93ca62548d55919fdb941621'
+'f110fa7684d7689b0d0acf5e2a7bf846167cb7966d1025333d35bb1122d2893a')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

[arch-commits] Commit in shorewall/trunk (PKGBUILD)

2014-08-12 Thread Evangelos Foutras
Date: Tuesday, August 12, 2014 @ 20:37:42
  Author: foutrelis
Revision: 117321

upgpkg: shorewall 4.6.2.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 17:23:22 UTC (rev 117320)
+++ PKGBUILD2014-08-12 18:37:42 UTC (rev 117321)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.2.3
+pkgver=4.6.2.4
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.2/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('daa9b86a5e7f5b466834c02b862d6e43fa6cf707b356c2d76af5aa85abf4b1dc'
-'db34ad696989e6e9a288d203e9e8cb95febff1f91b5c6766be6e0d211642a46d'
-'4b66aa0ee03669c41c97f58f839db504dcbf5329b2a89844aedb5e9169e9abce')
+sha256sums=('ff783bbffa9c6911652f10df49d3beb9c10b69f791f0bb93192ea34a51bf7d3b'
+'52f3b9cee5e690899aa15d69f2bddbfb37cbb2ac93ca62548d55919fdb941621'
+'f110fa7684d7689b0d0acf5e2a7bf846167cb7966d1025333d35bb1122d2893a')
 
 build() {
   for product in shorewall{,6,-core}; do



[arch-commits] Commit in xfce4-power-manager/trunk (PKGBUILD)

2014-08-12 Thread Evangelos Foutras
Date: Tuesday, August 12, 2014 @ 21:12:35
  Author: foutrelis
Revision: 219629

Not tracking upstream HEAD; add commit fragment.

Modified:
  xfce4-power-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 16:19:59 UTC (rev 219628)
+++ PKGBUILD2014-08-12 19:12:35 UTC (rev 219629)
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools' 'git')
 install=$pkgname.install
-source=(git://git.xfce.org/xfce/xfce4-power-manager)
+source=(git://git.xfce.org/xfce/xfce4-power-manager#commit=75107db)
 sha256sums=('SKIP')
 
 pkgver() {



[arch-commits] Commit in gnupg/trunk (PKGBUILD)

2014-08-12 Thread Gaetan Bisson
Date: Tuesday, August 12, 2014 @ 23:36:13
  Author: bisson
Revision: 219630

upstream update

Modified:
  gnupg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 19:12:35 UTC (rev 219629)
+++ PKGBUILD2014-08-12 21:36:13 UTC (rev 219630)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=gnupg
-pkgver=2.0.25
+pkgver=2.0.26
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -17,7 +17,7 @@
 makedepends=('curl' 'libldap' 'libusb-compat')
 depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('890d77d89f2d187382f95e83e386f2f7ba789436' 'SKIP')
+sha1sums=('3ff5b38152c919724fd09cf2f17df704272ba192' 'SKIP')
 
 install=install
 



[arch-commits] Commit in gnupg/repos (8 files)

2014-08-12 Thread Gaetan Bisson
Date: Tuesday, August 12, 2014 @ 23:37:29
  Author: bisson
Revision: 219631

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 219630, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/PKGBUILD.21
(from rev 219630, gnupg/trunk/PKGBUILD.21)
  gnupg/repos/testing-i686/install
(from rev 219630, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 219630, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/PKGBUILD.21
(from rev 219630, gnupg/trunk/PKGBUILD.21)
  gnupg/repos/testing-x86_64/install
(from rev 219630, gnupg/trunk/install)

+
 testing-i686/PKGBUILD  |   55 +
 testing-i686/PKGBUILD.21   |   57 +++
 testing-i686/install   |   20 +++
 testing-x86_64/PKGBUILD|   55 +
 testing-x86_64/PKGBUILD.21 |   57 +++
 testing-x86_64/install |   20 +++
 6 files changed, 264 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 219630, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-12 21:37:29 UTC (rev 219631)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.26
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3ff5b38152c919724fd09cf2f17df704272ba192' 'SKIP')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-standard-socket \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}

Copied: gnupg/repos/testing-i686/PKGBUILD.21 (from rev 219630, 
gnupg/trunk/PKGBUILD.21)
===
--- testing-i686/PKGBUILD.21(rev 0)
+++ testing-i686/PKGBUILD.212014-08-12 21:37:29 UTC (rev 219631)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 215944 2014-07-01 06:16:40Z bisson $
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+_pkgver=2.1.0-beta751
+pkgver=${_pkgver/-/.}
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/unstable/${pkgname}-${_pkgver}.tar.bz2{,.sig})
+sha1sums=('3d6dd8a35780626428d98dba80dbbc5c27ac' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'dirmngr')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-standard-socket \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   make check
+}
+
+package() {
+   cd 

[arch-commits] Commit in lib32-krb5/trunk (3 files)

2014-08-12 Thread Florian Pritz
Date: Wednesday, August 13, 2014 @ 00:13:52
  Author: bluewind
Revision: 117323

upgpkg: lib32-krb5 1.12.1-2

Fix for CVE-2014-4345

Added:
  lib32-krb5/trunk/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
Modified:
  lib32-krb5/trunk/PKGBUILD
  lib32-krb5/trunk/krb5-config_LDFLAGS.patch

-+
 PKGBUILD|   12 +--
 krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch |   64 ++
 krb5-config_LDFLAGS.patch   |4 -
 3 files changed, 73 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 18:37:49 UTC (rev 117322)
+++ PKGBUILD2014-08-12 22:13:52 UTC (rev 117323)
@@ -5,7 +5,7 @@
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The Kerberos network authentication system (32-bit)
 arch=('x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -13,17 +13,19 @@
 depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
 makedepends=('perl' 'gcc-multilib')
 
source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.12/${_pkgbasename}-${pkgver}-signed.tar;
-krb5-config_LDFLAGS.patch)
+krb5-config_LDFLAGS.patch 
krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
 sha1sums=('d59e8dc0fc9e1890e109cd033756539984e3d3fe'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab'
+  '8273976824137df1d42a4f9c7bafdfbd92f27d0a')
 options=('!emptydirs')
 
 prepare() {
tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
# cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   (cd build-tools; patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch; cd ..)
+   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
+   patch -p1 -i ${srcdir}/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
 }
 
 build() {

Added: krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
===
--- krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch 
(rev 0)
+++ krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch 2014-08-12 22:13:52 UTC 
(rev 117323)
@@ -0,0 +1,64 @@
+From 81c332e29f10887c6b9deb065f81ba259f4c7e03 Mon Sep 17 00:00:00 2001
+From: Tomas Kuthan tkut...@gmail.com
+Date: Fri, 1 Aug 2014 15:25:50 +0200
+Subject: [PATCH] Fix LDAP key data segmentation [CVE-2014-4345]
+
+For principal entries having keys with multiple kvnos (due to use of
+-keepold), the LDAP KDB module makes an attempt to store all the keys
+having the same kvno into a single krbPrincipalKey attribute value.
+There is a fencepost error in the loop, causing currkvno to be set to
+the just-processed value instead of the next kvno.  As a result, the
+second and all following groups of multiple keys by kvno are each
+stored in two krbPrincipalKey attribute values.  Fix the loop to use
+the correct kvno value.
+
+CVE-2014-4345:
+
+In MIT krb5, when kadmind is configured to use LDAP for the KDC
+database, an authenticated remote attacker can cause it to perform an
+out-of-bounds write (buffer overrun) by performing multiple cpw
+-keepold operations.  An off-by-one error while copying key
+information to the new database entry results in keys sharing a common
+kvno being written to different array buckets, in an array whose size
+is determined by the number of kvnos present.  After sufficient
+iterations, the extra writes extend past the end of the
+(NULL-terminated) array.  The NULL terminator is always written after
+the end of the loop, so no out-of-bounds data is read, it is only
+written.
+
+Historically, it has been possible to convert an out-of-bounds write
+into remote code execution in some cases, though the necessary
+exploits must be tailored to the individual application and are
+usually quite complicated.  Depending on the allocated length of the
+array, an out-of-bounds write may also cause a segmentation fault
+and/or application crash.
+
+CVSSv2 Vector: AV:N/AC:M/Au:S/C:C/I:C/A:C/E:POC/RL:OF/RC:C
+
+[ghud...@mit.edu: clarified commit message]
+[ka...@mit.edu: CVE summary, CVSSv2 vector]
+
+ticket: 7980 (new)
+target_version: 1.12.2
+tags: pullup
+---
+ src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 
b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
+index ce851ea..df5934c 100644
+--- a/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
 b/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
+@@ -456,7 +456,8 @@ krb5_encode_krbsecretkey(krb5_key_data *key_data_in, int 
n_key_data,
+ j++;
+ last = i + 1;
+ 
+-currkvno = key_data[i].key_data_kvno;
++if (i  n_key_data - 

[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (7 files)

2014-08-12 Thread Florian Pritz
Date: Wednesday, August 13, 2014 @ 00:13:56
  Author: bluewind
Revision: 117324

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 117323, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 117323, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  
lib32-krb5/repos/multilib-x86_64/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
(from rev 117323, 
lib32-krb5/trunk/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 117323, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch

-+
 PKGBUILD|  140 +-
 krb5-1.10.1-gcc47.patch |   22 +-
 krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch |   64 
 krb5-config_LDFLAGS.patch   |   24 +--
 4 files changed, 158 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 22:13:52 UTC (rev 117323)
+++ PKGBUILD2014-08-12 22:13:56 UTC (rev 117324)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=The Kerberos network authentication system (32-bit)
-arch=('x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
-makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.12/${_pkgbasename}-${pkgver}-signed.tar;
-krb5-config_LDFLAGS.patch)
-sha1sums=('d59e8dc0fc9e1890e109cd033756539984e3d3fe'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
-options=('!emptydirs')
-
-prepare() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   (cd build-tools; patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch; cd ..)
-}
-
-build() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd ${srcdir}/${_pkgbasename}-${pkgver}
-   #make -C src check
-#}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 117323, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 22:13:56 UTC (rev 117324)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.12.1
+pkgrel=2
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.12/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch 
krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
+sha1sums=('d59e8dc0fc9e1890e109cd033756539984e3d3fe'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab'
+  '8273976824137df1d42a4f9c7bafdfbd92f27d0a')
+options=('!emptydirs')
+
+prepare() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
+   patch -p1 -i ${srcdir}/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
+}
+
+build() {
+   cd 

[arch-commits] Commit in (3 files)

2014-08-12 Thread Rémy Oudompheng
Date: Wednesday, August 13, 2014 @ 00:50:47
  Author: remy
Revision: 219632

Update map files for TeXLive 2014.

Modified:
  texlive-core/trunk/texlive-core.maps
  texlive-fontsextra/trunk/texlive-fontsextra.maps
  texlive-langextra/trunk/texlive-langextra.maps

--+
 texlive-core/trunk/texlive-core.maps |5 +
 texlive-fontsextra/trunk/texlive-fontsextra.maps |   10 ++
 texlive-langextra/trunk/texlive-langextra.maps   |1 +
 3 files changed, 16 insertions(+)

Modified: texlive-core/trunk/texlive-core.maps
===
--- texlive-core/trunk/texlive-core.maps2014-08-12 21:37:29 UTC (rev 
219631)
+++ texlive-core/trunk/texlive-core.maps2014-08-12 22:50:47 UTC (rev 
219632)
@@ -2,11 +2,14 @@
 Map charter.map
 Map cs-charter.map
 Map csfonts.map
+Map dummy-space.map
 Map fpls.map
+Map garuda-c90.map
 Map l7x-urwvn.map
 Map lm.map
 Map marvosym.map
 Map mathpple.map
+Map norasi-c90.map
 Map original-context-symbol.map
 Map pazo.map
 Map pxfonts.map
@@ -32,6 +35,8 @@
 Map utopia.map
 Map uzc.map
 Map uzd.map
+MixedMap arss.map
+MixedMap artm.map
 MixedMap ccpl.map
 MixedMap cm-super-t1.map
 MixedMap cm-super-t2a.map

Modified: texlive-fontsextra/trunk/texlive-fontsextra.maps
===
--- texlive-fontsextra/trunk/texlive-fontsextra.maps2014-08-12 21:37:29 UTC 
(rev 219631)
+++ texlive-fontsextra/trunk/texlive-fontsextra.maps2014-08-12 22:50:47 UTC 
(rev 219632)
@@ -5,8 +5,10 @@
 Map ArrowsADF.map
 Map ArtNouv.map
 Map ArtNouvc.map
+Map Baskervaldx.map
 Map BulletsADF.map
 Map Carrickc.map
+Map ClearSans.map
 Map CountriesOfEurope.map
 Map EBGaramond.map
 Map ESSTIX.map
@@ -16,6 +18,7 @@
 Map Elzevier.map
 Map GotIn.map
 Map GoudyIn.map
+Map Heuristica.map
 Map Kinigcap.map
 Map Konanur.map
 Map Kramer.map
@@ -26,6 +29,7 @@
 Map MorrisIn.map
 Map Nouveaud.map
 Map OrnementsADF.map
+Map PlayfairDisplay.map
 Map Raleway.map
 Map Romantik.map
 Map Rothdn.map
@@ -55,6 +59,7 @@
 Map calligra.map
 Map cantarell.map
 Map ccicons.map
+Map cinzel.map
 Map clm.map
 Map cm-lgc.map
 Map cmin.map
@@ -71,6 +76,7 @@
 Map fdsymbol.map
 Map fetamont.map
 Map fge.map
+Map fira.map
 Map foekfont.map
 Map fonetika.map
 Map fourier-utopia-expert.map
@@ -107,8 +113,10 @@
 Map mintspirit.map
 Map newpx.map
 Map newtx.map
+Map newtxtt.map
 Map ocrb.map
 Map opensans.map
+Map overlock.map
 Map paratype-type1.map
 Map pbsi.map
 Map phaistos.map
@@ -116,6 +124,7 @@
 Map pxtx.map
 Map quattrocento.map
 Map recycle.map
+Map roboto.map
 Map rsfso.map
 Map sansmathaccent.map
 Map sansmathfonts.map
@@ -126,6 +135,7 @@
 Map tfrupee.map
 Map uaq.map
 Map ugq.map
+Map universalis.map
 Map ybd.map
 Map ybv.map
 Map yes.map

Modified: texlive-langextra/trunk/texlive-langextra.maps
===
--- texlive-langextra/trunk/texlive-langextra.maps  2014-08-12 21:37:29 UTC 
(rev 219631)
+++ texlive-langextra/trunk/texlive-langextra.maps  2014-08-12 22:50:47 UTC 
(rev 219632)
@@ -8,6 +8,7 @@
 Map grotesqvn.map
 Map nectec.map
 Map nf.map
+Map sipa.map
 Map skt.map
 Map syriac.map
 Map tlwg.map



[arch-commits] Commit in gpsmanshp/trunk (PKGBUILD)

2014-08-12 Thread Eric Bélanger
Date: Wednesday, August 13, 2014 @ 01:39:22
  Author: eric
Revision: 117325

upgpkg: gpsmanshp 1.2.3-1

Upstream update, Clean up PKGBUILD

Modified:
  gpsmanshp/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 11 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 22:13:56 UTC (rev 117324)
+++ PKGBUILD2014-08-12 23:39:22 UTC (rev 117325)
@@ -2,8 +2,8 @@
 # Maintainer:  Federico Cinelli   cine...@aur.archlinux.org
 
 pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=A Tcl package to read and write shapefiles
 arch=('i686' 'x86_64')
 url=http://gpsmanshp.sourceforge.net/;
@@ -10,26 +10,20 @@
 license=('GPL')
 depends=('glibc' 'shapelib' 'tcl')
 
source=(http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz;)
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
+md5sums=('ae25451d75c6c2b281074e13c1da29cd')
 
+prepare() {
+  cd ${pkgname}_$pkgver
+  sed -i s|8.4|8.6|g Makefile8.5
+}
+
 build() {
   cd ${pkgname}_$pkgver
-
-  mv Makefile8.5 Makefile
-  sed -i -e s:shapefil.h:libshp/shapefil.h:g gpsmanshp.c
-
-  install -d $srcdir/${pkgname}_$pkgver/usr/lib/
-
-  sed -i -e 
s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g 
Makefile
-  sed -i -e s|tclsh\$(TCLVERSION)|tclsh|g Makefile
-  sed -i s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g Makefile
-  sed -i s|8.4|8.6|g Makefile
-  
-  make
+  make -f Makefile8.5 TCLVERSION=8.6
 }
 
 package() {
   cd ${pkgname}_$pkgver
-
-  make install
+  install -d $pkgdir/usr/lib/gpsmanshp
+  make -f Makefile8.5 TCLVERSION=8.6 INSTALLDIR=$pkgdir/usr/lib/gpsmanshp 
install
 }



  1   2   >