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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 09:09:38
  Author: arojas
Revision: 237852

Boost 1.58 rebuild, fix linking

Modified:
  avogadro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:55:59 UTC (rev 237851)
+++ PKGBUILD2015-04-21 07:09:38 UTC (rev 237852)
@@ -5,12 +5,12 @@
 
 pkgname=avogadro
 pkgver=1.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc=An advanced molecular editor based on Qt
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;
 license=('GPL2')
-depends=('openbabel' 'python2-pyqt' 'boost-libs' 'glew' 'python2-numpy')
+depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
 makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
 install=avogadro.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
@@ -27,6 +27,8 @@
 
 build() {
   cd build
+
+  export CXXFLAGS=$CXXFLAGS -lX11
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


[arch-commits] Commit in thefuck/repos/community-any (3 files)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:13:26
  Author: fyan
Revision: 131781

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   69 +++---
 thefuck.install |3 ++
 2 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:13:13 UTC (rev 131780)
+++ PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.15
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
-
-build() {
-  cd ${srcdir}/thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131780, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.16
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
+sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
+
+build() {
+  cd ${srcdir}/thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd ${srcdir}/thefuck-$pkgver
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/thefuck.install (from rev 131780, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:13:26 UTC (rev 131781)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:13:13
  Author: fyan
Revision: 131780

upgpkg: thefuck 1.16-1

Added:
  thefuck/trunk/thefuck.install
Modified:
  thefuck/trunk/PKGBUILD

-+
 PKGBUILD|5 +++--
 thefuck.install |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
+++ PKGBUILD2015-04-21 06:13:13 UTC (rev 131780)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -10,8 +10,9 @@
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
+sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver

Added: thefuck.install
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:13:13 UTC (rev 131780)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 09:05:47
  Author: bpiotrowski
Revision: 131791

upgpkg: glob2 0.9.4.4-24

rebuild against boost 1.58.0

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:57:53 UTC (rev 131790)
+++ PKGBUILD2015-04-21 07:05:47 UTC (rev 131791)
@@ -5,7 +5,7 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=23
+pkgrel=24
 pkgdesc='Globulation 2 is an innovative Real-Time Strategy (RTS) game which 
reduces micro-management by automatically assigning tasks to units'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 09:05:55
  Author: bpiotrowski
Revision: 131792

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

Added:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-i686/PKGBUILD
(from rev 131791, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff
(from rev 131791, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch
(from rev 131791, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-i686/glob2.install
(from rev 131791, glob2/trunk/glob2.install)
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 131791, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 131791, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 131791, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/glob2.install
(from rev 131791, glob2/trunk/glob2.install)

+
 community-staging-i686/PKGBUILD|   45 +
 community-staging-i686/fix-ftbfs-gcc49.diff|   14 +++
 community-staging-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-staging-i686/glob2.install   |   13 ++
 community-staging-x86_64/PKGBUILD  |   45 +
 community-staging-x86_64/fix-ftbfs-gcc49.diff  |   14 +++
 community-staging-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 community-staging-x86_64/glob2.install |   13 ++
 8 files changed, 318 insertions(+)

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 131791, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 07:05:55 UTC (rev 131792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=24
+pkgdesc='Globulation 2 is an innovative Real-Time Strategy (RTS) game which 
reduces micro-management by automatically assigning tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/glob2-0.9.4.1-gcc44.patch
+  patch -p1 -i $srcdir/fix-ftbfs-gcc49.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  scons LINKFLAGS=-lboost_system
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
+  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/$pkgname-icon-48x48.png \
+$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff (from rev 
131791, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-i686/fix-ftbfs-gcc49.diff (rev 0)
+++ community-staging-i686/fix-ftbfs-gcc49.diff 2015-04-21 07:05:55 UTC (rev 
131792)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
131791, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2015-04-21 07:05:55 UTC 
(rev 131792)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 

[arch-commits] Commit in thefuck/repos/community-any (3 files)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:18:01
  Author: fyan
Revision: 131784

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   35 +++
 thefuck.install |6 +++---
 2 files changed, 38 insertions(+), 3 deletions(-)

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131783, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:18:01 UTC (rev 131784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.17
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
+sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
+
+build() {
+  cd ${srcdir}/thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd ${srcdir}/thefuck-$pkgver
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 06:15:50 UTC (rev 131783)
+++ thefuck.install 2015-04-21 06:18:01 UTC (rev 131784)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131783, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:18:01 UTC (rev 131784)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:57:53
  Author: bpiotrowski
Revision: 131790

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 131789, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 131789, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 131789, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 131789, 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 131789, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 06:57:53 UTC (rev 131790)
@@ -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=6
+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 131789, 
cclive/trunk/iostream.patch)
===
--- community-staging-i686/iostream.patch   (rev 0)
+++ community-staging-i686/iostream.patch   2015-04-21 06:57:53 UTC (rev 
131790)
@@ -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 131789, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 06:57:53 UTC (rev 131790)
@@ -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=6
+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 131789, 
cclive/trunk/iostream.patch)
===
--- community-staging-x86_64/iostream.patch (rev 0)
+++ 

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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:57:47
  Author: bpiotrowski
Revision: 131789

upgpkg: cclive 0.9.3-6

rebuild against boost 1.58.0

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:51:27 UTC (rev 131788)
+++ PKGBUILD2015-04-21 06:57:47 UTC (rev 131789)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in python-pycuda/repos (3 files)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:26:27
  Author: fyan
Revision: 131798

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycuda/repos/community-staging-x86_64/
  python-pycuda/repos/community-staging-x86_64/LICENSE
(from rev 131797, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-staging-x86_64/PKGBUILD
(from rev 131797, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +
 PKGBUILD |   78 +
 2 files changed, 85 insertions(+)

Copied: python-pycuda/repos/community-staging-x86_64/LICENSE (from rev 131797, 
python-pycuda/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ community-staging-x86_64/LICENSE2015-04-21 07:26:27 UTC (rev 131798)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 131797, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 07:26:27 UTC (rev 131798)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2014.1
+pkgrel=6
+pkgdesc=Python wrapper for Nvidia CUDA
+arch=('x86_64')
+url=http://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+
+build() {
+   cd ${srcdir}
+  
+   _arch=''
+   [ $CARCH = x86_64 ]  _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd ${srcdir}/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd ${srcdir}/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+ --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd ${srcdir}/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   rm -fr ${pkgdir}/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd ${srcdir}/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   rm -fr ${pkgdir}/usr/include   
+}
+
+package_pycuda-headers() {
+   cd ${srcdir}/pycuda-${pkgver}
+   install -dm755 ${pkgdir}/usr/include/pycuda
+
+   for file in $(ls -1 src/cpp/*.hpp); do
+  install -m644 ${file} ${pkgdir}/usr/include/pycuda
+   done
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:26:59
  Author: fyan
Revision: 131799

upgpkg: librime 1.2.20141205-3

rebuild for boost 1.58.0

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:26:27 UTC (rev 131798)
+++ PKGBUILD2015-04-21 07:26:59 UTC (rev 131799)
@@ -5,7 +5,7 @@
 
 pkgname=librime
 pkgver=1.2.20141205
-pkgrel=2
+pkgrel=3
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:26:02
  Author: fyan
Revision: 131797

upgpkg: python-pycuda 2014.1-6

rebuild for boost 1.58.0

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:20:40 UTC (rev 131796)
+++ PKGBUILD2015-04-21 07:26:02 UTC (rev 131797)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:28:13
  Author: fyan
Revision: 131800

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

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

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 131799, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 07:28:13 UTC (rev 131800)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20141205
+pkgrel=3
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=(git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 131799, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 07:28:13 UTC (rev 131800)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.20141205
+pkgrel=3
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=(git+https://github.com/rime/librime.git#commit=cbe2ffcbbde147a741b1d03f4f5b4e408f6ccdb8;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:39:26
  Author: fyan
Revision: 131785

upgpkg: thefuck 1.18-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:18:01 UTC (rev 131784)
+++ PKGBUILD2015-04-21 06:39:26 UTC (rev 131785)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -9,24 +9,24 @@
 url=https://github.com/nvbn/thefuck;
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
 build() {
-  cd ${srcdir}/thefuck-$pkgver
+  cd thefuck
   python setup.py build
 }
 
 check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 }
 
 package() {
-  cd thefuck-$pkgver
+  cd thefuck
   python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
 
   install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:39:40
  Author: fyan
Revision: 131786

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:39:26 UTC (rev 131785)
+++ PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.17
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
-
-build() {
-  cd ${srcdir}/thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131785, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.18
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 06:39:26 UTC (rev 131785)
+++ thefuck.install 2015-04-21 06:39:40 UTC (rev 131786)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131785, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:39:40 UTC (rev 131786)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:04:20
  Author: fyan
Revision: 131778

upgpkg: thefuck 1.15-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 05:56:31 UTC (rev 131777)
+++ PKGBUILD2015-04-21 06:04:20 UTC (rev 131778)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
+sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:04:36
  Author: fyan
Revision: 131779

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 131778, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:04:20 UTC (rev 131778)
+++ PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.14
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
-
-build() {
-  cd ${srcdir}/thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131778, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.15
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
+sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
+
+build() {
+  cd ${srcdir}/thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd ${srcdir}/thefuck-$pkgver
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-file-basedir/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:28:03
  Author: fyan
Revision: 237847

archrelease: copy trunk to extra-any

Added:
  perl-file-basedir/repos/extra-any/PKGBUILD
(from rev 237846, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:27:45 UTC (rev 237846)
+++ PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.06
-pkgrel=1
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-ipc-system-simple')
-makedepends=('perl-module-build0.4205')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
-md5sums=('13cd49e695e559b85a4543ed7ad80004')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  mkdir .config
-  cd ${srcdir}/${_realname}-${pkgver}
-  HOME=$srcdir make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/extra-any/PKGBUILD (from rev 237846, 
perl-file-basedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.07
+pkgrel=1
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-ipc-system-simple')
+makedepends=('perl-module-build0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
+md5sums=('5d10401970d209049c8491d2906c3e13')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  mkdir .config
+  cd ${srcdir}/${_realname}-${pkgver}
+  HOME=$srcdir make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


[arch-commits] Commit in perl-file-basedir/trunk (PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:27:45
  Author: fyan
Revision: 237846

upgpkg: perl-file-basedir 0.07-1

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 04:19:43 UTC (rev 237845)
+++ PKGBUILD2015-04-21 06:27:45 UTC (rev 237846)
@@ -5,7 +5,7 @@
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
-pkgver=0.06
+pkgver=0.07
 pkgrel=1
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
-md5sums=('13cd49e695e559b85a4543ed7ad80004')
+md5sums=('5d10401970d209049c8491d2906c3e13')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:20:26
  Author: fyan
Revision: 131795

upgpkg: thefuck 1.20-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:08:50 UTC (rev 131794)
+++ PKGBUILD2015-04-21 07:20:26 UTC (rev 131795)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:20:40
  Author: fyan
Revision: 131796

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 07:20:26 UTC (rev 131795)
+++ PKGBUILD2015-04-21 07:20:40 UTC (rev 131796)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.19
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131795, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 07:20:40 UTC (rev 131796)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.20
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 07:20:26 UTC (rev 131795)
+++ thefuck.install 2015-04-21 07:20:40 UTC (rev 131796)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131795, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 07:20:40 UTC (rev 131796)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:33:37
  Author: bpiotrowski
Revision: 237849

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

Added:
  boost/repos/staging-i686/
  
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 237848, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch
(from rev 237848, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 237848, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  
boost/repos/staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 237848, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-x86_64/0001-fixed-shared_ptr_helper-include.patch
(from rev 237848, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 237848, boost/trunk/PKGBUILD)

-+
 staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   |   29 
++
 staging-i686/0001-fixed-shared_ptr_helper-include.patch |   24 
++
 staging-i686/PKGBUILD   |   97 
++
 staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch |   29 
++
 staging-x86_64/0001-fixed-shared_ptr_helper-include.patch   |   24 
++
 staging-x86_64/PKGBUILD |   97 
++
 6 files changed, 300 insertions(+)

Copied: 
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
 (from rev 237848, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
===
--- staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
(rev 0)
+++ staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
2015-04-21 06:33:37 UTC (rev 237849)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Thu, 6 Nov 2014 09:19:26 +0200
+Subject: [PATCH] Add missing include to signals2/trackable.hpp
+
+boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
+associated with signals2::trackable immediately) but the matching header
+wasn't included.
+
+https://svn.boost.org/trac/boost/ticket/10100#comment:7
+---
+ include/boost/signals2/trackable.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
+index dba001d..64e8489 100644
+--- a/include/boost/signals2/trackable.hpp
 b/include/boost/signals2/trackable.hpp
+@@ -18,6 +18,7 @@
+ 
+ #include boost/assert.hpp
+ #include boost/shared_ptr.hpp
++#include boost/weak_ptr.hpp
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Copied: boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch 
(from rev 237848, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
===
--- staging-i686/0001-fixed-shared_ptr_helper-include.patch 
(rev 0)
+++ staging-i686/0001-fixed-shared_ptr_helper-include.patch 2015-04-21 
06:33:37 UTC (rev 237849)
@@ -0,0 +1,24 @@
+From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
+From: Robert Ramey ra...@rrsd.com
+Date: Tue, 11 Nov 2014 22:13:05 -0800
+Subject: [PATCH] fixed shared_ptr_helper include
+
+---
+ include/boost/serialization/shared_ptr_helper.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/serialization/shared_ptr_helper.hpp 
b/include/boost/serialization/shared_ptr_helper.hpp
+index f4784ec..64269a9 100644
+--- a/include/boost/serialization/shared_ptr_helper.hpp
 b/include/boost/serialization/shared_ptr_helper.hpp
+@@ -29,6 +29,7 @@
+ #include boost/serialization/singleton.hpp
+ #include boost/serialization/extended_type_info.hpp
+ #include boost/serialization/throw_exception.hpp
++#include boost/serialization/type_info_implementation.hpp
+ #include boost/archive/archive_exception.hpp
+ #include boost/archive/detail/decl.hpp
+ 
+-- 
+2.2.1
+

Copied: boost/repos/staging-i686/PKGBUILD (from rev 237848, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 06:33:37 UTC (rev 237849)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia 

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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:33:24
  Author: bpiotrowski
Revision: 237848

upgpkg: boost 1.58.0-1

new upstream release

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
+++ PKGBUILD2015-04-21 06:33:24 UTC (rev 237848)
@@ -8,30 +8,16 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.57.0
+pkgver=1.58.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
-0001-fixed-shared_ptr_helper-include.patch
-0001-Add-missing-include-to-signals2-trackable.hpp.patch)
-sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12'
-  'b58746c795a99150545ebfa5dba7997d771b3dcc'
-  '35bc8ad7493a641ec708a691036fe5319aec70cd')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha1sums=('2fc96c1651ac6fe9859b678b165bd78dc211e881')
 
-prepare() {
-   cd ${pkgbase}_${_boostver}
-
-   # https://svn.boost.org/trac/boost/ticket/10749
-   patch -Np2 -i ../0001-fixed-shared_ptr_helper-include.patch
-
-   # https://github.com/boostorg/signals2/pull/8
-   patch -Np2 -i ../0001-Add-missing-include-to-signals2-trackable.hpp.patch
-}
-
 build() {
export _stagedir=${srcdir}/stagedir
local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})


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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 09:10:42
  Author: arojas
Revision: 237853

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

Added:
  avogadro/repos/staging-i686/
  avogadro/repos/staging-i686/PKGBUILD
(from rev 237852, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-i686/avogadro.install
(from rev 237852, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-i686/boost153.patch
(from rev 237852, avogadro/trunk/boost153.patch)
  avogadro/repos/staging-x86_64/
  avogadro/repos/staging-x86_64/PKGBUILD
(from rev 237852, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-x86_64/avogadro.install
(from rev 237852, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-x86_64/boost153.patch
(from rev 237852, avogadro/trunk/boost153.patch)

-+
 staging-i686/PKGBUILD   |   43 +++
 staging-i686/avogadro.install   |   11 ++
 staging-i686/boost153.patch |   60 ++
 staging-x86_64/PKGBUILD |   43 +++
 staging-x86_64/avogadro.install |   11 ++
 staging-x86_64/boost153.patch   |   60 ++
 6 files changed, 228 insertions(+)

Copied: avogadro/repos/staging-i686/PKGBUILD (from rev 237852, 
avogadro/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 07:10:42 UTC (rev 237853)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.1
+pkgrel=5
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('1223bb18f50dccd2c60538aa90d58c7a'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+}
+
+build() {
+  cd build
+
+  export CXXFLAGS=$CXXFLAGS -lX11
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: avogadro/repos/staging-i686/avogadro.install (from rev 237852, 
avogadro/trunk/avogadro.install)
===
--- staging-i686/avogadro.install   (rev 0)
+++ staging-i686/avogadro.install   2015-04-21 07:10:42 UTC (rev 237853)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/staging-i686/boost153.patch (from rev 237852, 
avogadro/trunk/boost153.patch)
===
--- staging-i686/boost153.patch (rev 0)
+++ staging-i686/boost153.patch 2015-04-21 07:10:42 UTC (rev 237853)
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/engine.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ namespace Avogadro {
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 
12:47:07.265771087 +
+@@ -29,7 +29,9 @@
+ #include avogadro/extension.h
+ #include avogadro/primitive.h
+ #include avogadro/glwidget.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QWidget
+ #include QList
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 
12:47:33.335569185 +
 avogadro-1.1.0/libavogadro/src/pythontool_p.h  2013-03-29 
12:47:50.732101147 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/tool.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QObject
+ #include QAction
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~2013-03-29 
12:50:46.550738652 +
 avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 
12:51:00.853961341 +
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ #include avogadro/global.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ #include avogadro/primitive.h
+ #include QString
+ 
+--- 

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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:15:25
  Author: fyan
Revision: 131782

upgpkg: thefuck 1.17-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
+++ PKGBUILD2015-04-21 06:15:25 UTC (rev 131782)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
+sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:15:50
  Author: fyan
Revision: 131783

archrelease: copy trunk to community-any

Deleted:
  thefuck/repos/community-any/PKGBUILD

--+
 PKGBUILD |   35 ---
 1 file changed, 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:15:25 UTC (rev 131782)
+++ PKGBUILD2015-04-21 06:15:50 UTC (rev 131783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.16
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
-
-build() {
-  cd ${srcdir}/thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:51:27
  Author: bpiotrowski
Revision: 131788

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

Added:
  cfacter/repos/community-staging-i686/
  cfacter/repos/community-staging-i686/PKGBUILD
(from rev 131787, cfacter/trunk/PKGBUILD)
  cfacter/repos/community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)
  cfacter/repos/community-staging-x86_64/
  cfacter/repos/community-staging-x86_64/PKGBUILD
(from rev 131787, cfacter/trunk/PKGBUILD)
  cfacter/repos/community-staging-x86_64/cfacter-0.4.1-boost-1.58.0.patch
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch   |   32 ++
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/cfacter-0.4.1-boost-1.58.0.patch |   32 ++
 4 files changed, 138 insertions(+)

Copied: cfacter/repos/community-staging-i686/PKGBUILD (from rev 131787, 
cfacter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 06:51:27 UTC (rev 131788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=cfacter
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of facter functionality in C++11'
+arch=('i686' 'x86_64')
+url='https://github.com/puppetlabs/cfacter'
+license=('APACHE')
+depends=('boost-libs' 'curl' 'openssl' 'yaml-cpp' 'ruby')
+makedepends=('boost' 'cmake' 'git')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+git://github.com/puppetlabs/leatherman#commit=fb07598
+cfacter-0.4.1-boost-1.58.0.patch)
+md5sums=('668f89143fd5e1767973f30bb1cee10a'
+ 'SKIP'
+ 'efd20861fbc289f32c677d308279c8a2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rmdir vendor/leatherman
+  ln -s $srcdir/leatherman vendor/leatherman
+
+  patch -p1 -i $srcdir/cfacter-0.4.1-boost-1.58.0.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}

Copied: cfacter/repos/community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)
===
--- community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 
(rev 0)
+++ community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 2015-04-21 
06:51:27 UTC (rev 131788)
@@ -0,0 +1,32 @@
+diff --git a/lib/src/facts/linux/networking_resolver.cc 
b/lib/src/facts/linux/networking_resolver.cc
+index 5ee6149..69bda3d 100644
+--- a/lib/src/facts/linux/networking_resolver.cc
 b/lib/src/facts/linux/networking_resolver.cc
+@@ -42,12 +42,12 @@ namespace facter { namespace facts { namespace linux {
+ scoped_descriptor sock(socket(AF_INET, SOCK_DGRAM, 0));
+ if (static_castint(sock)  0) {
+ LOG_WARNING(socket failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%., strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ 
+ if (ioctl(sock, SIOCGIFMTU, req) == -1) {
+ LOG_WARNING(ioctl failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%., strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ return req.ifr_mtu;
+ }
+diff --git a/lib/src/facts/osx/networking_resolver.cc 
b/lib/src/facts/osx/networking_resolver.cc
+index 7b27ee6..ea2335f 100644
+--- a/lib/src/facts/osx/networking_resolver.cc
 b/lib/src/facts/osx/networking_resolver.cc
+@@ -32,7 +32,7 @@ namespace facter { namespace facts { namespace osx {
+ boost::optionaluint64_t networking_resolver::get_link_mtu(string const 
interface, void* data) const
+ {
+ if (!data) {
+-return {};
++return boost::none;
+ }
+ return reinterpret_castif_data const*(data)-ifi_mtu;
+ }

Copied: cfacter/repos/community-staging-x86_64/PKGBUILD (from rev 131787, 
cfacter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 06:51:27 UTC (rev 131788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=cfacter
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of facter functionality in C++11'
+arch=('i686' 'x86_64')
+url='https://github.com/puppetlabs/cfacter'
+license=('APACHE')
+depends=('boost-libs' 

[arch-commits] Commit in cfacter/trunk (PKGBUILD cfacter-0.4.1-boost-1.58.0.patch)

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:51:21
  Author: bpiotrowski
Revision: 131787

upgpkg: cfacter 0.4.1-1

rebuild against boost 1.58.0

Added:
  cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch
Modified:
  cfacter/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 cfacter-0.4.1-boost-1.58.0.patch |   32 
 2 files changed, 42 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
+++ PKGBUILD2015-04-21 06:51:21 UTC (rev 131787)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=cfacter
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Implementation of facter functionality in C++11'
 arch=('i686' 'x86_64')
@@ -12,13 +12,17 @@
 makedepends=('boost' 'cmake' 'git')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 git://github.com/puppetlabs/leatherman#commit=fb07598
-)
-md5sums=('d3f0de09384b41d5724b16d3c8b31f80'
- 'SKIP')
+cfacter-0.4.1-boost-1.58.0.patch)
+md5sums=('668f89143fd5e1767973f30bb1cee10a'
+ 'SKIP'
+ 'efd20861fbc289f32c677d308279c8a2')
 
 prepare() {
-  rmdir $pkgname-$pkgver/vendor/leatherman
-  ln -s $srcdir/leatherman $pkgname-$pkgver/vendor/leatherman
+  cd $pkgname-$pkgver
+  rmdir vendor/leatherman
+  ln -s $srcdir/leatherman vendor/leatherman
+
+  patch -p1 -i $srcdir/cfacter-0.4.1-boost-1.58.0.patch
 }
 
 build() {

Added: cfacter-0.4.1-boost-1.58.0.patch
===
--- cfacter-0.4.1-boost-1.58.0.patch(rev 0)
+++ cfacter-0.4.1-boost-1.58.0.patch2015-04-21 06:51:21 UTC (rev 131787)
@@ -0,0 +1,32 @@
+diff --git a/lib/src/facts/linux/networking_resolver.cc 
b/lib/src/facts/linux/networking_resolver.cc
+index 5ee6149..69bda3d 100644
+--- a/lib/src/facts/linux/networking_resolver.cc
 b/lib/src/facts/linux/networking_resolver.cc
+@@ -42,12 +42,12 @@ namespace facter { namespace facts { namespace linux {
+ scoped_descriptor sock(socket(AF_INET, SOCK_DGRAM, 0));
+ if (static_castint(sock)  0) {
+ LOG_WARNING(socket failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%., strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ 
+ if (ioctl(sock, SIOCGIFMTU, req) == -1) {
+ LOG_WARNING(ioctl failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%., strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ return req.ifr_mtu;
+ }
+diff --git a/lib/src/facts/osx/networking_resolver.cc 
b/lib/src/facts/osx/networking_resolver.cc
+index 7b27ee6..ea2335f 100644
+--- a/lib/src/facts/osx/networking_resolver.cc
 b/lib/src/facts/osx/networking_resolver.cc
+@@ -32,7 +32,7 @@ namespace facter { namespace facts { namespace osx {
+ boost::optionaluint64_t networking_resolver::get_link_mtu(string const 
interface, void* data) const
+ {
+ if (!data) {
+-return {};
++return boost::none;
+ }
+ return reinterpret_castif_data const*(data)-ifi_mtu;
+ }


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:55:53
  Author: bpiotrowski
Revision: 237850

upgpkg: libkolabxml 1.1.0-2

rebuild against boost 1.58.0

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:33:37 UTC (rev 237849)
+++ PKGBUILD2015-04-21 06:55:53 UTC (rev 237850)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=1.1.0
-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)

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:55:59
  Author: bpiotrowski
Revision: 237851

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 237850, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 237850, 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 237850, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 06:55:59 UTC (rev 237851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.1.0
+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=('a7166537c869ec065613f6b15a3ab86a'
+ 'f49d02ddaf1fa0f708e9190addef5ab6')
+
+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 237850, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-21 06:55:59 UTC (rev 237851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=1.1.0
+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=('a7166537c869ec065613f6b15a3ab86a'
+ 'f49d02ddaf1fa0f708e9190addef5ab6')
+
+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 thefuck/trunk (PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:08:35
  Author: fyan
Revision: 131793

upgpkg: thefuck 1.19-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:05:55 UTC (rev 131792)
+++ PKGBUILD2015-04-21 07:08:35 UTC (rev 131793)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:08:50
  Author: fyan
Revision: 131794

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 07:08:35 UTC (rev 131793)
+++ PKGBUILD2015-04-21 07:08:50 UTC (rev 131794)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.18
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131793, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 07:08:50 UTC (rev 131794)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.19
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 07:08:35 UTC (rev 131793)
+++ thefuck.install 2015-04-21 07:08:50 UTC (rev 131794)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131793, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 07:08:50 UTC (rev 131794)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 20:18:48
  Author: fyan
Revision: 131855

upgpkg: thefuck 1.23-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 17:59:45 UTC (rev 131854)
+++ PKGBUILD2015-04-21 18:18:48 UTC (rev 131855)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.22
+pkgver=1.23
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 20:19:06
  Author: fyan
Revision: 131856

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 18:18:48 UTC (rev 131855)
+++ PKGBUILD2015-04-21 18:19:06 UTC (rev 131856)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.22
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131855, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 18:19:06 UTC (rev 131856)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.23
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 18:18:48 UTC (rev 131855)
+++ thefuck.install 2015-04-21 18:19:06 UTC (rev 131856)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131855, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 18:19:06 UTC (rev 131856)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (4 files)

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 19:59:45
  Author: arojas
Revision: 131854

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 131853, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 131853, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   50 +++--
 archlinux-appstream-data.install |   16 +--
 2 files changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 17:58:50 UTC (rev 131853)
+++ PKGBUILD2015-04-21 17:59:45 UTC (rev 131854)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=archlinux-appstream-data
-pkgver=20150128
-pkgrel=2
-pkgdesc=Arch Linux application database for AppStream-based software centers
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL')
-depends=('appstream')
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
-http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
-install=$pkgname.install
-md5sums=('627b6619733d8ad2fcf12a0973478c66'
- '016baf1eb142266bc906784ec09db877')
-
-package() {
-  mkdir -p $pkgdir/usr/share/app-info/{icons/archlinux,xmls}
-
-  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
-  cp -r *.png $pkgdir/usr/share/app-info/icons/archlinux/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 131853, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 17:59:45 UTC (rev 131854)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=archlinux-appstream-data
+pkgver=20150421
+pkgrel=1
+pkgdesc=Arch Linux application database for AppStream-based software centers
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+depends=('appstream')
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz;
 
+http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
+install=$pkgname.install
+md5sums=('30b65eb203929ab581b87ba7201a96b7'
+ 'd061a1f4cb1688f122faf0a240814d96'
+ 'ca383a8dcc3186086458440995669eb6')
+
+package() {
+  mkdir -p $pkgdir/usr/share/app-info/{icons/archlinux,xmls}
+
+  cp *.xml $pkgdir/usr/share/app-info/xmls/
+  cp -r 64x64 128x128 $pkgdir/usr/share/app-info/icons/archlinux/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-04-21 17:58:50 UTC (rev 131853)
+++ archlinux-appstream-data.install2015-04-21 17:59:45 UTC (rev 131854)
@@ -1,8 +0,0 @@
-post_install() {
-  appstream-index refresh --force
-}
-
-post_upgrade() {
-  appstream-index refresh --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 131853, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2015-04-21 17:59:45 UTC (rev 131854)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-index refresh --force
+}
+
+post_upgrade() {
+  appstream-index refresh --force
+}
+


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 19:58:50
  Author: arojas
Revision: 131853

Refresh database for GNOME 3.16 and KDE 15.04, add hidpi icons

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 16:27:20 UTC (rev 131852)
+++ PKGBUILD2015-04-21 17:58:50 UTC (rev 131853)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=archlinux-appstream-data
-pkgver=20150128
-pkgrel=2
+pkgver=20150421
+pkgrel=1
 pkgdesc=Arch Linux application database for AppStream-based software centers
 arch=('any')
 url=http://www.archlinux.org;
@@ -11,14 +11,16 @@
 depends=('appstream')
 makedepends=()
 
source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz;
 
 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
 install=$pkgname.install
-md5sums=('627b6619733d8ad2fcf12a0973478c66'
- '016baf1eb142266bc906784ec09db877')
+md5sums=('30b65eb203929ab581b87ba7201a96b7'
+ 'd061a1f4cb1688f122faf0a240814d96'
+ 'ca383a8dcc3186086458440995669eb6')
 
 package() {
   mkdir -p $pkgdir/usr/share/app-info/{icons/archlinux,xmls}
 
-  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
-  cp -r *.png $pkgdir/usr/share/app-info/icons/archlinux/
+  cp *.xml $pkgdir/usr/share/app-info/xmls/
+  cp -r 64x64 128x128 $pkgdir/usr/share/app-info/icons/archlinux/
 }


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

2015-04-21 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 20:56:09
  Author: foutrelis
Revision: 131858

archrelease: copy trunk to community-any

Added:
  python-stevedore/repos/community-any/PKGBUILD
(from rev 131857, python-stevedore/trunk/PKGBUILD)
Deleted:
  python-stevedore/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 18:55:59 UTC (rev 131857)
+++ PKGBUILD2015-04-21 18:56:09 UTC (rev 131858)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Manage dynamic plugins for Python applications
-arch=('any')
-url=https://github.com/dreamhost/stevedore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5')
-
-prepare() {
-  cd $srcdir/stevedore-$pkgver
-
-  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
-  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
-  sed -i '/argparse/d' requirements.txt
-
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
-  depends=('python-setuptools' 'python-six')
-
-  cd $srcdir/stevedore-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd $srcdir/stevedore-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 131857, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 18:56:09 UTC (rev 131858)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Manage dynamic plugins for Python applications
+arch=('any')
+url=https://github.com/dreamhost/stevedore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('4a8d80b0a232746c09e0173bd61d60a18e9864e3dc87e3ebefa3ba3d8a00232f')
+
+prepare() {
+  cd $srcdir/stevedore-$pkgver
+
+  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
+  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
+  sed -i '/argparse/d' requirements.txt
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+  depends=('python-setuptools' 'python-six')
+
+  cd $srcdir/stevedore-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd $srcdir/stevedore-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-21 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 20:55:59
  Author: foutrelis
Revision: 131857

upgpkg: python-stevedore 1.4.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 18:19:06 UTC (rev 131856)
+++ PKGBUILD2015-04-21 18:55:59 UTC (rev 131857)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Manage dynamic plugins for Python applications
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5')
+sha256sums=('4a8d80b0a232746c09e0173bd61d60a18e9864e3dc87e3ebefa3ba3d8a00232f')
 
 prepare() {
   cd $srcdir/stevedore-$pkgver


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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 11:16:34
  Author: arojas
Revision: 131829

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

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

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

Copied: polybori/repos/community-staging-i686/PKGBUILD (from rev 131828, 
polybori/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:16:34 UTC (rev 131829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Library for polynomials over boolean rings
+arch=(i686 x86_64)
+url=http://polybori.sourceforge.net/;
+license=(GPL)
+depends=(boost-libs python2 m4ri)
+makedepends=(boost scons)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('0999722a019c4ee5835a115e76a1dfd6')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  scons prepare-install PYTHON=python2
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  scons install install-headers \
+   PYTHON=python2 \
+   PREFIX=$pkgdir/usr \
+   PYINSTALLPREFIX=$pkgdir/usr/lib/python2.7/site-packages \
+   MANDIR=$pkgdir/usr/share/man
+}
+

Copied: polybori/repos/community-staging-x86_64/PKGBUILD (from rev 131828, 
polybori/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 09:16:34 UTC (rev 131829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=polybori
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Library for polynomials over boolean rings
+arch=(i686 x86_64)
+url=http://polybori.sourceforge.net/;
+license=(GPL)
+depends=(boost-libs python2 m4ri)
+makedepends=(boost scons)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('0999722a019c4ee5835a115e76a1dfd6')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  scons prepare-install PYTHON=python2
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  scons install install-headers \
+   PYTHON=python2 \
+   PREFIX=$pkgdir/usr \
+   PYINSTALLPREFIX=$pkgdir/usr/lib/python2.7/site-packages \
+   MANDIR=$pkgdir/usr/share/man
+}
+


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

2015-04-21 Thread Massimiliano Torromeo
Date: Tuesday, April 21, 2015 @ 11:17:25
  Author: mtorromeo
Revision: 131830

upgpkg: gearmand 1.1.12-8

boost 1.58 rebuild

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:16:34 UTC (rev 131829)
+++ PKGBUILD2015-04-21 09:17:25 UTC (rev 131830)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=7
+pkgrel=8
 pkgdesc=Distributed job queue server.
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2015-04-21 Thread Massimiliano Torromeo
Date: Tuesday, April 21, 2015 @ 11:17:45
  Author: mtorromeo
Revision: 131831

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 131830, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-i686/gearmand.conf
(from rev 131830, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-i686/gearmand.install
(from rev 131830, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-i686/gearmand.service
(from rev 131830, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-i686/user.conf
(from rev 131830, gearmand/trunk/user.conf)
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 131830, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 131830, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.install
(from rev 131830, gearmand/trunk/gearmand.install)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 131830, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/user.conf
(from rev 131830, gearmand/trunk/user.conf)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.install   |3 +
 community-staging-i686/gearmand.service   |   12 ++
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.install |3 +
 community-staging-x86_64/gearmand.service |   12 ++
 community-staging-x86_64/user.conf|1 
 10 files changed, 140 insertions(+)

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 131830, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:17:45 UTC (rev 131831)
@@ -0,0 +1,53 @@
+# $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=8
+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
+user.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
+   install -Dm644 user.conf $pkgdir/usr/lib/sysusers.d/gearmand.conf
+}
+
+sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-staging-i686/gearmand.conf (from rev 131830, 
gearmand/trunk/gearmand.conf)
===
--- community-staging-i686/gearmand.conf(rev 0)
+++ community-staging-i686/gearmand.conf2015-04-21 09:17:45 UTC (rev 
131831)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Copied: gearmand/repos/community-staging-i686/gearmand.install (from rev 
131830, gearmand/trunk/gearmand.install)
===
--- community-staging-i686/gearmand.install (rev 0)
+++ community-staging-i686/gearmand.install 2015-04-21 09:17:45 UTC (rev 
131831)
@@ -0,0 +1,3 @@
+post_install() {
+  systemd-sysusers gearmand.conf
+}

Copied: gearmand/repos/community-staging-i686/gearmand.service (from rev 
131830, gearmand/trunk/gearmand.service)

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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 13:46:35
  Author: spupykin
Revision: 131844

upgpkg: schroot 1.6.10-6

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 10:56:09 UTC (rev 131843)
+++ PKGBUILD2015-04-21 11:46:35 UTC (rev 131844)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=5
+pkgrel=6
 pkgdesc=Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot).
 url=http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:49:29
  Author: fyan
Revision: 237857

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

Added:
  akonadi/repos/staging-i686/
  akonadi/repos/staging-i686/PKGBUILD
(from rev 237856, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-i686/akonadi.install
(from rev 237856, akonadi/trunk/akonadi.install)
  akonadi/repos/staging-x86_64/
  akonadi/repos/staging-x86_64/PKGBUILD
(from rev 237856, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-x86_64/akonadi.install
(from rev 237856, akonadi/trunk/akonadi.install)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/akonadi.install   |   11 +++
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/akonadi.install |   11 +++
 4 files changed, 100 insertions(+)

Copied: akonadi/repos/staging-i686/PKGBUILD (from rev 237856, 
akonadi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 07:49:29 UTC (rev 237857)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.13.0
+pkgrel=4
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/staging-i686/akonadi.install (from rev 237856, 
akonadi/trunk/akonadi.install)
===
--- staging-i686/akonadi.install(rev 0)
+++ staging-i686/akonadi.install2015-04-21 07:49:29 UTC (rev 237857)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/staging-x86_64/PKGBUILD (from rev 237856, 
akonadi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-21 07:49:29 UTC (rev 237857)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.13.0
+pkgrel=4
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/staging-x86_64/akonadi.install (from rev 237856, 
akonadi/trunk/akonadi.install)
===
--- staging-x86_64/akonadi.install  (rev 0)
+++ staging-x86_64/akonadi.install  2015-04-21 07:49:29 UTC (rev 237857)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-04-21 Thread Massimiliano Torromeo
Date: Tuesday, April 21, 2015 @ 10:52:37
  Author: mtorromeo
Revision: 131818

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 131817, snapper/trunk/PKGBUILD)
  snapper/repos/community-staging-x86_64/
  snapper/repos/community-staging-x86_64/PKGBUILD
(from rev 131817, snapper/trunk/PKGBUILD)

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

Copied: snapper/repos/community-staging-i686/PKGBUILD (from rev 131817, 
snapper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 08:52:37 UTC (rev 131818)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.6
+pkgrel=2
+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;)
+
+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
+
+  cd data
+  for unit in {cleanup,timeline}.{timer,service}; do
+install -Dm644 $unit \
+  $pkgdir/usr/lib/systemd/system/snapper-$unit
+  done
+}
+
+sha256sums=('3390650be0e4709595d28df287a0e5902fb570e9fcb5ba992f435326bc53b75e')

Copied: snapper/repos/community-staging-x86_64/PKGBUILD (from rev 131817, 
snapper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 08:52:37 UTC (rev 131818)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.6
+pkgrel=2
+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;)
+
+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 

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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 10:53:04
  Author: alucryd
Revision: 131819

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/aegisub.install   |   14 ++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/aegisub.install |   14 ++
 4 files changed, 104 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 131818, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 08:53:04 UTC (rev 131819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub.install (from rev 131818, 
aegisub/trunk/aegisub.install)
===
--- community-staging-i686/aegisub.install  (rev 0)
+++ community-staging-i686/aegisub.install  2015-04-21 08:53:04 UTC (rev 
131819)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 131818, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 08:53:04 UTC (rev 131819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/aegisub.install (from rev 
131818, aegisub/trunk/aegisub.install)
===
--- community-staging-x86_64/aegisub.install(rev 0)
+++ community-staging-x86_64/aegisub.install2015-04-21 08:53:04 UTC (rev 
131819)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-04-21 Thread Massimiliano Torromeo
Date: Tuesday, April 21, 2015 @ 10:52:21
  Author: mtorromeo
Revision: 131817

upgpkg: snapper 0.2.6-2

boost 1.58 rebuild

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:33:10 UTC (rev 131816)
+++ PKGBUILD2015-04-21 08:52:21 UTC (rev 131817)
@@ -4,7 +4,7 @@
 
 pkgname=snapper
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 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 libvirt/trunk (PKGBUILD)

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 14:52:30
  Author: spupykin
Revision: 131848

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 12:20:46 UTC (rev 131847)
+++ PKGBUILD2015-04-21 12:52:30 UTC (rev 131848)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.14
-pkgrel=2
+pkgrel=3
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -82,7 +82,8 @@
 tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
 src/locking/virtlockd.service.in
   sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
-  sed -i 's|#group =.*|group=kvm|' src/qemu/qemu.conf
+  # 78 is kvm group: 
https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
+  sed -i 's|#group =.*|group=78|' src/qemu/qemu.conf
   sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
 src/qemu/qemu{.conf,_conf.c} \
 src/qemu/test_libvirtd_qemu.aug.in


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 09:43:46
  Author: alucryd
Revision: 131807

OMGSVN

Added:
  beets/repos/community-any/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 07:43:46 UTC (rev 131807)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 131805 2015-04-21 07:41:01Z alucryd $
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.12
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')
+source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
+'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
+'beet')
+sha256sums=('d6c739381c3ee8cf8ceb0c9bc9fae0be187e1938b27d24a1e8ff21aabf641519'
+'51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
+'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
+
+build() {
+  cd beets-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/etc/bash_completion.d
+  install -m 644 ../beet ${pkgdir}/etc/bash_completion.d/
+  install -dm 755 ${pkgdir}/usr/share/zsh/site-functions
+  install -m 644 ../_beet ${pkgdir}/usr/share/zsh/site-functions/
+
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/beets
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:41:00
  Author: fyan
Revision: 237855

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

Added:
  kig/repos/staging-i686/
  kig/repos/staging-i686/PKGBUILD
(from rev 237854, kig/trunk/PKGBUILD)
  kig/repos/staging-i686/kig.install
(from rev 237854, kig/trunk/kig.install)
  kig/repos/staging-x86_64/
  kig/repos/staging-x86_64/PKGBUILD
(from rev 237854, kig/trunk/PKGBUILD)
  kig/repos/staging-x86_64/kig.install
(from rev 237854, kig/trunk/kig.install)

+
 staging-i686/PKGBUILD  |   42 ++
 staging-i686/kig.install   |   12 
 staging-x86_64/PKGBUILD|   42 ++
 staging-x86_64/kig.install |   12 
 4 files changed, 108 insertions(+)

Copied: kig/repos/staging-i686/PKGBUILD (from rev 237854, kig/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 07:41:00 UTC (rev 237855)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.0
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('5a1bbfa9dcdfb95d4d598ea1b2c8a3e081ce57d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kig/repos/staging-i686/kig.install (from rev 237854, 
kig/trunk/kig.install)
===
--- staging-i686/kig.install(rev 0)
+++ staging-i686/kig.install2015-04-21 07:41:00 UTC (rev 237855)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kig/repos/staging-x86_64/PKGBUILD (from rev 237854, kig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-21 07:41:00 UTC (rev 237855)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.0
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('5a1bbfa9dcdfb95d4d598ea1b2c8a3e081ce57d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kig/repos/staging-x86_64/kig.install (from rev 237854, 
kig/trunk/kig.install)
===
--- staging-x86_64/kig.install  (rev 0)
+++ staging-x86_64/kig.install  2015-04-21 07:41:00 UTC (rev 237855)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:40:39
  Author: fyan
Revision: 237854

upgpkg: kig 15.04.0-2

rebuild for boost 1.58.0

Modified:
  kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:10:42 UTC (rev 237853)
+++ PKGBUILD2015-04-21 07:40:39 UTC (rev 237854)
@@ -4,7 +4,7 @@
 
 pkgname=kig
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Interactive Geometry
 url=http://kde.org/applications/education/kig/;
 arch=('i686' 'x86_64')


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 09:41:01
  Author: alucryd
Revision: 131805

upgpkg: beets 1.3.12-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:38:06 UTC (rev 131804)
+++ PKGBUILD2015-04-21 07:41:01 UTC (rev 131805)
@@ -3,14 +3,15 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.11
-pkgrel=4
+pkgver=1.3.12
+pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
 license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
- 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
 optdepends=('bash-completion: Bash completion'
 'gst-plugins-bad: ReplayGain plugin'
 'gst-plugins-good: ReplayGain plugin'
@@ -30,7 +31,7 @@
 
source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
 'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
 'beet')
-sha256sums=('4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408'
+sha256sums=('d6c739381c3ee8cf8ceb0c9bc9fae0be187e1938b27d24a1e8ff21aabf641519'
 '51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
 'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 09:41:09
  Author: alucryd
Revision: 131806

archrelease: copy trunk to community-any

Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |   61 -
 1 file changed, 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 07:41:01 UTC (rev 131805)
+++ PKGBUILD2015-04-21 07:41:09 UTC (rev 131806)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.11
-pkgrel=4
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
- 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-'beet')
-sha256sums=('4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408'
-'51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/etc/bash_completion.d
-  install -m 644 ../beet ${pkgdir}/etc/bash_completion.d/
-  install -dm 755 ${pkgdir}/usr/share/zsh/site-functions
-  install -m 644 ../_beet ${pkgdir}/usr/share/zsh/site-functions/
-
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/beets
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:38:06
  Author: fyan
Revision: 131804

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 07:37:52 UTC (rev 131803)
+++ PKGBUILD2015-04-21 07:38:06 UTC (rev 131804)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.20
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131803, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 07:38:06 UTC (rev 131804)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.21
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 07:37:52 UTC (rev 131803)
+++ thefuck.install 2015-04-21 07:38:06 UTC (rev 131804)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131803, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 07:38:06 UTC (rev 131804)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:37:52
  Author: fyan
Revision: 131803

upgpkg: thefuck 1.21-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:37:28 UTC (rev 131802)
+++ PKGBUILD2015-04-21 07:37:52 UTC (rev 131803)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 09:37:28
  Author: alucryd
Revision: 131802

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

Added:
  python2-jellyfish/repos/community-i686/
  python2-jellyfish/repos/community-i686/PKGBUILD
(from rev 131801, python2-jellyfish/trunk/PKGBUILD)
  python2-jellyfish/repos/community-x86_64/
  python2-jellyfish/repos/community-x86_64/PKGBUILD
(from rev 131801, python2-jellyfish/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: python2-jellyfish/repos/community-i686/PKGBUILD (from rev 131801, 
python2-jellyfish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 07:37:28 UTC (rev 131802)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=python2-jellyfish
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
+sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
+
+build() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:

Copied: python2-jellyfish/repos/community-x86_64/PKGBUILD (from rev 131801, 
python2-jellyfish/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-21 07:37:28 UTC (rev 131802)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=python2-jellyfish
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
+sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
+
+build() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 10:36:25
  Author: arojas
Revision: 237877

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

Added:
  libkolab/repos/extra-i686/PKGBUILD
(from rev 237876, libkolab/trunk/PKGBUILD)
  libkolab/repos/extra-i686/check_for_generic_tag.patch
(from rev 237876, libkolab/trunk/check_for_generic_tag.patch)
  libkolab/repos/extra-x86_64/PKGBUILD
(from rev 237876, libkolab/trunk/PKGBUILD)
  libkolab/repos/extra-x86_64/check_for_generic_tag.patch
(from rev 237876, libkolab/trunk/check_for_generic_tag.patch)
Deleted:
  libkolab/repos/extra-i686/PKGBUILD
  libkolab/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   33 
 extra-i686/check_for_generic_tag.patch   |   44 
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/check_for_generic_tag.patch |   44 
 5 files changed, 164 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-21 08:33:14 UTC (rev 237876)
+++ extra-i686/PKGBUILD 2015-04-21 08:36:25 UTC (rev 237877)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolab
-pkgver=0.5.3
-pkgrel=1
-pkgdesc=Advanced Kolab Object Handling Library
-url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('c42b2c8cbd6de81137c3cf5b5e5a4584'
- 'b061e4dd0e94880044025a2ef244b16f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolab/repos/extra-i686/PKGBUILD (from rev 237876, 
libkolab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-21 08:36:25 UTC (rev 237877)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg}
 'check_for_generic_tag.patch')
+md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
+ '237fe4fda389cb8cf167e84aea2b90b0'
+ '6588bc470183e56ca77f12e1dbb5b1ee')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build against kdepimlibs 4.14
+  patch -p1 -i $srcdir/check_for_generic_tag.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolab/repos/extra-i686/check_for_generic_tag.patch (from rev 237876, 
libkolab/trunk/check_for_generic_tag.patch)
===
--- extra-i686/check_for_generic_tag.patch  (rev 0)
+++ extra-i686/check_for_generic_tag.patch  2015-04-21 08:36:25 UTC (rev 
237877)
@@ -0,0 +1,44 @@
+From 34edc0a846b87570c06a5942b458adb720a34a9b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sandro=20Knau=C3=9F?= m...@sandroknauss.de
+Date: Tue, 10 Feb 2015 10:59:18 +0100
+Subject: Make libkolab compile with upstream kdepimlibs
+
+Because GENERIC tags have not entered upstream, we have to test for
+support. Our integration branch not supports a feature flag to indicate
+the availability of that feature.
+
+KOLAB: #4448
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 365edac..bd53e27 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -78,6 +78,11 @@ add_definitions( 
-DKDEPIMLIBS_VERSION_MAJOR=${KdepimLibs_VERSION_MAJOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_MINOR=${KdepimLibs_VERSION_MINOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_PATCH=${KdepimLibs_VERSION_PATCH} )
+ 
++#Tag::GENERIC is only available at the moment at the kolab/integration 
branches
++if (KDEPIMLIBS_HAS_GENERIC_TAG)
++add_definitions( -DKDEPIMLIBS_HAS_GENERIC_TAG)
++endif()
++
+ if(${KdepimLibs_VERSION} VERSION_GREATER 4.8.40 OR USE_LIBCALENDARING)
+ add_definitions(-DKDEPIMLIBS_VERSION_DEVEL)
+ endif()
+diff --git a/kolabformat/kolabobject.cpp b/kolabformat/kolabobject.cpp
+index 681b4a5..e5c404d 100644
+--- a/kolabformat/kolabobject.cpp
 b/kolabformat/kolabobject.cpp
+@@ -435,8 +435,11 @@ ObjectType 

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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 11:08:22
  Author: arojas
Revision: 131824

Boost 1.58 rebuild

Modified:
  kcmsystemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:00:21 UTC (rev 131823)
+++ PKGBUILD2015-04-21 09:08:22 UTC (rev 131824)
@@ -3,7 +3,7 @@
 
 pkgname=kcmsystemd
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Systemd control module for KDE
 arch=('i686' 'x86_64')
 url='https://github.com/rthomsen/kcmsystemd'


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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 11:09:09
  Author: arojas
Revision: 131825

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

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

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

Copied: kcmsystemd/repos/community-staging-i686/PKGBUILD (from rev 131824, 
kcmsystemd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:09:09 UTC (rev 131825)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=3
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
+
+prepare() {
+  mkdir -p build
+
+# fix kdesu path (FS#44396)
+  sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i 
$pkgname-$pkgver/src/kcmsystemd.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcmsystemd/repos/community-staging-x86_64/PKGBUILD (from rev 131824, 
kcmsystemd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 09:09:09 UTC (rev 131825)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=3
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
+
+prepare() {
+  mkdir -p build
+
+# fix kdesu path (FS#44396)
+  sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i 
$pkgname-$pkgver/src/kcmsystemd.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in calligra/repos (62 files)

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 10:26:57
  Author: arojas
Revision: 237861

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 237860, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 237860, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 237860, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 237860, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 237860, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-gemini.install
(from rev 237860, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 237860, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 237860, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 237860, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 237860, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 237860, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 237860, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 237860, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 237860, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 237860, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 237860, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 237860, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 237860, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 237860, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 237860, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-gemini.install
(from rev 237860, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 237860, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 237860, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 237860, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 237860, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 237860, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 237860, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 237860, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 237860, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 237860, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/staging-i686/PKGBUILD
  calligra/repos/staging-i686/calligra-braindump.install
  calligra/repos/staging-i686/calligra-extras.install
  calligra/repos/staging-i686/calligra-filters.install
  calligra/repos/staging-i686/calligra-flow.install
  calligra/repos/staging-i686/calligra-gemini.install
  calligra/repos/staging-i686/calligra-karbon.install
  calligra/repos/staging-i686/calligra-kexi.install
  calligra/repos/staging-i686/calligra-krita.install
  calligra/repos/staging-i686/calligra-plan.install
  calligra/repos/staging-i686/calligra-plugins.install
  calligra/repos/staging-i686/calligra-sheets.install
  calligra/repos/staging-i686/calligra-stage.install
  calligra/repos/staging-i686/calligra-words.install
  calligra/repos/staging-i686/calligra.install
  calligra/repos/staging-x86_64/PKGBUILD
  calligra/repos/staging-x86_64/calligra-braindump.install
  calligra/repos/staging-x86_64/calligra-extras.install
  calligra/repos/staging-x86_64/calligra-filters.install
  calligra/repos/staging-x86_64/calligra-flow.install
  calligra/repos/staging-x86_64/calligra-gemini.install
  calligra/repos/staging-x86_64/calligra-karbon.install
  calligra/repos/staging-x86_64/calligra-kexi.install
  calligra/repos/staging-x86_64/calligra-krita.install
  calligra/repos/staging-x86_64/calligra-plan.install
  

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

2015-04-21 Thread Martin Wimpress
Date: Tuesday, April 21, 2015 @ 11:00:07
  Author: flexiondotorg
Revision: 131822

upgpkg: python2-exiv2 0.3.2-6 - Rebuild for boost 1.58.0.

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:56:27 UTC (rev 131821)
+++ PKGBUILD2015-04-21 09:00:07 UTC (rev 131822)
@@ -6,7 +6,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
 url=http://tilloy.net/dev/pyexiv2;
 arch=('i686' 'x86_64')


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

2015-04-21 Thread Martin Wimpress
Date: Tuesday, April 21, 2015 @ 11:00:21
  Author: flexiondotorg
Revision: 131823

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

Added:
  python2-exiv2/repos/community-staging-i686/
  python2-exiv2/repos/community-staging-i686/PKGBUILD
(from rev 131822, python2-exiv2/trunk/PKGBUILD)
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 131822, python2-exiv2/trunk/PKGBUILD)

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

Copied: python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 131822, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:00:21 UTC (rev 131823)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Archie xmick...@ifrance.com
+# Contributor: Byron Clark by...@theclarkfamily.name
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=6
+pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
+url=http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=(http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons DESTDIR=${pkgdir} install
+}

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 131822, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 09:00:21 UTC (rev 131823)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Archie xmick...@ifrance.com
+# Contributor: Byron Clark by...@theclarkfamily.name
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=6
+pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
+url=http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=(http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (4 files)

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 09:37:03
  Author: alucryd
Revision: 131801

Add python2-jellyfish

Added:
  python2-jellyfish/
  python2-jellyfish/repos/
  python2-jellyfish/trunk/
  python2-jellyfish/trunk/PKGBUILD

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

Added: python2-jellyfish/trunk/PKGBUILD
===
--- python2-jellyfish/trunk/PKGBUILD(rev 0)
+++ python2-jellyfish/trunk/PKGBUILD2015-04-21 07:37:03 UTC (rev 131801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=python2-jellyfish
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/sunlightlabs/jellyfish'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/j/jellyfish/jellyfish-${pkgver}.tar.gz;)
+sha256sums=('89f6264b98b11a40528c0faf6e2035c15023b628b3e51c62fd2082d103b100cc')
+
+build() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd jellyfish-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-jellyfish
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-jellyfish/
+}
+
+# vim: ts=2 sw=2 et:


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


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:49:09
  Author: fyan
Revision: 237856

upgpkg: akonadi 1.13.0-4

rebuild for boost 1.58.0

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:41:00 UTC (rev 237855)
+++ PKGBUILD2015-04-21 07:49:09 UTC (rev 237856)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
 pkgver=1.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'


[arch-commits] Commit in plex-home-theater/repos (10 files)

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:15:26
  Author: alucryd
Revision: 131828

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

Added:
  plex-home-theater/repos/community-staging-i686/
  plex-home-theater/repos/community-staging-i686/PKGBUILD
(from rev 131826, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-i686/plex-ffmpeg-compat.patch
(from rev 131826, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-staging-i686/plex-libcec-2.2.0.patch
(from rev 131826, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-staging-i686/plexhometheater.sh
(from rev 131826, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-staging-x86_64/
  plex-home-theater/repos/community-staging-x86_64/PKGBUILD
(from rev 131827, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-x86_64/plex-ffmpeg-compat.patch
(from rev 131827, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-staging-x86_64/plex-libcec-2.2.0.patch
(from rev 131827, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.sh
(from rev 131827, plex-home-theater/trunk/plexhometheater.sh)

---+
 community-staging-i686/PKGBUILD   |   72 
 community-staging-i686/plex-ffmpeg-compat.patch   |   29 +
 community-staging-i686/plex-libcec-2.2.0.patch|  114 
 community-staging-i686/plexhometheater.sh |5 
 community-staging-x86_64/PKGBUILD |   72 
 community-staging-x86_64/plex-ffmpeg-compat.patch |   29 +
 community-staging-x86_64/plex-libcec-2.2.0.patch  |  114 
 community-staging-x86_64/plexhometheater.sh   |5 
 8 files changed, 440 insertions(+)

Copied: plex-home-theater/repos/community-staging-i686/PKGBUILD (from rev 
131826, plex-home-theater/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:15:26 UTC (rev 131828)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Daniel Wallace daniel.wall...@gatech.edu
+
+pkgname=plex-home-theater
+_pkgver=1.3.6.441-309e72d1
+pkgver=${_pkgver%-*}
+pkgrel=2
+pkgdesc='Plex Home Theater'
+arch=('i686' 'x86_64')
+url='http://www.plexapp.com/'
+license=('GPL2')
+depends=('boost-libs' 'curl' 'ffmpeg-compat' 'glew' 'libcdio' 'libmad'
+ 'libmicrohttpd' 'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat'
+ 'libvdpau' 'libxrandr' 'lzo' 'sdl_image' 'sdl_mixer' 'smbclient'
+ 'taglib' 'tinyxml' 'yajl')
+makedepends=('boost' 'cmake' 'doxygen' 'git' 'java-environment' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+optdepends=('libplist: AirPlay support'
+'libshairport: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'pulseaudio: PulseAudio support')
+source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
+'plex-ffmpeg-compat.patch'
+'plex-libcec-2.2.0.patch'
+'plexhometheater.sh')
+sha256sums=('b92ed31c38e9aff4b5a84a9ef5ced6cd4740c2ee91da48299c076254aa2d56b3'
+'5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
+'13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
+'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
+
+prepare() {
+  cd plex-home-theater-public-${_pkgver}
+
+  patch -Np1 -i ../plex-libcec-2.2.0.patch
+  patch -Np1 -i ../plex-ffmpeg-compat.patch
+}
+
+build() {
+  cd plex-home-theater-public-${_pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
+   -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DCREATE_BUNDLE='FALSE' \
+   -DDUMP_SYMBOLS='FALSE' \
+   -DENABLE_AUTOUPDATE='FALSE' \
+   -DENABLE_PYTHON='TRUE' \
+   -DPYTHON_EXEC='/usr/bin/python2' \
+   -DUSE_INTERNAL_FFMPEG='FALSE'
+  make
+}
+
+package() {
+  cd plex-home-theater-public-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+  install -dm 755 
${pkgdir}/usr/{lib/plexhometheater,share/{applications,pixmaps}}
+  mv ${pkgdir}/usr/bin/{system,xbmc-xrandr} 
${pkgdir}/usr/lib/plexhometheater/
+  mv ${pkgdir}/usr/share/XBMC ${pkgdir}/usr/share/plexhometheater
+  rm -rf ${pkgdir}/usr/bin/*.so
+  install -m 755 ${srcdir}/plexhometheater.sh ${pkgdir}/usr/bin/
+  install -m 644 

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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 11:15:16
  Author: arojas
Revision: 131827

Boost 1.58 rebuild

Modified:
  polybori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:15:00 UTC (rev 131826)
+++ PKGBUILD2015-04-21 09:15:16 UTC (rev 131827)
@@ -4,13 +4,13 @@
 
 pkgname=polybori
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for polynomials over boolean rings
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://polybori.sourceforge.net/;
-license=('GPL')
-depends=('boost-libs' 'python2' 'm4ri')
-makedepends=('boost' 'scons')
+license=(GPL)
+depends=(boost-libs python2 m4ri)
+makedepends=(boost scons)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('0999722a019c4ee5835a115e76a1dfd6')
 


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:31:08
  Author: alucryd
Revision: 131832

FS#44657: geary 0.10.0-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:17:45 UTC (rev 131831)
+++ PKGBUILD2015-04-21 09:31:08 UTC (rev 131832)
@@ -5,12 +5,12 @@
 
 pkgname=geary
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
  'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
@@ -28,8 +28,10 @@
 
   cmake .. \
 -DCMAKE_INSTALL_PREFIX='/usr' \
--D{DESKTOP,ICON}_UPDATE='FALSE' \
--DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
   make
 }
 


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:42:09
  Author: alucryd
Revision: 131835

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

Added:
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 131834, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/aegisub.install
(from rev 131834, aegisub/trunk/aegisub.install)
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 131834, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/aegisub.install
(from rev 131834, aegisub/trunk/aegisub.install)
Deleted:
  aegisub/repos/community-staging-i686/PKGBUILD
  aegisub/repos/community-staging-i686/aegisub.install
  aegisub/repos/community-staging-x86_64/PKGBUILD
  aegisub/repos/community-staging-x86_64/aegisub.install

--+
 /PKGBUILD|   76 +
 /aegisub.install |   28 ++
 community-staging-i686/PKGBUILD  |   38 --
 community-staging-i686/aegisub.install   |   14 -
 community-staging-x86_64/PKGBUILD|   38 --
 community-staging-x86_64/aegisub.install |   14 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-21 09:41:50 UTC (rev 131834)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:42:09 UTC (rev 131835)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: kozec ko...@kozec.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgname=aegisub
-pkgver=3.2.2
-pkgrel=2
-pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
-arch=('i686' 'x86_64')
-url='http://www.aegisub.org'
-license=('GPL' 'BSD')
-depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
-makedepends=('boost' 'intltool' 'mesa')
-install='aegisub.install'
-source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
-sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
-
-build() {
-  cd aegisub-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-{portaudio,openal,oss} \
---disable-update-checker
-  make
-}
-
-package() {
-  cd aegisub-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
-  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 131834, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 09:42:09 UTC (rev 131835)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=3
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-i686/aegisub.install
===
--- community-staging-i686/aegisub.install  2015-04-21 09:41:50 UTC (rev 
131834)
+++ community-staging-i686/aegisub.install  2015-04-21 09:42:09 UTC (rev 
131835)
@@ -1,14 +0,0 @@
-post_install() {
-gtk-update-icon-cache -ftq usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub.install (from rev 131834, 
aegisub/trunk/aegisub.install)
===
--- community-staging-i686/aegisub.install  (rev 0)
+++ community-staging-i686/aegisub.install  2015-04-21 09:42:09 UTC (rev 
131835)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:45:40
  Author: fyan
Revision: 131808

upgpkg: thefuck 1.22-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:43:46 UTC (rev 131807)
+++ PKGBUILD2015-04-21 07:45:40 UTC (rev 131808)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:46:08
  Author: fyan
Revision: 131809

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 07:45:40 UTC (rev 131808)
+++ PKGBUILD2015-04-21 07:46:08 UTC (rev 131809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.21
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131808, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 07:46:08 UTC (rev 131809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.22
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 07:45:40 UTC (rev 131808)
+++ thefuck.install 2015-04-21 07:46:08 UTC (rev 131809)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131808, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 07:46:08 UTC (rev 131809)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Gaetan Bisson
Date: Tuesday, April 21, 2015 @ 10:00:16
  Author: bisson
Revision: 237859

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 237858, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 237858, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 237858, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 237858, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 126 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 237858, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 08:00:16 UTC (rev 237859)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=6
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp -r ${srcdir}/boost_1_55_0/boost/spirit src/boost/
+
+   # Fix compiling against lensfun-0.3.0
+   sed '/LF_DIST_MODEL_FOV1/d' -i src/hugin_base/lensdb/LensDB.cpp
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 237858, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-04-21 08:00:16 UTC (rev 237859)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 237858, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-21 08:00:16 UTC (rev 237859)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=6
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   

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

2015-04-21 Thread Gaetan Bisson
Date: Tuesday, April 21, 2015 @ 09:59:50
  Author: bisson
Revision: 237858

rebuild for boost-1.58.0

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:49:29 UTC (rev 237857)
+++ PKGBUILD2015-04-21 07:59:50 UTC (rev 237858)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2014.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:15:00
  Author: alucryd
Revision: 131826

upgpkg: plex-home-theater 1.3.6.441-2

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:09:09 UTC (rev 131825)
+++ PKGBUILD2015-04-21 09:15:00 UTC (rev 131826)
@@ -5,7 +5,7 @@
 pkgname=plex-home-theater
 _pkgver=1.3.6.441-309e72d1
 pkgver=${_pkgver%-*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 12:16:06
  Author: bpiotrowski
Revision: 237878

upgpkg: readline 6.3.008-1

new upstream patches

Modified:
  readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:36:25 UTC (rev 237877)
+++ PKGBUILD2015-04-21 10:16:06 UTC (rev 237878)
@@ -5,7 +5,7 @@
 
 pkgname=readline
 _basever=6.3
-_patchlevel=006
+_patchlevel=008
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc='GNU readline library'
@@ -18,8 +18,9 @@
 install=readline.install
 source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
 inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
 
-if [[ $_patchlevel -gt 0 ]]; then
+if [ $_patchlevel -gt 0 ]; then
 for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
 source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 %03d $_p){,.sig})
 done
@@ -65,4 +66,8 @@
  '93721c31cd225393f80cb3aadb165544'
  'SKIP'
  '71dc6ecce66d1489b96595f55d142a52'
+ 'SKIP'
+ '062a08ed60679d3c4878710b3d595b65'
+ 'SKIP'
+ 'ee1c04072154826870848d8b218d7b04'
  'SKIP')


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

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 12:16:20
  Author: bpiotrowski
Revision: 237879

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 237878, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 237878, readline/trunk/inputrc)
  readline/repos/testing-i686/readline.install
(from rev 237878, readline/trunk/readline.install)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 237878, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 237878, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline.install
(from rev 237878, readline/trunk/readline.install)

-+
 testing-i686/PKGBUILD   |   73 ++
 testing-i686/inputrc|   36 ++
 testing-i686/readline.install   |   17 
 testing-x86_64/PKGBUILD |   73 ++
 testing-x86_64/inputrc  |   36 ++
 testing-x86_64/readline.install |   17 
 6 files changed, 252 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 237878, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-21 10:16:20 UTC (rev 237879)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 %03d $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p = $((10#${_patchlevel})); _p++ )); do
+msg applying patch readline${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../readline${_basever//.}-$(printf %03d $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  install -Dm644 inputrc $pkgdir/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP'
+ '11f9def89803a5052db3ba72394ce14f'
+ 'SKIP'
+ '93721c31cd225393f80cb3aadb165544'
+ 'SKIP'
+ '71dc6ecce66d1489b96595f55d142a52'
+ 'SKIP'
+ '062a08ed60679d3c4878710b3d595b65'
+ 'SKIP'
+ 'ee1c04072154826870848d8b218d7b04'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 237878, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2015-04-21 10:16:20 UTC (rev 237879)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+\e[1~: beginning-of-line
+\e[4~: end-of-line
+\e[5~: beginning-of-history
+\e[6~: end-of-history
+\e[7~: beginning-of-line
+\e[3~: delete-char
+\e[2~: quoted-insert
+\e[5C: forward-word
+\e[5D: backward-word
+\e\e[C: forward-word
+\e\e[D: backward-word
+\e[1;5C: forward-word
+\e[1;5D: backward-word
+
+# for rxvt
+\e[8~: end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+\eOH: beginning-of-line
+\eOF: end-of-line
+
+# for freebsd console
+\e[H: beginning-of-line
+\e[F: end-of-line
+$endif

Copied: readline/repos/testing-i686/readline.install (from rev 237878, 
readline/trunk/readline.install)
===
--- testing-i686/readline.install   (rev 0)
+++ testing-i686/readline.install   

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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 10:19:33
  Author: arojas
Revision: 237860

Boost 1.58 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:00:16 UTC (rev 237859)
+++ PKGBUILD2015-04-21 08:19:33 UTC (rev 237860)
@@ -21,7 +21,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:41:50
  Author: alucryd
Revision: 131834

upgpkg: aegisub 3.2.2-3

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:31:31 UTC (rev 131833)
+++ PKGBUILD2015-04-21 09:41:50 UTC (rev 131834)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


[arch-commits] Commit in libkolab/trunk (PKGBUILD check_for_generic_tag.patch)

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 10:32:29
  Author: arojas
Revision: 237862

Update to 0.6.0

Added:
  libkolab/trunk/check_for_generic_tag.patch
Modified:
  libkolab/trunk/PKGBUILD

-+
 PKGBUILD|   15 +-
 check_for_generic_tag.patch |   44 ++
 2 files changed, 54 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:26:57 UTC (rev 237861)
+++ PKGBUILD2015-04-21 08:32:29 UTC (rev 237862)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.5.3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -10,12 +10,17 @@
 license=('GPL')
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('c42b2c8cbd6de81137c3cf5b5e5a4584'
- 'b061e4dd0e94880044025a2ef244b16f')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg}
 'check_for_generic_tag.patch')
+md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
+ '237fe4fda389cb8cf167e84aea2b90b0'
+ '6588bc470183e56ca77f12e1dbb5b1ee')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build against kdepimlibs 4.14
+  patch -p1 -i $srcdir/check_for_generic_tag.patch
 }
 
 build() {

Added: check_for_generic_tag.patch
===
--- check_for_generic_tag.patch (rev 0)
+++ check_for_generic_tag.patch 2015-04-21 08:32:29 UTC (rev 237862)
@@ -0,0 +1,44 @@
+From 34edc0a846b87570c06a5942b458adb720a34a9b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sandro=20Knau=C3=9F?= m...@sandroknauss.de
+Date: Tue, 10 Feb 2015 10:59:18 +0100
+Subject: Make libkolab compile with upstream kdepimlibs
+
+Because GENERIC tags have not entered upstream, we have to test for
+support. Our integration branch not supports a feature flag to indicate
+the availability of that feature.
+
+KOLAB: #4448
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 365edac..bd53e27 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -78,6 +78,11 @@ add_definitions( 
-DKDEPIMLIBS_VERSION_MAJOR=${KdepimLibs_VERSION_MAJOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_MINOR=${KdepimLibs_VERSION_MINOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_PATCH=${KdepimLibs_VERSION_PATCH} )
+ 
++#Tag::GENERIC is only available at the moment at the kolab/integration 
branches
++if (KDEPIMLIBS_HAS_GENERIC_TAG)
++add_definitions( -DKDEPIMLIBS_HAS_GENERIC_TAG)
++endif()
++
+ if(${KdepimLibs_VERSION} VERSION_GREATER 4.8.40 OR USE_LIBCALENDARING)
+ add_definitions(-DKDEPIMLIBS_VERSION_DEVEL)
+ endif()
+diff --git a/kolabformat/kolabobject.cpp b/kolabformat/kolabobject.cpp
+index 681b4a5..e5c404d 100644
+--- a/kolabformat/kolabobject.cpp
 b/kolabformat/kolabobject.cpp
+@@ -435,8 +435,11 @@ ObjectType KolabObjectReader::Private::readKolabV3(const 
KMime::Message::Ptr ms
+ mTag = Akonadi::Tag();
+ mTag.setName(Conversion::fromStdString(relation.name()));
+ 
mTag.setGid(Conversion::fromStdString(configuration.uid()).toLatin1());
++#ifdef KDEPIMLIBS_HAS_GENERIC_TAG
+ mTag.setType(Akonadi::Tag::GENERIC);
+-
++#else
++mTag.setType(Akonadi::Tag::PLAIN);
++#endif
+ mTagMembers.reserve(relation.members().size());
+ foreach (const std::string member, relation.members()) {
+ mTagMembers  Conversion::fromStdString(member);


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 10:56:27
  Author: fyan
Revision: 131821

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

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

--+
 community-staging-i686/PKGBUILD  |   72 +
 community-staging-i686/mongodb.conf  |8 +++
 community-staging-i686/mongodb.install   |   32 
 community-staging-i686/mongodb.service   |   10 
 community-staging-x86_64/PKGBUILD|   72 +
 community-staging-x86_64/mongodb.conf|8 +++
 community-staging-x86_64/mongodb.install |   32 
 community-staging-x86_64/mongodb.service |   10 
 8 files changed, 244 insertions(+)

Copied: mongodb/repos/community-staging-i686/PKGBUILD (from rev 131820, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 08:56:27 UTC (rev 131821)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.0.2
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service')
+sha512sums=('ec14529f39459835644dd681a98133c276bb96c676ce3ad91c20dff1ce96aeda3e14f08c05019a72a6f8eaadfed7e176944b42187a273b3e82001946126931d7'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+_scons_args=(
+  --use-system-pcre
+  --use-system-snappy
+  --use-sasl-client
+  --use-system-boost
+  --variant-dir=build
+  --ssl
+  --disable-warnings-as-errors
+  --cc=clang --cxx=clang++
+  LIBS=atomic
+)
+# --use-system-v8 (Doesn't compile)
+# --use-system-yaml (Doesn't compile)
+# --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
+# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
+
+build() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons all ${_scons_args[@]}
+}
+
+check() {
+  # Tests not passing
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix=$srcdir 
${_scons_args[@]} || warning Tests failed
+}
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install --prefix=$pkgdir/usr ${_scons_args[@]}
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 $pkgdir/var/log/mongodb
+}

Copied: mongodb/repos/community-staging-i686/mongodb.conf (from rev 131820, 
mongodb/trunk/mongodb.conf)
===
--- community-staging-i686/mongodb.conf (rev 0)
+++ community-staging-i686/mongodb.conf 2015-04-21 08:56:27 UTC (rev 131821)
@@ -0,0 +1,8 @@
+# See 

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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 10:55:54
  Author: fyan
Revision: 131820

upgpkg: mongodb 3.0.2-2

rebuild for boost 1.58.0

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:53:04 UTC (rev 131819)
+++ PKGBUILD2015-04-21 08:55:54 UTC (rev 131820)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:31:31
  Author: alucryd
Revision: 131833

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

Added:
  geary/repos/community-i686/PKGBUILD
(from rev 131832, geary/trunk/PKGBUILD)
  geary/repos/community-i686/geary-gtk3.14.patch
(from rev 131832, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-i686/geary.install
(from rev 131832, geary/trunk/geary.install)
  geary/repos/community-x86_64/PKGBUILD
(from rev 131832, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 131832, geary/trunk/geary-gtk3.14.patch)
  geary/repos/community-x86_64/geary.install
(from rev 131832, geary/trunk/geary.install)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary-gtk3.14.patch
  geary/repos/community-i686/geary.install
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary-gtk3.14.patch
  geary/repos/community-x86_64/geary.install

--+
 /PKGBUILD|   88 +
 /geary-gtk3.14.patch |   88 +
 /geary.install   |   34 
 community-i686/PKGBUILD  |   42 ---
 community-i686/geary-gtk3.14.patch   |   44 
 community-i686/geary.install |   17 --
 community-x86_64/PKGBUILD|   42 ---
 community-x86_64/geary-gtk3.14.patch |   44 
 community-x86_64/geary.install   |   17 --
 9 files changed, 210 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-i686/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: sebikul sebi...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
- 'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-install='geary.install'
-source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
-
-build() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--D{DESKTOP,ICON}_UPDATE='FALSE' \
--DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 131832, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: sebikul sebi...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.10.0
+pkgrel=2
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
+ 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+install='geary.install'
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
+sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
+
+build() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary-gtk3.14.patch
===
--- community-i686/geary-gtk3.14.patch  2015-04-21 09:31:08 UTC (rev 131832)
+++ community-i686/geary-gtk3.14.patch  2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen mcla...@redhat.com
-Date: Thu, 25 Sep 2014 16:46:59 -0700
-Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
-
-By 

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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 17:23:59
  Author: spupykin
Revision: 131849

upgpkg: wanderlust 20150421-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 12:52:30 UTC (rev 131848)
+++ PKGBUILD2015-04-21 15:23:59 UTC (rev 131849)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20150310
+pkgver=20150421
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)


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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 17:24:06
  Author: spupykin
Revision: 131850

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 15:23:59 UTC (rev 131849)
+++ PKGBUILD2015-04-21 15:24:06 UTC (rev 131850)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20150310
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-#url=http://www.gohome.org/wl;
-url=https://github.com/wanderlust/wanderlust/;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('SKIP')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 131849, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 15:24:06 UTC (rev 131850)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20150421
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+#url=http://www.gohome.org/wl;
+url=https://github.com/wanderlust/wanderlust/;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('SKIP')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2015-04-21 15:23:59 UTC (rev 131849)
+++ wanderlust.install  2015-04-21 15:24:06 UTC (rev 131850)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 131849, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2015-04-21 15:24:06 UTC (rev 131850)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz $infodir/dir
+}


[arch-commits] Commit in hhvm/repos (15 files)

2015-04-21 Thread Massimiliano Torromeo
Date: Tuesday, April 21, 2015 @ 12:47:03
  Author: mtorromeo
Revision: 131837

archrelease: copy trunk to community-staging-x86_64

Added:
  hhvm/repos/community-staging-x86_64/
  hhvm/repos/community-staging-x86_64/PKGBUILD
(from rev 131836, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-staging-x86_64/hhvm.install
(from rev 131836, hhvm/trunk/hhvm.install)
  hhvm/repos/community-staging-x86_64/hhvm.service
(from rev 131836, hhvm/trunk/hhvm.service)
  hhvm/repos/community-staging-x86_64/hhvm.tmpfile
(from rev 131836, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-staging-x86_64/hhvm@.service
(from rev 131836, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-staging-x86_64/php.ini
(from rev 131836, hhvm/trunk/php.ini)
  hhvm/repos/community-staging-x86_64/server.ini
(from rev 131836, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-staging-x86_64/PKGBUILD
  hhvm/repos/community-staging-x86_64/hhvm.install
  hhvm/repos/community-staging-x86_64/hhvm.service
  hhvm/repos/community-staging-x86_64/hhvm.tmpfile
  hhvm/repos/community-staging-x86_64/hhvm@.service
  hhvm/repos/community-staging-x86_64/php.ini
  hhvm/repos/community-staging-x86_64/server.ini

+
 /PKGBUILD  |  144 +++
 /hhvm.install  |9 +
 /hhvm.service  |   15 +++
 /hhvm.tmpfile  |2 
 /hhvm@.service |   15 +++
 /php.ini   |   10 ++
 /server.ini|6 +
 community-staging-x86_64/PKGBUILD  |  141 --
 community-staging-x86_64/hhvm.install  |9 -
 community-staging-x86_64/hhvm.service  |   15 ---
 community-staging-x86_64/hhvm.tmpfile  |2 
 community-staging-x86_64/hhvm@.service |   15 ---
 community-staging-x86_64/php.ini   |   10 --
 community-staging-x86_64/server.ini|6 -
 14 files changed, 201 insertions(+), 198 deletions(-)

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-04-20 09:43:22 UTC (rev 131740)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 10:47:03 UTC (rev 131837)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.6.1
-pkgrel=3
-
-_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
-_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
-_thrift_commit=d30280a33ed2c67672b0295872397e5affb60f8c
-_proxygen_commit=d17b4e7735ab728d77266a538cef4dcfc57b5fbd
-_webscalesql_commit=004b6b348fdf48f0aa4e3fe1010b891d4fdb9f70
-_mcrouter_commit=addcc91aee3942f4e50760a43fdcb052482be00e
-_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
-
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
-
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
-
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
-
webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz;
-
mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz;
-
squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-patch -p1 -i $srcdir/libvpx14.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s 

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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:55:21
  Author: spupykin
Revision: 131838

upgpkg: atanks 6.2-1

upd

Modified:
  atanks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 10:47:03 UTC (rev 131837)
+++ PKGBUILD2015-04-21 10:55:21 UTC (rev 131838)
@@ -4,7 +4,7 @@
 # Contributor: Charlie Cox cco...@yahoo.com
 
 pkgname=atanks
-pkgver=6.1
+pkgver=6.2
 pkgrel=1
 pkgdesc=Atomic Tanks
 url=http://atanks.sourceforge.net;
@@ -13,7 +13,7 @@
 makedepends=('sed')
 depends=('allegro4' 'gcc-libs')
 
source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('4f836d3bde0e59fd588b3147ce332a3a')
+md5sums=('8f2f3a43848828c221ff51d8bdc44dcf')
 
 build() {
   cd atanks-${pkgver}


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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:55:39
  Author: spupykin
Revision: 131839

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-21 10:55:21 UTC (rev 131838)
+++ community-i686/PKGBUILD 2015-04-21 10:55:39 UTC (rev 131839)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
-# Contributor: Charlie Cox cco...@yahoo.com
-
-pkgname=atanks
-pkgver=6.1
-pkgrel=1
-pkgdesc=Atomic Tanks
-url=http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('4f836d3bde0e59fd588b3147ce332a3a')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL=install -c install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-i686/PKGBUILD (from rev 131838, 
atanks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 10:55:39 UTC (rev 131839)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
+# Contributor: Charlie Cox cco...@yahoo.com
+
+pkgname=atanks
+pkgver=6.2
+pkgrel=1
+pkgdesc=Atomic Tanks
+url=http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('sed')
+depends=('allegro4' 'gcc-libs')
+source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
+md5sums=('8f2f3a43848828c221ff51d8bdc44dcf')
+
+build() {
+  cd atanks-${pkgver}
+  make
+}
+
+package() {
+  cd atanks-${pkgver}
+  make DESTDIR=${pkgdir} INSTALL=install -c install
+
+  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
+  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
+
+  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
+  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-21 10:55:21 UTC (rev 131838)
+++ community-x86_64/PKGBUILD   2015-04-21 10:55:39 UTC (rev 131839)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
-# Contributor: Charlie Cox cco...@yahoo.com
-
-pkgname=atanks
-pkgver=6.1
-pkgrel=1
-pkgdesc=Atomic Tanks
-url=http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('4f836d3bde0e59fd588b3147ce332a3a')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL=install -c install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-x86_64/PKGBUILD (from rev 131838, 
atanks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-21 10:55:39 UTC (rev 131839)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
+# Contributor: Charlie Cox cco...@yahoo.com
+
+pkgname=atanks
+pkgver=6.2
+pkgrel=1
+pkgdesc=Atomic Tanks
+url=http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('sed')
+depends=('allegro4' 'gcc-libs')

[arch-commits] Commit in perl-ipc-run/trunk (PKGBUILD)

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:56:01
  Author: spupykin
Revision: 131842

upgpkg: perl-ipc-run 0.94-1

upd

Modified:
  perl-ipc-run/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 10:55:57 UTC (rev 131841)
+++ PKGBUILD2015-04-21 10:56:01 UTC (rev 131842)
@@ -5,8 +5,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-ipc-run
-pkgver=0.92
-pkgrel=2
+pkgver=0.94
+pkgrel=1
 pkgdesc=IPC::Run - system() and background procs w/ piping, redirs, ptys
 arch=('any')
 url=http://search.cpan.org/dist/IPC-Run;
@@ -15,7 +15,7 @@
 depends=('perl=5.10.0' 'perl-io-tty')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
-md5sums=('9d209c8d4bda50bea5f5a09e03db173e')
+md5sums=('c963902894d3796b16624b3b4aea94b4')
 
 build() {
   cd $srcdir/IPC-Run-$pkgver


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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:55:45
  Author: spupykin
Revision: 131840

upgpkg: gogglesmm 1.0.2-2

upd

Modified:
  gogglesmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 10:55:39 UTC (rev 131839)
+++ PKGBUILD2015-04-21 10:55:45 UTC (rev 131840)
@@ -4,7 +4,7 @@
 
 pkgname=gogglesmm
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Music Manager and Player
 arch=('i686' 'x86_64')
 url=http://gogglesmm.github.io/;


[arch-commits] Commit in perl-ipc-run/repos/community-any (PKGBUILD PKGBUILD)

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:56:09
  Author: spupykin
Revision: 131843

archrelease: copy trunk to community-any

Added:
  perl-ipc-run/repos/community-any/PKGBUILD
(from rev 131842, perl-ipc-run/trunk/PKGBUILD)
Deleted:
  perl-ipc-run/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 10:56:01 UTC (rev 131842)
+++ PKGBUILD2015-04-21 10:56:09 UTC (rev 131843)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-ipc-run
-pkgver=0.92
-pkgrel=2
-pkgdesc=IPC::Run - system() and background procs w/ piping, redirs, ptys
-arch=('any')
-url=http://search.cpan.org/dist/IPC-Run;
-license=('GPL' 'PerlArtistic')
-# IPC::Run depends on IO::Pty which is provided by perl-io-tty
-depends=('perl=5.10.0' 'perl-io-tty')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
-md5sums=('9d209c8d4bda50bea5f5a09e03db173e')
-
-build() {
-  cd $srcdir/IPC-Run-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/IPC-Run-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-ipc-run/repos/community-any/PKGBUILD (from rev 131842, 
perl-ipc-run/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 10:56:09 UTC (rev 131843)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-ipc-run
+pkgver=0.94
+pkgrel=1
+pkgdesc=IPC::Run - system() and background procs w/ piping, redirs, ptys
+arch=('any')
+url=http://search.cpan.org/dist/IPC-Run;
+license=('GPL' 'PerlArtistic')
+# IPC::Run depends on IO::Pty which is provided by perl-io-tty
+depends=('perl=5.10.0' 'perl-io-tty')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
+md5sums=('c963902894d3796b16624b3b4aea94b4')
+
+build() {
+  cd $srcdir/IPC-Run-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/IPC-Run-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}


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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 12:55:57
  Author: spupykin
Revision: 131841

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

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

+
 /PKGBUILD  |   64 +++
 /gogglesmm.install |   24 +
 community-i686/PKGBUILD|   32 -
 community-i686/gogglesmm.install   |   12 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/gogglesmm.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-21 10:55:45 UTC (rev 131840)
+++ community-i686/PKGBUILD 2015-04-21 10:55:57 UTC (rev 131841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sander Jansen san...@knology.net
-
-pkgname=gogglesmm
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=Music Manager and Player
-arch=('i686' 'x86_64')
-url=http://gogglesmm.github.io/;
-license=('GPL3')
-depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
-'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
-'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('glproto' 'dri2proto')
-conflicts=('musicmanager')
-replaces=('musicmanager')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
-md5sums=('b1939698ff5b59674790a0291d37ad52')
-
-build() {
-  cd gogglesmm-$pkgver
-  export RESWRAP=/usr/bin/reswrap-1.7
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd gogglesmm-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-i686/PKGBUILD (from rev 131840, 
gogglesmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 10:55:57 UTC (rev 131841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sander Jansen san...@knology.net
+
+pkgname=gogglesmm
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Music Manager and Player
+arch=('i686' 'x86_64')
+url=http://gogglesmm.github.io/;
+license=('GPL3')
+depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
+'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
+'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('glproto' 'dri2proto')
+conflicts=('musicmanager')
+replaces=('musicmanager')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
+md5sums=('b1939698ff5b59674790a0291d37ad52')
+
+build() {
+  cd gogglesmm-$pkgver
+  export RESWRAP=/usr/bin/reswrap-1.7
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd gogglesmm-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gogglesmm.install
===
--- community-i686/gogglesmm.install2015-04-21 10:55:45 UTC (rev 131840)
+++ community-i686/gogglesmm.install2015-04-21 10:55:57 UTC (rev 131841)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-i686/gogglesmm.install (from rev 131840, 
gogglesmm/trunk/gogglesmm.install)
===
--- community-i686/gogglesmm.install(rev 0)
+++ community-i686/gogglesmm.install2015-04-21 10:55:57 UTC (rev 131841)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
+  which update-desktop-database /dev/null  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-21 10:55:45 UTC (rev 131840)
+++ community-x86_64/PKGBUILD   2015-04-21 10:55:57 UTC (rev 131841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 14:20:46
  Author: spupykin
Revision: 131847

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 131846, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 131846, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 131846, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 131846, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 131846, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 131846, synfig/trunk/ffmpeg-0.8.patch)

---+
 community-staging-i686/PKGBUILD   |   46 +
 community-staging-i686/build-fix.patch|   31 ++
 community-staging-i686/ffmpeg-0.8.patch   |   60 
 community-staging-x86_64/PKGBUILD |   46 +
 community-staging-x86_64/build-fix.patch  |   31 ++
 community-staging-x86_64/ffmpeg-0.8.patch |   60 
 6 files changed, 274 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 131846, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 12:20:46 UTC (rev 131847)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.3
+pkgrel=3
+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)
+md5sums=('294904f9b976c62d7b5473134dbb9dfa'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.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 131846, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2015-04-21 12:20:46 UTC (rev 
131847)
@@ -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 NULL;
+ }
+ avpicture_fill((AVPicture *)picture, picture_buf,
+-   pix_fmt, width, height);
++   (enum ::PixelFormat)pix_fmt, width, height);
+ return picture;
+ }
+ 

Copied: synfig/repos/community-staging-i686/ffmpeg-0.8.patch (from rev 131846, 
synfig/trunk/ffmpeg-0.8.patch)
===
--- community-staging-i686/ffmpeg-0.8.patch (rev 0)
+++ 

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

2015-04-21 Thread Sergej Pupykin
Date: Tuesday, April 21, 2015 @ 14:20:27
  Author: spupykin
Revision: 131846

upgpkg: synfig 0.64.3-3

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 11:47:05 UTC (rev 131845)
+++ PKGBUILD2015-04-21 12:20:27 UTC (rev 131846)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;


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

2015-04-21 Thread Lukas Fleischer
Date: Wednesday, April 22, 2015 @ 00:11:46
  Author: lfleischer
Revision: 131860

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-21 22:11:28 UTC (rev 131859)
+++ community-i686/PKGBUILD 2015-04-21 22:11:46 UTC (rev 131860)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Loui Chang louipc dot ist at gmail company
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Nathan Jones nath...@insightbb.com
-
-pkgname=tig
-pkgver=2.1
-pkgrel=1
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='http://jonas.nitro.dk/tig/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/tigrc')
-source=(http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d6c237aba2c03d85897da79789fd6104')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
$pkgdir/usr/share/bash-completion/completions/tig
-}

Copied: tig/repos/community-i686/PKGBUILD (from rev 131859, tig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 22:11:46 UTC (rev 131860)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
+# Contributor: Loui Chang louipc dot ist at gmail company
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Nathan Jones nath...@insightbb.com
+
+pkgname=tig
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='http://jonas.nitro.dk/tig/'
+license=('GPL')
+arch=('i686' 'x86_64')
+backup=('etc/tigrc')
+source=(http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d6eb13d31319d57a3f726d8238f8ebc0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
$pkgdir/usr/share/bash-completion/completions/tig
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-21 22:11:28 UTC (rev 131859)
+++ community-x86_64/PKGBUILD   2015-04-21 22:11:46 UTC (rev 131860)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Loui Chang louipc dot ist at gmail company
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Nathan Jones nath...@insightbb.com
-
-pkgname=tig
-pkgver=2.1
-pkgrel=1
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='http://jonas.nitro.dk/tig/'
-license=('GPL')
-arch=('i686' 'x86_64')
-backup=('etc/tigrc')
-source=(http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d6c237aba2c03d85897da79789fd6104')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
$pkgdir/usr/share/bash-completion/completions/tig
-}

Copied: tig/repos/community-x86_64/PKGBUILD (from rev 131859, 
tig/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-21 22:11:46 UTC (rev 131860)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
+# Contributor: Loui Chang louipc dot ist at gmail company
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Nathan Jones nath...@insightbb.com
+
+pkgname=tig
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='http://jonas.nitro.dk/tig/'
+license=('GPL')
+arch=('i686' 'x86_64')
+backup=('etc/tigrc')

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

2015-04-21 Thread Lukas Fleischer
Date: Wednesday, April 22, 2015 @ 00:11:28
  Author: lfleischer
Revision: 131859

upgpkg: tig 2.1.1-1

Upstream updaet.

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 18:56:09 UTC (rev 131858)
+++ PKGBUILD2015-04-21 22:11:28 UTC (rev 131859)
@@ -1,10 +1,10 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
 # Contributor: Loui Chang louipc dot ist at gmail company
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 # Contributor: Nathan Jones nath...@insightbb.com
 
 pkgname=tig
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 backup=('etc/tigrc')
 
source=(http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d6c237aba2c03d85897da79789fd6104')
+md5sums=('d6eb13d31319d57a3f726d8238f8ebc0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 22:43:58
  Author: arojas
Revision: 237882

Add sdl_image dependency (FS#44683)

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 16:16:34 UTC (rev 237881)
+++ PKGBUILD2015-04-21 20:43:58 UTC (rev 237882)
@@ -6,13 +6,13 @@
 
 pkgname=kdenlive
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A non-linear video editor for Linux using the MLT video framework
 arch=('i686' 'x86_64')
 url=http://www.kdenlive.org/;
 license=('GPL')
 groups=('kde-applications' 'kdemultimedia')
-depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 
'hicolor-icon-theme')
+depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'sdl_image' 
'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
 optdepends=('ffmpeg: for FFmpeg plugin'
 'cdrkit: for creation of DVD ISO images'


[arch-commits] Commit in systemd/trunk (4 files)

2015-04-21 Thread Dave Reisner
Date: Wednesday, April 22, 2015 @ 03:08:36
  Author: dreisner
Revision: 237884

upgpkg: systemd 219-6

- backport fixes for FS#44658

Added:
  systemd/trunk/0001-core-don-t-change-removed-devices-to-state-tentative.patch
  systemd/trunk/0001-core-rework-device-state-logic.patch
  systemd/trunk/0001-unit-use-weaker-dependencies-between-mount-and-devic.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-core-don-t-change-removed-devices-to-state-tentative.patch |   34 
 0001-core-rework-device-state-logic.patch   |  910 
++
 0001-unit-use-weaker-dependencies-between-mount-and-devic.patch |   31 
 PKGBUILD|   15 
 4 files changed, 987 insertions(+), 3 deletions(-)

Added: 0001-core-don-t-change-removed-devices-to-state-tentative.patch
===
--- 0001-core-don-t-change-removed-devices-to-state-tentative.patch 
(rev 0)
+++ 0001-core-don-t-change-removed-devices-to-state-tentative.patch 
2015-04-22 01:08:36 UTC (rev 237884)
@@ -0,0 +1,34 @@
+From 496068a8288084ab3ecf8b179a8403ecff1a6be8 Mon Sep 17 00:00:00 2001
+From: Martin Pitt martin.p...@ubuntu.com
+Date: Fri, 13 Mar 2015 08:35:59 +0100
+Subject: [PATCH] core: don't change removed devices to state tentative
+
+Commit 628c89c introduced the tentative device state, which caused
+devices to go from plugged to tentative on a remove uevent. This
+breaks the cleanup of stale mounts (see commit 3b48ce4), as that only
+applies to dead devices.
+
+The tentative state only really makes sense on adding a device when
+we don't know where it was coming from (i. e. not from udev). But when
+we get a device removal from udev we definitively know that it's gone,
+so change the device state back to dead as before 628c89c.
+---
+ src/core/device.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/core/device.c b/src/core/device.c
+index 4bfd71f..b5d9d82 100644
+--- a/src/core/device.c
 b/src/core/device.c
+@@ -419,7 +419,7 @@ static void device_update_found_one(Device *d, bool add, 
DeviceFound found, bool
+ if (now) {
+ if (d-found  DEVICE_FOUND_UDEV)
+ device_set_state(d, DEVICE_PLUGGED);
+-else if (d-found != DEVICE_NOT_FOUND)
++else if (add  d-found != DEVICE_NOT_FOUND)
+ device_set_state(d, DEVICE_TENTATIVE);
+ else
+ device_set_state(d, DEVICE_DEAD);
+-- 
+2.3.5
+

Added: 0001-core-rework-device-state-logic.patch
===
--- 0001-core-rework-device-state-logic.patch   (rev 0)
+++ 0001-core-rework-device-state-logic.patch   2015-04-22 01:08:36 UTC (rev 
237884)
@@ -0,0 +1,910 @@
+From 628c89cc68ab96fce2de7ebba5933725d147aecc Mon Sep 17 00:00:00 2001
+From: Lennart Poettering lenn...@poettering.net
+Date: Fri, 27 Feb 2015 21:55:08 +0100
+Subject: [PATCH] core: rework device state logic
+
+This change introduces a new state tentative for device units. Device
+units are considered plugged when udev announced them, dead when
+they are not available in the kernel, and tentative when they are
+referenced in /proc/self/mountinfo or /proc/swaps but not (yet)
+announced via udev.
+
+This should fix a race when device nodes (like loop devices) are created
+and immediately mounted. Previously, systemd might end up seeing the
+mount unit before the device, and would thus pull down the mount because
+its BindTo dependency on the device would not be fulfilled.
+---
+ src/core/device.c | 368 +-
+ src/core/device.h |  14 ++-
+ src/core/mount.c  |  46 ---
+ src/core/swap.c   |  32 +++--
+ src/core/swap.h   |   4 +-
+ src/core/unit.c   |   1 -
+ 6 files changed, 285 insertions(+), 180 deletions(-)
+
+diff --git a/src/core/device.c b/src/core/device.c
+index 2d983cc..e41ed41 100644
+--- a/src/core/device.c
 b/src/core/device.c
+@@ -34,7 +34,8 @@
+ 
+ static const UnitActiveState state_translation_table[_DEVICE_STATE_MAX] = {
+ [DEVICE_DEAD] = UNIT_INACTIVE,
+-[DEVICE_PLUGGED] = UNIT_ACTIVE
++[DEVICE_TENTATIVE] = UNIT_ACTIVATING,
++[DEVICE_PLUGGED] = UNIT_ACTIVE,
+ };
+ 
+ static int device_dispatch_io(sd_event_source *source, int fd, uint32_t 
revents, void *userdata);
+@@ -63,6 +64,41 @@ static void device_unset_sysfs(Device *d) {
+ d-sysfs = NULL;
+ }
+ 
++static int device_set_sysfs(Device *d, const char *sysfs) {
++Device *first;
++char *copy;
++int r;
++
++assert(d);
++
++if (streq_ptr(d-sysfs, sysfs))
++return 0;
++
++r = hashmap_ensure_allocated(UNIT(d)-manager-devices_by_sysfs, 
string_hash_ops);
++if (r  0)
++   

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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:23:47
  Author: fyan
Revision: 131865

upgpkg: thefuck 1.24-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 04:13:00 UTC (rev 131864)
+++ PKGBUILD2015-04-22 04:23:47 UTC (rev 131865)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 07:32:06
  Author: fyan
Revision: 131871

upgpkg: fcitx-qt5 1.0.2-1

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 05:24:22 UTC (rev 131870)
+++ PKGBUILD2015-04-22 05:32:06 UTC (rev 131871)
@@ -2,16 +2,18 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=fcitx-qt5
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=Qt5 IM Module for Fcitx
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
 license=('GPL')
-depends=('fcitx' 'qt5-base=5.4.1')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.4.1')
 makedepends=('extra-cmake-modules')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha512sums=('00cf3b94bd0a5971c146b015caafb26617871bf8f87d8600eb027c66c3aea71a7c2bc54dc73e80cacd51dd502277164873efe87a97ded89d95428e9c463e2903')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('f7075d5334e29fd00c54563182c9cc4027011503aa14d577aa2fb75eb8558c385d91c939f1f21e51850c9c64fc5c396aad5b32fdcc8ddd99c46ec74bd577255d'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:24:18
  Author: fyan
Revision: 131866

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-22 04:23:47 UTC (rev 131865)
+++ PKGBUILD2015-04-22 04:24:18 UTC (rev 131866)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.23
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131865, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-22 04:24:18 UTC (rev 131866)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.24
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-22 04:23:47 UTC (rev 131865)
+++ thefuck.install 2015-04-22 04:24:18 UTC (rev 131866)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131865, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-22 04:24:18 UTC (rev 131866)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:30:55
  Author: fyan
Revision: 237886

upgpkg: python-pycparser 2.11-1

Modified:
  python-pycparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 01:10:01 UTC (rev 237885)
+++ PKGBUILD2015-04-22 04:30:55 UTC (rev 237886)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Justin Dray jus...@dray.be
 # Contributor: Alexander Rødseth rods...@gmail.com
 # Contributor: lang2 wenzhi.li...@gmail.com
@@ -6,18 +6,18 @@
 
 pkgbase=python-pycparser
 pkgname=(python-pycparser python2-pycparser)
-pkgver=2.10
-pkgrel=4
+pkgver=2.11
+pkgrel=1
 pkgdesc='C parser and AST generator written in Python'
 url='https://github.com/eliben/pycparser'
 makedepends=('python-ply' 'python2-ply' 'git')
 arch=('any')
 license=('BSD')
-source=('https://github.com/eliben/pycparser/archive/release_v2.10.zip')
-sha256sums=('1217244f882c330782f4762a1fb37cef21a929ce0123ac388e7e367c35ddbae3')
+source=(https://github.com/eliben/pycparser/archive/release_v$pkgver.zip;)
+sha256sums=('6740b0aba77521697d187d7e986cc9e838cc003ece4bcd3784760961984cee3d')
 
 prepare() {
-  cp -r pycparser-release_v${pkgver}{,-py2}
+  cp -a pycparser-release_v${pkgver}{,-py2}
 }
 
 build() {


[arch-commits] Commit in python-pycparser/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:31:27
  Author: fyan
Revision: 237887

archrelease: copy trunk to extra-any

Added:
  python-pycparser/repos/extra-any/PKGBUILD
(from rev 237886, python-pycparser/trunk/PKGBUILD)
Deleted:
  python-pycparser/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-22 04:30:55 UTC (rev 237886)
+++ PKGBUILD2015-04-22 04:31:27 UTC (rev 237887)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Justin Dray jus...@dray.be
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: lang2 wenzhi.li...@gmail.com
-
-pkgbase=python-pycparser
-pkgname=(python-pycparser python2-pycparser)
-pkgver=2.10
-pkgrel=4
-pkgdesc='C parser and AST generator written in Python'
-url='https://github.com/eliben/pycparser'
-makedepends=('python-ply' 'python2-ply' 'git')
-arch=('any')
-license=('BSD')
-source=('https://github.com/eliben/pycparser/archive/release_v2.10.zip')
-sha256sums=('1217244f882c330782f4762a1fb37cef21a929ce0123ac388e7e367c35ddbae3')
-
-prepare() {
-  cp -r pycparser-release_v${pkgver}{,-py2}
-}
-
-build() {
-  cd pycparser-release_v${pkgver}
-  python setup.py build
-
-  cd pycparser
-  python _build_tables.py
-
-  cd $srcdir/pycparser-release_v${pkgver}-py2
-  python2 setup.py build
-
-  cd pycparser
-  python2 _build_tables.py
-}
-
-package_python-pycparser() {
-  depends=('python-ply')
-
-  cd pycparser-release_v${pkgver}
-
-  python setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycparser() {
-  depends=('python2-ply')
-
-  cd pycparser-release_v${pkgver}-py2
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pycparser/repos/extra-any/PKGBUILD (from rev 237886, 
python-pycparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-22 04:31:27 UTC (rev 237887)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin Dray jus...@dray.be
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.11
+pkgrel=1
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'git')
+arch=('any')
+license=('BSD')
+source=(https://github.com/eliben/pycparser/archive/release_v$pkgver.zip;)
+sha256sums=('6740b0aba77521697d187d7e986cc9e838cc003ece4bcd3784760961984cee3d')
+
+prepare() {
+  cp -a pycparser-release_v${pkgver}{,-py2}
+}
+
+build() {
+  cd pycparser-release_v${pkgver}
+  python setup.py build
+
+  cd pycparser
+  python _build_tables.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 setup.py build
+
+  cd pycparser
+  python2 _build_tables.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser-release_v${pkgver}
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-release_v${pkgver}-py2
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 07:22:20
  Author: fyan
Revision: 131867

upgpkg: python-pymongo 3.0.1-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 04:24:18 UTC (rev 131866)
+++ PKGBUILD2015-04-22 05:22:20 UTC (rev 131867)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('1919bed7ad5d73940a6628b7420d326128dc68f3f67d4158abacff8b72a4eaa7')
+sha256sums=('d26076e838335d33d10f35f5b94a5a618a7aea5519c889b9ec473b23200b1237')
 
 prepare() {
   cp -a pymongo-$pkgver pymongo2-$pkgver


  1   2   >