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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 09:21:34
  Author: arojas
Revision: 242110

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

Added:
  qca-qt5/repos/extra-i686/PKGBUILD
(from rev 242109, qca-qt5/trunk/PKGBUILD)
  qca-qt5/repos/extra-x86_64/PKGBUILD
(from rev 242109, qca-qt5/trunk/PKGBUILD)
Deleted:
  qca-qt5/repos/extra-i686/PKGBUILD
  qca-qt5/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   36 -
 extra-x86_64/PKGBUILD |   36 -
 3 files changed, 82 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-11 07:21:10 UTC (rev 242109)
+++ extra-i686/PKGBUILD 2015-07-11 07:21:34 UTC (rev 242110)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-# Contributor: Christian Bühler christian.bueh...@ipoplan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qca-qt5
-pkgver=2.1.0.3
-pkgrel=1
-pkgdesc=Qt Cryptographic Architecture
-arch=('i686' 'x86_64')
-url=http://delta.affinix.com/qca/;
-license=('LGPL')
-depends=('nss' 'qt5-base')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e29cc1d8f0292eb28e20b216f52d60fc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DQCA_SUFFIX=qt5 \
--DQCA_INSTALL_IN_QT_PREFIX=ON
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: qca-qt5/repos/extra-i686/PKGBUILD (from rev 242109, 
qca-qt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-11 07:21:34 UTC (rev 242110)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+# Contributor: Christian Bühler christian.bueh...@ipoplan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca-qt5
+pkgver=2.1.0.3
+pkgrel=1
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('nss' 'qt5-base')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+ '5ea7bcb072e72b28e37b1a1d897c9362')
+
+prepare() {
+  mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qiodevice.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DQCA_SUFFIX=qt5 \
+-DQCA_INSTALL_IN_QT_PREFIX=ON
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-11 07:21:10 UTC (rev 242109)
+++ extra-x86_64/PKGBUILD   2015-07-11 07:21:34 UTC (rev 242110)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-# Contributor: Christian Bühler christian.bueh...@ipoplan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qca-qt5
-pkgver=2.1.0.3
-pkgrel=1
-pkgdesc=Qt Cryptographic Architecture
-arch=('i686' 'x86_64')
-url=http://delta.affinix.com/qca/;
-license=('LGPL')
-depends=('nss' 'qt5-base')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e29cc1d8f0292eb28e20b216f52d60fc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DQCA_SUFFIX=qt5 \
--DQCA_INSTALL_IN_QT_PREFIX=ON
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: qca-qt5/repos/extra-x86_64/PKGBUILD (from rev 242109, 
qca-qt5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-11 07:21:34 UTC (rev 242110)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+# Contributor: Christian Bühler christian.bueh...@ipoplan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca-qt5
+pkgver=2.1.0.3
+pkgrel=1
+pkgdesc=Qt Cryptographic Architecture

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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 09:22:19
  Author: arojas
Revision: 242112

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

Added:
  qca-qt5/repos/extra-i686/PKGBUILD
(from rev 242111, qca-qt5/trunk/PKGBUILD)
  qca-qt5/repos/extra-i686/qiodevice.patch
(from rev 242111, qca-qt5/trunk/qiodevice.patch)
  qca-qt5/repos/extra-x86_64/PKGBUILD
(from rev 242111, qca-qt5/trunk/PKGBUILD)
  qca-qt5/repos/extra-x86_64/qiodevice.patch
(from rev 242111, qca-qt5/trunk/qiodevice.patch)
Deleted:
  qca-qt5/repos/extra-i686/PKGBUILD
  qca-qt5/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 extra-i686/PKGBUILD  |   41 
 extra-i686/qiodevice.patch   |   23 +++
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/qiodevice.patch |   23 +++
 5 files changed, 128 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-11 07:22:09 UTC (rev 242111)
+++ extra-i686/PKGBUILD 2015-07-11 07:22:19 UTC (rev 242112)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-# Contributor: Christian Bühler christian.bueh...@ipoplan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qca-qt5
-pkgver=2.1.0.3
-pkgrel=1
-pkgdesc=Qt Cryptographic Architecture
-arch=('i686' 'x86_64')
-url=http://delta.affinix.com/qca/;
-license=('LGPL')
-depends=('nss' 'qt5-base')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
-md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
- '5ea7bcb072e72b28e37b1a1d897c9362')
-
-prepare() {
-  mkdir -p build
-
-# Add missing include, fixes build with Qt 5.5
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/qiodevice.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DQCA_SUFFIX=qt5 \
--DQCA_INSTALL_IN_QT_PREFIX=ON
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: qca-qt5/repos/extra-i686/PKGBUILD (from rev 242111, 
qca-qt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-11 07:22:19 UTC (rev 242112)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+# Contributor: Christian Bühler christian.bueh...@ipoplan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca-qt5
+pkgver=2.1.0.3
+pkgrel=1
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('nss' 'qt5-base')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+ '5ea7bcb072e72b28e37b1a1d897c9362')
+
+prepare() {
+  mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qiodevice.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DQCA_SUFFIX=qt5 \
+-DQCA_INSTALL_IN_QT_PREFIX=ON
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: qca-qt5/repos/extra-i686/qiodevice.patch (from rev 242111, 
qca-qt5/trunk/qiodevice.patch)
===
--- extra-i686/qiodevice.patch  (rev 0)
+++ extra-i686/qiodevice.patch  2015-07-11 07:22:19 UTC (rev 242112)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Sat, 17 Jan 2015 19:12:18 +
+Subject: Add missing QIODevice include
+X-Git-Url: 
http://quickgit.kde.org/?p=qca.gita=commitdiffh=7207e6285e932044cd66d49d0dc484666cfb0092
+---
+Add missing QIODevice include
+
+Fixes build with Qt 5.5
+---
+
+
+--- a/include/QtCrypto/qca_basic.h
 b/include/QtCrypto/qca_basic.h
+@@ -35,6 +35,8 @@
+ 
+ #include qca_core.h
+ 
++#include QIODevice
++
+ // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
+ // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
+ // Defining it here as QString::fromUtf8 for convenience.
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-11 07:22:09 UTC (rev 242111)
+++ extra-x86_64/PKGBUILD   2015-07-11 07:22:19 UTC (rev 242112)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Antonio Rojas 

[arch-commits] Commit in qca-qt5/trunk (qiodevice.patch)

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 09:22:09
  Author: arojas
Revision: 242111

Add patch

Added:
  qca-qt5/trunk/qiodevice.patch

-+
 qiodevice.patch |   23 +++
 1 file changed, 23 insertions(+)

Added: qiodevice.patch
===
--- qiodevice.patch (rev 0)
+++ qiodevice.patch 2015-07-11 07:22:09 UTC (rev 242111)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Sat, 17 Jan 2015 19:12:18 +
+Subject: Add missing QIODevice include
+X-Git-Url: 
http://quickgit.kde.org/?p=qca.gita=commitdiffh=7207e6285e932044cd66d49d0dc484666cfb0092
+---
+Add missing QIODevice include
+
+Fixes build with Qt 5.5
+---
+
+
+--- a/include/QtCrypto/qca_basic.h
 b/include/QtCrypto/qca_basic.h
+@@ -35,6 +35,8 @@
+ 
+ #include qca_core.h
+ 
++#include QIODevice
++
+ // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
+ // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
+ // Defining it here as QString::fromUtf8 for convenience.
+


[arch-commits] Commit in kadu/trunk (PKGBUILD qdatastream.patch)

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 12:10:15
  Author: arojas
Revision: 136692

Fix build with Qt 5.5

Added:
  kadu/trunk/qdatastream.patch
Modified:
  kadu/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 qdatastream.patch |   11 +++
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 08:12:28 UTC (rev 136691)
+++ PKGBUILD2015-07-11 10:10:15 UTC (rev 136692)
@@ -16,8 +16,9 @@
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
  'qt5-tools')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('b40f95123b1167c51c26bee8d56577d2')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch)
+md5sums=('b40f95123b1167c51c26bee8d56577d2'
+ '289814966b21db02efab4125eec41b74')
 
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
@@ -25,6 +26,10 @@
 
 # Fix build with coinstallable Qca-qt5
   sed -i 's|QtCrypto/QtCrypto|Qca-qt5/QtCrypto/QtCrypto|g' 
$pkgname-$pkgver/kadu-core/main.cpp
+
+# Fix build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qdatastream.patch
 }
 
 build() {

Added: qdatastream.patch
===
--- qdatastream.patch   (rev 0)
+++ qdatastream.patch   2015-07-11 10:10:15 UTC (rev 136692)
@@ -0,0 +1,11 @@
+diff -ru kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp 
kadu-2.1/kadu-core/os/single-application/single-application.cpp
+--- kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp   
2015-07-11 11:49:28.020701056 +0200
 kadu-2.1/kadu-core/os/single-application/single-application.cpp
2015-07-11 11:50:30.834040618 +0200
+@@ -26,6 +26,7 @@
+ #include long-lived-lock-file.h
+ 
+ #include QtCore/QCoreApplication
++#include QtCore/QDataStream
+ #include QtCore/QDir
+ #include QtCore/QRegExp
+ #include QtNetwork/QLocalServer


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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 12:11:40
  Author: arojas
Revision: 136693

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

Added:
  kadu/repos/community-i686/PKGBUILD
(from rev 136692, kadu/trunk/PKGBUILD)
  kadu/repos/community-i686/kadu.install
(from rev 136692, kadu/trunk/kadu.install)
  kadu/repos/community-i686/qdatastream.patch
(from rev 136692, kadu/trunk/qdatastream.patch)
  kadu/repos/community-x86_64/PKGBUILD
(from rev 136692, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu.install
(from rev 136692, kadu/trunk/kadu.install)
  kadu/repos/community-x86_64/qdatastream.patch
(from rev 136692, kadu/trunk/qdatastream.patch)
Deleted:
  kadu/repos/community-i686/PKGBUILD
  kadu/repos/community-i686/kadu.install
  kadu/repos/community-x86_64/PKGBUILD
  kadu/repos/community-x86_64/kadu.install

+
 /PKGBUILD  |  102 +++
 /kadu.install  |   24 
 community-i686/PKGBUILD|   46 ---
 community-i686/kadu.install|   12 
 community-i686/qdatastream.patch   |   11 +++
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/kadu.install  |   12 
 community-x86_64/qdatastream.patch |   11 +++
 8 files changed, 148 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-11 10:10:15 UTC (rev 136692)
+++ community-i686/PKGBUILD 2015-07-11 10:11:40 UTC (rev 136693)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=kadu
-pkgver=2.1
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5' 'libidn'
- 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-quick1' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('b40f95123b1167c51c26bee8d56577d2')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-
-# Fix build with coinstallable Qca-qt5
-  sed -i 's|QtCrypto/QtCrypto|Qca-qt5/QtCrypto/QtCrypto|g' 
$pkgname-$pkgver/kadu-core/main.cpp
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
-  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 136692, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-11 10:11:40 UTC (rev 136693)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=2.1
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5' 'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch)
+md5sums=('b40f95123b1167c51c26bee8d56577d2'
+ '289814966b21db02efab4125eec41b74')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+
+# Fix build with coinstallable Qca-qt5
+  sed -i 's|QtCrypto/QtCrypto|Qca-qt5/QtCrypto/QtCrypto|g' 
$pkgname-$pkgver/kadu-core/main.cpp
+
+# Fix build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qdatastream.patch
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
+  chrpath -d 

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

2015-07-11 Thread Tobias Powalowski
Date: Saturday, July 11, 2015 @ 13:54:33
  Author: tpowa
Revision: 242117

upgpkg: gettext 0.19.5-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 10:23:21 UTC (rev 242116)
+++ PKGBUILD2015-07-11 11:54:33 UTC (rev 242117)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.19.4
+pkgver=0.19.5
 pkgrel=1
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
@@ -31,5 +31,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
+md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb'
  'SKIP')


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

2015-07-11 Thread Tobias Powalowski
Date: Saturday, July 11, 2015 @ 13:54:43
  Author: tpowa
Revision: 242118

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

Added:
  gettext/repos/testing-i686/
  gettext/repos/testing-i686/PKGBUILD
(from rev 242117, gettext/trunk/PKGBUILD)
  gettext/repos/testing-i686/gettext.install
(from rev 242117, gettext/trunk/gettext.install)
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 242117, gettext/trunk/PKGBUILD)
  gettext/repos/testing-x86_64/gettext.install
(from rev 242117, gettext/trunk/gettext.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 242117, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 11:54:43 UTC (rev 242118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.5
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb'
+ 'SKIP')

Copied: gettext/repos/testing-i686/gettext.install (from rev 242117, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2015-07-11 11:54:43 UTC (rev 242118)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 242117, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-11 11:54:43 UTC (rev 242118)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.5
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb'
+ 'SKIP')

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 242117, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2015-07-11 11:54:43 UTC (rev 242118)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in balsa/repos/community-i686 (6 files)

2015-07-11 Thread Jaroslav Lichtblau
Date: Saturday, July 11, 2015 @ 14:06:01
  Author: jlichtblau
Revision: 136698

archrelease: copy trunk to community-i686

Added:
  balsa/repos/community-i686/PKGBUILD
(from rev 136697, balsa/trunk/PKGBUILD)
  balsa/repos/community-i686/balsa.changelog
(from rev 136697, balsa/trunk/balsa.changelog)
  balsa/repos/community-i686/balsa.install
(from rev 136697, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-i686/PKGBUILD
  balsa/repos/community-i686/balsa.changelog
  balsa/repos/community-i686/balsa.install

-+
 PKGBUILD|   90 +++---
 balsa.changelog |7 +++-
 balsa.install   |   24 +++---
 3 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-11 12:05:07 UTC (rev 136697)
+++ PKGBUILD2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.1
-pkgrel=2
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-i686/PKGBUILD (from rev 136697, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-11 12:06:01 UTC (rev 136698)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.2
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-ssl \
+  --with-gpgme=gpgme-config \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-gtkspell \
+  --with-rubrica \
+  --with-sqlite \
+  --without-nm \
+  --without-gnome \
+  --with-html-widget=webkit
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Deleted: balsa.changelog
===
--- balsa.changelog 2015-07-11 12:05:07 UTC (rev 136697)
+++ balsa.changelog 2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,2 +0,0 @@
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * balsa 2.5.1-1

Copied: balsa/repos/community-i686/balsa.changelog (from rev 136697, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2015-07-11 12:06:01 UTC (rev 136698)
@@ -0,0 +1,5 @@
+2015-07-11 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * balsa 2.5.1-1

Deleted: balsa.install
===
--- balsa.install   2015-07-11 12:05:07 UTC (rev 136697)
+++ balsa.install   2015-07-11 12:06:01 UTC (rev 136698)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-

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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 09:21:10
  Author: arojas
Revision: 242109

Fix build with Qt 5.5

Modified:
  qca-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 02:59:47 UTC (rev 242108)
+++ PKGBUILD2015-07-11 07:21:10 UTC (rev 242109)
@@ -14,11 +14,16 @@
 license=('LGPL')
 depends=('nss' 'qt5-base')
 makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e29cc1d8f0292eb28e20b216f52d60fc')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+ '5ea7bcb072e72b28e37b1a1d897c9362')
 
 prepare() {
   mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qiodevice.patch
 }
 
 build() {


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

2015-07-11 Thread Jonathan Steel
Date: Saturday, July 11, 2015 @ 10:12:28
  Author: jsteel
Revision: 136691

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

Added:
  vagrant/repos/community-testing-i686/
  vagrant/repos/community-testing-i686/PKGBUILD
(from rev 136690, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-testing-x86_64/
  vagrant/repos/community-testing-x86_64/PKGBUILD
(from rev 136690, vagrant/trunk/PKGBUILD)

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

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 136690, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-11 08:12:28 UTC (rev 136691)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64.zip)
+md5sums=('f69210d71278884d1ab918e251fc7371')
+md5sums_i686=('c04042b24de56d18a041bc005e5ecaa4')
+md5sums_x86_64=('53d8a137e0b50fee8509a7d1c15fd33b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
+$EMBEDDED_DIR/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-testing-x86_64/PKGBUILD (from rev 136690, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-11 08:12:28 UTC (rev 136691)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('lzo' 'libidn' 'rtmpdump')
+makedepends=('git')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64.zip)
+md5sums=('f69210d71278884d1ab918e251fc7371')
+md5sums_i686=('c04042b24de56d18a041bc005e5ecaa4')
+md5sums_x86_64=('53d8a137e0b50fee8509a7d1c15fd33b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=$srcdir/substrate/embedded
+
+  echo -n $pkgver  $srcdir/substrate/${pkgname}_version
+
+  $EMBEDDED_DIR/bin/gem build $pkgname.gemspec
+
+  GEM_PATH=$EMBEDDED_DIR/gems GEM_HOME=$GEM_PATH \
+  GEMRC=$EMBEDDED_DIR/etc/gemrc CPPFLAGS=-I$EMBEDDED_DIR/include \
+  LDFLAGS=-L$EMBEDDED_DIR/lib PATH=$EMBEDDED_DIR/bin:$PATH \
+  SSL_CERT_FILE=$EMBEDDED_DIR/cacert.pem \
+

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

2015-07-11 Thread Jonathan Steel
Date: Saturday, July 11, 2015 @ 10:12:10
  Author: jsteel
Revision: 136690

upgpkg: vagrant 1.7.3-1

Modified:
  vagrant/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 02:08:59 UTC (rev 136689)
+++ PKGBUILD2015-07-11 08:12:10 UTC (rev 136690)
@@ -10,27 +10,22 @@
 # Contributor: Steven Nance ste...@devtrw.com
 
 pkgname=vagrant
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc=Build and distribute virtualized development environments
 arch=('i686' 'x86_64')
 url=http://vagrantup.com;
 license=('MIT')
 options=('!emptydirs')
-depends=('ruby' 'curl' 'lzo' 'libidn' 'rtmpdump')
+depends=('lzo' 'libidn' 'rtmpdump')
 makedepends=('git')
-source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('5fdb20727a3c3c31f33432ba7d5283a4')
-[[ $CARCH == i686 ]]  md5sums+=('c04042b24de56d18a041bc005e5ecaa4')
-[[ $CARCH == x86_64 ]]  md5sums+=('53d8a137e0b50fee8509a7d1c15fd33b')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686.zip)
+source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64.zip)
+md5sums=('f69210d71278884d1ab918e251fc7371')
+md5sums_i686=('c04042b24de56d18a041bc005e5ecaa4')
+md5sums_x86_64=('53d8a137e0b50fee8509a7d1c15fd33b')
 
-prepare() {
-  # Fix FS#43419
-  sed -i 's/hexdigest(path)/hexdigest(path.to_s)/' \
-$pkgname-$pkgver/plugins/provisioners/puppet/provisioner/puppet.rb
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2015-07-11 Thread Evangelos Foutras
Date: Saturday, July 11, 2015 @ 12:23:21
  Author: foutrelis
Revision: 242116

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 242115, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 242115, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 242115, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 242115, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 242115, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 242115, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 242115, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 242115, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 242115, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 242115, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 242115, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 242115, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  144 +++
 /mozconfig |   86 ++
 /thunderbird-install-dir.patch |   24 +
 /thunderbird.desktop   |  346 +++
 /thunderbird.install   |   24 +
 /vendor.js |   18 +
 extra-i686/PKGBUILD|   72 -
 extra-i686/mozconfig   |   42 ---
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 -
 extra-i686/thunderbird.install |   12 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/mozconfig |   42 ---
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 -
 extra-x86_64/thunderbird.install   |   12 
 extra-x86_64/vendor.js |9 
 18 files changed, 642 insertions(+), 640 deletions(-)

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


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

2015-07-11 Thread Evangelos Foutras
Date: Saturday, July 11, 2015 @ 12:23:03
  Author: foutrelis
Revision: 242115

upgpkg: thunderbird 38.1.0-1

- New upstream release.
- Build with --enable-pie.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

---+
 PKGBUILD  |6 +++---
 mozconfig |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 10:14:20 UTC (rev 242114)
+++ PKGBUILD2015-07-11 10:23:03 UTC (rev 242115)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=38.0.1
+pkgver=38.1.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=('!emptydirs' '!makeflags')
-sha256sums=('7655039a9a2d5d169f5b43d2c737007dbaa42fa767f7bfbfde8ae46b05e4ab71'
-'867a0caab94eb387f51ca74be61d67dcb54f051239ac25b90749f6fa11c5e767'
+sha256sums=('ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787'
+'6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')

Modified: mozconfig
===
--- mozconfig   2015-07-11 10:14:20 UTC (rev 242114)
+++ mozconfig   2015-07-11 10:23:03 UTC (rev 242115)
@@ -3,6 +3,7 @@
 
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib
+ac_add_options --enable-pie
 
 # System libraries
 ac_add_options --with-system-nspr


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

2015-07-11 Thread Evangelos Foutras
Date: Saturday, July 11, 2015 @ 12:14:04
  Author: foutrelis
Revision: 242113

upgpkg: thunderbird-i18n 38.1.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 07:22:19 UTC (rev 242112)
+++ PKGBUILD2015-07-11 10:14:04 UTC (rev 242113)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=38.0.1
+pkgver=38.1.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -97,61 +97,61 @@
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
 
-md5sums=('eef0fa83684cfd7b673bd97fdbe6311b'
- 'b6700c4025c944a1fbf83ddd6a66f6ce'
- 'c4b0e0aa6af6e046172a1a59349be873'
- '2a41447983c317de272cb307d0d9660a'
- 'f527903e210eafdbf1958df9014089db'
- '5eb39bd10e4ee7b74514a32df3768d98'
- 'a7eb83cd21c33afc429c0764c91f2936'
- 'a6458785a91593a6d049619de9022b11'
- '33f5d401c35c789613b0a5dd648d081a'
- '5fa7ca8d01a1548edc4e5320ca1afcd1'
- '304b92f5c31a988dfebf60b568a4b15a'
- '803d5cb08d5443cc179c2c9b23d8cf2d'
- '05ca4be00597d804f05f60d1945a5826'
- '575b51436cc2da2ee9c65c5f44256689'
- '169f8395eeaea8e71fb3313e91abc36d'
- '16a2e7ba4cf46ec84a6fb8bf84e8ef04'
- '7ddaab5ed05f8f5f84e0378f389cff80'
- '55173de0b2df08e31be1a18bbb63d820'
- 'afa64cd7e274c1bf24122b6cb9835826'
- '7da55dfc6399a45fd4c969184586a63f'
- 'f9d6ed62d8bf778830ccea75a6a33a1d'
- '37fc6a682444ee26915e741b3b5729a3'
- '33fe835d287cc6d451eed446efb07906'
- 'a47f5f2a884c88a5fce97e84e95c72c5'
- 'dd5a25a1a0c64e9e6c39f178cf4209d7'
- 'a12493de67f66b5eb492856636d1bfb0'
- 'f6f916a94a9d996895ddcc645d658ed0'
- '87358b0707c5febde3abb35824643c7b'
- '4c2ec2053a585d450adc8f0456e0b787'
- '23cf6d1f52d3d236b50989990780569d'
- '880b72cc1901edc044b9c7dd64794320'
- '21c9eaefd778b67cf9a17d7d739fb9d8'
- 'b8f4d25c4d535a0339e9a50e5a4e83f4'
- '67a43e5b008519bb70812569bdbbed69'
- '600e1ddd4ed973030641f6f85c49459a'
- 'eac5cfa33143873e2a352b6ab47cab16'
- 'edd0522b27876956d67e9a9acd24ac2b'
- '6d17f0c610b993624199c4fbbd2d976f'
- '2c597584418f1cf86f0cf9a21e5cdad6'
- 'e2c5e3df07287e950c0bb9d3bc2ffd91'
- '7c15372c68597acc6805d79d4c71c103'
- '88d9e99110aa6d36031ddff2f3555f43'
- '7e4d153876a5822705b8f12fd3ec11a2'
- 'd8f5a9656105dd3ed4dd27b6d068e097'
- '634e8f378143a280cbade1bc7c09592b'
- '7bb0def0f696cf666c101efa34ddb901'
- '52a10bca6dfedaa84b325f35ac10f6da'
- 'cbabef98982dd8026350d044bc8ce0ac'
- '2674139dbe4ab0793ef9d0a4b1617973'
- '5e006bb558669e1379b937cebbf2504a'
- '3aaa95c48c3420aabcd3110746923e4e'
- '999a8389915efa00aac6a8801f337d48'
- '75ac147e873f3210b8a29cc6a7e0dd9b'
- '41779f3fc16b37086c05766dd6b237d1'
- 'f005274940eb199d2f0d7fb81f57232d'
- '8241ea3fdc70d8f117919b5b749c7540'
- '70b75940a276a4d20bc71a48bdd2fa9d'
- '40071ca9244945c1298bf9396a14f96e')
+md5sums=('20e343dd86a40639688c456a689ff96a'
+ 'afa94cc0370260b081cc51cde92ecab0'
+ '63dab39864a46d608458400e81bab4b5'
+ '512571e8c3fe808e66dbbf567729a8ed'
+ 'fdda71c0be3eeb4b90934f8504911c08'
+ 'a698961ba2d2d3c346069a85454e2b45'
+ '2ffa6a0314c236bec80f3d9ef4f46af6'
+ 'd98f518898d22cf48edf1dfff1a280b7'
+ '6d7132f3703b59c5c1765f5d8aae8693'
+ '3ab6e121b27ce89a80679ac7990de831'
+ '9f582161a6e8b19f5fad66cac7e7f1a0'
+ 'd833bf42468b01bd3c512fa83c089b28'
+ '978f40e2265201c7b5c43542b0becbd9'
+ 'c14fbce63582af0f17d8eed0532e1d24'
+ 'e71cf3a4d3cdcc86d1b8081d69756e68'
+ '5356a4053065e16c73ea5acc08ad5f62'
+ 'b974c1d49fe65cb4dcd9fcc9751e1229'
+ 'fcdbd3b7541595d7113b481e1f9c9c27'
+ '2dec0f9de4985094789ae0a94df3936a'
+ '79cc1eabd199b73a43b3cc09e998fb59'
+ '2a5f6e47d9609adc7a49505a1e1aaeb6'
+ 'f7787500ac2876d5587fb5256e011ccd'
+ '75f71c79b0ae05689bdde8d837635f05'
+ 'cf74c30be6d0c5841ef5b6dcb8c24684'
+ '45afa2d43d935be3b5f0896766144dbd'
+ '3295e93407e7a188bcb939c8c47f3624'
+ '453adbc5022f0c75fb65bc8d102b9e44'
+ '6fd8bffdbcaf0a424bfd86ede9c98f67'
+ 'df888de2493173451c81eca4259bbe4e'
+ '03a1a9b28743df8afa052ad44fde4359'
+ 'd3b9c9aa9567be11e34345c2cfe4c277'
+ '3223b3da1be9b8b30c6a9b5ad5321f34'
+ 'a5e2c8f6bdee240c35a9ba093b52f4fc'
+ 'cc74f6dac6f122c19c282825f50e39d2'
+ 

[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2015-07-11 Thread Evangelos Foutras
Date: Saturday, July 11, 2015 @ 12:14:20
  Author: foutrelis
Revision: 242114

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 242113, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-11 10:14:04 UTC (rev 242113)
+++ PKGBUILD2015-07-11 10:14:20 UTC (rev 242114)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=38.0.1
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('eef0fa83684cfd7b673bd97fdbe6311b'
- 'b6700c4025c944a1fbf83ddd6a66f6ce'
- 'c4b0e0aa6af6e046172a1a59349be873'
- '2a41447983c317de272cb307d0d9660a'
- 'f527903e210eafdbf1958df9014089db'
- '5eb39bd10e4ee7b74514a32df3768d98'
- 'a7eb83cd21c33afc429c0764c91f2936'
- 'a6458785a91593a6d049619de9022b11'
- '33f5d401c35c789613b0a5dd648d081a'
- '5fa7ca8d01a1548edc4e5320ca1afcd1'
- '304b92f5c31a988dfebf60b568a4b15a'
- '803d5cb08d5443cc179c2c9b23d8cf2d'
- '05ca4be00597d804f05f60d1945a5826'
- '575b51436cc2da2ee9c65c5f44256689'
- '169f8395eeaea8e71fb3313e91abc36d'
- '16a2e7ba4cf46ec84a6fb8bf84e8ef04'
- '7ddaab5ed05f8f5f84e0378f389cff80'
- '55173de0b2df08e31be1a18bbb63d820'
- 'afa64cd7e274c1bf24122b6cb9835826'
- '7da55dfc6399a45fd4c969184586a63f'
- 'f9d6ed62d8bf778830ccea75a6a33a1d'
- '37fc6a682444ee26915e741b3b5729a3'
- '33fe835d287cc6d451eed446efb07906'
- 'a47f5f2a884c88a5fce97e84e95c72c5'
- 'dd5a25a1a0c64e9e6c39f178cf4209d7'
- 'a12493de67f66b5eb492856636d1bfb0'
- 'f6f916a94a9d996895ddcc645d658ed0'
- '87358b0707c5febde3abb35824643c7b'
- '4c2ec2053a585d450adc8f0456e0b787'
- '23cf6d1f52d3d236b50989990780569d'
- '880b72cc1901edc044b9c7dd64794320'
- '21c9eaefd778b67cf9a17d7d739fb9d8'
- 'b8f4d25c4d535a0339e9a50e5a4e83f4'
- '67a43e5b008519bb70812569bdbbed69'
- '600e1ddd4ed973030641f6f85c49459a'
- 'eac5cfa33143873e2a352b6ab47cab16'
- 'edd0522b27876956d67e9a9acd24ac2b'
- '6d17f0c610b993624199c4fbbd2d976f'
- '2c597584418f1cf86f0cf9a21e5cdad6'
- 'e2c5e3df07287e950c0bb9d3bc2ffd91'
- '7c15372c68597acc6805d79d4c71c103'
- '88d9e99110aa6d36031ddff2f3555f43'
- '7e4d153876a5822705b8f12fd3ec11a2'
- 'd8f5a9656105dd3ed4dd27b6d068e097'
- 

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

2015-07-11 Thread Sergej Pupykin
Date: Saturday, July 11, 2015 @ 12:13:29
  Author: spupykin
Revision: 136694

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 10:11:40 UTC (rev 136693)
+++ PKGBUILD2015-07-11 10:13:29 UTC (rev 136694)
@@ -17,7 +17,7 @@
 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
 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-data-dumper perl-math-random-isaac perl-email-sender 
perl-test-taint)
 optdepends=('mod_perl'
'perl-dbd-pg'
'perl-dbd-mysql'


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

2015-07-11 Thread Sergej Pupykin
Date: Saturday, July 11, 2015 @ 14:05:07
  Author: spupykin
Revision: 136697

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 12:00:22 UTC (rev 136696)
+++ PKGBUILD2015-07-11 12:05:07 UTC (rev 136697)
@@ -44,4 +44,6 @@
   rm -rf $pkgdir/srv/http/bugzilla/.bzr
   rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
   rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+  rm -rf $pkgdir/srv/http/bugzilla/.git
+  rm -rf $pkgdir/srv/http/bugzilla/.gitignore
 }


[arch-commits] Commit in balsa/repos/community-x86_64 (6 files)

2015-07-11 Thread Jaroslav Lichtblau
Date: Saturday, July 11, 2015 @ 14:00:22
  Author: jlichtblau
Revision: 136696

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 136695, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 136695, balsa/trunk/balsa.changelog)
  balsa/repos/community-x86_64/balsa.install
(from rev 136695, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog
  balsa/repos/community-x86_64/balsa.install

-+
 PKGBUILD|   90 +++---
 balsa.changelog |7 +++-
 balsa.install   |   24 +++---
 3 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-11 12:00:08 UTC (rev 136695)
+++ PKGBUILD2015-07-11 12:00:22 UTC (rev 136696)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.1
-pkgrel=2
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 136695, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-11 12:00:22 UTC (rev 136696)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.2
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-ssl \
+  --with-gpgme=gpgme-config \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-gtkspell \
+  --with-rubrica \
+  --with-sqlite \
+  --without-nm \
+  --without-gnome \
+  --with-html-widget=webkit
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Deleted: balsa.changelog
===
--- balsa.changelog 2015-07-11 12:00:08 UTC (rev 136695)
+++ balsa.changelog 2015-07-11 12:00:22 UTC (rev 136696)
@@ -1,2 +0,0 @@
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 136695, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2015-07-11 12:00:22 UTC (rev 136696)
@@ -0,0 +1,5 @@
+2015-07-11 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * balsa 2.5.1-1

Deleted: balsa.install
===
--- balsa.install   2015-07-11 12:00:08 UTC (rev 136695)
+++ balsa.install   2015-07-11 12:00:22 UTC (rev 136696)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-

[arch-commits] Commit in balsa/trunk (PKGBUILD balsa.changelog)

2015-07-11 Thread Jaroslav Lichtblau
Date: Saturday, July 11, 2015 @ 14:00:08
  Author: jlichtblau
Revision: 136695

upgpkg: balsa 2.5.2-1 - new upstream release

Modified:
  balsa/trunk/PKGBUILD
  balsa/trunk/balsa.changelog

-+
 PKGBUILD|   46 +++---
 balsa.changelog |5 -
 2 files changed, 27 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 10:13:29 UTC (rev 136694)
+++ PKGBUILD2015-07-11 12:00:08 UTC (rev 136695)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=balsa
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
 pkgdesc=An e-mail client for GNOME
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
@@ -16,30 +16,30 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+sha256sums=('01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d')
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/$pkgname-$pkgver
 
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-ssl \
+  --with-gpgme=gpgme-config \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-gtkspell \
+  --with-rubrica \
+  --with-sqlite \
+  --without-nm \
+  --without-gnome \
+  --with-html-widget=webkit
+  make
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
 }

Modified: balsa.changelog
===
--- balsa.changelog 2015-07-11 10:13:29 UTC (rev 136694)
+++ balsa.changelog 2015-07-11 12:00:08 UTC (rev 136695)
@@ -1,2 +1,5 @@
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-07-11 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* balsa 2.5.1-1


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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 15:49:15
  Author: arojas
Revision: 136700

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

Added:
  kadu/repos/community-testing-i686/
  kadu/repos/community-testing-i686/PKGBUILD
(from rev 136699, kadu/trunk/PKGBUILD)
  kadu/repos/community-testing-i686/kadu.install
(from rev 136699, kadu/trunk/kadu.install)
  kadu/repos/community-testing-i686/qdatastream.patch
(from rev 136699, kadu/trunk/qdatastream.patch)
  kadu/repos/community-testing-i686/qt_dock_icon.patch
(from rev 136699, kadu/trunk/qt_dock_icon.patch)
  kadu/repos/community-testing-x86_64/
  kadu/repos/community-testing-x86_64/PKGBUILD
(from rev 136699, kadu/trunk/PKGBUILD)
  kadu/repos/community-testing-x86_64/kadu.install
(from rev 136699, kadu/trunk/kadu.install)
  kadu/repos/community-testing-x86_64/qdatastream.patch
(from rev 136699, kadu/trunk/qdatastream.patch)
  kadu/repos/community-testing-x86_64/qt_dock_icon.patch
(from rev 136699, kadu/trunk/qt_dock_icon.patch)

-+
 community-testing-i686/PKGBUILD |   55 ++
 community-testing-i686/kadu.install |   12 +
 community-testing-i686/qdatastream.patch|   11 +
 community-testing-i686/qt_dock_icon.patch   |   31 ++
 community-testing-x86_64/PKGBUILD   |   55 ++
 community-testing-x86_64/kadu.install   |   12 +
 community-testing-x86_64/qdatastream.patch  |   11 +
 community-testing-x86_64/qt_dock_icon.patch |   31 ++
 8 files changed, 218 insertions(+)

Copied: kadu/repos/community-testing-i686/PKGBUILD (from rev 136699, 
kadu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-11 13:49:15 UTC (rev 136700)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=2.1
+pkgrel=2
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5' 'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch qt_dock_icon.patch)
+md5sums=('b40f95123b1167c51c26bee8d56577d2'
+ '289814966b21db02efab4125eec41b74'
+ '961d79dbbf5ec5827b8cda424773b9c8')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+
+# Fix build with coinstallable Qca-qt5
+  sed -i 's|QtCrypto/QtCrypto|Qca-qt5/QtCrypto/QtCrypto|g' 
$pkgname-$pkgver/kadu-core/main.cpp
+
+# Fix build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qdatastream.patch
+
+# Fix tray icon in Plasma 5 http://www.kadu.im/redmine/issues/3020
+  patch -p2 -i $srcdir/qt_dock_icon.patch
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-testing-i686/kadu.install (from rev 136699, 
kadu/trunk/kadu.install)
===
--- community-testing-i686/kadu.install (rev 0)
+++ community-testing-i686/kadu.install 2015-07-11 13:49:15 UTC (rev 136700)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kadu/repos/community-testing-i686/qdatastream.patch (from rev 136699, 
kadu/trunk/qdatastream.patch)
===
--- community-testing-i686/qdatastream.patch(rev 0)
+++ community-testing-i686/qdatastream.patch2015-07-11 13:49:15 UTC (rev 
136700)
@@ -0,0 +1,11 @@
+diff -ru kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp 
kadu-2.1/kadu-core/os/single-application/single-application.cpp
+--- kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp   
2015-07-11 11:49:28.020701056 +0200
 kadu-2.1/kadu-core/os/single-application/single-application.cpp
2015-07-11 11:50:30.834040618 +0200
+@@ 

[arch-commits] Commit in kadu/trunk (PKGBUILD qt_dock_icon.patch)

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 15:48:26
  Author: arojas
Revision: 136699

Rebuild with Qt 5.5 (FS#45609), fix tray icon in Plasma (FS#44249)

Added:
  kadu/trunk/qt_dock_icon.patch
Modified:
  kadu/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 qt_dock_icon.patch |   31 +++
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 12:06:01 UTC (rev 136698)
+++ PKGBUILD2015-07-11 13:48:26 UTC (rev 136699)
@@ -5,7 +5,7 @@
 
 pkgname=kadu
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
@@ -16,9 +16,10 @@
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
  'qt5-tools')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch)
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch qt_dock_icon.patch)
 md5sums=('b40f95123b1167c51c26bee8d56577d2'
- '289814966b21db02efab4125eec41b74')
+ '289814966b21db02efab4125eec41b74'
+ '961d79dbbf5ec5827b8cda424773b9c8')
 
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
@@ -30,6 +31,9 @@
 # Fix build with Qt 5.5
   cd $pkgname-$pkgver
   patch -p1 -i $srcdir/qdatastream.patch
+
+# Fix tray icon in Plasma 5 http://www.kadu.im/redmine/issues/3020
+  patch -p2 -i $srcdir/qt_dock_icon.patch
 }
 
 build() {

Added: qt_dock_icon.patch
===
--- qt_dock_icon.patch  (rev 0)
+++ qt_dock_icon.patch  2015-07-11 13:48:26 UTC (rev 136699)
@@ -0,0 +1,31 @@
+diff --git a/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp 
b/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp
+index 5d228c8..1b576e6 100644
+--- a/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp
 b/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp 
+@@ -26,6 +26,7 @@
+ #include QtCore/QEvent
+ #include QtGui/QMouseEvent
+ #include QtGui/QMovie
++#include QtGui/QIcon
+ 
+ #include plugins/docking/docking.h
+ 
+@@ -68,7 +69,8 @@ Qt4TrayIcon::Qt4TrayIcon(QWidget *parent) :
+ {
+   kdebugf();
+ 
+-  setIcon(DockingManager::instance()-defaultIcon().icon());
++  QIcon icon = 
QIcon::fromTheme(DockingManager::instance()-defaultIcon().fullPath());
++  setIcon(icon);
+ 
+   connect(this, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), 
this, SLOT(trayActivated(QSystemTrayIcon::ActivationReason)));
+ 
+@@ -102,7 +104,7 @@ void Qt4TrayIcon::changeTrayIcon(const KaduIcon icon)
+   Movie-deleteLater();
+   Movie = 0;
+   }
+-  setIcon(icon.icon());
++  setIcon(QIcon::fromTheme(icon.fullPath()));
+ }
+ 
+ void Qt4TrayIcon::changeTrayMovie(const QString moviePath)


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

2015-07-11 Thread Anatol Pomozov
Date: Saturday, July 11, 2015 @ 18:18:58
  Author: anatolik
Revision: 242125

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 242124, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 242124, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 242124, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 242124, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 242124, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 242124, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 242124, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 242124, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 242124, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 242124, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  393 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  393 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1024 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 242124, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 16:18:58 UTC (rev 242125)
@@ -0,0 +1,393 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=778
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+  

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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 15:32:43
  Author: arojas
Revision: 242119

Rebuild with Qt 5.5 (FS#45609)

Modified:
  qca-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 11:54:43 UTC (rev 242118)
+++ PKGBUILD2015-07-11 13:32:43 UTC (rev 242119)
@@ -7,7 +7,7 @@
 
 pkgname=qca-qt5
 pkgver=2.1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt Cryptographic Architecture
 arch=('i686' 'x86_64')
 url=http://delta.affinix.com/qca/;


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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 15:33:52
  Author: arojas
Revision: 242120

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

Added:
  qca-qt5/repos/testing-i686/
  qca-qt5/repos/testing-i686/PKGBUILD
(from rev 242119, qca-qt5/trunk/PKGBUILD)
  qca-qt5/repos/testing-i686/qiodevice.patch
(from rev 242119, qca-qt5/trunk/qiodevice.patch)
  qca-qt5/repos/testing-x86_64/
  qca-qt5/repos/testing-x86_64/PKGBUILD
(from rev 242119, qca-qt5/trunk/PKGBUILD)
  qca-qt5/repos/testing-x86_64/qiodevice.patch
(from rev 242119, qca-qt5/trunk/qiodevice.patch)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/qiodevice.patch   |   23 +
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/qiodevice.patch |   23 +
 4 files changed, 128 insertions(+)

Copied: qca-qt5/repos/testing-i686/PKGBUILD (from rev 242119, 
qca-qt5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 13:33:52 UTC (rev 242120)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+# Contributor: Christian Bühler christian.bueh...@ipoplan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca-qt5
+pkgver=2.1.0.3
+pkgrel=2
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('nss' 'qt5-base')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+ '5ea7bcb072e72b28e37b1a1d897c9362')
+
+prepare() {
+  mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qiodevice.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DQCA_SUFFIX=qt5 \
+-DQCA_INSTALL_IN_QT_PREFIX=ON
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: qca-qt5/repos/testing-i686/qiodevice.patch (from rev 242119, 
qca-qt5/trunk/qiodevice.patch)
===
--- testing-i686/qiodevice.patch(rev 0)
+++ testing-i686/qiodevice.patch2015-07-11 13:33:52 UTC (rev 242120)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Sat, 17 Jan 2015 19:12:18 +
+Subject: Add missing QIODevice include
+X-Git-Url: 
http://quickgit.kde.org/?p=qca.gita=commitdiffh=7207e6285e932044cd66d49d0dc484666cfb0092
+---
+Add missing QIODevice include
+
+Fixes build with Qt 5.5
+---
+
+
+--- a/include/QtCrypto/qca_basic.h
 b/include/QtCrypto/qca_basic.h
+@@ -35,6 +35,8 @@
+ 
+ #include qca_core.h
+ 
++#include QIODevice
++
+ // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
+ // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
+ // Defining it here as QString::fromUtf8 for convenience.
+

Copied: qca-qt5/repos/testing-x86_64/PKGBUILD (from rev 242119, 
qca-qt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-11 13:33:52 UTC (rev 242120)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+# Contributor: Christian Bühler christian.bueh...@ipoplan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca-qt5
+pkgver=2.1.0.3
+pkgrel=2
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('nss' 'qt5-base')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
 'qiodevice.patch')
+md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
+ '5ea7bcb072e72b28e37b1a1d897c9362')
+
+prepare() {
+  mkdir -p build
+
+# Add missing include, fixes build with Qt 5.5
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/qiodevice.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DQCA_SUFFIX=qt5 \
+-DQCA_INSTALL_IN_QT_PREFIX=ON
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: qca-qt5/repos/testing-x86_64/qiodevice.patch (from rev 242119, 
qca-qt5/trunk/qiodevice.patch)
===
--- testing-x86_64/qiodevice.patch  (rev 0)
+++ testing-x86_64/qiodevice.patch  

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

2015-07-11 Thread Anatol Pomozov
Date: Saturday, July 11, 2015 @ 18:17:34
  Author: anatolik
Revision: 242124

upgpkg: vim 7.4.778-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 16:05:33 UTC (rev 242123)
+++ PKGBUILD2015-07-11 16:17:34 UTC (rev 242124)
@@ -8,7 +8,7 @@
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 # list of tags can be found at https://code.google.com/p/vim/source/list
 _topver=7.4
-_patchlevel=764
+_patchlevel=778
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}


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

2015-07-11 Thread Xyne
Date: Saturday, July 11, 2015 @ 18:40:46
  Author: xyne
Revision: 136701

upgpkg: cmus 2.7.0-2

added libdiscid to deps

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 13:49:15 UTC (rev 136700)
+++ PKGBUILD2015-07-11 16:40:46 UTC (rev 136701)
@@ -6,12 +6,12 @@
 
 pkgname=cmus
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;
 license=('GPL')
-depends=('ncurses' 'libcue')
+depends=('ncurses' 'libcue' 'libdiscid')
 makedepends=(
   'faad2'
   'ffmpeg'


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

2015-07-11 Thread Xyne
Date: Saturday, July 11, 2015 @ 18:41:18
  Author: xyne
Revision: 136702

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-11 16:40:46 UTC (rev 136701)
+++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 136701, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.7.0
+pkgrel=2
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-11 16:40:46 UTC (rev 

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

2015-07-11 Thread Anatol Pomozov
Date: Saturday, July 11, 2015 @ 20:50:52
  Author: anatolik
Revision: 242129

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

Added:
  sg3_utils/repos/testing-i686/
  sg3_utils/repos/testing-i686/PKGBUILD
(from rev 242128, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/testing-x86_64/
  sg3_utils/repos/testing-x86_64/PKGBUILD
(from rev 242128, sg3_utils/trunk/PKGBUILD)

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

Copied: sg3_utils/repos/testing-i686/PKGBUILD (from rev 242128, 
sg3_utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 18:50:52 UTC (rev 242129)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=sg3_utils
+pkgver=1.41
+pkgrel=1
+pkgdesc=Generic SCSI utilities
+arch=(i686 x86_64)
+url=http://sg.danny.cz/sg/sg3_utils.html;
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: sg3_utils/repos/testing-x86_64/PKGBUILD (from rev 242128, 
sg3_utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-11 18:50:52 UTC (rev 242129)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=sg3_utils
+pkgver=1.41
+pkgrel=1
+pkgdesc=Generic SCSI utilities
+arch=(i686 x86_64)
+url=http://sg.danny.cz/sg/sg3_utils.html;
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2015-07-11 Thread Andreas Radke
Date: Saturday, July 11, 2015 @ 18:48:47
  Author: andyrtr
Revision: 242127

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

Added:
  libreoffice-still/repos/extra-i686/PKGBUILD
(from rev 242126, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
(from rev 242126, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-i686/libreoffice-still.install
(from rev 242126, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
(from rev 242126, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 242126, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 242126, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 242126, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
(from rev 242126, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 242126, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 242126, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/extra-i686/PKGBUILD
  libreoffice-still/repos/extra-i686/libreoffice-still.csh
  libreoffice-still/repos/extra-i686/libreoffice-still.install
  libreoffice-still/repos/extra-i686/libreoffice-still.sh
  
libreoffice-still/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.install
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  830 
++
 /libreoffice-still.csh|   12 
 /libreoffice-still.install|   26 
 /libreoffice-still.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  413 
 extra-i686/libreoffice-still.csh  |6 
 extra-i686/libreoffice-still.install  |   13 
 extra-i686/libreoffice-still.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  413 
 extra-x86_64/libreoffice-still.csh|6 
 extra-x86_64/libreoffice-still.install|   13 
 extra-x86_64/libreoffice-still.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 968 insertions(+), 964 deletions(-)

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


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

2015-07-11 Thread Andreas Radke
Date: Saturday, July 11, 2015 @ 18:48:25
  Author: andyrtr
Revision: 242126

upgpkg: libreoffice-still 4.3.7-4

add missing libcups dependency

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 16:18:58 UTC (rev 242125)
+++ PKGBUILD2015-07-11 16:48:25 UTC (rev 242126)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=4.3.7.2
 pkgver=4.3.7
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -192,6 +192,8 @@
[ $CARCH = i686 ]  sed -i '/CppunitTest_sw_ooxmlsdrexport/d' 
sw/Module_sw.mk
[ $CARCH = i686 ]  sed -i '/CppunitTest_sw_rtfimport/d' 
sw/Module_sw.mk
[ $CARCH = i686 ]  sed -i '/CppunitTest_sw_rtfexport/d' 
sw/Module_sw.mk
+   [ $CARCH = i686 ]  sed -i '/CppunitTest_sw_ww8import/d' 
sw/Module_sw.mk
+   
# next broken test
[ $CARCH = x86_64 ]  sed -i '/CppunitTest_macros_test/d' 
sw/Module_sw.mk
 


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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 19:45:01
  Author: arojas
Revision: 136704

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-11 17:44:25 UTC (rev 136703)
+++ community-i686/PKGBUILD 2015-07-11 17:45:01 UTC (rev 136704)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-
-pkgname=pynac
-pkgver=0.3.9.1
-pkgrel=1
-pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
-arch=(i686 x86_64)
-url=http://pynac.org;
-license=(GPL)
-depends=(python2)
-source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('345fae01caf47ec9445e63bb0091c0c6')
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON_VERSION=2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pynac/repos/community-i686/PKGBUILD (from rev 136703, 
pynac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-11 17:45:01 UTC (rev 136704)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=pynac
+pkgver=0.3.9.2
+pkgrel=1
+pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
+arch=(i686 x86_64)
+url=http://pynac.org;
+license=(GPL)
+depends=(python2)
+source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('da01895f602a65ca362681d46c1ac0f9')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON_VERSION=2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-11 17:44:25 UTC (rev 136703)
+++ community-x86_64/PKGBUILD   2015-07-11 17:45:01 UTC (rev 136704)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-
-pkgname=pynac
-pkgver=0.3.9.1
-pkgrel=1
-pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
-arch=(i686 x86_64)
-url=http://pynac.org;
-license=(GPL)
-depends=(python2)
-source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('345fae01caf47ec9445e63bb0091c0c6')
-
-build() {
-  cd pynac-pynac-$pkgver
-
-  export PYTHON_VERSION=2
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-pynac-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 136703, 
pynac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-11 17:45:01 UTC (rev 136704)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=pynac
+pkgver=0.3.9.2
+pkgrel=1
+pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
+arch=(i686 x86_64)
+url=http://pynac.org;
+license=(GPL)
+depends=(python2)
+source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('da01895f602a65ca362681d46c1ac0f9')
+
+build() {
+  cd pynac-pynac-$pkgver
+
+  export PYTHON_VERSION=2
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-pynac-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-07-11 Thread Antonio Rojas
Date: Saturday, July 11, 2015 @ 19:44:25
  Author: arojas
Revision: 136703

Update to 0.3.9.2

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 16:41:18 UTC (rev 136702)
+++ PKGBUILD2015-07-11 17:44:25 UTC (rev 136703)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
 
 pkgname=pynac
-pkgver=0.3.9.1
+pkgver=0.3.9.2
 pkgrel=1
 pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2)
 source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('345fae01caf47ec9445e63bb0091c0c6')
+md5sums=('da01895f602a65ca362681d46c1ac0f9')
 
 build() {
   cd pynac-pynac-$pkgver


[arch-commits] Commit in conky/repos (14 files)

2015-07-11 Thread Gaetan Bisson
Date: Saturday, July 11, 2015 @ 21:20:41
  Author: bisson
Revision: 242131

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 242130, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/ascii.patch
(from rev 242130, conky/trunk/ascii.patch)
  conky/repos/extra-i686/curl.patch
(from rev 242130, conky/trunk/curl.patch)
  conky/repos/extra-i686/lua53.patch
(from rev 242130, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 242130, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/ascii.patch
(from rev 242130, conky/trunk/ascii.patch)
  conky/repos/extra-x86_64/curl.patch
(from rev 242130, conky/trunk/curl.patch)
  conky/repos/extra-x86_64/lua53.patch
(from rev 242130, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/ascii.patch
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/ascii.patch
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  118 +
 /ascii.patch |   24 +
 /lua53.patch |   92 +++
 extra-i686/PKGBUILD  |   54 
 extra-i686/ascii.patch   |   12 
 extra-i686/curl.patch|   14 +
 extra-i686/lua53.patch   |   46 -
 extra-x86_64/PKGBUILD|   54 
 extra-x86_64/ascii.patch |   12 
 extra-x86_64/curl.patch  |   14 +
 extra-x86_64/lua53.patch |   46 -
 11 files changed, 262 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-11 19:19:52 UTC (rev 242130)
+++ extra-i686/PKGBUILD 2015-07-11 19:20:41 UTC (rev 242131)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-
-pkgname=conky
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=(https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'ascii.patch'
-'lua53.patch')
-sha1sums=('d5863420150150002947180d0ee96c9ef56c43b1'
-  '96cdbc38e8706c8a3120601983df5c7265716128'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../ascii.patch # db2x_manxml fails on non-ascii chars
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 242130, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-11 19:20:41 UTC (rev 242131)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.10.0
+pkgrel=3
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'ascii.patch'
+'lua53.patch'
+'curl.patch')
+sha1sums=('d5863420150150002947180d0ee96c9ef56c43b1'
+  '96cdbc38e8706c8a3120601983df5c7265716128'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1'
+  

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

2015-07-11 Thread Anatol Pomozov
Date: Saturday, July 11, 2015 @ 20:50:15
  Author: anatolik
Revision: 242128

upgpkg: sg3_utils 1.41-1

Modified:
  sg3_utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 16:48:47 UTC (rev 242127)
+++ PKGBUILD2015-07-11 18:50:15 UTC (rev 242128)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=sg3_utils
-pkgver=1.40
+pkgver=1.41
 pkgrel=1
 pkgdesc=Generic SCSI utilities
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=('GPL' 'custom:BSD')
 depends=('glibc')
 source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
-md5sums=('4bfdb74d20dd1dac12150c9ba0be6120')
+md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-11 Thread Florian Pritz
Date: Saturday, July 11, 2015 @ 20:57:42
  Author: bluewind
Revision: 136705

upgpkg: filezilla 3.12.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 17:45:01 UTC (rev 136704)
+++ PKGBUILD2015-07-11 18:57:42 UTC (rev 136705)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.11.0.2
+pkgver=3.12.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')
+md5sums=('7c5f3b8acd52777bab164ddae6b2f784')


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

2015-07-11 Thread Florian Pritz
Date: Saturday, July 11, 2015 @ 20:57:51
  Author: bluewind
Revision: 136706

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-11 18:57:42 UTC (rev 136705)
+++ community-i686/PKGBUILD 2015-07-11 18:57:51 UTC (rev 136706)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.11.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 136705, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-11 18:57:51 UTC (rev 136706)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.12.0.2
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('7c5f3b8acd52777bab164ddae6b2f784')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-07-11 18:57:42 UTC (rev 136705)
+++ community-i686/filezilla.install2015-07-11 18:57:51 UTC (rev 136706)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 136705, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-07-11 18:57:51 UTC (rev 136706)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-11 18:57:42 UTC (rev 136705)
+++ community-x86_64/PKGBUILD   2015-07-11 18:57:51 UTC (rev 136706)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.11.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP 

[arch-commits] Commit in conky/trunk (PKGBUILD curl.patch)

2015-07-11 Thread Gaetan Bisson
Date: Saturday, July 11, 2015 @ 21:19:52
  Author: bisson
Revision: 242130

fix FS#45569

Added:
  conky/trunk/curl.patch
Modified:
  conky/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 curl.patch |   14 ++
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 18:50:52 UTC (rev 242129)
+++ PKGBUILD2015-07-11 19:19:52 UTC (rev 242130)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')
@@ -15,15 +15,20 @@
 depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
 source=(https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
 'ascii.patch'
-'lua53.patch')
+'lua53.patch'
+'curl.patch')
 sha1sums=('d5863420150150002947180d0ee96c9ef56c43b1'
   '96cdbc38e8706c8a3120601983df5c7265716128'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1'
+  '1c066b439a1e7166d733fb710faa9bf08b81ce4c')
 
+options=('!strip' 'debug')
+
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../ascii.patch # db2x_manxml fails on non-ascii chars
patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+   patch -p1 -i ../curl.patch # https://github.com/bagder/curl/issues/342
 }
 
 build() {

Added: curl.patch
===
--- curl.patch  (rev 0)
+++ curl.patch  2015-07-11 19:19:52 UTC (rev 242130)
@@ -0,0 +1,14 @@
+diff -Naur old/src/ccurl_thread.cc new/src/ccurl_thread.cc
+--- old/src/ccurl_thread.cc2015-06-21 14:49:06.0 -1000
 new/src/ccurl_thread.cc2015-07-11 09:11:49.053040998 -1000
+@@ -119,9 +119,7 @@
+   headers.h = curl_slist_append(headers.h, 
(If-None-Match:  + etag).c_str());
+   etag.clear();
+   }
+-  if (headers.h) {
+-  curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers.h);
+-  }
++  curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers.h);
+ 
+   res = curl_easy_perform(curl);
+   if (res == CURLE_OK) {


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

2015-07-11 Thread Daniel Micay
Date: Saturday, July 11, 2015 @ 22:04:27
  Author: thestinger
Revision: 136710

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 136709, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 136709, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 136709, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 136709, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 136709, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 136709, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 136709, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 136709, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 136709, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 136709, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 136709, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 136709, 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  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15246 +++
 /config.x86_64 |14662 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7623 ---
 community-i686/config.x86_64   | 7331 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7623 ---
 community-x86_64/config.x86_64 | 7331 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30682 insertions(+), 30682 deletions(-)

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


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

2015-07-11 Thread Daniel Micay
Date: Saturday, July 11, 2015 @ 22:03:31
  Author: thestinger
Revision: 136709

upgpkg: linux-grsec 4.0.8.201507111211-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 19:58:40 UTC (rev 136708)
+++ PKGBUILD2015-07-11 20:03:31 UTC (rev 136709)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.0
-_pkgver=4.0.7
+_pkgver=4.0.8
 _grsecver=3.1
-_timestamp=201507050833
+_timestamp=201507111211
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'c6deb2cda4d87fc2e09442e31f3e6e70e54962744c3a4d2653a8fda381442de0'
+'14487a99af8ade843f1c6c4dbc0c447a8546402bd737d30193cd4295577cbd80'
 'SKIP'
-'0017e0e1e13fccf6fb2fb7f33faecad3f8ad42d1a781629bde7ec3e7c4de5d23'
+'fdf1c7c930ba57e24af6f5bbf014a27c0c3b6a2613d9d7df4d5629be20aa3edd'
 'SKIP'
 '1c8e8af99dc69e939359d47683b031e470141665259c41d260e31feb2f52b703'
 '9e63f0a6e1466a2401356f9671a904eec52ce7324672058842fcafcb71c3bcdd'


[arch-commits] Commit in faenza-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2015-07-11 Thread Daniel Micay
Date: Saturday, July 11, 2015 @ 21:58:40
  Author: thestinger
Revision: 136708

archrelease: copy trunk to community-any

Added:
  faenza-icon-theme/repos/community-any/PKGBUILD
(from rev 136707, faenza-icon-theme/trunk/PKGBUILD)
Deleted:
  faenza-icon-theme/repos/community-any/PKGBUILD

--+
 PKGBUILD |   93 +
 1 file changed, 51 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-11 19:58:19 UTC (rev 136707)
+++ PKGBUILD2015-07-11 19:58:40 UTC (rev 136708)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Elia Notarangelo elia.notarangelo AT gmail DOT com
-# Contributor: Frikilinux frikilinux at frikilinux.com.ar
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Samsagax samsagax AT gmail DOT com
-# Contributor: simongmzlj simongmzlj AT gmail DOT com
-
-pkgname=faenza-icon-theme
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='Icon theme designed for Equinox GTK theme'
-url='http://gnome-look.org/content/show.php/Faenza?content=128143'
-license=('GPL3')
-arch=('any')
-options=(!strip)
-source=(http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('b5339b70cbb821b583499e725957b150')
-
-package() {
-  cd $pkgname-1.3
-  mkdir -p $pkgdir/usr/share/icons $pkgdir/usr/lib $pkgdir/usr/share
-
-  cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} 
$pkgdir/usr/share/icons/
-  cp -rf rhythmbox $pkgdir/usr/lib/
-  cp -rf emesene $pkgdir/usr/share/
-
-  # set the Arch Linux Distributor and start menu logo
-  for theme in Faenza{,-Dark}; do
-for size in 22 24 32 48 64 96; do
-  cd $pkgdir/usr/share/icons/$theme/places/$size/
-  # no distributor-logo for Faenza-Dark
-  [[ $theme == Faenza ]]  ln -sf distributor-logo{-archlinux,}.png
-  ln -sf start-here{-archlinux,}.png
-done
-cd $pkgdir/usr/share/icons/$theme/places/scalable/
-# no distributor-logo for Faenza-Dark
-[[ $theme == Faenza ]]  ln -sf distributor-logo{-archlinux,}.svg
-ln -sf start-here{-archlinux,}.svg
-ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
-  done
-}

Copied: faenza-icon-theme/repos/community-any/PKGBUILD (from rev 136707, 
faenza-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-11 19:58:40 UTC (rev 136708)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Elia Notarangelo elia.notarangelo AT gmail DOT com
+# Contributor: Frikilinux frikilinux at frikilinux.com.ar
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Samsagax samsagax AT gmail DOT com
+# Contributor: simongmzlj simongmzlj AT gmail DOT com
+
+pkgname=faenza-icon-theme
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='Icon theme designed for Equinox GTK theme'
+url='http://gnome-look.org/content/show.php/Faenza?content=128143'
+license=('GPL3')
+arch=('any')
+options=(!strip)
+source=(http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('b5339b70cbb821b583499e725957b150')
+
+package() {
+  cd $pkgname-1.3
+  mkdir -p $pkgdir/usr/share/icons $pkgdir/usr/lib $pkgdir/usr/share
+
+  cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} 
$pkgdir/usr/share/icons/
+  cp -rf rhythmbox $pkgdir/usr/lib/
+  cp -rf emesene $pkgdir/usr/share/
+
+  # set the Arch Linux Distributor and start menu logo
+  for theme in Faenza{,-Dark}; do
+for size in 22 24 32 48 64 96; do
+  cd $pkgdir/usr/share/icons/$theme/places/$size/
+  # no distributor-logo for Faenza-Dark
+  [[ $theme == Faenza ]]  ln -sf distributor-logo{-archlinux,}.png
+  ln -sf start-here{-archlinux,}.png
+done
+cd $pkgdir/usr/share/icons/$theme/places/scalable/
+# no distributor-logo for Faenza-Dark
+[[ $theme == Faenza ]]  ln -sf distributor-logo{-archlinux,}.svg
+ln -sf start-here{-archlinux,}.svg
+ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
+  done
+
+  for theme in Faenza{,-Dark}; do
+cd $pkgdir/usr/share/icons/$theme/apps/scalable/
+ln -sf gnome-session-reboot.svg system-reboot.svg
+for size in 16 22 24 32 48 64 96; do
+  cd $pkgdir/usr/share/icons/$theme/apps/$size/
+  ln -sf gnome-session-reboot.png system-reboot.png
+done
+  done
+}


[arch-commits] Commit in faenza-icon-theme/trunk (PKGBUILD)

2015-07-11 Thread Daniel Micay
Date: Saturday, July 11, 2015 @ 21:58:19
  Author: thestinger
Revision: 136707

upgpkg: faenza-icon-theme 1.3.1-4

Modified:
  faenza-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 18:57:51 UTC (rev 136706)
+++ PKGBUILD2015-07-11 19:58:19 UTC (rev 136707)
@@ -8,7 +8,7 @@
 
 pkgname=faenza-icon-theme
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Icon theme designed for Equinox GTK theme'
 url='http://gnome-look.org/content/show.php/Faenza?content=128143'
 license=('GPL3')
@@ -39,4 +39,13 @@
 ln -sf start-here{-archlinux,}.svg
 ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
   done
+
+  for theme in Faenza{,-Dark}; do
+cd $pkgdir/usr/share/icons/$theme/apps/scalable/
+ln -sf gnome-session-reboot.svg system-reboot.svg
+for size in 16 22 24 32 48 64 96; do
+  cd $pkgdir/usr/share/icons/$theme/apps/$size/
+  ln -sf gnome-session-reboot.png system-reboot.png
+done
+  done
 }


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

2015-07-11 Thread Antonio Rojas
Date: Sunday, July 12, 2015 @ 00:33:39
  Author: arojas
Revision: 242137

exiv2 0.25 rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 22:32:22 UTC (rev 242136)
+++ PKGBUILD2015-07-11 22:33:39 UTC (rev 242137)
@@ -6,7 +6,7 @@
 pkgbase=kdebase-runtime
 pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
 pkgver=15.04.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'


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

2015-07-11 Thread Antonio Rojas
Date: Sunday, July 12, 2015 @ 00:34:08
  Author: arojas
Revision: 242138

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

Added:
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 242137, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
(from rev 242137, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 242137, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install
(from rev 242137, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/staging-i686/PKGBUILD
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install

+
 /PKGBUILD  |  208 +++
 /kdebase-runtime.install   |   26 +++
 staging-i686/PKGBUILD  |  101 ---
 staging-i686/kdebase-runtime.install   |   13 -
 staging-x86_64/PKGBUILD|  101 ---
 staging-x86_64/kdebase-runtime.install |   13 -
 6 files changed, 234 insertions(+), 228 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-07-11 22:33:39 UTC (rev 242137)
+++ staging-i686/PKGBUILD   2015-07-11 22:34:08 UTC (rev 242138)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.3
-pkgrel=2
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
-   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('9984b22d2706e7d3efefeefca94a9de5b53f07c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_khelpcenter4() {
-  pkgdesc=(Application to show KDE Applications' documentation)
-  depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=(khelpcenter=$pkgver)
-  conflicts=('khelpcenter')
-
-  cd build/khelpcenter
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-runtime() {
-  depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-  provides=('notification-daemon')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-# Remove khelpcenter
-  cd $pkgdir
-  find -name '*khelpcenter*' | xargs rm -fr
-  find -name 'khc*' | xargs rm -fr
-  rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
-  rm -r $pkgdir/usr/share/{doc,man}
-
-# Remove kdesu
-  rm $pkgdir/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
-  pkgdesc=(KDE4 documentation)
-  conflicts=('khelpcenter15' 'plasma-desktop' 'kio-extras')
-
-  cd build/doc
-  make DESTDIR=$pkgdir install
-
-# Remove kdesu docs
-  rm -r $pkgdir/usr/share/doc/HTML/en/kdesu/
-  rm $pkgdir/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
-  pkgdesc=(Run KDE applications as root)
-  depends=('kdebase-runtime')
-  conflicts=('kde-cli-tools')
-
-  cd build/kdesu
-  make DESTDIR=$pkgdir install
-
-  cd ../doc/kdesu
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/bin
-  ln -sf /usr/lib/kde4/libexec/kdesu $pkgdir/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 242137, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-11 22:34:08 UTC (rev 242138)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea 

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

2015-07-11 Thread Antonio Rojas
Date: Sunday, July 12, 2015 @ 00:25:56
  Author: arojas
Revision: 242134

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 242133, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 242133, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 242133, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 242133, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /PKGBUILD|  208 +
 /kdebase-runtime.install |   26 
 extra-i686/PKGBUILD  |  101 
 extra-i686/kdebase-runtime.install   |   13 --
 extra-x86_64/PKGBUILD|  101 
 extra-x86_64/kdebase-runtime.install |   13 --
 6 files changed, 234 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-11 22:24:52 UTC (rev 242133)
+++ extra-i686/PKGBUILD 2015-07-11 22:25:56 UTC (rev 242134)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.3
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
-   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('9984b22d2706e7d3efefeefca94a9de5b53f07c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_khelpcenter4() {
-  pkgdesc=(Application to show KDE Applications' documentation)
-  depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=(khelpcenter=$pkgver)
-  conflicts=('khelpcenter')
-
-  cd build/khelpcenter
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-runtime() {
-  depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-  provides=('notification-daemon')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-# Remove khelpcenter
-  cd $pkgdir
-  find -name '*khelpcenter*' | xargs rm -fr
-  find -name 'khc*' | xargs rm -fr
-  rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
-  rm -r $pkgdir/usr/share/{doc,man}
-
-# Remove kdesu
-  rm $pkgdir/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
-  pkgdesc=(KDE4 documentation)
-  conflicts=('khelpcenter15' 'plasma-desktop' 'kio-extras')
-
-  cd build/doc
-  make DESTDIR=$pkgdir install
-
-# Remove kdesu docs
-  rm -r $pkgdir/usr/share/doc/HTML/en/kdesu/
-  rm $pkgdir/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
-  pkgdesc=(Run KDE applications as root)
-  depends=('kdebase-runtime')
-  conflicts=('kde-cli-tools')
-
-  cd build/kdesu
-  make DESTDIR=$pkgdir install
-
-  cd ../doc/kdesu
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/bin
-  ln -sf /usr/lib/kde4/libexec/kdesu $pkgdir/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 242133, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-11 22:25:56 UTC (rev 242134)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz 

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

2015-07-11 Thread Antonio Rojas
Date: Sunday, July 12, 2015 @ 00:24:52
  Author: arojas
Revision: 242133

Remove docs provided by kdelibs4support (FS#45614)

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 21:38:03 UTC (rev 242132)
+++ PKGBUILD2015-07-11 22:24:52 UTC (rev 242133)
@@ -6,7 +6,7 @@
 pkgbase=kdebase-runtime
 pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
 pkgver=15.04.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -79,6 +79,9 @@
 # Remove kdesu docs
   rm -r $pkgdir/usr/share/doc/HTML/en/kdesu/
   rm $pkgdir/usr/share/man/man1/kdesu.1
+
+# Remove kcm_ssl docs, provided by kdelibs4support
+  rm -r $pkgdir/usr/share/doc/HTML/en/kcontrol/kcm_ssl
 }
 
 package_kdesu4() {


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

2015-07-11 Thread Gaetan Bisson
Date: Sunday, July 12, 2015 @ 00:32:22
  Author: bisson
Revision: 242136

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

Added:
  mutt/repos/testing-i686/
  mutt/repos/testing-i686/PKGBUILD
(from rev 242135, mutt/trunk/PKGBUILD)
  mutt/repos/testing-i686/cve-2014-9116.patch
(from rev 242135, mutt/trunk/cve-2014-9116.patch)
  mutt/repos/testing-x86_64/
  mutt/repos/testing-x86_64/PKGBUILD
(from rev 242135, mutt/trunk/PKGBUILD)
  mutt/repos/testing-x86_64/cve-2014-9116.patch
(from rev 242135, mutt/trunk/cve-2014-9116.patch)

+
 testing-i686/PKGBUILD  |   61 +++
 testing-i686/cve-2014-9116.patch   |   35 
 testing-x86_64/PKGBUILD|   61 +++
 testing-x86_64/cve-2014-9116.patch |   35 
 4 files changed, 192 insertions(+)

Copied: mutt/repos/testing-i686/PKGBUILD (from rev 242135, mutt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-11 22:32:22 UTC (rev 242136)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=mutt
+pkgver=1.5.23
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('i686' 'x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=(ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz;
+'cve-2014-9116.patch')
+sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
+  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
+
+makedepends=('mercurial')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
+sha1sums=('SKIP')
+pkgver=1.5.23.hg.20150711
+
+#prepare() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+#  patch -p1 -i ../cve-2014-9116.patch
+#}
+
+build() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
+#  ./configure \
+   ./prepare \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+
+   rm ${pkgdir}/etc/mime.types{,.dist}
+   rm ${pkgdir}/usr/bin/{flea,muttbug}
+   rm ${pkgdir}/usr/share/man/man1/{flea,muttbug}.1
+   install -Dm644 contrib/gpg.rc ${pkgdir}/etc/Muttrc.gpg.dist
+}

Copied: mutt/repos/testing-i686/cve-2014-9116.patch (from rev 242135, 
mutt/trunk/cve-2014-9116.patch)
===
--- testing-i686/cve-2014-9116.patch(rev 0)
+++ testing-i686/cve-2014-9116.patch2015-07-11 22:32:22 UTC (rev 242136)
@@ -0,0 +1,35 @@
+
+# HG changeset patch
+# User Kevin McCarthy ke...@8t8.us
+# Date 1417472364 28800
+# Node ID 0aebf1df43598b442ac75ae4fe17875351854db0
+# Parent  5a86319adad0d17e4acaf8a580bfc9eb247547d0
+Revert write_one_header() to skip space and tab.  (closes #3716)
+
+This patch fixes CVE-2014-9116 in the stable branch.  It reverts
+write_one_header() to the pre [f251d523ca5a] code for skipping
+whitespace.
+
+Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
+to mutt, which this patch is based off of.
+
+diff -r 5a86319adad0 -r 0aebf1df4359 sendlib.c
+--- a/sendlib.cMon Jan 05 18:28:59 2015 -0800
 b/sendlib.cMon Dec 01 14:19:24 2014 -0800
+@@ -1814,7 +1814,14 @@
+ {
+   tagbuf = mutt_substrdup (start, t);
+   /* skip over the colon separating the header field name and value */
+-  t = skip_email_wsp(t + 1);
++  ++t;
++
++  /* skip over any leading whitespace (WSP, as defined in RFC5322)
++   * NOTE: skip_email_wsp() does the wrong thing here.
++   *   See tickets 3609 and 3716. */
++  while (*t == ' ' || *t == '\t')
++t++;
++
+   valbuf = mutt_substrdup (t, end);
+ }
+ dprint(4,(debugfile,mwoh: buf[%s%s] too long, 
+

Copied: mutt/repos/testing-x86_64/PKGBUILD (from rev 242135, 
mutt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-11 22:32:22 UTC (rev 242136)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson

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

2015-07-11 Thread Gaetan Bisson
Date: Sunday, July 12, 2015 @ 00:31:06
  Author: bisson
Revision: 242135

fix FS#45338

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 22:25:56 UTC (rev 242134)
+++ PKGBUILD2015-07-11 22:31:06 UTC (rev 242135)
@@ -18,9 +18,9 @@
   '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
 
 makedepends=('mercurial')
-source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
 sha1sums=('SKIP')
-pkgver=1.5.23.hg.20150606
+pkgver=1.5.23.hg.20150711
 
 #prepare() {
 #  cd ${srcdir}/${pkgname}-${pkgver}