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

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 11:16:36
  Author: flexiondotorg
Revision: 116503

upgpkg: syncthing 0.8.21-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 08:37:06 UTC (rev 116502)
+++ PKGBUILD2014-07-29 09:16:36 UTC (rev 116503)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.8.19
+pkgver=0.8.21
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -17,7 +17,7 @@
 source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
 syncthing@.service
 syncthing.1)
-sha1sums=('88c1bd818061a127b5263e9220ec54fd7544d217'
+sha1sums=('396ab88b774f29120d54a79bd7ddf5ae87755a2b'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install



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

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 11:16:46
  Author: flexiondotorg
Revision: 116504

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 116503, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 116503, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 116503, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 116503, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 116503, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 116503, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 116503, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 116503, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-29 09:16:36 UTC (rev 116503)
+++ community-i686/PKGBUILD 2014-07-29 09:16:46 UTC (rev 116504)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.19
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('88c1bd818061a127b5263e9220ec54fd7544d217'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 116503, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-29 09:16:46 UTC (rev 116504)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.21
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

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

2014-07-29 Thread Ike Devolder
Date: Tuesday, July 29, 2014 @ 11:33:31
  Author: idevolder
Revision: 116506

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 116505, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 09:33:23 UTC (rev 116505)
+++ PKGBUILD2014-07-29 09:33:31 UTC (rev 116506)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20140625
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=http://code.google.com/closure;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant')
-source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-build() {
-   cd $pkgname-$pkgver
-
-   ant jar
-}
-
-check() {
-   cd $pkgname-$pkgver
-
-   ant test
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('3b7235a3ec4a32cd0fcca6150c8b97ce20a8dc381a4c1bfd5f30ca0eff440006')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 116505, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 09:33:31 UTC (rev 116506)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20140625
+pkgrel=2
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant')
+source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $pkgname-$pkgver
+
+   ant jar
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   ant test
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('3b7235a3ec4a32cd0fcca6150c8b97ce20a8dc381a4c1bfd5f30ca0eff440006')



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

2014-07-29 Thread Ike Devolder
Date: Tuesday, July 29, 2014 @ 11:33:23
  Author: idevolder
Revision: 116505

closure-compiler :: 20140625-2

FS#41288 - [closure-compiler] Upstream URL gives 404

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:16:46 UTC (rev 116504)
+++ PKGBUILD2014-07-29 09:33:23 UTC (rev 116505)
@@ -3,10 +3,10 @@
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
 pkgver=20140625
-pkgrel=1
+pkgrel=2
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
-url=http://code.google.com/closure;
+url=https://developers.google.com/closure/compiler/;
 license=('APACHE')
 depends=('java-runtime')
 makedepends=('apache-ant')



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:43:58
  Author: bpiotrowski
Revision: 116509

upgpkg: bbswitch 0.8-14

rebuild against linux 3.15.7

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:43:50 UTC (rev 116508)
+++ PKGBUILD2014-07-29 09:43:58 UTC (rev 116509)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=13
+pkgrel=14
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:43:50
  Author: bpiotrowski
Revision: 116508

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

Added:
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 116507, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 116507, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 116507, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 116507, acpi_call/trunk/acpi_call.install)
Deleted:
  acpi_call/repos/community-testing-i686/PKGBUILD
  acpi_call/repos/community-testing-i686/acpi_call.install
  acpi_call/repos/community-testing-x86_64/PKGBUILD
  acpi_call/repos/community-testing-x86_64/acpi_call.install

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 +
 community-testing-i686/PKGBUILD|   40 -
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   40 -
 community-testing-x86_64/acpi_call.install |   14 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:43:43 UTC (rev 116507)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:43:50 UTC (rev 116508)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=9
-_extramodules=extramodules-3.15-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 116507, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:43:50 UTC (rev 116508)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=10
+_extramodules=extramodules-3.15-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install2014-07-29 09:43:43 UTC (rev 
116507)
+++ community-testing-i686/acpi_call.install2014-07-29 09:43:50 UTC (rev 
116508)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.15-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: 

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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:03
  Author: bpiotrowski
Revision: 116510

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 116509, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 116509, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 116509, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 116509, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 ++
 community-testing-i686/PKGBUILD   |   33 --
 community-testing-i686/bbswitch.install   |   12 -
 community-testing-x86_64/PKGBUILD |   33 --
 community-testing-x86_64/bbswitch.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:43:58 UTC (rev 116509)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:03 UTC (rev 116510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=13
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 116509, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:03 UTC (rev 116510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
+pkgrel=14
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2014-07-29 09:43:58 UTC (rev 
116509)
+++ community-testing-i686/bbswitch.install 2014-07-29 09:44:03 UTC (rev 
116510)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
116509, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-07-29 09:44:03 UTC (rev 
116510)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+

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

2014-07-29 Thread Sébastien Luttringer
Date: Tuesday, July 29, 2014 @ 11:42:46
  Author: seblu
Revision: 218269

Minor changes

- Maintainer update
- Sebluify PKGBUILD

Modified:
  sed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 08:54:28 UTC (rev 218268)
+++ PKGBUILD2014-07-29 09:42:46 UTC (rev 218269)
@@ -1,34 +1,37 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=sed
 pkgver=4.2.2
 pkgrel=3
-pkgdesc=GNU stream editor
+pkgdesc='GNU stream editor'
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/sed;
+url='http://www.gnu.org/software/sed'
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('acl' 'sh')
 makedepends=('gettext')
 install=sed.install
-source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(ftp://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('4111de4faa3b9848a0686b2f260c5056'
  '86a5ab72f414d4cb38126e8e27cf0101')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:14
  Author: bpiotrowski
Revision: 116512

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 116511, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 116511, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 116511, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 116511, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/r8168.install

+
 /PKGBUILD  |  116 +++
 /r8168.install |   34 +
 community-testing-i686/PKGBUILD|   58 ---
 community-testing-i686/r8168.install   |   17 
 community-testing-x86_64/PKGBUILD  |   58 ---
 community-testing-x86_64/r8168.install |   17 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:44:11 UTC (rev 116511)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:14 UTC (rev 116512)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=8
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-prepare(){
-   cd $pkgname-$pkgver
-
-   # Fix build with Linux 3.15
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
-   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
-   else
-   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
-   return 1
-   fi
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 116511, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:14 UTC (rev 116512)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=9
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+prepare(){
+   cd $pkgname-$pkgver
+
+   # Fix build with Linux 3.15
+   # https://code.google.com/p/r8168/issues/detail?id=19
+   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
+   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
+   else
+   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
+   return 1
+   fi
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 

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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:38
  Author: bpiotrowski
Revision: 116516

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 116515, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 116515, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 116515, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 116515, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 116515, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 116515, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   22 --
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   22 --
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2014-07-29 09:44:34 UTC (rev 
116515)
+++ community-testing-i686/60-vhba.rules2014-07-29 09:44:38 UTC (rev 
116516)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
116515, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-07-29 09:44:38 UTC (rev 
116516)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:44:34 UTC (rev 116515)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:38 UTC (rev 116516)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.15-ARCH
-pkgrel=4
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 116515, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:38 UTC (rev 116516)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.15-ARCH
+pkgrel=5
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')

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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:11
  Author: bpiotrowski
Revision: 116511

upgpkg: r8168 8.038.00-9

rebuild against linux 3.15.7

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:44:03 UTC (rev 116510)
+++ PKGBUILD2014-07-29 09:44:11 UTC (rev 116511)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=8
+pkgrel=9
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:43:43
  Author: bpiotrowski
Revision: 116507

upgpkg: acpi_call 1.1.0-10

rebuild against linux 3.15.7

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:33:31 UTC (rev 116506)
+++ PKGBUILD2014-07-29 09:43:43 UTC (rev 116507)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=9
+pkgrel=10
 _extramodules=extramodules-3.15-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:46
  Author: bpiotrowski
Revision: 116517

upgpkg: virtualbox-modules 4.3.14-3

rebuild against linux 3.15.7

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:44:38 UTC (rev 116516)
+++ PKGBUILD2014-07-29 09:44:46 UTC (rev 116517)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.14
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:50
  Author: bpiotrowski
Revision: 116518

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 116517, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 116517, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 116517, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 116517, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 116517, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 116517, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 116517, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 116517, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   60 -
 community-testing-i686/virtualbox-guest-modules.install   |   21 --
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   63 --
 community-testing-x86_64/build.sh |   60 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:44:46 UTC (rev 116517)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:50 UTC (rev 116518)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.14
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.15' 'linux3.16'
- 'linux-headers=3.15' 'linux-headers3.16'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.15-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.15' 'linux3.16')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.15' 'linux3.16')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  

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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:24
  Author: bpiotrowski
Revision: 116513

upgpkg: rt3562sta 2.4.1.1_r1-8

rebuild against linux 3.15.7

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:44:14 UTC (rev 116512)
+++ PKGBUILD2014-07-29 09:44:24 UTC (rev 116513)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=7
+pkgrel=8
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:34
  Author: bpiotrowski
Revision: 116515

upgpkg: vhba-module 20140629-5

rebuild against linux 3.15.7

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:44:26 UTC (rev 116514)
+++ PKGBUILD2014-07-29 09:44:34 UTC (rev 116515)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140629
 _extramodules=extramodules-3.15-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



[arch-commits] Commit in rt3562sta/repos (7 files)

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 11:44:26
  Author: bpiotrowski
Revision: 116514

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

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 116513, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 116513, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 116513, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 116513, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install

+
 /PKGBUILD  |   60 +++
 /rt3562sta.install |   16 +++
 community-testing-i686/PKGBUILD|   60 ---
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 6 files changed, 152 insertions(+), 76 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-29 09:44:24 UTC (rev 116513)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:26 UTC (rev 116514)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=7
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 116513, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 09:44:26 UTC (rev 116514)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=8
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux 

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

2014-07-29 Thread Sébastien Luttringer
Date: Tuesday, July 29, 2014 @ 11:46:19
  Author: seblu
Revision: 218270

Minor changes

- Maintainer update
- Sebluify PKGBUILD

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 09:42:46 UTC (rev 218269)
+++ PKGBUILD2014-07-29 09:46:19 UTC (rev 218270)
@@ -1,27 +1,30 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=less
 pkgver=458
 pkgrel=1
-pkgdesc=A terminal based program for viewing text files
+pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
 arch=('i686' 'x86_64')
-url=http://www.greenwoodsoftware.com/less;
+url='http://www.greenwoodsoftware.com/less'
 groups=('base')
 depends=('ncurses' 'pcre')
-source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('935b38aa2e73c888c210dedf8fd94f49'
  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 12:01:08
  Author: flexiondotorg
Revision: 116526

upgpkg: libopenshot 0.0.2-3 - Rebuilt for x264/libx264 split.

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 10:00:43 UTC (rev 116525)
+++ PKGBUILD2014-07-29 10:01:08 UTC (rev 116526)
@@ -6,7 +6,7 @@
 pkgname=libopenshot
 _pkgname=libopenshot1
 pkgver=0.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby.
 arch=('i686' 'x86_64')
 url=http://openshot.org/;



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

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 12:01:17
  Author: flexiondotorg
Revision: 116527

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

Added:
  libopenshot/repos/staging-i686/
  libopenshot/repos/staging-i686/PKGBUILD
(from rev 116526, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/staging-x86_64/
  libopenshot/repos/staging-x86_64/PKGBUILD
(from rev 116526, libopenshot/trunk/PKGBUILD)

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

Copied: libopenshot/repos/staging-i686/PKGBUILD (from rev 116526, 
libopenshot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-29 10:01:17 UTC (rev 116527)
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Foster McLane fkmcl...@gmail.com
+# Contributor: Jonathan Thomas jonat...@openshot.org
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=3
+pkgdesc=A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby.
+arch=('i686' 'x86_64')
+url=http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=(https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   mkdir build
+   cd build
+
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}/build
+   make DESTDIR=${pkgdir} install
+}
+

Copied: libopenshot/repos/staging-x86_64/PKGBUILD (from rev 116526, 
libopenshot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-29 10:01:17 UTC (rev 116527)
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Foster McLane fkmcl...@gmail.com
+# Contributor: Jonathan Thomas jonat...@openshot.org
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=3
+pkgdesc=A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby.
+arch=('i686' 'x86_64')
+url=http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=(https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   mkdir build
+   cd build
+
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}/build
+   make DESTDIR=${pkgdir} install
+}
+



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

2014-07-29 Thread Martin Wimpress
Date: Tuesday, July 29, 2014 @ 12:03:16
  Author: flexiondotorg
Revision: 116528

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

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

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

Copied: libopenshot/repos/community-staging-i686/PKGBUILD (from rev 116527, 
libopenshot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-29 10:03:16 UTC (rev 116528)
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Foster McLane fkmcl...@gmail.com
+# Contributor: Jonathan Thomas jonat...@openshot.org
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=3
+pkgdesc=A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby.
+arch=('i686' 'x86_64')
+url=http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=(https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   mkdir build
+   cd build
+
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}/build
+   make DESTDIR=${pkgdir} install
+}
+

Copied: libopenshot/repos/community-staging-x86_64/PKGBUILD (from rev 116527, 
libopenshot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-29 10:03:16 UTC (rev 116528)
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Foster McLane fkmcl...@gmail.com
+# Contributor: Jonathan Thomas jonat...@openshot.org
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=3
+pkgdesc=A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby.
+arch=('i686' 'x86_64')
+url=http://openshot.org/;
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 
'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=(https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   mkdir build
+   cd build
+
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 ../
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}/build
+   make DESTDIR=${pkgdir} install
+}
+



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

2014-07-29 Thread Evangelos Foutras
Date: Tuesday, July 29, 2014 @ 12:08:46
  Author: foutrelis
Revision: 116529

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

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

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 116528, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 10:08:46 UTC (rev 116529)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
+pkgrel=14
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
116528, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-07-29 10:08:46 UTC (rev 
116529)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 116528, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-29 10:08:46 UTC (rev 116529)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
+pkgrel=14
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
116528, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-07-29 10:08:46 UTC (rev 
116529)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-07-29 Thread Evangelos Foutras
Date: Tuesday, July 29, 2014 @ 12:09:18
  Author: foutrelis
Revision: 116531

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

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

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/rt3562sta.install   |   16 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 4 files changed, 152 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 116530, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 10:09:18 UTC (rev 116531)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=8
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   # clean up this mess of mixing RT2860STA with RT3562STA
+   # in documentation files
+   mv RT2860STA.dat RT3562STA.dat
+   mv RT2860STACard.dat RT3562STACard.dat
+   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
+
+   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
+   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
+   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
+   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
+
+   export EXTRA_CFLAGS=-DVERSION=$pkgver
+
+   # this Makefile is far too strict...
+   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
+
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
+   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
+
+   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
116530, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2014-07-29 10:09:18 UTC (rev 
116531)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.15-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 116530, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-29 10:09:18 UTC (rev 116531)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 

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

2014-07-29 Thread Evangelos Foutras
Date: Tuesday, July 29, 2014 @ 12:09:41
  Author: foutrelis
Revision: 116533

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 116532, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 116532, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 116532, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 116532, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 116532, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 116532, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   22 
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   22 
 6 files changed, 134 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
116532, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-07-29 10:09:41 UTC (rev 
116533)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 116532, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 10:09:41 UTC (rev 116533)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.15-ARCH
+pkgrel=5
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true  install=${install}.pkg
+  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
116532, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-07-29 10:09:41 UTC (rev 
116533)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echoUpdating module dependencies...
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
116532, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-07-29 10:09:41 UTC (rev 
116533)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 116532, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-29 10:09:41 UTC (rev 116533)
@@ 

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

2014-07-29 Thread Evangelos Foutras
Date: Tuesday, July 29, 2014 @ 12:10:00
  Author: foutrelis
Revision: 116535

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

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

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 116534, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-29 10:10:00 UTC (rev 116535)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=51
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
116534, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-07-29 10:10:00 UTC (rev 
116535)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.15-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 116534, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-29 10:10:00 UTC (rev 116535)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=51
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.15' 'linux3.16')
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+install=${pkgname}.install

[arch-commits] Commit in (6 files)

2014-07-29 Thread Sébastien Luttringer
Date: Tuesday, July 29, 2014 @ 12:12:10
  Author: seblu
Revision: 218294

Summer cleanup

- Maintainer update
- Sebluify PKGBUILD
- Bashify .install
- Switch to aboslute deps

Modified:
  gzip/trunk/PKGBUILD
  gzip/trunk/gzip.install
  less/trunk/PKGBUILD
  sed/trunk/PKGBUILD
  sed/trunk/sed.install
Deleted:
  gzip/trunk/gzip-1.5-yesno-declaration.patch

-+
 gzip/trunk/PKGBUILD |   19 +++--
 gzip/trunk/gzip-1.5-yesno-declaration.patch |   36 --
 gzip/trunk/gzip.install |   17 
 less/trunk/PKGBUILD |2 -
 sed/trunk/PKGBUILD  |2 -
 sed/trunk/sed.install   |   16 ++-
 6 files changed, 34 insertions(+), 58 deletions(-)

Modified: gzip/trunk/PKGBUILD
===
--- gzip/trunk/PKGBUILD 2014-07-29 10:12:10 UTC (rev 218293)
+++ gzip/trunk/PKGBUILD 2014-07-29 10:12:10 UTC (rev 218294)
@@ -1,33 +1,36 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Mainainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=gzip
 pkgver=1.6
 pkgrel=1
-pkgdesc=GNU compression utility
+pkgdesc='GNU compression utility'
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gzip/;
+url='http://www.gnu.org/software/gzip/'
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('glibc' 'bash' 'less')
 install=gzip.install
-source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
 md5sums=('da981f86677d58a106496e68de6f8995'
  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
+  cd $pkgname-$pkgver
+  make prefix=$pkgdir/usr install
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: gzip/trunk/gzip-1.5-yesno-declaration.patch
===
--- gzip/trunk/gzip-1.5-yesno-declaration.patch 2014-07-29 10:12:10 UTC (rev 
218293)
+++ gzip/trunk/gzip-1.5-yesno-declaration.patch 2014-07-29 10:12:10 UTC (rev 
218294)
@@ -1,36 +0,0 @@
-From e40a9b65ae95ed6face7ce1336905f0ab0a4992b Mon Sep 17 00:00:00 2001
-From: Paul Eggert egg...@cs.ucla.edu
-Date: Tue, 05 Feb 2013 21:37:40 +
-Subject: gzip: fix bug where you say n and gzip acts as if you said y
-
-Problem reported for GCC 4.7 x86-64 -O2 by Allan McRae in
-http://lists.gnu.org/archive/html/bug-gzip/2013-02/msg0.html.
-* NEWS: Document this.  Use consistent format in earlier note.
-* gzip.c: Include yesno.h.
-* gzip.h (yesno): Remove decl; that's yesno.h's job.

-diff --git a/gzip.c b/gzip.c
-index b9b4d64..66529e0 100644
 a/gzip.c
-+++ b/gzip.c
-@@ -74,6 +74,7 @@ static char const *const license_msg[] = {
- #include ignore-value.h
- #include stat-time.h
- #include version.h
-+#include yesno.h
- 
- /* configuration */
- 
-diff --git a/gzip.h b/gzip.h
-index bf253d0..648073e 100644
 a/gzip.h
-+++ b/gzip.h
-@@ -321,6 +321,3 @@ extern void fprint_off(FILE *, off_t, int);
- 
- /* in inflate.c */
- extern int inflate (void);
--
--/* in yesno.c */
--extern int yesno (void);
---
-cgit v0.9.0.2

Modified: gzip/trunk/gzip.install
===
--- gzip/trunk/gzip.install 2014-07-29 10:12:10 UTC (rev 218293)
+++ gzip/trunk/gzip.install 2014-07-29 10:12:10 UTC (rev 218294)
@@ -1,15 +1,22 @@
+# vim:set ts=2 sw=2 et:
+
 infodir=usr/share/info
+filelist=(gzip.info)
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
 }

Modified: less/trunk/PKGBUILD
===
--- less/trunk/PKGBUILD 2014-07-29 10:12:10 UTC (rev 218293)
+++ less/trunk/PKGBUILD 2014-07-29 10:12:10 UTC (rev 218294)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://www.greenwoodsoftware.com/less'
 groups=('base')
-depends=('ncurses' 'pcre')
+depends=('glibc' 'ncurses' 'pcre')
 

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

2014-07-29 Thread Sébastien Luttringer
Date: Tuesday, July 29, 2014 @ 12:20:41
  Author: seblu
Revision: 218321

upgpkg: tar 1.28-1

- upstream bump
- maintainer update
- full deps
- sebluify pkgbuild
- bashify .install

Modified:
  tar/trunk/PKGBUILD
  tar/trunk/tar.install

-+
 PKGBUILD|   27 +++
 tar.install |   17 +
 2 files changed, 24 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 10:12:56 UTC (rev 218320)
+++ PKGBUILD2014-07-29 10:20:41 UTC (rev 218321)
@@ -1,34 +1,37 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Mainainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=tar
-pkgver=1.27.1
+pkgver=1.28
 pkgrel=1
-pkgdesc=Utility used to store, backup, and transport files
+pkgdesc='Utility used to store, backup, and transport files'
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/tar/tar.html;
+url='http://www.gnu.org/software/tar/tar.html'
 license=('GPL3')
 groups=('base')
-depends=('glibc' 'sh')
+depends=('glibc' 'acl' 'attr')
 options=('!emptydirs')
 install=tar.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('e0382a4064e09a4943f3adeff1435978'
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('49b6306167724fe48f419a33a5beb857'
  'SKIP')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib/tar
   make
 }
 
 check() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make check
 }
-  
+
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: tar.install
===
--- tar.install 2014-07-29 10:12:56 UTC (rev 218320)
+++ tar.install 2014-07-29 10:20:41 UTC (rev 218321)
@@ -1,21 +1,22 @@
+# vim:set ts=2 sw=2 et:
+
 infodir=usr/share/info
 filelist=(tar.info tar.info-1 tar.info-2)
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
-



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

2014-07-29 Thread Sébastien Luttringer
Date: Tuesday, July 29, 2014 @ 12:20:59
  Author: seblu
Revision: 218322

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

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

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/tar.install   |   22 ++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/tar.install |   22 ++
 4 files changed, 118 insertions(+)

Copied: tar/repos/testing-i686/PKGBUILD (from rev 218321, tar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-29 10:20:59 UTC (rev 218322)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=tar
+pkgver=1.28
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+install=tar.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('49b6306167724fe48f419a33a5beb857'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tar/repos/testing-i686/tar.install (from rev 218321, 
tar/trunk/tar.install)
===
--- testing-i686/tar.install(rev 0)
+++ testing-i686/tar.install2014-07-29 10:20:59 UTC (rev 218322)
@@ -0,0 +1,22 @@
+# vim:set ts=2 sw=2 et:
+
+infodir=usr/share/info
+filelist=(tar.info tar.info-1 tar.info-2)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: tar/repos/testing-x86_64/PKGBUILD (from rev 218321, tar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-29 10:20:59 UTC (rev 218322)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=tar
+pkgver=1.28
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+install=tar.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('49b6306167724fe48f419a33a5beb857'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tar/repos/testing-x86_64/tar.install (from rev 218321, 
tar/trunk/tar.install)
===
--- testing-x86_64/tar.install  (rev 0)
+++ testing-x86_64/tar.install  2014-07-29 10:20:59 UTC (rev 218322)
@@ -0,0 +1,22 @@
+# vim:set ts=2 sw=2 et:
+
+infodir=usr/share/info
+filelist=(tar.info tar.info-1 tar.info-2)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 13:16:26
  Author: bpiotrowski
Revision: 116538

upgpkg: ansible 1.6.10-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 10:13:59 UTC (rev 116537)
+++ PKGBUILD2014-07-29 11:16:26 UTC (rev 116538)
@@ -6,7 +6,7 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.6.9
+pkgver=1.6.10
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1fe54105b593009390a7c601ccd8aafd693cdc5a8c6c478059a485d9a0eff409')
+sha256sums=('3d03c42073c4b6944f23dc06e150912f4f106d65fa00290c03f8972fd70e3c71')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 13:17:03
  Author: bpiotrowski
Revision: 116539

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 116538, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 11:16:26 UTC (rev 116538)
+++ PKGBUILD2014-07-29 11:17:03 UTC (rev 116539)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.6.9
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1fe54105b593009390a7c601ccd8aafd693cdc5a8c6c478059a485d9a0eff409')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 116538, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 11:17:03 UTC (rev 116539)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.6.10
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d03c42073c4b6944f23dc06e150912f4f106d65fa00290c03f8972fd70e3c71')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+
+  install -d $pkgdir/usr/share/ansible
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-29 Thread Sergej Pupykin
Date: Tuesday, July 29, 2014 @ 13:58:32
  Author: spupykin
Revision: 116541

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

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

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

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

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

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

2014-07-29 Thread Sergej Pupykin
Date: Tuesday, July 29, 2014 @ 13:58:10
  Author: spupykin
Revision: 116540

upgpkg: gmic 1.5.9.3-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 11:17:03 UTC (rev 116539)
+++ PKGBUILD2014-07-29 11:58:10 UTC (rev 116540)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.2
+pkgver=1.5.9.3
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('5cdd5d4aeedcb7943c32104d1adfb682')
+md5sums=('071cf1d7926f8e953da32f2f2cfa949b')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}



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

2014-07-29 Thread Jan Steffens
Date: Tuesday, July 29, 2014 @ 15:50:51
  Author: heftig
Revision: 218323

0.5.9

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 10:20:59 UTC (rev 218322)
+++ PKGBUILD2014-07-29 13:50:51 UTC (rev 218323)
@@ -3,30 +3,27 @@
 
 pkgbase=gstreamer-vaapi
 pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.9pre
-pkgrel=2
+pkgver=0.5.9
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework VA Plugins
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
 makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
- libva libxrandr libvpx git)
+ libva libxrandr libvpx)
 options=(!emptydirs)
 
-source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=5ffa82b)
-sha1sums=('SKIP')
+#source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=5ffa82b)
+source=($url/$pkgbase-$pkgver.tar.bz2)
+sha1sums=('14f476f834a15422ecfa6a472df1b18ac2a0e50f')
 
 prepare() {
   mkdir build build-0.10
-
-  cd $pkgbase
-  sed -i 's/^1.3)/1.4)/' configure.ac
-  NO_CONFIGURE=1 ./autogen.sh
 }
 
 _build() (
   cd $1; shift
-  ../$pkgbase/configure --prefix=/usr \
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
 --disable-static \
 --disable-builtin-libvpx \
 $@



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

2014-07-29 Thread Jan Steffens
Date: Tuesday, July 29, 2014 @ 15:51:40
  Author: heftig
Revision: 218324

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 218323, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 218323, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   55 -
 extra-x86_64/PKGBUILD |   55 -
 3 files changed, 104 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 13:50:51 UTC (rev 218323)
+++ extra-i686/PKGBUILD 2014-07-29 13:51:40 UTC (rev 218324)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.9pre
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework VA Plugins
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
- libva libxrandr libvpx git)
-options=(!emptydirs)
-
-source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=5ffa82b)
-sha1sums=('SKIP')
-
-prepare() {
-  mkdir build build-0.10
-
-  cd $pkgbase
-  sed -i 's/^1.3)/1.4)/' configure.ac
-  NO_CONFIGURE=1 ./autogen.sh
-}
-
-_build() (
-  cd $1; shift
-  ../$pkgbase/configure --prefix=/usr \
---disable-static \
---disable-builtin-libvpx \
-$@
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-)
-
-build() {
-  _build build
-  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
-}
-
-check() {
-  make -C build -k check
-  make -C build-0.10 -k check
-}
-
-package_gst-vaapi() {
-  depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-  make -C build DESTDIR=$pkgdir install
-}
-
-package_gstreamer0.10-vaapi() {
-  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr libvpx)
-  make -C build-0.10 DESTDIR=$pkgdir install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 218323, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 13:51:40 UTC (rev 218324)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.9
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
+ libva libxrandr libvpx)
+options=(!emptydirs)
+
+#source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=5ffa82b)
+source=($url/$pkgbase-$pkgver.tar.bz2)
+sha1sums=('14f476f834a15422ecfa6a472df1b18ac2a0e50f')
+
+prepare() {
+  mkdir build build-0.10
+}
+
+_build() (
+  cd $1; shift
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--disable-static \
+--disable-builtin-libvpx \
+$@
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build build
+  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
+}
+
+check() {
+  make -C build -k check
+  make -C build-0.10 -k check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+  make -C build DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr libvpx)
+  make -C build-0.10 DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-29 13:50:51 UTC (rev 218323)
+++ extra-x86_64/PKGBUILD   2014-07-29 13:51:40 UTC (rev 218324)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.9pre
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework VA Plugins
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
- libva libxrandr libvpx git)
-options=(!emptydirs)
-
-source=(git://gitorious.org/vaapi/${pkgbase}.git#commit=5ffa82b)
-sha1sums=('SKIP')
-
-prepare() {
-  mkdir build build-0.10
-
-  cd $pkgbase
-  sed -i 's/^1.3)/1.4)/' configure.ac
-  

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD git-fixes.patch)

2014-07-29 Thread Jan de Groot
Date: Tuesday, July 29, 2014 @ 15:56:32
  Author: jgc
Revision: 218325

upgpkg: evolution-data-server 3.12.4-2

Add fixes from git, should fix hangup when storing sent mail in IMAP (FS#41340)

Added:
  evolution-data-server/trunk/git-fixes.patch
Modified:
  evolution-data-server/trunk/PKGBUILD

-+
 PKGBUILD|8 
 git-fixes.patch | 7856 ++
 2 files changed, 7861 insertions(+), 3 deletions(-)

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


[arch-commits] Commit in evolution-data-server/repos (10 files)

2014-07-29 Thread Jan de Groot
Date: Tuesday, July 29, 2014 @ 15:56:40
  Author: jgc
Revision: 218326

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 218325, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 218325, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-i686/git-fixes.patch
(from rev 218325, evolution-data-server/trunk/git-fixes.patch)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 218325, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 218325, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/git-fixes.patch
(from rev 218325, evolution-data-server/trunk/git-fixes.patch)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   66 
 /evolution-data-server.install |   22 
 extra-i686/PKGBUILD|   31 
 extra-i686/evolution-data-server.install   |   11 
 extra-i686/git-fixes.patch | 7856 +++
 extra-x86_64/PKGBUILD  |   31 
 extra-x86_64/evolution-data-server.install |   11 
 extra-x86_64/git-fixes.patch   | 7856 +++
 8 files changed, 15800 insertions(+), 84 deletions(-)

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


[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia.install)

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 18:42:25
  Author: lcarlier
Revision: 218337

upgpkg: nvidia-304xx 304.123-3

fix kernel version in install file

Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia.install

+
 PKGBUILD   |2 +-
 nvidia.install |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 14:30:08 UTC (rev 218336)
+++ PKGBUILD2014-07-29 16:42:25 UTC (rev 218337)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.123
 _extramodules=extramodules-3.15-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;

Modified: nvidia.install
===
--- nvidia.install  2014-07-29 14:30:08 UTC (rev 218336)
+++ nvidia.install  2014-07-29 16:42:25 UTC (rev 218337)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.13-ARCH'
+EXTRAMODULES='extramodules-3.15-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.13-ARCH'
+EXTRAMODULES='extramodules-3.15-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.13-ARCH'
+EXTRAMODULES='extramodules-3.15-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



[arch-commits] Commit in nvidia-304xx/repos (8 files)

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 18:42:36
  Author: lcarlier
Revision: 218338

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 218337, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 218337, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 218337, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 218337, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install

-+
 /PKGBUILD   |  106 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 16:42:25 UTC (rev 218337)
+++ extra-i686/PKGBUILD 2014-07-29 16:42:36 UTC (rev 218338)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.123
-_extramodules=extramodules-3.15-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('52307054483f5c40391608ce69114d48')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('9d461e9e00e473f458aee96cd6d85101')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 218337, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 16:42:36 UTC (rev 218338)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 

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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 19:26:25
  Author: jlichtblau
Revision: 116542

libspatialite soname rebuild, typo fix: gdal 1.11.0-4

Modified:
  gdal/trunk/gdal.changelog

+
 gdal.changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: gdal.changelog
===
--- gdal.changelog  2014-07-29 11:58:32 UTC (rev 116541)
+++ gdal.changelog  2014-07-29 17:26:25 UTC (rev 116542)
@@ -1,5 +1,5 @@
 2014-07-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * gdal 1.11.0-4 libspatialiet soname rebuild
+   * gdal 1.11.0-4 libspatialite soname rebuild
 
 2014-05-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* gdal 1.11.0-2 giflib soname rebuild



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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 19:27:13
  Author: jlichtblau
Revision: 116543

archrelease: copy trunk to community-staging-i686

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 116542, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/fix_json_012.patch
(from rev 116542, gdal/trunk/fix_json_012.patch)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 116542, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 116542, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-i686/giflib51.patch
(from rev 116542, gdal/trunk/giflib51.patch)

-+
 PKGBUILD|   84 ++
 fix_json_012.patch  |   84 ++
 gdal-1.5.1-python-install.patch |   10 ++
 gdal.changelog  |   29 +++
 giflib51.patch  |  139 ++
 5 files changed, 346 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 116542, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-29 17:27:13 UTC (rev 116543)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.0
+pkgrel=4
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+fix_json_012.patch
+gdal-1.5.1-python-install.patch
+giflib51.patch)
+sha256sums=('989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe'
+'0ef2a20e9a0e86f85eab9a4a1e5caf7364f1d547deed6f2249fe542d4d2881f4'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'99bb57b514101a53fda4f163efffb0d9859423c9bd51766bbf99313f1eb0cafc')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+  # Fix compilation failure related to recent json-c changes. FS#40584
+  patch -Np0 -i ${srcdir}/fix_json_012.patch
+
+  patch -Np0 -i ../giflib51.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug 23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/fix_json_012.patch (from rev 116542, 
gdal/trunk/fix_json_012.patch)
===
--- community-staging-i686/fix_json_012.patch   (rev 0)
+++ community-staging-i686/fix_json_012.patch   2014-07-29 17:27:13 UTC (rev 

[arch-commits] Commit in linux-grsec/trunk (0013-efistub-fix.patch PKGBUILD)

2014-07-29 Thread Daniel Micay
Date: Tuesday, July 29, 2014 @ 19:58:44
  Author: thestinger
Revision: 116544

upgpkg: linux-grsec 3.15.7.201407282112-1

Modified:
  linux-grsec/trunk/PKGBUILD
Deleted:
  linux-grsec/trunk/0013-efistub-fix.patch

+
 0013-efistub-fix.patch |  177 ---
 PKGBUILD   |   14 +--
 2 files changed, 4 insertions(+), 187 deletions(-)

Deleted: 0013-efistub-fix.patch
===
--- 0013-efistub-fix.patch  2014-07-29 17:27:13 UTC (rev 116543)
+++ 0013-efistub-fix.patch  2014-07-29 17:58:44 UTC (rev 116544)
@@ -1,177 +0,0 @@
-From c7fb93ec51d462ec3540a729ba446663c26a0505 Mon Sep 17 00:00:00 2001
-From: Michael Brown mbr...@fensystems.co.uk
-Date: Thu, 10 Jul 2014 12:26:20 +0100
-Subject: x86/efi: Include a .bss section within the PE/COFF headers
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The PE/COFF headers currently describe only the initialised-data
-portions of the image, and result in no space being allocated for the
-uninitialised-data portions.  Consequently, the EFI boot stub will end
-up overwriting unexpected areas of memory, with unpredictable results.
-
-Fix by including a .bss section in the PE/COFF headers (functionally
-equivalent to the init_size field in the bzImage header).
-
-Signed-off-by: Michael Brown mbr...@fensystems.co.uk
-Cc: Thomas Bächler tho...@archlinux.org
-Cc: Josh Boyer jwbo...@fedoraproject.org
-Cc: sta...@vger.kernel.org
-Signed-off-by: Matt Fleming matt.flem...@intel.com
-
-diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
-index 84c2234..7a6d43a 100644
 a/arch/x86/boot/header.S
-+++ b/arch/x86/boot/header.S
-@@ -91,10 +91,9 @@ bs_die:
- 
-   .section .bsdata, a
- bugger_off_msg:
--  .ascii  Direct floppy boot is not supported. 
--  .ascii  Use a boot loader program instead.\r\n
-+  .ascii  Use a boot loader.\r\n
-   .ascii  \n
--  .ascii  Remove disk and press any key to reboot ...\r\n
-+  .ascii  Remove disk and press any key to reboot...\r\n
-   .byte   0
- 
- #ifdef CONFIG_EFI_STUB
-@@ -108,7 +107,7 @@ coff_header:
- #else
-   .word   0x8664  # x86-64
- #endif
--  .word   3   # nr_sections
-+  .word   4   # nr_sections
-   .long   0   # TimeDateStamp
-   .long   0   # PointerToSymbolTable
-   .long   1   # NumberOfSymbols
-@@ -250,6 +249,25 @@ section_table:
-   .word   0   # NumberOfLineNumbers
-   .long   0x60500020  # Characteristics (section 
flags)
- 
-+  #
-+  # The offset  size fields are filled in by build.c.
-+  #
-+  .ascii  .bss
-+  .byte   0
-+  .byte   0
-+  .byte   0
-+  .byte   0
-+  .long   0
-+  .long   0x0
-+  .long   0   # Size of initialized data
-+  # on disk
-+  .long   0x0
-+  .long   0   # PointerToRelocations
-+  .long   0   # PointerToLineNumbers
-+  .word   0   # NumberOfRelocations
-+  .word   0   # NumberOfLineNumbers
-+  .long   0xc880  # Characteristics (section 
flags)
-+
- #endif /* CONFIG_EFI_STUB */
- 
-   # Kernel attributes; used by setup.  This is part 1 of the
-diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c
-index 1a2f212..a7661c4 100644
 a/arch/x86/boot/tools/build.c
-+++ b/arch/x86/boot/tools/build.c
-@@ -143,7 +143,7 @@ static void usage(void)
- 
- #ifdef CONFIG_EFI_STUB
- 
--static void update_pecoff_section_header(char *section_name, u32 offset, u32 
size)
-+static void update_pecoff_section_header_fields(char *section_name, u32 vma, 
u32 size, u32 datasz, u32 offset)
- {
-   unsigned int pe_header;
-   unsigned short num_sections;
-@@ -164,10 +164,10 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
-   put_unaligned_le32(size, section + 0x8);
- 
-   /* section header vma field */
--  put_unaligned_le32(offset, section + 0xc);
-+  put_unaligned_le32(vma, section + 0xc);
- 
-   /* section header 'size of initialised data' field */
--  put_unaligned_le32(size, section + 0x10);
-+  put_unaligned_le32(datasz, section + 0x10);
- 
-   /* section header 'file offset' field */
-   put_unaligned_le32(offset, section + 0x14);
-@@ -179,6 +179,11 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
-   }
- }

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

2014-07-29 Thread Daniel Micay
Date: Tuesday, July 29, 2014 @ 19:59:55
  Author: thestinger
Revision: 116545

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116544, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116544, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116544, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116544, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116544, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116544, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 116544, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116544, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116544, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116544, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116544, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116544, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116544, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 116544, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
  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-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
  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
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /PKGBUILD  |  640 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13306 ++
 /linux-grsec.install   |  206 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6653 ---
 community-i686/linux-grsec.install |  103 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6653 ---
 community-x86_64/linux-grsec.install   |  103 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 23 files changed, 28290 insertions(+), 28656 deletions(-)

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


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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 20:12:51
  Author: bpiotrowski
Revision: 116546

upgpkg: spacefm 0.9.4-2

switch back to gtk2

Modified:
  spacefm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 17:59:55 UTC (rev 116545)
+++ PKGBUILD2014-07-29 18:12:51 UTC (rev 116546)
@@ -5,13 +5,13 @@
 
 pkgname=spacefm
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
 url='http://ignorantguru.github.com/spacefm/'
 license=('GPL3')
 install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
  'systemd' 'bash')
 makedepends=('intltool' 'gettext')
 optdepends=('lsof: device processes'
@@ -26,8 +26,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
---disable-pixmaps \
---with-gtk3
+--disable-pixmaps
   make
 }
 



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

2014-07-29 Thread Bartłomiej Piotrowski
Date: Tuesday, July 29, 2014 @ 20:13:03
  Author: bpiotrowski
Revision: 116547

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

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

--+
 /PKGBUILD|   72 +
 /spacefm.install |   28 ++
 community-i686/PKGBUILD  |   37 ---
 community-i686/spacefm.install   |   14 ---
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/spacefm.install |   14 ---
 6 files changed, 100 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-29 18:12:51 UTC (rev 116546)
+++ community-i686/PKGBUILD 2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat the.ridikulus@gmail.com
-
-pkgname=spacefm
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
- 'systemd' 'bash')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
-'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('daeee7dcccea33d6258a0a9d783470c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-pixmaps \
---with-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 116546, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat the.ridikulus@gmail.com
+
+pkgname=spacefm
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+ 'systemd' 'bash')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks: mount as non-root user'
+'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/spacefm.install
===
--- community-i686/spacefm.install  2014-07-29 18:12:51 UTC (rev 116546)
+++ community-i686/spacefm.install  2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime  /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [[ -d /usr/share/icons/Faenza ]]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: spacefm/repos/community-i686/spacefm.install (from rev 116546, 
spacefm/trunk/spacefm.install)
===
--- community-i686/spacefm.install  (rev 0)
+++ community-i686/spacefm.install  2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,14 @@
+post_install() {
+  

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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:28:15
  Author: jlichtblau
Revision: 116551

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   61 +--
 homebank.changelog |   49 +---
 homebank.install   |   26 ++---
 3 files changed, 69 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 18:28:04 UTC (rev 116550)
+++ PKGBUILD2014-07-29 18:28:15 UTC (rev 116551)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.1
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('dbff6282a8a81d9dd6ff47dff950f164d69da81147e7d94a516230c23de8a5e8')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}
-sha256sums=('f8f5d02eeff4a247bc1951e20b50ba2cec335842f12de0cac860c060dd59c97d')

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 116550, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 18:28:15 UTC (rev 116551)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.6.2
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2014-07-29 18:28:04 UTC (rev 116550)
+++ homebank.changelog  2014-07-29 18:28:15 UTC (rev 116551)
@@ -1,23 +0,0 @@
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-x86_64/homebank.changelog (from rev 116550, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2014-07-29 18:28:15 UTC (rev 116551)
@@ -0,0 +1,26 @@
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.3-1
+
+2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.2-1
+
+2013-08-08 Jaroslav Lichtblau 

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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:32:20
  Author: jlichtblau
Revision: 116552

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |   61 +--
 homebank.changelog |   49 +---
 homebank.install   |   26 ++---
 3 files changed, 69 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 18:28:15 UTC (rev 116551)
+++ PKGBUILD2014-07-29 18:32:20 UTC (rev 116552)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.1
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('dbff6282a8a81d9dd6ff47dff950f164d69da81147e7d94a516230c23de8a5e8')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}
-sha256sums=('f8f5d02eeff4a247bc1951e20b50ba2cec335842f12de0cac860c060dd59c97d')

Copied: homebank/repos/community-i686/PKGBUILD (from rev 116551, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 18:32:20 UTC (rev 116552)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.6.2
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2014-07-29 18:28:15 UTC (rev 116551)
+++ homebank.changelog  2014-07-29 18:32:20 UTC (rev 116552)
@@ -1,23 +0,0 @@
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 116551, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2014-07-29 18:32:20 UTC (rev 116552)
@@ -0,0 +1,26 @@
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.3-1
+
+2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.2-1
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * 

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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:28:04
  Author: jlichtblau
Revision: 116550

upgpkg: homebank 4.6.2-1

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 18:19:05 UTC (rev 116549)
+++ PKGBUILD2014-07-29 18:28:04 UTC (rev 116550)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=homebank
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc=Free, easy, personal accounting for everyone
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('dbff6282a8a81d9dd6ff47dff950f164d69da81147e7d94a516230c23de8a5e8')
+sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -28,4 +28,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-sha256sums=('f8f5d02eeff4a247bc1951e20b50ba2cec335842f12de0cac860c060dd59c97d')

Modified: homebank.changelog
===
--- homebank.changelog  2014-07-29 18:19:05 UTC (rev 116549)
+++ homebank.changelog  2014-07-29 18:28:04 UTC (rev 116550)
@@ -1,3 +1,6 @@
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.2-1
+
 2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* homebank 4.6.1-1
 



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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:53:27
  Author: jlichtblau
Revision: 116553

upgpkg: epic4 2.10.5-1

Modified:
  epic4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 18:32:20 UTC (rev 116552)
+++ PKGBUILD2014-07-29 18:53:27 UTC (rev 116553)
@@ -6,7 +6,7 @@
 # Contributor: Chris Brannon cmbrannon (at) cox.net
 
 pkgname=epic4
-pkgver=2.10.2
+pkgver=2.10.5
 pkgrel=1
 pkgdesc=It's a new direction in ircII development
 arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@
 depends=('openssl' 'ncurses' 'tcl' 'perl')
 options=('!emptydirs')
 
source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
+sha256sums=('411b5811728276af490d431938ed5e5984b90b0949947998143f6a70375a379c')
 
 build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd ${srcdir}/$pkgname-$pkgver
 
 #to avoid build fail
   unset CPPFLAGS
@@ -29,16 +29,16 @@
--with-ipv6 \
--with-perl \
--with-tcl
-
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make prefix=${pkgdir}/usr \
-   libexecdir=${pkgdir}/usr/bin \
-   mandir=${pkgdir}/usr/share/man install
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
 
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+#license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
 }



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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:53:39
  Author: jlichtblau
Revision: 116554

archrelease: copy trunk to community-x86_64

Added:
  epic4/repos/community-x86_64/PKGBUILD
(from rev 116553, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 18:53:27 UTC (rev 116553)
+++ PKGBUILD2014-07-29 18:53:39 UTC (rev 116554)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Chris Brannon cmbrannon (at) cox.net
-
-pkgname=epic4
-pkgver=2.10.2
-pkgrel=1
-pkgdesc=It's a new direction in ircII development
-arch=('i686' 'x86_64')
-url=http://www.epicsol.org/;
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-options=('!emptydirs')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
-#to avoid build fail
-  unset CPPFLAGS
- 
-  ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-ssl \
-   --with-ipv6 \
-   --with-perl \
-   --with-tcl
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr \
-   libexecdir=${pkgdir}/usr/bin \
-   mandir=${pkgdir}/usr/share/man install
-
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: epic4/repos/community-x86_64/PKGBUILD (from rev 116553, 
epic4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 18:53:39 UTC (rev 116554)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Chris Brannon cmbrannon (at) cox.net
+
+pkgname=epic4
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=It's a new direction in ircII development
+arch=('i686' 'x86_64')
+url=http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('411b5811728276af490d431938ed5e5984b90b0949947998143f6a70375a379c')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
+
+#license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 20:56:02
  Author: jlichtblau
Revision: 116555

archrelease: copy trunk to community-i686

Added:
  epic4/repos/community-i686/PKGBUILD
(from rev 116554, epic4/trunk/PKGBUILD)
Deleted:
  epic4/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 18:53:39 UTC (rev 116554)
+++ PKGBUILD2014-07-29 18:56:02 UTC (rev 116555)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Chris Brannon cmbrannon (at) cox.net
-
-pkgname=epic4
-pkgver=2.10.2
-pkgrel=1
-pkgdesc=It's a new direction in ircII development
-arch=('i686' 'x86_64')
-url=http://www.epicsol.org/;
-license=('custom')
-depends=('openssl' 'ncurses' 'tcl' 'perl')
-options=('!emptydirs')
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-sha256sums=('019e8b9709d806a47c8981e78830ebef132ad2350180d034d1ec2af0582dd249')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
-#to avoid build fail
-  unset CPPFLAGS
- 
-  ./configure --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-ssl \
-   --with-ipv6 \
-   --with-perl \
-   --with-tcl
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr \
-   libexecdir=${pkgdir}/usr/bin \
-   mandir=${pkgdir}/usr/share/man install
-
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: epic4/repos/community-i686/PKGBUILD (from rev 116554, 
epic4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 18:56:02 UTC (rev 116555)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Chris Brannon cmbrannon (at) cox.net
+
+pkgname=epic4
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=It's a new direction in ircII development
+arch=('i686' 'x86_64')
+url=http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('411b5811728276af490d431938ed5e5984b90b0949947998143f6a70375a379c')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr \
+   libexecdir=${pkgdir}/usr/bin \
+   mandir=${pkgdir}/usr/share/man install
+
+#license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 21:39:18
  Author: jlichtblau
Revision: 116556

upgpkg: esmska 1.8-1

Modified:
  esmska/trunk/PKGBUILD
  esmska/trunk/esmska.changelog
Deleted:
  esmska/trunk/esmska.desktop

--+
 PKGBUILD |   25 ++---
 esmska.changelog |3 ++
 esmska.desktop   |   74 -
 3 files changed, 18 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 18:56:02 UTC (rev 116555)
+++ PKGBUILD2014-07-29 19:39:18 UTC (rev 116556)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=esmska
-pkgver=1.6
+pkgver=1.8
 pkgrel=1
 pkgdesc=Program for sending SMS over the Internet
 arch=('any')
@@ -9,23 +9,28 @@
 url=http://esmska.googlecode.com/;
 license=('AGPL' 'custom')
 depends=('java-runtime' 'desktop-file-utils')
+makedepends=('apache-ant')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz \
-$pkgname.desktop)
-sha256sums=('decb088e378d7b5d0ee454808a27d45957f4bd0221ade980ad943d0f3f31185d'
-'b7083495c3bb12f31b4451dd112973eed852cb969c049928777e486f9a3f9387')
+source=(https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('9a92150dfb8cbcccd8ef8e875ffbd13a61cabfee5b3f0af29c094adae35aea71')
 
-package() {
+build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  ant clean jar
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver/dist
+
   install -d ${pkgdir}/usr/share/java/$pkgname
   cp -a * ${pkgdir}/usr/share/java/$pkgname
 
 #.desktop + icon files
-  install -D -m644 ${srcdir}/$pkgname.desktop \
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/resources/$pkgname.desktop \
 ${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/icons/$pkgname.png \
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/icons/$pkgname.png \
 ${pkgdir}/usr/share/pixmaps/$pkgname.png
 
 #executable file
@@ -34,9 +39,9 @@
 ${pkgdir}/usr/bin/$pkgname
 
 #licenses
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/license/license.txt \
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/license/license.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/license/gnu-agpl.txt \
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/license/gnu-agpl.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/AGPL
 
 #removing unneeded

Modified: esmska.changelog
===
--- esmska.changelog2014-07-29 18:56:02 UTC (rev 116555)
+++ esmska.changelog2014-07-29 19:39:18 UTC (rev 116556)
@@ -1,3 +1,6 @@
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * esmska 1.8-1
+
 2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* esmska 1.6-1
 

Deleted: esmska.desktop
===
--- esmska.desktop  2014-07-29 18:56:02 UTC (rev 116555)
+++ esmska.desktop  2014-07-29 19:39:18 UTC (rev 116556)
@@ -1,74 +0,0 @@
-[Desktop Entry]
-Categories=Network;InstantMessaging;Java;
-Exec=esmska
-Icon=esmska
-StartupWMClass=esmska-Main
-Terminal=false
-Type=Application
-Version=1.0
-Name=Esmska
-GenericName=SMS Sender
-Comment=Send SMS over the Internet
-Comment[ca]=Send SMS over the Internet
-Comment[cs]=Posílejte SMS přes Internet
-Comment[da]=Send SMS via internettet
-Comment[de]=Send SMS over the Internet
-Comment[es]=Enviar SMS por internet
-Comment[fr]=Envoyer le SMS par l'Internet
-Comment[he]=שלח SMS דרך האינטרנט
-Comment[hu]=SMS küldése Internet-en keresztül
-Comment[is]=Send SMS over the Internet
-Comment[it]=Send SMS over the Internet
-Comment[iw]=שלח SMS דרך האינטרנט
-Comment[lt]=Siųsk SMS internetu
-Comment[lv]=Send SMS over the Internet
-Comment[pl]=Wyślij SMS przez Internet
-Comment[pt_BR]=Send SMS over the Internet
-Comment[ru]=Отправить СМС через интернет
-Comment[si]=Send SMS over the Internet
-Comment[sk]=Poslať SMS cez internet
-Comment[sv]=Skicka SMS över Internet
-Comment[tr]=Send SMS over the Internet
-Comment[uk]=Надіслати SMS через інтернет
-GenericName[ca]=SMS Sender
-GenericName[cs]=Posílač SMS
-GenericName[da]=SMS afsender
-GenericName[de]=SMS Sender
-GenericName[es]=SMS Sender
-GenericName[fr]=Expéditeur du SMS
-GenericName[he]=שליחת SMS
-GenericName[hu]=SMS Sender
-GenericName[is]=SMS Sender
-GenericName[it]=SMS Sender
-GenericName[iw]=שליחת SMS
-GenericName[lt]=SMS Siuntėjas
-GenericName[lv]=SMS Sender
-GenericName[pl]=Nadawca SMS
-GenericName[pt_BR]=SMS Sender
-GenericName[ru]=СМС Отправитель
-GenericName[si]=SMS Sender
-GenericName[sk]=Posielanie SMS
-GenericName[sv]=SMS Skickare
-GenericName[tr]=SMS Sender
-GenericName[uk]=SMS Sender
-Name[ca]=Esmska
-Name[cs]=Esmska
-Name[da]=Esmska
-Name[de]=Esmska
-Name[es]=Esmska

[arch-commits] Commit in esmska/repos/community-any (7 files)

2014-07-29 Thread Jaroslav Lichtblau
Date: Tuesday, July 29, 2014 @ 21:39:28
  Author: jlichtblau
Revision: 116557

archrelease: copy trunk to community-any

Added:
  esmska/repos/community-any/PKGBUILD
(from rev 116556, esmska/trunk/PKGBUILD)
  esmska/repos/community-any/esmska.changelog
(from rev 116556, esmska/trunk/esmska.changelog)
  esmska/repos/community-any/esmska.install
(from rev 116556, esmska/trunk/esmska.install)
Deleted:
  esmska/repos/community-any/PKGBUILD
  esmska/repos/community-any/esmska.changelog
  esmska/repos/community-any/esmska.desktop
  esmska/repos/community-any/esmska.install

--+
 PKGBUILD |   93 +++--
 esmska.changelog |   57 +---
 esmska.desktop   |   74 --
 esmska.install   |   26 +++---
 4 files changed, 92 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 19:39:18 UTC (rev 116556)
+++ PKGBUILD2014-07-29 19:39:28 UTC (rev 116557)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=esmska
-pkgver=1.6
-pkgrel=1
-pkgdesc=Program for sending SMS over the Internet
-arch=('any')
-url=http://esmska.googlecode.com/;
-license=('AGPL')
-depends=('java-runtime' 'desktop-file-utils')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz \
-$pkgname.desktop)
-sha256sums=('decb088e378d7b5d0ee454808a27d45957f4bd0221ade980ad943d0f3f31185d'
-'b7083495c3bb12f31b4451dd112973eed852cb969c049928777e486f9a3f9387')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/java/$pkgname
-  cp -a * ${pkgdir}/usr/share/java/$pkgname
-
-#.desktop + icon files
-  install -D -m644 ${srcdir}/$pkgname.desktop \
-${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/icons/$pkgname.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  ln -s /usr/share/java/$pkgname/$pkgname.sh \
-${pkgdir}/usr/bin/$pkgname
-
-#licenses
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/license/license.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/license/gnu-agpl.txt \
-${pkgdir}/usr/share/licenses/$pkgname/AGPL
-
-#removing unneeded
-  rm ${pkgdir}/usr/share/java/$pkgname/$pkgname.exe
-}

Copied: esmska/repos/community-any/PKGBUILD (from rev 116556, 
esmska/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 19:39:28 UTC (rev 116557)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=esmska
+pkgver=1.8
+pkgrel=1
+pkgdesc=Program for sending SMS over the Internet
+arch=('any')
+url=http://esmska.googlecode.com/;
+license=('AGPL' 'custom')
+depends=('java-runtime' 'desktop-file-utils')
+makedepends=('apache-ant')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('9a92150dfb8cbcccd8ef8e875ffbd13a61cabfee5b3f0af29c094adae35aea71')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ant clean jar
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver/dist
+
+  install -d ${pkgdir}/usr/share/java/$pkgname
+  cp -a * ${pkgdir}/usr/share/java/$pkgname
+
+#.desktop + icon files
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/resources/$pkgname.desktop \
+${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/icons/$pkgname.png \
+${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  ln -s /usr/share/java/$pkgname/$pkgname.sh \
+${pkgdir}/usr/bin/$pkgname
+
+#licenses
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/license/license.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/include/license/gnu-agpl.txt \
+${pkgdir}/usr/share/licenses/$pkgname/AGPL
+
+#removing unneeded
+  rm ${pkgdir}/usr/share/java/$pkgname/$pkgname.exe
+}

Deleted: esmska.changelog
===
--- esmska.changelog2014-07-29 19:39:18 UTC (rev 116556)
+++ esmska.changelog2014-07-29 19:39:28 UTC (rev 116557)
@@ -1,27 +0,0 @@
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * esmska 1.6-1
-
-2013-12-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * esmska 1.5-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * esmska 1.4-1
-
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * esmska 1.3-1
-
-2012-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * 

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

2014-07-29 Thread Andreas Radke
Date: Tuesday, July 29, 2014 @ 21:49:17
  Author: andyrtr
Revision: 218340

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 218339, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 218339, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 19:48:57 UTC (rev 218339)
+++ extra-i686/PKGBUILD 2014-07-29 19:49:17 UTC (rev 218340)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.54
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('a2785a3dbe5d4977189363828b93d2cf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 218339, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 19:49:17 UTC (rev 218340)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.55
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: 

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

2014-07-29 Thread Andreas Radke
Date: Tuesday, July 29, 2014 @ 21:48:57
  Author: andyrtr
Revision: 218339

upgpkg: cups-filters 1.0.55-1

upstream update 1.0.55

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 16:42:36 UTC (rev 218338)
+++ PKGBUILD2014-07-29 19:48:57 UTC (rev 218339)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.54
+pkgver=1.0.55
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('a2785a3dbe5d4977189363828b93d2cf')
+md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-29 Thread Eric Bélanger
Date: Tuesday, July 29, 2014 @ 23:04:21
  Author: eric
Revision: 218341

upgpkg: syslog-ng 3.5.5-1

Upstream update, Add libafsql plugin (close FS#41384)

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 19:49:17 UTC (rev 218340)
+++ PKGBUILD2014-07-29 21:04:21 UTC (rev 218341)
@@ -2,14 +2,14 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=syslog-ng
-pkgver=3.5.3
+pkgver=3.5.5
 pkgrel=1
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 url=http://www.balabit.com/network-security/syslog-ng/;
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'openssl' 'systemd')
-makedepends=('python2' 'libxslt')
+depends=('awk' 'eventlog' 'systemd' 'libdbi')
+makedepends=('python2' 'libxslt' )
 optdepends=('logrotate: for rotating log files')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
@@ -16,7 +16,7 @@
 'etc/logrotate.d/syslog-ng')
 
source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
 syslog-ng.conf syslog-ng.logrotate)
-sha1sums=('7a8070f384e0dba1dfd6622c40bc6e402fa6178f'
+sha1sums=('51455f654f08439379c340e4f1d73aeff7f0af3a'
   'cf61571ffde34ecf36be76881fce20944fd3efa4'
   '949128fe3d7f77a7aab99048061f885bc758000c')
 
@@ -29,7 +29,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
 --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng 
--datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 \
+--with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
 --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
@@ -36,7 +36,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make check
+#  make check
 }
 
 package() {



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

2014-07-29 Thread Eric Bélanger
Date: Tuesday, July 29, 2014 @ 23:07:08
  Author: eric
Revision: 218342

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 218341, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 218341, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 218341, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 218341, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 218341, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 218341, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate

--+
 /PKGBUILD|   94 ++
 /syslog-ng.conf  |  184 +
 /syslog-ng.logrotate |   14 ++
 extra-i686/PKGBUILD  |   47 -
 extra-i686/syslog-ng.conf|   92 --
 extra-i686/syslog-ng.logrotate   |7 -
 extra-x86_64/PKGBUILD|   47 -
 extra-x86_64/syslog-ng.conf  |   92 --
 extra-x86_64/syslog-ng.logrotate |7 -
 9 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 21:04:21 UTC (rev 218341)
+++ extra-i686/PKGBUILD 2014-07-29 21:07:08 UTC (rev 218342)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.5.3
-pkgrel=1
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-url=http://www.balabit.com/network-security/syslog-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'openssl' 'systemd')
-makedepends=('python2' 'libxslt')
-optdepends=('logrotate: for rotating log files')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate)
-sha1sums=('7a8070f384e0dba1dfd6622c40bc6e402fa6178f'
-  'cf61571ffde34ecf36be76881fce20944fd3efa4'
-  '949128fe3d7f77a7aab99048061f885bc758000c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
---sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng 
--datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-}

Copied: syslog-ng/repos/extra-i686/PKGBUILD (from rev 218341, 
syslog-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 21:07:08 UTC (rev 218342)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.5.5
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+url=http://www.balabit.com/network-security/syslog-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'systemd' 'libdbi')
+makedepends=('python2' 'libxslt' )
+optdepends=('logrotate: for rotating log files')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha1sums=('51455f654f08439379c340e4f1d73aeff7f0af3a'
+  'cf61571ffde34ecf36be76881fce20944fd3efa4'
+  '949128fe3d7f77a7aab99048061f885bc758000c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
+--sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng 

[arch-commits] Commit in (glamor-egl)

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 23:47:30
  Author: lcarlier
Revision: 218345

useless with xorg 1.16

Deleted:
  glamor-egl/



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

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 23:55:26
  Author: lcarlier
Revision: 218346

upgpkg: libdrm 2.4.56-1

upstream update 2.4.56

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 21:47:30 UTC (rev 218345)
+++ PKGBUILD2014-07-29 21:55:26 UTC (rev 218346)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.55
+pkgver=2.4.56
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -12,10 +12,9 @@
 checkdepends=('cairo')
 replaces=('libdrm-new' 'libdrm-nouveau')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 COPYING)
-sha256sums=('5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643'
-'SKIP'
+sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {



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

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 23:55:42
  Author: lcarlier
Revision: 218347

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 218346, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 218346, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/COPYING
(from rev 218346, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 218346, libdrm/trunk/PKGBUILD)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD

---+
 /COPYING  |   96 
 /PKGBUILD |   82 +
 extra-i686/COPYING|   48 
 extra-i686/PKGBUILD   |   42 -
 extra-x86_64/COPYING  |   48 
 extra-x86_64/PKGBUILD |   42 -
 6 files changed, 178 insertions(+), 180 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2014-07-29 21:55:26 UTC (rev 218346)
+++ extra-i686/COPYING  2014-07-29 21:55:42 UTC (rev 218347)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 218346, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2014-07-29 21:55:42 UTC (rev 218347)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR 

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

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 23:58:52
  Author: lcarlier
Revision: 116558

upgpkg: lib32-libdrm 2.4.56-1

upstream update 2.4.56

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 19:39:28 UTC (rev 116557)
+++ PKGBUILD2014-07-29 21:58:52 UTC (rev 116558)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.55
+pkgver=2.4.56
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -13,9 +13,8 @@
 makedepends=(gcc-multilib)
 options=('!libtool')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643'
-'SKIP')
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



[arch-commits] Commit in lib32-libdrm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-29 Thread Laurent Carlier
Date: Tuesday, July 29, 2014 @ 23:59:00
  Author: lcarlier
Revision: 116559

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD
(from rev 116558, lib32-libdrm/trunk/PKGBUILD)
Deleted:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-29 21:58:52 UTC (rev 116558)
+++ PKGBUILD2014-07-29 21:59:00 UTC (rev 116559)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libdrm
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.55
-pkgrel=1
-pkgdesc=Userspace interface to kernel DRM services (32-bit)
-arch=(x86_64)
-license=('custom')
-depends=('lib32-libpciaccess' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # pthread is useless in Linux
-  sed -i /pthread-stubs/d configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
-  --enable-udev 
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}
-

Copied: lib32-libdrm/repos/multilib-x86_64/PKGBUILD (from rev 116558, 
lib32-libdrm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-29 21:59:00 UTC (rev 116559)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.56
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+



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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:37:01
  Author: svenstaro
Revision: 218348

upgpkg: nvidia 340.24-3

linux 3.15.7

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 21:55:42 UTC (rev 218347)
+++ PKGBUILD2014-07-29 23:37:01 UTC (rev 218348)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=340.24
 _extramodules=extramodules-3.15-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:37:12
  Author: svenstaro
Revision: 218349

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 218348, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-3.14.patch
(from rev 218348, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 218348, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 218348, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
(from rev 218348, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 218348, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-3.14.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-3.14.patch
  nvidia/repos/extra-x86_64/nvidia.install

+
 /PKGBUILD  |   98 +++
 /nvidia-3.14.patch |   24 +
 /nvidia.install|   36 ++
 extra-i686/PKGBUILD|   49 ---
 extra-i686/nvidia-3.14.patch   |   12 
 extra-i686/nvidia.install  |   18 ---
 extra-x86_64/PKGBUILD  |   49 ---
 extra-x86_64/nvidia-3.14.patch |   12 
 extra-x86_64/nvidia.install|   18 ---
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 23:37:01 UTC (rev 218348)
+++ extra-i686/PKGBUILD 2014-07-29 23:37:12 UTC (rev 218349)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=340.24
-_extramodules=extramodules-3.15-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('edd4c618265d22ef4d2b28baf070c6ff'
- 'b71118e3e3ae9b227bf6f17a2cc8c726')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 218348, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 23:37:12 UTC (rev 218349)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=340.24
+_extramodules=extramodules-3.15-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('edd4c618265d22ef4d2b28baf070c6ff'
+ 'b71118e3e3ae9b227bf6f17a2cc8c726')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make 

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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:38:28
  Author: svenstaro
Revision: 116560

Add libx11 as dep

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 21:59:00 UTC (rev 116559)
+++ PKGBUILD2014-07-29 23:38:28 UTC (rev 116560)
@@ -12,7 +12,7 @@
 url=http://springrts.com/;
 license=('GPL')
 depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils')
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
 makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
 optdepends=('python2: python-based bots'
 'java-runtime: java-based bots')



[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:52:13
  Author: svenstaro
Revision: 218350

upgpkg: nvidia-304xx 304.123-4

linux 3.15.7

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 23:37:12 UTC (rev 218349)
+++ PKGBUILD2014-07-29 23:52:13 UTC (rev 218350)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.123
 _extramodules=extramodules-3.15-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx/repos (8 files)

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:52:18
  Author: svenstaro
Revision: 218351

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 218350, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 218350, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 218350, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 218350, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install

-+
 /PKGBUILD   |  106 ++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   53 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/nvidia.install |   15 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-29 23:52:13 UTC (rev 218350)
+++ extra-i686/PKGBUILD 2014-07-29 23:52:18 UTC (rev 218351)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.123
-_extramodules=extramodules-3.15-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('52307054483f5c40391608ce69114d48')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('9d461e9e00e473f458aee96cd6d85101')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 218350, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-29 23:52:18 UTC (rev 218351)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 

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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 01:53:29
  Author: svenstaro
Revision: 116561

Fix FS#41305

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 23:38:28 UTC (rev 116560)
+++ PKGBUILD2014-07-29 23:53:29 UTC (rev 116561)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.scummvm.org/;
-depends=('libpng' 'libtheora' 'libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 
'libvorbis' 'libmad' 'freetype2'
+depends=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 
'libmad' 'freetype2'
  'libgl' 'glu')
 makedepends=('mesa')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)



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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 02:02:58
  Author: svenstaro
Revision: 116562

upgpkg: pokerth 1.1.1-2

Fix FS#41367

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 23:53:29 UTC (rev 116561)
+++ PKGBUILD2014-07-30 00:02:58 UTC (rev 116562)
@@ -8,12 +8,12 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Poker game written in C++/Qt4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;
 license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
  'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)



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

2014-07-29 Thread Sven-Hendrik Haase
Date: Wednesday, July 30, 2014 @ 02:03:04
  Author: svenstaro
Revision: 116563

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

Added:
  pokerth/repos/community-i686/PKGBUILD
(from rev 116562, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-i686/gcrypt16.patch
(from rev 116562, pokerth/trunk/gcrypt16.patch)
  pokerth/repos/community-x86_64/PKGBUILD
(from rev 116562, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-x86_64/gcrypt16.patch
(from rev 116562, pokerth/trunk/gcrypt16.patch)
Deleted:
  pokerth/repos/community-i686/PKGBUILD
  pokerth/repos/community-i686/gcrypt16.patch
  pokerth/repos/community-x86_64/PKGBUILD
  pokerth/repos/community-x86_64/gcrypt16.patch

-+
 /PKGBUILD   |   72 
 /gcrypt16.patch |  114 ++
 community-i686/PKGBUILD |   36 
 community-i686/gcrypt16.patch   |   57 ---
 community-x86_64/PKGBUILD   |   36 
 community-x86_64/gcrypt16.patch |   57 ---
 6 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 00:02:58 UTC (rev 116562)
+++ community-i686/PKGBUILD 2014-07-30 00:03:04 UTC (rev 116563)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Vasco Costa vasco.co...@meiodigital.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=Poker game written in C++/Qt4
-arch=('i686' 'x86_64')
-url=http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
-md5sums=('a7f76f95782099f966e5f2b6809f502a')
-
-build() {
-  cd $srcdir/$_realname-$pkgver-src
-  
-  qmake-qt5 $pkgname.pro
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  make INSTALL_ROOT=$pkgdir install
-
-  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 116562, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 00:03:04 UTC (rev 116563)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=Poker game written in C++/Qt4
+arch=('i686' 'x86_64')
+url=http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
+ 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
+md5sums=('a7f76f95782099f966e5f2b6809f502a')
+
+build() {
+  cd $srcdir/$_realname-$pkgver-src
+  
+  qmake-qt5 $pkgname.pro
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  make INSTALL_ROOT=$pkgdir install
+
+  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}

Deleted: community-i686/gcrypt16.patch
===
--- community-i686/gcrypt16.patch   2014-07-30 00:02:58 UTC (rev 116562)
+++ community-i686/gcrypt16.patch   2014-07-30 00:03:04 UTC (rev 116563)
@@ -1,57 +0,0 @@
-From aa22d39d7753acc56813171e654fa9fa1f0ca759 Mon Sep 17 00:00:00 2001
-From: lotodore poke...@lotharmay.de
-Date: Thu, 19 Dec 2013 12:28:35 +0100
-Subject: [PATCH] Fix for libgcrypt 1.6.0 compile error #247 (supported only on
- Linux because libgcrypt does not yet support native Windows threads).
-

- src/net/common/socket_startup.cpp | 13 +++--
- 1 file changed, 11 insertions(+), 2 deletions(-)
-
-diff --git a/src/net/common/socket_startup.cpp 
b/src/net/common/socket_startup.cpp
-index 12e8604..59ffc4f 100644
 a/src/net/common/socket_startup.cpp
-+++ b/src/net/common/socket_startup.cpp
-@@ -37,6 +37,10 @@
- 
- #ifndef HAVE_OPENSSL
- 
-+// With libgcrypt 1.6.0, it is no longer supported to provide thread 
callbacks.
-+// Use the default 

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

2014-07-29 Thread Daniel Micay
Date: Wednesday, July 30, 2014 @ 03:58:08
  Author: thestinger
Revision: 116565

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 116564, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
(from rev 116564, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 116564, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 116564, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 116564, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
(from rev 116564, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 116564, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 116564, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  156 +++
 /wireshark-1.10.5-fix-flow-crash.patch |  110 ++
 /wireshark-gtk.install |   24 ++
 /wireshark.install |   36 +++
 community-i686/PKGBUILD|   77 ---
 community-i686/wireshark-1.10.5-fix-flow-crash.patch   |   55 -
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark.install   |   18 -
 community-x86_64/PKGBUILD  |   77 ---
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch |   55 -
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark.install |   18 -
 12 files changed, 326 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 01:57:24 UTC (rev 116564)
+++ community-i686/PKGBUILD 2014-07-30 01:58:08 UTC (rev 116565)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('27d9cf4f0ca1ac436104b7f27caf8ad65f73db09edc8df0742ce9688c7d38763')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   

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

2014-07-29 Thread Daniel Micay
Date: Wednesday, July 30, 2014 @ 03:57:24
  Author: thestinger
Revision: 116564

upgpkg: wireshark 1.10.8-2

rebuild due to https://bugs.archlinux.org/task/40802

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 00:03:04 UTC (rev 116563)
+++ PKGBUILD2014-07-30 01:57:24 UTC (rev 116564)
@@ -5,7 +5,7 @@
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
 pkgver=1.10.8
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
@@ -12,7 +12,8 @@
  'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('27d9cf4f0ca1ac436104b7f27caf8ad65f73db09edc8df0742ce9688c7d38763')
+# https://www.wireshark.org/download/SIGNATURES-1.10.8.txt
+sha1sums=('aa6067ce91637506504c8b954caf75ac98742152')
 
 build() {
   cd ${pkgbase}-${pkgver}



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

2014-07-29 Thread Thomas Dziedzic
Date: Wednesday, July 30, 2014 @ 04:17:29
  Author: td123
Revision: 218352

upgpkg: vim 7.4.383-1

bump  fix FS#41376 - [vim-runtime] Add .jpg and .png to suffixes

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/archlinux.vim

---+
 PKGBUILD  |8 
 archlinux.vim |5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-29 23:52:18 UTC (rev 218351)
+++ PKGBUILD2014-07-30 02:17:29 UTC (rev 218352)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=373
-__hgrev=32a77cc160d9
+_patchlevel=383
+__hgrev=7090d7f160f7
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,10 +20,10 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('74493914d81495f3cc6423d33a3de50d'
+md5sums=('43a4cc2905659697550c2fb2b282789e'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
- '10353a61aadc3f276692d0e17db1478e'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
  'd90413bd21f400313a785bb4010120cd')
 
 # source PKGBUILD  mksource

Modified: archlinux.vim
===
--- archlinux.vim   2014-07-29 23:52:18 UTC (rev 218351)
+++ archlinux.vim   2014-07-30 02:17:29 UTC (rev 218352)
@@ -1,6 +1,6 @@
  The ArchLinux global vimrc - setting only a few sane defaults
 
- Maintainer:  Tobias Kieslich [tobias funnychar archlinux dot org]
+ Maintainer:  Thomas Dziedzic [gos...@gmail.com]
 
  NEVER EDIT THIS FILE, IT'S OVERWRITTEN UPON UPGRADES, GLOBAL CONFIGURATION
  SHALL BE DONE IN /etc/vimrc, USER SPECIFIC CONFIGURATION IN ~/.vimrc
@@ -16,9 +16,8 @@
 
  Suffixes that get lower priority when doing tab completion for filenames.
  These are files we are not likely to want to edit or read.
-set 
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
+set 
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
 
-
 if has('gui_running')
Make shift-insert work like in Xterm
   map S-Insert MiddleMouse



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

2014-07-29 Thread Thomas Dziedzic
Date: Wednesday, July 30, 2014 @ 04:18:37
  Author: td123
Revision: 218353

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

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

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

Copied: vim/repos/testing-i686/PKGBUILD (from rev 218352, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 02:18:37 UTC (rev 218353)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=383
+__hgrev=7090d7f160f7
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('43a4cc2905659697550c2fb2b282789e'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:22:52
  Author: fyan
Revision: 116566

upgpkg: ibus-table 1.8.6-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 01:58:08 UTC (rev 116565)
+++ PKGBUILD2014-07-30 02:22:52 UTC (rev 116566)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:23:09
  Author: fyan
Revision: 116567

archrelease: copy trunk to community-testing-any

Added:
  ibus-table/repos/community-testing-any/
  ibus-table/repos/community-testing-any/PKGBUILD
(from rev 116566, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-testing-any/sgml_fix.patch
(from rev 116566, ibus-table/trunk/sgml_fix.patch)

+
 PKGBUILD   |   42 ++
 sgml_fix.patch |   24 
 2 files changed, 66 insertions(+)

Copied: ibus-table/repos/community-testing-any/PKGBUILD (from rev 116566, 
ibus-table/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-07-30 02:23:09 UTC (rev 116567)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Copied: ibus-table/repos/community-testing-any/sgml_fix.patch (from rev 116566, 
ibus-table/trunk/sgml_fix.patch)
===
--- community-testing-any/sgml_fix.patch(rev 0)
+++ community-testing-any/sgml_fix.patch2014-07-30 02:23:09 UTC (rev 
116567)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
++  $(DOC2MAN) ${XML}; \
++  $(RM) manpage.* ${XML}
+ 
+ table.xml: table.xml.in
+   ( \



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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:24:30
  Author: fyan
Revision: 116568

upgpkg: systemd-swap 2.24.4-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 02:23:09 UTC (rev 116567)
+++ PKGBUILD2014-07-30 02:24:30 UTC (rev 116568)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets nefelim...@gmail.com
 
 pkgname=systemd-swap
-pkgver=2.24.3
+pkgver=2.24.4
 pkgrel=1
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')



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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:24:50
  Author: fyan
Revision: 116569

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 116568, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 116568, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   52 -
 systemd-swap.install |6 ++---
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 02:24:30 UTC (rev 116568)
+++ PKGBUILD2014-07-30 02:24:50 UTC (rev 116569)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.24.3
-pkgrel=1
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-optdepends=('zramctl: for zram support')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 116568, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 02:24:50 UTC (rev 116569)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.24.4
+pkgrel=1
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+optdepends=('zramctl: for zram support')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-07-30 02:24:30 UTC (rev 116568)
+++ systemd-swap.install2014-07-30 02:24:50 UTC (rev 116569)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 116568, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-07-30 02:24:50 UTC (rev 116569)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:25:36
  Author: fyan
Revision: 116570

upgpkg: python-pymongo 2.7.2-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 02:24:50 UTC (rev 116569)
+++ PKGBUILD2014-07-30 02:25:36 UTC (rev 116570)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535')
+sha256sums=('8fb45e3edec006f4b11580fc579bec7781a8b3201ce0abf31593f086070e51f6')
 
 prepare() {
   cp -a pymongo-$pkgver pymongo2-$pkgver



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

2014-07-29 Thread Felix Yan
Date: Wednesday, July 30, 2014 @ 04:26:09
  Author: fyan
Revision: 116571

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-30 02:25:36 UTC (rev 116570)
+++ community-i686/PKGBUILD 2014-07-30 02:26:09 UTC (rev 116571)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535')
-
-prepare() {
-  cp -a pymongo-$pkgver pymongo2-$pkgver
-}
-
-build() {
-  cd $srcdir/pymongo-$pkgver
-  python setup.py build
-
-  cd $srcdir/pymongo2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname(tcp);
-$port = 5;
-++$port until bind S, sockaddr_in($port,inet_aton(127.1));
-print $port')
-  echo Picked port $MONGO_TMP_PORT to run tests with.
-
-  # Start a mongod instance for test
-  rm -rf $srcdir/mongo_tmp
-  mkdir $srcdir/mongo_tmp
-  rm -f $srcdir/mongo_tmp.pid
-  mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
$srcdir/mongo_tmp --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath $srcdir/mongo_tmp.pid --logpath $srcdir/mongo_tmp.log
-
-  cd $srcdir/pymongo-$pkgver
-  DB_PORT=$MONGO_TMP_PORT python setup.py test
-
-  cd $srcdir/pymongo2-$pkgver
-  DB_PORT=$MONGO_TMP_PORT python2 setup.py test
-
-  kill $(cat $srcdir/mongo_tmp.pid)
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd pymongo2-$pkgver
-  python2 setup.py install --root=$pkgdir --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd pymongo-$pkgver
-  python setup.py install --root=$pkgdir --skip-build --optimize=1
-
-  # Remove conflicting test folder
-  rm -r $pkgdir/usr/lib/python3.4/site-packages/test
-
-  # Remove malformed egg-info folder
-  rm -r $pkgdir/usr/lib/python3.4/site-packages/pymongo.egg-info/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 116570, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-30 02:26:09 UTC (rev 116571)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('8fb45e3edec006f4b11580fc579bec7781a8b3201ce0abf31593f086070e51f6')
+
+prepare() {
+  cp -a pymongo-$pkgver pymongo2-$pkgver
+}
+
+build() {
+  cd $srcdir/pymongo-$pkgver
+  python setup.py build
+
+  cd $srcdir/pymongo2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname(tcp);
+$port = 5;
+++$port until bind S, sockaddr_in($port,inet_aton(127.1));
+print $port')
+  echo Picked port $MONGO_TMP_PORT to run tests with.
+
+  # Start a mongod instance for test
+  rm -rf $srcdir/mongo_tmp
+  

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

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:08:39
  Author: anatolik
Revision: 218354

upgpkg: gdb 7.8-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 02:18:37 UTC (rev 218353)
+++ PKGBUILD2014-07-30 04:08:39 UTC (rev 218354)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gdb
-pkgver=7.7.1
+pkgver=7.8
 pkgrel=1
 pkgdesc=The GNU Debugger
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gdb/;
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2' 'xz')
+depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
-source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('77b20b515e7c25f032cb9732a66620fe'
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('bd958fe9019d7c7896f29f6724a764ed'
  'SKIP')
 
 prepare() {



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

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:09:15
  Author: anatolik
Revision: 218355

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

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

+
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   48 +++
 testing-x86_64/gdb.install |   20 +
 4 files changed, 136 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 218354, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 04:09:15 UTC (rev 218355)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('bd958fe9019d7c7896f29f6724a764ed'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 218354, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2014-07-30 04:09:15 UTC (rev 218355)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 218354, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-30 04:09:15 UTC (rev 218355)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc=The GNU Debugger
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gdb/;
+license=('GPL3')
+depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
+makedepends=('texinfo')
+backup=('etc/gdb/gdbinit')
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('bd958fe9019d7c7896f29f6724a764ed'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm ${pkgdir}/usr/include/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
+  rm ${pkgdir}/usr/share/info/{bfd,configure,standards}.info
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 218354, 
gdb/trunk/gdb.install)
===
--- 

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

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:22:47
  Author: anatolik
Revision: 218356

upgpkg: lzo 2.08-3

Provide versioned lzo2 dependency needed for 'archboot' package

Modified:
  lzo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 04:09:15 UTC (rev 218355)
+++ PKGBUILD2014-07-30 04:22:47 UTC (rev 218356)
@@ -3,13 +3,13 @@
 # Maintainer: dorphell dorph...@archlinux.org
 pkgname=lzo
 pkgver=2.08
-pkgrel=2
+pkgrel=3
 pkgdesc=Portable lossless data compression library
 arch=('i686' 'x86_64')
 url=http://www.oberhumer.com/opensource/lzo;
 license=('GPL')
 depends=('glibc')
-provides=('lzo2')
+provides=(lzo2=$pkgver)
 replaces=('lzo2')
 conflicts=('lzo2')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)



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

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:23:29
  Author: anatolik
Revision: 218357

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

Added:
  lzo/repos/testing-i686/PKGBUILD
(from rev 218356, lzo/trunk/PKGBUILD)
  lzo/repos/testing-x86_64/PKGBUILD
(from rev 218356, lzo/trunk/PKGBUILD)
Deleted:
  lzo/repos/testing-i686/PKGBUILD
  lzo/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   86 ++
 testing-i686/PKGBUILD   |   43 ---
 testing-x86_64/PKGBUILD |   43 ---
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-30 04:22:47 UTC (rev 218356)
+++ testing-i686/PKGBUILD   2014-07-30 04:23:29 UTC (rev 218357)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo
-pkgver=2.08
-pkgrel=2
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-provides=('lzo2')
-replaces=('lzo2')
-conflicts=('lzo2')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('fcec64c26a0f4f4901468f360029678f')
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd ${srcdir}/lzo-${pkgver}
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo/repos/testing-i686/PKGBUILD (from rev 218356, lzo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-30 04:23:29 UTC (rev 218357)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo
+pkgver=2.08
+pkgrel=3
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+provides=(lzo2=$pkgver)
+replaces=('lzo2')
+conflicts=('lzo2')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd ${srcdir}/lzo-${pkgver}
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-07-30 04:22:47 UTC (rev 218356)
+++ testing-x86_64/PKGBUILD 2014-07-30 04:23:29 UTC (rev 218357)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo
-pkgver=2.08
-pkgrel=2
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-provides=('lzo2')
-replaces=('lzo2')
-conflicts=('lzo2')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('fcec64c26a0f4f4901468f360029678f')
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd ${srcdir}/lzo-${pkgver}
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo/repos/testing-x86_64/PKGBUILD (from rev 218356, 

[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:29:58
  Author: anatolik
Revision: 116573

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

Added:
  arm-none-eabi-gdb/repos/community-testing-i686/
  arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD
(from rev 116572, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-testing-x86_64/
  arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 116572, arm-none-eabi-gdb/trunk/PKGBUILD)

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

Copied: arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD (from rev 
116572, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-30 04:29:58 UTC (rev 116573)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+makedepends=(texinfo)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz)
+sha256sums=('49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875')
+
+build() {
+  cd gdb-$pkgver
+
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-system-readline \
+  --disable-nls \
+  --with-python=/usr/bin/python2 \
+  --with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb' package
+  rm -r $pkgdir/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+  rm $pkgdir/usr/share/man/man1/gdb*
+  rm -r $pkgdir/usr/share/man/man5
+}

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
116572, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-07-30 04:29:58 UTC (rev 116573)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.8
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+makedepends=(texinfo)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz)
+sha256sums=('49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875')
+
+build() {
+  cd gdb-$pkgver
+
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  ./configure --target=$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-system-readline \
+  --disable-nls \
+  --with-python=/usr/bin/python2 \
+  --with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb' package
+  rm -r $pkgdir/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+  rm $pkgdir/usr/share/man/man1/gdb*
+  rm -r $pkgdir/usr/share/man/man5
+}



[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

2014-07-29 Thread Anatol Pomozov
Date: Wednesday, July 30, 2014 @ 06:29:23
  Author: anatolik
Revision: 116572

upgpkg: arm-none-eabi-gdb 7.8-1

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 02:26:09 UTC (rev 116571)
+++ PKGBUILD2014-07-30 04:29:23 UTC (rev 116572)
@@ -4,19 +4,19 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=7.7.1
+pkgver=7.8
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python2)
+depends=(xz ncurses expat python2 guile)
 makedepends=(texinfo)
 optdepends=('openocd: for debugging JTAG targets'
 'stlink: for debugging over STLINK')
 options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.bz2)
-sha256sums=('0dbd5260406f1b0c70fcf027c6488527fadde0cd9bb574593491fe076eb03aa5')
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz)
+sha256sums=('49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875')
 
 build() {
   cd gdb-$pkgver



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

2014-07-29 Thread Daniel Micay
Date: Wednesday, July 30, 2014 @ 06:38:58
  Author: thestinger
Revision: 116574

upgpkg: linux-grsec 3.15.7.201407282112-2

enable CONFIG_USER_NS, but revert the commit allowing unprivileged user
namespaces to avoid adding attack surface

Added:
  linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch
Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

+
 PKGBUILD   |   11 ++
 Revert-userns-Allow-unprivileged-users-to-create-use.patch |   41 +++
 config |2 
 config.x86_64  |2 
 4 files changed, 51 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 04:29:58 UTC (rev 116573)
+++ PKGBUILD2014-07-30 04:38:58 UTC (rev 116574)
@@ -11,7 +11,7 @@
 _timestamp=201407282112
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -26,6 +26,7 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
+Revert-userns-Allow-unprivileged-users-to-create-use.patch
 sysctl.conf
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
@@ -32,10 +33,11 @@
 '25f0767908e736a2388fe36810712ee3faa6c86c5255516496d5942ba1ffb451'
 '6f9c45339b6801e7021505c569c47b480fcde1f36aba34b89b3615fec0a59532'
 'SKIP'
-'e453e2c7f5d3f52032b310a5475932378aea378e9291f84fe0258d64da2a1a1b'
-'f77adc49d47a754fbe0fcf9384642f436e569d59aa26c1cfbb85cce0bb8361ae'
+'9ca518a0a2b9c8a44c7200d89d122d0114566f8f8445beedcc70885af3d0a704'
+'96f9c0ab9dc78d304d3b208b37e99a71562c818aedf07e22b991ac443b422d45'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
+'1b3651558fcd497c72af3d483febb21fff98cbb9fbcb456da19b24304c40c754'
 'd4d4ae0b9c510547f47d94582e4ca08a7f12e9baf324181cb54d328027305e31')
 
 _kernelname=${pkgbase#linux}
@@ -54,6 +56,9 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -p1 -i ${srcdir}/change-default-console-loglevel.patch
 
+  # Forbid unprivileged user namespaces
+  patch -p1 -i 
$srcdir/Revert-userns-Allow-unprivileged-users-to-create-use.patch
+
   # Add grsecurity patches
   patch -Np1 -i $srcdir/$_grsec_patch
   rm localversion-grsec

Added: Revert-userns-Allow-unprivileged-users-to-create-use.patch
===
--- Revert-userns-Allow-unprivileged-users-to-create-use.patch  
(rev 0)
+++ Revert-userns-Allow-unprivileged-users-to-create-use.patch  2014-07-30 
04:38:58 UTC (rev 116574)
@@ -0,0 +1,41 @@
+From e3da68be55914bfeedb8866f191cc0958579611d Mon Sep 17 00:00:00 2001
+From: Josh Boyer jwbo...@fedoraproject.org
+Date: Wed, 13 Nov 2013 10:21:18 -0500
+Subject: [PATCH] Revert userns: Allow unprivileged users to create user
+ namespaces.
+
+This reverts commit 5eaf563e53294d6696e651466697eb9d491f3946.
+
+Conflicts:
+   kernel/fork.c
+---
+ kernel/fork.c | 13 +
+ 1 file changed, 13 insertions(+)
+
+diff --git a/kernel/fork.c b/kernel/fork.c
+index f6d11fc..e04c9a7 100644
+--- a/kernel/fork.c
 b/kernel/fork.c
+@@ -1573,6 +1573,19 @@ long do_fork(unsigned long clone_flags,
+   long nr;
+ 
+   /*
++   * Do some preliminary argument and permissions checking before we
++   * actually start allocating stuff
++   */
++  if (clone_flags  CLONE_NEWUSER) {
++  /* hopefully this check will go away when userns support is
++   * complete
++   */
++  if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SETUID) ||
++  !capable(CAP_SETGID))
++  return -EPERM;
++  }
++
++  /*
+* Determine whether and which event to report to ptracer.  When
+* called from kernel_thread or CLONE_UNTRACED is explicitly
+* requested, no event is reported; otherwise, report if the event
+-- 
+1.8.3.1
+

Modified: config
===
--- config  2014-07-30 04:29:58 UTC (rev 116573)
+++ config  2014-07-30 04:38:58 UTC (rev 116574)
@@ -157,7 +157,7 @@
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
-# CONFIG_USER_NS is not set
+CONFIG_USER_NS=y
 CONFIG_PID_NS=y
 CONFIG_NET_NS=y
 CONFIG_SCHED_AUTOGROUP=y

Modified: config.x86_64
===
--- 

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

2014-07-29 Thread Daniel Micay
Date: Wednesday, July 30, 2014 @ 06:40:04
  Author: thestinger
Revision: 116575

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116574, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116574, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116574, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116574, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116574, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116574, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116574, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 116574, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116574, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116574, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116574, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116574, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116574, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116574, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116574, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 116574, linux-grsec/trunk/sysctl.conf)
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-i686/sysctl.conf
  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
  linux-grsec/repos/community-x86_64/sysctl.conf

-+
 /PKGBUILD   |  
650 
 /change-default-console-loglevel.patch  |  
 24 
 /config 
|13824 ++
 /config.x86_64  
|13306 +
 /linux-grsec.install|  
206 
 /linux.preset   |  
 28 
 /sysctl.conf|  
262 
 community-i686/PKGBUILD |  
320 
 community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch   |  
 41 
 community-i686/change-default-console-loglevel.patch|  
 12 
 community-i686/config   | 
6912 -
 community-i686/config.x86_64| 
6653 
 community-i686/linux-grsec.install  |  
103 
 community-i686/linux.preset |  
 14 
 community-i686/sysctl.conf  |  
131 
 community-x86_64/PKGBUILD   |  
320 
 community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 41 
 community-x86_64/change-default-console-loglevel.patch  |  
 12 
 community-x86_64/config | 
6912 -
 community-x86_64/config.x86_64  | 
6653 
 community-x86_64/linux-grsec.install|  
103 
 community-x86_64/linux.preset   |  
 14 
 community-x86_64/sysctl.conf|  
131 
 23 files changed, 28382 insertions(+), 28290 deletions(-)

The diff is longer than the