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

2015-03-12 Thread Pierre Schmitz
Date: Friday, March 13, 2015 @ 07:15:07
  Author: pierre
Revision: 233417

upgpkg: php-composer 1.0.0.alpha9.297-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 21:34:02 UTC (rev 233416)
+++ PKGBUILD2015-03-13 06:15:07 UTC (rev 233417)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-composer
-pkgver=1.0.0.alpha9.179
+pkgver=1.0.0.alpha9.297
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -15,7 +15,7 @@
 "composer-${pkgver}.phar::https://getcomposer.org/composer.phar";
 'php.ini')
 md5sums=('SKIP'
- '8fb86af4e9d4cb0f7f38e7ba232b6acb'
+ '5d49f50f36bf25d6992469d854663515'
  'b31326c352763328dca0a567a67609ab')
 
 pkgver() {


[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2015-03-12 Thread Pierre Schmitz
Date: Friday, March 13, 2015 @ 07:15:18
  Author: pierre
Revision: 233418

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 233417, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 233417, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  110 ++---
 php.ini  |   24 ++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-13 06:15:07 UTC (rev 233417)
+++ PKGBUILD2015-03-13 06:15:18 UTC (rev 233418)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-composer
-pkgver=1.0.0.alpha9.179
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git')
-checkdepends=('mercurial')
-source=("${pkgname}::git+https://github.com/composer/composer.git";
-"composer-${pkgver}.phar::https://getcomposer.org/composer.phar";
-'php.ini')
-md5sums=('SKIP'
- '8fb86af4e9d4cb0f7f38e7ba232b6acb'
- 'b31326c352763328dca0a567a67609ab')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo "${_tag}.$(git rev-list ${_tag}.. --count)" | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed "s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g" -i src/Composer/Compiler.php
-   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar 
-on install --prefer-dist
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 233417, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-13 06:15:18 UTC (rev 233418)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-composer
+pkgver=1.0.0.alpha9.297
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git')
+checkdepends=('mercurial')
+source=("${pkgname}::git+https://github.com/composer/composer.git";
+"composer-${pkgver}.phar::https://getcomposer.org/composer.phar";
+'php.ini')
+md5sums=('SKIP'
+ '5d49f50f36bf25d6992469d854663515'
+ 'b31326c352763328dca0a567a67609ab')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo "${_tag}.$(git rev-list ${_tag}.. --count)" | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed "s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g" -i src/Composer/Compiler.php
+   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar 
-on install --prefer-dist
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2015-03-13 06:15:07 UTC (rev 233417)
+++ php.ini 2015-03-13 06:15:18 UTC (rev 233418)
@@ -1,12 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=bz2.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 233417, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2015-03-13 06:15:18 UTC (rev 233418)
@@ -0,0 +1,12 @@
+[PHP]
+memory_limit=-1
+extension=opens

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

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 02:31:38
  Author: thestinger
Revision: 129165

upgpkg: paxd 27-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 01:27:41 UTC (rev 129164)
+++ PKGBUILD2015-03-13 01:31:38 UTC (rev 129165)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=26
+pkgver=27
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('870862305851470c208142ca83d8b6833eb34c45'
+sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 02:32:06
  Author: thestinger
Revision: 129166

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

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

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

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2015-03-13 01:31:38 UTC (rev 129165)
+++ community-i686/10-enable-pax.conf   2015-03-13 01:32:06 UTC (rev 129166)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 129165, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2015-03-13 01:32:06 UTC (rev 129166)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-13 01:31:38 UTC (rev 129165)
+++ community-i686/PKGBUILD 2015-03-13 01:32:06 UTC (rev 129166)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=26
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('870862305851470c208142ca83d8b6833eb34c45'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 129165, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-13 01:32:06 UTC (rev 129166)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=27
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+   10-enable-pax.conf)
+sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2015-03-13 01:31:38 UTC (rev 129165)
+++ community-x86_64/10-enable-pax.conf 2015-03-13 01:32:06 UTC (rev 129166)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 129165, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2015-03-13 01:32:06 UTC (rev 129166)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_

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

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 02:27:41
  Author: thestinger
Revision: 129164

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 129163, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 129163, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 129163, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 129163, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 129163, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 129163, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 129163, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 129163, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 129163, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 129163, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 129163, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 129163, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|14886 +++
 /config.x86_64 |14306 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7443 ---
 community-i686/config.x86_64   | 7153 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7443 ---
 community-x86_64/config.x86_64 | 7153 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29966 insertions(+), 29966 deletions(-)

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


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

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 02:26:25
  Author: thestinger
Revision: 129163

upgpkg: linux-grsec 3.19.1.201503120804-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 00:18:38 UTC (rev 129162)
+++ PKGBUILD2015-03-13 01:26:25 UTC (rev 129163)
@@ -9,7 +9,7 @@
 _srcname=linux-3.19
 _pkgver=3.19.1
 _grsecver=3.1
-_timestamp=201503092204
+_timestamp=201503120804
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b'
 'SKIP'
-'9ff5cbe4c3d7c7c8128e189345c9eb2b19349893c718352772a7ae60356923a0'
+'38c8cd1966551b8ae825842615c7701c5f0b11b041ba0cf1a6e6b6d3ed958fbb'
 'SKIP'
 '565eb62808216b0ea6fbf16647ffd907810b1d34e445b82d093134bb26c46b7b'
 '3861d6d5ac87d64209971d2f5e389246a1f10833bcd4519c05007a01ab881631'


[arch-commits] Commit in intel-gpu-tools/repos (4 files)

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 01:18:38
  Author: thestinger
Revision: 129162

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 129161, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 129161, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-13 00:18:05 UTC (rev 129161)
+++ community-i686/PKGBUILD 2015-03-13 00:18:38 UTC (rev 129162)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.9
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('1e768f2b1edc8613911b1d33bb361a7f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-tests
-  export LANG=en_US.UTF-8
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 129161, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-13 00:18:38 UTC (rev 129162)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.10
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('4d208c9294adcc7ea34b960e9950dd1e')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --disable-tests --disable-selective-werror
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-13 00:18:05 UTC (rev 129161)
+++ community-x86_64/PKGBUILD   2015-03-13 00:18:38 UTC (rev 129162)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.9
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('1e768f2b1edc8613911b1d33bb361a7f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-tests
-  export LANG=en_US.UTF-8
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 129161, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-13 00:18:38 UTC (rev 129162)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.10
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('4d208c9294adcc7ea34b960e9950dd1e')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/us

[arch-commits] Commit in intel-gpu-tools/trunk (PKGBUILD)

2015-03-12 Thread Daniel Micay
Date: Friday, March 13, 2015 @ 01:18:05
  Author: thestinger
Revision: 129161

upgpkg: intel-gpu-tools 1.10-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 22:45:01 UTC (rev 129160)
+++ PKGBUILD2015-03-13 00:18:05 UTC (rev 129161)
@@ -4,7 +4,7 @@
 # Originally by: Denis Smirnov 
 
 pkgname=intel-gpu-tools
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 depends=(libdrm libpciaccess cairo python)
 makedepends=(swig gtk-doc xorg-util-macros)
 
source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('1e768f2b1edc8613911b1d33bb361a7f')
+md5sums=('4d208c9294adcc7ea34b960e9950dd1e')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-tests
   export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --disable-tests --disable-selective-werror
   make
 }
 


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

2015-03-12 Thread Sébastien Luttringer
Date: Thursday, March 12, 2015 @ 23:44:46
  Author: seblu
Revision: 129159

upgpkg: python-msgpack 0.4.6-1

Modified:
  python-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 22:31:06 UTC (rev 129158)
+++ PKGBUILD2015-03-12 22:44:46 UTC (rev 129159)
@@ -3,7 +3,7 @@
 
 pkgbase=python-msgpack
 pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/msgpack/msgpack-python'
@@ -11,7 +11,7 @@
 makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
 
source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz";)
-md5sums=('3b82bc542d5599896695512e7c32f42d')
+md5sums=('8b317669314cf1bc881716cccdaccb30')
 
 build() {
   cd msgpack-python-$pkgver


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

2015-03-12 Thread Sébastien Luttringer
Date: Thursday, March 12, 2015 @ 23:45:01
  Author: seblu
Revision: 129160

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 22:44:46 UTC (rev 129159)
+++ community-i686/PKGBUILD 2015-03-12 22:45:01 UTC (rev 129160)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz";)
-md5sums=('3b82bc542d5599896695512e7c32f42d')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-#check() {
-#  cd msgpack-python-$pkgver
-#  msg2 'python'
-#  PYTHONPATH=$PWD/build/python py.test test
-#  msg2 'python2'
-#  PYTHONPATH=$PWD/build/python2 py.test2 test
-#}
-
-package_python-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python'
-  depends=('python')
-
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-}
-
-package_python2-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python2'
-  depends=('python2')
-
-  cd msgpack-python-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-i686/PKGBUILD (from rev 129159, 
python-msgpack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 22:45:01 UTC (rev 129160)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.4.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/msgpack/msgpack-python'
+license=('Apache')
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+source=("http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz";)
+md5sums=('8b317669314cf1bc881716cccdaccb30')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+#check() {
+#  cd msgpack-python-$pkgver
+#  msg2 'python'
+#  PYTHONPATH=$PWD/build/python py.test test
+#  msg2 'python2'
+#  PYTHONPATH=$PWD/build/python2 py.test2 test
+#}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-12 22:44:46 UTC (rev 129159)
+++ community-x86_64/PKGBUILD   2015-03-12 22:45:01 UTC (rev 129160)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.4.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/msgpack/msgpack-python'
-license=('Apache')
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'pyt

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

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 23:31:06
  Author: stativ
Revision: 129158

archrelease: copy trunk to community-x86_64

Added:
  luxmark/repos/community-x86_64/
  luxmark/repos/community-x86_64/PKGBUILD
(from rev 129157, luxmark/trunk/PKGBUILD)
  luxmark/repos/community-x86_64/system_scenes.diff
(from rev 129157, luxmark/trunk/system_scenes.diff)

+
 PKGBUILD   |   47 +++
 system_scenes.diff |   21 +
 2 files changed, 68 insertions(+)

Copied: luxmark/repos/community-x86_64/PKGBUILD (from rev 129157, 
luxmark/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-12 22:31:06 UTC (rev 129158)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=luxmark
+pkgver=3.0
+_scenever=3.0beta2
+_pkgver=985b948aa5c7
+pkgrel=1
+pkgdesc="OpenCL benchmark tool"
+arch=('x86_64') # because of embree only x86_64 is supported
+url="http://www.luxrender.net/";
+license=('GPL3')
+depends=('boost-libs' 'freetype2' 'glew' 'libcl' 'libgl' 'libpng' 
'openimageio' 'qt4')
+makedepends=('cmake' 'boost' 'luxrays' 'mesa' 'opencl-headers' 'embree' 
'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+source=(https://bitbucket.org/luxrender/luxmark/get/${_pkgver}.tar.bz2 \
+
https://bitbucket.org/luxrender/luxmark/downloads/scenes-v${_scenever}.zip \
+system_scenes.diff)
+md5sums=('8bf391a882c00c290372a9d67fea87af'
+ '504724fde889d0e46a8b971636a0703b'
+ '0635afe0dc5dc3e4e58f25190808942e')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxmark-$_pkgver
+
+  patch -Np1 < "$srcdir/system_scenes.diff"
+}
+
+build() {
+  cd "$srcdir/luxrender-luxmark-$_pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+.
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxmark-$_pkgver"
+  install -D -m755 bin/luxmark "$pkgdir"/usr/bin/luxmark
+
+  install -d "$pkgdir/usr/share/luxmark"
+  cp -a "$srcdir/scenes" "$pkgdir/usr/share/luxmark"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxmark/repos/community-x86_64/system_scenes.diff (from rev 129157, 
luxmark/trunk/system_scenes.diff)
===
--- community-x86_64/system_scenes.diff (rev 0)
+++ community-x86_64/system_scenes.diff 2015-03-12 22:31:06 UTC (rev 129158)
@@ -0,0 +1,21 @@
+diff -rup luxrender-luxmark-985b948aa5c7/src/main.cpp 
luxrender-luxmark-985b948aa5c7.new/src/main.cpp
+--- luxrender-luxmark-985b948aa5c7/src/main.cpp2015-02-25 
10:46:48.0 +0100
 luxrender-luxmark-985b948aa5c7.new/src/main.cpp2015-03-12 
23:01:53.971856726 +0100
+@@ -125,16 +125,7 @@ int main(int argc, char **argv) {
+   return EXIT_SUCCESS;
+   else {
+   app.Init(mode, scnName, singleRun);
+-
+-  // If current directory doesn't have the "scenes" directory, 
move
+-  // to where the executable is
+-  if (!boost::filesystem::exists("./scenes")) {
+-  // Look for the directory where LuxMark executable is 
installed
+-  boost::filesystem::path 
exePath(boost::filesystem::initial_path());
+-  exePath = 
boost::filesystem::system_complete(boost::filesystem::path(argv[0])).parent_path();
+-  // Set the current directory to where the binary is
+-  boost::filesystem::current_path(exePath);
+-  }
++  boost::filesystem::current_path("/usr/share/luxmark");
+   
+   // Force C locale
+   setlocale(LC_NUMERIC, "C");


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

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 23:31:02
  Author: stativ
Revision: 129157

upgpkg: luxmark 3.0-1

update luxmark to 3.0 which is now packaged separately from luxrays

Modified:
  luxmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 22:20:46 UTC (rev 129156)
+++ PKGBUILD2015-03-12 22:31:02 UTC (rev 129157)
@@ -10,7 +10,7 @@
 url="http://www.luxrender.net/";
 license=('GPL3')
 depends=('boost-libs' 'freetype2' 'glew' 'libcl' 'libgl' 'libpng' 
'openimageio' 'qt4')
-makedepends=('cmake' 'boost' 'luxrays' 'mesa' 'opencl-headers' 'embree')
+makedepends=('cmake' 'boost' 'luxrays' 'mesa' 'opencl-headers' 'embree' 
'freeglut')
 optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
 'amdapp-sdk: OpenCL support for AMD GPUs' \
 'intel-opencl-runtime: OpenCL support for Intel CPUs')


[arch-commits] Commit in (5 files)

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 23:20:46
  Author: stativ
Revision: 129156

luxmark: initial import of the new luxmark package (luxmark is no longer part 
of luxrays)

Added:
  luxmark/
  luxmark/repos/
  luxmark/trunk/
  luxmark/trunk/PKGBUILD
  luxmark/trunk/system_scenes.diff

+
 PKGBUILD   |   47 +++
 system_scenes.diff |   21 +
 2 files changed, 68 insertions(+)

Added: luxmark/trunk/PKGBUILD
===
--- luxmark/trunk/PKGBUILD  (rev 0)
+++ luxmark/trunk/PKGBUILD  2015-03-12 22:20:46 UTC (rev 129156)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=luxmark
+pkgver=3.0
+_scenever=3.0beta2
+_pkgver=985b948aa5c7
+pkgrel=1
+pkgdesc="OpenCL benchmark tool"
+arch=('x86_64') # because of embree only x86_64 is supported
+url="http://www.luxrender.net/";
+license=('GPL3')
+depends=('boost-libs' 'freetype2' 'glew' 'libcl' 'libgl' 'libpng' 
'openimageio' 'qt4')
+makedepends=('cmake' 'boost' 'luxrays' 'mesa' 'opencl-headers' 'embree')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+source=(https://bitbucket.org/luxrender/luxmark/get/${_pkgver}.tar.bz2 \
+
https://bitbucket.org/luxrender/luxmark/downloads/scenes-v${_scenever}.zip \
+system_scenes.diff)
+md5sums=('8bf391a882c00c290372a9d67fea87af'
+ '504724fde889d0e46a8b971636a0703b'
+ '0635afe0dc5dc3e4e58f25190808942e')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxmark-$_pkgver
+
+  patch -Np1 < "$srcdir/system_scenes.diff"
+}
+
+build() {
+  cd "$srcdir/luxrender-luxmark-$_pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+.
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxmark-$_pkgver"
+  install -D -m755 bin/luxmark "$pkgdir"/usr/bin/luxmark
+
+  install -d "$pkgdir/usr/share/luxmark"
+  cp -a "$srcdir/scenes" "$pkgdir/usr/share/luxmark"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: luxmark/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: luxmark/trunk/system_scenes.diff
===
--- luxmark/trunk/system_scenes.diff(rev 0)
+++ luxmark/trunk/system_scenes.diff2015-03-12 22:20:46 UTC (rev 129156)
@@ -0,0 +1,21 @@
+diff -rup luxrender-luxmark-985b948aa5c7/src/main.cpp 
luxrender-luxmark-985b948aa5c7.new/src/main.cpp
+--- luxrender-luxmark-985b948aa5c7/src/main.cpp2015-02-25 
10:46:48.0 +0100
 luxrender-luxmark-985b948aa5c7.new/src/main.cpp2015-03-12 
23:01:53.971856726 +0100
+@@ -125,16 +125,7 @@ int main(int argc, char **argv) {
+   return EXIT_SUCCESS;
+   else {
+   app.Init(mode, scnName, singleRun);
+-
+-  // If current directory doesn't have the "scenes" directory, 
move
+-  // to where the executable is
+-  if (!boost::filesystem::exists("./scenes")) {
+-  // Look for the directory where LuxMark executable is 
installed
+-  boost::filesystem::path 
exePath(boost::filesystem::initial_path());
+-  exePath = 
boost::filesystem::system_complete(boost::filesystem::path(argv[0])).parent_path();
+-  // Set the current directory to where the binary is
+-  boost::filesystem::current_path(exePath);
+-  }
++  boost::filesystem::current_path("/usr/share/luxmark");
+   
+   // Force C locale
+   setlocale(LC_NUMERIC, "C");


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:42:18
  Author: jlichtblau
Revision: 129155

archrelease: copy trunk to community-i686

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 129154, encfs/trunk/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 21:35:43 UTC (rev 129154)
+++ PKGBUILD2015-03-12 21:42:18 UTC (rev 129155)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Contributor: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=14
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 129154, 
encfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 21:42:18 UTC (rev 129155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.8
+pkgrel=1
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=(https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('464453f182cff2a245e830707464a758f63c34368351ba75ba41f4804b7cc931')
+
+build(){
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:35:43
  Author: jlichtblau
Revision: 129154

archrelease: copy trunk to community-staging-i686

Added:
  libspatialite/repos/community-staging-i686/
  libspatialite/repos/community-staging-i686/PKGBUILD
(from rev 129153, libspatialite/trunk/PKGBUILD)

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

Copied: libspatialite/repos/community-staging-i686/PKGBUILD (from rev 129153, 
libspatialite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 21:35:43 UTC (rev 129154)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite";
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:35:34
  Author: jlichtblau
Revision: 129153

archrelease: copy trunk to community-x86_64

Added:
  encfs/repos/community-x86_64/PKGBUILD
(from rev 129152, encfs/trunk/PKGBUILD)
Deleted:
  encfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 21:35:26 UTC (rev 129152)
+++ PKGBUILD2015-03-12 21:35:34 UTC (rev 129153)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Contributor: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=14
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 129152, 
encfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 21:35:34 UTC (rev 129153)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.8
+pkgrel=1
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost' 'autoconf')
+source=(https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('464453f182cff2a245e830707464a758f63c34368351ba75ba41f4804b7cc931')
+
+build(){
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:35:26
  Author: jlichtblau
Revision: 129152

upgpkg: encfs 1.8-1

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 21:12:54 UTC (rev 129151)
+++ PKGBUILD2015-03-12 21:35:26 UTC (rev 129152)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Andrea Scarpino 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Sven Kauber, 
@@ -6,28 +6,27 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=encfs
-pkgver=1.7.4
-pkgrel=14
+pkgver=1.8
+pkgrel=1
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
 depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+makedepends=('boost' 'autoconf')
+source=(https://github.com/vgough/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('464453f182cff2a245e830707464a758f63c34368351ba75ba41f4804b7cc931')
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  ./configure \
---prefix=/usr
-
+  autoreconf -if
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }


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

2015-03-12 Thread Andreas Radke
Date: Thursday, March 12, 2015 @ 22:33:14
  Author: andyrtr
Revision: 233411

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 233410, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 233410, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 233410, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 233410, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 233410, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 233410, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  300 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  150 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  150 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 424 insertions(+), 424 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-03-12 21:32:43 UTC (rev 233410)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-03-12 21:33:14 UTC (rev 233411)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 233410, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2015-03-12 21:33:14 UTC (

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

2015-03-12 Thread Andreas Radke
Date: Thursday, March 12, 2015 @ 22:32:43
  Author: andyrtr
Revision: 233410

upgpkg: bluez 5.29-1

upstream update 5.29

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 18:42:52 UTC (rev 233409)
+++ PKGBUILD2015-03-12 21:32:43 UTC (rev 233410)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.28
+pkgver=5.29
 pkgrel=1
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9'
+sha256sums=('df216a6d5ec6133355e5d4ed6b5e7a188a940940d337374e166758513246f0e4'
 'SKIP'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:08:44
  Author: jlichtblau
Revision: 129150

archrelease: copy trunk to community-staging-i686

Added:
  libgeotiff/repos/community-staging-i686/
  libgeotiff/repos/community-staging-i686/PKGBUILD
(from rev 129149, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-staging-i686/libgeotiff.changelog
(from rev 129149, libgeotiff/trunk/libgeotiff.changelog)

--+
 PKGBUILD |   33 +
 libgeotiff.changelog |8 
 2 files changed, 41 insertions(+)

Copied: libgeotiff/repos/community-staging-i686/PKGBUILD (from rev 129149, 
libgeotiff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 21:08:44 UTC (rev 129150)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brad Fanella 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/geotiff";
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg>=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
+}

Copied: libgeotiff/repos/community-staging-i686/libgeotiff.changelog (from rev 
129149, libgeotiff/trunk/libgeotiff.changelog)
===
--- community-staging-i686/libgeotiff.changelog (rev 0)
+++ community-staging-i686/libgeotiff.changelog 2015-03-12 21:08:44 UTC (rev 
129150)
@@ -0,0 +1,8 @@
+2015-03-12 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * libgeotiff 1.4.0-1


[arch-commits] Commit in python-pyproj/repos (2 files)

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:12:54
  Author: jlichtblau
Revision: 129151

archrelease: copy trunk to community-staging-i686

Added:
  python-pyproj/repos/community-staging-i686/
  python-pyproj/repos/community-staging-i686/PKGBUILD
(from rev 129150, python-pyproj/trunk/PKGBUILD)

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

Copied: python-pyproj/repos/community-staging-i686/PKGBUILD (from rev 129150, 
python-pyproj/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 21:12:54 UTC (rev 129151)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.3
+pkgrel=4
+pkgdesc="Python interfaces to PROJ.4 library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pyproj";
+license=('custom')
+makedepends=('python' 'python2')
+source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
+sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
+
+prepare() {
+  cd "${srcdir}"
+  cp -a pyproj-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}"
+
+# Build python 3 module
+  cd pyproj-${pkgver}
+  python3 setup.py build
+
+# Build python 2 module
+  cd ../pyproj-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pyproj() {
+  depends=('proj' 'python>=3.4')
+
+  cd "${srcdir}"/pyproj-${pkgver}
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+  depends=('proj' 'python2>=2.7')
+  replaces=('pyproj')
+
+  cd "${srcdir}"/pyproj-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in qlandkartegt/repos (5 files)

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:08:35
  Author: jlichtblau
Revision: 129149

archrelease: copy trunk to community-staging-i686

Added:
  qlandkartegt/repos/community-staging-i686/
  qlandkartegt/repos/community-staging-i686/PKGBUILD
(from rev 129148, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml
(from rev 129148, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog
(from rev 129148, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.install
(from rev 129148, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   45 +++
 qlandkartegt-mimetypes.xml |7 +++
 qlandkartegt.changelog |   81 +++
 qlandkartegt.install   |7 +++
 4 files changed, 140 insertions(+)

Copied: qlandkartegt/repos/community-staging-i686/PKGBUILD (from rev 129148, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 21:08:35 UTC (rev 129149)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Matthias Maennich 
+# Contributor: 
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Use your GPS with Linux"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit' 'proj')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd "${srcdir}"
+  mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/$pkgname-mimetypes.xml \
+"${pkgdir}"/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml 
(from rev 129148, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-i686/qlandkartegt-mimetypes.xml   
(rev 0)
+++ community-staging-i686/qlandkartegt-mimetypes.xml   2015-03-12 21:08:35 UTC 
(rev 129149)
@@ -0,0 +1,7 @@
+
+
+  
+QLandkarteGT File
+
+  
+

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog (from 
rev 129148, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-i686/qlandkartegt.changelog   
(rev 0)
+++ community-staging-i686/qlandkartegt.changelog   2015-03-12 21:08:35 UTC 
(rev 129149)
@@ -0,0 +1,81 @@
+2015-03-10 Jaroslav Lichtblau 
+   * qlandkartegt 1.8.1-1
+
+2015-02-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.8.0-1
+
+2014-07-13 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau 
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.0-1
+
+2012-02-21 Jaroslav Lichtblau 
+   * qlandkartegt 1.3.2-1
+
+2011-12-08 Jaroslav Lichtblau 
+   * qlandkartegt 1.3.1-1
+
+2011-10-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.4-1
+
+2011-09-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.3-1
+
+2011-07-19 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.2-1
+
+2011-07-07 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.0-1
+
+2011-05-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.1.2-1
+
+2011-03-21 Jaroslav Lichtblau 
+   * qlandkart

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

2015-03-12 Thread Jelle van der Waa
Date: Thursday, March 12, 2015 @ 22:06:49
  Author: jelle
Revision: 129148

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

Added:
  python-apsw/repos/community-i686/LICENSE
(from rev 129147, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-i686/PKGBUILD
(from rev 129147, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-x86_64/LICENSE
(from rev 129147, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 129147, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-i686/LICENSE
  python-apsw/repos/community-i686/PKGBUILD
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   54 +++
 /PKGBUILD |  102 
 community-i686/LICENSE|   27 ---
 community-i686/PKGBUILD   |   43 --
 community-x86_64/LICENSE  |   27 ---
 community-x86_64/PKGBUILD |   43 --
 6 files changed, 156 insertions(+), 140 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-03-12 21:06:33 UTC (rev 129147)
+++ community-i686/LICENSE  2015-03-12 21:06:49 UTC (rev 129148)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-i686/LICENSE (from rev 129147, 
python-apsw/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-03-12 21:06:49 UTC (rev 129148)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 21:06:33 UTC (rev 129147)
+++ community-i686/PKGBUILD 2015-03-12 21:06:49 UTC (rev 129148)
@@ -1,43 +0,0 @@
-# Maintainer: Brendan MacDonell 
-# Former Maintainer: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/rogerbinns/apsw";
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz"; 
"LICENSE")
-md5sums=('9a5432a725544079a8c4172d2412dc36'
- '9be3fbee1bae6c66d658a157c67943c0')
-
-build() {
-  cp -rf apsw-${pkgver}-r1 apsw2
-
-  cd apsw-${pkgver}-r1
-  python setup.py build --enable=load_extension
-  cd $srcdir/apsw2
-  python2 setup.py build --enable=load_extension
-}
-

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

2015-03-12 Thread Jelle van der Waa
Date: Thursday, March 12, 2015 @ 22:06:33
  Author: jelle
Revision: 129147

upgpkg: python-apsw 3.8.8.2-1

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 21:01:38 UTC (rev 129146)
+++ PKGBUILD2015-03-12 21:06:33 UTC (rev 129147)
@@ -4,7 +4,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.8.8.1
+pkgver=3.8.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/rogerbinns/apsw";
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz";
"LICENSE")
-md5sums=('9a5432a725544079a8c4172d2412dc36'
+md5sums=('c26126a161c5498ad13e8f747edec58b'
  '9be3fbee1bae6c66d658a157c67943c0')
 
 build() {
@@ -33,7 +33,6 @@
   install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-
 package_python2-apsw() {
 depends=('python2' 'sqlite3>=3.7.5')
 pkgdesc="Python2 wrapper for SQLite"
@@ -42,3 +41,11 @@
 
   install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+check() {
+  cd $srcdir/apsw2
+  python2 setup.py test
+
+  cd $srcdir/apsw-${pkgver}-r1
+  python setup.py test
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:01:31
  Author: jlichtblau
Revision: 129145

upgpkg: python-pyproj 1.9.3-4
proj soname rebuild 

Modified:
  python-pyproj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 20:52:51 UTC (rev 129144)
+++ PKGBUILD2015-03-12 21:01:31 UTC (rev 129145)
@@ -1,50 +1,53 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Stéphane Gaudreault 
 
 pkgbase=python-pyproj
 pkgname=('python-pyproj' 'python2-pyproj')
 pkgver=1.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Python interfaces to PROJ.4 library"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pyproj";
 license=('custom')
+makedepends=('python' 'python2')
 source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
-makedepends=('python' 'python2')
 sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
 
+prepare() {
+  cd "${srcdir}"
+  cp -a pyproj-${pkgver}{,-python2}
+}
+
 build() {
-   cd "${srcdir}"
+  cd "${srcdir}"
 
-   cp -a pyproj-${pkgver}{,-python2}
+# Build python 3 module
+  cd pyproj-${pkgver}
+  python3 setup.py build
 
-   # Build python 3 module
-   cd pyproj-${pkgver}
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../pyproj-${pkgver}-python2
-   python2 setup.py build
+# Build python 2 module
+  cd ../pyproj-${pkgver}-python2
+  python2 setup.py build
 }
 
 package_python-pyproj() {
-   depends=('proj' 'python>=3.4')
+  depends=('proj' 'python>=3.4')
 
-   cd "${srcdir}"/pyproj-${pkgver}
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  cd "${srcdir}"/pyproj-${pkgver}
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
-   install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-pyproj() {
-   depends=('proj' 'python2>=2.7')
-   replaces=('pyproj')
+  depends=('proj' 'python2>=2.7')
+  replaces=('pyproj')
 
-   cd "${srcdir}"/pyproj-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  cd "${srcdir}"/pyproj-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
-   install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in python-pyproj/repos (2 files)

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:01:38
  Author: jlichtblau
Revision: 129146

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyproj/repos/community-staging-x86_64/
  python-pyproj/repos/community-staging-x86_64/PKGBUILD
(from rev 129145, python-pyproj/trunk/PKGBUILD)

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

Copied: python-pyproj/repos/community-staging-x86_64/PKGBUILD (from rev 129145, 
python-pyproj/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 21:01:38 UTC (rev 129146)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.3
+pkgrel=4
+pkgdesc="Python interfaces to PROJ.4 library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pyproj";
+license=('custom')
+makedepends=('python' 'python2')
+source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
+sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
+
+prepare() {
+  cd "${srcdir}"
+  cp -a pyproj-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}"
+
+# Build python 3 module
+  cd pyproj-${pkgver}
+  python3 setup.py build
+
+# Build python 2 module
+  cd ../pyproj-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pyproj() {
+  depends=('proj' 'python>=3.4')
+
+  cd "${srcdir}"/pyproj-${pkgver}
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+  depends=('proj' 'python2>=2.7')
+  replaces=('pyproj')
+
+  cd "${srcdir}"/pyproj-${pkgver}-python2
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:52:51
  Author: jlichtblau
Revision: 129144

archrelease: copy trunk to community-staging-x86_64

Added:
  libspatialite/repos/community-staging-x86_64/
  libspatialite/repos/community-staging-x86_64/PKGBUILD
(from rev 129143, libspatialite/trunk/PKGBUILD)

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

Copied: libspatialite/repos/community-staging-x86_64/PKGBUILD (from rev 129143, 
libspatialite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 20:52:51 UTC (rev 129144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brian Galey 
+# Contributor: Pietro Zambelli 
+
+pkgname=libspatialite
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="SQLite extension to support spatial data types and operations"
+arch=('i686' 'x86_64')
+url="https://www.gaia-gis.it/fossil/libspatialite";
+license=('MPL' 'GPL' 'LGPL')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
+source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
+sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-libxml2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:52:07
  Author: jlichtblau
Revision: 129142

archrelease: copy trunk to community-staging-x86_64

Added:
  libgeotiff/repos/community-staging-x86_64/
  libgeotiff/repos/community-staging-x86_64/PKGBUILD
(from rev 129141, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog
(from rev 129141, libgeotiff/trunk/libgeotiff.changelog)

--+
 PKGBUILD |   33 +
 libgeotiff.changelog |8 
 2 files changed, 41 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 129141, 
libgeotiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 20:52:07 UTC (rev 129142)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brad Fanella 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/geotiff";
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg>=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
+}

Copied: libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog (from 
rev 129141, libgeotiff/trunk/libgeotiff.changelog)
===
--- community-staging-x86_64/libgeotiff.changelog   
(rev 0)
+++ community-staging-x86_64/libgeotiff.changelog   2015-03-12 20:52:07 UTC 
(rev 129142)
@@ -0,0 +1,8 @@
+2015-03-12 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * libgeotiff 1.4.0-1


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:52:44
  Author: jlichtblau
Revision: 129143

upgpkg: libspatialite 4.2.0-2
proj soname rebuild

Modified:
  libspatialite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 20:52:07 UTC (rev 129142)
+++ PKGBUILD2015-03-12 20:52:44 UTC (rev 129143)
@@ -1,28 +1,28 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Brian Galey 
 # Contributor: Pietro Zambelli 
 
 pkgname=libspatialite
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SQLite extension to support spatial data types and operations"
 arch=('i686' 'x86_64')
 url="https://www.gaia-gis.it/fossil/libspatialite";
 license=('MPL' 'GPL' 'LGPL')
-depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite3')
+depends=('geos' 'libfreexl' 'libxml2' 'proj' 'sqlite')
 source=(http://www.gaia-gis.it/gaia-sins/$pkgname-$pkgver.tar.gz)
 sha256sums=('9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
+  cd "${srcdir}"/$pkgname-$pkgver
+
   ./configure --prefix=/usr --enable-libxml2
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" install
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in qlandkartegt/repos (5 files)

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:50:52
  Author: jlichtblau
Revision: 129140

archrelease: copy trunk to community-staging-x86_64

Added:
  qlandkartegt/repos/community-staging-x86_64/
  qlandkartegt/repos/community-staging-x86_64/PKGBUILD
(from rev 129139, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml
(from rev 129139, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog
(from rev 129139, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.install
(from rev 129139, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   45 +++
 qlandkartegt-mimetypes.xml |7 +++
 qlandkartegt.changelog |   81 +++
 qlandkartegt.install   |7 +++
 4 files changed, 140 insertions(+)

Copied: qlandkartegt/repos/community-staging-x86_64/PKGBUILD (from rev 129139, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 20:50:52 UTC (rev 129140)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Matthias Maennich 
+# Contributor: 
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Use your GPS with Linux"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit' 'proj')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd "${srcdir}"
+  mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/$pkgname-mimetypes.xml \
+"${pkgdir}"/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml 
(from rev 129139, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-x86_64/qlandkartegt-mimetypes.xml 
(rev 0)
+++ community-staging-x86_64/qlandkartegt-mimetypes.xml 2015-03-12 20:50:52 UTC 
(rev 129140)
@@ -0,0 +1,7 @@
+
+
+  
+QLandkarteGT File
+
+  
+

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog 
(from rev 129139, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-x86_64/qlandkartegt.changelog 
(rev 0)
+++ community-staging-x86_64/qlandkartegt.changelog 2015-03-12 20:50:52 UTC 
(rev 129140)
@@ -0,0 +1,81 @@
+2015-03-10 Jaroslav Lichtblau 
+   * qlandkartegt 1.8.1-1
+
+2015-02-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.8.0-1
+
+2014-07-13 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau 
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau 
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau 
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 Jaroslav Lichtblau 
+   * qlandkartegt 1.4.0-1
+
+2012-02-21 Jaroslav Lichtblau 
+   * qlandkartegt 1.3.2-1
+
+2011-12-08 Jaroslav Lichtblau 
+   * qlandkartegt 1.3.1-1
+
+2011-10-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.4-1
+
+2011-09-09 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.3-1
+
+2011-07-19 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.2-1
+
+2011-07-07 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.2.0-1
+
+2011-05-22 Jaroslav Lichtblau 
+   * qlandkartegt 1.1.2-1
+
+2011-03-21 Jaroslav Lichtblau 
+

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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:50:41
  Author: jlichtblau
Revision: 129139

upgpkg: qlandkartegt 1.8.1-2
proj soname rebuild

Modified:
  qlandkartegt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 19:35:42 UTC (rev 129138)
+++ PKGBUILD2015-03-12 20:50:41 UTC (rev 129139)
@@ -5,13 +5,13 @@
 
 pkgname=qlandkartegt
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Use your GPS with Linux"
 arch=('i686' 'x86_64')
 url="http://www.qlandkarte.org/";
 license=('GPL')
 depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
- 'shared-mime-info' 'qtwebkit')
+ 'shared-mime-info' 'qtwebkit' 'proj')
 makedepends=('cmake' 'garmindev' 'mesa')
 optdepends=('garmindev: to connect garmin devices')
 install=$pkgname.install


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:52:01
  Author: jlichtblau
Revision: 129141

upgpkg: libgeotiff 1.4.1-2
proj soname rebuild

Modified:
  libgeotiff/trunk/PKGBUILD
  libgeotiff/trunk/libgeotiff.changelog

--+
 PKGBUILD |2 +-
 libgeotiff.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 20:50:52 UTC (rev 129140)
+++ PKGBUILD2015-03-12 20:52:01 UTC (rev 129141)
@@ -6,7 +6,7 @@
 
 pkgname=libgeotiff
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
 arch=('i686' 'x86_64')
 url="http://www.remotesensing.org/geotiff";

Modified: libgeotiff.changelog
===
--- libgeotiff.changelog2015-03-12 20:50:52 UTC (rev 129140)
+++ libgeotiff.changelog2015-03-12 20:52:01 UTC (rev 129141)
@@ -1,3 +1,6 @@
+2015-03-12 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-2 proj rebuild
+
 2015-01-22 Jaroslav Lichtblau 
* libgeotiff 1.4.1-1
 


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

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 20:35:42
  Author: stativ
Revision: 129138

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/
  embree/repos/community-x86_64/PKGBUILD
(from rev 129137, embree/trunk/PKGBUILD)

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

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 129137, 
embree/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-12 19:35:42 UTC (rev 129138)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=embree
+pkgver=2.4
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/";
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'ispc' 'freeglut' 'imagemagick' 'openexr')
+source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";)
+md5sums=('4219e0692ba80bb1f34b66a527a4a034')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TUTORIALS=OFF \
+-DBUILD_TUTORIALS_ISPC=OFF \
+.
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+


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

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 20:35:39
  Author: stativ
Revision: 129137

upgpkg: embree 2.4-1

initial build, i686 doesn't compile though

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 19:04:19 UTC (rev 129136)
+++ PKGBUILD2015-03-12 19:35:39 UTC (rev 129137)
@@ -4,7 +4,7 @@
 pkgver=2.4
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://embree.github.io/";
 license=('Apache')
 depends=('gcc-libs')


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

2015-03-12 Thread Lukas Jirkovsky
Date: Thursday, March 12, 2015 @ 20:04:19
  Author: stativ
Revision: 129136

embree: initial commit (dependency of luxmark)

Added:
  embree/
  embree/repos/
  embree/trunk/
  embree/trunk/PKGBUILD

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

Added: embree/trunk/PKGBUILD
===
--- embree/trunk/PKGBUILD   (rev 0)
+++ embree/trunk/PKGBUILD   2015-03-12 19:04:19 UTC (rev 129136)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=embree
+pkgver=2.4
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('i686' 'x86_64')
+url="https://embree.github.io/";
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cmake' 'ispc' 'freeglut' 'imagemagick' 'openexr')
+source=("$pkgname-${pkgver}.tar.gz::http://github.com/embree/embree/archive/v${pkgver}.tar.gz";)
+md5sums=('4219e0692ba80bb1f34b66a527a4a034')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TUTORIALS=OFF \
+-DBUILD_TUTORIALS_ISPC=OFF \
+.
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+


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


[arch-commits] Commit in schroot/trunk (PKGBUILD colon-completion.patch)

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 19:58:08
  Author: spupykin
Revision: 129134

upgpkg: schroot 1.6.10-5

upd

Modified:
  schroot/trunk/PKGBUILD
Deleted:
  schroot/trunk/colon-completion.patch

+
 PKGBUILD   |   11 ++-
 colon-completion.patch |   20 
 2 files changed, 6 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 17:53:52 UTC (rev 129133)
+++ PKGBUILD2015-03-12 18:58:08 UTC (rev 129134)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html";
 license=('GPL3')
@@ -27,7 +27,6 @@
'arch32-mount'
'arch32-nssdatabases'
'pam.d.schroot.patch'
-   'colon-completion.patch'
'fix-bash-completion.patch')
 md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
  '54239847f89b9a4772910415bde6276a'
@@ -36,13 +35,15 @@
  'f0d5d5b5e34a860f6f90b5628c680f46'
  'af1da6edd8c8c0dafeeb2c2c4e0c840b'
  'a8d77cac806a0a9adef3f93cdbeb280a'
- 'f0d03bf6c60ed119781b27b98234299c'
  '5ba775d4f401e2c167414caa548b71e5')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/fix-bash-completion.patch
+}
+
 build() {
cd ${pkgname}-${pkgver}
-#  patch -p1 -i ${srcdir}/fix-bash-completion.patch
-#  patch -p1 -i ${srcdir}/colon-completion.patch
export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
./configure \
--prefix=/usr \

Deleted: colon-completion.patch
===
--- colon-completion.patch  2015-03-12 17:53:52 UTC (rev 129133)
+++ colon-completion.patch  2015-03-12 18:58:08 UTC (rev 129134)
@@ -1,20 +0,0 @@
-diff -wbBur schroot-1.6.5.org/etc/bash_completion/schroot 
schroot-1.6.5/etc/bash_completion/schroot
 schroot-1.6.5.org/etc/bash_completion/schroot  2013-01-28 
15:28:04.0 +0400
-+++ schroot-1.6.5/etc/bash_completion/schroot  2013-01-28 15:30:22.297213632 
+0400
-@@ -21,14 +21,14 @@
- local cur prev options
- 
- COMPREPLY=()
--cur=${COMP_WORDS[COMP_CWORD]}
--prev=${COMP_WORDS[COMP_CWORD-1]}
-+_get_comp_words_by_ref -n : cur prev
- 
- # Select precisely the tokens from schroot --help that begin with a dash
- options=$(schroot --help | sed 
's/\(^\|[[:space:]]\)[^[:space:]-][^[:space:]]*//g')
- 
- if [ "$prev" = "-c" ] || [ "$prev" = "--chroot" ]; then
- COMPREPLY=( $(compgen -W "$(schroot -a -l)" -- $cur) )
-+__ltrim_colon_completions "$cur"
- else
- COMPREPLY=( $(compgen -W "$options" -- $cur) )
- fi


[arch-commits] Commit in schroot/repos (34 files)

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 19:58:38
  Author: spupykin
Revision: 129135

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

Added:
  schroot/repos/community-i686/PKGBUILD
(from rev 129134, schroot/trunk/PKGBUILD)
  schroot/repos/community-i686/arch32-config
(from rev 129134, schroot/trunk/arch32-config)
  schroot/repos/community-i686/arch32-copyfiles
(from rev 129134, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-i686/arch32-example
(from rev 129134, schroot/trunk/arch32-example)
  schroot/repos/community-i686/arch32-mount
(from rev 129134, schroot/trunk/arch32-mount)
  schroot/repos/community-i686/arch32-nssdatabases
(from rev 129134, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-i686/fix-bash-completion.patch
(from rev 129134, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-i686/pam.d.schroot.patch
(from rev 129134, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-x86_64/PKGBUILD
(from rev 129134, schroot/trunk/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 129134, schroot/trunk/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 129134, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 129134, schroot/trunk/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 129134, schroot/trunk/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 129134, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-x86_64/fix-bash-completion.patch
(from rev 129134, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 129134, schroot/trunk/pam.d.schroot.patch)
Deleted:
  schroot/repos/community-i686/PKGBUILD
  schroot/repos/community-i686/arch32-config
  schroot/repos/community-i686/arch32-copyfiles
  schroot/repos/community-i686/arch32-example
  schroot/repos/community-i686/arch32-mount
  schroot/repos/community-i686/arch32-nssdatabases
  schroot/repos/community-i686/colon-completion.patch
  schroot/repos/community-i686/fix-bash-completion.patch
  schroot/repos/community-i686/pam.d.schroot.patch
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/colon-completion.patch
  schroot/repos/community-x86_64/fix-bash-completion.patch
  schroot/repos/community-x86_64/pam.d.schroot.patch

+
 /PKGBUILD  |  156 +++
 /arch32-config |   22 +++
 /arch32-copyfiles  |   12 ++
 /arch32-example|   20 +++
 /arch32-mount  |   24 
 /arch32-nssdatabases   |   12 ++
 /fix-bash-completion.patch |   22 +++
 /pam.d.schroot.patch   |   30 +
 community-i686/PKGBUILD|   77 -
 community-i686/arch32-config   |   11 -
 community-i686/arch32-copyfiles|6 -
 community-i686/arch32-example  |   10 -
 community-i686/arch32-mount|   12 --
 community-i686/arch32-nssdatabases |6 -
 community-i686/colon-completion.patch  |   20 ---
 community-i686/fix-bash-completion.patch   |   11 -
 community-i686/pam.d.schroot.patch |   15 --
 community-x86_64/PKGBUILD  |   77 -
 community-x86_64/arch32-config |   11 -
 community-x86_64/arch32-copyfiles  |6 -
 community-x86_64/arch32-example|   10 -
 community-x86_64/arch32-mount  |   12 --
 community-x86_64/arch32-nssdatabases   |6 -
 community-x86_64/colon-completion.patch|   20 ---
 community-x86_64/fix-bash-completion.patch |   11 -
 community-x86_64/pam.d.schroot.patch   |   15 --
 26 files changed, 298 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 18:58:08 UTC (rev 129134)
+++ community-i686/PKGBUILD 2015-03-12 18:58:38 UTC (rev 129135)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=schroot
-pkgver=1.6.10
-pkgrel=4
-pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
-url="http://packages.qa.debian.org/s/schroot.html";
-license=('GPL3')
-depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
-makedepends=('boost')
-optdepends=('btrfs-progs-unstable' 'lvm2')
-arch=('i686' 'x86_64')
-conflicts=('dchroot')
-replaces=('dchroot')
-provides=('schr

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

2015-03-12 Thread Sébastien Luttringer
Date: Thursday, March 12, 2015 @ 19:42:52
  Author: seblu
Revision: 233409

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 233408, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 233408, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 233408, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 233408, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 233408, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 233408, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 233408, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 233408, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   49 
 testing-i686/btrfs-progs.install  |9 +
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/PKGBUILD   |   49 
 testing-x86_64/btrfs-progs.install|9 +
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 164 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 233408, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-12 18:42:52 UTC (rev 233409)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=3.19
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix="$pkgdir"/usr install
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 233408, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2015-03-12 18:42:52 UTC (rev 233409)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+echo "btrfs multi-device support now relies on linux 3.6 or later"
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 233408, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2015-03-12 18:42:52 UTC (rev 233409)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 233408, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2015-03-12 18:42:52 UTC (rev 233409)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat <
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=3.19
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://

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

2015-03-12 Thread Sébastien Luttringer
Date: Thursday, March 12, 2015 @ 19:42:28
  Author: seblu
Revision: 233408

upgpkg: btrfs-progs 3.19-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 16:04:32 UTC (rev 233407)
+++ PKGBUILD2015-03-12 18:42:28 UTC (rev 233408)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=3.18.2
+pkgver=3.19
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -26,8 +26,9 @@
 
 build() {
   cd $pkgname
-  make CFLAGS="$CFLAGS"
-  make CFLAGS="$CFLAGS" btrfs-select-super
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
 }
 
 check() {
@@ -37,9 +38,7 @@
 
 package() {
   cd $pkgname
-
   make prefix="$pkgdir"/usr install
-  install -Dm755 btrfs-select-super "$pkgdir"/usr/bin
 
   # install mkinitcpio hooks
   cd "$srcdir"


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

2015-03-12 Thread Daniel Isenmann
Date: Thursday, March 12, 2015 @ 17:04:32
  Author: daniel
Revision: 233407

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 233406, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 233406, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 233406, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 233406, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 233406, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 233406, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 233406, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 233406, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 233406, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 233406, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 233406, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 233406, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/build_fix.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/build_fix.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /Microsoft.Portable.Common.targets |8 
 /PKGBUILD  |  134 +
 /bug434892.patch   |   22 ++
 /build_fix.patch   |   50 +
 /mono.binfmt.d |2 
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   67 --
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 --
 extra-i686/mono.binfmt.d   |1 
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   67 --
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 --
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/sgen_fix.patch|  112 ---
 18 files changed, 440 insertions(+), 440 deletions(-)

Deleted: extra-i686/Microsoft.Portable.Common.targets
===
--- extra-i686/Microsoft.Portable.Common.targets2015-03-12 16:04:23 UTC 
(rev 233406)
+++ extra-i686/Microsoft.Portable.Common.targets2015-03-12 16:04:32 UTC 
(rev 233407)
@@ -1,4 +0,0 @@
-http://schemas.microsoft.com/developer/msbuild/2003";>
-   
-   
-

Copied: mono/repos/extra-i686/Microsoft.Portable.Common.targets (from rev 
233406, mono/trunk/Microsoft.Portable.Common.targets)
===
--- extra-i686/Microsoft.Portable.Common.targets
(rev 0)
+++ extra-i686/Microsoft.Portable.Common.targets2015-03-12 16:04:32 UTC 
(rev 233407)
@@ -0,0 +1,4 @@
+http://schemas.microsoft.com/developer/msbuild/2003";>
+   
+   
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-12 16:04:23 UTC (rev 233406)
+++ extra-i686/PKGBUILD 2015-03-12 16:04:32 UTC (rev 233407)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-pkgname=mono
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
-url="http://www.mono-project.com/";
-depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python')
-options=('!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
-mono.binfmt.d
-sgen_fix.patch
-   build_fix.patch
-   Microsoft.Portable.Common.targets)
-md5sums=('0fbca17e5bfce5124d4bc915faa697d7'
- 'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c'
- '30a5af1a4ff50b98f9e73cc2ae554115'
- 'acbffadb0ac233c494b40dd5e79209a5')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  #p

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

2015-03-12 Thread Daniel Isenmann
Date: Thursday, March 12, 2015 @ 17:04:23
  Author: daniel
Revision: 233406

upgpkg: mono 3.12.1-1

Upstream release to fix vulnerabilities in Mono TLS stack

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 15:37:51 UTC (rev 233405)
+++ PKGBUILD2015-03-12 16:04:23 UTC (rev 233406)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 sgen_fix.patch
build_fix.patch
Microsoft.Portable.Common.targets)
-md5sums=('0fbca17e5bfce5124d4bc915faa697d7'
+md5sums=('ccab015f0c54ffeccd2924b44885809c'
  'b9ef8a65fea497acf176cca16c1e2402'
  '8a700b94bff7a913f920e95890d2fb4c'
  '30a5af1a4ff50b98f9e73cc2ae554115'


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 16:36:27
  Author: jgc
Revision: 233402

upgpkg: webkit2gtk 2.7.91-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:39:19 UTC (rev 233401)
+++ PKGBUILD2015-03-12 15:36:27 UTC (rev 233402)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.6.5
+pkgver=2.7.91
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
 'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'python2' 'ruby' 'gtk-doc' 
'cmake' 'python')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
 optdepends=('gtk2: Netscape plugin support'
 'gst-plugins-base: free media decoding'
 'gst-plugins-good: media decoding'
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('b1658017cea7cc545b9e01f22af585986e21e4242825e215bc5f8e0c0dc67593'
+sha256sums=('9d2b70a0dba6e2b6f74b82b2ceb92605921ecf0a554633ed98bc277c55b091e1'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {


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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 16:37:51
  Author: ronald
Revision: 233405

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

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 233404, lyx/trunk/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 233404, lyx/trunk/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 233404, lyx/trunk/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 233404, lyx/trunk/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 233404, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 233404, lyx/trunk/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 233404, lyx/trunk/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 233404, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist

--+
 /PKGBUILD|  102 +
 /lyx.desktop |   28 
 /lyx.install |   30 +
 /lyxrc.dist  |   28 
 extra-i686/PKGBUILD  |   51 --
 extra-i686/lyx.desktop   |   14 --
 extra-i686/lyx.install   |   15 --
 extra-i686/lyxrc.dist|   14 --
 extra-x86_64/PKGBUILD|   51 --
 extra-x86_64/lyx.desktop |   14 --
 extra-x86_64/lyx.install |   15 --
 extra-x86_64/lyxrc.dist  |   14 --
 12 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-12 15:37:39 UTC (rev 233404)
+++ extra-i686/PKGBUILD 2015-03-12 15:37:51 UTC (rev 233405)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.1.2.2
-pkgrel=1
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('i686' 'x86_64')
-url="http://www.lyx.org";
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('ae0fc59418d072631257c96165a10f041de71cc2'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" \
-"${pkgdir}/usr/share/applications/lyx.desktop"
-  install -Dm644 "lib/images/lyx.png" \
-"${pkgdir}/usr/share/pixmaps/lyx.png"
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 233404, lyx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-12 15:37:51 UTC (rev 233405)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('eba2e3476967cb33a59b9f7331df472d98d635bf'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+}
+
+build() {
+  cd "${srcdir}/${

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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 16:36:34
  Author: jgc
Revision: 233403

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  webkit2gtk/repos/gnome-unstable-i686/
  webkit2gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 233402, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-i686/fix-pretty-quotes.patch
(from rev 233402, webkit2gtk/trunk/fix-pretty-quotes.patch)
  webkit2gtk/repos/gnome-unstable-x86_64/
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233402, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-x86_64/fix-pretty-quotes.patch
(from rev 233402, webkit2gtk/trunk/fix-pretty-quotes.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   54 
 gnome-unstable-i686/fix-pretty-quotes.patch   |   26 +++
 gnome-unstable-x86_64/PKGBUILD|   54 
 gnome-unstable-x86_64/fix-pretty-quotes.patch |   26 +++
 4 files changed, 160 insertions(+)

Copied: webkit2gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 233402, 
webkit2gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 15:36:34 UTC (rev 233403)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.7.91
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('9d2b70a0dba6e2b6f74b82b2ceb92605921ecf0a554633ed98bc277c55b091e1'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -p0 -i ../fix-pretty-quotes.patch
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Copied: webkit2gtk/repos/gnome-unstable-i686/fix-pretty-quotes.patch (from rev 
233402, webkit2gtk/trunk/fix-pretty-quotes.patch)
===
--- gnome-unstable-i686/fix-pretty-quotes.patch (rev 0)
+++ gnome-unstable-i686/fix-pretty-quotes.patch 2015-03-12 15:36:34 UTC (rev 
233403)
@@ -0,0 +1,26 @@
+Pretty quotes in licence break Python stdin.
+
+https://bugs.webkit.org/show_bug.cgi?id=128971
+
+--- Source/WebCore/xml/XMLViewer.css.orig  2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "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 GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+--- Source/WebCore/xml/XMLViewer.js.orig   2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * "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 GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233402, 
webkit2gtk/trunk/PKGBUI

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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 16:37:39
  Author: ronald
Revision: 233404

upgpkg: lyx 2.1.3-1

update to 2.1.3

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 15:36:34 UTC (rev 233403)
+++ PKGBUILD2015-03-12 15:37:39 UTC (rev 233404)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.1.2.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)
-sha1sums=('ae0fc59418d072631257c96165a10f041de71cc2'
+sha1sums=('eba2e3476967cb33a59b9f7331df472d98d635bf'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 


[arch-commits] Commit in hhvm/repos/community-x86_64 (16 files)

2015-03-12 Thread Massimiliano Torromeo
Date: Thursday, March 12, 2015 @ 15:22:14
  Author: mtorromeo
Revision: 129132

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 129131, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/fastcgi-https.diff
(from rev 129131, hhvm/trunk/fastcgi-https.diff)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 129131, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 129131, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 129131, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 129131, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/mcrouter-chrono-fix.patch
(from rev 129131, hhvm/trunk/mcrouter-chrono-fix.patch)
  hhvm/repos/community-x86_64/php.ini
(from rev 129131, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 129131, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  250 +---
 fastcgi-https.diff|   41 +++
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 mcrouter-chrono-fix.patch |   25 
 php.ini   |   20 +--
 server.ini|   12 +-
 9 files changed, 267 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 14:18:01 UTC (rev 129131)
+++ PKGBUILD2015-03-12 14:22:14 UTC (rev 129132)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.5.1
-_thirdparty_commit=d0cad57b5427f84af8f77d60b8b53de4aaea4694
-_folly_commit=6f9b619d9ffc219296a818a83266d60628e6aedd
-_thrift_commit=bba5d4590ff71e8f34ce4f90a8d7b2cf867ca3d0
-_proxygen_commit=8a602aa40383d6dddbdcb2a951067b9923edfc74
-pkgrel=1
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com";
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz";
-
"hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz";
-
"folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz";
-
"thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz";
-
"proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz";
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-}
-
-build() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-msg2 "Building hhvm"
-
-cmake -Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_PREFIX_PATH="$srcdir" \
--DENABLE_MONGO:BOOL=ON \
-.
-
-make
-
-for hacktool in hackificator remove_soft_types; do
-cd "$srcdir"/$pkgname-HHVM-$pkgver/hphp/hack/tools/$hacktool
-make depend
-make
-done
-}
-
-# check() {
-# cd "$srcdir"/$pkgname-HHVM-$pkgver/hphp/test
-# ./run --threads 8 quick
-# }
-
-package() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-make DESTDIR="$pkgdir/" install
-mv "$pkgdir"/usr/lib{64,}
-
-cd hphp/hack/bin
-for bin in hh_* tools/*; do
-install -Dm755 $bin "$pkgdir"/usr/bin/$(basename $bin)
-done
-
-cd "$srcdir"
-install -Dm644 hhvm.tmpfile "$pkgdir"/usr/lib/tmpfiles.d/hhvm.conf
-install -Dm644 hhvm.service "$pkgdir"/usr/lib/systemd/system/hhvm.service
-install -Dm644 hhvm@.service "$pkgdir"/usr/lib/systemd/system/hhvm@.service
-
-install -Dm644 php.ini "$pkgdir"/etc/hhvm/ph

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

2015-03-12 Thread Massimiliano Torromeo
Date: Thursday, March 12, 2015 @ 15:18:01
  Author: mtorromeo
Revision: 129131

upgpkg: hhvm 3.6.0-1

Update to 3.6.0 and fixed #44141

Added:
  hhvm/trunk/fastcgi-https.diff
  hhvm/trunk/mcrouter-chrono-fix.patch
Modified:
  hhvm/trunk/PKGBUILD

---+
 PKGBUILD  |   66 ++--
 fastcgi-https.diff|   41 +++
 mcrouter-chrono-fix.patch |   25 
 3 files changed, 118 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 14:01:20 UTC (rev 129130)
+++ PKGBUILD2015-03-12 14:18:01 UTC (rev 129131)
@@ -3,12 +3,18 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.5.1
-_thirdparty_commit=d0cad57b5427f84af8f77d60b8b53de4aaea4694
-_folly_commit=6f9b619d9ffc219296a818a83266d60628e6aedd
-_thrift_commit=bba5d4590ff71e8f34ce4f90a8d7b2cf867ca3d0
-_proxygen_commit=8a602aa40383d6dddbdcb2a951067b9923edfc74
+pkgver=3.6.0
 pkgrel=1
+
+_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
+_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
+_thrift_commit=d30280a33ed2c67672b0295872397e5affb60f8c
+_proxygen_commit=d17b4e7735ab728d77266a538cef4dcfc57b5fbd
+_webscalesql_commit=004b6b348fdf48f0aa4e3fe1010b891d4fdb9f70
+_mcrouter_commit=addcc91aee3942f4e50760a43fdcb052482be00e
+_re2_commit=bdb5058dcf7a3e6e8fe524a6214d5a7a6e9dcba2
+_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
+
 pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
 arch=('x86_64')
 url="http://hhvm.com";
@@ -15,18 +21,24 @@
 license=('PHP')
 depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
  'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb')
+ 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2')
+makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
+ 'ragel' 'libmariadbclient' 'unixodbc')
 source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz";
 
"hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz";
 
"folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz";
 
"thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz";
 
"proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz";
+
"webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz";
+
"mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz";
+
"squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz";
 'hhvm.tmpfile'
 'hhvm.service'
 'hhvm@.service'
 'php.ini'
-'server.ini')
+'server.ini'
+'mcrouter-chrono-fix.patch'
+'fastcgi-https.diff')
 install=hhvm.install
 backup=(etc/hhvm/{php,server}.ini)
 options+=('!buildflags')
@@ -33,7 +45,13 @@
 
 prepare() {
 cd "$srcdir"/$pkgname-HHVM-$pkgver
+patch -p1 -i "$srcdir"/mcrouter-chrono-fix.patch
+patch -p1 -i "$srcdir"/fastcgi-https.diff
 
+# Fix sendmail path
+sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
+hphp/runtime/base/runtime-option.cpp
+
 rm -rf third-party
 ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
 
@@ -48,6 +66,20 @@
 cd ../proxygen
 rm -rf src
 ln -s "$srcdir"/proxygen-$_proxygen_commit src
+
+cd ../mcrouter
+rm -rf src
+ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
+
+cd ../squangle
+rm -rf src squangle
+ln -s "$srcdir"/squangle-$_squangle_commit src
+ln -s src/squangle
+
+cd ../webscalesqlclient
+rm -rf src webscalesql-5.6
+ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
+ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit src
 }
 
 build() {
@@ -60,6 +92,7 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_PREFIX_PATH="$srcdir" \
 -DENABLE_MONGO:BOOL=ON \
+-DMYSQL_UNIX_SOCK_ADDR=/run/mysqld/mysqld.sock \
 .
 
 make
@@ -94,13 +127,18 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('b0438941a8e88c8505d78d87e008f3402133f4b253da07d2936876fb245311b8'
-'c62bc664fd96de44aedc07e2cf136b7ff712001f53d41b003c260c50c8ec9e8e'
-'00922bf8128f368fa8b3a1b0ab6d79086a77a9f95484bf020d0f06bcd4710441'
-'b5338bb0299651ccffef826348a50618c92980e619dbc9eb34f16c9ff4a6765a'
-'34fbb931fe112dca460f765d2552241914dcc

[arch-commits] Commit in cairo-dock-plugins/repos (2 files)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 15:01:20
  Author: alucryd
Revision: 129130

Come on, SVN...

Added:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   70 
 community-x86_64/PKGBUILD |   70 
 2 files changed, 140 insertions(+)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 14:01:20 UTC (rev 129130)
@@ -0,0 +1,70 @@
+# $Id: PKGBUILD 129128 2015-03-12 13:55:57Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plugins
+pkgver=3.4.1
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
+ 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
+ 'ruby' 'vala' 'vte3' 'webkitgtk')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'dbus-sharp-glib: Mono API'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')
+source=("cairo-dock-plugins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz";
+'cairo-dock-plugins-mono.patch')
+sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
+'b3e4d5384f2293d2f9ac05440350ba076a8db40b2b7628811af2cb102171c10a')
+
+prepare() {
+  cd cairo-dock-plug-ins-${pkgver}
+
+  patch -Np1 -i ../cairo-dock-plugins-mono.patch
+}
+
+build() {
+  cd cairo-dock-plug-ins-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock-plug-ins-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/lib/{cli,mono}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: cairo-dock-plugins/repos/community-i686/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-12 14:01:20 UTC (rev 129130)
@@ -0,0 +1,70 @@
+# $Id: PKGBUILD 129128 2015-03-12 13:55:57Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plugins
+pkgver=3.4.1
+pkgrel=2
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
+ 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
+ 'ruby' 'vala' 'vte3' 'webkitgtk')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'dbus-sharp-glib: Mono API'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet')
+source=("cairo-dock-plugins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz";
+'cairo-dock-plugins-mono.patch')
+sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
+   

[arch-commits] Commit in cairo-dock-plugins/repos (2 files)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 14:56:14
  Author: alucryd
Revision: 129129

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

Deleted:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   69 
 community-x86_64/PKGBUILD |   69 
 2 files changed, 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 13:55:57 UTC (rev 129128)
+++ community-i686/PKGBUILD 2015-03-12 13:56:14 UTC (rev 129129)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: zhuqin 
-# Contributor: tri1976 
-# Contributor: snoopy33 
-
-pkgname=cairo-dock-plugins
-pkgver=3.4.1
-pkgrel=1
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='http://glx-dock.org'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
- 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
- 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'dbus-sharp-glib: Mono API'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-source=("cairo-dock-plugins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz";
-'cairo-dock-plugins-mono.patch')
-sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
-'b3e4d5384f2293d2f9ac05440350ba076a8db40b2b7628811af2cb102171c10a')
-
-prepare() {
-  cd cairo-dock-plug-ins-${pkgver}
-
-  patch -Np1 -i ../cairo-dock-plugins-mono.patch
-}
-
-build() {
-  cd cairo-dock-plug-ins-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-plug-ins-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-12 13:55:57 UTC (rev 129128)
+++ community-x86_64/PKGBUILD   2015-03-12 13:56:14 UTC (rev 129129)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: zhuqin 
-# Contributor: tri1976 
-# Contributor: snoopy33 
-
-pkgname=cairo-dock-plugins
-pkgver=3.4.1
-pkgrel=1
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='http://glx-dock.org'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
- 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
- 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'dbus-sharp-glib: Mono API'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-source=("cairo-dock-plugins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz";
-'cairo-dock-plugins-mono.patch')
-sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
-'b3e4d5384f2293d2f9ac05440350ba076a8db40b2b7628811af2cb102171c10a')
-
-prepare() {
-  cd cairo-dock-plug-ins-${pkgver}
-
-  patch -Np1 -i ../cairo-dock-plugins-mono.patch
-}
-
-build() {
-  cd cairo-dock-plug-ins-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-

[arch-commits] Commit in cairo-dock-plugins/trunk (PKGBUILD)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 14:55:57
  Author: alucryd
Revision: 129128

upgpkg: cairo-dock-plugins 3.4.1-2

Modified:
  cairo-dock-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:29:30 UTC (rev 129127)
+++ PKGBUILD2015-03-12 13:55:57 UTC (rev 129128)
@@ -7,7 +7,7 @@
 
 pkgname=cairo-dock-plugins
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='http://glx-dock.org'
@@ -64,6 +64,7 @@
   cd cairo-dock-plug-ins-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/lib/{cli,mono}
 }
 
 # vim: ts=2 sw=2 et:


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:39:19
  Author: jgc
Revision: 233401

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 233400, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233400, grilo-plugins/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   29 +
 gnome-unstable-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 233400, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 13:39:19 UTC (rev 233401)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.14
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233400, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-12 13:39:19 UTC (rev 233401)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.14
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:39:12
  Author: jgc
Revision: 233400

upgpkg: grilo-plugins 0.2.14-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:23:03 UTC (rev 233399)
+++ PKGBUILD2015-03-12 13:39:12 UTC (rev 233400)
@@ -3,28 +3,27 @@
 
 pkgname=grilo-plugins
 pkgver=0.2.14
-pkgrel=0.1
+pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org";
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool gnome-common git yelp-tools)
+makedepends=(intltool itstool yelp-tools)
 optdepends=('dleyna-server: DLNA plugin'
 'tracker: Tracker plugin')
 options=('!emptydirs')
 groups=('gnome')
-source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198)
-sha256sums=('SKIP')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
 
 build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 14:29:08
  Author: spupykin
Revision: 129126

upgpkg: freeradius 3.0.7-1

upd

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:11:00 UTC (rev 129125)
+++ PKGBUILD2015-03-12 13:29:08 UTC (rev 129126)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=freeradius
-pkgver=3.0.6
-pkgrel=3
+pkgver=3.0.7
+pkgrel=1
 pkgdesc="The premier open source RADIUS server"
 arch=('i686' 'x86_64')
 url="http://www.freeradius.org/";
@@ -20,7 +20,7 @@
 source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2";
freeradius.tmpfiles
freeradius.service)
-md5sums=('579d553049c53b4d4e9af88745ed367a'
+md5sums=('50db3dec6341c3b644cc651263a0971e'
  'f959e89812bedfc9f8308076f78cd74e'
  'e3f18e3a25df3b692e59f60605354708')
 


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

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 14:29:30
  Author: spupykin
Revision: 129127

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 129126, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 129126, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 129126, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 129126, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 129126, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 129126, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 129126, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 129126, freeradius/trunk/freeradius.tmpfiles)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles

--+
 /PKGBUILD|   96 +
 /freeradius.install  |   36 
 /freeradius.service  |   30 ++
 /freeradius.tmpfiles |2 
 community-i686/PKGBUILD  |   48 
 community-i686/freeradius.install|   18 --
 community-i686/freeradius.service|   15 -
 community-i686/freeradius.tmpfiles   |1 
 community-x86_64/PKGBUILD|   48 
 community-x86_64/freeradius.install  |   18 --
 community-x86_64/freeradius.service  |   15 -
 community-x86_64/freeradius.tmpfiles |1 
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 13:29:08 UTC (rev 129126)
+++ community-i686/PKGBUILD 2015-03-12 13:29:30 UTC (rev 129127)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jason R Begley (jay...@digitalgoat.com>
-# Contributor: Daniel Micay 
-
-pkgname=freeradius
-pkgver=3.0.6
-pkgrel=3
-pkgdesc="The premier open source RADIUS server"
-arch=('i686' 'x86_64')
-url="http://www.freeradius.org/";
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
-makedepends=('unixodbc' 'python2' 'curl')
-optdepends=('unixodbc: for ODBC'
-   'python2: for Python'
-   'curl: for REST')
-options=('!makeflags')
-install=$pkgname.install
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2";
-   freeradius.tmpfiles
-   freeradius.service)
-md5sums=('579d553049c53b4d4e9af88745ed367a'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708')
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 129126, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 13:29:30 UTC (rev 129127)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="The premier open source RADIUS server"
+arch=('i686' 'x86_64')
+url="http://www.freeradius.org/";
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
+makedepends=('unixodbc' 'python2' 'curl')
+optdepends=('unixodbc: for ODBC'
+   'python2: for Python'
+   'curl: for REST')
+options=('!makeflags')
+install=$pkgname.install
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server

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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 14:23:03
  Author: ronald
Revision: 233399

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-12 13:22:46 UTC (rev 233398)
+++ extra-i686/PKGBUILD 2015-03-12 13:23:03 UTC (rev 233399)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.3.2
-pkgrel=3
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 233398, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-12 13:23:03 UTC (rev 233399)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.3.3.1
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=("i686" "x86_64")
+url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-12 13:22:46 UTC (rev 233398)
+++ extra-x86_64/PKGBUILD   2015-03-12 13:23:03 UTC (rev 233399)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf
-pkgver=4.3.2
-pkgrel=3
-pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
-arch=("i686" "x86_64")
-url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-x86_64/PKGBUILD (from rev 233398, 
netcdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-12 13:23:03 UTC (rev 233399)

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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 14:22:46
  Author: ronald
Revision: 233398

upgpkg: netcdf 4.3.3.1-1

update to 4.3.3.1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:18:15 UTC (rev 233397)
+++ PKGBUILD2015-03-12 13:22:46 UTC (rev 233398)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.3.2
-pkgrel=3
+pkgver=4.3.3.1
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp";
@@ -13,7 +13,7 @@
 options=('!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('6e1bacab02e5220954fe0328d710ebb71c071d19')
+sha1sums=('074dd8ef6e8dde3f0c26c7bec0b5d3be6a38bbee')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:18:15
  Author: jgc
Revision: 233397

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gom/repos/gnome-unstable-i686/
  gom/repos/gnome-unstable-i686/PKGBUILD
(from rev 233396, gom/trunk/PKGBUILD)
  gom/repos/gnome-unstable-x86_64/
  gom/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233396, gom/trunk/PKGBUILD)

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

Copied: gom/repos/gnome-unstable-i686/PKGBUILD (from rev 233396, 
gom/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 13:18:15 UTC (rev 233397)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A GObject to SQLite object mapper"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(LGPL2.1)
+depends=(glib2 sqlite)
+makedepends=(intltool gtk-doc gobject-introspection gdk-pixbuf2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('352a8bee8dc47e7bd5d08af35b0d67e1f3c54bca23a058a4cb56ede6f4fd')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gom/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233396, 
gom/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-12 13:18:15 UTC (rev 233397)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A GObject to SQLite object mapper"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(LGPL2.1)
+depends=(glib2 sqlite)
+makedepends=(intltool gtk-doc gobject-introspection gdk-pixbuf2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('352a8bee8dc47e7bd5d08af35b0d67e1f3c54bca23a058a4cb56ede6f4fd')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:18:08
  Author: jgc
Revision: 233396

upgpkg: gom 0.3.0-1

Modified:
  gom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:11:02 UTC (rev 233395)
+++ PKGBUILD2015-03-12 13:18:08 UTC (rev 233396)
@@ -2,16 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gom
-pkgver=0.2.1
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="A GObject to SQLite object mapper"
 arch=(i686 x86_64)
 url="http://www.gnome.org";
 license=(LGPL2.1)
-depends=(gdk-pixbuf2 sqlite)
-makedepends=(intltool gtk-doc gobject-introspection)
+depends=(glib2 sqlite)
+makedepends=(intltool gtk-doc gobject-introspection gdk-pixbuf2)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('07a0481312c9d737c1843943b3af031d64415d51997f246c431f4fa2afd4d23b')
+sha256sums=('352a8bee8dc47e7bd5d08af35b0d67e1f3c54bca23a058a4cb56ede6f4fd')
  
 build() {
   cd $pkgname-$pkgver


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:11:02
  Author: jgc
Revision: 233395

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 233394, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 233394, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 233394, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233394, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 233394, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 233394, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
  gtk3/repos/gnome-unstable-i686/gtk3.install
  gtk3/repos/gnome-unstable-i686/settings.ini
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
  gtk3/repos/gnome-unstable-x86_64/settings.ini

+
 /PKGBUILD  |   90 +++
 /gtk3.install  |   36 ++
 /settings.ini  |8 +++
 gnome-unstable-i686/PKGBUILD   |   45 -
 gnome-unstable-i686/gtk3.install   |   18 ---
 gnome-unstable-i686/settings.ini   |4 -
 gnome-unstable-x86_64/PKGBUILD |   45 -
 gnome-unstable-x86_64/gtk3.install |   18 ---
 gnome-unstable-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-12 13:10:54 UTC (rev 233394)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 13:11:02 UTC (rev 233395)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gtk3
-pkgver=3.15.10
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('6931d461bc0d1b792809452ae9b001bdc87e337fdb235178729f6b825f903259')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
-}

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 233394, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 13:11:02 UTC (rev 233395)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gtk3
+pkgver=3.15.11
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('92ef00ad4f9964f160941dbdf03b9d7818539872c96a29a533b401bb3f6061b0')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "gtk+-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
+}

Deleted: gnome-unstable-i686/gtk3.install
===
--- gnome-unstable-i686/gtk3.install2015-03-12 13:10:54 UTC (rev 233394)
+++ gnome-unstable-i686/gtk3

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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:10:54
  Author: jgc
Revision: 233394

upgpkg: gtk3 3.15.11-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 13:09:41 UTC (rev 233393)
+++ PKGBUILD2015-03-12 13:10:54 UTC (rev 233394)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gtk3
-pkgver=3.15.10
+pkgver=3.15.11
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(gobject-introspection)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('6931d461bc0d1b792809452ae9b001bdc87e337fdb235178729f6b825f903259')
+sha256sums=('92ef00ad4f9964f160941dbdf03b9d7818539872c96a29a533b401bb3f6061b0')
 
 prepare() {
 cd gtk+-$pkgver


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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:01:50
  Author: jgc
Revision: 233391

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  tracker/repos/gnome-unstable-i686/
  tracker/repos/gnome-unstable-i686/PKGBUILD
(from rev 233390, tracker/trunk/PKGBUILD)
  tracker/repos/gnome-unstable-i686/tracker.install
(from rev 233390, tracker/trunk/tracker.install)
  tracker/repos/gnome-unstable-x86_64/
  tracker/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233390, tracker/trunk/PKGBUILD)
  tracker/repos/gnome-unstable-x86_64/tracker.install
(from rev 233390, tracker/trunk/tracker.install)

---+
 gnome-unstable-i686/PKGBUILD  |   66 
 gnome-unstable-i686/tracker.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   66 
 gnome-unstable-x86_64/tracker.install |   13 ++
 4 files changed, 158 insertions(+)

Copied: tracker/repos/gnome-unstable-i686/PKGBUILD (from rev 233390, 
tracker/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-12 13:01:50 UTC (rev 233391)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2 libxslt libiptcdata libosinfo libcue)
+url="http://www.gnome.org";
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('d95446e7ec50e45b33da442b29afbd269eab867340873309d35a079c667c2f57')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart libgxps taglib flac libvorbis totem-plparser gst-plugins-base-libs 
giflib)
+  optdepends=("nautilus: edit files' tracker tags")
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
+}

Copied: tracker/repos/gnome-unstable-i686/tracker.install (from rev 233390, 
tracker/trunk/tracker.install)
===
--- gnome-unstable-i686/tracker.install (rev 0)
+++ gnome-unstable-i686/tracker.install 2015-03-12 13:01:50 UTC (rev 233391)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tracker/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233390, 
tracker/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-12 13:01:50 UTC (rev 233391)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: S

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

2015-03-12 Thread Jan de Groot
Date: Thursday, March 12, 2015 @ 14:01:44
  Author: jgc
Revision: 233390

upgpkg: tracker 1.3.5-1

Move optdepends to depends

Modified:
  tracker/trunk/PKGBUILD

--+
 PKGBUILD |   40 +++-
 1 file changed, 15 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 12:46:44 UTC (rev 233389)
+++ PKGBUILD2015-03-12 13:01:44 UTC (rev 233390)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.2.5
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=(i686 x86_64)
@@ -14,11 +14,11 @@
  poppler-glib libgsf icu enca networkmanager gtk3
  desktop-file-utils hicolor-icon-theme gobject-introspection
  intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2)
+ taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2 libxslt libiptcdata libosinfo libcue)
 url="http://www.gnome.org";
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('1e614bc33f93d5820f3c90510e11210bf34d02dba6ccbd3dc30097758a6d31aa')
+sha256sums=('d95446e7ec50e45b33da442b29afbd269eab867340873309d35a079c667c2f57')
 
 build() {
   cd $pkgbase-$pkgver
@@ -39,16 +39,9 @@
 
 package_tracker() {
   depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  "nautilus: edit files' tracker tags"
-  'libgxps: XPS extractor')
+   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart libgxps taglib flac libvorbis totem-plparser gst-plugins-base-libs 
giflib)
+  optdepends=("nautilus: edit files' tracker tags")
   groups=('gnome')
   install=tracker.install
 
@@ -55,11 +48,10 @@
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
 
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR="$pkgdir" -C src/$dir uninstall
-  done
-
-  rm -f "$pkgdir"/usr/lib/pkgconfig/tracker-sparql-*.pc
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
 }
 
 package_libtracker-sparql() {
@@ -66,11 +58,9 @@
   pkgdesc="$pkgdesc (SPARQL library)"
   depends=(sqlite icu glib2 libffi pcre util-linux)
 
-  cd $pkgbase-$pkgver/src
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR="$pkgdir" -C $dir install
-  done
-
-  install -m755 -d "$pkgdir"/usr/lib/pkgconfig
-  install -m644 ../data/tracker-sparql-*.pc "$pkgdir"/usr/lib/pkgconfig/
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
+  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
 }


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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 13:46:30
  Author: ronald
Revision: 233388

upgpkg: r 3.1.3-1

update to 3.1.3

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:45:36 UTC (rev 233387)
+++ PKGBUILD2015-03-12 12:46:30 UTC (rev 233388)
@@ -4,7 +4,7 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
@@ -22,10 +22,10 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('93809368e5735a630611633ac1fa99010020c5d6'   

-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'   

-  'a69a07ec363440efc18ce0a7f2af103375dea978'   

-  '43668da6cfd1b4455a99f23e79e2059294dddac9')  
+sha1sums=('2c9165060b91e45ac73d8cb7507ee9e52816f8b3'
+  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
+  'a69a07ec363440efc18ce0a7f2af103375dea978'
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
 
 prepare() {
cd R-${pkgver}


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

2015-03-12 Thread Ronald van Haren
Date: Thursday, March 12, 2015 @ 13:46:44
  Author: ronald
Revision: 233389

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 233388, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 233388, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 233388, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 233388, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 233388, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 233388, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 233388, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 233388, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 233388, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 233388, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-12 12:46:30 UTC (rev 233388)
+++ extra-i686/PKGBUILD 2015-03-12 12:46:44 UTC (rev 233389)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz";
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('93809368e5735a630611633ac1fa99010020c5d6'   

-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'   

-  'a69a07ec363440efc18ce0a7f2af103375dea978'   

-  '43668da6cfd1b4455a99f23e79e2059294dddac9')  
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.co

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

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 12:34:26
  Author: spupykin
Revision: 129124

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 11:34:18 UTC (rev 129123)
+++ PKGBUILD2015-03-12 11:34:26 UTC (rev 129124)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/";
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('83e28d25143dce6851c2aaed1705a556')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 129123, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 11:34:26 UTC (rev 129124)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/";
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+md5sums=('884ff09c8f91a7a66f7f44e7a0667cf2')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>$pkgdir/etc/profile.d/$pkgname.csh
+}


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

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 12:34:18
  Author: spupykin
Revision: 129123

upgpkg: python-docs 3.4.3-1

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 11:15:54 UTC (rev 129122)
+++ PKGBUILD2015-03-12 11:34:18 UTC (rev 129123)
@@ -3,8 +3,8 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
 url="http://docs.python.org/py3k/";
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('83e28d25143dce6851c2aaed1705a556')
+md5sums=('884ff09c8f91a7a66f7f44e7a0667cf2')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html


[arch-commits] Commit in redis/trunk (PKGBUILD redis.install redis.tmpfiles.d)

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 12:15:28
  Author: spupykin
Revision: 129121

upgpkg: redis 2.8.19-4

upd

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.install
Deleted:
  redis/trunk/redis.tmpfiles.d

--+
 PKGBUILD |8 +++-
 redis.install|2 --
 redis.tmpfiles.d |1 -
 3 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 11:03:35 UTC (rev 129120)
+++ PKGBUILD2015-03-12 11:15:28 UTC (rev 129121)
@@ -6,7 +6,7 @@
 
 pkgname=redis
 pkgver=2.8.19
-pkgrel=3
+pkgrel=4
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'
@@ -17,13 +17,12 @@
 install=redis.install
 source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
 redis.service
-redis.logrotate redis.tmpfiles.d
+redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
 md5sums=('3794107224043465603f48941f5c86a7'
- '9901aadc5a81173310004a6dfb702b5e'
+ 'fb9e3e591f206873b3eb5afae49cf53d'
  '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490'
  'b1beae6954b780da261b4056fd7f918a'
  '2ae176578f538e37a67a463258302bc6')
 
@@ -47,7 +46,6 @@
 
   # files kept for compatibility with installations made before 2.8.13-2
   install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-  install -Dm644 ../redis.tmpfiles.d "$pkgdir"/usr/lib/tmpfiles.d/redis.conf
 
   ln -sf redis-server $pkgdir/usr/bin/redis-sentinel
 }

Modified: redis.install
===
--- redis.install   2015-03-12 11:03:35 UTC (rev 129120)
+++ redis.install   2015-03-12 11:15:28 UTC (rev 129121)
@@ -5,6 +5,4 @@
 
   install -dm700 var/lib/redis
   chown redis:redis var/lib/redis
-
-  systemd-tmpfiles --create redis.conf
 }

Deleted: redis.tmpfiles.d
===
--- redis.tmpfiles.d2015-03-12 11:03:35 UTC (rev 129120)
+++ redis.tmpfiles.d2015-03-12 11:15:28 UTC (rev 129121)
@@ -1 +0,0 @@
-d /run/redis 0755 redis redis -


[arch-commits] Commit in redis/repos (26 files)

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 12:15:54
  Author: spupykin
Revision: 129122

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 129121, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 129121, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 129121, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 129121, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 129121, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 129121, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 129121, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 129121, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 129121, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 129121, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 129121, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 129121, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   42 +
 community-i686/PKGBUILD |   53 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|   10 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   20 --
 community-i686/redis.tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   53 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |   10 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   20 --
 community-x86_64/redis.tmpfiles.d   |1 
 20 files changed, 262 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 11:15:28 UTC (rev 129121)
+++ community-i686/PKGBUILD 2015-03-12 11:15:54 UTC (rev 129122)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=2.8.19
-pkgrel=3
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate redis.tmpfiles.d
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('3794107224043465603f48941f5c86a7'
- '9901aadc5a81173310004a6dfb702b5e'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  m

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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 12:03:35
  Author: jlichtblau
Revision: 129120

archrelease: copy trunk to community-staging-i686

Added:
  proj/repos/community-staging-i686/
  proj/repos/community-staging-i686/PKGBUILD
(from rev 129119, proj/trunk/PKGBUILD)
  proj/repos/community-staging-i686/proj.changelog
(from rev 129119, proj/trunk/proj.changelog)

+
 PKGBUILD   |   40 
 proj.changelog |   17 +
 2 files changed, 57 insertions(+)

Copied: proj/repos/community-staging-i686/PKGBUILD (from rev 129119, 
proj/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 11:03:35 UTC (rev 129120)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=proj
+pkgver=4.9.1
+pkgrel=1
+pkgdesc='Cartographic Projections library.'
+arch=('i686' 'x86_64')
+url="http://trac.osgeo.org/proj/";
+license=('MIT')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/proj/$pkgname-$pkgver.tar.gz
+http://download.osgeo.org/proj/$pkgname-datumgrid-1.5.tar.gz
+
chenyx06a.zip::http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/software.parsys.7090.downloadList.55545.DownloadFile.tmp/chenyx06ntv2.zip)
+sha256sums=('fca0388f3f8bc5a1a803d2f6ff30017532367992b30cf144f2d39be88f36c319'
+'6047362ec2cdf67a34acce36bb739df9834e10f4be93b7b51ae7d8b2be084d5e'
+'f61290a32815622bfe182af475c76b0b4c282de66121fdddce2f6201e8bca2e0')
+
+prepare() {
+  bsdtar -xzvf "${srcdir}"/${pkgname}-datumgrid-1.5.tar.gz -C 
"${srcdir}"/proj-${pkgver}/nad
+  bsdtar -xzvf "${srcdir}"/chenyx06a.zip -C "${srcdir}"/proj-$pkgver/nad 
CHENYX06a.gsb
+}
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: proj/repos/community-staging-i686/proj.changelog (from rev 129119, 
proj/trunk/proj.changelog)
===
--- community-staging-i686/proj.changelog   (rev 0)
+++ community-staging-i686/proj.changelog   2015-03-12 11:03:35 UTC (rev 
129120)
@@ -0,0 +1,17 @@
+2015-03-12 Jaroslav Lichtblau 
+   * proj 4.9.1-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * proj 4.8.0-3 static library removed
+
+2013-02-24 Jaroslav Lichtblau 
+   * proj 4.8.0-2 chenyx06a.zip file location fix
+
+2012-05-05 Jaroslav Lichtblau 
+   * proj 4.8.0-1
+
+2012-03-11 Jaroslav Lichtblau 
+   * proj 4.7.0-2 adopted, package signed, FS#27119 fixed
+
+2007-06-27 tardo 
+   * Fixed license dir | license -> licenses


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 12:03:29
  Author: jlichtblau
Revision: 129119

upgpkg: proj 4.9.1-1

Modified:
  proj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:59:47 UTC (rev 129118)
+++ PKGBUILD2015-03-12 11:03:29 UTC (rev 129119)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Mateusz Herych 
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 # Contributor: William Rea 


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 11:59:47
  Author: jlichtblau
Revision: 129118

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 129117, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 129117, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 129117, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 10:59:32 UTC (rev 129117)
+++ PKGBUILD2015-03-12 10:59:47 UTC (rev 129118)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.25
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
-"syncthing.1")
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 129117, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 10:59:47 UTC (rev 129118)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.26
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
+"syncthing.1")
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-12 10:59:32 UTC (rev 129117)
+++ syncthing.1 2015-03-12 10:59:47 UTC (rev 129118)
@@ -1,94 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "SYNCTHING" "" "May 2014" "" "syncthing"
-.
-.SH "Project Goals"
-This is the \fBsyncthing\fR project\. The following are the project goals:
-.
-.IP 

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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 11:59:32
  Author: jlichtblau
Revision: 129117

archrelease: copy trunk to community-staging-x86_64

Added:
  proj/repos/community-staging-x86_64/
  proj/repos/community-staging-x86_64/PKGBUILD
(from rev 129116, proj/trunk/PKGBUILD)
  proj/repos/community-staging-x86_64/proj.changelog
(from rev 129116, proj/trunk/proj.changelog)

+
 PKGBUILD   |   40 
 proj.changelog |   17 +
 2 files changed, 57 insertions(+)

Copied: proj/repos/community-staging-x86_64/PKGBUILD (from rev 129116, 
proj/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 10:59:32 UTC (rev 129117)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=proj
+pkgver=4.9.1
+pkgrel=1
+pkgdesc='Cartographic Projections library.'
+arch=('i686' 'x86_64')
+url="http://trac.osgeo.org/proj/";
+license=('MIT')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/proj/$pkgname-$pkgver.tar.gz
+http://download.osgeo.org/proj/$pkgname-datumgrid-1.5.tar.gz
+
chenyx06a.zip::http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/software.parsys.7090.downloadList.55545.DownloadFile.tmp/chenyx06ntv2.zip)
+sha256sums=('fca0388f3f8bc5a1a803d2f6ff30017532367992b30cf144f2d39be88f36c319'
+'6047362ec2cdf67a34acce36bb739df9834e10f4be93b7b51ae7d8b2be084d5e'
+'f61290a32815622bfe182af475c76b0b4c282de66121fdddce2f6201e8bca2e0')
+
+prepare() {
+  bsdtar -xzvf "${srcdir}"/${pkgname}-datumgrid-1.5.tar.gz -C 
"${srcdir}"/proj-${pkgver}/nad
+  bsdtar -xzvf "${srcdir}"/chenyx06a.zip -C "${srcdir}"/proj-$pkgver/nad 
CHENYX06a.gsb
+}
+
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: proj/repos/community-staging-x86_64/proj.changelog (from rev 129116, 
proj/trunk/proj.changelog)
===
--- community-staging-x86_64/proj.changelog (rev 0)
+++ community-staging-x86_64/proj.changelog 2015-03-12 10:59:32 UTC (rev 
129117)
@@ -0,0 +1,17 @@
+2015-03-12 Jaroslav Lichtblau 
+   * proj 4.9.1-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * proj 4.8.0-3 static library removed
+
+2013-02-24 Jaroslav Lichtblau 
+   * proj 4.8.0-2 chenyx06a.zip file location fix
+
+2012-05-05 Jaroslav Lichtblau 
+   * proj 4.8.0-1
+
+2012-03-11 Jaroslav Lichtblau 
+   * proj 4.7.0-2 adopted, package signed, FS#27119 fixed
+
+2007-06-27 tardo 
+   * Fixed license dir | license -> licenses


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 11:59:24
  Author: jlichtblau
Revision: 129116

upgpkg: proj 4.9.1-1

Modified:
  proj/trunk/PKGBUILD
  proj/trunk/proj.changelog

+
 PKGBUILD   |   30 --
 proj.changelog |   11 +++
 2 files changed, 23 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:56:22 UTC (rev 129115)
+++ PKGBUILD2015-03-12 10:59:24 UTC (rev 129116)
@@ -5,25 +5,27 @@
 # Contributor: William Rea 
 
 pkgname=proj
-pkgver=4.8.0
-pkgrel=3
+pkgver=4.9.1
+pkgrel=1
 pkgdesc='Cartographic Projections library.'
 arch=('i686' 'x86_64')
 url="http://trac.osgeo.org/proj/";
 license=('MIT')
 changelog=$pkgname.changelog
-source=("http://download.osgeo.org/proj/$pkgname-$pkgver.tar.gz";
-"http://download.osgeo.org/proj/$pkgname-datumgrid-1.5.zip";
-
"chenyx06a.zip::http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/software.parsys.7090.downloadList.55545.DownloadFile.tmp/chenyx06ntv2.zip";)
-sha256sums=('2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5'
-'723c4017d95d7a8abdf3bda4e18d3c15d79b00f9326d453da5fdf13f96c287db'
+source=(http://download.osgeo.org/proj/$pkgname-$pkgver.tar.gz
+http://download.osgeo.org/proj/$pkgname-datumgrid-1.5.tar.gz
+
chenyx06a.zip::http://www.swisstopo.admin.ch/internet/swisstopo/en/home/products/software/software.parsys.7090.downloadList.55545.DownloadFile.tmp/chenyx06ntv2.zip)
+sha256sums=('fca0388f3f8bc5a1a803d2f6ff30017532367992b30cf144f2d39be88f36c319'
+'6047362ec2cdf67a34acce36bb739df9834e10f4be93b7b51ae7d8b2be084d5e'
 'f61290a32815622bfe182af475c76b0b4c282de66121fdddce2f6201e8bca2e0')
 
-build() {
-  bsdtar -xzvf "${srcdir}/${pkgname}-datumgrid-1.5.zip" -C 
"${srcdir}/proj-${pkgver}/nad"
-  bsdtar -xzvf "${srcdir}/chenyx06a.zip" -C "${srcdir}/proj-${pkgver}/nad" 
CHENYX06a.gsb
+prepare() {
+  bsdtar -xzvf "${srcdir}"/${pkgname}-datumgrid-1.5.tar.gz -C 
"${srcdir}"/proj-${pkgver}/nad
+  bsdtar -xzvf "${srcdir}"/chenyx06a.zip -C "${srcdir}"/proj-$pkgver/nad 
CHENYX06a.gsb
+}
 
-  cd ${srcdir}/$pkgname-$pkgver
+build(){
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -30,9 +32,9 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
-  install -D COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }

Modified: proj.changelog
===
--- proj.changelog  2015-03-12 10:56:22 UTC (rev 129115)
+++ proj.changelog  2015-03-12 10:59:24 UTC (rev 129116)
@@ -1,13 +1,16 @@
-2013-12-25 Jaroslav Lichtblau 
+2015-03-12 Jaroslav Lichtblau 
+   * proj 4.9.1-1
+
+2013-12-25 Jaroslav Lichtblau 
* proj 4.8.0-3 static library removed
 
-2013-02-24 Jaroslav Lichtblau 
+2013-02-24 Jaroslav Lichtblau 
* proj 4.8.0-2 chenyx06a.zip file location fix
 
-2012-05-05 Jaroslav Lichtblau 
+2012-05-05 Jaroslav Lichtblau 
* proj 4.8.0-1
 
-2012-03-11 Jaroslav Lichtblau 
+2012-03-11 Jaroslav Lichtblau 
* proj 4.7.0-2 adopted, package signed, FS#27119 fixed
 
 2007-06-27 tardo 


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

2015-03-12 Thread Christian Hesse
Date: Thursday, March 12, 2015 @ 11:56:22
  Author: eworm
Revision: 129115

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

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

--+
 community-testing-i686/PKGBUILD  |   52 +
 community-testing-i686/mpv.install   |   12 +++
 community-testing-x86_64/PKGBUILD|   52 +
 community-testing-x86_64/mpv.install |   12 +++
 4 files changed, 128 insertions(+)

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 129114, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-12 10:56:22 UTC (rev 129115)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.8.2
+pkgrel=3
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('6437a04dbcfe42efc13cdd37c979b954')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-testing-i686/mpv.install (from rev 129114, 
mpv/trunk/mpv.install)
===
--- community-testing-i686/mpv.install  (rev 0)
+++ community-testing-i686/mpv.install  2015-03-12 10:56:22 UTC (rev 129115)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 129114, 
mpv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-12 10:56:22 UTC (rev 129115)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.8.2
+pkgrel=3
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'libxrandr' 'jack' 'smbclient'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('6437a04dbcfe42efc13cdd37c979b954')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos

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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 11:39:48
  Author: jlichtblau
Revision: 129109

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 129108, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 129108, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 129108, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 10:39:18 UTC (rev 129108)
+++ PKGBUILD2015-03-12 10:39:48 UTC (rev 129109)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.10.25
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
-"syncthing.1")
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 129108, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 10:39:48 UTC (rev 129109)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.10.26
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}";
+"syncthing.1")
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+install -Dm644 "${srcdir}/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-12 10:39:18 UTC (rev 129108)
+++ syncthing.1 2015-03-12 10:39:48 UTC (rev 129109)
@@ -1,94 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "SYNCTHING" "" "May 2014" "" "syncthing"
-.
-.SH "Project Goals"
-This is the \fBsyncthing\fR project\. The following are the project

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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 11:39:18
  Author: jlichtblau
Revision: 129108

upgpkg: syncthing 0.10.26-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:33:45 UTC (rev 129107)
+++ PKGBUILD2015-03-12 10:39:18 UTC (rev 129108)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.10.25
+pkgver=0.10.26
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";


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

2015-03-12 Thread Massimiliano Torromeo
Date: Thursday, March 12, 2015 @ 11:33:45
  Author: mtorromeo
Revision: 129107

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

Added:
  pfff/repos/community-i686/PKGBUILD
(from rev 129106, pfff/trunk/PKGBUILD)
  pfff/repos/community-x86_64/PKGBUILD
(from rev 129106, pfff/trunk/PKGBUILD)
Deleted:
  pfff/repos/community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
  pfff/repos/community-i686/PKGBUILD
  pfff/repos/community-i686/e532fc97da64a646bb706a9fa812a047cc557987.patch
  pfff/repos/community-i686/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch
  pfff/repos/community-x86_64/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
  pfff/repos/community-x86_64/PKGBUILD
  pfff/repos/community-x86_64/e532fc97da64a646bb706a9fa812a047cc557987.patch
  pfff/repos/community-x86_64/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch

-+
 /PKGBUILD   |   70 +++
 community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch   |   39 --
 community-i686/PKGBUILD |   46 --
 community-i686/e532fc97da64a646bb706a9fa812a047cc557987.patch   |   22 -
 community-i686/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch   |  192 
--
 community-x86_64/414290b4e2593e8f32d014279bf04193ecd55a8b.patch |   39 --
 community-x86_64/PKGBUILD   |   46 --
 community-x86_64/e532fc97da64a646bb706a9fa812a047cc557987.patch |   22 -
 community-x86_64/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch |  192 
--
 9 files changed, 70 insertions(+), 598 deletions(-)

Deleted: community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
===
--- community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch   
2015-03-12 10:29:23 UTC (rev 129106)
+++ community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch   
2015-03-12 10:33:45 UTC (rev 129107)
@@ -1,39 +0,0 @@
-From 414290b4e2593e8f32d014279bf04193ecd55a8b Mon Sep 17 00:00:00 2001
-From: pad 
-Date: Mon, 8 Sep 2014 10:00:13 -0700
-Subject: [PATCH] * external/ocamlgraph/src/flow.ml: fix for ocaml 4.02, should
- fix some of issue #94
-

- external/ocamlgraph/src/flow.ml | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/external/ocamlgraph/src/flow.ml b/external/ocamlgraph/src/flow.ml
-index c061f8c..30ebd85 100644
 a/external/ocamlgraph/src/flow.ml
-+++ b/external/ocamlgraph/src/flow.ml
-@@ -50,7 +50,7 @@ struct
-   let hauteur = V.create 997
-   let flot = E.create 997
- 
--  let fold_booleen f = List.fold_left (fun r x->(f x) or r) false
-+  let fold_booleen f = List.fold_left (fun r x->(f x) || r) false
- 
-   let capacite_restante g e = 
- F.sub (F.max_capacity (G.E.label e)) (E.find flot (G.E.src e, G.E.dst e))
-@@ -133,12 +133,12 @@ struct
-   
-   let maxflow g s p = 
- let push_and_pull l x = 
--  G.fold_succ_e (fun e r->pousser g e l or r) g x false
--  or G.fold_pred_e (fun e r->pousser g e l or r) g x false
-+  G.fold_succ_e (fun e r->pousser g e l || r) g x false
-+  || G.fold_pred_e (fun e r->pousser g e l || r) g x false
- in
- let todo = ref (init_preflot g s p) in
- while 
--  (fold_booleen (elever g p) !todo) or 
-+  (fold_booleen (elever g p) !todo) || 
-   (let l = ref Sv.empty in 
-let r = fold_booleen (push_and_pull l) !todo in
-todo:=Sv.elements !l; r)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 10:29:23 UTC (rev 129106)
+++ community-i686/PKGBUILD 2015-03-12 10:33:45 UTC (rev 129107)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: David Stelter 
-# Contributor: Francisco Lopes 
-
-pkgname='pfff'
-pkgver=0.28.1
-pkgrel=5
-pkgdesc='Tools and APIs for code analysis, visualization and transformation'
-arch=('i686' 'x86_64')
-url='https://github.com/facebook/pfff'
-license=('LGPL2.1')
-depends=('ocaml' 'ocaml-findlib' 'camlp4')
-optdepends=('gtk2: required by codegraph and codemap')
-options=(!makeflags staticlibs) # parallel build fails, need *.a files
-source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz";
-414290b4e2593e8f32d014279bf04193ecd55a8b.patch
-e532fc97da64a646bb706a9fa812a047cc557987.patch
-f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch)
-sha256sums=('ed411376d975d14ceca10414f9d76b212d957b7a69aa393667fe5d5584c9927c'
-'ff73c3d2258b950fe381a270640f28cb919e47450e2e526d844b1e6b802cfb5f'
-'bcc115ce7f02d0898891ac036351cc907d03287826a5d3b99aacdd167cda36c8'
-'8c48852ea4b99924eaf7cbeb03379327d1d3df06dc28531eebb3b84b2864b269')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   patch -p1 -i "$srcdir"/414290b4e2593e8f32d014279bf04193ecd55a8b.patch

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

2015-03-12 Thread Christian Hesse
Date: Thursday, March 12, 2015 @ 11:29:23
  Author: eworm
Revision: 129106

upgpkg: mpv 0.8.2-2

rebuild against x264 2:144.20150223-1

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:28:59 UTC (rev 129105)
+++ PKGBUILD2015-03-12 10:29:23 UTC (rev 129106)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-03-12 Thread Massimiliano Torromeo
Date: Thursday, March 12, 2015 @ 11:28:59
  Author: mtorromeo
Revision: 129105

upgpkg: pfff 0.28.1.20150303-1

Updated to last git commit as upstream still hasn't tagged a release

Modified:
  pfff/trunk/PKGBUILD
Deleted:
  pfff/trunk/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
  pfff/trunk/e532fc97da64a646bb706a9fa812a047cc557987.patch
  pfff/trunk/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch

+
 414290b4e2593e8f32d014279bf04193ecd55a8b.patch |   39 
 PKGBUILD   |   29 +--
 e532fc97da64a646bb706a9fa812a047cc557987.patch |   22 --
 f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch |  192 ---
 4 files changed, 9 insertions(+), 273 deletions(-)

Deleted: 414290b4e2593e8f32d014279bf04193ecd55a8b.patch
===
--- 414290b4e2593e8f32d014279bf04193ecd55a8b.patch  2015-03-12 10:27:17 UTC 
(rev 129104)
+++ 414290b4e2593e8f32d014279bf04193ecd55a8b.patch  2015-03-12 10:28:59 UTC 
(rev 129105)
@@ -1,39 +0,0 @@
-From 414290b4e2593e8f32d014279bf04193ecd55a8b Mon Sep 17 00:00:00 2001
-From: pad 
-Date: Mon, 8 Sep 2014 10:00:13 -0700
-Subject: [PATCH] * external/ocamlgraph/src/flow.ml: fix for ocaml 4.02, should
- fix some of issue #94
-

- external/ocamlgraph/src/flow.ml | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/external/ocamlgraph/src/flow.ml b/external/ocamlgraph/src/flow.ml
-index c061f8c..30ebd85 100644
 a/external/ocamlgraph/src/flow.ml
-+++ b/external/ocamlgraph/src/flow.ml
-@@ -50,7 +50,7 @@ struct
-   let hauteur = V.create 997
-   let flot = E.create 997
- 
--  let fold_booleen f = List.fold_left (fun r x->(f x) or r) false
-+  let fold_booleen f = List.fold_left (fun r x->(f x) || r) false
- 
-   let capacite_restante g e = 
- F.sub (F.max_capacity (G.E.label e)) (E.find flot (G.E.src e, G.E.dst e))
-@@ -133,12 +133,12 @@ struct
-   
-   let maxflow g s p = 
- let push_and_pull l x = 
--  G.fold_succ_e (fun e r->pousser g e l or r) g x false
--  or G.fold_pred_e (fun e r->pousser g e l or r) g x false
-+  G.fold_succ_e (fun e r->pousser g e l || r) g x false
-+  || G.fold_pred_e (fun e r->pousser g e l || r) g x false
- in
- let todo = ref (init_preflot g s p) in
- while 
--  (fold_booleen (elever g p) !todo) or 
-+  (fold_booleen (elever g p) !todo) || 
-   (let l = ref Sv.empty in 
-let r = fold_booleen (push_and_pull l) !todo in
-todo:=Sv.elements !l; r)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:27:17 UTC (rev 129104)
+++ PKGBUILD2015-03-12 10:28:59 UTC (rev 129105)
@@ -4,33 +4,22 @@
 # Contributor: Francisco Lopes 
 
 pkgname='pfff'
-pkgver=0.28.1
-pkgrel=5
+pkgver=0.28.1.20150303
+pkgrel=1
+_commit=7edb85da40598e42ae8a55d3c108e629dcb8ac47
+
 pkgdesc='Tools and APIs for code analysis, visualization and transformation'
 arch=('i686' 'x86_64')
 url='https://github.com/facebook/pfff'
 license=('LGPL2.1')
-depends=('ocaml' 'ocaml-findlib' 'camlp4')
+depends=('ocaml' 'ocaml-findlib' 'camlp4' 'zlib')
 optdepends=('gtk2: required by codegraph and codemap')
 options=(!makeflags staticlibs) # parallel build fails, need *.a files
-source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz";
-414290b4e2593e8f32d014279bf04193ecd55a8b.patch
-e532fc97da64a646bb706a9fa812a047cc557987.patch
-f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch)
-sha256sums=('ed411376d975d14ceca10414f9d76b212d957b7a69aa393667fe5d5584c9927c'
-'ff73c3d2258b950fe381a270640f28cb919e47450e2e526d844b1e6b802cfb5f'
-'bcc115ce7f02d0898891ac036351cc907d03287826a5d3b99aacdd167cda36c8'
-'8c48852ea4b99924eaf7cbeb03379327d1d3df06dc28531eebb3b84b2864b269')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/$_commit.tar.gz";)
+sha256sums=('15fb620b28f0bafa17479bda79a9641edae070048106ef24656f7d2f1b7af087')
 
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   patch -p1 -i "$srcdir"/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
-   patch -p1 -i "$srcdir"/e532fc97da64a646bb706a9fa812a047cc557987.patch
-   patch -p1 -i "$srcdir"/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch
-}
-
 build() {
-   cd "$srcdir"/$pkgname-$pkgver
+   cd "$srcdir"/$pkgname-$_commit
./configure --prefix=/usr
make clean
make depend
@@ -39,7 +28,7 @@
 }
 
 package() {
-   cd "$srcdir"/$pkgname-$pkgver
+   cd "$srcdir"/$pkgname-$_commit
make DESTDIR=$pkgdir install
install -dm755 "$pkgdir"/usr/lib/ocaml
make OCAMLFIND_LDCONF="$pkgdir"/tmp/ld.conf 
OCAMLFIND_DESTDIR="$pkgdir"/usr/lib/ocaml install-findlib

Deleted: e532fc97da64a646bb706a9fa812a047cc557987.patch
===
---

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

2015-03-12 Thread Christian Hesse
Date: Thursday, March 12, 2015 @ 11:27:17
  Author: eworm
Revision: 129104

add smbclient to dependencies

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 10:09:05 UTC (rev 129103)
+++ PKGBUILD2015-03-12 10:27:17 UTC (rev 129104)
@@ -13,7 +13,7 @@
   'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libgl' 'enca' 'libguess'
   'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'libxrandr' 'jack'
+  'libguess' 'libxrandr' 'jack' 'smbclient'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
 optdepends=('youtube-dl: for video-sharing websites playback')


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

2015-03-12 Thread Andreas Radke
Date: Wednesday, March 11, 2015 @ 20:26:31
  Author: andyrtr
Revision: 233366

upgpkg: cups-filters 1.0.67-1

upstream update 1.0.67

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 19:09:16 UTC (rev 233365)
+++ PKGBUILD2015-03-11 19:26:31 UTC (rev 233366)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.66
-pkgrel=2
+pkgver=1.0.67
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('ad594ac06dfbfb02af34deb0805cab00')
+md5sums=('0a5cfab3736120345c5e254dd2efbe64')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-12 Thread Andreas Radke
Date: Wednesday, March 11, 2015 @ 20:09:16
  Author: andyrtr
Revision: 233365

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

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 233364, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.3
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/";
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/"; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 233364, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 233364, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.3
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/";
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/"; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 233364, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}


[arch-commits] Commit in cairo-dock-plugins/repos (6 files)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 10:22:45
  Author: alucryd
Revision: 129098

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

Added:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
(from rev 129097, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-i686/cairo-dock-plugins-mono.patch
(from rev 129097, cairo-dock-plugins/trunk/cairo-dock-plugins-mono.patch)
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
(from rev 129097, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-x86_64/cairo-dock-plugins-mono.patch
(from rev 129097, cairo-dock-plugins/trunk/cairo-dock-plugins-mono.patch)
Deleted:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  138 +++
 community-i686/PKGBUILD|   66 ---
 community-i686/cairo-dock-plugins-mono.patch   |  106 +
 community-x86_64/PKGBUILD  |   66 ---
 community-x86_64/cairo-dock-plugins-mono.patch |  106 +
 5 files changed, 350 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 09:22:27 UTC (rev 129097)
+++ community-i686/PKGBUILD 2015-03-12 09:22:45 UTC (rev 129098)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: zhuqin 
-# Contributor: tri1976 
-# Contributor: snoopy33 
-
-pkgname=cairo-dock-plugins
-pkgver=3.4.0
-pkgrel=2
-pkgdesc='Plugins for Cairo-Dock'
-arch=('i686' 'x86_64')
-url='http://glx-dock.org'
-license=('GPL')
-depends=('cairo-dock')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
- 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
- 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk3')
-optdepends=('alsa-lib: Sound Control, Sound Effects applets'
-'fftw: Impulse applet'
-'gnome-menus: Applications Menu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'ndesk-dbus-glib: Mono API'
-'python: Python 3 API'
-'python2: Python 2 API'
-'ruby: Ruby API'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-source=("https://launchpad.net/cairo-dock-plug-ins/${pkgver%.?}/${pkgver}/+download/cairo-dock-plugins-${pkgver}.tar.gz";)
-sha256sums=('7ffcf40f07cd05bef826ad47f1f11940b9813d279c9e5117384f14f1f32d8dbd')
-
-prepare() {
-  cd cairo-dock-plugins-${pkgver}
-
-  sed 's/vte-2.90/vte-2.91/' -i CMakeLists.txt
-  sed 's/(2,91,0)/(0,38,1)/g' -i terminal/src/terminal-widget.c
-}
-
-build() {
-  cd cairo-dock-plugins-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-plugins-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-i686/PKGBUILD (from rev 129097, 
cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 09:22:45 UTC (rev 129098)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plugins
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Plugins for Cairo-Dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
+ 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
+ 'ruby' 'vala' 'vte3' 'webkitgtk')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'dbus-sharp-glib: Mono API'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System 

[arch-commits] Commit in cairo-dock-plugins/trunk (2 files)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 10:22:27
  Author: alucryd
Revision: 129097

upgpkg: cairo-dock-plugins 3.4.1-1

Added:
  cairo-dock-plugins/trunk/cairo-dock-plugins-mono.patch
Modified:
  cairo-dock-plugins/trunk/PKGBUILD

---+
 PKGBUILD  |   33 ++--
 cairo-dock-plugins-mono.patch |  106 
 2 files changed, 124 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 08:16:34 UTC (rev 129096)
+++ PKGBUILD2015-03-12 09:22:27 UTC (rev 129097)
@@ -6,18 +6,19 @@
 # Contributor: snoopy33 
 
 pkgname=cairo-dock-plugins
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc='Plugins for Cairo-Dock'
 arch=('i686' 'x86_64')
 url='http://glx-dock.org'
 license=('GPL')
 depends=('cairo-dock')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs'
- 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier'
- 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2'
- 'ruby' 'vala' 'vte3' 'webkitgtk3')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
+ 'libxklavier' 'libzeitgeist' 'lm_sensors' 'python' 'python2'
+ 'ruby' 'vala' 'vte3' 'webkitgtk')
 optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'dbus-sharp-glib: Mono API'
 'fftw: Impulse applet'
 'gnome-menus: Applications Menu applet'
 'gtk-sharp-2: Mono API'
@@ -29,24 +30,24 @@
 'libxklavier: Keyboard Indicator applet'
 'libzeitgeist: Recent Events applet'
 'lm_sensors: System Monitor applet'
-'ndesk-dbus-glib: Mono API'
 'python: Python 3 API'
 'python2: Python 2 API'
 'ruby: Ruby API'
 'vte3: Terminal applet'
 'webkitgtk3: Weblets applet')
-source=("https://launchpad.net/cairo-dock-plug-ins/${pkgver%.?}/${pkgver}/+download/cairo-dock-plugins-${pkgver}.tar.gz";)
-sha256sums=('7ffcf40f07cd05bef826ad47f1f11940b9813d279c9e5117384f14f1f32d8dbd')
+source=("cairo-dock-plugins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz";
+'cairo-dock-plugins-mono.patch')
+sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
+'b3e4d5384f2293d2f9ac05440350ba076a8db40b2b7628811af2cb102171c10a')
 
 prepare() {
-  cd cairo-dock-plugins-${pkgver}
+  cd cairo-dock-plug-ins-${pkgver}
 
-  sed 's/vte-2.90/vte-2.91/' -i CMakeLists.txt
-  sed 's/(2,91,0)/(0,38,1)/g' -i terminal/src/terminal-widget.c
+  patch -Np1 -i ../cairo-dock-plugins-mono.patch
 }
 
 build() {
-  cd cairo-dock-plugins-${pkgver}
+  cd cairo-dock-plug-ins-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -53,12 +54,14 @@
   fi
   mkdir build && cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
   make
 }
 
 package() {
-  cd cairo-dock-plugins-${pkgver}/build
+  cd cairo-dock-plug-ins-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
 }

Added: cairo-dock-plugins-mono.patch
===
--- cairo-dock-plugins-mono.patch   (rev 0)
+++ cairo-dock-plugins-mono.patch   2015-03-12 09:22:27 UTC (rev 129097)
@@ -0,0 +1,106 @@
+diff -rupN cairo-dock-plug-ins-3.4.1.orig/CMakeLists.txt 
cairo-dock-plug-ins-3.4.1/CMakeLists.txt
+--- cairo-dock-plug-ins-3.4.1.orig/CMakeLists.txt  2015-03-12 
09:43:57.171067365 +0100
 cairo-dock-plug-ins-3.4.1/CMakeLists.txt   2015-03-12 09:46:20.717120675 
+0100
+@@ -573,11 +573,11 @@ if (enable-mono-interface)
+   if (NOT GMCS_EXECUTABLE OR NOT EXISTS ${GMCS_EXECUTABLE})
+   message (STATUS "Could not find Mono compiler gmcs, won't build 
Mono interface.")
+   else()
+-  pkg_check_modules (MONO_PACKAGE glib-sharp-2.0 ndesk-dbus-1.0 
ndesk-dbus-glib-1.0)
++  pkg_check_modules (MONO_PACKAGE dbus-sharp-2.0 
dbus-sharp-glib-2.0 glib-sharp-2.0)
+   if (NOT MONO_PACKAGE_FOUND)
+-  message (STATUS "Could not find glib-sharp-2.0, 
ndesk-dbus-1.0 or ndesk-dbus-glib-1.0; won't be built Mono interface.")
+-  message (WARNING "These modules are required to compile 
DBus applet with Mono interface: glib-sharp-2.0, ndesk-dbus-1.0 and 
ndesk-dbus-glib-1.0")
+-  set (MODULES_MISSING "${MODULES_MISSING} glib-sharp-2.0 
ndesk-dbus-1.0 ndesk-dbus-glib-1.0")
++  message (STATUS "Could not find dbus-sharp-2.0, 
dbus-sharp-glib-2.0 or glib-sharp-2.0; won't be built Mono interface.")
++  message (WARNING "These modules are required to compile 
DBus a

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

2015-03-12 Thread Timothy Redaelli
Date: Wednesday, March 11, 2015 @ 18:44:20
  Author: tredaelli
Revision: 129080

upgpkg: electrum 2.0.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 17:20:40 UTC (rev 129079)
+++ PKGBUILD2015-03-11 17:44:20 UTC (rev 129080)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -12,13 +12,15 @@
 depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
  'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
 makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-zbar: QR code reading support')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
 url="https://electrum.org";
 license=('GPL3')
 source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('409e5bff5b9e83f65724a8127d344055'
+md5sums=('4e940304cc7b5b3f297250d220b2825f'
  'SKIP')
-sha256sums=('562dcb53ed75790d63506b68ffaf51c49bdd6c735762dcaa1b8cca52825e35bf'
+sha256sums=('65fa10adb4d49fb94daf7c7dc3ec13813107f728039d11c5aa66e5f3b53a458c'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2015-03-12 Thread Felix Yan
Date: Wednesday, March 11, 2015 @ 17:41:58
  Author: fyan
Revision: 233357

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-11 16:41:40 UTC (rev 233356)
+++ PKGBUILD2015-03-11 16:41:58 UTC (rev 233357)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://bitbucket.org/logilab/astroid";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-logilab-common' 'python2-logilab-common')
-source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";)
-sha1sums=('7c32874688f6474f41d9e49a116f8578dbebdb2c')
-
-prepare() {
-  cp -a astroid-${pkgver}{,-py3}
-}
-
-build() {
-  cd astroid-${pkgver}
-  python2 setup.py build
-
-  cd ../astroid-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd astroid-${pkgver}
-  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
-
-  cd ../astroid-${pkgver}-py3
-  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
-}
-
-package_python2-astroid() {
-  depends=('python2-logilab-common' 'python2-six')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}
-
-package_python-astroid() {
-  depends=('python-logilab-common' 'python-six')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 233356, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-11 16:41:58 UTC (rev 233357)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://bitbucket.org/logilab/astroid";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";)
+sha1sums=('6bc81d001b5ebf7c49dfc388e48538bd95d671ba')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd astroid-${pkgver}
+  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
+
+  cd ../astroid-${pkgver}-py3
+  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
+}
+
+package_python2-astroid() {
+  depends=('python2-logilab-common' 'python2-six')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}
+
+package_python-astroid() {
+  depends=('python-logilab-common' 'python-six')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}


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

2015-03-12 Thread Felix Yan
Date: Wednesday, March 11, 2015 @ 17:17:19
  Author: fyan
Revision: 233353

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

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

--+
 testing-i686/PKGBUILD|   59 +
 testing-i686/cmake.install   |   12 
 testing-x86_64/PKGBUILD  |   59 +
 testing-x86_64/cmake.install |   12 
 4 files changed, 142 insertions(+)

Copied: cmake/repos/testing-i686/PKGBUILD (from rev 233352, 
cmake/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-11 16:17:19 UTC (rev 233353)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63f436aa19b5efc37017759c8d3953ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/testing-i686/cmake.install (from rev 233352, 
cmake/trunk/cmake.install)
===
--- testing-i686/cmake.install  (rev 0)
+++ testing-i686/cmake.install  2015-03-11 16:17:19 UTC (rev 233353)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cmake/repos/testing-x86_64/PKGBUILD (from rev 233352, 
cmake/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-11 16:17:19 UTC (rev 233353)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63f436aa19b5efc37017759c8d3953ca')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s /usr/share/cmake-${pkgver%.*}/e

[arch-commits] Commit in lib32-libssh2/repos (2 files)

2015-03-12 Thread Florian Pritz
Date: Wednesday, March 11, 2015 @ 15:11:55
  Author: bluewind
Revision: 129077

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libssh2/repos/multilib-testing-x86_64/
  lib32-libssh2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 129076, lib32-libssh2/trunk/PKGBUILD)

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

Copied: lib32-libssh2/repos/multilib-testing-x86_64/PKGBUILD (from rev 129076, 
lib32-libssh2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-03-11 14:11:55 UTC (rev 129077)
@@ -0,0 +1,40 @@
+# Maintainer: Florian Pritz 
+# $Id$
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+_pkgbasename=libssh2
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
+url="http://www.libssh2.org/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('lib32-openssl' $_pkgbasename)
+provides=('libssh2.so')
+makedepends=('zlib' "gcc-multilib")
+options=('!libtool')
+source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz";)
+md5sums=('e7fa3f5c6bd2d67a9b360ff726bbc6ba')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-03-12 Thread Florian Pritz
Date: Wednesday, March 11, 2015 @ 15:11:52
  Author: bluewind
Revision: 129076

upgpkg: lib32-libssh2 1.5.0-1

upstream update

Modified:
  lib32-libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 13:34:43 UTC (rev 129075)
+++ PKGBUILD2015-03-11 14:11:52 UTC (rev 129076)
@@ -7,8 +7,8 @@
 
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
 url="http://www.libssh2.org/";
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 makedepends=('zlib' "gcc-multilib")
 options=('!libtool')
 source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz";)
-md5sums=('071004c60c5d6f90354ad1b701013a0b')
+md5sums=('e7fa3f5c6bd2d67a9b360ff726bbc6ba')
 
 build() {
   export CC="gcc -m32"


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

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 09:16:34
  Author: alucryd
Revision: 129096

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 129095, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 129095, cairo-dock/trunk/PKGBUILD)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 08:16:11 UTC (rev 129095)
+++ community-i686/PKGBUILD 2015-03-12 08:16:34 UTC (rev 129096)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: erm67 
-
-pkgname=cairo-dock
-pkgver=3.4.0
-pkgrel=1
-pkgdesc='Light eye-candy fully themable animated dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-core'
-license=('GPL')
-depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
-makedepends=('bzr' 'cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz";)
-sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
-
-build() {
-  cd cairo-dock-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 129095, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 08:16:34 UTC (rev 129096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: erm67 
+
+pkgname=cairo-dock
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org/'
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz";)
+sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
+
+build() {
+  cd cairo-dock-core-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock-core-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-12 08:16:11 UTC (rev 129095)
+++ community-x86_64/PKGBUILD   2015-03-12 08:16:34 UTC (rev 129096)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: erm67 
-
-pkgname=cairo-dock
-pkgver=3.4.0
-pkgrel=1
-pkgdesc='Light eye-candy fully themable animated dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-core'
-license=('GPL')
-depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
-makedepends=('bzr' 'cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz";)
-sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
-
-build() {
-  cd cairo-dock-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 129095, 
cairo-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-12 08:16:34 UTC (rev 129096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: erm67 
+
+pkgname=cairo-dock
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org/'
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("cairo-dock-${pkgver}.tar

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

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 09:16:11
  Author: alucryd
Revision: 129095

upgpkg: cairo-dock 3.4.1-1

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 08:11:44 UTC (rev 129094)
+++ PKGBUILD2015-03-12 08:16:11 UTC (rev 129095)
@@ -4,7 +4,7 @@
 # Contributor: erm67 
 
 pkgname=cairo-dock
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Light eye-candy fully themable animated dock'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('bzr' 'cmake')
 optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
 
source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz";)
-sha256sums=('e92448c7d03d158c01c55c4e2e9c204c1d39a54288d8418a03c27f7b1739e0cc')
+sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
 
 build() {
   cd cairo-dock-core-${pkgver}
@@ -24,7 +24,9 @@
   fi
   mkdir build && cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
   make
 }
 


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

2015-03-12 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 22:15:30
  Author: bisson
Revision: 22

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 21, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 21, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 21, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 21, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 21:03:46 UTC (rev 21)
+++ extra-i686/PKGBUILD 2015-03-10 21:15:30 UTC (rev 22)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20150228
-pkgrel=2
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBZMQ_LIBS=-lzmq
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/fontforge"
-   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
-
-   install -d "${pkgdir}/usr/share/icons"
-   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
-   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 21, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 21:15:30 UTC (rev 22)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20150228
+pkgrel=2
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz";
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBZMQ_LIBS=-lzmq
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/fontforge"
+   install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
+
+   install -d "${pkgdir}/usr/share/icons"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
+   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2015-03-10 21:03:46 UTC (rev 21)
+++ extra-i686/install  2015-03-10 21:15:30 UTC (rev 22)
@@ -1,12 

[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 09:11:44
  Author: alucryd
Revision: 129094

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

Added:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
(from rev 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 08:11:21 UTC (rev 129093)
+++ community-i686/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=4
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz";)
-sha256sums=('1671ec4c02a78f76876eb2f2070d9be4ea64db3d030c8cb4337883ee97dc1edd')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD (from rev 
129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=8
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('fftw' 'vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz";)
+sha256sums=('b933d6c849aaa96f14c09592a77503e6cc2680d642b97c7841a2c95745b330e6')
+
+build() {
+  cd vapoursynth-mvtools-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd vapoursynth-mvtools-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools
+  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools/README
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-12 08:11:21 UTC (rev 129093)
+++ community-x86_64/PKGBUILD   2015-03-12 08:11:44 UTC (rev 129094)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=4
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz";)
-sha256sums=('1671ec4c02a78f76876eb2f2070d9be4ea64db3d030c8cb4337883ee97dc1edd')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/MVTools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 
129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-12 08:11:44 UTC (rev 129094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursyn

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

2015-03-12 Thread Bartłomiej Piotrowski
Date: Tuesday, March 10, 2015 @ 21:52:39
  Author: bpiotrowski
Revision: 233329

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

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

+
 staging-i686/PKGBUILD  |  101 +++
 staging-i686/vlc.install   |   18 +++
 staging-x86_64/PKGBUILD|  101 +++
 staging-x86_64/vlc.install |   18 +++
 4 files changed, 238 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 233328, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-10 20:52:39 UTC (rev 233329)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc' 'libcaca'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support'
+'lua-socket: for http interface')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('faeceb614bf3946e5f90ef0d1f51db45')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp \
+  LUAC=/usr/bin/luac  LUA_LIBS="`pkg-config --libs lua`" \
+  RCC=/usr/bin/rcc-qt4
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  for res in 16 32 48 128; do
+install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
+ 
"${pkgdir}/u

[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

2015-03-12 Thread Maxime Gauduin
Date: Thursday, March 12, 2015 @ 09:11:21
  Author: alucryd
Revision: 129093

upgpkg: vapoursynth-plugin-mvtools 8-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-12 04:49:37 UTC (rev 129092)
+++ PKGBUILD2015-03-12 08:11:21 UTC (rev 129093)
@@ -3,16 +3,16 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=4
+pkgver=8
 pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
 arch=('i686' 'x86_64')
 url='https://github.com/dubhater/vapoursynth-mvtools'
 license=('GPL2')
-depends=('vapoursynth')
+depends=('fftw' 'vapoursynth')
 makedepends=('yasm')
 
source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz";)
-sha256sums=('1671ec4c02a78f76876eb2f2070d9be4ea64db3d030c8cb4337883ee97dc1edd')
+sha256sums=('b933d6c849aaa96f14c09592a77503e6cc2680d642b97c7841a2c95745b330e6')
 
 build() {
   cd vapoursynth-mvtools-${pkgver}


[arch-commits] Commit in xfce4-xkb-plugin/trunk (PKGBUILD xfce4-xkb-plugin.install)

2015-03-12 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 19:23:19
  Author: foutrelis
Revision: 233326

upgpkg: xfce4-xkb-plugin 0.7.1-2

Add post_upgrade() message about the integration with xfce4-settings.

Added:
  xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install
Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 xfce4-xkb-plugin.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:55:27 UTC (rev 233325)
+++ PKGBUILD2015-03-10 18:23:19 UTC (rev 233326)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-xkb-plugin
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin";
@@ -13,6 +13,7 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxklavier' 'librsvg')
 makedepends=('intltool')
+install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
 

Added: xfce4-xkb-plugin.install
===
--- xfce4-xkb-plugin.install(rev 0)
+++ xfce4-xkb-plugin.install2015-03-10 18:23:19 UTC (rev 233326)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  if (($(vercmp $2 0.7.1-2) < 0)); then
+echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
+echo '   and managed by xfsettingsd. This plugin now only acts as a layout'
+echo '   indicator and manages per window/application layout preferences.'
+echo
+echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-12 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:16:14
  Author: spupykin
Revision: 129023

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 129022, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 129022, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  130 +-
 apache.example.conf |   36 ++---
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 17:16:04 UTC (rev 129022)
+++ PKGBUILD2015-03-10 17:16:14 UTC (rev 129023)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.0.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-   'apache.example.conf')
-md5sums=('cfd8c26600a0fbf1d48d7bbaa784ad62'
- 'SKIP'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/owncloud
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-  chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-  find ${pkgdir}/usr/share/webapps/owncloud -type f -exec chmod 0644 {} \;
-  find ${pkgdir}/usr/share/webapps/owncloud -type d -exec chmod 0755 {} \;
-#  find ${pkgdir}/etc/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
-#  find ${pkgdir}/etc/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 129022, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 17:16:14 UTC (rev 129023)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=8.0.2
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
+source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+   'apache.example.conf')
+md5sums=('9b10eb45b7923fcb46b89cf0ad149097'
+ 'SKIP'
+ '64c6edf88bcbb37d063e4bf77b39237f')
+
+prepare() {
+  cd $srcdir/owncloud
+  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
+}
+
+package() {
+  #

[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2015-03-12 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:36:32
  Author: spupykin
Revision: 129026

upgpkg: owncloud-app-bookmarks 8.0.2-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:17:35 UTC (rev 129025)
+++ PKGBUILD2015-03-10 17:36:32 UTC (rev 129026)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";)
-md5sums=('728bc9ada30a6019dea5c81c6dc54b4d')
+md5sums=('a0fdfa6a750694dc82084f18398efbe0')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2015-03-12 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:36:43
  Author: spupykin
Revision: 129028

upgpkg: owncloud-app-calendar 8.0.2-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:36:40 UTC (rev 129027)
+++ PKGBUILD2015-03-10 17:36:43 UTC (rev 129028)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-calendar
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc="Calendar app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz";)
-md5sums=('992b79e2b39eeaeb2256e2ba3418c58a')
+md5sums=('5f47c217963ba2892d0aafe38c79c6e1')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2015-03-12 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:17:35
  Author: foutrelis
Revision: 129025

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 17:17:25 UTC (rev 129024)
+++ PKGBUILD2015-03-10 17:17:35 UTC (rev 129025)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45')
-
-prepare() {
-  cd "$srcdir/stevedore-$pkgver"
-
-  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
-  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
-  sed -i '/argparse/d' requirements.txt
-
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
-  depends=('python-setuptools' 'python-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 129024, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 17:17:35 UTC (rev 129025)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras https://github.com/dreamhost/stevedore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5')
+
+prepare() {
+  cd "$srcdir/stevedore-$pkgver"
+
+  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
+  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
+  sed -i '/argparse/d' requirements.txt
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+  depends=('python-setuptools' 'python-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   >