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

2015-03-18 Thread Gaetan Bisson
Date: Thursday, March 19, 2015 @ 07:36:32
  Author: bisson
Revision: 234128

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 234127, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/install
(from rev 234127, openssh/repos/testing-i686/install)
  openssh/repos/core-i686/sshd.pam
(from rev 234127, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 234127, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 234127, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 234127, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 234127, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 234127, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/install
(from rev 234127, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.pam
(from rev 234127, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 234127, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 234127, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 234127, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 234127, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/install
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  178 ++
 /install|   20 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 +++
 core-i686/PKGBUILD  |   88 --
 core-i686/install   |   10 --
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   88 --
 core-x86_64/install |   10 --
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 21 files changed, 314 insertions(+), 312 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-03-18 18:48:06 UTC (rev 234127)
+++ core-i686/PKGBUILD  2015-03-19 06:36:32 UTC (rev 234128)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=6.7p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.pam')
-sha1sums=('14e5fbed710ade334d65925e080d1aaeb9c85bf6' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-p

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

2015-03-18 Thread Ike Devolder
Date: Wednesday, March 18, 2015 @ 22:50:23
  Author: idevolder
Revision: 129552

opera :: 28.0.1750.48

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 20:34:26 UTC (rev 129551)
+++ PKGBUILD2015-03-18 21:50:23 UTC (rev 129552)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=28.0.1750.40
+pkgver=28.0.1750.48
 pkgrel=1
 pkgdesc="A fast and secure web browser and Internet suite."
 url="http://www.opera.com/";
@@ -39,10 +39,6 @@
 package() {
tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
 
-   # soname fix for libsystemd (udev)
-   sed -e 's/libudev.so.0/libudev.so.1/g' \
-   -i "$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname"
-
# suid opera_sandbox
chmod 4755 "$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox"
 
@@ -63,6 +59,6 @@
"$pkgdir/usr/share/licenses/$pkgname/copyright"
 }
 
-sha256sums=('dcbafa86f3873c22322918a1a34f5592dec8ae271ca3a4a5d5624209f1d05b42'
+sha256sums=('73c39cdbd1d1dd0a7307b1ecb938a1c4d620453d509c3f4dbcd4066c96bea2a0'
 '508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2015-03-18 Thread Ike Devolder
Date: Wednesday, March 18, 2015 @ 22:50:49
  Author: idevolder
Revision: 129553

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 129552, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 129552, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 129552, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 129552, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  132 +++-
 default   |8 +--
 opera |   26 +--
 opera.install |   78 -
 4 files changed, 120 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 21:50:23 UTC (rev 129552)
+++ PKGBUILD2015-03-18 21:50:49 UTC (rev 129553)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=28.0.1750.40
-pkgrel=1
-pkgdesc="A fast and secure web browser and Internet suite."
-url="http://www.opera.com/";
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-source=(
-   
"http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb";
-   "opera"
-   "default"
-)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
-
-prepare() {
-   sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-   sed -e "s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g" \
-   -i "$srcdir/opera"
-}
-
-package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-   # soname fix for libsystemd (udev)
-   sed -e 's/libudev.so.0/libudev.so.1/g' \
-   -i "$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname"
-
-   # suid opera_sandbox
-   chmod 4755 "$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox"
-
-   # install default options
-   install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-   # install opera wrapper
-   rm "$pkgdir/usr/bin/$pkgname"
-   install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-   # license
-   install -Dm644 \
-   
"$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses" \
-   "$pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses"
-
-   install -Dm644 \
-   "$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-   "$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-
-sha256sums=('dcbafa86f3873c22322918a1a34f5592dec8ae271ca3a4a5d5624209f1d05b42'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 129552, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 21:50:49 UTC (rev 129553)
@@ -0,0 +1,64 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=28.0.1750.48
+pkgrel=1
+pkgdesc="A fast and secure web browser and Internet suite."
+url="http://www.opera.com/";
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+source=(
+   
"http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb";
+   "opera"
+   "default"
+)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of proprietary formats'
+)
+
+prepare() {
+   sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+   sed -e "s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g" \
+   -i "$srcdir/opera"
+}
+
+package() {

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

2015-03-18 Thread Antonio Rojas
Date: Wednesday, March 18, 2015 @ 21:34:26
  Author: arojas
Revision: 129551

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 129550, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 129550, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 129550, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 129550, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   88 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   43 --
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 20:34:07 UTC (rev 129550)
+++ community-i686/PKGBUILD 2015-03-18 20:34:26 UTC (rev 129551)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
-makedepends=(cmake python-sphinx qt5-tools)
-optdepends=('python2-nautilus: integration with Nautilus')
-install=$pkgname.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2"{,.asc})
-md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 129550, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 20:34:26 UTC (rev 129551)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=1.8.0
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python-gobject: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2"{,.asc})
+md5sums=('c292c94609ff7df39d7a29f8e404d9e3'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+   -DBUILD_WITH_QT4=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2015-03-18 20:34:07 UTC (rev 
129550)
+++ community-i686/owncloud-client.install  2015-03-18 20:34:26 UTC (rev 
129551)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
129550, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2015-03-18 20:34:26 UTC (rev 
129551)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove(

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

2015-03-18 Thread Antonio Rojas
Date: Wednesday, March 18, 2015 @ 21:34:07
  Author: arojas
Revision: 129550

Switch back to Qt4 until Qt5.5 is released, there are still some issues with 
Qt5.4 (FS#44235, FS#44244)

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 19:28:07 UTC (rev 129549)
+++ PKGBUILD2015-03-18 20:34:07 UTC (rev 129550)
@@ -5,14 +5,14 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
 url='http://owncloud.org/'
 license=(GPL2)
-depends=(qtkeychain-qt5 qt5-webkit hicolor-icon-theme)
-makedepends=(cmake python-sphinx qt5-tools)
-optdepends=('python2-nautilus: integration with Nautilus')
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python-gobject: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.bz2"{,.asc})
@@ -28,6 +28,7 @@
   cd build
 
   cmake ../$_name-$pkgver \
+   -DBUILD_WITH_QT4=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in mysql-workbench/repos (32 files)

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 20:28:07
  Author: eworm
Revision: 129549

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

Added:
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129548, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-i686/0006-mysql-workbench-column-label.patch
(from rev 129548, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129548, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-i686/0008-mysql-workbench-link-x11.patch
(from rev 129548, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-i686/0009-mysql-workbench-gnome-keyring.patch
(from rev 129548, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-i686/PKGBUILD
(from rev 129548, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
(from rev 129548, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-i686/mysql-workbench.install
(from rev 129548, mysql-workbench/trunk/mysql-workbench.install)
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129548, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-x86_64/0006-mysql-workbench-column-label.patch
(from rev 129548, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129548, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-x86_64/0008-mysql-workbench-link-x11.patch
(from rev 129548, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch
(from rev 129548, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 129548, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 129548, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-x86_64/mysql-workbench.install
(from rev 129548, mysql-workbench/trunk/mysql-workbench.install)
Deleted:
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
  
mysql-workbench/repos/community-testing-i686/0006-mysql-workbench-column-label.patch
  
mysql-workbench/repos/community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch
  
mysql-workbench/repos/community-testing-i686/0008-mysql-workbench-link-x11.patch
  
mysql-workbench/repos/community-testing-i686/0009-mysql-workbench-gnome-keyring.patch
  mysql-workbench/repos/community-testing-i686/PKGBUILD
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
  mysql-workbench/repos/community-testing-i686/mysql-workbench.install
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  
mysql-workbench/repos/community-testing-x86_64/0006-mysql-workbench-column-label.patch
  
mysql-workbench/repos/community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
  
mysql-workbench/repos/community-testing-x86_64/0008-mysql-workbench-link-x11.patch
  
mysql-workbench/repos/community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
  mysql-workbench/repos/community-testing-x86_64/mysql-workbench.install

--+
 /0001-mysql-workbench-no-check-for-updates.patch |   
42 ++
 /0006-mysql-workbench-column-label.patch |   
88 +
 /0007-mysql-workbench-no-set-gtid-purged.patch   |   
58 +++
 /0008-mysql-workbench-link-x11.patch |   
50 ++
 /0009-mysql-workbench-gnome-keyring.patch|   
34 +
 /PKGBUILD|  
176 ++
 /mysql-workbench.install |   
28 +
 community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 -
 community-testing-i686/0006-mysql-workbench-column-label.patch   |   
44 --
 community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch |   
29 -
 com

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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 20:08:14
  Author: eworm
Revision: 129548

upgpkg: mysql-workbench 6.2.5-3

* really fix when no gnome-keyring is installed (FS#44143)

Modified:
  mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch
  mysql-workbench/trunk/PKGBUILD

--+
 0009-mysql-workbench-gnome-keyring.patch |4 ++--
 PKGBUILD |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: 0009-mysql-workbench-gnome-keyring.patch
===
--- 0009-mysql-workbench-gnome-keyring.patch2015-03-18 18:46:34 UTC (rev 
129547)
+++ 0009-mysql-workbench-gnome-keyring.patch2015-03-18 19:08:14 UTC (rev 
129548)
@@ -8,8 +8,8 @@
  
 +# Looks like WB expects gnome-keyring to be present as soon as XDG_RUNTIME_DIR
 +# environment variable is set. Do an extra check here...
-+if ! type gnome-keyring-daemon >/dev/null; then
-+  WB_NO_GNOME_KEYRING=1
++if ! type gnome-keyring-daemon >/dev/null 2>/dev/null; then
++  export WB_NO_GNOME_KEYRING=1
 +fi
 +
  # force disable the Mac style single menu hack in Ubuntu Unity

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 18:46:34 UTC (rev 129547)
+++ PKGBUILD2015-03-18 19:08:14 UTC (rev 129548)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -37,8 +37,8 @@
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
 '701c7d9f68b1b0f63e8e8ece0b61cb57c2168f29e10b113c409f7ccfd68251e0'
 'b49d4ea352d2c2013b9c5834668c44521a0a2c5f9c7e3fe746ad94ce0d2bb865'
-   'bfa0752f08d4641eb475c87373593061a0fe1c872c0d0cc1ed45ea43cf23fa05'
-   'aa98205e14ab617b3632a1efa8ef1f6b4032eb9240b57523e4c1e5aa11d6c6f0'
+'bfa0752f08d4641eb475c87373593061a0fe1c872c0d0cc1ed45ea43cf23fa05'
+'9c2ae2fe7a4f59502bdcf591a07353c350b0ba29c3935c8242d97848cc0e50d3'
 '28724c4b4cec29ce19aada08279df1b086381cd788fef7ae07c1860f7d17af7e')
 
 prepare() {


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

2015-03-18 Thread Andreas Radke
Date: Wednesday, March 18, 2015 @ 19:47:53
  Author: andyrtr
Revision: 234126

upgpkg: libmspack 0.5alpha-1

upstream update 0.5

Modified:
  libmspack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 18:18:02 UTC (rev 234125)
+++ PKGBUILD2015-03-18 18:47:53 UTC (rev 234126)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=libmspack
-pkgver=0.4alpha
+pkgver=0.5alpha
 pkgrel=1
 pkgdesc="A library for Microsoft compression formats"
 arch=('i686' 'x86_64')
@@ -11,20 +11,20 @@
 depends=('glibc')
 makedepends=()
 source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('1ab10b507259993c74b4c41a88103b59')
+md5sums=('3aa3f6b9ef101463270c085478fda1da')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir/" install
 }


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

2015-03-18 Thread Andreas Radke
Date: Wednesday, March 18, 2015 @ 19:48:06
  Author: andyrtr
Revision: 234127

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 18:47:53 UTC (rev 234126)
+++ extra-i686/PKGBUILD 2015-03-18 18:48:06 UTC (rev 234127)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libmspack
-pkgver=0.4alpha
-pkgrel=1
-pkgdesc="A library for Microsoft compression formats"
-arch=('i686' 'x86_64')
-url="http://www.cabextract.org.uk/libmspack/";
-license=('GPL')
-depends=('glibc')
-makedepends=()
-source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('1ab10b507259993c74b4c41a88103b59')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmspack/repos/extra-i686/PKGBUILD (from rev 234126, 
libmspack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-18 18:48:06 UTC (rev 234127)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libmspack
+pkgver=0.5alpha
+pkgrel=1
+pkgdesc="A library for Microsoft compression formats"
+arch=('i686' 'x86_64')
+url="http://www.cabextract.org.uk/libmspack/";
+license=('GPL')
+depends=('glibc')
+makedepends=()
+source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
+md5sums=('3aa3f6b9ef101463270c085478fda1da')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-18 18:47:53 UTC (rev 234126)
+++ extra-x86_64/PKGBUILD   2015-03-18 18:48:06 UTC (rev 234127)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libmspack
-pkgver=0.4alpha
-pkgrel=1
-pkgdesc="A library for Microsoft compression formats"
-arch=('i686' 'x86_64')
-url="http://www.cabextract.org.uk/libmspack/";
-license=('GPL')
-depends=('glibc')
-makedepends=()
-source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
-md5sums=('1ab10b507259993c74b4c41a88103b59')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmspack/repos/extra-x86_64/PKGBUILD (from rev 234126, 
libmspack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-18 18:48:06 UTC (rev 234127)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libmspack
+pkgver=0.5alpha
+pkgrel=1
+pkgdesc="A library for Microsoft compression formats"
+arch=('i686' 'x86_64')
+url="http://www.cabextract.org.uk/libmspack/";
+license=('GPL')
+depends=('glibc')
+makedepends=()
+source=(http://www.cabextract.org.uk/libmspack/$pkgname-$pkgver.tar.gz)
+md5sums=('3aa3f6b9ef101463270c085478fda1da')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2015-03-18 Thread Laurent Carlier
Date: Wednesday, March 18, 2015 @ 19:30:00
  Author: lcarlier
Revision: 129546

upgpkg: lib32-libtasn1 4.3-1

upstream update 4.3

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 18:27:18 UTC (rev 129545)
+++ PKGBUILD2015-03-18 18:30:00 UTC (rev 129546)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
@@ -15,8 +15,9 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('414df906df421dee0a5cf7548788d153'
- SKIP)
+md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
 
 build() {
   export CC='gcc -m32'


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

2015-03-18 Thread Andreas Radke
Date: Wednesday, March 18, 2015 @ 19:17:27
  Author: andyrtr
Revision: 234124

upgpkg: linux-lts 3.14.36-1

upstream update 3.14.36

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 17:59:43 UTC (rev 234123)
+++ PKGBUILD2015-03-18 18:17:27 UTC (rev 234124)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.35
+pkgver=3.14.36
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -26,7 +26,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'372a13e28ec4dc16c38e9bf2a01919960844d5c1fec66e7fe49918484c624094'
+'af2e5b01b4d771e9818271d6023bdc1ca8668bdb0fe081ab9373ee58c29795bf'
 'SKIP'
 '999486d20e07e489bb42356b529b739c65ad65de9191282f0ddbbc0eb9b1718e'
 '140098de1ba714c5916ea76578b8bf549ce801c4aa0c786b7c90289b85ecdb77'


[arch-commits] Commit in linux-lts/repos (22 files)

2015-03-18 Thread Andreas Radke
Date: Wednesday, March 18, 2015 @ 19:18:02
  Author: andyrtr
Revision: 234125

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 234124, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 234124, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 234124, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 234124, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 234124, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 234124, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 234124, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 234124, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 234124, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 234124, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 234124, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 234124, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 234124, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 234124, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 234124, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 234124, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 234124, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 234124, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 234124, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 234124, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  327 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  327 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30350 insertions(+)

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


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

2015-03-18 Thread Bartłomiej Piotrowski
Date: Wednesday, March 18, 2015 @ 18:59:43
  Author: bpiotrowski
Revision: 234123

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

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

---+
 /PKGBUILD |  160 
 extra-i686/PKGBUILD   |   79 ---
 extra-x86_64/PKGBUILD |   79 ---
 3 files changed, 160 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 17:59:29 UTC (rev 234122)
+++ extra-i686/PKGBUILD 2015-03-18 17:59:43 UTC (rev 234123)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.6
-pkgrel=3
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
-  'libx264.so'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 234122, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-18 17:59:43 UTC (rev 234123)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.6.1
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh'
+  'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('62b5a37525fdf79aedd4a51a64793ed7'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+

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

2015-03-18 Thread Bartłomiej Piotrowski
Date: Wednesday, March 18, 2015 @ 18:59:29
  Author: bpiotrowski
Revision: 234122

upgpkg: ffmpeg 1:2.6.1-1

- new upstream release
- enable libssh support (FS#44142)

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 17:24:29 UTC (rev 234121)
+++ PKGBUILD2015-03-18 17:59:29 UTC (rev 234122)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.6
-pkgrel=3
+pkgver=2.6.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -16,13 +16,13 @@
   'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi'
+  'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh'
   'libx264.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5bf6097833a3fea6a9e51b0a456c6922'
+md5sums=('62b5a37525fdf79aedd4a51a64793ed7'
  'SKIP')
 
 build() {
@@ -53,6 +53,7 @@
 --enable-librtmp \
 --enable-libschroedinger \
 --enable-libspeex \
+--enable-libssh \
 --enable-libtheora \
 --enable-libv4l2 \
 --enable-libvorbis \


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 18:24:29
  Author: tpowa
Revision: 234121

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 234120, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 234120, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 234120, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 234120, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 234120, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 234120, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

---+
 /65-kvm.rules |4 
 /PKGBUILD |  186 
 /qemu.install |   38 
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |   92 -
 extra-i686/qemu.install   |   19 
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |   92 -
 extra-x86_64/qemu.install |   19 
 9 files changed, 228 insertions(+), 226 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2015-03-18 17:24:17 UTC (rev 234120)
+++ extra-i686/65-kvm.rules 2015-03-18 17:24:29 UTC (rev 234121)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 234120, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2015-03-18 17:24:29 UTC (rev 234121)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 17:24:17 UTC (rev 234120)
+++ extra-i686/PKGBUILD 2015-03-18 17:24:29 UTC (rev 234121)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=('qemu' 'libcacard')
-pkgver=2.2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://wiki.qemu.org/Index.html";
-makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
- 'usbredir')
-replaces=('qemu-kvm')
-options=(!strip)
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-
-build ()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # qemu vs. make 4 == bad
-  export ARFLAGS="rv"
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-
-  # gtk gui breaks keymappings at the moment
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --libexecdir=/usr/lib/qemu \
-  --disable-gtk --enable-linux-aio --enable-seccomp \
-  --enable-spice --localstatedir=/var \
-  --enable-tpm 
-  make V=99
-}
-
-package_qemu() {
-  pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
-  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard' 'spice' 'usbredir')
-  backup=('etc/qemu/target-x86_64.conf')
-  install=qemu.install
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
-  # provided by seabios package
-  rm "${pkgdir}/usr/share/qemu/bios.bin"
-  rm "${pkgdir}/usr/share/qemu/acpi-dsdt.aml"
-  rm "${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml"
-  rm "${pkgdir}/usr/share/qemu/bios-256k.bin"
-  rm "${pkgdir}/usr/share/qemu/vgabios-cirrus.bin"
-  rm "${pkgdir}/usr/share/qemu/vgabios-qxl.bin"
-  rm "${pkgdir}/usr/share/qemu/vgabios-stdvga.bin"
-  rm "${pkgdir}/usr/share/qemu/vgabios-vmware.bin"
-
-  # remove conflicting /var/run directory
-  rm -r "${pkgdir}/var"
-  install -D -m644 "${srcdir}/65-kvm.rules" \
-   "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s "${pkgdir}/usr/lib/qemu/qemu-bridge-helper"

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 18:24:17
  Author: tpowa
Revision: 234120

upgpkg: qemu 2.2.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:57:07 UTC (rev 234119)
+++ PKGBUILD2015-03-18 17:24:17 UTC (rev 234120)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=('qemu' 'libcacard')
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
@@ -11,7 +11,6 @@
  'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
  'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
  'usbredir')
-replaces=('qemu-kvm')
 options=(!strip)
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 65-kvm.rules)
@@ -40,6 +39,8 @@
  'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
  'libiscsi' 'libcacard' 'spice' 'usbredir')
   backup=('etc/qemu/target-x86_64.conf')
+  replaces=('qemu-kvm')
+  optdepends=('samba: for SMB Server support')
   install=qemu.install
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
@@ -88,5 +89,5 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
-md5sums=('f7a5e2da22d057eb838a91da7aff43c8'
+md5sums=('833ff4457062456d38d6567f802ffef4'
  '33ab286a20242dda7743a900f369d68a')


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

2015-03-18 Thread Kyle Keen
Date: Wednesday, March 18, 2015 @ 18:22:14
  Author: kkeen
Revision: 129544

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

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

---+
 /PKGBUILD |  162 
 community-i686/PKGBUILD   |   80 -
 community-x86_64/PKGBUILD |   80 -
 3 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 17:21:04 UTC (rev 129543)
+++ community-i686/PKGBUILD 2015-03-18 17:22:14 UTC (rev 129544)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.7.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";
-"https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz";)
-md5sums=('da10ee9d0c0712c942224300c2931a1a'
- '892cd70e3838250b615095d117173b57')
-
-prepare() {
-  cd "$srcdir"
-  # allow sane to build
-  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$pkgver/setup.py"
-  cp -r "$srcdir/Sane-$pkgver" "$srcdir/$_appname-$pkgver/Sane"
-  # py2 and py3
-  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python3 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}"
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd "$srcdir/${_appname}2-$pkgver"
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' PIL/OleFileIO.py
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python2 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-
-  install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}2"
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 129543, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 17:22:14 UTC (rev 129544)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.7.0
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.0
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
+md5sums=('da10ee9d0c0712c942224300c2931a1a'
+ 'db1e4b1dff24264b2d798c3679aa10da')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
+  # py2 and py3
+  cp -r "$srcdir/$_appname-$pkgver" "$s

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

2015-03-18 Thread Kyle Keen
Date: Wednesday, March 18, 2015 @ 18:21:04
  Author: kkeen
Revision: 129543

upgpkg: python-pillow 2.7.0-2

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 17:11:14 UTC (rev 129542)
+++ PKGBUILD2015-03-18 17:21:04 UTC (rev 129543)
@@ -5,7 +5,9 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.7.0
-pkgrel=1
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.0
+pkgrel=2
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.4m
@@ -15,15 +17,15 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";
-
"$pkgbase-$pkgver.tar.gz::https://github.com/python-pillow/Sane/archive/v$pkgver.tar.gz";)
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
 md5sums=('da10ee9d0c0712c942224300c2931a1a'
- '892cd70e3838250b615095d117173b57')
+ 'db1e4b1dff24264b2d798c3679aa10da')
 
 prepare() {
   cd "$srcdir"
   # allow sane to build
-  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$pkgver/setup.py"
-  cp -r "$srcdir/Sane-$pkgver" "$srcdir/$_appname-$pkgver/Sane"
+  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
   # py2 and py3
   cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
 }  
@@ -58,9 +60,8 @@
   'python2-pyqt4: for the ImageQt module')
   provides=('python-imaging' 'python2-imaging')
   conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
   cd "$srcdir/${_appname}2-$pkgver"
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' PIL/OleFileIO.py
+  sed -i 's|python$|python2|' PIL/OleFileIO.py
   python2 setup.py install --root="$pkgdir/" --optimize=0
   pushd Sane
 python2 setup.py install --root="$pkgdir/" --optimize=0


[arch-commits] Commit in owncloud-app-documents/repos (2 files)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 18:11:14
  Author: spupykin
Revision: 129542

archrelease: copy trunk to community-any

Added:
  owncloud-app-documents/repos/community-any/
  owncloud-app-documents/repos/community-any/PKGBUILD
(from rev 129541, owncloud-app-documents/trunk/PKGBUILD)

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

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 129541, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-03-18 17:11:14 UTC (rev 129542)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+pkgver=8.0.2
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";)
+md5sums=('a58e36187be4f81fd11866dead33a8a9')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in (4 files)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 18:10:38
  Author: spupykin
Revision: 129541

Added:
  owncloud-app-documents/
  owncloud-app-documents/repos/
  owncloud-app-documents/trunk/
  owncloud-app-documents/trunk/PKGBUILD

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

Added: owncloud-app-documents/trunk/PKGBUILD
===
--- owncloud-app-documents/trunk/PKGBUILD   (rev 0)
+++ owncloud-app-documents/trunk/PKGBUILD   2015-03-18 17:10:38 UTC (rev 
129541)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+pkgver=8.0.2
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";)
+md5sums=('a58e36187be4f81fd11866dead33a8a9')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:57:07
  Author: tpowa
Revision: 234119

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

Added:
  cpio/repos/testing-i686/PKGBUILD
(from rev 234118, cpio/trunk/PKGBUILD)
  cpio/repos/testing-i686/cpio-2.11-CVE-2014-9112.patch
(from rev 234118, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234118, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/testing-i686/cpio-2.11-stdio.in.patch
(from rev 234118, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 234118, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
  cpio/repos/testing-i686/cpio.install
(from rev 234118, cpio/trunk/cpio.install)
  cpio/repos/testing-x86_64/PKGBUILD
(from rev 234118, cpio/trunk/PKGBUILD)
  cpio/repos/testing-x86_64/cpio-2.11-CVE-2014-9112.patch
(from rev 234118, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234118, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/testing-x86_64/cpio-2.11-stdio.in.patch
(from rev 234118, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 234118, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
  cpio/repos/testing-x86_64/cpio.install
(from rev 234118, cpio/trunk/cpio.install)
Deleted:
  cpio/repos/testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
  cpio/repos/testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch

-+
 /cpio-2.11-check_for_symlinks-CVE-2015-1197.patch   |  304 
++
 testing-i686/PKGBUILD   |   53 +
 testing-i686/cpio-2.11-CVE-2014-9112.patch  |  212 ++
 testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch   |  152 -
 testing-i686/cpio-2.11-stdio.in.patch   |   13 
 testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch|   30 
 testing-i686/cpio.install   |   21 
 testing-x86_64/PKGBUILD |   53 +
 testing-x86_64/cpio-2.11-CVE-2014-9112.patch|  212 ++
 testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  152 -
 testing-x86_64/cpio-2.11-stdio.in.patch |   13 
 testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch  |   30 
 testing-x86_64/cpio.install |   21 
 13 files changed, 962 insertions(+), 304 deletions(-)

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


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:56:23
  Author: tpowa
Revision: 129538

upgpkg: virtualbox-modules 4.3.26-3

rebuild against 3.19.2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:55:04 UTC (rev 129537)
+++ PKGBUILD2015-03-18 16:56:23 UTC (rev 129538)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.26
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:56:39
  Author: tpowa
Revision: 129539

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 129538, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 129538, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 129538, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 129538, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 129538, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 129538, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 129538, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 129538, 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 |  122 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   61 -
 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 |   61 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:56:23 UTC (rev 129538)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:56:39 UTC (rev 129539)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.26
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=3.19' 'linux<4.0'
- 'linux-headers>=3.19' 'linux-headers<4.0'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-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.19' 'linux<4.0')
-  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.19' 'linux<4.0')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-gue

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:32
  Author: tpowa
Revision: 129534

upgpkg: tp_smapi 0.41-65

rebuild against 3.19.2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:54:10 UTC (rev 129533)
+++ PKGBUILD2015-03-18 16:54:32 UTC (rev 129534)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-3.19-ARCH
-pkgrel=64
+pkgrel=65
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:54
  Author: tpowa
Revision: 129536

upgpkg: vhba-module 20140928-9

rebuild against 3.19.2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:54:41 UTC (rev 129535)
+++ PKGBUILD2015-03-18 16:54:54 UTC (rev 129536)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.19-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:53:41
  Author: tpowa
Revision: 129530

upgpkg: r8168 8.039.00-12

rebuild against 3.19.2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:52:55 UTC (rev 129529)
+++ PKGBUILD2015-03-18 16:53:41 UTC (rev 129530)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:55:04
  Author: tpowa
Revision: 129537

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 129536, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 129536, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 129536, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 129536, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 129536, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 129536, 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 |   42 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   21 -
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   21 -
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2015-03-18 16:54:54 UTC (rev 
129536)
+++ community-testing-i686/60-vhba.rules2015-03-18 16:55:04 UTC (rev 
129537)
@@ -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 
129536, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-03-18 16:55:04 UTC (rev 
129537)
@@ -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 2015-03-18 16:54:54 UTC (rev 129536)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:55:04 UTC (rev 129537)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.19-ARCH
-pkgrel=8
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=3.19' 'linux<3.20')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '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 129536, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:55:04 UTC (rev 129537)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.19-ARCH
+pkgrel=9
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:41
  Author: tpowa
Revision: 129535

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

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

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   57 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:32 UTC (rev 129534)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:41 UTC (rev 129535)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-3.19-ARCH
-pkgrel=64
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=3.19' 'linux<3.20')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  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/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 129534, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:41 UTC (rev 129535)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-3.19-ARCH
+pkgrel=65
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:10
  Author: tpowa
Revision: 129533

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

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

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:01 UTC (rev 129532)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=3
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
-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 | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_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-$_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-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 129532, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=4
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+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 | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+  

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:01
  Author: tpowa
Revision: 129532

upgpkg: rt3562sta 2.4.1.1_r2-4

rebuild against 3.19.2

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:53:50 UTC (rev 129531)
+++ PKGBUILD2015-03-18 16:54:01 UTC (rev 129532)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r2
 _patchrel=${pkgver/*_r/}
-pkgrel=3
+pkgrel=4
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 
url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:53:50
  Author: tpowa
Revision: 129531

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 129530, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 129530, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 129530, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 129530, 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  |   90 +++
 /r8168.install |   34 +++
 community-testing-i686/PKGBUILD|   45 ---
 community-testing-i686/r8168.install   |   17 -
 community-testing-x86_64/PKGBUILD  |   45 ---
 community-testing-x86_64/r8168.install |   17 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:53:41 UTC (rev 129530)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:53:50 UTC (rev 129531)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=11
-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')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-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}" "linux<3.$(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"
-}
-

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 129530, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:53:50 UTC (rev 129531)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=12
+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')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+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}" "linux<3.$(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/l

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:52:47
  Author: tpowa
Revision: 129528

upgpkg: bbswitch 0.8-28

rebuild against 3.19.2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:52:14 UTC (rev 129527)
+++ PKGBUILD2015-03-18 16:52:47 UTC (rev 129528)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=27
+pkgrel=28
 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)

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:52:14
  Author: tpowa
Revision: 129527

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

Added:
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 129526, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 129526, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 129526, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 129526, 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  |   94 +++
 /acpi_call.install |   28 
 community-testing-i686/PKGBUILD|   47 -
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 -
 community-testing-x86_64/acpi_call.install |   14 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:51:54 UTC (rev 129526)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:14 UTC (rev 129527)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=25
-_extramodules=extramodules-3.19-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/acpi_call'
-license=('GPL')
-depends=('linux>=3.19' 'linux<3.20')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 129526, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:14 UTC (rev 129527)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=26
+_extramodules=extramodules-3.19-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/acpi_call'
+license=('GPL')
+depends=('linux>=3.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install2015-03-18 16:51:54 UTC (rev 
129526)
+

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:52:55
  Author: tpowa
Revision: 129529

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 129528, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 129528, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 129528, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 129528, 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 2015-03-18 16:52:47 UTC (rev 129528)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:55 UTC (rev 129529)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=27
-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.19' 'linux<3.20')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::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 129528, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:52:55 UTC (rev 129529)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
+pkgrel=28
+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.19' 'linux<3.20')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::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 2015-03-18 16:52:47 UTC (rev 
129528)
+++ community-testing-i686/bbswitch.install 2015-03-18 16:52:55 UTC (rev 
129529)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.19-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 
129528, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-03-18 16:52:55 UTC (rev 
129529)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.19-ARCH'
+ 

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:51:54
  Author: tpowa
Revision: 129526

upgpkg: acpi_call 1.1.0-26

rebuild against 3.19.2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
+++ PKGBUILD2015-03-18 16:51:54 UTC (rev 129526)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=25
+pkgrel=26
 _extramodules=extramodules-3.19-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:51:15
  Author: tpowa
Revision: 234114

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 234113, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nv-drm.patch
(from rev 234113, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-i686/nvidia-3.19.patch
(from rev 234113, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 234113, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 234113, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
(from rev 234113, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch
(from rev 234113, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 234113, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/nv-drm.patch
  nvidia-304xx/repos/testing-i686/nvidia-3.19.patch
  nvidia-304xx/repos/testing-i686/nvidia.install
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
  nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch
  nvidia-304xx/repos/testing-x86_64/nvidia.install

--+
 /PKGBUILD|  116 +
 /nv-drm.patch|   54 +
 /nvidia-3.19.patch   |   42 +
 /nvidia.install  |   30 +
 testing-i686/PKGBUILD|   58 --
 testing-i686/nv-drm.patch|   27 
 testing-i686/nvidia-3.19.patch   |   21 --
 testing-i686/nvidia.install  |   15 
 testing-x86_64/PKGBUILD  |   58 --
 testing-x86_64/nv-drm.patch  |   27 
 testing-x86_64/nvidia-3.19.patch |   21 --
 testing-x86_64/nvidia.install|   15 
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-18 16:50:51 UTC (rev 234113)
+++ testing-i686/PKGBUILD   2015-03-18 16:51:15 UTC (rev 234114)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.19-ARCH
-pkgrel=12
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.19' 'linux<3.20' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-conflicts=('nvidia')
-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=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-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=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-source+=('nv-drm.patch' 'nvidia-3.19.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031' 
'd14e651d20054d18e0360c157ae60ae4')
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i "$srcdir/nv-drm.patch"
-patch -p1 -i "$srcdir/nvidia-3.19.patch"
-}
-
-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/testing-i686/PKGBUILD (from rev 234113, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-18 16:51:15 UTC (rev 234114)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.19-ARCH
+pkgrel=13
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/"

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:50:51
  Author: tpowa
Revision: 234113

upgpkg: nvidia-304xx 304.125-13

rebuild against 3.19.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:49:53 UTC (rev 234112)
+++ PKGBUILD2015-03-18 16:50:51 UTC (rev 234113)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.125
 _extramodules=extramodules-3.19-ARCH
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";

Modified: nvidia.install
===
--- nvidia.install  2015-03-18 16:49:53 UTC (rev 234112)
+++ nvidia.install  2015-03-18 16:50:51 UTC (rev 234113)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.18-ARCH'
+EXTRAMODULES='extramodules-3.19-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:49:43
  Author: tpowa
Revision: 234111

upgpkg: nvidia-340xx 340.76-6

rebuild against 3.19.2

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:40:37 UTC (rev 234110)
+++ PKGBUILD2015-03-18 16:49:43 UTC (rev 234111)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-3.19-ARCH
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:49:53
  Author: tpowa
Revision: 234112

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

Added:
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 234111, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nv-drm.patch
(from rev 234111, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 234111, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 234111, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
(from rev 234111, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 234111, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/testing-i686/PKGBUILD
  nvidia-340xx/repos/testing-i686/nv-drm.patch
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install

-+
 /PKGBUILD   |  102 ++
 /nv-drm.patch   |   54 ++
 /nvidia-340xx.install   |   30 ++
 testing-i686/PKGBUILD   |   51 -
 testing-i686/nv-drm.patch   |   27 -
 testing-i686/nvidia-340xx.install   |   15 -
 testing-x86_64/PKGBUILD |   51 -
 testing-x86_64/nv-drm.patch |   27 -
 testing-x86_64/nvidia-340xx.install |   15 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-18 16:49:43 UTC (rev 234111)
+++ testing-i686/PKGBUILD   2015-03-18 16:49:53 UTC (rev 234112)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-3.19-ARCH
-pkgrel=5
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.19' 'linux<3.20' 'libgl' "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.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";
-nv-drm.patch)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ "$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
-patch -p0 -i ../nv-drm.patch
-}
-
-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"
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 234111, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-18 16:49:53 UTC (rev 234112)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-3.19-ARCH
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.19' 'linux<3.20' 'libgl' "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.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";
+nv-drm.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c'
+ '79671a27131da61

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:40:08
  Author: tpowa
Revision: 234109

upgpkg: nvidia 346.47-10

rebuild against 3.19.2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:29:13 UTC (rev 234108)
+++ PKGBUILD2015-03-18 16:40:08 UTC (rev 234109)
@@ -5,7 +5,7 @@
 pkgname=nvidia
 pkgver=346.47
 _extramodules=extramodules-3.19-ARCH
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:40:37
  Author: tpowa
Revision: 234110

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 234109, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nv-drm-343.36.patch
(from rev 234109, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 234109, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 234109, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nv-drm-343.36.patch
(from rev 234109, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 234109, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nv-drm-343.36.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nv-drm-343.36.patch
  nvidia/repos/testing-x86_64/nvidia.install

+
 /PKGBUILD  |  108 +++
 /nv-drm-343.36.patch   |   28 +
 /nvidia.install|   36 +++
 testing-i686/PKGBUILD  |   54 -
 testing-i686/nv-drm-343.36.patch   |   14 
 testing-i686/nvidia.install|   18 -
 testing-x86_64/PKGBUILD|   54 -
 testing-x86_64/nv-drm-343.36.patch |   14 
 testing-x86_64/nvidia.install  |   18 -
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-18 16:40:08 UTC (rev 234109)
+++ testing-i686/PKGBUILD   2015-03-18 16:40:37 UTC (rev 234110)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=346.47
-_extramodules=extramodules-3.19-ARCH
-pkgrel=9
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.19' 'linux<3.20' "nvidia-utils=${pkgver}" 'libgl')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
-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=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
-
-[[ "$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
-
-if [[ "$CARCH" = "x86_64" ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-fi
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-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"
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 234109, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-18 16:40:37 UTC (rev 234110)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=346.47
+_extramodules=extramodules-3.19-ARCH
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.19' 'linux<3.20' "nvidia-utils=${pkgver}" 'libgl')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.20')
+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=('ae61b6c3c081383f991bcc64ee0844b1'
+ '115b5b2d136c4b44c658ef823b8a4bab')
+
+[[ "$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)

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:29:13
  Author: tpowa
Revision: 234108

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

Added:
  cpio/repos/testing-i686/
  cpio/repos/testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234107, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/testing-x86_64/
  cpio/repos/testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 234107, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
Deleted:
  cpio/repos/testing-i686/PKGBUILD
  cpio/repos/testing-i686/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/testing-i686/cpio-2.11-stdio.in.patch
  cpio/repos/testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/testing-i686/cpio.install
  cpio/repos/testing-x86_64/PKGBUILD
  cpio/repos/testing-x86_64/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/testing-x86_64/cpio-2.11-stdio.in.patch
  cpio/repos/testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/testing-x86_64/cpio.install

-+
 testing-i686/PKGBUILD   |   49 --
 testing-i686/cpio-2.11-CVE-2014-9112.patch  |  212 
--
 testing-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch   |  152 +++
 testing-i686/cpio-2.11-stdio.in.patch   |   13 
 testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch|   30 -
 testing-i686/cpio.install   |   21 
 testing-x86_64/PKGBUILD |   49 --
 testing-x86_64/cpio-2.11-CVE-2014-9112.patch|  212 
--
 testing-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  152 +++
 testing-x86_64/cpio-2.11-stdio.in.patch |   13 
 testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch  |   30 -
 testing-x86_64/cpio.install |   21 
 12 files changed, 304 insertions(+), 650 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-16 15:53:36 UTC (rev 227655)
+++ testing-i686/PKGBUILD   2015-03-18 16:29:13 UTC (rev 234108)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: judd 
-pkgname=cpio
-pkgver=2.11
-pkgrel=5
-pkgdesc="A tool to copy files into or out of a cpio or tar archive"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.gnu.org/software/cpio";
-depends=('glibc')
-source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz
-cpio-2.11-stdio.in.patch
-cpio-2.11-CVE-2014-9112.patch
-cpio-2.11-testsuite-CVE-2014-9112.patch)
-install=cpio.install
-md5sums=('1112bb6c45863468b5496ba128792f6c'
- 'd7e58f2a1ec286febd09ea75042cf96e'
- '2541e37b85cb7baffc3a3f687453737c'
- '348870bebae57146eafeb189adbd43a4')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/cpio-2.11-stdio.in.patch
-  # from fedora git
-  patch -Np1 -i ${srcdir}/cpio-2.11-CVE-2014-9112.patch
-  patch -Np1 -i ${srcdir}/cpio-2.11-testsuite-CVE-2014-9112.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/mt ${pkgdir}/pkg/usr/share/man/man1/mt.1
-  rm -rf ${pkgdir}/usr/libexec
-  # remove mt manpage it conflicts with mt-st from extra
-  rm $pkgdir/usr/share/man/man1/mt.1 || return 1
-  # remove infodir
-  rm $pkgdir/usr/share/info/dir
-}

Deleted: testing-i686/cpio-2.11-CVE-2014-9112.patch
===
--- testing-i686/cpio-2.11-CVE-2014-9112.patch  2014-12-16 15:53:36 UTC (rev 
227655)
+++ testing-i686/cpio-2.11-CVE-2014-9112.patch  2015-03-18 16:29:13 UTC (rev 
234108)
@@ -1,212 +0,0 @@
-diff --git a/src/copyin.c b/src/copyin.c
-index d505407..db8ee66 100644
 a/src/copyin.c
-+++ b/src/copyin.c
-@@ -124,10 +124,30 @@ tape_skip_padding (int in_file_des, off_t offset)
-   if (pad != 0)
- tape_toss_input (in_file_des, pad);
- }
--
-+
-+static char *
-+get_link_name (struct cpio_file_stat *file_hdr, int in_file_des)
-+{
-+  char *link_name;
-+  
-+  if (file_hdr->c_filesize < 0 || file_hdr->c_filesize > SIZE_MAX-1)
-+{
-+  error (0, 0, _("%s: stored filename length is out of range"),
-+   file_hdr->c_name);
-+  link_name = NULL;
-+}
-+  else
-+{
-+  link_name = xmalloc (file_hdr->c_filesize + 1);
-+  tape_buffered_read (link_name, in_file_des, file_hdr->c_filesize);
-+  link_name[file_hdr->c_filesize] = '\0';
-+  tape_skip_padding (in_file_des, file_hdr->c_filesize);
-+}
-+  return link_name;
-+}
- 
- static void
--list_file(struct cpio_file_stat* file_hdr, int in_file_des)
-

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:27:07
  Author: tpowa
Revision: 234105

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

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

--+
 /PKGBUILD|  598 
 /change-default-console-loglevel.patch   |   22 
 /config  |14566 +
 /config.x86_64   |14066 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  299 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7283 
 testing-i686/config.x86_64   | 7033 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  299 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7283 
 testing-x86_64/config.x86_64 | 7033 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 29354 insertions(+), 29354 deletions(-)

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


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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:27:13
  Author: tpowa
Revision: 234107

upgpkg: cpio 2.11-6

fix CVE

Added:
  cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
Modified:
  cpio/trunk/PKGBUILD

--+
 PKGBUILD |   10 -
 cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  152 +
 2 files changed, 159 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:27:12 UTC (rev 234106)
+++ PKGBUILD2015-03-18 16:27:13 UTC (rev 234107)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 pkgname=cpio
 pkgver=2.11
-pkgrel=5
+pkgrel=6
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,12 +11,14 @@
 source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz
 cpio-2.11-stdio.in.patch
 cpio-2.11-CVE-2014-9112.patch
-cpio-2.11-testsuite-CVE-2014-9112.patch)
+cpio-2.11-testsuite-CVE-2014-9112.patch
+cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
 install=cpio.install
 md5sums=('1112bb6c45863468b5496ba128792f6c'
  'd7e58f2a1ec286febd09ea75042cf96e'
  '2541e37b85cb7baffc3a3f687453737c'
- '348870bebae57146eafeb189adbd43a4')
+ '348870bebae57146eafeb189adbd43a4'
+ '31b5e1d853b85d58e55cee1d17fa42bf')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,6 +26,8 @@
   # from fedora git
   patch -Np1 -i ${srcdir}/cpio-2.11-CVE-2014-9112.patch
   patch -Np1 -i ${srcdir}/cpio-2.11-testsuite-CVE-2014-9112.patch
+  # fix CVE-2015-1197 #44173
+  patch -Np1 -i ${srcdir}/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
 }
 
 build() {

Added: cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
===
--- cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(rev 0)
+++ cpio-2.11-check_for_symlinks-CVE-2015-1197.patch2015-03-18 16:27:13 UTC 
(rev 234107)
@@ -0,0 +1,152 @@
+Index: cpio-2.11/src/copyin.c
+===
+--- cpio-2.11.orig/src/copyin.c2014-07-01 14:02:39.991007263 +0200
 cpio-2.11/src/copyin.c 2014-07-22 16:05:28.171344584 +0200
+@@ -686,6 +686,51 @@ copyin_link(struct cpio_file_stat *file_
+   free (link_name);
+ }
+ 
++
++static int
++path_contains_symlink(char *path)
++{
++  struct stat st;
++  char *slash;
++  char *nextslash;
++
++  /* we got NULL pointer or empty string */
++  if (!path || !*path) {
++return false;
++  }
++
++  slash = path;
++
++  while ((nextslash = strchr(slash + 1, '/')) != NULL) {
++slash = nextslash;
++*slash = '\0';
++
++if (lstat(path, &st) != 0) {
++  if (errno == ELOOP) {
++/* ELOOP - too many symlinks */
++*slash = '/';
++return true;
++  } else if (errno == ENOMEM) {
++/* No memory for lstat - terminate */
++xalloc_die();
++  } else {
++/* cannot lstat path - give up */
++*slash = '/';
++return false;
++  }
++}
++
++if (S_ISLNK(st.st_mode)) {
++  *slash = '/';
++  return true;
++}
++
++*slash = '/';
++  }
++
++  return false;
++}
++
+ static void
+ copyin_file (struct cpio_file_stat *file_hdr, int in_file_des)
+ {
+@@ -1463,6 +1508,23 @@ process_copy_in ()
+   {
+ /* Copy the input file into the directory structure.  */
+ 
++  /* Can we write files over symlinks? */
++  if (!extract_over_symlinks)
++{
++  if (path_contains_symlink(file_hdr.c_name))
++{
++  /* skip the file */
++  /*
++  fprintf(stderr, "Can't write over symlinks. Skipping %s\n", 
file_hdr.c_name);
++  tape_toss_input (in_file_des, file_hdr.c_filesize);
++  tape_skip_padding (in_file_des, file_hdr.c_filesize);
++  continue;
++  */
++  /* terminate */
++error (1, 0, _("Can't write over symlinks: %s\n"), 
file_hdr.c_name);
++}
++}
++
+ /* Do we need to rename the file? */
+ if (rename_flag || rename_batch_file)
+   {
+Index: cpio-2.11/src/global.c
+===
+--- cpio-2.11.orig/src/global.c2014-07-17 16:33:09.768900927 +0200
 cpio-2.11/src/global.c 2014-07-21 17:45:58.563494706 +0200
+@@ -187,6 +187,9 @@ bool to_stdout_option = false;
+ /* The name this program was run with.  */
+ char *program_name;
+ 
++/* Extract files over symbolic links */
++bool extract_over_symlinks;
++
+ /* A pointer to either lstat or stat, depending on whether
+dereferencing of symlinks is done for input files.  */
+ int (*xstat) ();
+Index: cpio-2.11/src/main.c
+

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

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:27:12
  Author: bisson
Revision: 234106

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 234103, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/install
(from rev 234103, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.pam
(from rev 234103, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 234103, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 234103, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 234103, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 234103, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 234103, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/install
(from rev 234104, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 234104, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 234104, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 234104, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 234104, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 234104, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   89 +++
 testing-i686/install   |   10 +++
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   89 +++
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 14 files changed, 314 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 234103, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-18 16:27:12 UTC (rev 234106)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=6.8p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as login shell
+   # - fails with firewall activated, etc.
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:26:45
  Author: tpowa
Revision: 234104

upgpkg: linux 3.19.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:26:13 UTC (rev 234103)
+++ PKGBUILD2015-03-18 16:26:45 UTC (rev 234104)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.19
-pkgver=3.19.1
+pkgver=3.19.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,7 +24,7 @@
 )
 sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
 'SKIP'
-'3dbf80df9a81a285baa5188ea8d768110f24a3e4fe8bd37e1c9d7410d60a680b'
+'c2e2e745e7bad33f367432280f7a8451e2488b1f851f24e2830f15279fb87b0f'
 'SKIP'
 '704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8'
 '59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2'


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

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:26:13
  Author: bisson
Revision: 234103

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:16:29 UTC (rev 234102)
+++ PKGBUILD2015-03-18 16:26:13 UTC (rev 234103)
@@ -4,7 +4,7 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=6.7p1
+pkgver=6.8p1
 pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
@@ -21,7 +21,7 @@
 'sshd.service'
 'sshd.socket'
 'sshd.pam')
-sha1sums=('14e5fbed710ade334d65925e080d1aaeb9c85bf6' 'SKIP'
+sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
   'cc1ceec606c98c7407e7ac21ade23aed81e31405'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:44
  Author: spupykin
Revision: 129524

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 16:23:31 UTC (rev 129523)
+++ community-i686/PKGBUILD 2015-03-18 16:23:44 UTC (rev 129524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=usbredir
-pkgver=0.6
-pkgrel=4
-pkgdesc="USB traffic redirection protocol"
-arch=('i686' 'x86_64')
-url="http://spice-space.org/page/UsbRedir";
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-i686/PKGBUILD (from rev 129523, 
usbredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 16:23:44 UTC (rev 129524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=usbredir
+pkgver=0.7
+pkgrel=1
+pkgdesc="USB traffic redirection protocol"
+arch=('i686' 'x86_64')
+url="http://spice-space.org/page/UsbRedir";
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 16:23:31 UTC (rev 129523)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:44 UTC (rev 129524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=usbredir
-pkgver=0.6
-pkgrel=4
-pkgdesc="USB traffic redirection protocol"
-arch=('i686' 'x86_64')
-url="http://spice-space.org/page/UsbRedir";
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-x86_64/PKGBUILD (from rev 129523, 
usbredir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:44 UTC (rev 129524)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=usbredir
+pkgver=0.7
+pkgrel=1
+pkgdesc="USB traffic redirection protocol"
+arch=('i686' 'x86_64')
+url="http://spice-space.org/page/UsbRedir";
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:24:03
  Author: spupykin
Revision: 129525

archrelease: copy trunk to community-x86_64

Added:
  librcc/repos/community-x86_64/PKGBUILD
(from rev 129524, librcc/trunk/PKGBUILD)
  librcc/repos/community-x86_64/librcc.install
(from rev 129524, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-x86_64/PKGBUILD
  librcc/repos/community-x86_64/librcc.install

+
 PKGBUILD   |   91 +++
 librcc.install |   12 +++
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:44 UTC (rev 129524)
+++ PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
-pkgdesc="Charset Conversion Library"
-arch=(i686 x86_64)
-url="http://rusxmms.sourceforge.net/";
-license=('GPL')
-depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk2')
-install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-bdb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  mkdir -p $pkgdir/etc/rcc
-  mkdir -p $pkgdir/usr/lib/rcc/engines
-  mkdir -p $pkgdir/usr/bin
-
-  make DESTDIR=$pkgdir install
-
-  make -C examples
-  make -C examples install DESTDIR=$pkgdir
-  rm -f $pkgdir/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $pkgdir/etc
-
-  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
-  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
-  else
-  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
-  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-x86_64/PKGBUILD (from rev 129524, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 16:24:03 UTC (rev 129525)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=librcc
+pkgver=0.2.12
+pkgrel=1
+pkgdesc="Charset Conversion Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk2')
+install=librcc.install
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
+  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc.install
===
--- librcc.install  2015-03-18 16:23:44 UTC (rev 129524)
+++ librcc.install  2015-03-18 16:24:03 UTC (rev 129525)
@@ -1,6 +0,0 @@
-post_install() {
-  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
-  echo "   gui features"
-  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
-  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
-}

Copied: librcc/repos/community-x86_64/librcc.install (from rev 129524, 
librcc/trunk/librcc.install)
===
--- librcc.install  (rev 0)
+++ librcc.install  2015-03-18 16:24:03 UTC (rev 129525)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
+  echo "   gui features"
+  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
+  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:10
  Author: spupykin
Revision: 129520

archrelease: copy trunk to community-i686

Added:
  librcc/repos/community-i686/PKGBUILD
(from rev 129519, librcc/trunk/PKGBUILD)
  librcc/repos/community-i686/librcc.install
(from rev 129519, librcc/trunk/librcc.install)
Deleted:
  librcc/repos/community-i686/PKGBUILD
  librcc/repos/community-i686/librcc.install

+
 PKGBUILD   |   91 +++
 librcc.install |   12 +++
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:03 UTC (rev 129519)
+++ PKGBUILD2015-03-18 16:23:10 UTC (rev 129520)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
-pkgdesc="Charset Conversion Library"
-arch=(i686 x86_64)
-url="http://rusxmms.sourceforge.net/";
-license=('GPL')
-depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk2')
-install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-bdb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  mkdir -p $pkgdir/etc/rcc
-  mkdir -p $pkgdir/usr/lib/rcc/engines
-  mkdir -p $pkgdir/usr/bin
-
-  make DESTDIR=$pkgdir install
-
-  make -C examples
-  make -C examples install DESTDIR=$pkgdir
-  rm -f $pkgdir/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $pkgdir/etc
-
-  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
-  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
-  else
-  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
-  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-i686/PKGBUILD (from rev 129519, 
librcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 16:23:10 UTC (rev 129520)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=librcc
+pkgver=0.2.12
+pkgrel=1
+pkgdesc="Charset Conversion Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk2')
+install=librcc.install
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
+  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: librcc.install
===
--- librcc.install  2015-03-18 16:23:03 UTC (rev 129519)
+++ librcc.install  2015-03-18 16:23:10 UTC (rev 129520)
@@ -1,6 +0,0 @@
-post_install() {
-  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
-  echo "   gui features"
-  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
-  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
-}

Copied: librcc/repos/community-i686/librcc.install (from rev 129519, 
librcc/trunk/librcc.install)
===
--- librcc.install  (rev 0)
+++ librcc.install  2015-03-18 16:23:10 UTC (rev 129520)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
+  echo "   gui features"
+  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
+  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:31
  Author: spupykin
Revision: 129523

upgpkg: usbredir 0.7-1

upd

Modified:
  usbredir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:28 UTC (rev 129522)
+++ PKGBUILD2015-03-18 16:23:31 UTC (rev 129523)
@@ -3,8 +3,8 @@
 # Maintainer: Stefano Facchini 
 
 pkgname=usbredir
-pkgver=0.6
-pkgrel=4
+pkgver=0.7
+pkgrel=1
 pkgdesc="USB traffic redirection protocol"
 arch=('i686' 'x86_64')
 url="http://spice-space.org/page/UsbRedir";
@@ -12,6 +12,7 @@
 depends=('libusb')
 source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
 sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
+sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:03
  Author: spupykin
Revision: 129519

upgpkg: librcc 0.2.12-1

upd

Modified:
  librcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:12:56 UTC (rev 129518)
+++ PKGBUILD2015-03-18 16:23:03 UTC (rev 129519)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=librcc
-pkgver=0.2.10
-pkgrel=4
+pkgver=0.2.12
+pkgrel=1
 pkgdesc="Charset Conversion Library"
 arch=(i686 x86_64)
 url="http://rusxmms.sourceforge.net/";
@@ -11,8 +11,9 @@
 depends=('aspell' 'enca' 'libxml2' 'librcd')
 makedepends=('patch' 'gtk2')
 install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcc-$pkgver.tar.bz2)
+md5sums=('930de6cd64e5daa33cabed58261634bb')
 
 build() {
   cd $srcdir/$pkgname-${pkgver}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:28
  Author: spupykin
Revision: 129522

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 16:23:14 UTC (rev 129521)
+++ community-i686/PKGBUILD 2015-03-18 16:23:28 UTC (rev 129522)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=librcd
-pkgver=0.1.11
-pkgrel=4
-pkgdesc="Charset Detection Library"
-arch=(i686 x86_64)
-url="http://rusxmms.sourceforge.net/";
-depends=(glibc)
-license=('GPL')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17fcea35961f85c21c58a233d54a508c')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: librcd/repos/community-i686/PKGBUILD (from rev 129521, 
librcd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 16:23:28 UTC (rev 129522)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=librcd
+pkgver=0.1.14
+pkgrel=1
+pkgdesc="Charset Detection Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+depends=(glibc)
+license=('GPL')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcd-$pkgver.tar.bz2)
+md5sums=('f6eb72dbdbc97f6563f527a24253fc4a')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 16:23:14 UTC (rev 129521)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:28 UTC (rev 129522)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=librcd
-pkgver=0.1.11
-pkgrel=4
-pkgdesc="Charset Detection Library"
-arch=(i686 x86_64)
-url="http://rusxmms.sourceforge.net/";
-depends=(glibc)
-license=('GPL')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17fcea35961f85c21c58a233d54a508c')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: librcd/repos/community-x86_64/PKGBUILD (from rev 129521, 
librcd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 16:23:28 UTC (rev 129522)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=librcd
+pkgver=0.1.14
+pkgrel=1
+pkgdesc="Charset Detection Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+depends=(glibc)
+license=('GPL')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcd-$pkgver.tar.bz2)
+md5sums=('f6eb72dbdbc97f6563f527a24253fc4a')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  make DESTDIR=$pkgdir install
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:23:14
  Author: spupykin
Revision: 129521

upgpkg: librcd 0.1.14-1

upd

Modified:
  librcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 16:23:10 UTC (rev 129520)
+++ PKGBUILD2015-03-18 16:23:14 UTC (rev 129521)
@@ -3,15 +3,16 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=librcd
-pkgver=0.1.11
-pkgrel=4
+pkgver=0.1.14
+pkgrel=1
 pkgdesc="Charset Detection Library"
 arch=(i686 x86_64)
 url="http://rusxmms.sourceforge.net/";
 depends=(glibc)
 license=('GPL')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('17fcea35961f85c21c58a233d54a508c')
+#source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+source=(http://darksoft.org/files/rusxmms/librcd-$pkgver.tar.bz2)
+md5sums=('f6eb72dbdbc97f6563f527a24253fc4a')
 
 build() {
   cd $srcdir/$pkgname-${pkgver}


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

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:16:29
  Author: bisson
Revision: 234102

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 234101, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 234101, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 234101, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 234101, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-i686/argb.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake
  conky/repos/extra-x86_64/argb.patch

-+
 /PKGBUILD   |   88 +
 /PKGBUILD.cmake |   98 ++
 extra-i686/PKGBUILD |   51 -
 extra-i686/PKGBUILD.cmake   |   49 -
 extra-i686/argb.patch   |   51 -
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/PKGBUILD.cmake |   49 -
 extra-x86_64/argb.patch |   51 -
 8 files changed, 186 insertions(+), 302 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-18 16:15:56 UTC (rev 234101)
+++ extra-i686/PKGBUILD 2015-03-18 16:16:29 UTC (rev 234102)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=5
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('docbook2x')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-'argb.patch')
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d'
-  '9f3d73695c11f88ea7a212acdd746a78f9e51168')
-
-backup=('etc/conky/'conky{,_no_x11}.conf)
-options=('!emptydirs')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p0 -i ../argb.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 234101, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-18 16:16:29 UTC (rev 234102)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=6
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: extra-i686/PKGBUILD.cmake

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

2015-03-18 Thread Gaetan Bisson
Date: Wednesday, March 18, 2015 @ 17:15:56
  Author: bisson
Revision: 234101

fix FS#44239, that is, revert "fix" for FS#44187

Modified:
  conky/trunk/PKGBUILD
Deleted:
  conky/trunk/argb.patch

+
 PKGBUILD   |   13 +++--
 argb.patch |   51 ---
 2 files changed, 3 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:38:12 UTC (rev 234100)
+++ PKGBUILD2015-03-18 16:15:56 UTC (rev 234101)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight system monitor for X'
 url='http://conky.sourceforge.net/'
 license=('BSD' 'GPL')
@@ -13,19 +13,12 @@
 arch=('i686' 'x86_64')
 makedepends=('docbook2x')
 depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-'argb.patch')
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d'
-  '9f3d73695c11f88ea7a212acdd746a78f9e51168')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
 
 backup=('etc/conky/'conky{,_no_x11}.conf)
 options=('!emptydirs')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p0 -i ../argb.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: argb.patch
===
--- argb.patch  2015-03-18 14:38:12 UTC (rev 234100)
+++ argb.patch  2015-03-18 16:15:56 UTC (rev 234101)
@@ -1,51 +0,0 @@
-diff -Naur src/conky.c src/conky.c
 src/conky.c2015-03-11 22:02:31.0 -0400
-+++ src/conky.c2015-03-11 22:00:06.922599010 -0400
-@@ -5064,6 +5064,11 @@
- #ifdef USE_ARGB
-   CONF("own_window_argb_visual") {
-   use_argb_visual = string_to_bool(value);
-+#ifdef IMLIB2
-+  /* disable blending to the empty window to avoid image
-+   * opacity problems */
-+  cimlib_set_blend_drawable(0);
-+#endif
-   }
-   CONF("own_window_argb_value") {
-   own_window_argb_value = strtol(value, 0, 0);
-diff -Naur src/imlib2.c src/imlib2.c
 src/imlib2.c   2012-05-03 17:08:27.0 -0400
-+++ src/imlib2.c   2015-03-11 22:01:36.538530347 -0400
-@@ -59,6 +59,9 @@
- 
- #define DEFAULT_IMLIB2_CACHE_SIZE 4096 * 1024 /* default cache size for 
loaded images */
- 
-+/* whether to blend images to drawable or not */
-+static int cimlib_blend_drawable = 1;
-+
- void cimlib_set_cache_size(long size)
- {
-   imlib_set_cache_size(size);
-@@ -74,6 +77,11 @@
-   }
- }
- 
-+void cimlib_set_blend_drawable(int blend)
-+{
-+  cimlib_blend_drawable = blend;
-+}
-+
- void cimlib_cleanup(void)
- {
-   struct image_list_s *cur = image_list_start, *last = NULL;
-@@ -247,8 +255,8 @@
-   /* clear our buffer */
-   imlib_context_set_image(buffer);
-   imlib_image_clear();
--  /* we can blend stuff now */
--  imlib_context_set_blend(1);
-+  /* we can blend stuff now if enabled */
-+  imlib_context_set_blend(cimlib_blend_drawable);
-   /* turn alpha channel on */
-   imlib_image_set_has_alpha(1);
- 


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:12:43
  Author: spupykin
Revision: 129517

upgpkg: linphone 3.8.0-4

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:50:49 UTC (rev 129516)
+++ PKGBUILD2015-03-18 16:12:43 UTC (rev 129517)
@@ -5,7 +5,7 @@
 
 pkgname=linphone
 pkgver=3.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/index.php/eng";


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 17:12:56
  Author: spupykin
Revision: 129518

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 129517, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 129517, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 129517, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 129517, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 16:12:43 UTC (rev 129517)
+++ community-i686/ChangeLog2015-03-18 16:12:56 UTC (rev 129518)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 129517, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 16:12:56 UTC (rev 129518)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 16:12:43 UTC (rev 129517)
+++ community-i686/PKGBUILD 2015-03-18 16:12:56 UTC (rev 129518)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-pkgname=linphone
-pkgver=3.8.0
-pkgrel=3
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng";
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz";)
-md5sums=('086b4100d4817497223fe4b6c37a0acd')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linphone/repos/community-i686/PKGBUILD (from rev 129517, 
linphone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 16:12:56 UTC (rev 129518)
@@ 

[arch-commits] Commit in libmatchbox/trunk (PKGBUILD libpng15.patch)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:50:35
  Author: spupykin
Revision: 129515

upgpkg: libmatchbox 1.11-1

upd

Modified:
  libmatchbox/trunk/PKGBUILD
Deleted:
  libmatchbox/trunk/libpng15.patch

+
 PKGBUILD   |   10 --
 libpng15.patch |   23 ---
 2 files changed, 4 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:38:06 UTC (rev 129514)
+++ PKGBUILD2015-03-18 15:50:35 UTC (rev 129515)
@@ -3,20 +3,18 @@
 # Contributor: Henrique C. Alves 
 
 pkgname=libmatchbox
-pkgver=1.10
-pkgrel=3
+pkgver=1.11
+pkgrel=1
 pkgdesc="Base library for Matchbox WM"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
 url="http://matchbox-project.org/";
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
-md5sums=('042c5874631dfb95151aa793dc1434b8')
+source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
+md5sums=('fc6cc807f55a3e7c752d8013176875d7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-#  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
-#  patch -Rp1 <$srcdir/libpng15.patch
   LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
   make
 }

Deleted: libpng15.patch
===
--- libpng15.patch  2015-03-18 15:38:06 UTC (rev 129514)
+++ libpng15.patch  2015-03-18 15:50:35 UTC (rev 129515)
@@ -1,23 +0,0 @@
-diff -wbBur libmatchbox-1.9/libmb/mbpixbuf.c 
libmatchbox-1.9.org/libmb/mbpixbuf.c
 libmatchbox-1.9/libmb/mbpixbuf.c   2012-01-19 21:57:56.0 +0400
-+++ libmatchbox-1.9.org/libmb/mbpixbuf.c   2006-07-26 23:12:25.0 
+0400
-@@ -247,7 +247,7 @@
- return NULL;
-   }
- 
--  if ( setjmp( png_jmpbuf(png_ptr) ) ) {
-+  if ( setjmp( png_ptr->jmpbuf ) ) {
- png_destroy_read_struct( &png_ptr, &info_ptr, NULL);
- fclose(fd);
- return NULL;
-@@ -269,8 +269,8 @@
-   ( color_type == PNG_COLOR_TYPE_GRAY_ALPHA ))
- png_set_gray_to_rgb(png_ptr);
-  
--  if ( png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA 
--   || png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_GRAY_ALPHA
-+  if ( info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA 
-+   || info_ptr->color_type == PNG_COLOR_TYPE_GRAY_ALPHA
-)
- *has_alpha = 1;
-   else


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:50:49
  Author: spupykin
Revision: 129516

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

Added:
  libmatchbox/repos/community-i686/PKGBUILD
(from rev 129515, libmatchbox/trunk/PKGBUILD)
  libmatchbox/repos/community-x86_64/PKGBUILD
(from rev 129515, libmatchbox/trunk/PKGBUILD)
Deleted:
  libmatchbox/repos/community-i686/PKGBUILD
  libmatchbox/repos/community-i686/libpng15.patch
  libmatchbox/repos/community-x86_64/PKGBUILD
  libmatchbox/repos/community-x86_64/libpng15.patch

-+
 /PKGBUILD   |   50 ++
 community-i686/PKGBUILD |   27 
 community-i686/libpng15.patch   |   23 -
 community-x86_64/PKGBUILD   |   27 
 community-x86_64/libpng15.patch |   23 -
 5 files changed, 50 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:50:35 UTC (rev 129515)
+++ community-i686/PKGBUILD 2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=libmatchbox
-pkgver=1.10
-pkgrel=3
-pkgdesc="Base library for Matchbox WM"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
-url="http://matchbox-project.org/";
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
-md5sums=('042c5874631dfb95151aa793dc1434b8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
-#  patch -Rp1 <$srcdir/libpng15.patch
-  LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libmatchbox/repos/community-i686/PKGBUILD (from rev 129515, 
libmatchbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:50:49 UTC (rev 129516)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Henrique C. Alves 
+
+pkgname=libmatchbox
+pkgver=1.11
+pkgrel=1
+pkgdesc="Base library for Matchbox WM"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
+url="http://matchbox-project.org/";
+source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.bz2)
+md5sums=('fc6cc807f55a3e7c752d8013176875d7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  LDFLAGS="-lX11" ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libpng15.patch
===
--- community-i686/libpng15.patch   2015-03-18 15:50:35 UTC (rev 129515)
+++ community-i686/libpng15.patch   2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,23 +0,0 @@
-diff -wbBur libmatchbox-1.9/libmb/mbpixbuf.c 
libmatchbox-1.9.org/libmb/mbpixbuf.c
 libmatchbox-1.9/libmb/mbpixbuf.c   2012-01-19 21:57:56.0 +0400
-+++ libmatchbox-1.9.org/libmb/mbpixbuf.c   2006-07-26 23:12:25.0 
+0400
-@@ -247,7 +247,7 @@
- return NULL;
-   }
- 
--  if ( setjmp( png_jmpbuf(png_ptr) ) ) {
-+  if ( setjmp( png_ptr->jmpbuf ) ) {
- png_destroy_read_struct( &png_ptr, &info_ptr, NULL);
- fclose(fd);
- return NULL;
-@@ -269,8 +269,8 @@
-   ( color_type == PNG_COLOR_TYPE_GRAY_ALPHA ))
- png_set_gray_to_rgb(png_ptr);
-  
--  if ( png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA 
--   || png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_GRAY_ALPHA
-+  if ( info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA 
-+   || info_ptr->color_type == PNG_COLOR_TYPE_GRAY_ALPHA
-)
- *has_alpha = 1;
-   else

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:50:35 UTC (rev 129515)
+++ community-x86_64/PKGBUILD   2015-03-18 15:50:49 UTC (rev 129516)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Henrique C. Alves 
-
-pkgname=libmatchbox
-pkgver=1.10
-pkgrel=3
-pkgdesc="Base library for Matchbox WM"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg>=7' 'xsettings-client' 'libxext')
-url="http://matchbox-project.org/";
-source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
-md5sums=('042c5874631dfb95151aa793dc1434b8')
-
-build() {
-  cd "$srcdir/$pkgname-

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:38:06
  Author: spupykin
Revision: 129514

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

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

-+
 /PKGBUILD   |   68 ++
 community-i686/PKGBUILD |   28 -
 community-i686/ht.install   |   20 
 community-x86_64/PKGBUILD   |   28 -
 community-x86_64/ht.install |   20 
 5 files changed, 108 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:36:51 UTC (rev 129513)
+++ community-i686/PKGBUILD 2015-03-18 15:38:06 UTC (rev 129514)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tardo 
-# Contributor: Simon Morgan <"mra84...@mra.pb.hx".decode('rot-13')>
-
-pkgname=ht
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A file editor/viewer/analyzer for executables"
-arch=('i686' 'x86_64')
-url="http://hte.sourceforge.net/";
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
-md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-i686/PKGBUILD (from rev 129513, ht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:38:06 UTC (rev 129514)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Simon Morgan <"mra84...@mra.pb.hx".decode('rot-13')>
+
+pkgname=ht
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="A file editor/viewer/analyzer for executables"
+arch=('i686' 'x86_64')
+url="http://hte.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs' 'ncurses' 'lzo')
+makedepends=('texinfo')
+install=ht.install
+source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
+md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-x11-textmode --enable-release --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # avoid TeX conflict
+  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+  # doc
+  install -dm0755 $pkgdir/usr/share/{info,doc/ht}
+  install -m0644 doc/*.info $pkgdir/usr/share/info/
+  install -m0644 doc/{README,*.html} $pkgdir/usr/share/doc/ht/
+}

Copied: ht/repos/community-i686/ht.install (from rev 129513, 
ht/trunk/ht.install)
===
--- community-i686/ht.install   (rev 0)
+++ community-i686/ht.install   2015-03-18 15:38:06 UTC (rev 129514)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ht.info hthelp.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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:36:51 UTC (rev 129513)
+++ community-x86_64/PKGBUILD   2015-03-18 15:38:06 UTC (rev 129514)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tardo 
-# Contributor: Simon Morgan <"mra84...@mra.pb.hx".decode('rot-13')>
-
-pkgname=ht
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A file editor/viewer/analyzer for executables"
-arch=('i686' 'x86_64')
-url="http://hte.sourceforge.net/";
-license=('GPL')
-depends=('gcc-libs' 'ncurses' 'lzo')
-source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
-md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --disable-x11-textmode --enable-release --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # avoid TeX conflict
-  mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
-}

Copied: ht/repos/community-x86_64/PKGBUILD (fro

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

2015-03-18 Thread Jaroslav Lichtblau
Date: Wednesday, March 18, 2015 @ 16:36:51
  Author: jlichtblau
Revision: 129513

archrelease: copy trunk to community-any

Added:
  synbak/repos/community-any/PKGBUILD
(from rev 129512, synbak/trunk/PKGBUILD)
  synbak/repos/community-any/synbak.changelog
(from rev 129512, synbak/trunk/synbak.changelog)
Deleted:
  synbak/repos/community-any/PKGBUILD
  synbak/repos/community-any/synbak.changelog

--+
 PKGBUILD |   60 ++---
 synbak.changelog |   31 +++
 2 files changed, 47 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 15:36:38 UTC (rev 129512)
+++ PKGBUILD2015-03-18 15:36:51 UTC (rev 129513)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: aeolist 
-
-pkgname=synbak
-pkgver=3.0
-pkgrel=1
-pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
-arch=('any')
-url='http://www.initzero.it/products/opensource/synbak'
-license=('GPL')
-depends=('bc' 'netcat')
-changelog=$pkgname.changelog
-source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1aa2ab54a3e3461f1969fc1cd64f861e44f503e2be7625d2610e24445a7119af')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: synbak/repos/community-any/PKGBUILD (from rev 129512, 
synbak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 15:36:51 UTC (rev 129513)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: aeolist 
+
+pkgname=synbak
+pkgver=3.1
+pkgrel=1
+pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
+arch=('any')
+url='http://www.initzero.it/products/opensource/synbak'
+license=('GPL')
+depends=('bc' 'netcat')
+changelog=$pkgname.changelog
+source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b875ba967ff3c3a0ed1dd92b240d08a7389313124d50523f96aadf6ebc8df099')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: synbak.changelog
===
--- synbak.changelog2015-03-18 15:36:38 UTC (rev 129512)
+++ synbak.changelog2015-03-18 15:36:51 UTC (rev 129513)
@@ -1,14 +0,0 @@
-2013-10-14 Jaroslav Lichtblau 
-   * synbak 3.0-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * synbak 2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * synbak 1.4.0-1
-
-2010-08-29 Jaroslav Lichtblau 
-   * synbak 1.3.2-1
-
-2009-11-08 Jaroslav Lichtblau 
-   * synbak 1.2.2-1

Copied: synbak/repos/community-any/synbak.changelog (from rev 129512, 
synbak/trunk/synbak.changelog)
===
--- synbak.changelog(rev 0)
+++ synbak.changelog2015-03-18 15:36:51 UTC (rev 129513)
@@ -0,0 +1,17 @@
+2015-03-18 Jaroslav Lichtblau 
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
+2013-01-13 Jaroslav Lichtblau 
+   * synbak 2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * synbak 1.4.0-1
+
+2010-08-29 Jaroslav Lichtblau 
+   * synbak 1.3.2-1
+
+2009-11-08 Jaroslav Lichtblau 
+   * synbak 1.2.2-1


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

2015-03-18 Thread Jaroslav Lichtblau
Date: Wednesday, March 18, 2015 @ 16:36:38
  Author: jlichtblau
Revision: 129512

upgpkg: synbak 3.1-1

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |8 
 synbak.changelog |   13 -
 2 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:39 UTC (rev 129511)
+++ PKGBUILD2015-03-18 15:36:38 UTC (rev 129512)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Geoffroy Carrier 
 # Contributor: William Rea 
 # Contributor: aeolist 
 
 pkgname=synbak
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1aa2ab54a3e3461f1969fc1cd64f861e44f503e2be7625d2610e24445a7119af')
+sha256sums=('b875ba967ff3c3a0ed1dd92b240d08a7389313124d50523f96aadf6ebc8df099')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -26,5 +26,5 @@
 package() {
   cd ${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: synbak.changelog
===
--- synbak.changelog2015-03-18 15:33:39 UTC (rev 129511)
+++ synbak.changelog2015-03-18 15:36:38 UTC (rev 129512)
@@ -1,14 +1,17 @@
-2013-10-14 Jaroslav Lichtblau 
+2015-03-18 Jaroslav Lichtblau 
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau 
* synbak 3.0-1
 
-2013-01-13 Jaroslav Lichtblau 
+2013-01-13 Jaroslav Lichtblau 
* synbak 2.1-1
 
-2011-06-22 Jaroslav Lichtblau 
+2011-06-22 Jaroslav Lichtblau 
* synbak 1.4.0-1
 
-2010-08-29 Jaroslav Lichtblau 
+2010-08-29 Jaroslav Lichtblau 
* synbak 1.3.2-1
 
-2009-11-08 Jaroslav Lichtblau 
+2009-11-08 Jaroslav Lichtblau 
* synbak 1.2.2-1


[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:39
  Author: spupykin
Revision: 129511

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 129510, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:30 UTC (rev 129510)
+++ PKGBUILD2015-03-18 15:33:39 UTC (rev 129511)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=1.73
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize";
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
-md5sums=('de0a9c528c12793c881151301bc14d1a')
-
-build() {
-  cd  $srcdir/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/WWW-Mechanize-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 129510, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 15:33:39 UTC (rev 129511)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=1.74
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="http://search.cpan.org/dist/WWW-Mechanize";
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
+md5sums=('8ec615225037ac66a2d37f4e9693ef86')
+
+build() {
+  cd  $srcdir/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/WWW-Mechanize-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:59
  Author: spupykin
Revision: 129506

upgpkg: maven 3.3.1-1

upd

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:55 UTC (rev 129505)
+++ PKGBUILD2015-03-18 15:32:59 UTC (rev 129506)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=maven
-pkgver=3.2.5
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="A Java project management and project comprehension tool"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('opt/maven/conf/settings.xml')
 
source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
maven.sh)
-md5sums=('ed598fe30acc52738cc5f62ef7869538'
+md5sums=('5ee431e9c6428b7b57a4d94c35ffe4e0'
  '5ed0bddbf5c5375fe5032a76a9506426')
 
 package() {


[arch-commits] Commit in perl-test-spec/repos/community-any (PKGBUILD PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:26
  Author: spupykin
Revision: 129509

archrelease: copy trunk to community-any

Added:
  perl-test-spec/repos/community-any/PKGBUILD
(from rev 129508, perl-test-spec/trunk/PKGBUILD)
Deleted:
  perl-test-spec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:16 UTC (rev 129508)
+++ PKGBUILD2015-03-18 15:33:26 UTC (rev 129509)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-test-spec
-pkgver=0.47
-pkgrel=1
-pkgdesc='Write tests in a declarative specification style'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-package-stash>=0.23' 'perl-test-deep>=0.103' perl-test-trap
- perl-tie-ixhash)
-checkdepends=('perl-module-implementation' 'perl-try-tiny')
-url="https://metacpan.org/release/Test-Spec";
-source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHILIP/Test-Spec-$pkgver.tar.gz";)
-md5sums=('60d8e0f221696c4f80ec0f4facefcff6')
-
-build()
-(
-  cd Test-Spec-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Test-Spec-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Test-Spec-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-test-spec/repos/community-any/PKGBUILD (from rev 129508, 
perl-test-spec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 15:33:26 UTC (rev 129509)
@@ -0,0 +1,45 @@
+# Maintainer: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-test-spec
+pkgver=0.49
+pkgrel=1
+pkgdesc='Write tests in a declarative specification style'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-package-stash>=0.23' 'perl-test-deep>=0.103' perl-test-trap
+ perl-tie-ixhash)
+checkdepends=('perl-module-implementation' 'perl-try-tiny')
+url="https://metacpan.org/release/Test-Spec";
+source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHILIP/Test-Spec-$pkgver.tar.gz";)
+md5sums=('cac8f7d113ef25369a7d25dfc9c094b6')
+
+build()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd Test-Spec-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:10
  Author: spupykin
Revision: 129507

archrelease: copy trunk to community-any

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

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

Deleted: ChangeLog
===
--- ChangeLog   2015-03-18 15:32:59 UTC (rev 129506)
+++ ChangeLog   2015-03-18 15:33:10 UTC (rev 129507)
@@ -1,3 +0,0 @@
-2007-06-29 tardo 
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Copied: maven/repos/community-any/ChangeLog (from rev 129506, 
maven/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-03-18 15:33:10 UTC (rev 129507)
@@ -0,0 +1,3 @@
+2007-06-29 tardo 
+* Built for x86_64
+* Not sure if the binary will work.. but lets try anyway

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

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

Deleted: maven.sh
===
--- maven.sh2015-03-18 15:32:59 UTC (rev 129506)
+++ maven.sh2015-03-18 15:33:10 UTC (rev 129507)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 129506, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2015-03-18 15:33:10 UTC (rev 129507)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin


[arch-commits] Commit in perl-test-spec/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:16
  Author: spupykin
Revision: 129508

upgpkg: perl-test-spec 0.49-1

upd

Modified:
  perl-test-spec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:10 UTC (rev 129507)
+++ PKGBUILD2015-03-18 15:33:16 UTC (rev 129508)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-test-spec
-pkgver=0.47
+pkgver=0.49
 pkgrel=1
 pkgdesc='Write tests in a declarative specification style'
 arch=(any)
@@ -13,7 +13,7 @@
 checkdepends=('perl-module-implementation' 'perl-try-tiny')
 url="https://metacpan.org/release/Test-Spec";
 
source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHILIP/Test-Spec-$pkgver.tar.gz";)
-md5sums=('60d8e0f221696c4f80ec0f4facefcff6')
+md5sums=('cac8f7d113ef25369a7d25dfc9c094b6')
 
 build()
 (


[arch-commits] Commit in perl-www-mechanize/trunk (PKGBUILD)

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:33:30
  Author: spupykin
Revision: 129510

upgpkg: perl-www-mechanize 1.74-1

upd

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:33:26 UTC (rev 129509)
+++ PKGBUILD2015-03-18 15:33:30 UTC (rev 129510)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=1.73
+pkgver=1.74
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -13,7 +13,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
-md5sums=('de0a9c528c12793c881151301bc14d1a')
+md5sums=('8ec615225037ac66a2d37f4e9693ef86')
 
 build() {
   cd  $srcdir/WWW-Mechanize-$pkgver


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:55
  Author: spupykin
Revision: 129505

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

Added:
  libosip2/repos/community-i686/ChangeLog
(from rev 129504, libosip2/trunk/ChangeLog)
  libosip2/repos/community-i686/PKGBUILD
(from rev 129504, libosip2/trunk/PKGBUILD)
  libosip2/repos/community-x86_64/ChangeLog
(from rev 129504, libosip2/trunk/ChangeLog)
  libosip2/repos/community-x86_64/PKGBUILD
(from rev 129504, libosip2/trunk/PKGBUILD)
Deleted:
  libosip2/repos/community-i686/ChangeLog
  libosip2/repos/community-i686/PKGBUILD
  libosip2/repos/community-x86_64/ChangeLog
  libosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /PKGBUILD  |   98 +++
 community-i686/ChangeLog   |   11 
 community-i686/PKGBUILD|   49 -
 community-x86_64/ChangeLog |   11 
 community-x86_64/PKGBUILD  |   49 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 15:32:43 UTC (rev 129504)
+++ community-i686/ChangeLog2015-03-18 15:32:55 UTC (rev 129505)
@@ -1,11 +0,0 @@
-2008-04-20  Darwin Bautista  
-* libosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* libosip2 3.0.3_2-1
-* New upstream release
-
-2007-11-16  Darwin Bautista  
-* libosip2 2.2.2-1
-* Reverting back to old version since Linphone requires it

Copied: libosip2/repos/community-i686/ChangeLog (from rev 129504, 
libosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 15:32:55 UTC (rev 129505)
@@ -0,0 +1,11 @@
+2008-04-20  Darwin Bautista  
+* libosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* libosip2 3.0.3_2-1
+* New upstream release
+
+2007-11-16  Darwin Bautista  
+* libosip2 2.2.2-1
+* Reverting back to old version since Linphone requires it

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:32:43 UTC (rev 129504)
+++ community-i686/PKGBUILD 2015-03-18 15:32:55 UTC (rev 129505)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Michal Hybner 
-
-pkgname=libosip2
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="oSIP is an implementation of SIP"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/osip/";
-license=('LGPL')
-depends=(glibc)
-options=(!emptydirs)
-source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
-
-build() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-
-  patch -p1 <
- #include 
-
-+union semun
-+{
-+ int val;
-+ struct semid_ds *buf;
-+ unsigned short int *array;
-+ struct seminfo *__buf;
-+};
-+
- #include 
-
- #include 
-EOF
-
-  ./configure --prefix=/usr --disable-semaphore --enable-sysv
-  make
-}
-
-package() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-  make DESTDIR=$pkgdir install
-}

Copied: libosip2/repos/community-i686/PKGBUILD (from rev 129504, 
libosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:55 UTC (rev 129505)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Michal Hybner 
+
+pkgname=libosip2
+epoch=1
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="oSIP is an implementation of SIP"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/osip/";
+license=('LGPL')
+depends=(glibc)
+options=(!emptydirs)
+source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
+md5sums=('756423628683c07f817432f046a26516')
+
+build() {
+  cd $srcdir/libosip2-${pkgver/_/-}/
+
+  patch -p1 <
+ #include 
+
++union semun
++{
++ int val;
++ struct semid_ds *buf;
++ unsigned short int *array;
++ struct seminfo *__buf;
++};
++
+ #include 
+
+ #include 
+EOF
+
+  ./configure --prefix=/usr --disable-semaphore --enable-sysv
+  make
+}
+
+package() {
+  cd $srcdir/libosip2-${pkgver/_/-}/
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-03-18 15:32:43 UTC (rev 129504)
+++ community-x86_64/ChangeLog  2015-03-18 15:32:55 UTC (rev 129505)
@@ -1,11 +0,0 @@
-2008-04-20  Darwin Bautista  
-* libosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* libosip2 3.0.3_2-1
-* New upstream release
-
-2007-11-16  Darwin Bautista  
-* libosip2 2.2.2-1
-* Reverting back to old version since Linphone requires it

Copied: libosip2/repos/community-x86_64/ChangeLog (from rev 129504, 
libos

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:21
  Author: spupykin
Revision: 129500

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
(from rev 129499, grc/trunk/PKGBUILD)
  grc/repos/community-any/install.sh.patch
(from rev 129499, grc/trunk/install.sh.patch)
Deleted:
  grc/repos/community-any/PKGBUILD
  grc/repos/community-any/install.sh.patch

--+
 PKGBUILD |   56 ++---
 install.sh.patch |   16 +++
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:13 UTC (rev 129499)
+++ PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Xilon 
-# Contributor: Edward Toroschin 
-
-pkgname=grc
-pkgver=1.7
-pkgrel=1
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
-arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
-   install.sh.patch)
-md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
- '096bfb843ea779d1cf509f11d4fefffe')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../install.sh.patch
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./install.sh "$pkgdir"
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 129499, grc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Xilon 
+# Contributor: Edward Toroschin 
+
+pkgname=grc
+pkgver=1.7
+pkgrel=2
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
+   install.sh.patch)
+md5sums=('8d60bbe162d5f007afd26719a781f914'
+ '096bfb843ea779d1cf509f11d4fefffe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../install.sh.patch
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./install.sh "$pkgdir"
+}

Deleted: install.sh.patch
===
--- install.sh.patch2015-03-18 15:32:13 UTC (rev 129499)
+++ install.sh.patch2015-03-18 15:32:21 UTC (rev 129500)
@@ -1,8 +0,0 @@
 a/install.sh   1999-10-15 01:27:14.0 +0800
-+++ b/install.sh   2007-10-04 13:59:30.0 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR

Copied: grc/repos/community-any/install.sh.patch (from rev 129499, 
grc/trunk/install.sh.patch)
===
--- install.sh.patch(rev 0)
+++ install.sh.patch2015-03-18 15:32:21 UTC (rev 129500)
@@ -0,0 +1,8 @@
+--- a/install.sh   1999-10-15 01:27:14.0 +0800
 b/install.sh   2007-10-04 13:59:30.0 +0800
+@@ -12,3 +12,5 @@
+ cp -fv conf.* $LIBDIR
+ mkdir -p $CONFDIR || true
+ cp -fv grc.conf $CONFDIR
++mkdir -p $MANDIR || true
++cp -fv {grcat,grc}.1 $MANDIR


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:26
  Author: spupykin
Revision: 129502

upgpkg: libexosip2 1:4.1.0-1

upd

Modified:
  libexosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:24 UTC (rev 129501)
+++ PKGBUILD2015-03-18 15:32:26 UTC (rev 129502)
@@ -4,8 +4,8 @@
 
 pkgname=libexosip2
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="A library that hides the complexity of using SIP for multimedia 
session establishement"
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/exosip/";
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('libosip2>=4.0.0' 'openssl')
 
source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
+md5sums=('62de8bf34dbf803bc531ad5b1adcd028')
 
 build() {
   cd "$srcdir/libeXosip2-${pkgver/_/-}"


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:10
  Author: spupykin
Revision: 129498

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:31:57 UTC (rev 129497)
+++ community-i686/PKGBUILD 2015-03-18 15:32:10 UTC (rev 129498)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Kalidarn
-
-pkgname=freeradius-client
-pkgver=1.1.6
-pkgrel=6
-pkgdesc="FreeRADIUS Client Software"
-arch=('i686' 'x86_64')
-url="http://wiki.freeradius.org/Radiusclient";
-license=('BSD')
-depends=('sh')
-source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
-md5sums=('2e46564e450ae13aedb70dc133b158ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
-  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
-}

Copied: freeradius-client/repos/community-i686/PKGBUILD (from rev 129497, 
freeradius-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:10 UTC (rev 129498)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Kalidarn
+
+pkgname=freeradius-client
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="FreeRADIUS Client Software"
+arch=('i686' 'x86_64')
+url="http://wiki.freeradius.org/Radiusclient";
+license=('BSD')
+depends=('sh')
+#source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRADIUS/freeradius-client/archive/release_${pkgver//./_}.tar.gz)
+md5sums=('caba9b9a0c15cfb7f204273f30fc83c3')
+
+build() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
+  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:31:57 UTC (rev 129497)
+++ community-x86_64/PKGBUILD   2015-03-18 15:32:10 UTC (rev 129498)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Kalidarn
-
-pkgname=freeradius-client
-pkgver=1.1.6
-pkgrel=6
-pkgdesc="FreeRADIUS Client Software"
-arch=('i686' 'x86_64')
-url="http://wiki.freeradius.org/Radiusclient";
-license=('BSD')
-depends=('sh')
-source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
-md5sums=('2e46564e450ae13aedb70dc133b158ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
-  mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default
-}

Copied: freeradius-client/repos/community-x86_64/PKGBUILD (from rev 129497, 
freeradius-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-18 15:32:10 UTC (rev 129498)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Kalidarn
+
+pkgname=freeradius-client
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="FreeRADIUS Client Software"
+arch=('i686' 'x86_64')
+url="http://wiki.freeradius.org/Radiusclient";
+license=('BSD')
+depends=('sh')
+#source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRADIUS/freeradius-client/archive/release_${pkgver//./_}.tar.gz)
+md5sums=('caba9b9a0c15cfb7f204273f30fc83c3')
+
+build() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  in

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:13
  Author: spupykin
Revision: 129499

upgpkg: grc 1.7-2

upd

Modified:
  grc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:10 UTC (rev 129498)
+++ PKGBUILD2015-03-18 15:32:13 UTC (rev 129499)
@@ -5,16 +5,16 @@
 
 pkgname=grc
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Yet another colouriser for beautifying your logfiles or output of 
commands.'
 arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
+url='https://github.com/garabik/grc'
 license=('GPL')
 depends=('python')
 backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
install.sh.patch)
-md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
+md5sums=('8d60bbe162d5f007afd26719a781f914'
  '096bfb843ea779d1cf509f11d4fefffe')
 
 prepare() {


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:40
  Author: spupykin
Revision: 129503

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

Added:
  libexosip2/repos/community-i686/ChangeLog
(from rev 129502, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-i686/PKGBUILD
(from rev 129502, libexosip2/trunk/PKGBUILD)
  libexosip2/repos/community-x86_64/ChangeLog
(from rev 129502, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-x86_64/PKGBUILD
(from rev 129502, libexosip2/trunk/PKGBUILD)
Deleted:
  libexosip2/repos/community-i686/ChangeLog
  libexosip2/repos/community-i686/PKGBUILD
  libexosip2/repos/community-x86_64/ChangeLog
  libexosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   14 +++
 /PKGBUILD  |   52 +++
 community-i686/ChangeLog   |7 -
 community-i686/PKGBUILD|   26 -
 community-x86_64/ChangeLog |7 -
 community-x86_64/PKGBUILD  |   26 -
 6 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-03-18 15:32:26 UTC (rev 129502)
+++ community-i686/ChangeLog2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-i686/ChangeLog (from rev 129502, 
libexosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* libexosip2 3.0.3_3-1
+* Initial release

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:32:26 UTC (rev 129502)
+++ community-i686/PKGBUILD 2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-
-pkgname=libexosip2
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="A library that hides the complexity of using SIP for multimedia 
session establishement"
-arch=('i686' 'x86_64')
-url="http://savannah.nongnu.org/projects/exosip/";
-license=('GPL')
-depends=('libosip2>=4.0.0' 'openssl')
-source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
-
-build() {
-  cd "$srcdir/libeXosip2-${pkgver/_/-}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libeXosip2-${pkgver/_/-}"
-  make DESTDIR="$pkgdir" install
-}

Copied: libexosip2/repos/community-i686/PKGBUILD (from rev 129502, 
libexosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Darwin Bautista 
+
+pkgname=libexosip2
+epoch=1
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="A library that hides the complexity of using SIP for multimedia 
session establishement"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/exosip/";
+license=('GPL')
+depends=('libosip2>=4.0.0' 'openssl')
+source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
+md5sums=('62de8bf34dbf803bc531ad5b1adcd028')
+
+build() {
+  cd "$srcdir/libeXosip2-${pkgver/_/-}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libeXosip2-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-03-18 15:32:26 UTC (rev 129502)
+++ community-x86_64/ChangeLog  2015-03-18 15:32:40 UTC (rev 129503)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-x86_64/ChangeLog (from rev 129502, 
libexosip2/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-03-18 15:32:40 UTC (rev 129503)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* libexosip2 3.0.3_3-1
+* Initial release

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-18 15:32:26 UTC (rev 129502)
+++ c

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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:43
  Author: spupykin
Revision: 129504

upgpkg: libosip2 1:4.1.0-1

upd

Modified:
  libosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:40 UTC (rev 129503)
+++ PKGBUILD2015-03-18 15:32:43 UTC (rev 129504)
@@ -4,8 +4,8 @@
 
 pkgname=libosip2
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="oSIP is an implementation of SIP"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/osip/";
@@ -13,7 +13,7 @@
 depends=(glibc)
 options=(!emptydirs)
 source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
+md5sums=('756423628683c07f817432f046a26516')
 
 build() {
   cd $srcdir/libosip2-${pkgver/_/-}/


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:32:24
  Author: spupykin
Revision: 129501

upgpkg: ht 2.1.0-2

upd

Added:
  ht/trunk/ht.install
Modified:
  ht/trunk/PKGBUILD

+
 PKGBUILD   |8 +++-
 ht.install |   20 
 2 files changed, 27 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:32:21 UTC (rev 129500)
+++ PKGBUILD2015-03-18 15:32:24 UTC (rev 129501)
@@ -5,12 +5,14 @@
 
 pkgname=ht
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A file editor/viewer/analyzer for executables"
 arch=('i686' 'x86_64')
 url="http://hte.sourceforge.net/";
 license=('GPL')
 depends=('gcc-libs' 'ncurses' 'lzo')
+makedepends=('texinfo')
+install=ht.install
 
source=(http://downloads.sourceforge.net/sourceforge/hte/$pkgname-$pkgver.tar.bz2)
 md5sums=('09b2a4461d75e9cd03af1cd67fadc1ec')
 
@@ -25,4 +27,8 @@
   make DESTDIR=$pkgdir install
   # avoid TeX conflict
   mv $pkgdir/usr/bin/ht $pkgdir/usr/bin/hte
+  # doc
+  install -dm0755 $pkgdir/usr/share/{info,doc/ht}
+  install -m0644 doc/*.info $pkgdir/usr/share/info/
+  install -m0644 doc/{README,*.html} $pkgdir/usr/share/doc/ht/
 }

Added: ht.install
===
--- ht.install  (rev 0)
+++ ht.install  2015-03-18 15:32:24 UTC (rev 129501)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ht.info hthelp.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
+}


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

2015-03-18 Thread Sergej Pupykin
Date: Wednesday, March 18, 2015 @ 16:31:57
  Author: spupykin
Revision: 129497

upgpkg: freeradius-client 1.1.7-1

upd

Modified:
  freeradius-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 15:23:50 UTC (rev 129496)
+++ PKGBUILD2015-03-18 15:31:57 UTC (rev 129497)
@@ -3,24 +3,25 @@
 # Contributor: Kalidarn
 
 pkgname=freeradius-client
-pkgver=1.1.6
-pkgrel=6
+pkgver=1.1.7
+pkgrel=1
 pkgdesc="FreeRADIUS Client Software"
 arch=('i686' 'x86_64')
 url="http://wiki.freeradius.org/Radiusclient";
 license=('BSD')
 depends=('sh')
-source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
-md5sums=('2e46564e450ae13aedb70dc133b158ac')
+#source=(ftp://ftp.freeradius.org/pub/radius/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRADIUS/freeradius-client/archive/release_${pkgver//./_}.tar.gz)
+md5sums=('caba9b9a0c15cfb7f204273f30fc83c3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/freeradius-client-release_${pkgver//./_}
   make DESTDIR=$pkgdir install
   install -D -m0644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/license
   mv $pkgdir/etc/radiusclient $pkgdir/etc/radiusclient.default


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

2015-03-18 Thread Anatol Pomozov
Date: Wednesday, March 18, 2015 @ 16:23:50
  Author: anatolik
Revision: 129496

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 129495, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 129495, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 129495, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 129495, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 129495, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 129495, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 129495, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 129495, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   45 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 15:22:56 UTC (rev 129495)
+++ community-i686/PKGBUILD 2015-03-18 15:23:50 UTC (rev 129496)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.31
-_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for 
it https://www.fossil-scm.org/fossil/timeline?y=ci
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  
fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
-
-build() {
-  cd Fossil-$_sha1
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd Fossil-$_sha1
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 129495, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-18 15:23:50 UTC (rev 129496)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.32
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'

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

2015-03-18 Thread Anatol Pomozov
Date: Wednesday, March 18, 2015 @ 16:22:56
  Author: anatolik
Revision: 129495

upgpkg: fossil 1.32-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:31:12 UTC (rev 129494)
+++ PKGBUILD2015-03-18 15:22:56 UTC (rev 129495)
@@ -4,9 +4,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.31
-_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for 
it https://www.fossil-scm.org/fossil/timeline?y=ci
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgver=1.32
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -18,15 +16,15 @@
   fossil.socket
   fossil.service
   fossil-xinetd
-  
fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
+  https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
+'cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e')
 
 build() {
-  cd Fossil-$_sha1
+  cd fossil-$pkgver
   ./configure --prefix=/usr
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
@@ -38,7 +36,7 @@
   install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
   install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
 
-  cd Fossil-$_sha1
+  cd fossil-$pkgver
   install -Dm755 fossil "$pkgdir"/usr/bin/fossil
   install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
   install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:38:12
  Author: jgc
Revision: 234100

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

Added:
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
(from rev 234099, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install
(from rev 234099, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234099, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install
(from rev 234099, gnome-contacts/trunk/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
  gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install

--+
 /PKGBUILD|   58 +
 /gnome-contacts.install  |   22 +
 gnome-unstable-i686/PKGBUILD |   29 
 gnome-unstable-i686/gnome-contacts.install   |   11 
 gnome-unstable-x86_64/PKGBUILD   |   29 
 gnome-unstable-x86_64/gnome-contacts.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-18 14:38:05 UTC (rev 234099)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 14:38:12 UTC (rev 234100)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.15.91
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7954a39fa39c16a7972fcb0347359fa64d8af979b0ba708d1be03dffcee13227')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/gnome-unstable-i686/PKGBUILD (from rev 234099, 
gnome-contacts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 14:38:12 UTC (rev 234100)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.15.92
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4ff2aab01fa220a7b2af69d2f52dbbf6c215d762173c69c237b028aac18082c2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gnome-contacts.install
===
--- gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:05 UTC (rev 
234099)
+++ gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:12 UTC (rev 
234100)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install (from 
rev 234099, gnome-contacts/trunk/gnome-contacts.install)
===
--- gnome-unstable-i686/gnome-contacts.install  (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install  2015-03-18 14:38:12 UTC (rev 
234100)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-18 14:38:05 UTC (rev 234099)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-18 14:38:12 UTC (rev 234100)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.15.91
-pkgrel=1
-pkgde

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:38:05
  Author: jgc
Revision: 234099

upgpkg: gnome-contacts 3.15.92-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:30 UTC (rev 234098)
+++ PKGBUILD2015-03-18 14:38:05 UTC (rev 234099)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=3.15.91
+pkgver=3.15.92
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7954a39fa39c16a7972fcb0347359fa64d8af979b0ba708d1be03dffcee13227')
+sha256sums=('4ff2aab01fa220a7b2af69d2f52dbbf6c215d762173c69c237b028aac18082c2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:31:12
  Author: seblu
Revision: 129494

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 129493, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 129493, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 129493, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 129493, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 129493, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 129493, 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 |  122 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   61 -
 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 |   61 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 14:30:55 UTC (rev 129493)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:31:12 UTC (rev 129494)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=3.19' 'linux<4.0'
- 'linux-headers>=3.19' 'linux-headers<4.0'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-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.19' 'linux<4.0')
-  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.19' 'linux<4.0')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-gue

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:30:55
  Author: seblu
Revision: 129493

upgpkg: virtualbox-modules 4.3.26-2

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:26:44 UTC (rev 129492)
+++ PKGBUILD2015-03-18 14:30:55 UTC (rev 129493)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.26
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=3.18' 'linux<3.19'
- 'linux-headers>=3.18' 'linux-headers<3.19'
+makedepends=('linux>=3.19' 'linux<4.0'
+ 'linux-headers>=3.19' 'linux-headers<4.0'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-ARCH
+_extramodules=extramodules-3.19-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=3.18' 'linux<3.19')
+  depends=('linux>=3.19' 'linux<4.0')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=3.18' 'linux<3.19')
+  depends=('linux>=3.19' 'linux<4.0')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-03-18 14:26:44 UTC (rev 129492)
+++ virtualbox-guest-modules.install2015-03-18 14:30:55 UTC (rev 129493)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.18-ARCH
+  EXTRAMODULES=extramodules-3.19-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-03-18 14:26:44 UTC (rev 129492)
+++ virtualbox-host-modules.install 2015-03-18 14:30:55 UTC (rev 129493)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.18-ARCH
+  EXTRAMODULES=extramodules-3.19-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:26:44
  Author: eworm
Revision: 129492

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

Added:
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 129491, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/alpm-track-pacman-round-2.patch
(from rev 129491, packagekit/trunk/alpm-track-pacman-round-2.patch)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 129491, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 129491, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/alpm-track-pacman-round-2.patch
(from rev 129491, packagekit/trunk/alpm-track-pacman-round-2.patch)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 129491, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-testing-i686/PKGBUILD
  packagekit/repos/community-testing-i686/packagekit.install
  packagekit/repos/community-testing-x86_64/PKGBUILD
  packagekit/repos/community-testing-x86_64/packagekit.install

--+
 /PKGBUILD|  126 +
 /packagekit.install  |   22 
 community-testing-i686/PKGBUILD  |   55 --
 community-testing-i686/alpm-track-pacman-round-2.patch   |  296 +
 community-testing-i686/packagekit.install|   11 
 community-testing-x86_64/PKGBUILD|   55 --
 community-testing-x86_64/alpm-track-pacman-round-2.patch |  296 +
 community-testing-x86_64/packagekit.install  |   11 
 8 files changed, 740 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 14:26:14 UTC (rev 129491)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:26:44 UTC (rev 129492)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jonathan Conder 
-
-pkgname='packagekit'
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman>=4.2.0' 'polkit'
-   'shared-mime-info' 'sqlite' 'bash-completion')
-optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-install='packagekit.install'
-backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP')
-
-build() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-dummy \
-   --enable-alpm
-   make
-}
-
-package() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
-
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 129491, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 14:26:44 UTC (rev 129492)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.0.5
+pkgrel=3
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'pacman>=4.2.0' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')

[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm-track-pacman-round-2.patch)

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:26:14
  Author: eworm
Revision: 129491

upgpkg: packagekit 1.0.5-3

* really fix local database tracking

Added:
  packagekit/trunk/alpm-track-pacman-round-2.patch
Modified:
  packagekit/trunk/PKGBUILD

-+
 PKGBUILD|   14 +
 alpm-track-pacman-round-2.patch |  296 ++
 2 files changed, 307 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
+++ PKGBUILD2015-03-18 14:26:14 UTC (rev 129491)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,10 +20,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   'alpm-track-pacman-round-2.patch')
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP')
+   'SKIP'
+   '6f34263db8cbf36456f0e61e85cf2418c947c318a765fff2208063661a15d6d2')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}/alpm-track-pacman-round-2.patch"
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 

Added: alpm-track-pacman-round-2.patch
===
--- alpm-track-pacman-round-2.patch (rev 0)
+++ alpm-track-pacman-round-2.patch 2015-03-18 14:26:14 UTC (rev 129491)
@@ -0,0 +1,296 @@
+diff --git a/backends/alpm/pk-alpm-config.c b/backends/alpm/pk-alpm-config.c
+index 54e0e7f..4584f36 100644
+--- a/backends/alpm/pk-alpm-config.c
 b/backends/alpm/pk-alpm-config.c
+@@ -796,7 +796,7 @@ pk_alpm_siglevel_cross (alpm_siglevel_t base, const 
alpm_list_t *list, GError **
+ }
+ 
+ static gboolean
+-pk_alpm_config_configure_repos (PkAlpmConfig *config,
++pk_alpm_config_configure_repos (PkBackend *backend, PkAlpmConfig *config,
+  alpm_handle_t *handle, GError **error)
+ {
+   alpm_siglevel_t base, local, remote;
+@@ -834,7 +834,7 @@ pk_alpm_config_configure_repos (PkAlpmConfig *config,
+   level = pk_alpm_siglevel_parse (base, repo->siglevels, error);
+   if (level == ALPM_SIG_USE_DEFAULT)
+   return FALSE;
+-  pk_alpm_add_database (repo->name, repo->servers, level);
++  pk_alpm_add_database (backend, repo->name, repo->servers, 
level);
+   }
+ 
+   return TRUE;
+@@ -936,7 +936,7 @@ out:
+ }
+ 
+ static alpm_handle_t *
+-pk_alpm_config_configure_alpm (PkAlpmConfig *config, GError **error)
++pk_alpm_config_configure_alpm (PkBackend *backend, PkAlpmConfig *config, 
GError **error)
+ {
+   PkBackendAlpmPrivate *priv = pk_backend_get_user_data (config->backend);
+   alpm_handle_t *handle;
+@@ -984,7 +984,7 @@ pk_alpm_config_configure_alpm (PkAlpmConfig *config, 
GError **error)
+   alpm_option_set_noupgrades (handle, config->noupgrades);
+   config->noupgrades = NULL;
+ 
+-  pk_alpm_config_configure_repos (config, handle, error);
++  pk_alpm_config_configure_repos (backend, config, handle, error);
+ 
+   return handle;
+ }
+@@ -1003,7 +1003,7 @@ pk_alpm_configure (PkBackend *backend, const gchar 
*filename, GError **error)
+   pk_alpm_config_enter_section (config, "options");
+ 
+   if (pk_alpm_config_parse (config, filename, NULL, &e))
+-  handle = pk_alpm_config_configure_alpm (config, &e);
++  handle = pk_alpm_config_configure_alpm (backend, config, &e);
+ 
+   pk_alpm_config_free (config);
+   if (e != NULL) {
+diff --git a/backends/alpm/pk-alpm-databases.c 
b/backends/alpm/pk-alpm-databases.c
+index aef3cb8..e41bc0a 100644
+--- a/backends/alpm/pk-alpm-databases.c
 b/backends/alpm/pk-alpm-databases.c
+@@ -33,9 +33,6 @@ typedef struct
+   alpm_siglevel_t level;
+ } PkBackendRepo;
+ 
+-static GHashTable *disabled = NULL;
+-static alpm_list_t *configured = NULL;
+-
+ static GHashTable *
+ pk_alpm_disabled_repos_new (GError **error)
+ {
+@@ -126,7 +123,7 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable *table, gboolea
+   return FALSE;
+   }
+ 
+-  for (i = configured; i != NULL; i = i->next) {
++  for (i = priv->configured_repos; i != NULL; i = i->next) {
+   PkBackendRepo *repo = (PkBackendRepo *) i->data;
+   alpm_siglevel_t level = repo->level;
+   alpm_db_t *db;
+@@ -155,9 +152,10 @@ pk_alpm_disabled_repos_configure (PkBacken

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

2015-03-18 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 15:20:30
  Author: foutrelis
Revision: 234098

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

Added:
  
exo/repos/extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
  exo/repos/extra-i686/PKGBUILD
(from rev 234097, exo/trunk/PKGBUILD)
  exo/repos/extra-i686/exo.install
(from rev 234097, exo/trunk/exo.install)
  
exo/repos/extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
  exo/repos/extra-x86_64/PKGBUILD
(from rev 234097, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/exo.install
(from rev 234097, exo/trunk/exo.install)
Deleted:
  
exo/repos/extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
  exo/repos/extra-i686/PKGBUILD
  exo/repos/extra-i686/exo.install
  
exo/repos/extra-x86_64/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
  exo/repos/extra-x86_64/PKGBUILD
  exo/repos/extra-x86_64/exo.install

--+
 /PKGBUILD| 
  98 
 /exo.install | 
  26 ++
 extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch | 
  24 ++
 extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch   | 
 116 --
 extra-i686/PKGBUILD  | 
  49 
 extra-i686/exo.install   | 
  13 -
 extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   | 
  24 ++
 extra-x86_64/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch | 
 116 --
 extra-x86_64/PKGBUILD| 
  49 
 extra-x86_64/exo.install | 
  13 -
 10 files changed, 172 insertions(+), 356 deletions(-)

Copied: 
exo/repos/extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
 (from rev 234097, 
exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch)
===
--- extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
(rev 0)
+++ extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
2015-03-18 14:20:30 UTC (rev 234098)
@@ -0,0 +1,24 @@
+From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
+From: Sean Davis 
+Date: Tue, 17 Mar 2015 19:43:44 -0400
+Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
+
+---
+ exo-open/exo-file-manager.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
+index 3d7653e..8d0a6cf 100644
+--- a/exo-open/exo-file-manager.desktop.in
 b/exo-open/exo-file-manager.desktop.in
+@@ -7,6 +7,6 @@ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+-X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
++X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+ _Name=File Manager
+ _Comment=Browse the file system
+-- 
+2.3.3
+

Deleted: 
extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
===
--- extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch  
2015-03-18 14:20:17 UTC (rev 234097)
+++ extra-i686/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch  
2015-03-18 14:20:30 UTC (rev 234098)
@@ -1,116 +0,0 @@
-From 23b17d5c622a8f496ebfdd011149722ecd6b8ebe Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Sun, 1 Mar 2015 21:14:25 +0200
-Subject: [PATCH] Don't quote arguments passed to terminal emulators (bug
- 10731)
-
-Commit 8cd3233 added argument quoting to several helpers to properly
-pass URIs that contain spaces to web browsers like Firefox.
-
-This broke invocations such as the following:
-
-  $ exo-open --launch TerminalEmulator screen -S test
-
-resulting in errors similar to:
-
-  Failed to execute child
-  Failed to execute child process "screen -S test" (No such file or
-  directory)
-
-Fix this by reverting the quoting changes made to TerminalEmulator
-helpers. The Sakura terminal, surprisingly enough, seems to require
-quotes around the command-line passed to it so I kept it with quotes.

- exo-helper/helpers/aterm.desktop.in.in  | 2 +-
- exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in | 2 +-
- exo-helper/helpers/gnome-terminal.desktop.in.in | 2 +-
- exo-helper/helpers/nxterm.desktop.in.in 

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

2015-03-18 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 15:20:17
  Author: foutrelis
Revision: 234097

upgpkg: exo 0.10.4-1

New upstream release.

Added:
  exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
Modified:
  exo/trunk/PKGBUILD
Deleted:
  exo/trunk/0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch

-+
 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   |   24 ++
 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch |  116 
--
 PKGBUILD|   16 -
 3 files changed, 32 insertions(+), 124 deletions(-)

Added: 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
===
--- 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
(rev 0)
+++ 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
2015-03-18 14:20:17 UTC (rev 234097)
@@ -0,0 +1,24 @@
+From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
+From: Sean Davis 
+Date: Tue, 17 Mar 2015 19:43:44 -0400
+Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
+
+---
+ exo-open/exo-file-manager.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
+index 3d7653e..8d0a6cf 100644
+--- a/exo-open/exo-file-manager.desktop.in
 b/exo-open/exo-file-manager.desktop.in
+@@ -7,6 +7,6 @@ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+ OnlyShowIn=XFCE;
+-X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
++X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
+ _Name=File Manager
+ _Comment=Browse the file system
+-- 
+2.3.3
+

Deleted: 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch
===
--- 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch 
2015-03-18 14:07:44 UTC (rev 234096)
+++ 0001-Don-t-quote-arguments-passed-to-terminal-emulators-b.patch 
2015-03-18 14:20:17 UTC (rev 234097)
@@ -1,116 +0,0 @@
-From 23b17d5c622a8f496ebfdd011149722ecd6b8ebe Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Sun, 1 Mar 2015 21:14:25 +0200
-Subject: [PATCH] Don't quote arguments passed to terminal emulators (bug
- 10731)
-
-Commit 8cd3233 added argument quoting to several helpers to properly
-pass URIs that contain spaces to web browsers like Firefox.
-
-This broke invocations such as the following:
-
-  $ exo-open --launch TerminalEmulator screen -S test
-
-resulting in errors similar to:
-
-  Failed to execute child
-  Failed to execute child process "screen -S test" (No such file or
-  directory)
-
-Fix this by reverting the quoting changes made to TerminalEmulator
-helpers. The Sakura terminal, surprisingly enough, seems to require
-quotes around the command-line passed to it so I kept it with quotes.

- exo-helper/helpers/aterm.desktop.in.in  | 2 +-
- exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in | 2 +-
- exo-helper/helpers/gnome-terminal.desktop.in.in | 2 +-
- exo-helper/helpers/nxterm.desktop.in.in | 2 +-
- exo-helper/helpers/qterminal.desktop.in.in  | 2 +-
- exo-helper/helpers/urxvt.desktop.in.in  | 2 +-
- exo-helper/helpers/xfce4-terminal.desktop.in.in | 2 +-
- exo-helper/helpers/xterm.desktop.in.in  | 2 +-
- 8 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/exo-helper/helpers/aterm.desktop.in.in 
b/exo-helper/helpers/aterm.desktop.in.in
-index 0eeb5ab..bbe06fc 100644
 a/exo-helper/helpers/aterm.desktop.in.in
-+++ b/exo-helper/helpers/aterm.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=false
- X-XFCE-Binaries=aterm;
- X-XFCE-Category=TerminalEmulator
- X-XFCE-Commands=%B;
--X-XFCE-CommandsWithParameter=%B -e "%s";
-+X-XFCE-CommandsWithParameter=%B -e %s;
-diff --git a/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in 
b/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-index a4d2cd1..b4de7ee 100644
 a/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-+++ b/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=false
- X-XFCE-Binaries=x-terminal-emulator;
- X-XFCE-Category=TerminalEmulator
- X-XFCE-Commands=%B;
--X-XFCE-CommandsWithParameter=%B -e "%s";
-+X-XFCE-CommandsWithParameter=%B -e %s;
-diff --git a/exo-helper/helpers/gnome-terminal.desktop.in.in 
b/exo-helper/helpers/gnome-terminal.desktop.in.in
-index f6af417..bb31360 100644
 a/exo-helper/helpers/gnome-terminal.desktop.in.in
-+++ b/exo-helper/helpers/gnome-terminal.desktop.in.in
-@@ -7,4 +7,4 @@ StartupNotify=true
- X-XFCE-Binaries=gnome-terminal;gnometerminal;
- X-XFCE-Category=TerminalEmulator
- X-XFCE

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:20:01
  Author: seblu
Revision: 129489

upgpkg: virtualbox-guest-iso 4.3.26-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:15:52 UTC (rev 129488)
+++ PKGBUILD2015-03-18 14:20:01 UTC (rev 129489)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=4.3.24
+pkgver=4.3.26
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('a1a4ccd53257c881214aa889f28de9b6'
+md5sums=('0e81ff4d6014c7353df0f7b84db2c2b2'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:20:27
  Author: seblu
Revision: 129490

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 129489, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 129489, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 129489, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:01 UTC (rev 129489)
+++ PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.3.24
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('a1a4ccd53257c881214aa889f28de9b6'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 129489, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.3.26
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('0e81ff4d6014c7353df0f7b84db2c2b2'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2015-03-18 14:20:01 UTC (rev 129489)
+++ license 2015-03-18 14:20:27 UTC (rev 129490)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner 

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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:15:52
  Author: eworm
Revision: 129488

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

Added:
  mysql-workbench/repos/community-testing-i686/
  
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-i686/0006-mysql-workbench-column-label.patch
(from rev 129487, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129487, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-i686/0008-mysql-workbench-link-x11.patch
(from rev 129487, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-i686/0009-mysql-workbench-gnome-keyring.patch
(from rev 129487, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-i686/PKGBUILD
(from rev 129487, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-i686/arch_linux_profile.xml
(from rev 129487, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-i686/mysql-workbench.install
(from rev 129487, mysql-workbench/trunk/mysql-workbench.install)
  mysql-workbench/repos/community-testing-x86_64/
  
mysql-workbench/repos/community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-testing-x86_64/0006-mysql-workbench-column-label.patch
(from rev 129487, 
mysql-workbench/trunk/0006-mysql-workbench-column-label.patch)
  
mysql-workbench/repos/community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch
(from rev 129487, 
mysql-workbench/trunk/0007-mysql-workbench-no-set-gtid-purged.patch)
  
mysql-workbench/repos/community-testing-x86_64/0008-mysql-workbench-link-x11.patch
(from rev 129487, mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch)
  
mysql-workbench/repos/community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch
(from rev 129487, 
mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch)
  mysql-workbench/repos/community-testing-x86_64/PKGBUILD
(from rev 129487, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-testing-x86_64/arch_linux_profile.xml
(from rev 129487, mysql-workbench/trunk/arch_linux_profile.xml)
  mysql-workbench/repos/community-testing-x86_64/mysql-workbench.install
(from rev 129487, mysql-workbench/trunk/mysql-workbench.install)

--+
 community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch   |   
21 ++
 community-testing-i686/0006-mysql-workbench-column-label.patch   |   
44 +
 community-testing-i686/0007-mysql-workbench-no-set-gtid-purged.patch |   
29 +++
 community-testing-i686/0008-mysql-workbench-link-x11.patch   |   
25 ++
 community-testing-i686/0009-mysql-workbench-gnome-keyring.patch  |   
17 +
 community-testing-i686/PKGBUILD  |   
88 ++
 community-testing-i686/mysql-workbench.install   |   
14 +
 community-testing-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   
21 ++
 community-testing-x86_64/0006-mysql-workbench-column-label.patch |   
44 +
 community-testing-x86_64/0007-mysql-workbench-no-set-gtid-purged.patch   |   
29 +++
 community-testing-x86_64/0008-mysql-workbench-link-x11.patch |   
25 ++
 community-testing-x86_64/0009-mysql-workbench-gnome-keyring.patch|   
17 +
 community-testing-x86_64/PKGBUILD|   
88 ++
 community-testing-x86_64/mysql-workbench.install |   
14 +
 14 files changed, 476 insertions(+)

Copied: 
mysql-workbench/repos/community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 129487, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-testing-i686/0001-mysql-workbench-no-check-for-updates.patch  
2015-03-18 14:15:52 UTC (rev 129488)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+ 

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:13:48
  Author: seblu
Revision: 129487

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 14:12:59 UTC (rev 129486)
+++ community-i686/PKGBUILD 2015-03-18 14:13:48 UTC (rev 129487)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=3.18' 'linux<3.19'
- 'linux-headers>=3.18' 'linux-headers<3.19'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-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.18' 'linux<3.19')
-  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.18' 'linux<3.19')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec g

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 15:12:59
  Author: seblu
Revision: 129486

upgpkg: virtualbox-modules 4.3.26-1

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   14 +++---
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 13:42:22 UTC (rev 129485)
+++ PKGBUILD2015-03-18 14:12:59 UTC (rev 129486)
@@ -4,18 +4,18 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=3
+pkgver=4.3.26
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=3.19' 'linux<4.0'
- 'linux-headers>=3.19' 'linux-headers<4.0'
+makedepends=('linux>=3.18' 'linux<3.19'
+ 'linux-headers>=3.18' 'linux-headers<3.19'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-ARCH
+_extramodules=extramodules-3.18-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=3.19' 'linux<4.0')
+  depends=('linux>=3.18' 'linux<3.19')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=3.19' 'linux<4.0')
+  depends=('linux>=3.18' 'linux<3.19')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-03-18 13:42:22 UTC (rev 129485)
+++ virtualbox-guest-modules.install2015-03-18 14:12:59 UTC (rev 129486)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.19-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-03-18 13:42:22 UTC (rev 129485)
+++ virtualbox-host-modules.install 2015-03-18 14:12:59 UTC (rev 129486)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.19-ARCH
+  EXTRAMODULES=extramodules-3.18-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:07:44
  Author: jgc
Revision: 234096

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

Added:
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 234095, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-i686/cheese.install
(from rev 234095, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
(from rev 234095, cheese/trunk/port-to-clutter-gst-3.patch)
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234095, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/cheese.install
(from rev 234095, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch
(from rev 234095, cheese/trunk/port-to-clutter-gst-3.patch)
Deleted:
  cheese/repos/gnome-unstable-i686/PKGBUILD
  cheese/repos/gnome-unstable-i686/cheese.install
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
  cheese/repos/gnome-unstable-x86_64/cheese.install
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch

---+
 /PKGBUILD |   88 ++
 /cheese.install   |   24 
 /port-to-clutter-gst-3.patch  |  594 
 gnome-unstable-i686/PKGBUILD  |   43 -
 gnome-unstable-i686/cheese.install|   12 
 gnome-unstable-i686/port-to-clutter-gst-3.patch   |  297 --
 gnome-unstable-x86_64/PKGBUILD|   43 -
 gnome-unstable-x86_64/cheese.install  |   12 
 gnome-unstable-x86_64/port-to-clutter-gst-3.patch |  297 --
 9 files changed, 706 insertions(+), 704 deletions(-)

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


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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 15:07:35
  Author: jgc
Revision: 234095

upgpkg: cheese 3.15.92-2

Fix pc file

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 13:03:43 UTC (rev 234094)
+++ PKGBUILD2015-03-18 14:07:35 UTC (rev 234095)
@@ -4,7 +4,7 @@
 
 pkgname=cheese
 pkgver=3.15.92
-pkgrel=1
+pkgrel=2
 pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
 arch=(i686 x86_64)
 license=('GPL')
@@ -23,6 +23,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../port-to-clutter-gst-3.patch
+  sed -i -e 's/clutter-gst-2.0/clutter-gst-3.0/g' data/cheese.pc.in
   autoreconf -fi
 }
 


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

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 14:42:22
  Author: eworm
Revision: 129485

upgpkg: mysql-workbench 6.2.5-2

* fix when no gnome-keyring is installed
* link against X11 (this broke with cmake 3.2.1-1)

Added:
  mysql-workbench/trunk/0008-mysql-workbench-link-x11.patch
  mysql-workbench/trunk/0009-mysql-workbench-gnome-keyring.patch
Modified:
  mysql-workbench/trunk/PKGBUILD

--+
 0008-mysql-workbench-link-x11.patch  |   25 +
 0009-mysql-workbench-gnome-keyring.patch |   17 +
 PKGBUILD |   12 +++-
 3 files changed, 53 insertions(+), 1 deletion(-)

Added: 0008-mysql-workbench-link-x11.patch
===
--- 0008-mysql-workbench-link-x11.patch (rev 0)
+++ 0008-mysql-workbench-link-x11.patch 2015-03-18 13:42:22 UTC (rev 129485)
@@ -0,0 +1,25 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 76a886e..773d804 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,6 +32,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_SOURCE_DIR}/build/cmake/Modu
+ 
+ find_package(PkgConfig REQUIRED)
+ 
++find_package(X11)
++
+ find_package(GTK2 2.20 REQUIRED gtk gtkmm)
+ pkg_check_modules(GTHREAD REQUIRED gthread-2.0)
+ pkg_check_modules(GMODULE REQUIRED gmodule-2.0)
+diff --git a/frontend/linux/workbench/CMakeLists.txt 
b/frontend/linux/workbench/CMakeLists.txt
+index b9c16c8..d52c34a 100644
+--- a/frontend/linux/workbench/CMakeLists.txt
 b/frontend/linux/workbench/CMakeLists.txt
+@@ -92,6 +92,7 @@ target_link_libraries(mysql-workbench-bin
+ mysqlparser
+ ${MYSQLCPPCONN_LIBRARIES}
+ ${CTEMPLATE_LIBRARIES}
++${X11_LIBRARIES}
+ ${GTK2_LIBRARIES}
+ ${SIGC++_LIBRARIES}
+ ${GRT_LIBRARIES}

Added: 0009-mysql-workbench-gnome-keyring.patch
===
--- 0009-mysql-workbench-gnome-keyring.patch(rev 0)
+++ 0009-mysql-workbench-gnome-keyring.patch2015-03-18 13:42:22 UTC (rev 
129485)
@@ -0,0 +1,17 @@
+diff --git a/frontend/linux/workbench/mysql-workbench.in 
b/frontend/linux/workbench/mysql-workbench.in
+index 02a8061..f8176f6 100755
+--- a/frontend/linux/workbench/mysql-workbench.in
 b/frontend/linux/workbench/mysql-workbench.in
+@@ -4,6 +4,12 @@
+ # This will cause passwords to be stored only temporarily for the session.
+ #WB_NO_GNOME_KEYRING=1
+ 
++# Looks like WB expects gnome-keyring to be present as soon as XDG_RUNTIME_DIR
++# environment variable is set. Do an extra check here...
++if ! type gnome-keyring-daemon >/dev/null; then
++  WB_NO_GNOME_KEYRING=1
++fi
++
+ # force disable the Mac style single menu hack in Ubuntu Unity
+ export UBUNTU_MENUPROXY=0
+ 

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:39:56 UTC (rev 129484)
+++ PKGBUILD2015-03-18 13:42:22 UTC (rev 129485)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
@@ -28,6 +28,8 @@
'0001-mysql-workbench-no-check-for-updates.patch'
'0006-mysql-workbench-column-label.patch'
'0007-mysql-workbench-no-set-gtid-purged.patch'
+   '0008-mysql-workbench-link-x11.patch'
+   '0009-mysql-workbench-gnome-keyring.patch'
'arch_linux_profile.xml')
 sha256sums=('40a5dbf72b55441ea3e9466dce2de47611777c88da2b65b748f10b06dfa0794e'
 'SKIP'
@@ -35,6 +37,8 @@
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
 '701c7d9f68b1b0f63e8e8ece0b61cb57c2168f29e10b113c409f7ccfd68251e0'
 'b49d4ea352d2c2013b9c5834668c44521a0a2c5f9c7e3fe746ad94ce0d2bb865'
+   'bfa0752f08d4641eb475c87373593061a0fe1c872c0d0cc1ed45ea43cf23fa05'
+   'aa98205e14ab617b3632a1efa8ef1f6b4032eb9240b57523e4c1e5aa11d6c6f0'
 '28724c4b4cec29ce19aada08279df1b086381cd788fef7ae07c1860f7d17af7e')
 
 prepare() {
@@ -50,6 +54,12 @@
# mysqldump from mariadb (currently 1.0.16) does not support 
--set-gtid-purged
patch -Np1 < "${srcdir}"/0007-mysql-workbench-no-set-gtid-purged.patch
 
+   # link against X11
+   patch -Np1 < "${srcdir}"/0008-mysql-workbench-link-x11.patch
+
+   # fix gnome-keyring
+   patch -Np1 < "${srcdir}"/0009-mysql-workbench-gnome-keyring.patch
+
# fix GDAL
sed -i '/#include/s|gdal/||' backend/wbpublic/grtui/geom_draw_box.h 
backend/wbpublic/grt/spatial_handler.h
 


[arch-commits] Commit in cheese/trunk (PKGBUILD port-to-clutter-gst-3.patch)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 14:03:35
  Author: jgc
Revision: 234093

upgpkg: cheese 3.15.92-1

Added:
  cheese/trunk/port-to-clutter-gst-3.patch
Modified:
  cheese/trunk/PKGBUILD

-+
 PKGBUILD|   16 +-
 port-to-clutter-gst-3.patch |  297 ++
 2 files changed, 309 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:31:47 UTC (rev 234092)
+++ PKGBUILD2015-03-18 13:03:35 UTC (rev 234093)
@@ -3,21 +3,29 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.14.2
+pkgver=3.15.92
 pkgrel=1
 pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
 options=('!emptydirs')
 url="http://www.gnome.org/projects/cheese/";
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3074a567e0080d7b8fc0512bf3b08c3397e38083cce1767104624288f033a517')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+port-to-clutter-gst-3.patch)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
+'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../port-to-clutter-gst-3.patch
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: port-to-clutter-gst-3.patch
===
--- port-to-clutter-gst-3.patch (rev 0)
+++ port-to-clutter-gst-3.patch 2015-03-18 13:03:35 UTC (rev 234093)
@@ -0,0 +1,297 @@
+From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sun, 25 Jan 2015 17:11:45 +
+Subject: [PATCH] libcheese: port to clutter-gst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743496
+---
+ configure.ac|  2 +-
+ data/cheese-viewport.json   |  2 +-
+ libcheese/cheese-camera.c   | 56 +
+ libcheese/cheese-camera.h   | 14 ++--
+ libcheese/cheese-widget.c   |  4 ++--
+ src/cheese-window.vala  |  7 +++---
+ src/vapi/cheese-common.vapi |  4 ++--
+ tests/cheese-test-camera.c  |  4 ++--
+ 8 files changed, 54 insertions(+), 39 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2fa9baf..919ff89 100644
+--- a/configure.ac
 b/configure.ac
+@@ -67,7 +67,7 @@ GSTREAMER_REQUIRED="gstreamer-pbutils-1.0 
gstreamer-plugins-bad-1.0"
+ LIBGNOMEDESKTOP_REQUIRED="gnome-desktop-3.0"
+ CLUTTER_REQUIRED="clutter-1.0 >= 1.13.2"
+ CLUTTERGTK_REQUIRED="clutter-gtk-1.0"
+-CLUTTERGST_REQUIRED="clutter-gst-2.0 >= 1.9.0"
++CLUTTERGST_REQUIRED="clutter-gst-3.0 >= 3.0.0"
+ LIBCANBERRA_REQUIRED="libcanberra-gtk3 >= 0.26"
+ X11_REQUIRED="x11"
+ GNOME_VIDEO_EFFECTS_REQUIRED="gnome-video-effects"
+diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
+index 03745cd..cba5d8b 100644
+--- a/data/cheese-viewport.json
 b/data/cheese-viewport.json
+@@ -1,7 +1,7 @@
+ [
+ {
+   "id": "video_preview",
+-  "type": "ClutterTexture",
++  "type": "ClutterActor",
+   "child::x-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
+   "child::y-align": "CLUTTER_BIN_ALIGNMENT_CENTER"
+ },
+diff --git a/libcheese/cheese-camera.c b/libcheese/cheese-camera.c
+index 1e72965..462c97c 100644
+--- a/libcheese/cheese-camera.c
 b/libcheese/cheese-camera.c
+@@ -68,7 +68,7 @@ struct _CheeseCameraPrivate
+   GstElement *audio_enc;
+   GstElement *video_enc;
+ 
+-  ClutterTexture *video_texture;
++  ClutterActor *video_texture;
+ 
+   GstElement *effect_filter, *effects_capsfilter;
+   GstElement *video_balance;
+@@ -151,7 +151,7 @@ cheese_camera_photo_data (CheeseCamera *camera, GstSample 
*sample)
+   GdkPixbuf  *pixbuf;
+   const gint  bits_per_pixel = 8;
+   guchar *data = NULL;
+-  
++
+ CheeseCameraPrivate *priv = cheese_camera_get_instance_private (camera);
+   GstMapInfo mapinfo = {0, };
+ 
+@@ -997,6 +997,12 @@ cheese_camera_toggle_effects_pipeline (CheeseCamera 
*camera, gboolean active)
+   priv->effect_pipeline_is_playing = active;
+ }
+ 
++static void
++cheese_camera_connected_size_change_cb (ClutterGstContent *content, gint 
width, gint height, ClutterActor *actor)
++{
++  clutte

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

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 14:03:43
  Author: jgc
Revision: 234094

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

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 234093, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-i686/cheese.install
(from rev 234093, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch
(from rev 234093, cheese/trunk/port-to-clutter-gst-3.patch)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234093, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/cheese.install
(from rev 234093, cheese/trunk/cheese.install)
  cheese/repos/gnome-unstable-x86_64/port-to-clutter-gst-3.patch
(from rev 234093, cheese/trunk/port-to-clutter-gst-3.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   43 ++
 gnome-unstable-i686/cheese.install|   12 
 gnome-unstable-i686/port-to-clutter-gst-3.patch   |  297 
 gnome-unstable-x86_64/PKGBUILD|   43 ++
 gnome-unstable-x86_64/cheese.install  |   12 
 gnome-unstable-x86_64/port-to-clutter-gst-3.patch |  297 
 6 files changed, 704 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 234093, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-18 13:03:43 UTC (rev 234094)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.15.92
+pkgrel=1
+pkgdesc="Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala' 
'gnome-common' 'yelp-tools' 'appstream-glib')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!emptydirs')
+url="http://www.gnome.org/projects/cheese/";
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+port-to-clutter-gst-3.patch)
+sha256sums=('b7239315f898c988a65c2d3b3320cd963be56a1a3e34afa035a45de4ee797b91'
+'2351cf4147acb5672938728b1838c6104a362706b5fb9964a3196708b544de56')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../port-to-clutter-gst-3.patch
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cheese/repos/gnome-unstable-i686/cheese.install (from rev 234093, 
cheese/trunk/cheese.install)
===
--- gnome-unstable-i686/cheese.install  (rev 0)
+++ gnome-unstable-i686/cheese.install  2015-03-18 13:03:43 UTC (rev 234094)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cheese/repos/gnome-unstable-i686/port-to-clutter-gst-3.patch (from rev 
234093, cheese/trunk/port-to-clutter-gst-3.patch)
===
--- gnome-unstable-i686/port-to-clutter-gst-3.patch 
(rev 0)
+++ gnome-unstable-i686/port-to-clutter-gst-3.patch 2015-03-18 13:03:43 UTC 
(rev 234094)
@@ -0,0 +1,297 @@
+From f88706c105dabb9ccc4791cf1df50d8886a7eabd Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sun, 25 Jan 2015 17:11:45 +
+Subject: [PATCH] libcheese: port to clutter-gst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743496
+---
+ configure.ac|  2 +-
+ data/cheese-viewport.json   |  2 +-
+ libcheese/cheese-camera.c   | 56 +
+ libcheese/cheese-camera.h   | 14 ++--
+ libcheese/cheese-widget.c   |  4 ++--
+ src/cheese-window.vala  |  7 +++---
+ src/vapi/cheese-common.vapi |  4 ++--
+ tests/cheese-test-camera.c  |  4 ++--
+ 8 files changed, 54 insertions(+), 39 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2fa9baf..919ff89 100644
+--- a/configure.ac
 b/configure.ac
+@@ -67,7 +67,7 @@ GSTREAMER_REQUIRED=

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:39:56
  Author: seblu
Revision: 129484

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

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

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-18 12:39:22 UTC (rev 129483)
+++ community-i686/PKGBUILD 2015-03-18 12:39:56 UTC (rev 129484)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.24
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=3.14.34' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14.34' 'linux-lts-headers<3.15'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-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-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14.34' 'linux-lts<3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.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-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts>=3.14.34' 'linux-lts<3.15')
-  replac

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

2015-03-18 Thread Sébastien Luttringer
Date: Wednesday, March 18, 2015 @ 13:39:22
  Author: seblu
Revision: 129483

upgpkg: virtualbox-modules-lts 4.3.26-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 12:35:05 UTC (rev 129482)
+++ PKGBUILD2015-03-18 12:39:22 UTC (rev 129483)
@@ -5,7 +5,7 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.24
+pkgver=4.3.26
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'


  1   2   >