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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:08:58
  Author: andrea
Revision: 206525

Fix build

Modified:
  appmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 06:07:23 UTC (rev 206524)
+++ PKGBUILD2014-03-01 08:08:58 UTC (rev 206525)
@@ -16,15 +16,15 @@
  'de499d01369fc85040f5bbfc53ae1700'
  '5db00ca92274c8b1797c204321961189')
 
-build() {
-  . /etc/profile.d/qt4.sh
+prepare() {
+  mkdir build
 
   # FS#33286
   cd ${pkgname}-${pkgver}
   patch -p0 -i ${srcdir}/appmenu-async.diff
-  cd ../
+}
 
-  mkdir build
+build() {
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \



[arch-commits] Commit in appmenu-qt/repos/extra-x86_64 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:09:39
  Author: andrea
Revision: 206527

archrelease: copy trunk to extra-x86_64

Added:
  appmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 206526, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-x86_64/appmenu-async.diff
(from rev 206526, appmenu-qt/trunk/appmenu-async.diff)
Deleted:
  appmenu-qt/repos/extra-x86_64/PKGBUILD
  appmenu-qt/repos/extra-x86_64/appmenu-async.diff

+
 PKGBUILD   |   76 ++---
 appmenu-async.diff |  298 +--
 2 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:09:19 UTC (rev 206526)
+++ PKGBUILD2014-03-01 08:09:39 UTC (rev 206527)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=appmenu-qt
-pkgver=0.2.6
-pkgrel=4
-pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
-arch=('i686' 'x86_64')
-url='https://launchpad.net/appmenu-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'appmenu-async.diff')
-md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700'
- '5db00ca92274c8b1797c204321961189')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  # FS#33286
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/appmenu-async.diff
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: appmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 206526, 
appmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:09:39 UTC (rev 206527)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=appmenu-qt
+pkgver=0.2.6
+pkgrel=4
+pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
+md5sums=('90cce750e5412d43ce075b0a9bdb6782'
+ 'de499d01369fc85040f5bbfc53ae1700'
+ '5db00ca92274c8b1797c204321961189')
+
+prepare() {
+  mkdir build
+
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: appmenu-async.diff
===
--- appmenu-async.diff  2014-03-01 08:09:19 UTC (rev 206526)
+++ appmenu-async.diff  2014-03-01 08:09:39 UTC (rev 206527)
@@ -1,149 +0,0 @@
-=== modified file 'src/CMakeLists.txt'
 src/CMakeLists.txt 2012-02-27 14:27:17 +
-+++ src/CMakeLists.txt 2013-01-04 10:33:53 +
-@@ -15,6 +15,10 @@
- ${QT_QTXML_INCLUDE_DIR}
- )
- 
-+qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
-+   registrar)
-+
-+
- qt4_automoc(${appmenu_qt_SRCS})
- 
- link_directories(
-
-=== modified file 'src/appmenuplatformmenubar.cpp'
 src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
-+++ src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
-@@ -15,6 +15,7 @@
-along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
- */
- #include appmenuplatformmenubar.h
-+#include registrar.h
- 
- // dbusmenu-qt
- #include dbusmenuexporter.h
-@@ -393,6 +394,8 @@
- 
- bool MenuBarAdapter::registerWindow()
- {
-+static com::canonical::AppMenu::Registrar *registrar = 0;
-+
- if (!m_menuBar-window()) {
- WARN  No parent for this menubar;
- return false;
-@@ -403,9 +406,8 @@
- return true;
- }
- 
--QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
--if (!host.isValid()) {
--return false;
-+if (!registrar) {
-+registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
- }
- 
- Q_FOREACH(QAction *action, m_menuBar-actions()) {
-@@ -428,8 +430,9 @@
- }
- 
- m_registeredWinId = winId;
--QVariant path = 
QVariant::fromValueQDBusObjectPath(QDBusObjectPath(m_objectPath));
--host.asyncCall(QLatin1String(RegisterWindow), QVariant(winId), path);
-+if (registrar) {
-+registrar-RegisterWindow(winId, QDBusObjectPath(m_objectPath));
-+}
- return true;
- }
- 
-
-=== added file 

[arch-commits] Commit in appmenu-qt/repos/extra-i686 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:09:19
  Author: andrea
Revision: 206526

archrelease: copy trunk to extra-i686

Added:
  appmenu-qt/repos/extra-i686/PKGBUILD
(from rev 206525, appmenu-qt/trunk/PKGBUILD)
  appmenu-qt/repos/extra-i686/appmenu-async.diff
(from rev 206525, appmenu-qt/trunk/appmenu-async.diff)
Deleted:
  appmenu-qt/repos/extra-i686/PKGBUILD
  appmenu-qt/repos/extra-i686/appmenu-async.diff

+
 PKGBUILD   |   76 ++---
 appmenu-async.diff |  298 +--
 2 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:08:58 UTC (rev 206525)
+++ PKGBUILD2014-03-01 08:09:19 UTC (rev 206526)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=appmenu-qt
-pkgver=0.2.6
-pkgrel=4
-pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
-arch=('i686' 'x86_64')
-url='https://launchpad.net/appmenu-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'appmenu-async.diff')
-md5sums=('90cce750e5412d43ce075b0a9bdb6782'
- 'de499d01369fc85040f5bbfc53ae1700'
- '5db00ca92274c8b1797c204321961189')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  # FS#33286
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/appmenu-async.diff
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: appmenu-qt/repos/extra-i686/PKGBUILD (from rev 206525, 
appmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:09:19 UTC (rev 206526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=appmenu-qt
+pkgver=0.2.6
+pkgrel=4
+pkgdesc=Allows Qt applications to export menus over DBus to a menu applet
+arch=('i686' 'x86_64')
+url='https://launchpad.net/appmenu-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'appmenu-async.diff')
+md5sums=('90cce750e5412d43ce075b0a9bdb6782'
+ 'de499d01369fc85040f5bbfc53ae1700'
+ '5db00ca92274c8b1797c204321961189')
+
+prepare() {
+  mkdir build
+
+  # FS#33286
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/appmenu-async.diff
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: appmenu-async.diff
===
--- appmenu-async.diff  2014-03-01 08:08:58 UTC (rev 206525)
+++ appmenu-async.diff  2014-03-01 08:09:19 UTC (rev 206526)
@@ -1,149 +0,0 @@
-=== modified file 'src/CMakeLists.txt'
 src/CMakeLists.txt 2012-02-27 14:27:17 +
-+++ src/CMakeLists.txt 2013-01-04 10:33:53 +
-@@ -15,6 +15,10 @@
- ${QT_QTXML_INCLUDE_DIR}
- )
- 
-+qt4_add_dbus_interface(appmenu_qt_SRCS com.canonical.AppMenu.Registrar.xml
-+   registrar)
-+
-+
- qt4_automoc(${appmenu_qt_SRCS})
- 
- link_directories(
-
-=== modified file 'src/appmenuplatformmenubar.cpp'
 src/appmenuplatformmenubar.cpp 2012-04-04 16:06:06 +
-+++ src/appmenuplatformmenubar.cpp 2013-01-04 10:36:25 +
-@@ -15,6 +15,7 @@
-along with appmenu-qt.  If not, see http://www.gnu.org/licenses/.
- */
- #include appmenuplatformmenubar.h
-+#include registrar.h
- 
- // dbusmenu-qt
- #include dbusmenuexporter.h
-@@ -393,6 +394,8 @@
- 
- bool MenuBarAdapter::registerWindow()
- {
-+static com::canonical::AppMenu::Registrar *registrar = 0;
-+
- if (!m_menuBar-window()) {
- WARN  No parent for this menubar;
- return false;
-@@ -403,9 +406,8 @@
- return true;
- }
- 
--QDBusInterface host(REGISTRAR_SERVICE, REGISTRAR_PATH, REGISTRAR_IFACE);
--if (!host.isValid()) {
--return false;
-+if (!registrar) {
-+registrar = new com::canonical::AppMenu::Registrar(REGISTRAR_SERVICE, 
REGISTRAR_PATH, QDBusConnection::sessionBus(), 0);
- }
- 
- Q_FOREACH(QAction *action, m_menuBar-actions()) {
-@@ -428,8 +430,9 @@
- }
- 
- m_registeredWinId = winId;
--QVariant path = 
QVariant::fromValueQDBusObjectPath(QDBusObjectPath(m_objectPath));
--host.asyncCall(QLatin1String(RegisterWindow), QVariant(winId), path);
-+if (registrar) {
-+registrar-RegisterWindow(winId, QDBusObjectPath(m_objectPath));
-+}
- return true;
- }
- 
-
-=== added file 

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

2014-03-01 Thread Pierre Schmitz
Date: Saturday, March 1, 2014 @ 09:11:09
  Author: pierre
Revision: 206528

upgpkg: php-apcu 4.0.4-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:09:39 UTC (rev 206527)
+++ PKGBUILD2014-03-01 08:11:09 UTC (rev 206528)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-apcu
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -14,7 +14,7 @@
 license=('PHP')
 source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('4db3d1ed48c447d9adebec13a8846d48')
+md5sums=('a7696b1c351d9bd1592b7840701f5bf7')
 
 build() {
cd $srcdir/apcu-$pkgver



[arch-commits] Commit in automoc4/repos/extra-x86_64 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:11:54
  Author: andrea
Revision: 206531

archrelease: copy trunk to extra-x86_64

Added:
  automoc4/repos/extra-x86_64/PKGBUILD
(from rev 206530, automoc4/trunk/PKGBUILD)
  automoc4/repos/extra-x86_64/license.txt
(from rev 206530, automoc4/trunk/license.txt)
Deleted:
  automoc4/repos/extra-x86_64/PKGBUILD
  automoc4/repos/extra-x86_64/license.txt

-+
 PKGBUILD|   73 +-
 license.txt |   62 -
 2 files changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:11:34 UTC (rev 206530)
+++ PKGBUILD2014-03-01 08:11:54 UTC (rev 206531)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=automoc4
-pkgver=0.9.88
-pkgrel=4
-pkgdesc=Automatic moc for Qt4
-arch=('i686' 'x86_64')
-url='http://www.kde.org/'
-license=('custom')
-depends=('qt4')
-makedepends=('pkgconfig' 'cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'license.txt')
-md5sums=('91bf517cb940109180ecd07bc90c69ec'
- '9014edbb7e2f02fe90b2db8707487bce')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-cd build
-   make DESTDIR=${pkgdir} install
-
-install -Dm644 ${srcdir}/license.txt \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: automoc4/repos/extra-x86_64/PKGBUILD (from rev 206530, 
automoc4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:11:54 UTC (rev 206531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+prepare() {
+   mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+  cd build
+   make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2014-03-01 08:11:34 UTC (rev 206530)
+++ license.txt 2014-03-01 08:11:54 UTC (rev 206531)
@@ -1,31 +0,0 @@
-Upstream Authors: 
-
-   Mathias Kretz kr...@kde.org
-   Alexander Neundorff neundo...@kde.org
-
-Copyright: 
-
-   Copyright (c) 2007 Mathias Kretz kr...@kde.org
-
-License:
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: automoc4/repos/extra-x86_64/license.txt (from rev 206530, 
automoc4/trunk/license.txt)
===
--- license.txt (rev 0)
+++ license.txt 2014-03-01 08:11:54 UTC (rev 206531)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+   Mathias Kretz kr...@kde.org
+   Alexander Neundorff neundo...@kde.org
+
+Copyright: 
+
+   

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:11:34
  Author: andrea
Revision: 206530

Fix build

Modified:
  automoc4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:11:31 UTC (rev 206529)
+++ PKGBUILD2014-03-01 08:11:34 UTC (rev 206530)
@@ -16,21 +16,22 @@
 md5sums=('91bf517cb940109180ecd07bc90c69ec'
  '9014edbb7e2f02fe90b2db8707487bce')
 
+prepare() {
+   mkdir build
+}
+
 build() {
-. /etc/profile.d/qt4.sh
-
-   mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 
 package() {
-cd build
+  cd build
make DESTDIR=${pkgdir} install
 
-install -Dm644 ${srcdir}/license.txt \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 ${srcdir}/license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-03-01 Thread Pierre Schmitz
Date: Saturday, March 1, 2014 @ 09:11:31
  Author: pierre
Revision: 206529

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

Added:
  php-apcu/repos/testing-i686/
  php-apcu/repos/testing-i686/PKGBUILD
(from rev 206528, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/testing-x86_64/
  php-apcu/repos/testing-x86_64/PKGBUILD
(from rev 206528, php-apcu/trunk/PKGBUILD)

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

Copied: php-apcu/repos/testing-i686/PKGBUILD (from rev 206528, 
php-apcu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-01 08:11:31 UTC (rev 206529)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.4
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=(php-apc=${pkgver})
+license=('PHP')
+source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('a7696b1c351d9bd1592b7840701f5bf7')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/apcu-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so'  apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Copied: php-apcu/repos/testing-x86_64/PKGBUILD (from rev 206528, 
php-apcu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-01 08:11:31 UTC (rev 206529)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.4
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=(php-apc=${pkgver})
+license=('PHP')
+source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('a7696b1c351d9bd1592b7840701f5bf7')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/apcu-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so'  apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}



[arch-commits] Commit in automoc4/repos/extra-i686 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:12:12
  Author: andrea
Revision: 206532

archrelease: copy trunk to extra-i686

Added:
  automoc4/repos/extra-i686/PKGBUILD
(from rev 206531, automoc4/trunk/PKGBUILD)
  automoc4/repos/extra-i686/license.txt
(from rev 206531, automoc4/trunk/license.txt)
Deleted:
  automoc4/repos/extra-i686/PKGBUILD
  automoc4/repos/extra-i686/license.txt

-+
 PKGBUILD|   73 +-
 license.txt |   62 -
 2 files changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:11:54 UTC (rev 206531)
+++ PKGBUILD2014-03-01 08:12:12 UTC (rev 206532)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=automoc4
-pkgver=0.9.88
-pkgrel=4
-pkgdesc=Automatic moc for Qt4
-arch=('i686' 'x86_64')
-url='http://www.kde.org/'
-license=('custom')
-depends=('qt4')
-makedepends=('pkgconfig' 'cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'license.txt')
-md5sums=('91bf517cb940109180ecd07bc90c69ec'
- '9014edbb7e2f02fe90b2db8707487bce')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-cd build
-   make DESTDIR=${pkgdir} install
-
-install -Dm644 ${srcdir}/license.txt \
-  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: automoc4/repos/extra-i686/PKGBUILD (from rev 206531, 
automoc4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:12:12 UTC (rev 206532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+prepare() {
+   mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+  cd build
+   make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: license.txt
===
--- license.txt 2014-03-01 08:11:54 UTC (rev 206531)
+++ license.txt 2014-03-01 08:12:12 UTC (rev 206532)
@@ -1,31 +0,0 @@
-Upstream Authors: 
-
-   Mathias Kretz kr...@kde.org
-   Alexander Neundorff neundo...@kde.org
-
-Copyright: 
-
-   Copyright (c) 2007 Mathias Kretz kr...@kde.org
-
-License:
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: automoc4/repos/extra-i686/license.txt (from rev 206531, 
automoc4/trunk/license.txt)
===
--- license.txt (rev 0)
+++ license.txt 2014-03-01 08:12:12 UTC (rev 206532)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+   Mathias Kretz kr...@kde.org
+   Alexander Neundorff neundo...@kde.org
+
+Copyright: 
+
+   Copyright (c) 2007 

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:14:22
  Author: andrea
Revision: 206533

Fix build

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:12:12 UTC (rev 206532)
+++ PKGBUILD2014-03-01 08:14:22 UTC (rev 206533)
@@ -10,16 +10,18 @@
 url=http://delta.affinix.com/qca/;
 license=('LGPL')
 depends=('qt4' 'ca-certificates')
-source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
+source=(http://delta.affinix.com/download/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2;
 'gcc47.patch')
 md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
  'dffc7367152dc1447253a0387a2a')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p0 -i ${srcdir}/gcc47.patch
+}
+
 build() {
-. /etc/profile.d/qt4.sh
-
-   cd $srcdir/${pkgname}-${pkgver}
-   patch -p0 -i ${srcdir}/gcc47.patch
+   cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--disable-tests \
@@ -30,6 +32,6 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make INSTALL_ROOT=${pkgdir} install
+   cd ${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
 }



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:14:43
  Author: andrea
Revision: 206534

archrelease: copy trunk to extra-i686

Added:
  qca/repos/extra-i686/PKGBUILD
(from rev 206533, qca/trunk/PKGBUILD)
  qca/repos/extra-i686/gcc47.patch
(from rev 206533, qca/trunk/gcc47.patch)
Deleted:
  qca/repos/extra-i686/PKGBUILD
  qca/repos/extra-i686/gcc47.patch

-+
 PKGBUILD|   72 +-
 gcc47.patch |   34 +--
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:14:22 UTC (rev 206533)
+++ PKGBUILD2014-03-01 08:14:43 UTC (rev 206534)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qca
-pkgver=2.0.3
-pkgrel=4
-pkgdesc=Qt Cryptographic Architecture
-arch=('i686' 'x86_64')
-url=http://delta.affinix.com/qca/;
-license=('LGPL')
-depends=('qt4' 'ca-certificates')
-source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
-'gcc47.patch')
-md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
- 'dffc7367152dc1447253a0387a2a')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-   cd $srcdir/${pkgname}-${pkgver}
-   patch -p0 -i ${srcdir}/gcc47.patch
-   ./configure \
-   --prefix=/usr \
-   --disable-tests \
-   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
-   --release \
-   --no-separate-debug-info
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make INSTALL_ROOT=${pkgdir} install
-}

Copied: qca/repos/extra-i686/PKGBUILD (from rev 206533, qca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:14:43 UTC (rev 206534)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca
+pkgver=2.0.3
+pkgrel=4
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('qt4' 'ca-certificates')
+source=(http://delta.affinix.com/download/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2;
+'gcc47.patch')
+md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
+ 'dffc7367152dc1447253a0387a2a')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p0 -i ${srcdir}/gcc47.patch
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --disable-tests \
+   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
+   --release \
+   --no-separate-debug-info
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Deleted: gcc47.patch
===
--- gcc47.patch 2014-03-01 08:14:22 UTC (rev 206533)
+++ gcc47.patch 2014-03-01 08:14:43 UTC (rev 206534)
@@ -1,17 +0,0 @@
 ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
-+++ ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 
+0100
-@@ -214,11 +214,11 @@
- 
-   SecureVector(u32bit n = 0) { MemoryRegionT::init(true, n); }
-   SecureVector(const T in[], u32bit n)
-- { MemoryRegionT::init(true); set(in, n); }
-+ { MemoryRegionT::init(true); this-set(in, n); }
-   SecureVector(const MemoryRegionT in)
-- { MemoryRegionT::init(true); set(in); }
-+ { MemoryRegionT::init(true); this-set(in); }
-   SecureVector(const MemoryRegionT in1, const MemoryRegionT in2)
-- { MemoryRegionT::init(true); set(in1); append(in2); }
-+ { MemoryRegionT::init(true); this-set(in1); append(in2); }
-};
- 
- /*

Copied: qca/repos/extra-i686/gcc47.patch (from rev 206533, 
qca/trunk/gcc47.patch)
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2014-03-01 08:14:43 UTC (rev 206534)
@@ -0,0 +1,17 @@
+--- ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
 ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 
+0100
+@@ -214,11 +214,11 @@
+ 
+   SecureVector(u32bit n = 0) { MemoryRegionT::init(true, n); }
+   SecureVector(const T in[], u32bit n)
+- { MemoryRegionT::init(true); set(in, n); }
++ { MemoryRegionT::init(true); this-set(in, n); }
+   SecureVector(const MemoryRegionT in)
+- { MemoryRegionT::init(true); set(in); }
++ { MemoryRegionT::init(true); this-set(in); }
+   SecureVector(const MemoryRegionT in1, const MemoryRegionT in2)
+- { MemoryRegionT::init(true); 

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:14:56
  Author: andrea
Revision: 206535

archrelease: copy trunk to extra-x86_64

Added:
  qca/repos/extra-x86_64/PKGBUILD
(from rev 206534, qca/trunk/PKGBUILD)
  qca/repos/extra-x86_64/gcc47.patch
(from rev 206534, qca/trunk/gcc47.patch)
Deleted:
  qca/repos/extra-x86_64/PKGBUILD
  qca/repos/extra-x86_64/gcc47.patch

-+
 PKGBUILD|   72 +-
 gcc47.patch |   34 +--
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:14:43 UTC (rev 206534)
+++ PKGBUILD2014-03-01 08:14:56 UTC (rev 206535)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qca
-pkgver=2.0.3
-pkgrel=4
-pkgdesc=Qt Cryptographic Architecture
-arch=('i686' 'x86_64')
-url=http://delta.affinix.com/qca/;
-license=('LGPL')
-depends=('qt4' 'ca-certificates')
-source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
-'gcc47.patch')
-md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
- 'dffc7367152dc1447253a0387a2a')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-   cd $srcdir/${pkgname}-${pkgver}
-   patch -p0 -i ${srcdir}/gcc47.patch
-   ./configure \
-   --prefix=/usr \
-   --disable-tests \
-   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
-   --release \
-   --no-separate-debug-info
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make INSTALL_ROOT=${pkgdir} install
-}

Copied: qca/repos/extra-x86_64/PKGBUILD (from rev 206534, qca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:14:56 UTC (rev 206535)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca
+pkgver=2.0.3
+pkgrel=4
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('qt4' 'ca-certificates')
+source=(http://delta.affinix.com/download/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2;
+'gcc47.patch')
+md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
+ 'dffc7367152dc1447253a0387a2a')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p0 -i ${srcdir}/gcc47.patch
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --disable-tests \
+   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
+   --release \
+   --no-separate-debug-info
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Deleted: gcc47.patch
===
--- gcc47.patch 2014-03-01 08:14:43 UTC (rev 206534)
+++ gcc47.patch 2014-03-01 08:14:56 UTC (rev 206535)
@@ -1,17 +0,0 @@
 ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
-+++ ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 
+0100
-@@ -214,11 +214,11 @@
- 
-   SecureVector(u32bit n = 0) { MemoryRegionT::init(true, n); }
-   SecureVector(const T in[], u32bit n)
-- { MemoryRegionT::init(true); set(in, n); }
-+ { MemoryRegionT::init(true); this-set(in, n); }
-   SecureVector(const MemoryRegionT in)
-- { MemoryRegionT::init(true); set(in); }
-+ { MemoryRegionT::init(true); this-set(in); }
-   SecureVector(const MemoryRegionT in1, const MemoryRegionT in2)
-- { MemoryRegionT::init(true); set(in1); append(in2); }
-+ { MemoryRegionT::init(true); this-set(in1); append(in2); }
-};
- 
- /*

Copied: qca/repos/extra-x86_64/gcc47.patch (from rev 206534, 
qca/trunk/gcc47.patch)
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2014-03-01 08:14:56 UTC (rev 206535)
@@ -0,0 +1,17 @@
+--- ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
 ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 
+0100
+@@ -214,11 +214,11 @@
+ 
+   SecureVector(u32bit n = 0) { MemoryRegionT::init(true, n); }
+   SecureVector(const T in[], u32bit n)
+- { MemoryRegionT::init(true); set(in, n); }
++ { MemoryRegionT::init(true); this-set(in, n); }
+   SecureVector(const MemoryRegionT in)
+- { MemoryRegionT::init(true); set(in); }
++ { MemoryRegionT::init(true); this-set(in); }
+   SecureVector(const MemoryRegionT in1, const MemoryRegionT in2)
+- { 

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:15:56
  Author: andrea
Revision: 206536

Fix build

Modified:
  qjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:14:56 UTC (rev 206535)
+++ PKGBUILD2014-03-01 08:15:56 UTC (rev 206536)
@@ -13,10 +13,11 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
 md5sums=('4eef13da988edf8f91c260a3e1baeea9')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \



[arch-commits] Commit in qjson/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:16:16
  Author: andrea
Revision: 206537

archrelease: copy trunk to extra-i686

Added:
  qjson/repos/extra-i686/PKGBUILD
(from rev 206536, qjson/trunk/PKGBUILD)
Deleted:
  qjson/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:15:56 UTC (rev 206536)
+++ PKGBUILD2014-03-01 08:16:16 UTC (rev 206537)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qjson
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=A qt-based library that maps JSON data to QVariant objects
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://qjson.sourceforge.net;
-depends=('qt4')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4eef13da988edf8f91c260a3e1baeea9')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qjson/repos/extra-i686/PKGBUILD (from rev 206536, qjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:16:16 UTC (rev 206537)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in qjson/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:16:33
  Author: andrea
Revision: 206538

archrelease: copy trunk to extra-x86_64

Added:
  qjson/repos/extra-x86_64/PKGBUILD
(from rev 206537, qjson/trunk/PKGBUILD)
Deleted:
  qjson/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:16:16 UTC (rev 206537)
+++ PKGBUILD2014-03-01 08:16:33 UTC (rev 206538)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qjson
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=A qt-based library that maps JSON data to QVariant objects
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://qjson.sourceforge.net;
-depends=('qt4')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4eef13da988edf8f91c260a3e1baeea9')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qjson/repos/extra-x86_64/PKGBUILD (from rev 206537, 
qjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:16:33 UTC (rev 206538)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in qwtplot3d/repos/extra-i686 (6 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:18:47
  Author: andrea
Revision: 206540

archrelease: copy trunk to extra-i686

Added:
  qwtplot3d/repos/extra-i686/PKGBUILD
(from rev 206539, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
(from rev 206539, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 206539, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
Deleted:
  qwtplot3d/repos/extra-i686/PKGBUILD
  qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-i686/qwtplot3d-qt-4.8.0.patch

--+
 PKGBUILD |   99 ++---
 qwtplot3d-gcc44.patch|   24 +-
 qwtplot3d-qt-4.8.0.patch |   68 +++---
 3 files changed, 96 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:18:29 UTC (rev 206539)
+++ PKGBUILD2014-03-01 08:18:47 UTC (rev 206540)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qwtplot3d
-pkgver=0.2.7
-pkgrel=6
-pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
-arch=(i686 x86_64)
-license=('custom:zlib')
-url=http://qwtplot3d.sourceforge.net/;
-depends=('qt4' 'qwt')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
-qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
-sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
-  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
-  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-cd ${srcdir}/${pkgname}
-patch -p1  ../qwtplot3d-gcc44.patch
-patch -p1  ../qwtplot3d-qt-4.8.0.patch
-
-# build qwt:
-qmake qwtplot3d.pro
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
-
-for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
-done
-
-for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
-done
-
-# install custom license
-install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
-}
-

Copied: qwtplot3d/repos/extra-i686/PKGBUILD (from rev 206539, 
qwtplot3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:18:47 UTC (rev 206540)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qwtplot3d
+pkgver=0.2.7
+pkgrel=6
+pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
+arch=(i686 x86_64)
+license=('custom:zlib')
+url=http://qwtplot3d.sourceforge.net/;
+depends=('qt4' 'qwt')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
+qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
+  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
+  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
+
+prepare() {
+cd ${pkgname}
+patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
+patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
+}
+
+build() {
+cd ${pkgname}
+# build qwt:
+qmake qwtplot3d.pro
+make
+}
+
+package() {
+cd ${pkgname}
+
+# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+
+for n in include/* ; do
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
+done
+
+for n in lib/libqwtplot3d.so* ; do
+ cp -d $n ${pkgdir}/usr/lib
+done
+
+# install custom license
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: qwtplot3d-gcc44.patch
===
--- qwtplot3d-gcc44.patch   2014-03-01 08:18:29 UTC (rev 206539)
+++ qwtplot3d-gcc44.patch   2014-03-01 08:18:47 UTC (rev 206540)
@@ -1,12 +0,0 @@
-diff -ur qwtplot3d-orig/include/qwt3d_function.h 
qwtplot3d/include/qwt3d_function.h
 qwtplot3d-orig/include/qwt3d_function.h2009-07-25 18:18:58.0 
-0400
-+++ qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.0 -0400
-@@ -2,6 +2,7 @@
- #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
- 
- #include qwt3d_gridmapping.h
-+#include cstdio
- 
- namespace Qwt3D
- {
-Only in qwtplot3d/tmp: qwt3d_function.o

Copied: qwtplot3d/repos/extra-i686/qwtplot3d-gcc44.patch (from rev 206539, 
qwtplot3d/trunk/qwtplot3d-gcc44.patch)
===
--- qwtplot3d-gcc44.patch

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:18:29
  Author: andrea
Revision: 206539

Fix build

Modified:
  qwtplot3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:16:33 UTC (rev 206538)
+++ PKGBUILD2014-03-01 08:18:29 UTC (rev 206539)
@@ -17,13 +17,14 @@
   '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
   '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
 
+prepare() {
+cd ${pkgname}
+patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
+patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
+}
+
 build() {
-. /etc/profile.d/qt4.sh
-
-cd ${srcdir}/${pkgname}
-patch -p1  ../qwtplot3d-gcc44.patch
-patch -p1  ../qwtplot3d-qt-4.8.0.patch
-
+cd ${pkgname}
 # build qwt:
 qmake qwtplot3d.pro
 make
@@ -30,20 +31,20 @@
 }
 
 package() {
-cd ${srcdir}/${pkgname}
+cd ${pkgname}
 
 # install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
 
 for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
 done
 
 for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
+ cp -d $n ${pkgdir}/usr/lib
 done
 
 # install custom license
-install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:19:07
  Author: andrea
Revision: 206541

archrelease: copy trunk to extra-x86_64

Added:
  qwtplot3d/repos/extra-x86_64/PKGBUILD
(from rev 206540, qwtplot3d/trunk/PKGBUILD)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
(from rev 206540, qwtplot3d/trunk/qwtplot3d-gcc44.patch)
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 206540, qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch)
Deleted:
  qwtplot3d/repos/extra-x86_64/PKGBUILD
  qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch
  qwtplot3d/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch

--+
 PKGBUILD |   99 ++---
 qwtplot3d-gcc44.patch|   24 +-
 qwtplot3d-qt-4.8.0.patch |   68 +++---
 3 files changed, 96 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:18:47 UTC (rev 206540)
+++ PKGBUILD2014-03-01 08:19:07 UTC (rev 206541)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qwtplot3d
-pkgver=0.2.7
-pkgrel=6
-pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
-arch=(i686 x86_64)
-license=('custom:zlib')
-url=http://qwtplot3d.sourceforge.net/;
-depends=('qt4' 'qwt')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
-qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
-sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
-  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
-  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
-
-build() {
-. /etc/profile.d/qt4.sh
-
-cd ${srcdir}/${pkgname}
-patch -p1  ../qwtplot3d-gcc44.patch
-patch -p1  ../qwtplot3d-qt-4.8.0.patch
-
-# build qwt:
-qmake qwtplot3d.pro
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
-
-for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
-done
-
-for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
-done
-
-# install custom license
-install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
-}
-

Copied: qwtplot3d/repos/extra-x86_64/PKGBUILD (from rev 206540, 
qwtplot3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:19:07 UTC (rev 206541)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qwtplot3d
+pkgver=0.2.7
+pkgrel=6
+pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
+arch=(i686 x86_64)
+license=('custom:zlib')
+url=http://qwtplot3d.sourceforge.net/;
+depends=('qt4' 'qwt')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
+qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
+  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
+  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
+
+prepare() {
+cd ${pkgname}
+patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
+patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
+}
+
+build() {
+cd ${pkgname}
+# build qwt:
+qmake qwtplot3d.pro
+make
+}
+
+package() {
+cd ${pkgname}
+
+# install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+
+for n in include/* ; do
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
+done
+
+for n in lib/libqwtplot3d.so* ; do
+ cp -d $n ${pkgdir}/usr/lib
+done
+
+# install custom license
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: qwtplot3d-gcc44.patch
===
--- qwtplot3d-gcc44.patch   2014-03-01 08:18:47 UTC (rev 206540)
+++ qwtplot3d-gcc44.patch   2014-03-01 08:19:07 UTC (rev 206541)
@@ -1,12 +0,0 @@
-diff -ur qwtplot3d-orig/include/qwt3d_function.h 
qwtplot3d/include/qwt3d_function.h
 qwtplot3d-orig/include/qwt3d_function.h2009-07-25 18:18:58.0 
-0400
-+++ qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.0 -0400
-@@ -2,6 +2,7 @@
- #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
- 
- #include qwt3d_gridmapping.h
-+#include cstdio
- 
- namespace Qwt3D
- {
-Only in qwtplot3d/tmp: qwt3d_function.o

Copied: qwtplot3d/repos/extra-x86_64/qwtplot3d-gcc44.patch (from rev 206540, 
qwtplot3d/trunk/qwtplot3d-gcc44.patch)
===
--- qwtplot3d-gcc44.patch  

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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:19:41
  Author: andrea
Revision: 206542

Fix build

Modified:
  qimageblitz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:19:07 UTC (rev 206541)
+++ PKGBUILD2014-03-01 08:19:41 UTC (rev 206542)
@@ -14,14 +14,15 @@
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



[arch-commits] Commit in qimageblitz/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:19:57
  Author: andrea
Revision: 206543

archrelease: copy trunk to extra-i686

Added:
  qimageblitz/repos/extra-i686/PKGBUILD
(from rev 206542, qimageblitz/trunk/PKGBUILD)
Deleted:
  qimageblitz/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:19:41 UTC (rev 206542)
+++ PKGBUILD2014-03-01 08:19:57 UTC (rev 206543)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=3
-pkgdesc=A graphical effect and filter library for KDE
-arch=('i686' 'x86_64')
-url=http://www.kde.org/;
-license=('GPL2')
-depends=('qt4')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qimageblitz/repos/extra-i686/PKGBUILD (from rev 206542, 
qimageblitz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:19:57 UTC (rev 206543)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in qimageblitz/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:20:12
  Author: andrea
Revision: 206544

archrelease: copy trunk to extra-x86_64

Added:
  qimageblitz/repos/extra-x86_64/PKGBUILD
(from rev 206543, qimageblitz/trunk/PKGBUILD)
Deleted:
  qimageblitz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:19:57 UTC (rev 206543)
+++ PKGBUILD2014-03-01 08:20:12 UTC (rev 206544)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qimageblitz
-pkgver=0.0.6
-pkgrel=3
-pkgdesc=A graphical effect and filter library for KDE
-arch=('i686' 'x86_64')
-url=http://www.kde.org/;
-license=('GPL2')
-depends=('qt4')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: qimageblitz/repos/extra-x86_64/PKGBUILD (from rev 206543, 
qimageblitz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:20:12 UTC (rev 206544)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in polkit-qt/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:21:00
  Author: andrea
Revision: 206545

archrelease: copy trunk to extra-i686

Added:
  polkit-qt/repos/extra-i686/PKGBUILD
(from rev 206544, polkit-qt/trunk/PKGBUILD)
Deleted:
  polkit-qt/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:20:12 UTC (rev 206544)
+++ PKGBUILD2014-03-01 08:21:00 UTC (rev 206545)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-qt
-pkgver=0.103.0
-pkgrel=2
-pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
-license=('LGPL')
-depends=('polkit' 'qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
-md5sums=('a105e233e6733fb072c9080cd7ae1af2')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-qt/repos/extra-i686/PKGBUILD (from rev 206544, 
polkit-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:21:00 UTC (rev 206545)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-qt
+pkgver=0.103.0
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+depends=('polkit' 'qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
+md5sums=('a105e233e6733fb072c9080cd7ae1af2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in polkit-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:21:14
  Author: andrea
Revision: 206546

archrelease: copy trunk to extra-x86_64

Added:
  polkit-qt/repos/extra-x86_64/PKGBUILD
(from rev 206545, polkit-qt/trunk/PKGBUILD)
Deleted:
  polkit-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:21:00 UTC (rev 206545)
+++ PKGBUILD2014-03-01 08:21:14 UTC (rev 206546)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-qt
-pkgver=0.103.0
-pkgrel=2
-pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
-license=('LGPL')
-depends=('polkit' 'qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
-md5sums=('a105e233e6733fb072c9080cd7ae1af2')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-qt/repos/extra-x86_64/PKGBUILD (from rev 206545, 
polkit-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:21:14 UTC (rev 206546)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-qt
+pkgver=0.103.0
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+depends=('polkit' 'qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
+md5sums=('a105e233e6733fb072c9080cd7ae1af2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:22:08
  Author: andrea
Revision: 206547

Fix build

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:21:14 UTC (rev 206546)
+++ PKGBUILD2014-03-01 08:22:08 UTC (rev 206547)
@@ -13,10 +13,11 @@
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('8baac61506e37a31482a0df4a5d02cd2')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



[arch-commits] Commit in prison/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:22:27
  Author: andrea
Revision: 206548

archrelease: copy trunk to extra-i686

Added:
  prison/repos/extra-i686/PKGBUILD
(from rev 206547, prison/trunk/PKGBUILD)
Deleted:
  prison/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:22:08 UTC (rev 206547)
+++ PKGBUILD2014-03-01 08:22:27 UTC (rev 206548)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.0
-pkgrel=2
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-i686/PKGBUILD (from rev 206547, 
prison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:22:27 UTC (rev 206548)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.0
+pkgrel=2
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in prison/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:22:41
  Author: andrea
Revision: 206549

archrelease: copy trunk to extra-x86_64

Added:
  prison/repos/extra-x86_64/PKGBUILD
(from rev 206548, prison/trunk/PKGBUILD)
Deleted:
  prison/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:22:27 UTC (rev 206548)
+++ PKGBUILD2014-03-01 08:22:41 UTC (rev 206549)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.0
-pkgrel=2
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8baac61506e37a31482a0df4a5d02cd2')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-x86_64/PKGBUILD (from rev 206548, 
prison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:22:41 UTC (rev 206549)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.0
+pkgrel=2
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:23:41
  Author: andrea
Revision: 206550

Fix build

Modified:
  libqzeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:22:41 UTC (rev 206549)
+++ PKGBUILD2014-03-01 08:23:41 UTC (rev 206550)
@@ -15,22 +15,22 @@
 md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
  '712013e582acb73296e41ad842d0da01')
 
-build() {
-  . /etc/profile.d/qt4.sh
+prepare() {
+  mkdir build
 
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
-  cd ../
 
   # Fix python2 path
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 ${pkgname}-${pkgver}/scripts/onto2cpp.py
+}
 
-  mkdir build
+build() {
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_PREFIX=/usr \
 -DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
   make
 }



[arch-commits] Commit in libqzeitgeist/repos/extra-i686 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:23:56
  Author: andrea
Revision: 206551

archrelease: copy trunk to extra-i686

Added:
  libqzeitgeist/repos/extra-i686/PKGBUILD
(from rev 206550, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch
(from rev 206550, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)
Deleted:
  libqzeitgeist/repos/extra-i686/PKGBUILD
  libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch

+
 PKGBUILD   |   82 +++
 set-declarative-installation-dir.patch |   28 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:23:41 UTC (rev 206550)
+++ PKGBUILD2014-03-01 08:23:56 UTC (rev 206551)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libqzeitgeist
-pkgver=0.8.0
-pkgrel=3
-pkgdesc=A Qt interface to the Zeitgeist event tracking system
-url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'set-declarative-installation-dir.patch')
-md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
- '712013e582acb73296e41ad842d0da01')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
-  cd ../
-
-  # Fix python2 path
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-${pkgname}-${pkgver}/scripts/onto2cpp.py
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libqzeitgeist/repos/extra-i686/PKGBUILD (from rev 206550, 
libqzeitgeist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:23:56 UTC (rev 206551)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=3
+pkgdesc=A Qt interface to the Zeitgeist event tracking system
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+${pkgname}-${pkgver}/scripts/onto2cpp.py
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: set-declarative-installation-dir.patch
===
--- set-declarative-installation-dir.patch  2014-03-01 08:23:41 UTC (rev 
206550)
+++ set-declarative-installation-dir.patch  2014-03-01 08:23:56 UTC (rev 
206551)
@@ -1,14 +0,0 @@
 libqzeitgeist-0.8.0/declarative/CMakeLists.txt~2012-01-28 
10:55:56.178972521 +
-+++ libqzeitgeist-0.8.0/declarative/CMakeLists.txt 2012-01-28 
10:57:29.601561527 +
-@@ -14,7 +14,9 @@
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
- automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
- 
--target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
-+target_link_libraries(QZeitgeistDeclarativePlugin 
${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
- 
--install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
-+set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH Location to 
install declarative bindings)
-+
-+install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
- install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)

Copied: libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch 
(from rev 206550, libqzeitgeist/trunk/set-declarative-installation-dir.patch)
===
--- set-declarative-installation-dir.patch  (rev 0)
+++ 

[arch-commits] Commit in libqzeitgeist/repos/extra-x86_64 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:24:09
  Author: andrea
Revision: 206552

archrelease: copy trunk to extra-x86_64

Added:
  libqzeitgeist/repos/extra-x86_64/PKGBUILD
(from rev 206551, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch
(from rev 206551, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)
Deleted:
  libqzeitgeist/repos/extra-x86_64/PKGBUILD
  libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch

+
 PKGBUILD   |   82 +++
 set-declarative-installation-dir.patch |   28 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:23:56 UTC (rev 206551)
+++ PKGBUILD2014-03-01 08:24:09 UTC (rev 206552)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libqzeitgeist
-pkgver=0.8.0
-pkgrel=3
-pkgdesc=A Qt interface to the Zeitgeist event tracking system
-url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'set-declarative-installation-dir.patch')
-md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
- '712013e582acb73296e41ad842d0da01')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
-  cd ../
-
-  # Fix python2 path
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-${pkgname}-${pkgver}/scripts/onto2cpp.py
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libqzeitgeist/repos/extra-x86_64/PKGBUILD (from rev 206551, 
libqzeitgeist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:24:09 UTC (rev 206552)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=3
+pkgdesc=A Qt interface to the Zeitgeist event tracking system
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+${pkgname}-${pkgver}/scripts/onto2cpp.py
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: set-declarative-installation-dir.patch
===
--- set-declarative-installation-dir.patch  2014-03-01 08:23:56 UTC (rev 
206551)
+++ set-declarative-installation-dir.patch  2014-03-01 08:24:09 UTC (rev 
206552)
@@ -1,14 +0,0 @@
 libqzeitgeist-0.8.0/declarative/CMakeLists.txt~2012-01-28 
10:55:56.178972521 +
-+++ libqzeitgeist-0.8.0/declarative/CMakeLists.txt 2012-01-28 
10:57:29.601561527 +
-@@ -14,7 +14,9 @@
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
- automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
- 
--target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
-+target_link_libraries(QZeitgeistDeclarativePlugin 
${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
- 
--install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
-+set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH Location to 
install declarative bindings)
-+
-+install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
- install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)

Copied: libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch 
(from rev 206551, libqzeitgeist/trunk/set-declarative-installation-dir.patch)
===
--- set-declarative-installation-dir.patch 

[arch-commits] Commit in libdbusmenu-qt/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:25:09
  Author: andrea
Revision: 206554

archrelease: copy trunk to extra-i686

Added:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
(from rev 206553, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:24:51 UTC (rev 206553)
+++ PKGBUILD2014-03-01 08:25:09 UTC (rev 206554)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libdbusmenu-qt/repos/extra-i686/PKGBUILD (from rev 206553, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:25:09 UTC (rev 206554)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:24:51
  Author: andrea
Revision: 206553

Fix build

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:24:09 UTC (rev 206552)
+++ PKGBUILD2014-03-01 08:24:51 UTC (rev 206553)
@@ -13,10 +13,11 @@
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \



[arch-commits] Commit in libdbusmenu-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:25:23
  Author: andrea
Revision: 206555

archrelease: copy trunk to extra-x86_64

Added:
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 206554, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:25:09 UTC (rev 206554)
+++ PKGBUILD2014-03-01 08:25:23 UTC (rev 206555)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libdbusmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 206554, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:25:23 UTC (rev 206555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libdbusmenu-qt/repos (kde-unstable-x86_64)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:26:16
  Author: andrea
Revision: 206556

cleanup

Deleted:
  libdbusmenu-qt/repos/kde-unstable-x86_64/



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:27:29
  Author: andrea
Revision: 206557

Fix build

Modified:
  qt-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:26:16 UTC (rev 206556)
+++ PKGBUILD2014-03-01 08:27:29 UTC (rev 206557)
@@ -14,10 +14,11 @@
 
source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('0428aedf2874fd0884ad4c41db9da20e')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -28,5 +29,5 @@
 
 package() {
   cd build
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in qt-gstreamer/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:27:59
  Author: andrea
Revision: 206559

archrelease: copy trunk to extra-x86_64

Added:
  qt-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 206558, qt-gstreamer/trunk/PKGBUILD)
Deleted:
  qt-gstreamer/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:27:44 UTC (rev 206558)
+++ PKGBUILD2014-03-01 08:27:59 UTC (rev 206559)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: laloch lal...@atlas.cz
-
-pkgname=qt-gstreamer
-pkgver=0.10.2
-pkgrel=3
-pkgdesc=Qt4 bindings for GStreamer
-arch=('i686' 'x86_64')
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base' 'libgles')
-makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
-source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0428aedf2874fd0884ad4c41db9da20e')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DQTGSTREAMER_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: qt-gstreamer/repos/extra-x86_64/PKGBUILD (from rev 206558, 
qt-gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:27:59 UTC (rev 206559)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=3
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in qt-gstreamer/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:27:44
  Author: andrea
Revision: 206558

archrelease: copy trunk to extra-i686

Added:
  qt-gstreamer/repos/extra-i686/PKGBUILD
(from rev 206557, qt-gstreamer/trunk/PKGBUILD)
Deleted:
  qt-gstreamer/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:27:29 UTC (rev 206557)
+++ PKGBUILD2014-03-01 08:27:44 UTC (rev 206558)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: laloch lal...@atlas.cz
-
-pkgname=qt-gstreamer
-pkgver=0.10.2
-pkgrel=3
-pkgdesc=Qt4 bindings for GStreamer
-arch=('i686' 'x86_64')
-url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
-license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base' 'libgles')
-makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
-source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0428aedf2874fd0884ad4c41db9da20e')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DQTGSTREAMER_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: qt-gstreamer/repos/extra-i686/PKGBUILD (from rev 206557, 
qt-gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:27:44 UTC (rev 206558)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=3
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:28:58
  Author: andrea
Revision: 106364

Fix build

Modified:
  djview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 05:37:16 UTC (rev 106363)
+++ PKGBUILD2014-03-01 08:28:58 UTC (rev 106364)
@@ -19,8 +19,7 @@
 install=install
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   source /etc/profile.d/qt4.sh
+   cd ${pkgname}-${pkgver}
./configure --prefix=/usr
sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
make
@@ -27,7 +26,7 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install-djview install-nsdejavu
 
cd desktopfiles



[arch-commits] Commit in djview4/repos/community-i686 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:29:21
  Author: andrea
Revision: 106365

archrelease: copy trunk to community-i686

Added:
  djview4/repos/community-i686/PKGBUILD
(from rev 106364, djview4/trunk/PKGBUILD)
  djview4/repos/community-i686/install
(from rev 106364, djview4/trunk/install)
Deleted:
  djview4/repos/community-i686/PKGBUILD
  djview4/repos/community-i686/install

--+
 PKGBUILD |   75 ++---
 install  |   24 +--
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:28:58 UTC (rev 106364)
+++ PKGBUILD2014-03-01 08:29:21 UTC (rev 106365)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matias.archlinux-br.org
-# Contributor: Leslie P. Polzer polzer.gnu.org
-# Contributor: erm67 erm67.yahoo.it
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=djview4
-pkgver=4.9
-pkgrel=2
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('qt4' 'djvulibre')
-source=(http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz;)
-sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   source /etc/profile.d/qt4.sh
-   ./configure --prefix=/usr
-   sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install-djview install-nsdejavu
-
-   cd desktopfiles
-   install -Dm644 hi32-djview4.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.png
-   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/icons/hicolor/64x64/apps/djvulibre-djview4.png
-   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/pixmaps/djvulibre-djview4.png
-   install -Dm644 djvulibre-djview4.desktop 
${pkgdir}/usr/share/applications/djvulibre-djview4.desktop
-}

Copied: djview4/repos/community-i686/PKGBUILD (from rev 106364, 
djview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:29:21 UTC (rev 106365)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias matias.archlinux-br.org
+# Contributor: Leslie P. Polzer polzer.gnu.org
+# Contributor: erm67 erm67.yahoo.it
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=djview4
+pkgver=4.9
+pkgrel=2
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qt4' 'djvulibre')
+source=(http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz;)
+sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
+
+install=install
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install-djview install-nsdejavu
+
+   cd desktopfiles
+   install -Dm644 hi32-djview4.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.png
+   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/icons/hicolor/64x64/apps/djvulibre-djview4.png
+   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/pixmaps/djvulibre-djview4.png
+   install -Dm644 djvulibre-djview4.desktop 
${pkgdir}/usr/share/applications/djvulibre-djview4.desktop
+}

Deleted: install
===
--- install 2014-03-01 08:28:58 UTC (rev 106364)
+++ install 2014-03-01 08:29:21 UTC (rev 106365)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null || true
-   update-desktop-database -q || true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: djview4/repos/community-i686/install (from rev 106364, 
djview4/trunk/install)
===
--- install (rev 0)
+++ install 2014-03-01 08:29:21 UTC (rev 106365)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null || true
+   update-desktop-database -q || true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in djview4/repos/community-x86_64 (4 files)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:29:34
  Author: andrea
Revision: 106366

archrelease: copy trunk to community-x86_64

Added:
  djview4/repos/community-x86_64/PKGBUILD
(from rev 106365, djview4/trunk/PKGBUILD)
  djview4/repos/community-x86_64/install
(from rev 106365, djview4/trunk/install)
Deleted:
  djview4/repos/community-x86_64/PKGBUILD
  djview4/repos/community-x86_64/install

--+
 PKGBUILD |   75 ++---
 install  |   24 +--
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:29:21 UTC (rev 106365)
+++ PKGBUILD2014-03-01 08:29:34 UTC (rev 106366)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias matias.archlinux-br.org
-# Contributor: Leslie P. Polzer polzer.gnu.org
-# Contributor: erm67 erm67.yahoo.it
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=djview4
-pkgver=4.9
-pkgrel=2
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('qt4' 'djvulibre')
-source=(http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz;)
-sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   source /etc/profile.d/qt4.sh
-   ./configure --prefix=/usr
-   sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install-djview install-nsdejavu
-
-   cd desktopfiles
-   install -Dm644 hi32-djview4.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.png
-   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/icons/hicolor/64x64/apps/djvulibre-djview4.png
-   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/pixmaps/djvulibre-djview4.png
-   install -Dm644 djvulibre-djview4.desktop 
${pkgdir}/usr/share/applications/djvulibre-djview4.desktop
-}

Copied: djview4/repos/community-x86_64/PKGBUILD (from rev 106365, 
djview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:29:34 UTC (rev 106366)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias matias.archlinux-br.org
+# Contributor: Leslie P. Polzer polzer.gnu.org
+# Contributor: erm67 erm67.yahoo.it
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=djview4
+pkgver=4.9
+pkgrel=2
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qt4' 'djvulibre')
+source=(http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz;)
+sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
+
+install=install
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install-djview install-nsdejavu
+
+   cd desktopfiles
+   install -Dm644 hi32-djview4.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.png
+   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/icons/hicolor/64x64/apps/djvulibre-djview4.png
+   install -Dm644 hi64-djview4.png 
${pkgdir}/usr/share/pixmaps/djvulibre-djview4.png
+   install -Dm644 djvulibre-djview4.desktop 
${pkgdir}/usr/share/applications/djvulibre-djview4.desktop
+}

Deleted: install
===
--- install 2014-03-01 08:29:21 UTC (rev 106365)
+++ install 2014-03-01 08:29:34 UTC (rev 106366)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null || true
-   update-desktop-database -q || true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: djview4/repos/community-x86_64/install (from rev 106365, 
djview4/trunk/install)
===
--- install (rev 0)
+++ install 2014-03-01 08:29:34 UTC (rev 106366)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null || true
+   update-desktop-database -q || true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:32:15
  Author: andrea
Revision: 106367

Fix build

Modified:
  canorus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:29:34 UTC (rev 106366)
+++ PKGBUILD2014-03-01 08:32:15 UTC (rev 106367)
@@ -13,13 +13,11 @@
 license=('GPL')
 depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
 makedepends=('cmake')
-options=('strip')
 source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
 md5sums=('5575b7c54633056a463177579a390318')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/qt4.sh
+  cd $pkgname-$pkgver
   export LDFLAGS=-lz -lpthread
   cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-DDEFAULT_DATA_DIR=/usr/share/canorus \
@@ -27,7 +25,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make install
   install -d $pkgdir/usr/share/{applications,pixmaps}
   cp canorus.desktop $pkgdir/usr/share/applications



[arch-commits] Commit in canorus/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:32:49
  Author: andrea
Revision: 106369

archrelease: copy trunk to community-x86_64

Added:
  canorus/repos/community-x86_64/PKGBUILD
(from rev 106368, canorus/trunk/PKGBUILD)
Deleted:
  canorus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:32:36 UTC (rev 106368)
+++ PKGBUILD2014-03-01 08:32:49 UTC (rev 106369)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Arch Linux Pro Audio d...@archaudio.org
-# Contributor: Coenraad van der Westhuizen chwesthui...@gmail.com
-# Contributor: hm_b holger (at) music-nerds (dot) net
-
-pkgname=canorus
-pkgver=0.7.R1002
-pkgrel=5
-pkgdesc=A free music score editor
-arch=('i686' 'x86_64')
-url=http://www.canorus.org/;
-license=('GPL')
-depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
-makedepends=('cmake')
-options=('strip')
-source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
-md5sums=('5575b7c54633056a463177579a390318')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/qt4.sh
-  export LDFLAGS=-lz -lpthread
-  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-   -DDEFAULT_DATA_DIR=/usr/share/canorus \
-   -DNO_SWIG=ON
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  cp canorus.desktop $pkgdir/usr/share/applications
-  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
-}

Copied: canorus/repos/community-x86_64/PKGBUILD (from rev 106368, 
canorus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:32:49 UTC (rev 106369)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Linux Pro Audio d...@archaudio.org
+# Contributor: Coenraad van der Westhuizen chwesthui...@gmail.com
+# Contributor: hm_b holger (at) music-nerds (dot) net
+
+pkgname=canorus
+pkgver=0.7.R1002
+pkgrel=5
+pkgdesc=A free music score editor
+arch=('i686' 'x86_64')
+url=http://www.canorus.org/;
+license=('GPL')
+depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
+makedepends=('cmake')
+source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
+md5sums=('5575b7c54633056a463177579a390318')
+
+build() {
+  cd $pkgname-$pkgver
+  export LDFLAGS=-lz -lpthread
+  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
+   -DDEFAULT_DATA_DIR=/usr/share/canorus \
+   -DNO_SWIG=ON
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  cp canorus.desktop $pkgdir/usr/share/applications
+  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}



[arch-commits] Commit in canorus/repos/community-i686 (PKGBUILD PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:32:36
  Author: andrea
Revision: 106368

archrelease: copy trunk to community-i686

Added:
  canorus/repos/community-i686/PKGBUILD
(from rev 106367, canorus/trunk/PKGBUILD)
Deleted:
  canorus/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 08:32:15 UTC (rev 106367)
+++ PKGBUILD2014-03-01 08:32:36 UTC (rev 106368)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Arch Linux Pro Audio d...@archaudio.org
-# Contributor: Coenraad van der Westhuizen chwesthui...@gmail.com
-# Contributor: hm_b holger (at) music-nerds (dot) net
-
-pkgname=canorus
-pkgver=0.7.R1002
-pkgrel=5
-pkgdesc=A free music score editor
-arch=('i686' 'x86_64')
-url=http://www.canorus.org/;
-license=('GPL')
-depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
-makedepends=('cmake')
-options=('strip')
-source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
-md5sums=('5575b7c54633056a463177579a390318')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/qt4.sh
-  export LDFLAGS=-lz -lpthread
-  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-   -DDEFAULT_DATA_DIR=/usr/share/canorus \
-   -DNO_SWIG=ON
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  cp canorus.desktop $pkgdir/usr/share/applications
-  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
-}

Copied: canorus/repos/community-i686/PKGBUILD (from rev 106367, 
canorus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 08:32:36 UTC (rev 106368)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Linux Pro Audio d...@archaudio.org
+# Contributor: Coenraad van der Westhuizen chwesthui...@gmail.com
+# Contributor: hm_b holger (at) music-nerds (dot) net
+
+pkgname=canorus
+pkgver=0.7.R1002
+pkgrel=5
+pkgdesc=A free music score editor
+arch=('i686' 'x86_64')
+url=http://www.canorus.org/;
+license=('GPL')
+depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
+makedepends=('cmake')
+source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
+md5sums=('5575b7c54633056a463177579a390318')
+
+build() {
+  cd $pkgname-$pkgver
+  export LDFLAGS=-lz -lpthread
+  cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
+   -DDEFAULT_DATA_DIR=/usr/share/canorus \
+   -DNO_SWIG=ON
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  cp canorus.desktop $pkgdir/usr/share/applications
+  cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}



[arch-commits] Commit in ppp/repos (46 files)

2014-03-01 Thread Thomas Bächler
Date: Saturday, March 1, 2014 @ 12:01:32
  Author: thomas
Revision: 206560

db-move: moved ppp from [testing] to [core] (i686, x86_64)

Added:
  ppp/repos/core-i686/PKGBUILD
(from rev 206559, ppp/repos/testing-i686/PKGBUILD)
  ppp/repos/core-i686/ip-down
(from rev 206559, ppp/repos/testing-i686/ip-down)
  ppp/repos/core-i686/ip-down.d.dns.sh
(from rev 206559, ppp/repos/testing-i686/ip-down.d.dns.sh)
  ppp/repos/core-i686/ip-up
(from rev 206559, ppp/repos/testing-i686/ip-up)
  ppp/repos/core-i686/ip-up.d.dns.sh
(from rev 206559, ppp/repos/testing-i686/ip-up.d.dns.sh)
  ppp/repos/core-i686/ipv6-down
(from rev 206559, ppp/repos/testing-i686/ipv6-down)
  ppp/repos/core-i686/ipv6-up
(from rev 206559, ppp/repos/testing-i686/ipv6-up)
  ppp/repos/core-i686/ipv6-up.d.iface-config.sh
(from rev 206559, ppp/repos/testing-i686/ipv6-up.d.iface-config.sh)
  ppp/repos/core-i686/options
(from rev 206559, ppp/repos/testing-i686/options)
  ppp/repos/core-i686/ppp-2.4.6-makefiles.patch
(from rev 206559, ppp/repos/testing-i686/ppp-2.4.6-makefiles.patch)
  ppp/repos/core-i686/ppp.systemd
(from rev 206559, ppp/repos/testing-i686/ppp.systemd)
  ppp/repos/core-x86_64/PKGBUILD
(from rev 206559, ppp/repos/testing-x86_64/PKGBUILD)
  ppp/repos/core-x86_64/ip-down
(from rev 206559, ppp/repos/testing-x86_64/ip-down)
  ppp/repos/core-x86_64/ip-down.d.dns.sh
(from rev 206559, ppp/repos/testing-x86_64/ip-down.d.dns.sh)
  ppp/repos/core-x86_64/ip-up
(from rev 206559, ppp/repos/testing-x86_64/ip-up)
  ppp/repos/core-x86_64/ip-up.d.dns.sh
(from rev 206559, ppp/repos/testing-x86_64/ip-up.d.dns.sh)
  ppp/repos/core-x86_64/ipv6-down
(from rev 206559, ppp/repos/testing-x86_64/ipv6-down)
  ppp/repos/core-x86_64/ipv6-up
(from rev 206559, ppp/repos/testing-x86_64/ipv6-up)
  ppp/repos/core-x86_64/ipv6-up.d.iface-config.sh
(from rev 206559, ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh)
  ppp/repos/core-x86_64/options
(from rev 206559, ppp/repos/testing-x86_64/options)
  ppp/repos/core-x86_64/ppp-2.4.6-makefiles.patch
(from rev 206559, ppp/repos/testing-x86_64/ppp-2.4.6-makefiles.patch)
  ppp/repos/core-x86_64/ppp.systemd
(from rev 206559, ppp/repos/testing-x86_64/ppp.systemd)
Deleted:
  ppp/repos/core-i686/PKGBUILD
  ppp/repos/core-i686/ip-down
  ppp/repos/core-i686/ip-down.d.dns.sh
  ppp/repos/core-i686/ip-up
  ppp/repos/core-i686/ip-up.d.dns.sh
  ppp/repos/core-i686/ipv6-down
  ppp/repos/core-i686/ipv6-up
  ppp/repos/core-i686/ipv6-up.d.iface-config.sh
  ppp/repos/core-i686/options
  ppp/repos/core-i686/ppp-2.4.6-makefiles.patch
  ppp/repos/core-i686/ppp.systemd
  ppp/repos/core-x86_64/PKGBUILD
  ppp/repos/core-x86_64/ip-down
  ppp/repos/core-x86_64/ip-down.d.dns.sh
  ppp/repos/core-x86_64/ip-up
  ppp/repos/core-x86_64/ip-up.d.dns.sh
  ppp/repos/core-x86_64/ipv6-down
  ppp/repos/core-x86_64/ipv6-up
  ppp/repos/core-x86_64/ipv6-up.d.iface-config.sh
  ppp/repos/core-x86_64/options
  ppp/repos/core-x86_64/ppp-2.4.6-makefiles.patch
  ppp/repos/core-x86_64/ppp.systemd
  ppp/repos/testing-i686/
  ppp/repos/testing-x86_64/

---+
 /PKGBUILD |  166 +++
 /ip-down  |   24 +
 /ip-down.d.dns.sh |   14 
 /ip-up|   24 +
 /ip-up.d.dns.sh   |   22 +
 /ipv6-down|   24 +
 /ipv6-up  |   24 +
 /ipv6-up.d.iface-config.sh|8 
 /options  |  704 
 /ppp-2.4.6-makefiles.patch|  540 
 /ppp.systemd  |   18 
 core-i686/PKGBUILD|   83 ---
 core-i686/ip-down |   12 
 core-i686/ip-down.d.dns.sh|7 
 core-i686/ip-up   |   12 
 core-i686/ip-up.d.dns.sh  |   11 
 core-i686/ipv6-down   |   12 
 core-i686/ipv6-up |   12 
 core-i686/ipv6-up.d.iface-config.sh   |4 
 core-i686/options |  352 
 core-i686/ppp-2.4.6-makefiles.patch   |  264 
 core-i686/ppp.systemd |9 
 core-x86_64/PKGBUILD  |   83 ---
 core-x86_64/ip-down   |   12 
 core-x86_64/ip-down.d.dns.sh  |7 
 core-x86_64/ip-up |   12 
 core-x86_64/ip-up.d.dns.sh|   11 
 core-x86_64/ipv6-down |   12 
 core-x86_64/ipv6-up   |   12 
 core-x86_64/ipv6-up.d.iface-config.sh |4 
 core-x86_64/options   |  352 
 core-x86_64/ppp-2.4.6-makefiles.patch |  264 
 core-x86_64/ppp.systemd   |9 
 33 files changed, 1568 insertions(+), 1556 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 206559:206560 to see the 

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

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:19:05
  Author: jlichtblau
Revision: 106370

upgpkg: monit 5.7-1

Modified:
  monit/trunk/PKGBUILD
  monit/trunk/monit.changelog

-+
 PKGBUILD|   14 --
 monit.changelog |3 +++
 2 files changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:32:49 UTC (rev 106369)
+++ PKGBUILD2014-03-01 12:19:05 UTC (rev 106370)
@@ -4,7 +4,7 @@
 # Contributor: Marco Bartholomew ma...@marcobartholomew.com
 
 pkgname=monit
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -26,9 +26,11 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+  make DESTDIR=${pkgdir} install
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
 }
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
+'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')

Modified: monit.changelog
===
--- monit.changelog 2014-03-01 08:32:49 UTC (rev 106369)
+++ monit.changelog 2014-03-01 12:19:05 UTC (rev 106370)
@@ -1,3 +1,6 @@
+2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * monit 5.7-1
+
 2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* monit 5.6-1
 



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

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:19:21
  Author: jlichtblau
Revision: 106371

archrelease: copy trunk to community-x86_64

Added:
  monit/repos/community-x86_64/PKGBUILD
(from rev 106370, monit/trunk/PKGBUILD)
  monit/repos/community-x86_64/monit.changelog
(from rev 106370, monit/trunk/monit.changelog)
  monit/repos/community-x86_64/monit.service
(from rev 106370, monit/trunk/monit.service)
Deleted:
  monit/repos/community-x86_64/PKGBUILD
  monit/repos/community-x86_64/monit.changelog
  monit/repos/community-x86_64/monit.service

-+
 PKGBUILD|   70 +-
 monit.changelog |   89 +++---
 monit.service   |   26 +++
 3 files changed, 95 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 12:19:05 UTC (rev 106370)
+++ PKGBUILD2014-03-01 12:19:21 UTC (rev 106371)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.6
-pkgrel=1
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
-monit.service)
-sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
-'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 106370, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 12:19:21 UTC (rev 106371)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.7
+pkgrel=1
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
+monit.service)
+sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
+'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
+'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')

Deleted: monit.changelog
===
--- monit.changelog 2014-03-01 12:19:05 UTC (rev 106370)
+++ monit.changelog 2014-03-01 12:19:21 UTC (rev 106371)
@@ -1,43 +0,0 @@
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-1
-   * fixed 

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

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:24:02
  Author: jlichtblau
Revision: 106372

upgpkg: monit 5.7-1

Modified:
  monit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 12:19:21 UTC (rev 106371)
+++ PKGBUILD2014-03-01 12:24:02 UTC (rev 106372)
@@ -15,7 +15,7 @@
 changelog=$pkgname.changelog
 source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
 monit.service)
-sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
 
 build() {
@@ -32,5 +32,3 @@
   install -D -m700 monitrc ${pkgdir}/etc/monitrc
   install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
 }
-sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
-'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')



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

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:24:15
  Author: jlichtblau
Revision: 106373

archrelease: copy trunk to community-i686

Added:
  monit/repos/community-i686/PKGBUILD
(from rev 106372, monit/trunk/PKGBUILD)
  monit/repos/community-i686/monit.changelog
(from rev 106372, monit/trunk/monit.changelog)
  monit/repos/community-i686/monit.service
(from rev 106372, monit/trunk/monit.service)
Deleted:
  monit/repos/community-i686/PKGBUILD
  monit/repos/community-i686/monit.changelog
  monit/repos/community-i686/monit.service

-+
 PKGBUILD|   68 -
 monit.changelog |   89 +++---
 monit.service   |   26 +++
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 12:24:02 UTC (rev 106372)
+++ PKGBUILD2014-03-01 12:24:15 UTC (rev 106373)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.6
-pkgrel=1
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
-monit.service)
-sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d'
-'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-i686/PKGBUILD (from rev 106372, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 12:24:15 UTC (rev 106373)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.7
+pkgrel=1
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
+monit.service)
+sha256sums=('bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2'
+'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 ${srcdir}/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2014-03-01 12:24:02 UTC (rev 106372)
+++ monit.changelog 2014-03-01 12:24:15 UTC (rev 106373)
@@ -1,43 +0,0 @@
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-1
-   * fixed FS#20559
-
-2009-12-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.0.3-1

Copied: monit/repos/community-i686/monit.changelog (from rev 106372, 

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

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:30:36
  Author: jlichtblau
Revision: 106374

upgpkg: josm 6891-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 12:24:15 UTC (rev 106373)
+++ PKGBUILD2014-03-01 12:30:36 UTC (rev 106374)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=6767
+pkgver=6891
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('377c36fbe5546a43d06977bf187d788d3eada482129d76f4a6b0b75b3adfc155'
+sha256sums=('9ae8def0e7f5a2a59ebfe2c7e0dd1abfb0d069eacaa1f7ed30ef5214f0d2443a'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2014-03-01 12:24:15 UTC (rev 106373)
+++ josm.changelog  2014-03-01 12:30:36 UTC (rev 106374)
@@ -1,3 +1,6 @@
+2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 6891-1
+
 2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 6767-1
 



[arch-commits] Commit in josm/repos/community-any (8 files)

2014-03-01 Thread Jaroslav Lichtblau
Date: Saturday, March 1, 2014 @ 13:30:46
  Author: jlichtblau
Revision: 106375

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 106374, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 106374, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 106374, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 106374, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 +++---
 josm.changelog |  225 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +--
 4 files changed, 172 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-01 12:30:36 UTC (rev 106374)
+++ PKGBUILD2014-03-01 12:30:46 UTC (rev 106375)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=6767
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('377c36fbe5546a43d06977bf187d788d3eada482129d76f4a6b0b75b3adfc155'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 106374, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-01 12:30:46 UTC (rev 106375)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=6891
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('9ae8def0e7f5a2a59ebfe2c7e0dd1abfb0d069eacaa1f7ed30ef5214f0d2443a'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2014-03-01 12:30:36 UTC (rev 106374)
+++ josm.changelog  2014-03-01 12:30:46 UTC (rev 106375)
@@ -1,111 +0,0 @@
-2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 6767-1
-
-2013-12-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 6502-1
-
-2013-11-17 Jaroslav Lichtblau 

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

2014-03-01 Thread Jan Steffens
Date: Saturday, March 1, 2014 @ 14:23:05
  Author: heftig
Revision: 206561

add PKGBUILD for future version

Added:
  meld/trunk/PKGBUILD-3.11

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

Added: PKGBUILD-3.11
===
--- PKGBUILD-3.11   (rev 0)
+++ PKGBUILD-3.11   2014-03-01 13:23:05 UTC (rev 206561)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 204566 2014-01-22 23:15:09Z heftig $
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=meld
+pkgver=3.11.0
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=('GPL')
+arch=('any')
+makedepends=('intltool' 'itstool')
+depends=('python2-gobject' 'gtk3' 'gtksourceview3' 'hicolor-icon-theme' 
'desktop-file-utils')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3a23ef1b813bdcb3f8fd0308d46ba83f8536c90b')
+
+# Don't forget to add the glib-compile-schemas call to install before using 
this PKGBUILD
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   python2 setup.py build
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   # Missing files; required
+   install -d ${pkgdir}/usr/share/{glib-2.0/schemas,icons}
+   cp -r data/icons/hicolor data/icons/HighContrast 
${pkgdir}/usr/share/icons
+   cp data/org.gnome.meld.gschema.xml 
${pkgdir}/usr/share/glib-2.0/schemas
+}



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 16:19:56
  Author: bpiotrowski
Revision: 206563

upgpkg: gnucash 2.6.1-1

new upstream release

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 14:26:14 UTC (rev 206562)
+++ PKGBUILD2014-03-01 15:19:56 UTC (rev 206563)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9715468bbe9e4cef6559bfa9825d51ac10d6ff84')
+sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 16:20:03
  Author: bpiotrowski
Revision: 206564

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

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 206563, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 206563, gnucash/trunk/gnucash.install)
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 206563, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 206563, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

--+
 /PKGBUILD|   88 +
 /gnucash.install |   72 +
 extra-i686/PKGBUILD  |   44 
 extra-i686/gnucash.install   |   36 
 extra-x86_64/PKGBUILD|   44 
 extra-x86_64/gnucash.install |   36 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 15:19:56 UTC (rev 206563)
+++ extra-i686/PKGBUILD 2014-03-01 15:20:03 UTC (rev 206564)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Mark Schneider queue...@gmail.com
-
-pkgname=gnucash
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=A personal and small-business financial-accounting application
-arch=('i686' 'x86_64')
-url=http://www.gnucash.org;
-license=(GPL)
-depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9715468bbe9e4cef6559bfa9825d51ac10d6ff84')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|guile-config|guile-config1.8|g' configure
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export GUILE=/usr/bin/guile1.8
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-  cd src/doc/design
-  make DESTDIR=${pkgdir} install-info
-
-  install -dm755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 206563, 
gnucash/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 15:20:03 UTC (rev 206564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Mark Schneider queue...@gmail.com
+
+pkgname=gnucash
+pkgver=2.6.1
+pkgrel=1
+pkgdesc=A personal and small-business financial-accounting application
+arch=('i686' 'x86_64')
+url=http://www.gnucash.org;
+license=(GPL)
+depends=('slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 'aqbanking' 
'desktop-file-utils' 'webkitgtk2')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('726ee08e95206ec3746a92efaa5281f27d6eacc8')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd src/doc/design
+  make DESTDIR=${pkgdir} install-info
+
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnucash ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/gnucash.install
===
--- extra-i686/gnucash.install  2014-03-01 

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

2014-03-01 Thread Andreas Radke
Date: Saturday, March 1, 2014 @ 16:43:35
  Author: andyrtr
Revision: 206566

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

Added:
  libgphoto2/repos/extra-i686/PKGBUILD
(from rev 206565, libgphoto2/trunk/PKGBUILD)
  libgphoto2/repos/extra-i686/libgphoto2.install
(from rev 206565, libgphoto2/trunk/libgphoto2.install)
  libgphoto2/repos/extra-x86_64/PKGBUILD
(from rev 206565, libgphoto2/trunk/PKGBUILD)
  libgphoto2/repos/extra-x86_64/libgphoto2.install
(from rev 206565, libgphoto2/trunk/libgphoto2.install)
Deleted:
  libgphoto2/repos/extra-i686/PKGBUILD
  libgphoto2/repos/extra-i686/libgphoto2.install
  libgphoto2/repos/extra-x86_64/PKGBUILD
  libgphoto2/repos/extra-x86_64/libgphoto2.install

-+
 /PKGBUILD   |   92 ++
 /libgphoto2.install |   28 +++
 extra-i686/PKGBUILD |   44 --
 extra-i686/libgphoto2.install   |   14 -
 extra-x86_64/PKGBUILD   |   44 --
 extra-x86_64/libgphoto2.install |   14 -
 6 files changed, 120 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 15:43:20 UTC (rev 206565)
+++ extra-i686/PKGBUILD 2014-03-01 15:43:35 UTC (rev 206566)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=libgphoto2
-pkgver=2.5.3.1
-pkgrel=1
-pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
-arch=(i686 x86_64)
-url=http://www.gphoto.org;
-license=(LGPL)
-depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
-install=libgphoto2.install
-options=('libtool')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('aad2607a84442769c14f6acce2ca1ddf'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure \
-   --prefix=/usr \
-   --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Remove unused udev helper
-  rm -rf ${pkgdir}/usr/lib/udev
-
-  install -m755 -d ${pkgdir}/usr/lib/udev/hwdb.d
-  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
-  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
-  ${pkgdir}/usr/lib/libgphoto2/print-camera-list hwdb  \
-  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.conf
-
-  # Remove recursive symlink
-  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
-}

Copied: libgphoto2/repos/extra-i686/PKGBUILD (from rev 206565, 
libgphoto2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 15:43:35 UTC (rev 206566)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.3.1
+pkgrel=2
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+# libtool files should be obsolete meanwhile, they have been added in 2008
+# 
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libgphoto2id=e029ddabe9716521cf1e0eeb1f1988e4104e15b6
+#options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('aad2607a84442769c14f6acce2ca1ddf'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/hwdb.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list hwdb  \
+  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb
+
+  # Remove recursive symlink
+  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Deleted: extra-i686/libgphoto2.install
===
--- extra-i686/libgphoto2.install   2014-03-01 15:43:20 UTC (rev 206565)
+++ extra-i686/libgphoto2.install   2014-03-01 15:43:35 UTC (rev 206566)
@@ -1,14 +0,0 @@
-post_install() {
-  udevadm hwdb --update
-}
-post_upgrade() {
-  if [ $(vercmp $2 2.4.13) -lt 0 ]; then
-groupdel camera /dev/null
-echo Users no longer 

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

2014-03-01 Thread Andreas Radke
Date: Saturday, March 1, 2014 @ 16:43:20
  Author: andyrtr
Revision: 206565

upgpkg: libgphoto2 2.5.3.1-2

fix udev hwdb - FS#39024, drop libtool files

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 15:20:03 UTC (rev 206564)
+++ PKGBUILD2014-03-01 15:43:20 UTC (rev 206565)
@@ -6,7 +6,7 @@
 
 pkgname=libgphoto2
 pkgver=2.5.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
 arch=(i686 x86_64)
 url=http://www.gphoto.org;
@@ -13,7 +13,9 @@
 license=(LGPL)
 depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
 install=libgphoto2.install
-options=('libtool')
+# libtool files should be obsolete meanwhile, they have been added in 2008
+# 
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libgphoto2id=e029ddabe9716521cf1e0eeb1f1988e4104e15b6
+#options=('libtool')
 
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
 md5sums=('aad2607a84442769c14f6acce2ca1ddf'
  'SKIP')
@@ -37,7 +39,7 @@
   LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
   CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
   ${pkgdir}/usr/lib/libgphoto2/print-camera-list hwdb  \
-  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.conf
+  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb
 
   # Remove recursive symlink
   rm -f ${pkgdir}/usr/include/gphoto2/gphoto2



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 16:57:16
  Author: bpiotrowski
Revision: 206567

upgpkg: raptor 2.0.13-1

new upstream release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 15:43:35 UTC (rev 206566)
+++ PKGBUILD2014-03-01 15:57:16 UTC (rev 206567)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.12
+pkgver=2.0.13
 pkgrel=1
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
@@ -32,4 +32,4 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5')
+md5sums=('f380566229d6264590315b0a5341b689')



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 16:57:24
  Author: bpiotrowski
Revision: 206568

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

Added:
  raptor/repos/extra-i686/PKGBUILD
(from rev 206567, raptor/trunk/PKGBUILD)
  raptor/repos/extra-x86_64/PKGBUILD
(from rev 206567, raptor/trunk/PKGBUILD)
Deleted:
  raptor/repos/extra-i686/PKGBUILD
  raptor/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 15:57:16 UTC (rev 206567)
+++ extra-i686/PKGBUILD 2014-03-01 15:57:24 UTC (rev 206568)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.12
-pkgrel=1
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5')

Copied: raptor/repos/extra-i686/PKGBUILD (from rev 206567, 
raptor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 15:57:24 UTC (rev 206568)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.13
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('f380566229d6264590315b0a5341b689')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-01 15:57:16 UTC (rev 206567)
+++ extra-x86_64/PKGBUILD   2014-03-01 15:57:24 UTC (rev 206568)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.12
-pkgrel=1
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('a015a7fcc2cbdd38ee1450a5eb526ab5')

Copied: raptor/repos/extra-x86_64/PKGBUILD (from rev 206567, 
raptor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-01 15:57:24 UTC (rev 206568)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.13
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+

[arch-commits] Commit in (pam_mysql)

2014-03-01 Thread Sven-Hendrik Haase
Date: Saturday, March 1, 2014 @ 17:43:47
  Author: svenstaro
Revision: 106377

Moving pam_mysql to AUR

Deleted:
  pam_mysql/



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

2014-03-01 Thread Lukas Jirkovsky
Date: Saturday, March 1, 2014 @ 18:19:07
  Author: stativ
Revision: 106378

soundkonverter: prepare 2.1.0 update.

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 16:43:47 UTC (rev 106377)
+++ PKGBUILD2014-03-01 17:19:07 UTC (rev 106378)
@@ -5,7 +5,7 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=soundkonverter
-pkgver=2.0.5
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=Front-end to various audio converters
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
 'sox: sox plugin (change sample rate, various effects)')
 install=$pkgname.install
 
source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
-md5sums=('42f7dd8fe5f4d8d18d41c2b1302322ee')
+md5sums=('763dd81c14948ca6ffa8637f6bda0e5f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-01 Thread Lukas Jirkovsky
Date: Saturday, March 1, 2014 @ 18:29:53
  Author: stativ
Revision: 106379

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

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

-+
 /PKGBUILD   |   98 ++
 /soundkonverter.install |   24 +++
 community-i686/PKGBUILD |   49 ---
 community-i686/soundkonverter.install   |   12 ---
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/soundkonverter.install |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-01 17:19:07 UTC (rev 106378)
+++ community-i686/PKGBUILD 2014-03-01 17:29:53 UTC (rev 106379)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=soundkonverter
-pkgver=2.0.5
-pkgrel=1
-pkgdesc=Front-end to various audio converters
-arch=('i686' 'x86_64')
-url=http://www.kde-apps.org/content/show.php?content=29024;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-install=$pkgname.install
-source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
-md5sums=('42f7dd8fe5f4d8d18d41c2b1302322ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 106378, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-01 17:29:53 UTC (rev 106379)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=soundkonverter
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Front-end to various audio converters
+arch=('i686' 'x86_64')
+url=http://www.kde-apps.org/content/show.php?content=29024;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
+md5sums=('763dd81c14948ca6ffa8637f6bda0e5f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake . \
+

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:06:45
  Author: bpiotrowski
Revision: 206569

upgpkg: virtuoso 1:6.1.8-1

new upstream release

Modified:
  virtuoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 15:57:24 UTC (rev 206568)
+++ PKGBUILD2014-03-01 18:06:45 UTC (rev 206569)
@@ -5,14 +5,14 @@
 pkgbase=virtuoso
 pkgname=('virtuoso' 'virtuoso-base')
 epoch=1
-pkgver=6.1.7
-pkgrel=2
+pkgver=6.1.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
 makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
-md5sums=('5e84e8f7b61e59516f696b1d3be5')
+md5sums=('94ef4f93cad915f73bee547fe95db725')
 
 prepare() {
   cd ${pkgbase}-opensource-${pkgver}
@@ -50,7 +50,7 @@
 
 package_virtuoso() {
   pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-  depends=('virtuoso-base' 'libxml2')
+  depends=('virtuoso-base' 'libxml2' 'java-environment')
 
   cd ${pkgbase}-opensource-${pkgver}
   make DESTDIR=${pkgdir} install



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:07:03
  Author: bpiotrowski
Revision: 206570

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

Added:
  virtuoso/repos/extra-i686/PKGBUILD
(from rev 206569, virtuoso/trunk/PKGBUILD)
  virtuoso/repos/extra-x86_64/PKGBUILD
(from rev 206569, virtuoso/trunk/PKGBUILD)
Deleted:
  virtuoso/repos/extra-i686/PKGBUILD
  virtuoso/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 extra-i686/PKGBUILD   |   65 
 extra-x86_64/PKGBUILD |   65 
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 18:06:45 UTC (rev 206569)
+++ extra-i686/PKGBUILD 2014-03-01 18:07:03 UTC (rev 206570)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgbase=virtuoso
-pkgname=('virtuoso' 'virtuoso-base')
-epoch=1
-pkgver=6.1.7
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
-md5sums=('5e84e8f7b61e59516f696b1d3be5')
-
-prepare() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
-}
-
-build() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  ./configure --with-layout=debian \
---program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
---with-readline
-  make
-}
-
-package_virtuoso-base() {
-  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
-  depends=('libldap')
-
-  # install server
-  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-
-  # Install some useful tools; rename to avoid conflicts with unixodbc
-  for bin in isql isqlw; do
-install -Dm755 ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/tests/$bin 
\
-  ${pkgdir}/usr/bin/$bin-vt
-  done
-}
-
-package_virtuoso() {
-  pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-  depends=('virtuoso-base' 'libxml2')
-
-  cd ${pkgbase}-opensource-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove conflicts with virtuoso-base
-  rm ${pkgdir}/usr/bin/isql{,w-vt}
-  rm ${pkgdir}/usr/bin/virtuoso-t
-  rm ${pkgdir}/usr/lib/virtodbc.so
-  rm ${pkgdir}/usr/lib/virtodbc_r.so
-  rm ${pkgdir}/usr/lib/virtodbcu.so
-  rm ${pkgdir}/usr/lib/virtodbcu_r.so
-}

Copied: virtuoso/repos/extra-i686/PKGBUILD (from rev 206569, 
virtuoso/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 18:07:03 UTC (rev 206570)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgbase=virtuoso
+pkgname=('virtuoso' 'virtuoso-base')
+epoch=1
+pkgver=6.1.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://virtuoso.openlinksw.com/wiki/main/Main/'
+license=('GPL')
+makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
+md5sums=('94ef4f93cad915f73bee547fe95db725')
+
+prepare() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
+}
+
+build() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  ./configure --with-layout=debian \
+--program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
+--with-readline
+  make
+}
+
+package_virtuoso-base() {
+  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
+  depends=('libldap')
+
+  # install server
+  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
+  make DESTDIR=${pkgdir} install
+
+  # install driver
+  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
+  make DESTDIR=${pkgdir} install
+
+  # Install some useful tools; rename to avoid conflicts with unixodbc
+  for bin in isql isqlw; do
+install -Dm755 ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/tests/$bin 
\
+  ${pkgdir}/usr/bin/$bin-vt
+  done
+}
+
+package_virtuoso() {
+  pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
+  depends=('virtuoso-base' 'libxml2' 'java-environment')
+
+  cd ${pkgbase}-opensource-${pkgver}
+  make 

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:07:57
  Author: bpiotrowski
Revision: 206572

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

Added:
  rasqal/repos/extra-i686/PKGBUILD
(from rev 206571, rasqal/trunk/PKGBUILD)
  rasqal/repos/extra-x86_64/PKGBUILD
(from rev 206571, rasqal/trunk/PKGBUILD)
Deleted:
  rasqal/repos/extra-i686/PKGBUILD
  rasqal/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 18:07:50 UTC (rev 206571)
+++ extra-i686/PKGBUILD 2014-03-01 18:07:57 UTC (rev 206572)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Lawrence Lee valh...@facticius.net
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.30
-pkgrel=4
-pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
-url=http://librdf.org/rasqal;
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static \
-   --enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || true # still fails some checks
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/extra-i686/PKGBUILD (from rev 206571, 
rasqal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 18:07:57 UTC (rev 206572)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.32
+pkgrel=1
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dc7c6107de00c47f85f6ab7db164a136')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-release
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-01 18:07:50 UTC (rev 206571)
+++ extra-x86_64/PKGBUILD   2014-03-01 18:07:57 UTC (rev 206572)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Lawrence Lee valh...@facticius.net
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.30
-pkgrel=4
-pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
-url=http://librdf.org/rasqal;
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static \
-   --enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || true # still fails some checks
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/extra-x86_64/PKGBUILD (from rev 206571, 
rasqal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-01 18:07:57 UTC (rev 206572)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.32
+pkgrel=1
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr' 

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:07:50
  Author: bpiotrowski
Revision: 206571

upgpkg: rasqal 1:0.9.32-1

new upstream release

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 18:07:03 UTC (rev 206570)
+++ PKGBUILD2014-03-01 18:07:50 UTC (rev 206571)
@@ -5,8 +5,8 @@
 
 pkgname=rasqal
 epoch=1
-pkgver=0.9.30
-pkgrel=4
+pkgver=0.9.32
+pkgrel=1
 pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
 url=http://librdf.org/rasqal;
 license=('GPL' 'LGPL')
@@ -13,13 +13,13 @@
 arch=('i686' 'x86_64')
 depends=('raptor' 'mpfr' 'util-linux')
 source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
+md5sums=('dc7c6107de00c47f85f6ab7db164a136')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-   --disable-static \
-   --enable-release
+--disable-static \
+--enable-release
   make
 }
 



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:15:00
  Author: bpiotrowski
Revision: 206573

upgpkg: webmin 1.670-1

new upstream release

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 18:07:57 UTC (rev 206572)
+++ PKGBUILD2014-03-01 18:15:00 UTC (rev 206573)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.660
+pkgver=1.670
 pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
@@ -83,10 +83,10 @@
 'etc/webmin/pserver/config' \
 'etc/webmin/dnsadmin/config' )
 install=webmin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2 
-   ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2
-   webmin.service) 
+source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
+ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2
+ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2
+webmin.service)
 options=(!strip)
 
 package() {
@@ -93,7 +93,7 @@
   # NOTE: USE --asroot build option to avoid fakeroot error!
   cd $srcdir/$pkgname-$pkgver
   # add patches from webmin.com
-  #for i in ../*.wbm 
+  #for i in ../*.wbm
   #do tar xvf $i
   #done
   #for i in ../*.wbt
@@ -103,13 +103,13 @@
   rm -f mount/freebsd-mounts*
   rm -f mount/openbsd-mounts*
   rm -f mount/macos-mounts*
-  
+
   # remove modules we do not support
   rm -rf 
{bacula-backup,ldap-useradmin,mon,sentry,frox,jabber,majordomo,qmail,sendmail,sarg,wuftpd,webalizer,inetd,ipsec,pap,pptp-client,pptp-server,shorewall,smart-status,vgetty,heartbeat,cfengine,cpan,sgiexports,hpuxexports,qmailadmin,bsdexports,dfsadmin}
-  
+
   #remove config files from other distros
   rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
+
   # remove caldera theme
   rm -rf caldera
 
@@ -124,27 +124,27 @@
   rm -f 
usermin/{upgrade.cgi,update.cgi,update.pl,edit_upgrade.cgi,install_mod.cgi,delete_mod.cgi,install_theme.cgi}
 
   # remove modules add because we don't want files installed without pacman 
control
-  rm -f webmin/{install_mod.cgi,delete_mod.cgi}  
+  rm -f webmin/{install_mod.cgi,delete_mod.cgi}
 
   # setting perl path
   (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
+
   # create dirs
   mkdir -p $pkgdir/opt/webmin
   mkdir -p $pkgdir/var/log/webmin
   mkdir -p $pkgdir/etc/webmin
-  
+
   # install pam stuff
   install -D -m 644 webmin-pam $pkgdir/etc/pam.d/webmin
-  
+
   # remove other distros and add only Archlinux don't change next line else it 
will not work!
   rm os_list.txt
   echo 'Archlinux  Any version generic-linux   *   
-d /etc/pacman.d'  os_list.txt
-  
+
   # Add rc.conf support to boot and shutdown menu and lock editing of this 
module
   cd init/
   sed -i -e 's:^local_down=.*:local_down=Archlinux RC.CONF,3,None:g' $(find . 
! -name 'config.info.pl' -name 'config.info*')
-  sed -i -e 's:^local_script=.*:local_script=Archlinux RC.LOCAL,3,None:g' 
$(find . ! -name 'config.info.pl' -name 'config.info*') 
+  sed -i -e 's:^local_script=.*:local_script=Archlinux RC.LOCAL,3,None:g' 
$(find . ! -name 'config.info.pl' -name 'config.info*')
   sed -i -e 's:^index_downscript=.*:index_downscript=Archlinux RC.CONF:g' 
lang/*
   sed -i -e 's:^index_script=.*:index_script=Archlinux RC.LOCAL:g' lang/*
   sed -i -e 's:^noconfig=0:noconfig=1:g'  defaultacl
@@ -184,18 +184,18 @@
   atbootyn=n
   tempdir=$pkgdir/tmp
   export config_dir var_dir perl autoos port tempdir login crypt ssl nochown 
autothird nouninstall nostart noperlpath atbootyn
-  
+
   # Fix setup.sh
   sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
$pkgdir/opt/webmin/setup.sh
   $pkgdir/opt/webmin/setup.sh
-  
+
   # Fixup the config files to use their real locations
   sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' 
$pkgdir/etc/webmin/miniserv.conf
-  find $pkgdir/etc/webmin -type f -exec sed -i s:$pkgdir::g {} \; 
-  
+  find $pkgdir/etc/webmin -type f -exec sed -i s:$pkgdir::g {} \;
+
   # make it only accessible by localhost
   echo 'allow=127.0.0.1'  $pkgdir/etc/webmin/miniserv.conf
-  
+
   # install pacman menu
   cd $srcdir/webmin-pacman/config
   cp -rfp * $pkgdir/etc/webmin/pacman
@@ -210,7 +210,7 @@
   # install license
   install -m 644 -D $srcdir/$pkgname-$pkgver/LICENCE 
$pkgdir/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('56a685a665b864470eeb7ce6b97961d8'
+md5sums=('db2edf10ad1eb0cc8d80849a61dafd3a'
  'b0b3e3fb231a12e60165b6b4d604dcfa'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'fc29ecb6a5cd8c278abe054e60381095')



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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:15:08
  Author: bpiotrowski
Revision: 206574

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 206573, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 206573, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 206573, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 206573, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.service
(from rev 206573, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 206573, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 206573, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 206573, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 206573, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.service
(from rev 206573, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.service

-+
 /PKGBUILD   |  432 ++
 /webmin.install |   70 ++
 /webmin.service |   22 ++
 extra-i686/PKGBUILD |  216 -
 extra-i686/webmin.install   |   35 ---
 extra-i686/webmin.service   |   11 -
 extra-x86_64/PKGBUILD   |  216 -
 extra-x86_64/webmin.install |   35 ---
 extra-x86_64/webmin.service |   11 -
 9 files changed, 524 insertions(+), 524 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 18:15:00 UTC (rev 206573)
+++ extra-i686/PKGBUILD 2014-03-01 18:15:08 UTC (rev 206574)
@@ -1,216 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=webmin
-pkgver=1.660
-pkgrel=1
-pkgdesc=a web-based interface for system administration
-arch=(i686 x86_64)
-license=('custom:webmin')
-url=http://www.webmin.com/;
-depends=('perl' 'perl-perl4-corelibs')
-makedepends=('perl-net-ssleay')
-backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 
'etc/webmin/config' 'etc/webmin/webmin.cats' \
-'etc/webmin/pacman/config' \
-'etc/webmin/at/config' \
-'etc/webmin/acl/config' \
-'etc/webmin/lvm/config' \
-'etc/webmin/net/config' \
-'etc/webmin/nis/config' \
-'etc/webmin/pam/config' \
-'etc/webmin/cron/config' \
-'etc/webmin/file/config' \
-'etc/webmin/grub/config' \
-'etc/webmin/init/config' \
-'etc/webmin/ipfw/config' \
-'etc/webmin/lilo/config' \
-'etc/webmin/proc/config' \
-'etc/webmin/raid/config' \
-'etc/webmin/spam/config' \
-'etc/webmin/sshd/config' \
-'etc/webmin/time/config' \
-'etc/webmin/cluster-passwd/config' \
-'etc/webmin/software/config' \
-'etc/webmin/webminlog/config' \
-'etc/webmin/cluster-webmin/config' \
-'etc/webmin/bind8/config' \
-'etc/webmin/dhcpd/config' \
-'etc/webmin/fdisk/config' \
-'etc/webmin/mount/config' \
-'etc/webmin/mysql/config' \
-'etc/webmin/quota/config' \
-'etc/webmin/samba/config' \
-'etc/webmin/shell/config' \
-'etc/webmin/squid/config' \
-'etc/webmin/adsl-client/config' \
-'etc/webmin/servers/config' \
-'etc/webmin/cluster-shell/config' \
-'etc/webmin/bandwidth/config' \
-'etc/webmin/ppp-client/config' \
-'etc/webmin/lpadmin/config' \
-'etc/webmin/apache/config' \
-'etc/webmin/firewall/config' \
-'etc/webmin/stunnel/config' \
-'etc/webmin/burner/config' \
-'etc/webmin/exports/config' \
-'etc/webmin/backup-config/config' \
-'etc/webmin/custom/config' \
-'etc/webmin/htaccess-htpasswd/config' \
-'etc/webmin/logrotate/config' \
-'etc/webmin/format/config' \
-'etc/webmin/fsdump/config' \
-'etc/webmin/passwd/config' \
-'etc/webmin/cluster-useradmin/config' \
-'etc/webmin/cluster-software/config' \
-'etc/webmin/cluster-copy/config' \
-'etc/webmin/cluster-cron/config' \
-'etc/webmin/telnet/config' \
-'etc/webmin/status/config' \
-'etc/webmin/syslog/config' \
-'etc/webmin/updown/config' \
-'etc/webmin/usermin/config' \
-'etc/webmin/webmin/config' \
-'etc/webmin/xinetd/config' \
-'etc/webmin/openslp/config' \
-'etc/webmin/procmail/config' \
-'etc/webmin/fetchmail/config' \
-'etc/webmin/postgresql/config' \
-'etc/webmin/useradmin/config' \
-'etc/webmin/mailboxes/config' \
-'etc/webmin/inittab/config' \
-'etc/webmin/change-user/config' \
-'etc/webmin/postfix/config' \
-'etc/webmin/proftpd/config' \
-'etc/webmin/pserver/config' \
-'etc/webmin/dnsadmin/config' )
-install=webmin.install

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:29:04
  Author: bpiotrowski
Revision: 206576

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

Added:
  haskell-http/repos/extra-i686/PKGBUILD
(from rev 206575, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-i686/haskell-http.install
(from rev 206575, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/extra-x86_64/PKGBUILD
(from rev 206575, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-x86_64/haskell-http.install
(from rev 206575, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/extra-i686/PKGBUILD
  haskell-http/repos/extra-i686/haskell-http.install
  haskell-http/repos/extra-x86_64/PKGBUILD
  haskell-http/repos/extra-x86_64/haskell-http.install

---+
 /PKGBUILD |  100 
 /haskell-http.install |   70 +
 extra-i686/PKGBUILD   |   50 --
 extra-i686/haskell-http.install   |   35 
 extra-x86_64/PKGBUILD |   50 --
 extra-x86_64/haskell-http.install |   35 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 18:28:57 UTC (rev 206575)
+++ extra-i686/PKGBUILD 2014-03-01 18:29:04 UTC (rev 206576)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.8
-pkgrel=1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-options=('staticlibs')
-md5sums=('94be05278da4e9324aaef6e012e751e2')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-http/repos/extra-i686/PKGBUILD (from rev 206575, 
haskell-http/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 18:29:04 UTC (rev 206576)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.11
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('a293c8a1b6caebda06cf655f42d473d0')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: extra-i686/haskell-http.install

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:28:57
  Author: bpiotrowski
Revision: 206575

upgpkg: haskell-http 4000.2.11-1

new upstream release

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 18:15:08 UTC (rev 206574)
+++ PKGBUILD2014-03-01 18:28:57 UTC (rev 206575)
@@ -2,7 +2,7 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.8
+pkgver=4000.2.11
 pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
@@ -12,7 +12,7 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
 options=('staticlibs')
-md5sums=('94be05278da4e9324aaef6e012e751e2')
+md5sums=('a293c8a1b6caebda06cf655f42d473d0')
 
 build() {
   cd ${_hkgname}-${pkgver}



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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 00:40:34
  Author: arodseth
Revision: 106381

upgpkg: dart 1.2-1

Modified:
  dart/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 19:26:09 UTC (rev 106380)
+++ PKGBUILD2014-03-01 23:40:34 UTC (rev 106381)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.1.3
+pkgver=1.2
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,15 +17,11 @@
 options=('!strip')
 
 if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;
-  
'license.html::https://code.google.com/intl/no/google_bsd_license.html')
-  
sha256sums=('5019225dd58ffba9ae726f100993345e2801f7b59f6b49edbb5020ec3621e67a'
-'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('d288122e9413710da1ec5b8966c8027073f5c64b83a9a90c61125aa90b30c4ec')
 else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;
-  
'license.html::https://code.google.com/intl/no/google_bsd_license.html')
-  
sha256sums=('de33b20167727d50903c1cf33d86320472d728f93641ec37a541a233e377acc4'
-'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('beb0f817870f76308beb446c87b2918495bd7735fad8291cec127dcf641f6c52')
 fi
 
 prepare() {
@@ -39,12 +35,17 @@
   setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
   setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
   setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf dartdoc BIN_DIR /opt/$pkgname-sdk/bin
+  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
   setconf pub BIN_DIR /opt/$pkgname-sdk/bin
   setconf pub SDK_DIR /opt/$pkgname-sdk/
+  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
+  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
 
   # Fix missing fi and missing newline
   echo -e fi\n  pub
+
+  # Extract license (AUTHORS and LICENSE files are missing
+  head -n5 ../include/dart_api.h  ../../LICENSE
 }
 
 package() {
@@ -55,7 +56,7 @@
   cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
 
   # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer dartdoc pub; do
+  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
 ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
   done
 
@@ -65,8 +66,8 @@
   done
 
   # BSD License
-  install -Dm644 license.html \
-$pkgdir/usr/share/licenses/$pkgname/license.html
+  install -Dm644 LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 00:40:44
  Author: arodseth
Revision: 106382

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

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

---+
 /PKGBUILD |  146 
 community-i686/PKGBUILD   |   72 -
 community-x86_64/PKGBUILD |   72 -
 3 files changed, 146 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-01 23:40:34 UTC (rev 106381)
+++ community-i686/PKGBUILD 2014-03-01 23:40:44 UTC (rev 106382)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-optdepends=('java-runtime: for dartanalyzer')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;
-  
'license.html::https://code.google.com/intl/no/google_bsd_license.html')
-  
sha256sums=('5019225dd58ffba9ae726f100993345e2801f7b59f6b49edbb5020ec3621e67a'
-'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;
-  
'license.html::https://code.google.com/intl/no/google_bsd_license.html')
-  
sha256sums=('de33b20167727d50903c1cf33d86320472d728f93641ec37a541a233e377acc4'
-'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  # Fix paths
-  cd $pkgname-sdk/bin
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf dartdoc BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-
-  # Fix missing fi and missing newline
-  echo -e fi\n  pub
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer dartdoc pub; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 license.html \
-$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 106381, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-01 23:40:44 UTC (rev 106382)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.2
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+optdepends=('java-runtime: for dartanalyzer')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('d288122e9413710da1ec5b8966c8027073f5c64b83a9a90c61125aa90b30c4ec')
+else
+source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('beb0f817870f76308beb446c87b2918495bd7735fad8291cec127dcf641f6c52')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f 

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

2014-03-01 Thread Andrea Scarpino
Date: Sunday, March 2, 2014 @ 00:58:35
  Author: andrea
Revision: 106383

upgpkg: kcm-touchpad 0.99-1

Upstream release

Modified:
  kcm-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 23:40:44 UTC (rev 106382)
+++ PKGBUILD2014-03-01 23:58:35 UTC (rev 106383)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Mezin mezin.alexan...@gmail.com
 
 pkgname=kcm-touchpad
-pkgver=0.9
-pkgrel=2
+pkgver=0.99
+pkgrel=1
 pkgdesc='KCM, daemon and applet for touchpad'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'xorg-server-devel')
 install=${pkgname}.install
 
source=(https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz;)
-md5sums=('2d60b154b60a745a931ded129a6297d6')
+md5sums=('3a7ab88eef4cd7c93e9d0783179cf852')
 
 prepare() {
   mkdir build



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

2014-03-01 Thread Andrea Scarpino
Date: Sunday, March 2, 2014 @ 00:58:43
  Author: andrea
Revision: 106384

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

Added:
  kcm-touchpad/repos/community-i686/PKGBUILD
(from rev 106383, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-i686/kcm-touchpad.install
(from rev 106383, kcm-touchpad/trunk/kcm-touchpad.install)
  kcm-touchpad/repos/community-x86_64/PKGBUILD
(from rev 106383, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-x86_64/kcm-touchpad.install
(from rev 106383, kcm-touchpad/trunk/kcm-touchpad.install)
Deleted:
  kcm-touchpad/repos/community-i686/PKGBUILD
  kcm-touchpad/repos/community-i686/kcm-touchpad.install
  kcm-touchpad/repos/community-x86_64/PKGBUILD
  kcm-touchpad/repos/community-x86_64/kcm-touchpad.install

---+
 /PKGBUILD |   68 
 /kcm-touchpad.install |   22 ++
 community-i686/PKGBUILD   |   34 
 community-i686/kcm-touchpad.install   |   11 -
 community-x86_64/PKGBUILD |   34 
 community-x86_64/kcm-touchpad.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-01 23:58:35 UTC (rev 106383)
+++ community-i686/PKGBUILD 2014-03-01 23:58:43 UTC (rev 106384)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: A Rojas  nqn1976 @ gmail.com 
-# Contributor: Alexander Mezin mezin.alexan...@gmail.com
-
-pkgname=kcm-touchpad
-pkgver=0.9
-pkgrel=2
-pkgdesc='KCM, daemon and applet for touchpad'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
-license=('GPL')
-depends=('kdebase-workspace' 'xf86-input-synaptics')
-makedepends=('cmake' 'automoc4' 'xorg-server-devel')
-install=${pkgname}.install
-source=(https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz;)
-md5sums=('2d60b154b60a745a931ded129a6297d6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-touchpad-config-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kcm-touchpad/repos/community-i686/PKGBUILD (from rev 106383, 
kcm-touchpad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-01 23:58:43 UTC (rev 106384)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: A Rojas  nqn1976 @ gmail.com 
+# Contributor: Alexander Mezin mezin.alexan...@gmail.com
+
+pkgname=kcm-touchpad
+pkgver=0.99
+pkgrel=1
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install=${pkgname}.install
+source=(https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz;)
+md5sums=('3a7ab88eef4cd7c93e9d0783179cf852')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-touchpad-config-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kcm-touchpad.install
===
--- community-i686/kcm-touchpad.install 2014-03-01 23:58:35 UTC (rev 106383)
+++ community-i686/kcm-touchpad.install 2014-03-01 23:58:43 UTC (rev 106384)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kcm-touchpad/repos/community-i686/kcm-touchpad.install (from rev 
106383, kcm-touchpad/trunk/kcm-touchpad.install)
===
--- community-i686/kcm-touchpad.install (rev 0)
+++ community-i686/kcm-touchpad.install 2014-03-01 23:58:43 UTC (rev 106384)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-01 23:58:35 UTC (rev 106383)
+++ community-x86_64/PKGBUILD   2014-03-01 23:58:43 UTC (rev 106384)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: A Rojas  nqn1976 @ gmail.com 
-# Contributor: Alexander Mezin mezin.alexan...@gmail.com
-

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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 01:23:09
  Author: arodseth
Revision: 106386

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

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

+
 /PKGBUILD  |   62 +++
 /kshutdown.install |   26 ++
 community-i686/PKGBUILD|   32 --
 community-i686/kshutdown.install   |   13 ---
 community-x86_64/PKGBUILD  |   32 --
 community-x86_64/kshutdown.install |   13 ---
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-02 00:23:00 UTC (rev 106385)
+++ community-i686/PKGBUILD 2014-03-02 00:23:09 UTC (rev 106386)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
-sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
-
-build() {
-  mkdir $srcdir/build
-  cd $srcdir/build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 106385, 
kshutdown/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-02 00:23:09 UTC (rev 106386)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kshutdown
+pkgver=3.2
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+url='http://kshutdown.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
+sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make -C build DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kshutdown.install
===
--- community-i686/kshutdown.install2014-03-02 00:23:00 UTC (rev 106385)
+++ community-i686/kshutdown.install2014-03-02 00:23:09 UTC (rev 106386)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 106385, 
kshutdown/trunk/kshutdown.install)
===
--- community-i686/kshutdown.install(rev 0)
+++ community-i686/kshutdown.install2014-03-02 00:23:09 UTC (rev 106386)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-02 00:23:00 UTC (rev 106385)
+++ community-x86_64/PKGBUILD   2014-03-02 00:23:09 UTC (rev 106386)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install

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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 01:23:00
  Author: arodseth
Revision: 106385

upgpkg: kshutdown 3.2-1

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 23:58:43 UTC (rev 106384)
+++ PKGBUILD2014-03-02 00:23:00 UTC (rev 106385)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kshutdown
-pkgver=3.0
+pkgver=3.2
 pkgrel=1
 pkgdesc='Shutdown Utility for KDE'
 arch=('x86_64' 'i686')
@@ -13,11 +13,11 @@
 makedepends=('cmake' 'automoc4')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
-sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
+sha256sums=('8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f')
 
 build() {
-  mkdir $srcdir/build
-  cd $srcdir/build
+  mkdir build
+  cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
@@ -25,8 +25,7 @@
 }
 
 package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
+  make -C build DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 01:33:57
  Author: arodseth
Revision: 106388

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 106387, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-02 00:33:51 UTC (rev 106387)
+++ PKGBUILD2014-03-02 00:33:57 UTC (rev 106388)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.2.1
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('283e448fed60f2a11c0f6cdb196960bdd0e1969bb40142f131787843861ea562')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 106387, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-02 00:33:57 UTC (rev 106388)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=eclipse-cdt
+pkgver=8.3.0
+_sr=2
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
+sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 01:33:51
  Author: arodseth
Revision: 106387

upgpkg: eclipse-cdt 8.3.0-1

Modified:
  eclipse-cdt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-02 00:23:09 UTC (rev 106386)
+++ PKGBUILD2014-03-02 00:33:51 UTC (rev 106387)
@@ -4,7 +4,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=eclipse-cdt
-pkgver=8.2.1
+pkgver=8.3.0
+_sr=2
 pkgrel=1
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
@@ -11,8 +12,8 @@
 url='http://www.eclipse.org/cdt'
 license=('EPL')
 depends=('eclipse' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('283e448fed60f2a11c0f6cdb196960bdd0e1969bb40142f131787843861ea562')
+source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
+sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
 
 package() {
   d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse



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

2014-03-01 Thread Thomas Bächler
Date: Sunday, March 2, 2014 @ 02:13:01
  Author: thomas
Revision: 206577

Create directories for ovmf package

Added:
  ovmf/
  ovmf/repos/
  ovmf/trunk/



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

2014-03-01 Thread Thomas Bächler
Date: Sunday, March 2, 2014 @ 02:23:40
  Author: thomas
Revision: 206579

archrelease: copy trunk to extra-any

Added:
  ovmf/repos/extra-any/
  
ovmf/repos/extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
(from rev 206578, 
ovmf/trunk/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch)
  ovmf/repos/extra-any/PKGBUILD
(from rev 206578, ovmf/trunk/PKGBUILD)

---+
 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch |   37 ++
 PKGBUILD  |   61 ++
 2 files changed, 98 insertions(+)

Copied: 
ovmf/repos/extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
 (from rev 206578, 
ovmf/trunk/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch)
===
--- extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch 
(rev 0)
+++ extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch 
2014-03-02 01:23:40 UTC (rev 206579)
@@ -0,0 +1,37 @@
+From ab9435c71d894018c88c8f5ff89f654f2029d3ed Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Sat, 1 Mar 2014 20:30:57 +0100
+Subject: [PATCH] Fix uninitialized value in VfrCompiler constructor.
+
+---
+ BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 1 +
+ BaseTools/Source/C/VfrCompile/VfrCompiler.h   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+index dd34a1b..77b2cab 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+@@ -371,6 +371,7 @@ CVfrCompiler::CVfrCompiler (
+ {
+   mPreProcessCmd = (CHAR8 *) PREPROCESSOR_COMMAND;
+   mPreProcessOpt = (CHAR8 *) PREPROCESSOR_OPTIONS;
++  SET_RUN_STATUS(STATUS_UNKNOWN);
+ 
+   OptionInitialization(Argc, Argv);
+ 
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.h 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+index ea20bbc..1603961 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.h
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+@@ -60,6 +60,7 @@ typedef struct {
+ } OPTIONS;
+ 
+ typedef enum {
++  STATUS_UNKNOWN = 0,
+   STATUS_INITIALIZED = 1,
+   STATUS_PREPROCESSED,
+   STATUS_COMPILEED,
+-- 
+1.9.0
+

Copied: ovmf/repos/extra-any/PKGBUILD (from rev 206578, ovmf/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-03-02 01:23:40 UTC (rev 206579)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=ovmf
+pkgver=15280
+pkgrel=1
+arch=('any')
+pkgdesc=Tianocore UEFI firmware for qemu.
+url=http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
+license=('custom')
+makedepends=('git' 'python2' 'iasl')
+source=('edk2::git+https://github.com/tianocore/edk2#commit=57a1b9c4252985ee5d631340fed453e73e0c9146'
+'0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch')
+sha256sums=('SKIP'
+'8761c79b9d3e616c42bfb9c61d72893bbe19d774fe28ce9733ff62ed92478868')
+options=(!makeflags)
+
+pkgver() {
+  cd ${srcdir}/edk2
+  git svn find-rev HEAD
+}
+
+prepare() {
+  cd ${srcdir}
+  # edk2 uses python everywhere, but expects python2
+  mkdir bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd edk2
+  patch -p1 -i 
${srcdir}/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
+}
+
+build() {
+  if [ $CARCH != x86_64 ]; then
+error This package must be built under the x86_64 architecture.
+false
+  fi
+  export PATH=${srcdir}/bin:$PATH
+  cd ${srcdir}/edk2
+  make -C BaseTools
+  export EDK_TOOLS_PATH=${srcdir}/edk2/BaseTools
+  . edksetup.sh BaseTools
+
+  # Set RELEASE target, gcc 4.8 toolchain and number of build threads
+  sed s|^TARGET[ ]*=.*|TARGET = RELEASE|; \
+   s|TOOL_CHAIN_TAG[ ]*=.*|TOOL_CHAIN_TAG = GCC48|; \
+   s|MAX_CONCURRENT_THREAD_NUMBER[ ]*=.*|MAX_CONCURRENT_THREAD_NUMBER = 
$(nproc)|; -i Conf/target.txt
+  # Build OVMF for ia32
+  sed s|^TARGET_ARCH[ ]*=.*|TARGET_ARCH = IA32|; \
+   s|^ACTIVE_PLATFORM[ ]*=.*|ACTIVE_PLATFORM = OvmfPkg/OvmfPkgIa32.dsc|; 
-i Conf/target.txt
+  ./BaseTools/BinWrappers/PosixLike/build
+  # Build OVMF for x64
+  sed s|^TARGET_ARCH[ ]*=.*|TARGET_ARCH = X64|; \
+   s|^ACTIVE_PLATFORM[ ]*=.*|ACTIVE_PLATFORM = OvmfPkg/OvmfPkgX64.dsc|; 
-i Conf/target.txt
+  ./BaseTools/BinWrappers/PosixLike/build
+}
+
+package() {
+  install -D -m644 ${srcdir}/edk2/Build/OvmfIa32/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_ia32.bin
+  install -D -m644 ${srcdir}/edk2/Build/OvmfX64/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_x64.bin
+  install -D -m644 ${srcdir}/edk2/OvmfPkg/License.txt 
${pkgdir}/usr/share/licenses/ovmf/License.txt
+}



[arch-commits] Commit in ovmf/trunk (2 files)

2014-03-01 Thread Thomas Bächler
Date: Sunday, March 2, 2014 @ 02:23:32
  Author: thomas
Revision: 206578

newpkg: ovmf 15280-1 - UEFI firmware for qemu

Added:
  ovmf/trunk/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
  ovmf/trunk/PKGBUILD

---+
 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch |   37 ++
 PKGBUILD  |   61 ++
 2 files changed, 98 insertions(+)

Added: 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
===
--- 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
(rev 0)
+++ 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
2014-03-02 01:23:32 UTC (rev 206578)
@@ -0,0 +1,37 @@
+From ab9435c71d894018c88c8f5ff89f654f2029d3ed Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Sat, 1 Mar 2014 20:30:57 +0100
+Subject: [PATCH] Fix uninitialized value in VfrCompiler constructor.
+
+---
+ BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 1 +
+ BaseTools/Source/C/VfrCompile/VfrCompiler.h   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+index dd34a1b..77b2cab 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+@@ -371,6 +371,7 @@ CVfrCompiler::CVfrCompiler (
+ {
+   mPreProcessCmd = (CHAR8 *) PREPROCESSOR_COMMAND;
+   mPreProcessOpt = (CHAR8 *) PREPROCESSOR_OPTIONS;
++  SET_RUN_STATUS(STATUS_UNKNOWN);
+ 
+   OptionInitialization(Argc, Argv);
+ 
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.h 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+index ea20bbc..1603961 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.h
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+@@ -60,6 +60,7 @@ typedef struct {
+ } OPTIONS;
+ 
+ typedef enum {
++  STATUS_UNKNOWN = 0,
+   STATUS_INITIALIZED = 1,
+   STATUS_PREPROCESSED,
+   STATUS_COMPILEED,
+-- 
+1.9.0
+

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-02 01:23:32 UTC (rev 206578)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=ovmf
+pkgver=15280
+pkgrel=1
+arch=('any')
+pkgdesc=Tianocore UEFI firmware for qemu.
+url=http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
+license=('custom')
+makedepends=('git' 'python2' 'iasl')
+source=('edk2::git+https://github.com/tianocore/edk2#commit=57a1b9c4252985ee5d631340fed453e73e0c9146'
+'0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch')
+sha256sums=('SKIP'
+'8761c79b9d3e616c42bfb9c61d72893bbe19d774fe28ce9733ff62ed92478868')
+options=(!makeflags)
+
+pkgver() {
+  cd ${srcdir}/edk2
+  git svn find-rev HEAD
+}
+
+prepare() {
+  cd ${srcdir}
+  # edk2 uses python everywhere, but expects python2
+  mkdir bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd edk2
+  patch -p1 -i 
${srcdir}/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
+}
+
+build() {
+  if [ $CARCH != x86_64 ]; then
+error This package must be built under the x86_64 architecture.
+false
+  fi
+  export PATH=${srcdir}/bin:$PATH
+  cd ${srcdir}/edk2
+  make -C BaseTools
+  export EDK_TOOLS_PATH=${srcdir}/edk2/BaseTools
+  . edksetup.sh BaseTools
+
+  # Set RELEASE target, gcc 4.8 toolchain and number of build threads
+  sed s|^TARGET[ ]*=.*|TARGET = RELEASE|; \
+   s|TOOL_CHAIN_TAG[ ]*=.*|TOOL_CHAIN_TAG = GCC48|; \
+   s|MAX_CONCURRENT_THREAD_NUMBER[ ]*=.*|MAX_CONCURRENT_THREAD_NUMBER = 
$(nproc)|; -i Conf/target.txt
+  # Build OVMF for ia32
+  sed s|^TARGET_ARCH[ ]*=.*|TARGET_ARCH = IA32|; \
+   s|^ACTIVE_PLATFORM[ ]*=.*|ACTIVE_PLATFORM = OvmfPkg/OvmfPkgIa32.dsc|; 
-i Conf/target.txt
+  ./BaseTools/BinWrappers/PosixLike/build
+  # Build OVMF for x64
+  sed s|^TARGET_ARCH[ ]*=.*|TARGET_ARCH = X64|; \
+   s|^ACTIVE_PLATFORM[ ]*=.*|ACTIVE_PLATFORM = OvmfPkg/OvmfPkgX64.dsc|; 
-i Conf/target.txt
+  ./BaseTools/BinWrappers/PosixLike/build
+}
+
+package() {
+  install -D -m644 ${srcdir}/edk2/Build/OvmfIa32/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_ia32.bin
+  install -D -m644 ${srcdir}/edk2/Build/OvmfX64/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_x64.bin
+  install -D -m644 ${srcdir}/edk2/OvmfPkg/License.txt 
${pkgdir}/usr/share/licenses/ovmf/License.txt
+}


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


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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:41:11
  Author: angvp
Revision: 106389

upgpkg: python-sqlalchemy 0.9.3-1

Version bump to 0.9.3

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-02 00:33:57 UTC (rev 106388)
+++ PKGBUILD2014-03-02 04:41:11 UTC (rev 106389)
@@ -4,7 +4,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
@@ -11,7 +11,7 @@
 license=('custom: MIT')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
 
source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('c36a958e46a8514583be82523785269d')
+md5sums=('a27989b9d4b3f14ea0b1600aa45559c4')
 
 build() {
   cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:42:29
  Author: angvp
Revision: 106390

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-02 04:41:11 UTC (rev 106389)
+++ community-i686/PKGBUILD 2014-03-02 04:42:29 UTC (rev 106390)
@@ -1,53 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.9.2
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
-source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('c36a958e46a8514583be82523785269d')
-
-build() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  python setup.py check
-  python2 setup.py check
-
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 106389, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-02 04:42:29 UTC (rev 106390)
@@ -0,0 +1,53 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.9.3
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
+md5sums=('a27989b9d4b3f14ea0b1600aa45559c4')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-02 04:41:11 UTC (rev 106389)
+++ community-x86_64/PKGBUILD   2014-03-02 04:42:29 UTC (rev 106390)
@@ -1,53 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.9.2
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain 

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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:45:59
  Author: angvp
Revision: 106391

upgpkg: python-paramiko 1.12.2-1

Version bump to 1.12.2

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-02 04:42:29 UTC (rev 106390)
+++ PKGBUILD2014-03-02 04:45:59 UTC (rev 106391)
@@ -5,7 +5,7 @@
 
 pkgbase=python-paramiko
 pkgname=python2-paramiko
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=Python module that implements the SSH2 protocol
 url=https://github.com/paramiko/paramiko/;
@@ -13,7 +13,7 @@
 arch=('any')
 depends=('python2-crypto' 'python2-ecdsa')
 
source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('ae4544dc0a1419b141342af89fcf0dd9')
+md5sums=('1453e37f868b76af84dd1319e08c53f9')
 
 check() {
 cd $srcdir/paramiko-$pkgver



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:46:37
  Author: angvp
Revision: 106392

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-02 04:45:59 UTC (rev 106391)
+++ PKGBUILD2014-03-02 04:46:37 UTC (rev 106392)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Mario Danic mario.da...@gmail.com
-
-pkgbase=python-paramiko
-pkgname=python2-paramiko
-pkgver=1.12.1
-pkgrel=1
-pkgdesc=Python module that implements the SSH2 protocol
-url=https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-depends=('python2-crypto' 'python2-ecdsa')
-source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('ae4544dc0a1419b141342af89fcf0dd9')
-
-check() {
-cd $srcdir/paramiko-$pkgver
-python2 test.py
-}
-
-package_python2-paramiko() {
-  cd $srcdir/paramiko-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/demos
-  install -m644 demos/* $pkgdir/usr/share/doc/$pkgname/demos
-  chmod 755 $pkgdir/usr/share/doc/$pkgname/demos/*.py
-
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 106391, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-02 04:46:37 UTC (rev 106392)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Mario Danic mario.da...@gmail.com
+
+pkgbase=python-paramiko
+pkgname=python2-paramiko
+pkgver=1.12.2
+pkgrel=1
+pkgdesc=Python module that implements the SSH2 protocol
+url=https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+depends=('python2-crypto' 'python2-ecdsa')
+source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
+md5sums=('1453e37f868b76af84dd1319e08c53f9')
+
+check() {
+cd $srcdir/paramiko-$pkgver
+python2 test.py
+}
+
+package_python2-paramiko() {
+  cd $srcdir/paramiko-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/demos
+  install -m644 demos/* $pkgdir/usr/share/doc/$pkgname/demos
+  chmod 755 $pkgdir/usr/share/doc/$pkgname/demos/*.py
+
+  find $pkgdir -name '*.py' -print0 |xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:50:22
  Author: angvp
Revision: 206580

upgpkg: python-logilab-common 0.61.0-1

Version bump to 0.61.0

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-02 01:23:40 UTC (rev 206579)
+++ PKGBUILD2014-03-02 04:50:22 UTC (rev 206580)
@@ -5,7 +5,7 @@
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.60.0
+pkgver=0.61.0
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('python2' 'python')
 source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
-sha1sums=('b4bb2171b94dccb429245c8e968ddc3390c66d6b')
+sha1sums=('700c87f45133a8a20e1ac815f197cc1a5a408e27')
 
 build() {
   cd ${srcdir}



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 05:51:08
  Author: angvp
Revision: 206581

archrelease: copy trunk to extra-any

Added:
  python-logilab-common/repos/extra-any/PKGBUILD
(from rev 206580, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-02 04:50:22 UTC (rev 206580)
+++ PKGBUILD2014-03-02 04:51:08 UTC (rev 206581)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=python-logilab-common
-pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.60.0
-pkgrel=1
-pkgdesc=Useful miscellaneous modules used by Logilab projects
-arch=('any')
-url=http://www.logilab.org/project/logilab-common;
-license=('LGPL')
-makedepends=('python2' 'python')
-source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
-sha1sums=('b4bb2171b94dccb429245c8e968ddc3390c66d6b')
-
-build() {
-  cd ${srcdir}
-
-  cp -a logilab-common-${pkgver}{,-py3}
-
-  cd logilab-common-${pkgver}
-  python2 setup.py build
-
-  cd ../logilab-common-${pkgver}-py3
-  python3 setup.py build
-}
-
-package_python2-logilab-common() {
-  depends=('python2')
-  cd ${srcdir}/logilab-common-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  mv ${pkgdir}/usr/bin/pytest{,2}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}
-
-package_python-logilab-common() {
-  depends=('python')
-  cd ${srcdir}/logilab-common-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}

Copied: python-logilab-common/repos/extra-any/PKGBUILD (from rev 206580, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-02 04:51:08 UTC (rev 206581)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=0.61.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(http://download.logilab.org/pub/common/logilab-common-${pkgver}.tar.gz)
+sha1sums=('700c87f45133a8a20e1ac815f197cc1a5a408e27')
+
+build() {
+  cd ${srcdir}
+
+  cp -a logilab-common-${pkgver}{,-py3}
+
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 06:01:53
  Author: angvp
Revision: 206582

upgpkg: python-lxml 3.3.1-1

Version bump to 3.3.1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-02 04:51:08 UTC (rev 206581)
+++ PKGBUILD2014-03-02 05:01:53 UTC (rev 206582)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -9,7 +9,7 @@
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('ca2f02fd762f3614a1930c568847052b'
+md5sums=('09401c787d9b2660b0d76c4c6baec0f3'
  'SKIP')
 
 # Temporary commented due a conflict with devtools and lxml



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

2014-03-01 Thread Ángel Velásquez
Date: Sunday, March 2, 2014 @ 06:03:16
  Author: angvp
Revision: 206583

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 206582, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 206582, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 extra-i686/PKGBUILD   |   69 
 extra-x86_64/PKGBUILD |   69 
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-02 05:01:53 UTC (rev 206582)
+++ extra-i686/PKGBUILD 2014-03-02 05:03:16 UTC (rev 206583)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('ca2f02fd762f3614a1930c568847052b'
- 'SKIP')
-
-# Temporary commented due a conflict with devtools and lxml
-#check() {
-#  cd lxml-$pkgver
-#  make PYTHON=python2 test
-#  make PYTHON=python test
-#}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 206582, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-02 05:03:16 UTC (rev 206583)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('09401c787d9b2660b0d76c4c6baec0f3'
+ 'SKIP')
+
+# Temporary commented due a conflict with devtools and lxml
+#check() {
+#  cd lxml-$pkgver
+#  make PYTHON=python2 test
+#  make PYTHON=python test
+#}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python 

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

2014-03-01 Thread Thomas Dziedzic
Date: Sunday, March 2, 2014 @ 07:12:09
  Author: td123
Revision: 206584

upgpkg: ruby 2.1.1-1

bump

Added:
  ruby/trunk/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
Modified:
  ruby/trunk/PKGBUILD
Deleted:
  ruby/trunk/0001-Fix-installing-gem-from-file-without-dependencies.patch

-+
 0001-Fix-installing-gem-from-file-without-dependencies.patch|   84 
--
 0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch |   26 +++
 PKGBUILD|   17 +-
 3 files changed, 35 insertions(+), 92 deletions(-)

Deleted: 0001-Fix-installing-gem-from-file-without-dependencies.patch
===
--- 0001-Fix-installing-gem-from-file-without-dependencies.patch
2014-03-02 05:03:16 UTC (rev 206583)
+++ 0001-Fix-installing-gem-from-file-without-dependencies.patch
2014-03-02 06:12:09 UTC (rev 206584)
@@ -1,84 +0,0 @@
-From f5bbf838c8b13369a61c6756355305388df5824f Mon Sep 17 00:00:00 2001
-From: Tim Moore tmo...@incrementalism.net
-Date: Tue, 31 Dec 2013 17:39:45 +1100
-Subject: [PATCH] Fix installing gem from file without dependencies.
-
-Commit 9437ccc fixed the ability to install remote gems that was accidentally
-broken by d97fba1, but in the process accidentally broke installing from local
-files.
-
-This also changes the order to check for local first, to avoid unnecessary
-network requests in the case where the gem is local.
-
-Closes #760.

- lib/rubygems/commands/install_command.rb   | 20 
- test/rubygems/test_gem_commands_install_command.rb | 14 ++
- 2 files changed, 26 insertions(+), 8 deletions(-)
-
-diff --git a/lib/rubygems/commands/install_command.rb 
b/lib/rubygems/commands/install_command.rb
-index 4485eb1..8219eef 100644
 a/lib/rubygems/commands/install_command.rb
-+++ b/lib/rubygems/commands/install_command.rb
-@@ -228,7 +228,18 @@ to write the specification by hand.  For example:
-   def install_gem_without_dependencies name, req # :nodoc:
- gem = nil
- 
--if remote? then
-+if local? then
-+  if name =~ /\.gem$/ and File.file? name then
-+source = Gem::Source::SpecificFile.new name
-+spec = source.spec
-+  else
-+source = Gem::Source::Local.new
-+spec = source.find_gem name, req
-+  end
-+  gem = source.download spec if spec
-+end
-+
-+if remote? and not gem then
-   dependency = Gem::Dependency.new name, req
-   dependency.prerelease = options[:prerelease]
- 
-@@ -236,13 +247,6 @@ to write the specification by hand.  For example:
-   gem = fetcher.download_to_cache dependency
- end
- 
--if local? and not gem then
--  source = Gem::Source::Local.new
--  spec = source.find_gem name, req
--
--  gem = source.download spec
--end
--
- inst = Gem::Installer.new gem, options
- inst.install
- 
-diff --git a/test/rubygems/test_gem_commands_install_command.rb 
b/test/rubygems/test_gem_commands_install_command.rb
-index 76ea6b4..a5917c0 100644
 a/test/rubygems/test_gem_commands_install_command.rb
-+++ b/test/rubygems/test_gem_commands_install_command.rb
-@@ -560,6 +560,20 @@ ERROR:  Possible alternatives: non_existent_with_hint
- assert_equal %w[a-2], @cmd.installed_specs.map { |spec| spec.full_name }
-   end
- 
-+  def test_install_gem_ignore_dependencies_specific_file
-+spec = quick_spec 'a', 2
-+
-+util_build_gem spec
-+
-+FileUtils.mv spec.cache_file, @tempdir
-+
-+@cmd.options[:ignore_dependencies] = true
-+
-+@cmd.install_gem File.join(@tempdir, spec.file_name), nil
-+
-+assert_equal %w[a-2], @cmd.installed_specs.map { |spec| spec.full_name }
-+  end
-+
-   def test_parses_requirement_from_gemname
- spec_fetcher do |fetcher|
-   fetcher.gem 'a', 2
--- 
-1.8.5.2
-

Added: 0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
===
--- 0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch 
(rev 0)
+++ 0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch 
2014-03-02 06:12:09 UTC (rev 206584)
@@ -0,0 +1,26 @@
+From 4c4da3fc650a3595ecc06f49072f1ffae07db706 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sat, 1 Mar 2014 21:41:28 -0800
+Subject: [PATCH] Fix undeclared identifier error by using the actual type of
+ rl_pre_input_hook
+
+---
+ ext/readline/readline.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/readline/readline.c b/ext/readline/readline.c
+index 659adb9..7bc0eed 100644
+--- a/ext/readline/readline.c
 b/ext/readline/readline.c
+@@ -1974,7 +1974,7 @@ Init_readline()
+ 
+ rl_attempted_completion_function = readline_attempted_completion_function;
+ #if defined(HAVE_RL_PRE_INPUT_HOOK)
+-

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

2014-03-01 Thread Thomas Dziedzic
Date: Sunday, March 2, 2014 @ 07:12:56
  Author: td123
Revision: 206585

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

Added:
  ruby/repos/testing-i686/
  
ruby/repos/testing-i686/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
(from rev 206584, 
ruby/trunk/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch)
  ruby/repos/testing-i686/PKGBUILD
(from rev 206584, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 206584, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 206584, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  
ruby/repos/testing-x86_64/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
(from rev 206584, 
ruby/trunk/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch)
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 206584, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 206584, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 206584, ruby/trunk/ruby.install)

+
 testing-i686/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch   
|   26 +++
 testing-i686/PKGBUILD  
|   75 ++
 testing-i686/gemrc 
|5 
 testing-i686/ruby.install  
|   22 ++
 testing-x86_64/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch 
|   26 +++
 testing-x86_64/PKGBUILD
|   75 ++
 testing-x86_64/gemrc   
|5 
 testing-x86_64/ruby.install
|   22 ++
 8 files changed, 256 insertions(+)

Copied: 
ruby/repos/testing-i686/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
 (from rev 206584, 
ruby/trunk/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch)
===
--- 
testing-i686/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
(rev 0)
+++ 
testing-i686/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
2014-03-02 06:12:56 UTC (rev 206585)
@@ -0,0 +1,26 @@
+From 4c4da3fc650a3595ecc06f49072f1ffae07db706 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sat, 1 Mar 2014 21:41:28 -0800
+Subject: [PATCH] Fix undeclared identifier error by using the actual type of
+ rl_pre_input_hook
+
+---
+ ext/readline/readline.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/readline/readline.c b/ext/readline/readline.c
+index 659adb9..7bc0eed 100644
+--- a/ext/readline/readline.c
 b/ext/readline/readline.c
+@@ -1974,7 +1974,7 @@ Init_readline()
+ 
+ rl_attempted_completion_function = readline_attempted_completion_function;
+ #if defined(HAVE_RL_PRE_INPUT_HOOK)
+-rl_pre_input_hook = (Function *)readline_pre_input_hook;
++rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook;
+ #endif
+ #ifdef HAVE_RL_CATCH_SIGNALS
+ rl_catch_signals = 0;
+-- 
+1.9.0
+

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 206584, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-02 06:12:56 UTC (rev 206585)
@@ -0,0 +1,75 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.bz2;
+'gemrc'
+'0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch')
+md5sums=('53edc33b2f590ecdd9f6a344b9d92d0d'
+ '6fb8e7a09955e0f64be3158fb4a27e7a'
+ '0496e962e0ce11507b7577a8eb93af58')
+
+build() {
+  cd ruby-${pkgver}
+
+  # readline 6.3 doesn't define Function anymore
+  # https://bugs.ruby-lang.org/issues/9578
+  patch -Np1 -i 
${srcdir}/0001-Fix-undeclared-identifier-error-by-using-the-actual-.patch
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+