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

2015-07-27 Thread Felix Yan
Date: Tuesday, July 28, 2015 @ 07:47:51
  Author: fyan
Revision: 137534

upgpkg: thefuck 2.5.6-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 05:02:57 UTC (rev 137533)
+++ PKGBUILD2015-07-28 05:47:51 UTC (rev 137534)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.4
+pkgver=2.5.6
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-27 Thread Felix Yan
Date: Tuesday, July 28, 2015 @ 07:48:19
  Author: fyan
Revision: 137535

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 05:47:51 UTC (rev 137534)
+++ PKGBUILD2015-07-28 05:48:19 UTC (rev 137535)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=2.4
-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-psutil' 'python-six' 'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck/tests
-  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 137534, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 05:48:19 UTC (rev 137535)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=2.5.6
+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-psutil' 'python-six' 'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck/tests
+  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:


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 07:59:11
  Author: arojas
Revision: 242542

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kldap/repos/
  kldap/repos/kde-unstable-i686/
  kldap/repos/kde-unstable-i686/PKGBUILD
(from rev 242541, kldap/kde-unstable/PKGBUILD)
  kldap/repos/kde-unstable-x86_64/
  kldap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242541, kldap/kde-unstable/PKGBUILD)

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

Copied: kldap/repos/kde-unstable-i686/PKGBUILD (from rev 242541, 
kldap/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 05:59:11 UTC (rev 242542)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kldap
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=LDAP access API for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa0b64a72dbaf425d2aff71492aeafd8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kldap/repos/kde-unstable-x86_64/PKGBUILD (from rev 242541, 
kldap/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 05:59:11 UTC (rev 242542)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kldap
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=LDAP access API for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa0b64a72dbaf425d2aff71492aeafd8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 13:41:50
  Author: spupykin
Revision: 137501

upgpkg: python-babel 2.0-1

upd

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 10:20:25 UTC (rev 137500)
+++ PKGBUILD2015-07-27 11:41:50 UTC (rev 137501)
@@ -4,8 +4,8 @@
 
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
-pkgver=1.3
-pkgrel=5
+pkgver=2.0
+pkgrel=1
 pkgdesc=A collection of tools for internationalizing Python applications
 url=http://babel.pocoo.org/;
 license=(BSD)
@@ -14,7 +14,7 @@
'python-setuptools' 'python2-setuptools'
'python-pytz' 'python2-pytz')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
-md5sums=('752ecd661a4002d64ba07384404a2988')
+md5sums=('fb99d9f461f64f051e56a7eaf8d801f3')
 
 package_python-babel() {
   depends=('python' 'python-pytz')


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 13:42:04
  Author: spupykin
Revision: 137502

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 11:41:50 UTC (rev 137501)
+++ PKGBUILD2015-07-27 11:42:04 UTC (rev 137502)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Giedrius Slavinskas giedriu...@gmail.com
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=1.3
-pkgrel=5
-pkgdesc=A collection of tools for internationalizing Python applications
-url=http://babel.pocoo.org/;
-license=(BSD)
-arch=('any')
-makedepends=('python' 'python2'
-   'python-setuptools' 'python2-setuptools'
-   'python-pytz' 'python2-pytz')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
-md5sums=('752ecd661a4002d64ba07384404a2988')
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd $srcdir/babel-${pkgver}
-  python3 setup.py import_cldr
-  python3 setup.py install --root=$pkgdir
-  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd $srcdir/babel-${pkgver}
-  python2 setup.py import_cldr
-  python2 setup.py install --root=$pkgdir
-  mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
-  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 137501, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 11:42:04 UTC (rev 137502)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Giedrius Slavinskas giedriu...@gmail.com
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.0
+pkgrel=1
+pkgdesc=A collection of tools for internationalizing Python applications
+url=http://babel.pocoo.org/;
+license=(BSD)
+arch=('any')
+makedepends=('python' 'python2'
+   'python-setuptools' 'python2-setuptools'
+   'python-pytz' 'python2-pytz')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mitsuhiko/babel/archive/$pkgver.tar.gz;)
+md5sums=('fb99d9f461f64f051e56a7eaf8d801f3')
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python3 setup.py import_cldr
+  python3 setup.py install --root=$pkgdir
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd $srcdir/babel-${pkgver}
+  python2 setup.py import_cldr
+  python2 setup.py install --root=$pkgdir
+  mv $pkgdir/usr/bin/pybabel $pkgdir/usr/bin/pybabel2
+  install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 16:10:19
  Author: arojas
Revision: 137504

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

Added:
  bliss-graphs/repos/community-i686/PKGBUILD
(from rev 137503, bliss-graphs/trunk/PKGBUILD)
  bliss-graphs/repos/community-i686/digraph_heuristic.patch
(from rev 137503, bliss-graphs/trunk/digraph_heuristic.patch)
  bliss-graphs/repos/community-x86_64/PKGBUILD
(from rev 137503, bliss-graphs/trunk/PKGBUILD)
  bliss-graphs/repos/community-x86_64/digraph_heuristic.patch
(from rev 137503, bliss-graphs/trunk/digraph_heuristic.patch)
Deleted:
  bliss-graphs/repos/community-i686/PKGBUILD
  bliss-graphs/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 community-i686/PKGBUILD  |   29 ---
 community-i686/digraph_heuristic.patch   |   12 
 community-x86_64/PKGBUILD|   29 ---
 community-x86_64/digraph_heuristic.patch |   12 
 5 files changed, 96 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 14:09:18 UTC (rev 137503)
+++ community-i686/PKGBUILD 2015-07-27 14:10:19 UTC (rev 137504)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bliss-graphs
-pkgver=0.72
-pkgrel=1
-pkgdesc=A library for computing automorphism groups and canonical forms of 
graphs
-arch=(i686 x86_64)
-url=http://www.tcs.tkk.fi/Software/bliss/index.html;
-license=(GPL3)
-depends=(glibc)
-source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip;)
-md5sums=('6f0e114944fa0863870b7f631850abb2')
-
-build() {
-  cd bliss-$pkgver
-
-  make
-}
-
-package() {
-  cd bliss-$pkgver
-
-  mkdir -p $pkgdir/usr/{include/bliss,lib,bin}
-  cp *.hh $pkgdir/usr/include/bliss/
-  cp libbliss.a $pkgdir/usr/lib/
-  cp bliss $pkgdir/usr/bin/
-}
-

Copied: bliss-graphs/repos/community-i686/PKGBUILD (from rev 137503, 
bliss-graphs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 14:10:19 UTC (rev 137504)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=2
+pkgdesc=A library for computing automorphism groups and canonical forms of 
graphs
+arch=(i686 x86_64)
+url=http://www.tcs.tkk.fi/Software/bliss/index.html;
+license=(GPL3)
+depends=(gcc-libs)
+source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip; 
'digraph_heuristic.patch')
+md5sums=('6f0e114944fa0863870b7f631850abb2'
+ '242e9ff299178681a211c417c2db')
+
+prepare() {
+  cd bliss-$pkgver
+# Fix splitting heuristics for digraphs
+  patch -p1 -i ../digraph_heuristic.patch
+}
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p $pkgdir/usr/{include/bliss,lib,bin}
+  cp *.hh $pkgdir/usr/include/bliss/
+  cp libbliss.a $pkgdir/usr/lib/
+  cp bliss $pkgdir/usr/bin/
+}
+

Copied: bliss-graphs/repos/community-i686/digraph_heuristic.patch (from rev 
137503, bliss-graphs/trunk/digraph_heuristic.patch)
===
--- community-i686/digraph_heuristic.patch  (rev 0)
+++ community-i686/digraph_heuristic.patch  2015-07-27 14:10:19 UTC (rev 
137504)
@@ -0,0 +1,12 @@
+--- bliss-0.72/graph.hh2011-05-12 15:29:46.0 +0200
 /home/azi/bliss-0.72/graph.hh  2014-12-30 11:14:20.917059666 +0100
+@@ -843,7 +843,7 @@
+   bool is_equitable() const;
+ 
+   /* Splitting heuristics, documented in more detail in the cc-file. */
+-  SplittingHeuristic sh;
++  SplittingHeuristic sh = shs_f;
+   Partition::Cell* find_next_cell_to_be_splitted(Partition::Cell *cell);
+   Partition::Cell* sh_first();
+   Partition::Cell* sh_first_smallest();
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-27 14:09:18 UTC (rev 137503)
+++ community-x86_64/PKGBUILD   2015-07-27 14:10:19 UTC (rev 137504)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=bliss-graphs
-pkgver=0.72
-pkgrel=1
-pkgdesc=A library for computing automorphism groups and canonical forms of 
graphs
-arch=(i686 x86_64)
-url=http://www.tcs.tkk.fi/Software/bliss/index.html;
-license=(GPL3)
-depends=(glibc)
-source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip;)
-md5sums=('6f0e114944fa0863870b7f631850abb2')
-
-build() {
-  cd bliss-$pkgver
-
-  make
-}
-
-package() {
-  cd bliss-$pkgver
-
-  mkdir -p $pkgdir/usr/{include/bliss,lib,bin}
-  cp *.hh $pkgdir/usr/include/bliss/
-  cp libbliss.a $pkgdir/usr/lib/
-  cp bliss $pkgdir/usr/bin/
-}
-

Copied: bliss-graphs/repos/community-x86_64/PKGBUILD (from rev 

[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD digraph_heuristic.patch)

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 16:09:18
  Author: arojas
Revision: 137503

Fix splitting heuristics for digraphs

Added:
  bliss-graphs/trunk/digraph_heuristic.patch
Modified:
  bliss-graphs/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 digraph_heuristic.patch |   12 
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 11:42:04 UTC (rev 137502)
+++ PKGBUILD2015-07-27 14:09:18 UTC (rev 137503)
@@ -3,15 +3,22 @@
 
 pkgname=bliss-graphs
 pkgver=0.72
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for computing automorphism groups and canonical forms of 
graphs
 arch=(i686 x86_64)
 url=http://www.tcs.tkk.fi/Software/bliss/index.html;
 license=(GPL3)
-depends=(glibc)
-source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip;)
-md5sums=('6f0e114944fa0863870b7f631850abb2')
+depends=(gcc-libs)
+source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip; 
'digraph_heuristic.patch')
+md5sums=('6f0e114944fa0863870b7f631850abb2'
+ '242e9ff299178681a211c417c2db')
 
+prepare() {
+  cd bliss-$pkgver
+# Fix splitting heuristics for digraphs
+  patch -p1 -i ../digraph_heuristic.patch
+}
+
 build() {
   cd bliss-$pkgver
 

Added: digraph_heuristic.patch
===
--- digraph_heuristic.patch (rev 0)
+++ digraph_heuristic.patch 2015-07-27 14:09:18 UTC (rev 137503)
@@ -0,0 +1,12 @@
+--- bliss-0.72/graph.hh2011-05-12 15:29:46.0 +0200
 /home/azi/bliss-0.72/graph.hh  2014-12-30 11:14:20.917059666 +0100
+@@ -843,7 +843,7 @@
+   bool is_equitable() const;
+ 
+   /* Splitting heuristics, documented in more detail in the cc-file. */
+-  SplittingHeuristic sh;
++  SplittingHeuristic sh = shs_f;
+   Partition::Cell* find_next_cell_to_be_splitted(Partition::Cell *cell);
+   Partition::Cell* sh_first();
+   Partition::Cell* sh_first_smallest();
+


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

2015-07-27 Thread Florian Pritz
Date: Monday, July 27, 2015 @ 16:55:55
  Author: bluewind
Revision: 137505

upgpkg: fb-client 1.5.0-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 14:10:19 UTC (rev 137504)
+++ PKGBUILD2015-07-27 14:55:55 UTC (rev 137505)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.4.3
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('4495a579d7855ed57149819b32782473'
+md5sums=('749c4afd3430f1bbd4bb049c590f6351'
  'SKIP')
 validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
 


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

2015-07-27 Thread Florian Pritz
Date: Monday, July 27, 2015 @ 16:56:00
  Author: bluewind
Revision: 137506

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 137505, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 137505, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 14:55:55 UTC (rev 137505)
+++ community-i686/PKGBUILD 2015-07-27 14:56:00 UTC (rev 137506)
@@ -1,29 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('4495a579d7855ed57149819b32782473'
- 'SKIP')
-validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 137505, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 14:56:00 UTC (rev 137506)
@@ -0,0 +1,29 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('749c4afd3430f1bbd4bb049c590f6351'
+ 'SKIP')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-27 14:55:55 UTC (rev 137505)
+++ community-x86_64/PKGBUILD   2015-07-27 14:56:00 UTC (rev 137506)
@@ -1,29 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('4495a579d7855ed57149819b32782473'
- 'SKIP')
-validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 137505, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-27 14:56:00 UTC (rev 137506)
@@ -0,0 +1,29 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('749c4afd3430f1bbd4bb049c590f6351'
+ 'SKIP')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-27 Thread Jaroslav Lichtblau
Date: Monday, July 27, 2015 @ 18:48:55
  Author: jlichtblau
Revision: 137510

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 137509, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 137509, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   60 
 syncthing-gtk.install |   22 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 16:48:30 UTC (rev 137509)
+++ PKGBUILD2015-07-27 16:48:55 UTC (rev 137510)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('da83aa2f2fbd7a2581696c46b6ba4919f181676c2e97b63252352ed0839addc2')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 137509, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 16:48:55 UTC (rev 137510)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.7.4.1
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f8c6dfa6c1a6bb6f6e20e5228ef5d5682901acf4a279f7ab23bf11ab34539ef8')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-07-27 16:48:30 UTC (rev 137509)
+++ syncthing-gtk.install   2015-07-27 16:48:55 UTC (rev 137510)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
137509, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-07-27 16:48:55 UTC (rev 137510)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 18:29:53
  Author: arojas
Revision: 242527

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

Added:
  kdeclarative/repos/extra-i686/PKGBUILD
(from rev 242526, kdeclarative/trunk/PKGBUILD)
  kdeclarative/repos/extra-i686/cpu-plotter.patch
(from rev 242526, kdeclarative/trunk/cpu-plotter.patch)
  kdeclarative/repos/extra-x86_64/PKGBUILD
(from rev 242526, kdeclarative/trunk/PKGBUILD)
  kdeclarative/repos/extra-x86_64/cpu-plotter.patch
(from rev 242526, kdeclarative/trunk/cpu-plotter.patch)
Deleted:
  kdeclarative/repos/extra-i686/PKGBUILD
  kdeclarative/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   82 +++
 extra-i686/PKGBUILD|   36 -
 extra-i686/cpu-plotter.patch   |   29 +
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/cpu-plotter.patch |   29 +
 5 files changed, 140 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-27 16:29:28 UTC (rev 242526)
+++ extra-i686/PKGBUILD 2015-07-27 16:29:53 UTC (rev 242527)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeclarative
-pkgver=5.12.0
-pkgrel=1
-pkgdesc='Provides integration of QML and KDE Frameworks'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdeclarative'
-license=('LGPL')
-depends=('kio' 'libepoxy' 'kpackage')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('62cb010adb59c15129743ad57fdc198a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeclarative/repos/extra-i686/PKGBUILD (from rev 242526, 
kdeclarative/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-27 16:29:53 UTC (rev 242527)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeclarative
+pkgver=5.12.0
+pkgrel=2
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdeclarative'
+license=('LGPL')
+depends=('kio' 'libepoxy' 'kpackage')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'cpu-plotter.patch')
+md5sums=('62cb010adb59c15129743ad57fdc198a'
+ '12f60b78bf77a69957349989d33ceeda')
+
+prepare() {
+  mkdir -p build
+
+# Fix high CPU usage in plotter component 
http://bugs.kde.org/show_bug.cgi?id=348385
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cpu-plotter.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeclarative/repos/extra-i686/cpu-plotter.patch (from rev 242526, 
kdeclarative/trunk/cpu-plotter.patch)
===
--- extra-i686/cpu-plotter.patch(rev 0)
+++ extra-i686/cpu-plotter.patch2015-07-27 16:29:53 UTC (rev 242527)
@@ -0,0 +1,29 @@
+From: David Edmundson k...@davidedmundson.co.uk
+Date: Mon, 27 Jul 2015 10:54:17 +
+Subject: Don't refresh the entire window when we render the plotter
+X-Git-Url: 
http://quickgit.kde.org/?p=kdeclarative.gita=commitdiffh=7a6a2cda780784e504960c96b4b41241ddf10531
+---
+Don't refresh the entire window when we render the plotter
+
+This means the window is only updated when the plotter changes, rather
+than effectively every possible frame.
+
+Reviewed by: Marco Martin
+
+CCBUG: 348385
+---
+
+
+--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
 b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
+@@ -709,9 +709,6 @@
+ 
+ // Delete the VBO
+ glDeleteBuffers(1, vbo);
+-if (window()) {
+-window()-update();
+-}
+ }
+ 
+ QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData 
*updatePaintNodeData)
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-27 16:29:28 UTC (rev 242526)
+++ extra-x86_64/PKGBUILD   2015-07-27 16:29:53 UTC (rev 

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

2015-07-27 Thread Jaroslav Lichtblau
Date: Monday, July 27, 2015 @ 18:48:30
  Author: jlichtblau
Revision: 137509

upgpkg: syncthing-gtk 0.7.4.1-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 15:44:15 UTC (rev 137508)
+++ PKGBUILD2015-07-27 16:48:30 UTC (rev 137509)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.7.4
+pkgver=0.7.4.1
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -17,7 +17,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('da83aa2f2fbd7a2581696c46b6ba4919f181676c2e97b63252352ed0839addc2')
+sha256sums=('f8c6dfa6c1a6bb6f6e20e5228ef5d5682901acf4a279f7ab23bf11ab34539ef8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in kdeclarative/trunk (PKGBUILD cpu-plotter.patch)

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 18:29:28
  Author: arojas
Revision: 242526

Fix high CPU usage in plotter component (FS#45795)

Added:
  kdeclarative/trunk/cpu-plotter.patch
Modified:
  kdeclarative/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 cpu-plotter.patch |   29 +
 2 files changed, 38 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 14:47:54 UTC (rev 242525)
+++ PKGBUILD2015-07-27 16:29:28 UTC (rev 242526)
@@ -4,7 +4,7 @@
 
 pkgname=kdeclarative
 pkgver=5.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides integration of QML and KDE Frameworks'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdeclarative'
@@ -12,11 +12,16 @@
 depends=('kio' 'libepoxy' 'kpackage')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('62cb010adb59c15129743ad57fdc198a')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'cpu-plotter.patch')
+md5sums=('62cb010adb59c15129743ad57fdc198a'
+ '12f60b78bf77a69957349989d33ceeda')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+
+# Fix high CPU usage in plotter component 
http://bugs.kde.org/show_bug.cgi?id=348385
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cpu-plotter.patch
 }
 
 build() {

Added: cpu-plotter.patch
===
--- cpu-plotter.patch   (rev 0)
+++ cpu-plotter.patch   2015-07-27 16:29:28 UTC (rev 242526)
@@ -0,0 +1,29 @@
+From: David Edmundson k...@davidedmundson.co.uk
+Date: Mon, 27 Jul 2015 10:54:17 +
+Subject: Don't refresh the entire window when we render the plotter
+X-Git-Url: 
http://quickgit.kde.org/?p=kdeclarative.gita=commitdiffh=7a6a2cda780784e504960c96b4b41241ddf10531
+---
+Don't refresh the entire window when we render the plotter
+
+This means the window is only updated when the plotter changes, rather
+than effectively every possible frame.
+
+Reviewed by: Marco Martin
+
+CCBUG: 348385
+---
+
+
+--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
 b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
+@@ -709,9 +709,6 @@
+ 
+ // Delete the VBO
+ glDeleteBuffers(1, vbo);
+-if (window()) {
+-window()-update();
+-}
+ }
+ 
+ QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData 
*updatePaintNodeData)
+


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

2015-07-27 Thread Daniel Micay
Date: Monday, July 27, 2015 @ 21:56:17
  Author: thestinger
Revision: 137522

upgpkg: gradm 3.1.201507191652-1

Modified:
  gradm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 19:37:55 UTC (rev 137521)
+++ PKGBUILD2015-07-27 19:56:17 UTC (rev 137522)
@@ -8,7 +8,7 @@
 
 pkgname=gradm
 _version=3.1
-_timestamp=201507041117
+_timestamp=201507191652
 pkgver=$_version.$_timestamp
 pkgrel=1
 pkgdesc=Administration utility for grsecurity's Role Based Access Control 
(RBAC)
@@ -20,7 +20,7 @@
 https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz.sig
 learn_config
 policy)
-sha256sums=('098e1978731d456c8c1db696fa0b67d6f1310a87a996083a1b627671b4e0c1f5'
+sha256sums=('2f14c357bf0459e502a4e108b76c3f6240aa484762d07bb1687796b9b9297a50'
 'SKIP'
 '61c3042879ec2303b713f57f751fb66a95e2cc4737fbbd6d95879829c7b7d3c0'
 '73cf31add3da55b539777d736764a40c6b30041cc259e1d0372c867b87070440')


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

2015-07-27 Thread Daniel Micay
Date: Monday, July 27, 2015 @ 21:56:55
  Author: thestinger
Revision: 137523

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

Added:
  gradm/repos/community-i686/PKGBUILD
(from rev 137522, gradm/trunk/PKGBUILD)
  gradm/repos/community-i686/learn_config
(from rev 137522, gradm/trunk/learn_config)
  gradm/repos/community-i686/policy
(from rev 137522, gradm/trunk/policy)
  gradm/repos/community-x86_64/PKGBUILD
(from rev 137522, gradm/trunk/PKGBUILD)
  gradm/repos/community-x86_64/learn_config
(from rev 137522, gradm/trunk/learn_config)
  gradm/repos/community-x86_64/policy
(from rev 137522, gradm/trunk/policy)
Deleted:
  gradm/repos/community-i686/PKGBUILD
  gradm/repos/community-i686/learn_config
  gradm/repos/community-i686/policy
  gradm/repos/community-x86_64/PKGBUILD
  gradm/repos/community-x86_64/learn_config
  gradm/repos/community-x86_64/policy

---+
 /PKGBUILD |   92 +++
 /learn_config |  336 +
 /policy   |  982 
 community-i686/PKGBUILD   |   46 -
 community-i686/learn_config   |  168 --
 community-i686/policy |  491 
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/learn_config |  168 --
 community-x86_64/policy   |  491 
 9 files changed, 1410 insertions(+), 1410 deletions(-)

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


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

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 20:40:21
  Author: arojas
Revision: 137520

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

Added:
  nauty/repos/community-i686/LICENSE
(from rev 137519, nauty/trunk/LICENSE)
  nauty/repos/community-i686/PKGBUILD
(from rev 137519, nauty/trunk/PKGBUILD)
  nauty/repos/community-x86_64/LICENSE
(from rev 137519, nauty/trunk/LICENSE)
  nauty/repos/community-x86_64/PKGBUILD
(from rev 137519, nauty/trunk/PKGBUILD)
Deleted:
  nauty/repos/community-i686/LICENSE
  nauty/repos/community-i686/PKGBUILD
  nauty/repos/community-x86_64/LICENSE
  nauty/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   18 +++
 /PKGBUILD |   72 
 community-i686/LICENSE|9 -
 community-i686/PKGBUILD   |   35 -
 community-x86_64/LICENSE  |9 -
 community-x86_64/PKGBUILD |   35 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-07-27 18:39:50 UTC (rev 137519)
+++ community-i686/LICENSE  2015-07-27 18:40:21 UTC (rev 137520)
@@ -1,9 +0,0 @@
-nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) 
Adolfo Piperno. All rights reserved. Permission is hereby given for 
-use and/or distribution with the exception of sale for profit or application 
with nontrivial military significance. You must not remove this 
-copyright notice, and you must document any changes that you make to this 
program. This software is subject to this copyright only, irrespective 
-of any copyright attached to any package of which this is a part. 
- 
-Absolutely no guarantees or warranties are made concerning the suitability, 
correctness, or any other aspect of this program. Any use is at your 
-own risk.
-The above does not apply to the file planarity.c, which is copyright to the 
Magma project, nor to the file watercluster2.c, which is copyright to 
-Gunnar Brinkmann.

Copied: nauty/repos/community-i686/LICENSE (from rev 137519, 
nauty/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-07-27 18:40:21 UTC (rev 137520)
@@ -0,0 +1,9 @@
+nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) 
Adolfo Piperno. All rights reserved. Permission is hereby given for 
+use and/or distribution with the exception of sale for profit or application 
with nontrivial military significance. You must not remove this 
+copyright notice, and you must document any changes that you make to this 
program. This software is subject to this copyright only, irrespective 
+of any copyright attached to any package of which this is a part. 
+ 
+Absolutely no guarantees or warranties are made concerning the suitability, 
correctness, or any other aspect of this program. Any use is at your 
+own risk.
+The above does not apply to the file planarity.c, which is copyright to the 
Magma project, nor to the file watercluster2.c, which is copyright to 
+Gunnar Brinkmann.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 18:39:50 UTC (rev 137519)
+++ community-i686/PKGBUILD 2015-07-27 18:40:21 UTC (rev 137520)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=nauty
-pkgver=25r9
-pkgrel=1
-pkgdesc=A program for computing automorphism groups of graphs and digraphs
-arch=('i686' 'x86_64')
-url=http://cs.anu.edu.au/~bdm/nauty/;
-license=('custom')
-depends=('glibc')
-source=(http://cs.anu.edu.au/~bdm/nauty/nauty$pkgver.tar.gz; 'LICENSE')
-md5sums=('e8ecd08b0892a1fb13329c147f08de6d'
- '228d316cce6fb60dbb8cee9068b44a31')
-
-build() {
-  cd nauty$pkgver
-
-  ./configure
-  make
-}
-
-package() {
-  cd nauty$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  for program in addedgeg amtog biplabg catg complg copyg countg deledgeg 
directg dreadnaut dretog genbg geng genrang labelg listg multig \
-   newedgeg NRswitchg pickg planarg shortg showg gentourng;
-  do
-   cp $program $pkgdir/usr/bin/nauty-$program
-  done
-
-  mkdir -p $pkgdir/usr/share/licenses/nauty
-  install $srcdir/LICENSE $pkgdir/usr/share/licenses/nauty
-}
-

Copied: nauty/repos/community-i686/PKGBUILD (from rev 137519, 
nauty/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 18:40:21 UTC (rev 137520)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=nauty
+pkgver=25r9
+pkgrel=2
+pkgdesc=A program for computing automorphism groups of graphs and digraphs
+arch=('i686' 'x86_64')

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

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 20:39:50
  Author: arojas
Revision: 137519

Remove nauty- prefix from binaries (needed by SageMath 6.8)

Modified:
  nauty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 18:29:05 UTC (rev 137518)
+++ PKGBUILD2015-07-27 18:39:50 UTC (rev 137519)
@@ -3,7 +3,7 @@
 
 pkgname=nauty
 pkgver=25r9
-pkgrel=1
+pkgrel=2
 pkgdesc=A program for computing automorphism groups of graphs and digraphs
 arch=('i686' 'x86_64')
 url=http://cs.anu.edu.au/~bdm/nauty/;
@@ -27,7 +27,7 @@
   for program in addedgeg amtog biplabg catg complg copyg countg deledgeg 
directg dreadnaut dretog genbg geng genrang labelg listg multig \
newedgeg NRswitchg pickg planarg shortg showg gentourng;
   do
-   cp $program $pkgdir/usr/bin/nauty-$program
+   cp $program $pkgdir/usr/bin/$program
   done
 
   mkdir -p $pkgdir/usr/share/licenses/nauty


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

2015-07-27 Thread Daniel Micay
Date: Monday, July 27, 2015 @ 21:37:55
  Author: thestinger
Revision: 137521

3.14.48.201507251419

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 18:40:21 UTC (rev 137520)
+++ PKGBUILD2015-07-27 19:37:55 UTC (rev 137521)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.0
-_pkgver=4.0.8
+_pkgver=4.1.3
 _grsecver=3.1
-_timestamp=201507111211
+_timestamp=201507251419
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'14487a99af8ade843f1c6c4dbc0c447a8546402bd737d30193cd4295577cbd80'
+'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
 'SKIP'
-'fdf1c7c930ba57e24af6f5bbf014a27c0c3b6a2613d9d7df4d5629be20aa3edd'
+'8e9a023a0298011c4c4b29b5a4cc5463c02bcbcfab516c612d58a84acf0b867e'
 'SKIP'
 '1c8e8af99dc69e939359d47683b031e470141665259c41d260e31feb2f52b703'
 '9e63f0a6e1466a2401356f9671a904eec52ce7324672058842fcafcb71c3bcdd'


[arch-commits] Commit in linux-grsec/repos (32 files)

2015-07-27 Thread Daniel Micay
Date: Monday, July 27, 2015 @ 23:27:00
  Author: thestinger
Revision: 137525

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137524, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137524, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137524, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 137524, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137524, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 137524, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 137524, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 137524, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 137524, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 137524, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137524, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137524, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137524, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 137524, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137524, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 137524, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 137524, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 137524, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 137524, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 137524, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /PKGBUILD  
  |  692 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15358 ++
 /config.x86_64 
  |14770 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch 
  |   48 
 community-i686/0001-block-loop-convert-to-per-device-workqueue.patch   
  |  133 
 community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  |  170 
 community-i686/PKGBUILD
  |  325 
 community-i686/bitmap-enable-booting-for-dm-md-raid1.patch 
  |   83 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7623 
 community-i686/config.x86_64

[arch-commits] Commit in avr-libc/repos (2 files)

2015-07-27 Thread Anatol Pomozov
Date: Monday, July 27, 2015 @ 23:33:47
  Author: anatolik
Revision: 137529

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 137528, avr-libc/trunk/PKGBUILD)

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

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 137528, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-27 21:33:47 UTC (rev 137529)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.1
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+makedepends=(subversion)
+options=(!strip) # it corrupts avr libraries
+# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869
+source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480)
+#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd $pkgname
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-27 Thread Anatol Pomozov
Date: Monday, July 27, 2015 @ 23:33:28
  Author: anatolik
Revision: 137528

upgpkg: avr-libc 1.8.1-4

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 21:33:23 UTC (rev 137527)
+++ PKGBUILD2015-07-27 21:33:28 UTC (rev 137528)
@@ -6,29 +6,30 @@
 
 pkgname=avr-libc
 pkgver=1.8.1
-pkgrel=2
-pkgdesc=The C runtime library for the AVR family of microcontrollers
-arch=('any')
-url=http://savannah.nongnu.org/projects/avr-libc/;
-license=('BSD')
-depends=('avr-gcc')
-options=('!strip')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
- 'SKIP')
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='http://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+makedepends=(subversion)
+options=(!strip) # it corrupts avr libraries
+# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869
+source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480)
+#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('SKIP')
 validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname
+  ./bootstrap
   ./configure --build=$(./config.guess) --host=avr --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname
+  make DESTDIR=$pkgdir install
 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in linux-grsec/trunk (7 files)

2015-07-27 Thread Daniel Micay
Date: Monday, July 27, 2015 @ 23:25:42
  Author: thestinger
Revision: 137524

upgpkg: linux-grsec 4.1.3.201507261932-1

Added:
  
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch
  linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch
Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

-+
 0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch |   48 ++
 0001-block-loop-convert-to-per-device-workqueue.patch   |  133 +++
 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch|  170 
+
 PKGBUILD|   37 +-
 bitmap-enable-booting-for-dm-md-raid1.patch |   83 
 config  |  176 
++
 config.x86_64   |  160 
++---
 7 files changed, 686 insertions(+), 121 deletions(-)

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


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

2015-07-27 Thread Anatol Pomozov
Date: Monday, July 27, 2015 @ 23:32:47
  Author: anatolik
Revision: 137526

upgpkg: avr-gcc 5.2.0-1

Modified:
  avr-gcc/trunk/PKGBUILD

--+
 PKGBUILD |   48 +++-
 1 file changed, 23 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 21:27:00 UTC (rev 137525)
+++ PKGBUILD2015-07-27 21:32:47 UTC (rev 137526)
@@ -7,26 +7,23 @@
 # Build order: avr-binutils - avr-gcc - avr-libc
 
 pkgname=avr-gcc
-_pkgname=gcc
-pkgver=4.9.2
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=2
-_snapshot=4.9-20141224
-pkgdesc=The GNU AVR Compiler Collection
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL' 'custom')
-url=http://gcc.gnu.org/;
-depends=('avr-binutils=2.25' 'gcc-libs' 'libmpc')
+pkgver=5.2.0
+pkgrel=1
+#_snapshot=5-20150519
+_islver=0.14.1
+pkgdesc='The GNU AVR Compiler Collection'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org/'
+depends=(avr-binutils gcc-libs libmpc)
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
-options=('!emptydirs' '!strip')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+options=(!emptydirs !strip)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
-sha1sums=('dcf37616b36b6f60d3a56a3a1f83754e43e59fae'
-  'ca98a91e35fb3ded10d080342065919764d6f928'
-  '2dc70313e8e2c6610b856d627bce9c9c3f848077')
+   )
+sha1sums=('fe3f5390949d47054b613edc36c557eb1d51c18e'
+  'b653327b20e807d1df3a7e2f546ea924f1e030c0')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -37,9 +34,8 @@
 build() {
 cd ${srcdir}/${_basedir} 
 
-# Link isl/cloog for in-tree builds
+# link isl for in-tree build
 ln -s ../isl-${_islver} isl
-ln -s ../cloog-${_cloogver} cloog
 
 # https://bugs.archlinux.org/task/34629
 # hack! - some configure tests for header files using $CPP $CPPFLAGS
@@ -65,7 +61,6 @@
 --enable-__cxa_atexit \
 --enable-checking=release \
 --enable-clocale=gnu \
---enable-cloog-backend=isl \
 --enable-gnu-unique-object \
 --enable-gold \
 --enable-languages=c,c++ \
@@ -84,7 +79,9 @@
 --with-gnu-ld \
 --with-ld=/usr/bin/avr-ld \
 --with-plugin-ld=ld.gold \
---with-system-zlib
+--with-system-zlib \
+--with-isl \
+--enable-gnu-indirect-function
 
 make
 }
@@ -100,8 +97,9 @@
 
 # Install Runtime Library Exception
 install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
-${pkgdir}/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION
+${pkgdir}/usr/share/licenses/avr-gcc/RUNTIME.LIBRARY.EXCEPTION
 
-rm -rf ${pkgdir}/usr/share/man/man7
-rm -rf ${pkgdir}/usr/share/info
+rm -r ${pkgdir}/usr/share/man/man7
+rm -r ${pkgdir}/usr/share/info
+rm ${pkgdir}/usr/lib/libcc1.*
 }


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

2015-07-27 Thread Anatol Pomozov
Date: Monday, July 27, 2015 @ 23:33:23
  Author: anatolik
Revision: 137527

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

Added:
  avr-gcc/repos/community-testing-i686/
  avr-gcc/repos/community-testing-i686/PKGBUILD
(from rev 137526, avr-gcc/trunk/PKGBUILD)
  avr-gcc/repos/community-testing-x86_64/
  avr-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 137526, avr-gcc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |  105 
 community-testing-x86_64/PKGBUILD |  105 
 2 files changed, 210 insertions(+)

Copied: avr-gcc/repos/community-testing-i686/PKGBUILD (from rev 137526, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-27 21:33:23 UTC (rev 137527)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# Build order: avr-binutils - avr-gcc - avr-libc
+
+pkgname=avr-gcc
+pkgver=5.2.0
+pkgrel=1
+#_snapshot=5-20150519
+_islver=0.14.1
+pkgdesc='The GNU AVR Compiler Collection'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org/'
+depends=(avr-binutils gcc-libs libmpc)
+optdepends=('avr-libc: Standard C library for Atmel AVR development')
+options=(!emptydirs !strip)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+   )
+sha1sums=('fe3f5390949d47054b613edc36c557eb1d51c18e'
+  'b653327b20e807d1df3a7e2f546ea924f1e030c0')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+build() {
+cd ${srcdir}/${_basedir} 
+
+# link isl for in-tree build
+ln -s ../isl-${_islver} isl
+
+# https://bugs.archlinux.org/task/34629
+# hack! - some configure tests for header files using $CPP $CPPFLAGS
+sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+echo ${pkgver}  gcc/BASE-VER
+
+cd ${srcdir}
+mkdir gcc-build  cd gcc-build
+
+export CFLAGS_FOR_TARGET='-O2 -pipe'
+export CXXFLAGS_FOR_TARGET='-O2 -pipe'
+
+# --disable-linker-build-id: https://bugs.archlinux.org/task/34902
+${srcdir}/${_basedir}/configure \
+--disable-install-libiberty \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-libunwind-exceptions \
+--disable-linker-build-id \
+--disable-nls \
+--disable-werror \
+--enable-__cxa_atexit \
+--enable-checking=release \
+--enable-clocale=gnu \
+--enable-gnu-unique-object \
+--enable-gold \
+--enable-languages=c,c++ \
+--enable-ld=default \
+--enable-lto \
+--enable-plugin \
+--enable-shared \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--target=avr \
+--with-as=/usr/bin/avr-as \
+--with-gnu-as \
+--with-gnu-ld \
+--with-ld=/usr/bin/avr-ld \
+--with-plugin-ld=ld.gold \
+--with-system-zlib \
+--with-isl \
+--enable-gnu-indirect-function
+
+make
+}
+
+package() {
+cd ${srcdir}/gcc-build
+
+make -j1 DESTDIR=${pkgdir} install
+
+# Strip debug symbols from libraries; without this, the package size 
balloons to ~500MB.
+find ${pkgdir}/usr/lib -type f -name *.a \
+-exec /usr/bin/avr-strip --strip-debug '{}' \;
+
+# Install Runtime Library Exception
+install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
+${pkgdir}/usr/share/licenses/avr-gcc/RUNTIME.LIBRARY.EXCEPTION
+
+rm -r ${pkgdir}/usr/share/man/man7
+rm -r ${pkgdir}/usr/share/info
+rm ${pkgdir}/usr/lib/libcc1.*
+}

Copied: avr-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 137526, 
avr-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-27 21:33:23 UTC (rev 137527)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: danst0 dan...@west.de
+
+# 

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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:32:22
  Author: arojas
Revision: 242533

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kidentitymanagement/repos/
  kidentitymanagement/repos/kde-unstable-i686/
  kidentitymanagement/repos/kde-unstable-i686/PKGBUILD
(from rev 242532, kidentitymanagement/kde-unstable/PKGBUILD)
  kidentitymanagement/repos/kde-unstable-x86_64/
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242532, kidentitymanagement/kde-unstable/PKGBUILD)

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

Copied: kidentitymanagement/repos/kde-unstable-i686/PKGBUILD (from rev 242532, 
kidentitymanagement/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:32:22 UTC (rev 242533)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kidentitymanagement
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE PIM libraries
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('99b3562a2d0d9bbb7cbb6497288b869d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242532, kidentitymanagement/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:32:22 UTC (rev 242533)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kidentitymanagement
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE PIM libraries
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('99b3562a2d0d9bbb7cbb6497288b869d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:36:56
  Author: arojas
Revision: 242534

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kcalutils/repos/
  kcalutils/repos/kde-unstable-i686/
  kcalutils/repos/kde-unstable-i686/PKGBUILD
(from rev 242533, kcalutils/kde-unstable/PKGBUILD)
  kcalutils/repos/kde-unstable-x86_64/
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242533, kcalutils/kde-unstable/PKGBUILD)

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

Copied: kcalutils/repos/kde-unstable-i686/PKGBUILD (from rev 242533, 
kcalutils/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:36:56 UTC (rev 242534)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalutils
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KDE calendar utility library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e173a147affdf3402c38f77949e9b094')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 242533, 
kcalutils/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:36:56 UTC (rev 242534)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalutils
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KDE calendar utility library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e173a147affdf3402c38f77949e9b094')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kde-syndication (5 files)

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:44:20
  Author: arojas
Revision: 242536

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-syndication/repos/
  kde-syndication/repos/kde-unstable-i686/
  kde-syndication/repos/kde-unstable-i686/PKGBUILD
(from rev 242535, kde-syndication/kde-unstable/PKGBUILD)
  kde-syndication/repos/kde-unstable-x86_64/
  kde-syndication/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242535, kde-syndication/kde-unstable/PKGBUILD)

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

Copied: kde-syndication/repos/kde-unstable-i686/PKGBUILD (from rev 242535, 
kde-syndication/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:44:20 UTC (rev 242536)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=RSS/Atom parser library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$_pkgname;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('4ff0f60a0791880632742d16726a55f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kde-syndication/repos/kde-unstable-x86_64/PKGBUILD (from rev 242535, 
kde-syndication/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:44:20 UTC (rev 242536)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=RSS/Atom parser library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$_pkgname;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('4ff0f60a0791880632742d16726a55f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:25:27
  Author: arojas
Revision: 242531

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kcalcore/repos/
  kcalcore/repos/kde-unstable-i686/
  kcalcore/repos/kde-unstable-i686/PKGBUILD
(from rev 242530, kcalcore/kde-unstable/PKGBUILD)
  kcalcore/repos/kde-unstable-x86_64/
  kcalcore/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242530, kcalcore/kde-unstable/PKGBUILD)

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

Copied: kcalcore/repos/kde-unstable-i686/PKGBUILD (from rev 242530, 
kcalcore/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:25:27 UTC (rev 242531)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalcore
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KDE calendar access library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0f6314153dce70484449807e6b1bd250')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcalcore/repos/kde-unstable-x86_64/PKGBUILD (from rev 242530, 
kcalcore/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:25:27 UTC (rev 242531)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalcore
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KDE calendar access library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0f6314153dce70484449807e6b1bd250')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:28:54
  Author: arojas
Revision: 242532

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kpimtextedit/repos/
  kpimtextedit/repos/kde-unstable-i686/
  kpimtextedit/repos/kde-unstable-i686/PKGBUILD
(from rev 242531, kpimtextedit/kde-unstable/PKGBUILD)
  kpimtextedit/repos/kde-unstable-x86_64/
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242531, kpimtextedit/kde-unstable/PKGBUILD)

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

Copied: kpimtextedit/repos/kde-unstable-i686/PKGBUILD (from rev 242531, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:28:54 UTC (rev 242532)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kpimtextedit
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A textedit with PIM-specific features
+arch=(i686 x86_64)
+url=https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('08af653459e2e5bd5696e287a598e6e9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 242531, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:28:54 UTC (rev 242532)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kpimtextedit
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A textedit with PIM-specific features
+arch=(i686 x86_64)
+url=https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('08af653459e2e5bd5696e287a598e6e9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:41:04
  Author: arojas
Revision: 242535

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kholidays/repos/
  kholidays/repos/kde-unstable-i686/
  kholidays/repos/kde-unstable-i686/PKGBUILD
(from rev 242534, kholidays/kde-unstable/PKGBUILD)
  kholidays/repos/kde-unstable-x86_64/
  kholidays/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242534, kholidays/kde-unstable/PKGBUILD)

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

Copied: kholidays/repos/kde-unstable-i686/PKGBUILD (from rev 242534, 
kholidays/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:41:04 UTC (rev 242535)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kholidays
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE library for regional holiday information
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('8edae3d11e41af4e776f0b60827d2633')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kholidays/repos/kde-unstable-x86_64/PKGBUILD (from rev 242534, 
kholidays/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:41:04 UTC (rev 242535)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kholidays
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE library for regional holiday information
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('8edae3d11e41af4e776f0b60827d2633')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (57 files)

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:07:40
  Author: arojas
Revision: 242528

KF5 PIM libraries

Added:
  akonadi-calendar/
  akonadi-calendar/kde-unstable/
  akonadi-calendar/kde-unstable/PKGBUILD
  akonadi-search/
  akonadi-search/kde-unstable/
  akonadi-search/kde-unstable/PKGBUILD
  gpgmepp/
  gpgmepp/kde-unstable/
  gpgmepp/kde-unstable/PKGBUILD
  kalarmcal/
  kalarmcal/kde-unstable/
  kalarmcal/kde-unstable/PKGBUILD
  kblog/
  kblog/kde-unstable/
  kblog/kde-unstable/PKGBUILD
  kcalcore/
  kcalcore/kde-unstable/
  kcalcore/kde-unstable/PKGBUILD
  kcalutils/
  kcalutils/kde-unstable/
  kcalutils/kde-unstable/PKGBUILD
  kcontacts/
  kcontacts/kde-unstable/
  kcontacts/kde-unstable/PKGBUILD
  kde-syndication/
  kde-syndication/kde-unstable/
  kde-syndication/kde-unstable/PKGBUILD
  kholidays/
  kholidays/kde-unstable/
  kholidays/kde-unstable/PKGBUILD
  kidentitymanagement/
  kidentitymanagement/kde-unstable/
  kidentitymanagement/kde-unstable/PKGBUILD
  kimap/
  kimap/kde-unstable/
  kimap/kde-unstable/PKGBUILD
  kldap/
  kldap/kde-unstable/
  kldap/kde-unstable/PKGBUILD
  kmailtransport/
  kmailtransport/kde-unstable/
  kmailtransport/kde-unstable/PKGBUILD
  kmbox/
  kmbox/kde-unstable/
  kmbox/kde-unstable/PKGBUILD
  kmime/
  kmime/kde-unstable/
  kmime/kde-unstable/PKGBUILD
  kontactinterface/
  kontactinterface/kde-unstable/
  kontactinterface/kde-unstable/PKGBUILD
  kpimtextedit/
  kpimtextedit/kde-unstable/
  kpimtextedit/kde-unstable/PKGBUILD
  ktnef/
  ktnef/kde-unstable/
  ktnef/kde-unstable/PKGBUILD

---+
 akonadi-calendar/kde-unstable/PKGBUILD|   32 ++
 akonadi-search/kde-unstable/PKGBUILD  |   34 
 gpgmepp/kde-unstable/PKGBUILD |   32 ++
 kalarmcal/kde-unstable/PKGBUILD   |   32 ++
 kblog/kde-unstable/PKGBUILD   |   32 ++
 kcalcore/kde-unstable/PKGBUILD|   32 ++
 kcalutils/kde-unstable/PKGBUILD   |   32 ++
 kcontacts/kde-unstable/PKGBUILD   |   32 ++
 kde-syndication/kde-unstable/PKGBUILD |   33 +++
 kholidays/kde-unstable/PKGBUILD   |   32 ++
 kidentitymanagement/kde-unstable/PKGBUILD |   32 ++
 kimap/kde-unstable/PKGBUILD   |   32 ++
 kldap/kde-unstable/PKGBUILD   |   32 ++
 kmailtransport/kde-unstable/PKGBUILD  |   32 ++
 kmbox/kde-unstable/PKGBUILD   |   32 ++
 kmime/kde-unstable/PKGBUILD   |   32 ++
 kontactinterface/kde-unstable/PKGBUILD|   32 ++
 kpimtextedit/kde-unstable/PKGBUILD|   32 ++
 ktnef/kde-unstable/PKGBUILD   |   32 ++
 19 files changed, 611 insertions(+)

Added: akonadi-calendar/kde-unstable/PKGBUILD
===
--- akonadi-calendar/kde-unstable/PKGBUILD  (rev 0)
+++ akonadi-calendar/kde-unstable/PKGBUILD  2015-07-27 23:07:40 UTC (rev 
242528)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Akonadi calendar integration
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Added: akonadi-search/kde-unstable/PKGBUILD
===
--- akonadi-search/kde-unstable/PKGBUILD(rev 0)
+++ akonadi-search/kde-unstable/PKGBUILD2015-07-27 23:07:40 UTC (rev 
242528)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=akonadi-search
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Libraries and daemons to implement searching in Akonadi
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e626035c81dd9f69f4c80db51b739d68')
+
+prepare() {
+  mkdir -p build

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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:20:47
  Author: arojas
Revision: 242530

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  gpgmepp/repos/
  gpgmepp/repos/kde-unstable-i686/
  gpgmepp/repos/kde-unstable-i686/PKGBUILD
(from rev 242529, gpgmepp/kde-unstable/PKGBUILD)
  gpgmepp/repos/kde-unstable-x86_64/
  gpgmepp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242529, gpgmepp/kde-unstable/PKGBUILD)

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

Copied: gpgmepp/repos/kde-unstable-i686/PKGBUILD (from rev 242529, 
gpgmepp/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:20:47 UTC (rev 242530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=gpgmepp
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=C++ bindings/wrapper for gpgme
+arch=(i686 x86_64)
+url=https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aec224514f8f24de7503514be9b9f121')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: gpgmepp/repos/kde-unstable-x86_64/PKGBUILD (from rev 242529, 
gpgmepp/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:20:47 UTC (rev 242530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=gpgmepp
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=C++ bindings/wrapper for gpgme
+arch=(i686 x86_64)
+url=https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aec224514f8f24de7503514be9b9f121')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:16:30
  Author: arojas
Revision: 242529

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kcontacts/repos/
  kcontacts/repos/kde-unstable-i686/
  kcontacts/repos/kde-unstable-i686/PKGBUILD
(from rev 242528, kcontacts/kde-unstable/PKGBUILD)
  kcontacts/repos/kde-unstable-x86_64/
  kcontacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242528, kcontacts/kde-unstable/PKGBUILD)

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

Copied: kcontacts/repos/kde-unstable-i686/PKGBUILD (from rev 242528, 
kcontacts/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:16:30 UTC (rev 242529)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcontacts
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Address book API for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6bf587438f8c61bbdcb63557d429ab0d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcontacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 242528, 
kcontacts/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:16:30 UTC (rev 242529)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcontacts
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Address book API for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6bf587438f8c61bbdcb63557d429ab0d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:57:49
  Author: arojas
Revision: 242539

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kimap/repos/
  kimap/repos/kde-unstable-i686/
  kimap/repos/kde-unstable-i686/PKGBUILD
(from rev 242538, kimap/kde-unstable/PKGBUILD)
  kimap/repos/kde-unstable-x86_64/
  kimap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242538, kimap/kde-unstable/PKGBUILD)

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

Copied: kimap/repos/kde-unstable-i686/PKGBUILD (from rev 242538, 
kimap/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:57:49 UTC (rev 242539)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kimap
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Job-based API for interacting with IMAP servers
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6698f3e6e870dea3cb83c5c361e80a8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kimap/repos/kde-unstable-x86_64/PKGBUILD (from rev 242538, 
kimap/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:57:49 UTC (rev 242539)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kimap
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Job-based API for interacting with IMAP servers
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6698f3e6e870dea3cb83c5c361e80a8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Balló György
Date: Tuesday, July 28, 2015 @ 02:23:16
  Author: bgyorgy
Revision: 137531

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 137530, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 137530, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 137530, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 137530, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 137530, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 137530, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 137530, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 137530, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 137530, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 137530, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  182 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   24 
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |   91 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   12 --
 community-i686/set_wheel.patch   |   56 --
 community-x86_64/PKGBUILD|   91 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   12 --
 community-x86_64/set_wheel.patch |   56 --
 15 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 00:23:04 UTC (rev 137530)
+++ community-i686/PKGBUILD 2015-07-28 00:23:16 UTC (rev 137531)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.6.13
-pkgrel=1
-pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
-arch=('i686' 'x86_64')
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-set_wheel.patch
-gnome-3.14.patch
-default-theme.patch)
-sha256sums=('f349403901bf3e84cda2ebd425dc6f58850059092775e285862067f120debe86'
-'2f0fec7d733aa19be426a0e1aecff1af451183de038d2868a2ee3195f227956e'
-'5ecce3c1617c0479ef972904944e5a58d24de31d00a527d44921e2a44d91'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to 

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

2015-07-27 Thread Dan McGee
Date: Tuesday, July 28, 2015 @ 02:46:52
  Author: dan
Revision: 242541

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 242540, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 242540, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 242540, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 242540, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 242540, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 242540, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 242540, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 242540, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 00:46:38 UTC (rev 242540)
+++ extra-i686/PKGBUILD 2015-07-28 00:46:52 UTC (rev 242541)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.4.6
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('fb2c5214f5dc90bad0a2abdd4c425df6'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 

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

2015-07-27 Thread Dan McGee
Date: Tuesday, July 28, 2015 @ 02:46:38
  Author: dan
Revision: 242540

upgpkg: git 2.5.0-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 23:57:49 UTC (rev 242539)
+++ PKGBUILD2015-07-28 00:46:38 UTC (rev 242540)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.4.6
+pkgver=2.5.0
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
 git-daemon.socket)
-md5sums=('fb2c5214f5dc90bad0a2abdd4c425df6'
+md5sums=('f108b475a0aa30e9587be4295ab0bb09'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:53:29
  Author: arojas
Revision: 242538

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kmime/repos/
  kmime/repos/kde-unstable-i686/
  kmime/repos/kde-unstable-i686/PKGBUILD
(from rev 242537, kmime/kde-unstable/PKGBUILD)
  kmime/repos/kde-unstable-x86_64/
  kmime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242537, kmime/kde-unstable/PKGBUILD)

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

Copied: kmime/repos/kde-unstable-i686/PKGBUILD (from rev 242537, 
kmime/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:53:29 UTC (rev 242538)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmime
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Library for handling mail messages and newsgroup articles
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ef14961322674ab50ede7be20a5cc71f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 242537, 
kmime/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:53:29 UTC (rev 242538)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmime
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Library for handling mail messages and newsgroup articles
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ef14961322674ab50ede7be20a5cc71f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:49:45
  Author: arojas
Revision: 242537

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kblog/repos/
  kblog/repos/kde-unstable-i686/
  kblog/repos/kde-unstable-i686/PKGBUILD
(from rev 242536, kblog/kde-unstable/PKGBUILD)
  kblog/repos/kde-unstable-x86_64/
  kblog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242536, kblog/kde-unstable/PKGBUILD)

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

Copied: kblog/repos/kde-unstable-i686/PKGBUILD (from rev 242536, 
kblog/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-27 23:49:45 UTC (rev 242537)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kblog
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A blogging library for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules-git python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('cd67e480c8810d3387fc540f617142f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kblog/repos/kde-unstable-x86_64/PKGBUILD (from rev 242536, 
kblog/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-27 23:49:45 UTC (rev 242537)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kblog
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A blogging library for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules-git python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('cd67e480c8810d3387fc540f617142f4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-27 Thread Balló György
Date: Tuesday, July 28, 2015 @ 02:23:04
  Author: bgyorgy
Revision: 137530

upgpkg: cinnamon 2.6.13-2

Add missing dependency on libkeybinder3, required for the 
cinnamon-killer-daemon.

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 21:33:47 UTC (rev 137529)
+++ PKGBUILD2015-07-28 00:23:04 UTC (rev 137530)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.6.13
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -13,7 +13,7 @@
 license=('GPL2')
 depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
  'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'


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

2015-07-27 Thread Evangelos Foutras
Date: Monday, July 27, 2015 @ 12:20:25
  Author: foutrelis
Revision: 137500

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 10:20:16 UTC (rev 137499)
+++ PKGBUILD2015-07-27 10:20:25 UTC (rev 137500)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7.3
-pkgrel=1
-pkgdesc=A simple pythonic template language written in Python
-arch=('any')
-url=http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb')
-
-build() {
-  cd $srcdir
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd $srcdir/python3-build
-
-  python3 setup.py install --root=$pkgdir -O1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jinja() {
-  depends=('python2-setuptools' 'python2-markupsafe')
-
-  cd $srcdir/python2-build
-
-  python2 setup.py install --root=$pkgdir -O1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-any/PKGBUILD (from rev 137499, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 10:20:25 UTC (rev 137500)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Peter Baldwin bald_p...@hotmail.com
+
+pkgname=('python-jinja' 'python2-jinja')
+pkgver=2.8
+pkgrel=1
+pkgdesc=A simple pythonic template language written in Python
+arch=('any')
+url=http://jinja.pocoo.org/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
+ 'python2-markupsafe')
+source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
+
+build() {
+  cd $srcdir
+
+  rm -rf python{2,3}-build
+  for builddir in python{2,3}-build; do
+cp -r Jinja2-$pkgver $builddir
+pushd $builddir
+${builddir%-build} setup.py build
+popd
+  done
+}
+
+package_python-jinja() {
+  depends=('python-setuptools' 'python-markupsafe')
+
+  cd $srcdir/python3-build
+
+  python3 setup.py install --root=$pkgdir -O1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jinja() {
+  depends=('python2-setuptools' 'python2-markupsafe')
+
+  cd $srcdir/python2-build
+
+  python2 setup.py install --root=$pkgdir -O1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-27 Thread Evangelos Foutras
Date: Monday, July 27, 2015 @ 12:20:16
  Author: foutrelis
Revision: 137499

upgpkg: python-jinja 2.8-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:58:32 UTC (rev 137498)
+++ PKGBUILD2015-07-27 10:20:16 UTC (rev 137499)
@@ -3,7 +3,7 @@
 # Contributor: Peter Baldwin bald_p...@hotmail.com
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7.3
+pkgver=2.8
 pkgrel=1
 pkgdesc=A simple pythonic template language written in Python
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
 source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb')
+sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
 
 build() {
   cd $srcdir


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

2015-07-27 Thread Daniel Micay
Date: Tuesday, July 28, 2015 @ 07:02:21
  Author: thestinger
Revision: 137532

upgpkg: paxd 30-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 00:23:16 UTC (rev 137531)
+++ PKGBUILD2015-07-28 05:02:21 UTC (rev 137532)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('f4e9740a996d97320585d0223a3d664aa3e7e782'
+sha1sums=('4684bc3d0cac1829239a2bae60fcb445c635e290'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2015-07-27 Thread Daniel Micay
Date: Tuesday, July 28, 2015 @ 07:02:57
  Author: thestinger
Revision: 137533

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 137532, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 137532, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 137532, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 137532, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   56 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   28 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   28 -
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2015-07-28 05:02:21 UTC (rev 137532)
+++ community-i686/10-enable-pax.conf   2015-07-28 05:02:57 UTC (rev 137533)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 137532, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2015-07-28 05:02:57 UTC (rev 137533)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 05:02:21 UTC (rev 137532)
+++ community-i686/PKGBUILD 2015-07-28 05:02:57 UTC (rev 137533)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=29
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-   10-enable-pax.conf)
-sha1sums=('f4e9740a996d97320585d0223a3d664aa3e7e782'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 137532, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 05:02:57 UTC (rev 137533)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=30
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+   10-enable-pax.conf)
+sha1sums=('4684bc3d0cac1829239a2bae60fcb445c635e290'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2015-07-28 05:02:21 UTC (rev 137532)
+++ community-x86_64/10-enable-pax.conf 2015-07-28 05:02:57 UTC (rev 137533)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 137532, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2015-07-28 05:02:57 UTC (rev 137533)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD

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

2015-07-27 Thread Levente Polyak
Date: Monday, July 27, 2015 @ 11:29:41
  Author: anthraxx
Revision: 137486

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

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 137485, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 137485, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/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-07-27 09:29:34 UTC (rev 137485)
+++ community-i686/PKGBUILD 2015-07-27 09:29:41 UTC (rev 137486)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.83b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 137485, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 09:29:41 UTC (rev 137486)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.84b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-27 09:29:34 UTC (rev 137485)
+++ community-x86_64/PKGBUILD   2015-07-27 09:29:41 UTC (rev 137486)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.83b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 137485, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-27 09:29:41 UTC (rev 137486)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.84b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')

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

2015-07-27 Thread Levente Polyak
Date: Monday, July 27, 2015 @ 11:29:34
  Author: anthraxx
Revision: 137485

upgpkg: afl 1.84b-1

updpkg afl 1.84b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:25:03 UTC (rev 137484)
+++ PKGBUILD2015-07-27 09:29:34 UTC (rev 137485)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.83b
+pkgver=1.84b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
+sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:32:55
  Author: spupykin
Revision: 137488

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

Added:
  ibam/repos/community-i686/03acpi-check.dpatch
(from rev 137487, ibam/trunk/03acpi-check.dpatch)
  ibam/repos/community-i686/PKGBUILD
(from rev 137487, ibam/trunk/PKGBUILD)
  ibam/repos/community-i686/ibam-0.5.2-debian-sysfs-lenovo.patch
(from rev 137487, ibam/trunk/ibam-0.5.2-debian-sysfs-lenovo.patch)
  ibam/repos/community-i686/ibam-0.5.2-sysfs.patch
(from rev 137487, ibam/trunk/ibam-0.5.2-sysfs.patch)
  ibam/repos/community-i686/ibam.install
(from rev 137487, ibam/trunk/ibam.install)
  ibam/repos/community-x86_64/03acpi-check.dpatch
(from rev 137487, ibam/trunk/03acpi-check.dpatch)
  ibam/repos/community-x86_64/PKGBUILD
(from rev 137487, ibam/trunk/PKGBUILD)
  ibam/repos/community-x86_64/ibam-0.5.2-debian-sysfs-lenovo.patch
(from rev 137487, ibam/trunk/ibam-0.5.2-debian-sysfs-lenovo.patch)
  ibam/repos/community-x86_64/ibam-0.5.2-sysfs.patch
(from rev 137487, ibam/trunk/ibam-0.5.2-sysfs.patch)
  ibam/repos/community-x86_64/ibam.install
(from rev 137487, ibam/trunk/ibam.install)
Deleted:
  ibam/repos/community-i686/03acpi-check.dpatch
  ibam/repos/community-i686/PKGBUILD
  ibam/repos/community-i686/ibam-0.5.2-sysfs.patch
  ibam/repos/community-i686/ibam.install
  ibam/repos/community-x86_64/03acpi-check.dpatch
  ibam/repos/community-x86_64/PKGBUILD
  ibam/repos/community-x86_64/ibam-0.5.2-sysfs.patch
  ibam/repos/community-x86_64/ibam.install

---+
 /03acpi-check.dpatch  |   56 +
 /PKGBUILD |   92 
 /ibam-0.5.2-sysfs.patch   |   34 +
 /ibam.install |   16 ++
 community-i686/03acpi-check.dpatch|   28 
 community-i686/PKGBUILD   |   43 ---
 community-i686/ibam-0.5.2-debian-sysfs-lenovo.patch   |   76 +
 community-i686/ibam-0.5.2-sysfs.patch |   17 --
 community-i686/ibam.install   |8 -
 community-x86_64/03acpi-check.dpatch  |   28 
 community-x86_64/PKGBUILD |   43 ---
 community-x86_64/ibam-0.5.2-debian-sysfs-lenovo.patch |   76 +
 community-x86_64/ibam-0.5.2-sysfs.patch   |   17 --
 community-x86_64/ibam.install |8 -
 14 files changed, 350 insertions(+), 192 deletions(-)

Deleted: community-i686/03acpi-check.dpatch
===
--- community-i686/03acpi-check.dpatch  2015-07-27 09:32:32 UTC (rev 137487)
+++ community-i686/03acpi-check.dpatch  2015-07-27 09:32:55 UTC (rev 137488)
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03acpi-check.dpatch by Martin Wuertele m...@debian.org
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: change detection for sysfs and sysfs variable names for 2.6.30+ kernels
-
-@DPATCH@
 ibam-0.5.2/ibam.inl.orig2010-01-03 12:17:10.0 +0100
-+++ ibam-0.5.2/ibam.inl 2010-01-03 12:17:19.0 +0100
-@@ -945,7 +945,7 @@
-string sysfs_path = /sys/class/power_supply; // ...
-ifstream pmu,acpi,sysfs;
-pmu.open((pmu_path+/info).c_str());
--   acpi.open((acpi_path+/info).c_str());
-+   acpi.open((acpi_path+/event).c_str());
-if (pmu.is_open()) {
- #ifdef IBAM_DEBUG
-   cout  using pmu  endl;
-@@ -959,7 +959,7 @@
-   acpi.close();
-   apm = new acpi_status();
-} else {
--  sysfs.open((sysfs_path+/BAT1/charge_full).c_str());
-+  sysfs.open((sysfs_path+/BAT0/present).c_str());
-   if(sysfs.is_open()) {
- #ifdef IBAM_DEBUG
-   cout  using sysfs  endl;
-

Copied: ibam/repos/community-i686/03acpi-check.dpatch (from rev 137487, 
ibam/trunk/03acpi-check.dpatch)
===
--- community-i686/03acpi-check.dpatch  (rev 0)
+++ community-i686/03acpi-check.dpatch  2015-07-27 09:32:55 UTC (rev 137488)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03acpi-check.dpatch by Martin Wuertele m...@debian.org
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: change detection for sysfs and sysfs variable names for 2.6.30+ kernels
+
+@DPATCH@
+--- ibam-0.5.2/ibam.inl.orig2010-01-03 12:17:10.0 +0100
 ibam-0.5.2/ibam.inl 2010-01-03 12:17:19.0 +0100
+@@ -945,7 +945,7 @@
+string sysfs_path = /sys/class/power_supply; // ...
+ifstream pmu,acpi,sysfs;
+pmu.open((pmu_path+/info).c_str());
+-   acpi.open((acpi_path+/info).c_str());
++   acpi.open((acpi_path+/event).c_str());
+if (pmu.is_open()) {
+ #ifdef IBAM_DEBUG
+   cout  using pmu  endl;
+@@ -959,7 +959,7 @@
+  

[arch-commits] Commit in ibam/trunk (PKGBUILD ibam-0.5.2-debian-sysfs-lenovo.patch)

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:32:32
  Author: spupykin
Revision: 137487

upgpkg: ibam 0.5.2-8

upd

Added:
  ibam/trunk/ibam-0.5.2-debian-sysfs-lenovo.patch
Modified:
  ibam/trunk/PKGBUILD

--+
 PKGBUILD |9 ++-
 ibam-0.5.2-debian-sysfs-lenovo.patch |   76 +
 2 files changed, 82 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:29:41 UTC (rev 137486)
+++ PKGBUILD2015-07-27 09:32:32 UTC (rev 137487)
@@ -5,7 +5,7 @@
 
 pkgname=ibam
 pkgver=0.5.2
-pkgrel=7
+pkgrel=8
 pkgdesc=An intelligent battery monitor
 arch=('i686' 'x86_64')
 url=http://ibam.sourceforge.net/;
@@ -16,10 +16,12 @@
 install=ibam.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
03acpi-check.dpatch
-   ibam-0.5.2-sysfs.patch)
+   ibam-0.5.2-sysfs.patch
+   ibam-0.5.2-debian-sysfs-lenovo.patch)
 md5sums=('2d5222ff504dd19e7c1ea8acc2f13cf5'
  '2f27fc97932bd59cabacbad063a13f0e'
- '2a50027f73276d91555105b713687a4d')
+ '2a50027f73276d91555105b713687a4d'
+ '49f0667537a221f9f1ab5b8a1f513adb')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,6 +31,7 @@
Makefile
   patch -p1 $srcdir/03acpi-check.dpatch
   patch -p1 $srcdir/ibam-0.5.2-sysfs.patch
+  patch -p1 $srcdir/ibam-0.5.2-debian-sysfs-lenovo.patch
 }
 
 build() {

Added: ibam-0.5.2-debian-sysfs-lenovo.patch
===
--- ibam-0.5.2-debian-sysfs-lenovo.patch(rev 0)
+++ ibam-0.5.2-debian-sysfs-lenovo.patch2015-07-27 09:32:32 UTC (rev 
137487)
@@ -0,0 +1,76 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_sysfs_lenovo.dpatch by Martin Wuertele m...@debian.org
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: add lenovo sysfs detection
+
+@DPATCH@
+
+--- ibam-0.5.2/ibam.inl.orig   2011-02-15 21:42:39.0 +0100
 ibam-0.5.2/ibam.inl2011-02-15 21:41:08.0 +0100
+@@ -540,6 +540,7 @@
+  
+  if(present)
+  {
++// try charge_full
+ in.openPath)+battery_entry-d_name)+/charge_full).c_str());
+ if(!in.fail())
+ {
+@@ -547,10 +548,19 @@
+total_capacity+=capacity;
+ }
+ in.close();
++  // try energy_full
++  in.openPath)+battery_entry-d_name)+/energy_full).c_str());
++if(!in.fail())
++{
++   incapacity;
++   total_capacity+=capacity;
++}
++in.close();
+  }
+  
+  if(present  capacity)
+  {
++// try charge_now
+ in.openPath)+battery_entry-d_name)+/charge_now).c_str());
+ if(!in.fail())
+ {
+@@ -558,10 +568,19 @@
+total_remain+=remain;
+ }
+ in.close();
+- }
++// try energy_now
++in.openPath)+battery_entry-d_name)+/energy_now).c_str());
++if(!in.fail())
++{
++   inremain;
++   total_remain+=remain;
++}
++in.close();
++}
+ 
+  if(present  capacity)
+  {
++// try current_now
+ in.openPath)+battery_entry-d_name)+/current_now).c_str());
+ if(!in.fail())
+ {
+@@ -569,7 +588,15 @@
+total_rate+=rate;
+ }
+ in.close();
+- }
++// try energy_now
++in.openPath)+battery_entry-d_name)+/energy_now).c_str());
++if(!in.fail())
++{
++   inrate;
++   total_rate+=rate;
++}
++in.close();
++}
+  
+  if(present  capacity)
+  {


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:09
  Author: spupykin
Revision: 137491

upgpkg: maven 3.3.3-2

upd

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:57:06 UTC (rev 137490)
+++ PKGBUILD2015-07-27 09:57:09 UTC (rev 137491)
@@ -4,7 +4,7 @@
 
 pkgname=maven
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A Java project management and project comprehension tool
 arch=('any')
 url=http://maven.apache.org;
@@ -36,4 +36,5 @@
   rm $pkgdir/opt/maven/*.txt
   mkdir -p $pkgdir/usr/bin
   ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
+  ln -s /opt/maven/bin/mvnDebug $pkgdir/usr/bin/mvnDebug
 }


[arch-commits] Commit in dspam/repos (24 files)

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:06
  Author: spupykin
Revision: 137490

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

Added:
  dspam/repos/community-i686/PKGBUILD
(from rev 137489, dspam/trunk/PKGBUILD)
  dspam/repos/community-i686/dspam.install
(from rev 137489, dspam/trunk/dspam.install)
  dspam/repos/community-i686/dspam.logrotated
(from rev 137489, dspam/trunk/dspam.logrotated)
  dspam/repos/community-i686/dspam.service
(from rev 137489, dspam/trunk/dspam.service)
  dspam/repos/community-i686/dspam.tmpfiles
(from rev 137489, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-i686/dspam_maintenance.cron
(from rev 137489, dspam/trunk/dspam_maintenance.cron)
  dspam/repos/community-x86_64/PKGBUILD
(from rev 137489, dspam/trunk/PKGBUILD)
  dspam/repos/community-x86_64/dspam.install
(from rev 137489, dspam/trunk/dspam.install)
  dspam/repos/community-x86_64/dspam.logrotated
(from rev 137489, dspam/trunk/dspam.logrotated)
  dspam/repos/community-x86_64/dspam.service
(from rev 137489, dspam/trunk/dspam.service)
  dspam/repos/community-x86_64/dspam.tmpfiles
(from rev 137489, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-x86_64/dspam_maintenance.cron
(from rev 137489, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-i686/PKGBUILD
  dspam/repos/community-i686/dspam.install
  dspam/repos/community-i686/dspam.logrotated
  dspam/repos/community-i686/dspam.service
  dspam/repos/community-i686/dspam.tmpfiles
  dspam/repos/community-i686/dspam_maintenance.cron
  dspam/repos/community-x86_64/PKGBUILD
  dspam/repos/community-x86_64/dspam.install
  dspam/repos/community-x86_64/dspam.logrotated
  dspam/repos/community-x86_64/dspam.service
  dspam/repos/community-x86_64/dspam.tmpfiles
  dspam/repos/community-x86_64/dspam_maintenance.cron

-+
 /PKGBUILD   |  178 ++
 /dspam.install  |   80 +
 /dspam.logrotated   |   20 +++
 /dspam.service  |   22 +++
 /dspam.tmpfiles |2 
 /dspam_maintenance.cron |   12 ++
 community-i686/PKGBUILD |   89 ---
 community-i686/dspam.install|   40 --
 community-i686/dspam.logrotated |   10 -
 community-i686/dspam.service|   11 -
 community-i686/dspam.tmpfiles   |1 
 community-i686/dspam_maintenance.cron   |6 -
 community-x86_64/PKGBUILD   |   89 ---
 community-x86_64/dspam.install  |   40 --
 community-x86_64/dspam.logrotated   |   10 -
 community-x86_64/dspam.service  |   11 -
 community-x86_64/dspam.tmpfiles |1 
 community-x86_64/dspam_maintenance.cron |6 -
 18 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 09:56:38 UTC (rev 137489)
+++ community-i686/PKGBUILD 2015-07-27 09:57:06 UTC (rev 137490)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=11
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmariadbclient: MariaDB support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support'
-   'clamav: ClamAV support'
-   'libldap: external lookup support')
-options=('zipman' 'docs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam.service
-   dspam.tmpfiles
-   dspam_maintenance.cron)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- 'cec7e3df4cbc6feca387fb516a5b3490'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea'
- 'ebfb0fec16a56f6e1a3a61ced2d5015d')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
-   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
-   --enable-split-configuration --enable-syslog --enable-clamav \
-   --with-dspam-home=/var/lib/dspam --with-logdir=/var/log/dspam 
--with-logfile=/var/log/dspam/dspam.log \
-   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
-   

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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:56:38
  Author: spupykin
Revision: 137489

upgpkg: dspam 3.10.2-12

upd

Modified:
  dspam/trunk/PKGBUILD
  dspam/trunk/dspam.install

---+
 PKGBUILD  |2 +-
 dspam.install |   12 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:32:55 UTC (rev 137488)
+++ PKGBUILD2015-07-27 09:56:38 UTC (rev 137489)
@@ -4,7 +4,7 @@
 
 pkgname=dspam
 pkgver=3.10.2
-pkgrel=11
+pkgrel=12
 pkgdesc=A scalable, open-source statistical anti-spam filter
 arch=('i686' 'x86_64')
 url=http://dspam.nuclearelephant.com/;

Modified: dspam.install
===
--- dspam.install   2015-07-27 09:32:55 UTC (rev 137488)
+++ dspam.install   2015-07-27 09:56:38 UTC (rev 137489)
@@ -18,13 +18,13 @@
  Next, you need to create a dspam user. At the same MySQL prompt:
 mysql GRANT ALL PRIVILEGES ON dspam.* TO dspam@'localhost' IDENTIFIED BY 
'passwd';
  Replacing passwd with your chosen password.
- If you want a space optimized db do:
-$ mysql -u dspam dspam -p  /var/lib/dspam/mysql/mysql_objects-space.sql
- If you want a speed optimized db do:
-$ mysql -u dspam dspam -p  /var/lib/dspam/mysql/mysql_objects-speed.sql
+ Create dspam database:
+$ mysql -u dspam dspam -p  /usr/share/dspam/mysql/mysql_objects-4.1.sql
+ Create virtual user table:
+$ mysql -u dspam dspam -p  /usr/share/dspam/mysql/virtual_users.sql
  Enter the password you set in the previous step, and the database should 
  be populated.
 
- Remember to edit /etc/dspam/dspam.conf accordenly
+ Remember to edit /etc/dspam/dspam.conf accordingly
  If you want to use the postgresql, sqlite3 or Berekely DB4 backends,
  read the documentation
 
@@ -34,7 +34,7 @@
 post_upgrade() {
   chown root:dspam usr/bin/dspam{,c}
   chown -R root:dspam etc/dspam
-  chown dspam:dspam var/log/dspam
+  chown dspam:dspam var/l{og,ib}/dspam
   chmod g+s usr/bin/dspamc
   systemd-tmpfiles --create dspam.conf
 }


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:33
  Author: spupykin
Revision: 137493

upgpkg: openshot 1.4.3-4

upd

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:57:20 UTC (rev 137492)
+++ PKGBUILD2015-07-27 09:57:33 UTC (rev 137493)
@@ -4,15 +4,16 @@
 
 pkgname=openshot
 pkgver=1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc=an open-source, non-linear video editor for Linux based on MLT 
framework
 arch=('any')
 url=http://www.openshotvideo.com/;
 license=('GPL')
 depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow')
-optdepends=('dvgrab: for IEEE digital sources'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack' 'ladspa')
+'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
 install=openshot.install
 
source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
 md5sums=('5ec82a7e8b7700ee4a359458aedf19e9')


[arch-commits] Commit in maven/repos/community-any (6 files)

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:20
  Author: spupykin
Revision: 137492

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/ChangeLog
(from rev 137491, maven/trunk/ChangeLog)
  maven/repos/community-any/PKGBUILD
(from rev 137491, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 137491, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/ChangeLog
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

---+
 ChangeLog |6 ++--
 PKGBUILD  |   79 ++--
 maven.sh  |   10 +++
 3 files changed, 48 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-07-27 09:57:09 UTC (rev 137491)
+++ ChangeLog   2015-07-27 09:57:20 UTC (rev 137492)
@@ -1,3 +0,0 @@
-2007-06-29 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Copied: maven/repos/community-any/ChangeLog (from rev 137491, 
maven/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-07-27 09:57:20 UTC (rev 137492)
@@ -0,0 +1,3 @@
+2007-06-29 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Not sure if the binary will work.. but lets try anyway

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 09:57:09 UTC (rev 137491)
+++ PKGBUILD2015-07-27 09:57:20 UTC (rev 137492)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=maven
-pkgver=3.3.3
-pkgrel=1
-pkgdesc=A Java project management and project comprehension tool
-arch=('any')
-url=http://maven.apache.org;
-license=('APACHE')
-depends=('java-environment')
-makedepends=('apache-ant')
-backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
-md5sums=('e1db3821aa39d4b98178f68467894342'
- '5ed0bddbf5c5375fe5032a76a9506426')
-
-package() {
-  cd $srcdir/apache-maven-$pkgver
-
-  . /etc/profile.d/jre.sh
-#  . /etc/profile.d/jdk.sh
-
-  mkdir -p $srcdir/repo
-  mkdir $pkgdir/opt
-  export MAVEN_OPTS=-Xmx512m
-  export M2_HOME=$pkgdir/opt/maven
-  export PATH=$PATH:$M2_HOME/bin
-
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  ant -Dmaven.repo.local=$srcdir/repo
-  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
-  rm $pkgdir/opt/maven/*.txt
-  mkdir -p $pkgdir/usr/bin
-  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
-}

Copied: maven/repos/community-any/PKGBUILD (from rev 137491, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 09:57:20 UTC (rev 137492)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=maven
+pkgver=3.3.3
+pkgrel=2
+pkgdesc=A Java project management and project comprehension tool
+arch=('any')
+url=http://maven.apache.org;
+license=('APACHE')
+depends=('java-environment')
+makedepends=('apache-ant')
+backup=('opt/maven/conf/settings.xml')
+source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
+   maven.sh)
+md5sums=('e1db3821aa39d4b98178f68467894342'
+ '5ed0bddbf5c5375fe5032a76a9506426')
+
+package() {
+  cd $srcdir/apache-maven-$pkgver
+
+  . /etc/profile.d/jre.sh
+#  . /etc/profile.d/jdk.sh
+
+  mkdir -p $srcdir/repo
+  mkdir $pkgdir/opt
+  export MAVEN_OPTS=-Xmx512m
+  export M2_HOME=$pkgdir/opt/maven
+  export PATH=$PATH:$M2_HOME/bin
+
+  # FIXME: downloads many deps from Internet. Probably they should be
+  # packaged or added into source=()
+  ant -Dmaven.repo.local=$srcdir/repo
+  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
+  rm $pkgdir/opt/maven/*.txt
+  mkdir -p $pkgdir/usr/bin
+  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
+  ln -s /opt/maven/bin/mvnDebug $pkgdir/usr/bin/mvnDebug
+}

Deleted: maven.sh
===
--- maven.sh2015-07-27 09:57:09 UTC (rev 137491)
+++ maven.sh2015-07-27 09:57:20 UTC (rev 137492)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 137491, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2015-07-27 09:57:20 UTC (rev 137492)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:58:06
  Author: spupykin
Revision: 137496

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

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

-+
 /PKGBUILD   |  132 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 -
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 -
 community-x86_64/recoll.install |   13 ---
 6 files changed, 158 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 09:57:53 UTC (rev 137495)
+++ community-i686/PKGBUILD 2015-07-27 09:58:06 UTC (rev 137496)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=recoll
-pkgver=1.20.4
-pkgrel=1
-pkgdesc=Full text search tool based on Xapian backend
-arch=('i686' 'x86_64')
-url=http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-md5sums=('bbe7fec46acc7e09de90f293cbf7b19c')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-
-  msg2 Python2 fix
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include unistd.h' utils/rclionice.cpp
-
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 137495, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 09:58:06 UTC (rev 137496)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=recoll
+pkgver=1.20.4
+pkgrel=2
+pkgdesc=Full text search tool based on Xapian backend
+arch=('i686' 'x86_64')
+url=http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw 

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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:58:32
  Author: spupykin
Revision: 137498

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 137497, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 137497, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
(from rev 137497, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
(from rev 137497, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
(from rev 137497, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 137497, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 137497, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
(from rev 137497, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 137497, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 137497, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   92 +
 /sshguard-journalctl |8 ++
 /sshguard.install|   28 ++
 /sshguard.service|   18 ++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   43 ---
 community-i686/sshguard-journalctl   |4 -
 community-i686/sshguard.install  |   14 -
 community-i686/sshguard.service  |   10 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   43 ---
 community-x86_64/sshguard-journalctl |4 -
 community-x86_64/sshguard.install|   14 -
 community-x86_64/sshguard.service|   10 ---
 15 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-07-27 09:58:11 UTC (rev 137497)
+++ community-i686/ChangeLog2015-07-27 09:58:32 UTC (rev 137498)
@@ -1,3 +0,0 @@
-2007-06-28 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 137497, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-07-27 09:58:32 UTC (rev 137498)
@@ -0,0 +1,3 @@
+2007-06-28 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 09:58:11 UTC (rev 137497)
+++ community-i686/PKGBUILD 2015-07-27 09:58:32 UTC (rev 137498)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=sshguard
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables
-arch=('i686' 'x86_64')
-url=http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-options=(zipman)
-install=sshguard.install
-source=(http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.xz;
-   sshguard.service
-   sshguard-journalctl)
-sha256sums=('dce32b1fc3fb0f8d15b6c56b9822c300434faaa87240e5373c095dc22bfa07e4'
-'45b1a5ffe4aa40024129bc492b4ca3c759cefc8094ead121925eb1a887442921'
-'a8f315d163128d4e8458c1d50c90082581092476937921cba2afb167f51cbe3f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|^DAYNO.*|DAYNO   [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  strings src/sshguard | grep -E ^`which iptables`[[:space:]] /dev/null
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0644 $srcdir/sshguard.service 
$pkgdir/usr/lib/systemd/system/sshguard.service
-  install -Dm0755 $srcdir/sshguard-journalctl 
$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 137497, 
sshguard/trunk/PKGBUILD)

[arch-commits] Commit in sshguard/trunk (PKGBUILD sshguard.service)

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:58:11
  Author: spupykin
Revision: 137497

upgpkg: sshguard 1.6.0-2

upd

Modified:
  sshguard/trunk/PKGBUILD
  sshguard/trunk/sshguard.service

--+
 PKGBUILD |5 -
 sshguard.service |3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:58:06 UTC (rev 137496)
+++ PKGBUILD2015-07-27 09:58:11 UTC (rev 137497)
@@ -4,7 +4,7 @@
 
 pkgname=sshguard
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables
 arch=('i686' 'x86_64')
 url=http://www.sshguard.net/;
@@ -18,6 +18,9 @@
 sha256sums=('dce32b1fc3fb0f8d15b6c56b9822c300434faaa87240e5373c095dc22bfa07e4'
 '45b1a5ffe4aa40024129bc492b4ca3c759cefc8094ead121925eb1a887442921'
 'a8f315d163128d4e8458c1d50c90082581092476937921cba2afb167f51cbe3f')
+sha256sums=('dce32b1fc3fb0f8d15b6c56b9822c300434faaa87240e5373c095dc22bfa07e4'
+'5be8fbec010c719b4bd8885e0d436af157800b74a6c344d6778b305fee9b4101'
+'a8f315d163128d4e8458c1d50c90082581092476937921cba2afb167f51cbe3f')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: sshguard.service
===
--- sshguard.service2015-07-27 09:58:06 UTC (rev 137496)
+++ sshguard.service2015-07-27 09:58:11 UTC (rev 137497)
@@ -1,7 +1,6 @@
 [Unit]
 Description=Block hacking attempts
-After=iptables.service ip6tables.service ufw.service network.target
-#Wants=iptables.service ip6tables.service ufw.service
+After=iptables.service ip6tables.service ufw.service shorewall.service 
shorewall6.service network.target
 
 [Service]
 ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b 
/var/db/sshguard/blacklist.db SYSLOG_FACILITY=4 SYSLOG_FACILITY=10


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:53
  Author: spupykin
Revision: 137495

upgpkg: recoll 1.20.4-2

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:57:42 UTC (rev 137494)
+++ PKGBUILD2015-07-27 09:57:53 UTC (rev 137495)
@@ -7,7 +7,7 @@
 
 pkgname=recoll
 pkgver=1.20.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Full text search tool based on Xapian backend
 arch=('i686' 'x86_64')
 url=http://www.lesbonscomptes.com/recoll/;
@@ -33,20 +33,25 @@
 source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
 md5sums=('bbe7fec46acc7e09de90f293cbf7b19c')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-${pkgver/_/}
+  export PYTHON=/usr/bin/python2
 
-  msg2 Python2 fix
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  for file in rclchm rclexecm.py rclics rclpython rclzip rclaudio rclinfo 
rclkar \
+  rcllatinclass.py rclwar rclrar ppt-dump.py rcldia rclepub 
rclmpdf \
+  rcltar xls-dump.py xlsxmltocsv.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' filters/$file
   done
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
doc/user/usermanual.html
   sed -i 's_python$_python2_' desktop/hotrecoll.py
   sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
 
   sed -i '1,1i#include unistd.h' utils/rclionice.cpp
+}
 
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  msg2 Python2 fix
   QMAKE=qmake-qt4 ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man
@@ -55,7 +60,6 @@
 
 package() {
   cd $srcdir/$pkgname-${pkgver/_/}
-
   make DESTDIR=$pkgdir install
 }
 


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:57:42
  Author: spupykin
Revision: 137494

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   47 ---
 openshot.install |   24 
 2 files changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 09:57:33 UTC (rev 137493)
+++ PKGBUILD2015-07-27 09:57:42 UTC (rev 137494)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Asa Marco marcoasa90[at]gmail[.]com
-
-pkgname=openshot
-pkgver=1.4.3
-pkgrel=3
-pkgdesc=an open-source, non-linear video editor for Linux based on MLT 
framework
-arch=('any')
-url=http://www.openshotvideo.com/;
-license=('GPL')
-depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow')
-optdepends=('dvgrab: for IEEE digital sources'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack' 'ladspa')
-install=openshot.install
-source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('5ec82a7e8b7700ee4a359458aedf19e9')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 137493, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 09:57:42 UTC (rev 137494)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Asa Marco marcoasa90[at]gmail[.]com
+
+pkgname=openshot
+pkgver=1.4.3
+pkgrel=4
+pkgdesc=an open-source, non-linear video editor for Linux based on MLT 
framework
+arch=('any')
+url=http://www.openshotvideo.com/;
+license=('GPL')
+depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+install=openshot.install
+source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('5ec82a7e8b7700ee4a359458aedf19e9')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: openshot.install
===
--- openshot.install2015-07-27 09:57:33 UTC (rev 137493)
+++ openshot.install2015-07-27 09:57:42 UTC (rev 137494)
@@ -1,12 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: openshot/repos/community-any/openshot.install (from rev 137493, 
openshot/trunk/openshot.install)
===
--- openshot.install(rev 0)
+++ openshot.install2015-07-27 09:57:42 UTC (rev 137494)
@@ -0,0 +1,12 @@
+post_install() {
+update-mime-database usr/share/mime /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:19:55
  Author: spupykin
Revision: 137477

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:19:30 UTC (rev 137476)
+++ PKGBUILD2015-07-27 09:19:55 UTC (rev 137477)
@@ -18,8 +18,7 @@
 perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
 perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
 perl-data-dumper perl-math-random-isaac perl-email-sender 
perl-test-taint)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
+optdepends=('perl-dbd-pg'
'perl-dbd-mysql'
'perl-dbd-oracle'
'python2'


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:20:15
  Author: spupykin
Revision: 137478

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:19:55 UTC (rev 137477)
+++ PKGBUILD2015-07-27 09:20:15 UTC (rev 137478)
@@ -10,7 +10,6 @@
 license=('GPL')
 url=http://awstats.sourceforge.net/;
 depends=('perl')
-optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: 
if you are using lighttpd as your HTTP server')
 backup=('etc/awstats/awstats.model.conf'
'etc/httpd/conf/extra/httpd-awstats.conf')
 #source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:24:24
  Author: spupykin
Revision: 137480

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 09:24:03 UTC (rev 137479)
+++ community-i686/PKGBUILD 2015-07-27 09:24:24 UTC (rev 137480)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.5.0
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://gmic.eu/files/source/gmic_$pkgver.tar.gz;)
-md5sums=('1f7d91146455f872b94828c6aa6dfc6c')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(opencv fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(opencv gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 137479, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 09:24:24 UTC (rev 137480)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.6.5.1
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://gmic.eu/files/source/gmic_$pkgver.tar.gz;)
+md5sums=('547f70801886fdc02b2b0ddadb3f7d2e')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(opencv fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(opencv gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  

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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:24:54
  Author: spupykin
Revision: 137483

upgpkg: punbb 1.4.3-1

upd

Modified:
  punbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:24:50 UTC (rev 137482)
+++ PKGBUILD2015-07-27 09:24:54 UTC (rev 137483)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=punbb
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.4.3
+pkgrel=1
 pkgdesc=forum engine
 arch=('any')
 url=http://punbb.informer.com;
@@ -13,7 +13,7 @@
 backup=('etc/webapps/punbb/.htaccess')
 source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip
 
pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz)
-md5sums=('656dac6cf627f37d8dce1f0467c60530'
+md5sums=('a9d8b2c65cc209dcfbf4fca8982fdb64'
  'a0c33628608e429345a0eef789db68ac')
 
 package() {


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:25:03
  Author: spupykin
Revision: 137484

archrelease: copy trunk to community-any

Added:
  punbb/repos/community-any/PKGBUILD
(from rev 137483, punbb/trunk/PKGBUILD)
Deleted:
  punbb/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 09:24:54 UTC (rev 137483)
+++ PKGBUILD2015-07-27 09:25:03 UTC (rev 137484)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=punbb
-pkgver=1.4.2
-pkgrel=4
-pkgdesc=forum engine
-arch=('any')
-url=http://punbb.informer.com;
-license=(GPL)
-depends=('php')
-backup=('etc/webapps/punbb/.htaccess')
-source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip
-
pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz)
-md5sums=('656dac6cf627f37d8dce1f0467c60530'
- 'a0c33628608e429345a0eef789db68ac')
-
-package() {
-  cd $srcdir
-  install -dm0755 $pkgdir/usr/share/webapps
-  install -dm0755 $pkgdir/etc/webapps/punbb
-  install -dm0755 $pkgdir/var/lib
-  install -dm0755 $pkgdir/var/cache
-
-  cp -r punbb-$pkgver $pkgdir/usr/share/webapps/punbb
-  cp -r $srcdir/pun_antispam $pkgdir/usr/share/webapps/punbb/extensions
-
-  cd $pkgdir/usr/share/webapps/punbb
-
-  echo deny from all $pkgdir/etc/webapps/punbb/.htaccess
-  ln -s /etc/webapps/punbb/.htaccess .htaccess
-
-  mv img/avatars $pkgdir/var/lib/punbb
-  ln -s /var/lib/punbb img/avatars
-  mv cache $pkgdir/var/cache/punbb
-  ln -s /var/cache/punbb cache
-
-  cd $pkgdir
-  find -type d -exec chmod 0755 {} \;
-  find -type f -exec chmod 0644 {} \;
-  chown http:http $pkgdir/var/{lib,cache}/punbb
-}

Copied: punbb/repos/community-any/PKGBUILD (from rev 137483, 
punbb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 09:25:03 UTC (rev 137484)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=punbb
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=forum engine
+arch=('any')
+url=http://punbb.informer.com;
+license=(GPL)
+depends=('php')
+backup=('etc/webapps/punbb/.htaccess')
+source=(http://punbb.informer.com/download/$pkgname-$pkgver.zip
+
pun_antispam-$pkgver.tgz::http://punbb.informer.com/extensions/pun_antispam/pun_antispam.tgz)
+md5sums=('a9d8b2c65cc209dcfbf4fca8982fdb64'
+ 'a0c33628608e429345a0eef789db68ac')
+
+package() {
+  cd $srcdir
+  install -dm0755 $pkgdir/usr/share/webapps
+  install -dm0755 $pkgdir/etc/webapps/punbb
+  install -dm0755 $pkgdir/var/lib
+  install -dm0755 $pkgdir/var/cache
+
+  cp -r punbb-$pkgver $pkgdir/usr/share/webapps/punbb
+  cp -r $srcdir/pun_antispam $pkgdir/usr/share/webapps/punbb/extensions
+
+  cd $pkgdir/usr/share/webapps/punbb
+
+  echo deny from all $pkgdir/etc/webapps/punbb/.htaccess
+  ln -s /etc/webapps/punbb/.htaccess .htaccess
+
+  mv img/avatars $pkgdir/var/lib/punbb
+  ln -s /var/lib/punbb img/avatars
+  mv cache $pkgdir/var/cache/punbb
+  ln -s /var/cache/punbb cache
+
+  cd $pkgdir
+  find -type d -exec chmod 0755 {} \;
+  find -type f -exec chmod 0644 {} \;
+  chown http:http $pkgdir/var/{lib,cache}/punbb
+}


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:24:50
  Author: spupykin
Revision: 137482

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

Added:
  gnunet/repos/community-i686/PKGBUILD
(from rev 137481, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-i686/defaults.conf
(from rev 137481, gnunet/trunk/defaults.conf)
  gnunet/repos/community-i686/gnunet.service
(from rev 137481, gnunet/trunk/gnunet.service)
  gnunet/repos/community-x86_64/PKGBUILD
(from rev 137481, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-x86_64/defaults.conf
(from rev 137481, gnunet/trunk/defaults.conf)
  gnunet/repos/community-x86_64/gnunet.service
(from rev 137481, gnunet/trunk/gnunet.service)
Deleted:
  gnunet/repos/community-i686/PKGBUILD
  gnunet/repos/community-i686/defaults.conf
  gnunet/repos/community-i686/gnunet.service
  gnunet/repos/community-x86_64/PKGBUILD
  gnunet/repos/community-x86_64/defaults.conf
  gnunet/repos/community-x86_64/gnunet.service

-+
 /PKGBUILD   |   94 +++
 /defaults.conf  |  966 ++
 /gnunet.service |   20 
 community-i686/PKGBUILD |   43 -
 community-i686/defaults.conf|  483 ---
 community-i686/gnunet.service   |   10 
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/defaults.conf  |  483 ---
 community-x86_64/gnunet.service |   10 
 9 files changed, 1080 insertions(+), 1072 deletions(-)

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


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:24:03
  Author: spupykin
Revision: 137479

upgpkg: gmic 1.6.5.1-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:20:15 UTC (rev 137478)
+++ PKGBUILD2015-07-27 09:24:03 UTC (rev 137479)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.5.0
+pkgver=1.6.5.1
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.eu/;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 source=(http://gmic.eu/files/source/gmic_$pkgver.tar.gz;)
-md5sums=('1f7d91146455f872b94828c6aa6dfc6c')
+md5sums=('547f70801886fdc02b2b0ddadb3f7d2e')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:24:34
  Author: spupykin
Revision: 137481

upgpkg: gnunet 0.10.1-4

upd

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:24:24 UTC (rev 137480)
+++ PKGBUILD2015-07-27 09:24:34 UTC (rev 137481)
@@ -4,7 +4,7 @@
 
 pkgname=gnunet
 pkgver=0.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A framework for secure peer-to-peer networking
 arch=('i686' 'x86_64')
 url=http://gnunet.org;
@@ -30,13 +30,17 @@
 build() {
   cd $srcdir/gnunet-${pkgver/_/}
   sed -i 's|contrib doc|doc|' Makefile.*
-  [ -f Makefile ] || ./configure --prefix=/usr --without-mysql
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql \
+--with-nssdir=/usr/lib
   make
+  make -C contrib
 }
 
 package() {
   cd $srcdir/gnunet-${pkgver/_/}
   make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C contrib install
   install -D -m0644 $srcdir/defaults.conf $pkgdir/etc/gnunetd.conf
   rm -rf $pkgdir/usr/include/libltdl $pkgdir/usr/lib/libltdl.* 
$pkgdir/usr/include/ltdl.h
   install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service