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

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 22:27:46
  Author: seblu
Revision: 153730

upgpkg: drbd-utils 8.9.5-2

Modified:
  drbd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 16:02:50 UTC (rev 153729)
+++ PKGBUILD2015-12-19 21:27:46 UTC (rev 153730)
@@ -3,7 +3,7 @@
 
 pkgname=drbd-utils
 pkgver=8.9.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'
@@ -59,6 +59,9 @@
   install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
   echo 'drbd' > usr/lib/modules-load.d/drbd.conf
 
+  # fix rights on systemd files
+  chmod 644 usr/lib/systemd/system/*
+
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-12-19 Thread Jaroslav Lichtblau
Date: Saturday, December 19, 2015 @ 17:02:50
  Author: jlichtblau
Revision: 153729

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

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 153728, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 153728, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 153728, qmmp/trunk/qmmp.install)
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 153728, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 153728, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 153728, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

-+
 /PKGBUILD   |   96 ++
 /qmmp.changelog |  344 ++
 /qmmp.install   |   24 ++
 community-i686/PKGBUILD |   48 -
 community-i686/qmmp.changelog   |  169 --
 community-i686/qmmp.install |   12 -
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/qmmp.changelog |  169 --
 community-x86_64/qmmp.install   |   12 -
 9 files changed, 464 insertions(+), 458 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 16:02:09 UTC (rev 153728)
+++ community-i686/PKGBUILD 2015-12-19 16:02:50 UTC (rev 153729)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Qt5 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
- 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5c3e72f0effa2f2a5c7b41507d751599bf01d80316da6eaef7f2f20b91be8221')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 153728, 
qmmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-19 16:02:50 UTC (rev 153729)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg' 
'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug'
+ 'libsndfile' 'wavpack' 'projectm' 'mesa' 'faad2' 'libgme' 
'libsidplayfp' 'opusfile' 'wildmidi' 'qt5-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+

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

2015-12-19 Thread Jaroslav Lichtblau
Date: Saturday, December 19, 2015 @ 17:02:09
  Author: jlichtblau
Revision: 153728

upgpkg: qmmp 1.0.3-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 15:31:32 UTC (rev 153727)
+++ PKGBUILD2015-12-19 16:02:09 UTC (rev 153728)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;
@@ -30,7 +30,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5c3e72f0effa2f2a5c7b41507d751599bf01d80316da6eaef7f2f20b91be8221')
+sha256sums=('0fbc67d00abcb6183f817439e7c7da5fa587c3fd1dc9b52441ea3cce8c467cc0')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2015-12-19 15:31:32 UTC (rev 153727)
+++ qmmp.changelog  2015-12-19 16:02:09 UTC (rev 153728)
@@ -1,3 +1,6 @@
+2015-12-19 Jaroslav Lichtblau 
+   * qmmp 1.0.3-1
+
 2015-11-14 Jaroslav Lichtblau 
* qmmp 1.0.2-1
 


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

2015-12-19 Thread Antonio Rojas
Date: Saturday, December 19, 2015 @ 23:52:47
  Author: arojas
Revision: 153732

Update to 3.5.6

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 21:28:09 UTC (rev 153731)
+++ PKGBUILD2015-12-19 22:52:47 UTC (rev 153732)
@@ -4,8 +4,8 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.5.5
-pkgrel=2
+pkgver=3.5.6
+pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(i686 x86_64)
 url='http://clipgrab.de/en'
@@ -14,7 +14,7 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('a8fe8f0bc80f69b77d677bc44df2354a'
+md5sums=('9e524fbae65fbfe31920884ab9912632'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {


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

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 22:28:09
  Author: seblu
Revision: 153731

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

Added:
  drbd-utils/repos/community-i686/PKGBUILD
(from rev 153730, drbd-utils/trunk/PKGBUILD)
  drbd-utils/repos/community-x86_64/PKGBUILD
(from rev 153730, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-i686/PKGBUILD
  drbd-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  134 
 community-i686/PKGBUILD   |   64 -
 community-x86_64/PKGBUILD |   64 -
 3 files changed, 134 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 21:27:46 UTC (rev 153730)
+++ community-i686/PKGBUILD 2015-12-19 21:28:09 UTC (rev 153731)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.5
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('197b56c27df329d42c54efda56634e09')
-
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---with-distro=generic \
---with-bashcompletion \
---with-udev \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---with-initscripttype=systemd \
---without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  # move /lib files under /usr/lib
-  cd "$pkgdir"
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-i686/PKGBUILD (from rev 153730, 
drbd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-19 21:28:09 UTC (rev 153731)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.5
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='http://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=("http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('197b56c27df329d42c54efda56634e09')
+
+#prepare() {
+#  # fix hardcoded path in udev rules
+#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--with-distro=generic \
+--with-bashcompletion \
+--with-udev \
+--without-rgmanager \
+--without-pacemaker \
+--without-heartbeat \
+--with-initscripttype=systemd \
+--without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  # move /lib files under /usr/lib
+  cd "$pkgdir"
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+
+  # fix rights on systemd files
+  chmod 644 usr/lib/systemd/system/*
+
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-19 21:27:46 UTC (rev 153730)
+++ community-x86_64/PKGBUILD   2015-12-19 21:28:09 UTC (rev 153731)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.5
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')

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

2015-12-19 Thread Antonio Rojas
Date: Saturday, December 19, 2015 @ 23:53:16
  Author: arojas
Revision: 153733

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 153732, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 153732, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 153732, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 153732, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-i686/PKGBUILD
  clipgrab/repos/community-i686/clipgrab.desktop
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

---+
 /PKGBUILD |   64 
 /clipgrab.desktop |   26 ++
 community-i686/PKGBUILD   |   32 --
 community-i686/clipgrab.desktop   |   13 ---
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/clipgrab.desktop |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 22:52:47 UTC (rev 153732)
+++ community-i686/PKGBUILD 2015-12-19 22:53:16 UTC (rev 153733)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.5.5
-pkgrel=2
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=(i686 x86_64)
-url='http://clipgrab.de/en'
-license=(GPL3)
-depends=(qtwebkit)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('a8fe8f0bc80f69b77d677bc44df2354a'
- '9a141791f6952917c441050c3dac81ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt4 clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 153732, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-19 22:53:16 UTC (rev 153733)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.5.6
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=(i686 x86_64)
+url='http://clipgrab.de/en'
+license=(GPL3)
+depends=(qtwebkit)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('9e524fbae65fbfe31920884ab9912632'
+ '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-i686/clipgrab.desktop
===
--- community-i686/clipgrab.desktop 2015-12-19 22:52:47 UTC (rev 153732)
+++ community-i686/clipgrab.desktop 2015-12-19 22:53:16 UTC (rev 153733)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 153732, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2015-12-19 22:53:16 UTC (rev 153733)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;

Deleted: 

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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:03:57
  Author: seblu
Revision: 153739

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 153738, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 153738, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 153738, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 153738, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 153738, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 153738, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 153738, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 153738, 
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 |  140 
 /build.sh |  116 +
 /virtualbox-guest-modules-lts.install |   42 
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   69 ---
 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 |   69 ---
 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, 344 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 23:03:27 UTC (rev 153738)
+++ community-i686/PKGBUILD 2015-12-19 23:03:57 UTC (rev 153739)
@@ -1,69 +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=5.0.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=4.1.11' 'linux-lts<4.2'
- 'linux-lts-headers>=4.1.11' 'linux-lts-headers<4.2'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.1-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>=4.1.11' 'linux-lts<4.2')
-  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')
-  

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

2015-12-19 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 01:50:09
  Author: heftig
Revision: 256790

0.2.15

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 05:22:12 UTC (rev 256789)
+++ PKGBUILD2015-12-20 00:50:09 UTC (rev 256790)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo
-pkgver=0.2.14
+pkgver=0.2.15
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="http://www.gnome.org;
@@ -13,7 +13,7 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79c82ea1747ae7430a648aa9660e44d88d48c968bcdaeb3b2c5cb97e1c921ccd')
+sha256sums=('6f5d2583250a68e76d281edaa08adb880d5a78ed46f9ecd22ae4715f1dd66815')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 23:59:07
  Author: seblu
Revision: 153735

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

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 153734, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 153734, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 153734, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 153734, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 153734, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 153734, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 153734, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 153734, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 153734, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 153734, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 153734, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 153734, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 153734, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 153734, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 153734, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 153734, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 153734, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 153734, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 153734, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 153734, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 153734, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 153734, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 153734, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 153734, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 153734, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 153734, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 153734, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 153734, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 153734, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 153734, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 153734, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 153734, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 153734, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 153734, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 153734, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 153734, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 153734, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 153734, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 153734, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 153734, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 153734, 

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

2015-12-19 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 04:06:07
  Author: fyan
Revision: 153742

upgpkg: wine 1.8-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 23:06:49 UTC (rev 153741)
+++ PKGBUILD2015-12-20 03:06:07 UTC (rev 153742)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.8rc4
+pkgver=1.8
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.8/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('f8056efba5f2d0852655afb63bee1be0301b0dd2'
+sha1sums=('a5501b49c7e5e4b63810e86edfe78edb2867d8ab'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-12-19 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 04:06:31
  Author: fyan
Revision: 153743

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 153742, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 153742, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 153742, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-12-20 03:06:07 UTC (rev 153742)
+++ 30-win32-aliases.conf   2015-12-20 03:06:31 UTC (rev 153743)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 153742, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-12-20 03:06:31 UTC (rev 153743)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 03:06:07 UTC (rev 153742)
+++ PKGBUILD2015-12-20 03:06:31 UTC (rev 153743)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.8rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.8/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('f8056efba5f2d0852655afb63bee1be0301b0dd2'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libldap lib32-libldap
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2015-12-19 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 04:27:25
  Author: fyan
Revision: 153744

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 153743, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 153743, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 153743, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  362 
 wine.install  |   24 +--
 3 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-12-20 03:06:31 UTC (rev 153743)
+++ 30-win32-aliases.conf   2015-12-20 03:27:25 UTC (rev 153744)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 153743, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-12-20 03:27:25 UTC (rev 153744)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 03:06:31 UTC (rev 153743)
+++ PKGBUILD2015-12-20 03:27:25 UTC (rev 153744)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.8rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.8/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('f8056efba5f2d0852655afb63bee1be0301b0dd2'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libldap lib32-libldap
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  ncurses lib32-ncurses
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  

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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:06:21
  Author: seblu
Revision: 153740

upgpkg: virtualbox-modules 5.0.12-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-12-19 23:03:57 UTC (rev 153739)
+++ PKGBUILD2015-12-19 23:06:21 UTC (rev 153740)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
+makedepends=('linux>=4.3' 'linux<4.4'
+ 'linux-headers>=4.3' 'linux-headers<4.4'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-ARCH
+_extramodules=extramodules-4.3-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>=4.2' 'linux<4.3')
+  depends=('linux>=4.3' 'linux<4.4')
   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>=4.2' 'linux<4.3')
+  depends=('linux>=4.3' 'linux<4.4')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-12-19 23:03:57 UTC (rev 153739)
+++ virtualbox-guest-modules.install2015-12-19 23:06:21 UTC (rev 153740)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.2-ARCH
+  EXTRAMODULES=extramodules-4.3-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-12-19 23:03:57 UTC (rev 153739)
+++ virtualbox-host-modules.install 2015-12-19 23:06:21 UTC (rev 153740)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.2-ARCH
+  EXTRAMODULES=extramodules-4.3-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:06:49
  Author: seblu
Revision: 153741

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 153740, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 153740, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 153740, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 153740, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 153740, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 153740, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 153740, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 153740, 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 |  136 
 /build.sh |  122 ++
 /virtualbox-guest-modules.install |   42 +++
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   67 -
 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 |   67 -
 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, 346 insertions(+), 344 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-19 23:06:21 UTC (rev 153740)
+++ community-testing-i686/PKGBUILD 2015-12-19 23:06:49 UTC (rev 153741)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-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>=4.3' 'linux<4.4')
-  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>=4.3' 'linux<4.4')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  

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

2015-12-19 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 01:53:24
  Author: heftig
Revision: 256792

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 00:52:26 UTC (rev 256791)
+++ extra-i686/PKGBUILD 2015-12-20 00:53:24 UTC (rev 256792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.2.14
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79c82ea1747ae7430a648aa9660e44d88d48c968bcdaeb3b2c5cb97e1c921ccd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo/repos/extra-i686/PKGBUILD (from rev 256791, grilo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 00:53:24 UTC (rev 256792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.2.15
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6f5d2583250a68e76d281edaa08adb880d5a78ed46f9ecd22ae4715f1dd66815')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 00:52:26 UTC (rev 256791)
+++ extra-x86_64/PKGBUILD   2015-12-20 00:53:24 UTC (rev 256792)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.2.14
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('79c82ea1747ae7430a648aa9660e44d88d48c968bcdaeb3b2c5cb97e1c921ccd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 256791, 
grilo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-20 00:53:24 UTC (rev 256792)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.2.15
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')

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

2015-12-19 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 01:54:18
  Author: heftig
Revision: 256793

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 256792, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 256792, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 00:53:24 UTC (rev 256792)
+++ extra-i686/PKGBUILD 2015-12-20 00:54:18 UTC (rev 256793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.16
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool yelp-tools)
-optdepends=('dleyna-server: DLNA plugin'
-'tracker: Tracker plugin')
-options=('!emptydirs')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-#  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 256792, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 00:54:18 UTC (rev 256793)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.17
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('337669098cddf64a84fa9398aa1d7f994fea84bc5f7f1b348e1288f135713781')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+#  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 00:53:24 UTC (rev 256792)
+++ extra-x86_64/PKGBUILD   2015-12-20 00:54:18 UTC (rev 256793)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.16
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool yelp-tools)
-optdepends=('dleyna-server: DLNA plugin'
-'tracker: Tracker plugin')
-options=('!emptydirs')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-#  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 256792, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-20 00:54:18 UTC (rev 256793)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.17
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker: Tracker plugin')
+options=('!emptydirs')

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

2015-12-19 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 01:52:26
  Author: heftig
Revision: 256791

0.2.17

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 00:50:09 UTC (rev 256790)
+++ PKGBUILD2015-12-20 00:52:26 UTC (rev 256791)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.2.16
+pkgver=0.2.17
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org;
@@ -15,11 +15,12 @@
 options=('!emptydirs')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
+sha256sums=('337669098cddf64a84fa9398aa1d7f994fea84bc5f7f1b348e1288f135713781')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:03:27
  Author: seblu
Revision: 153738

upgpkg: virtualbox-modules-lts 5.0.12-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 23:02:18 UTC (rev 153737)
+++ PKGBUILD2015-12-19 23:03:27 UTC (rev 153738)
@@ -5,7 +5,7 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=5.0.10
+pkgver=5.0.12
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -67,3 +67,4 @@
 
 
 
+


[arch-commits] Commit in sagemath/repos (50 files)

2015-12-19 Thread Antonio Rojas
Date: Saturday, December 19, 2015 @ 12:04:44
  Author: arojas
Revision: 153717

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

Added:
  sagemath/repos/community-testing-i686/PKGBUILD
(from rev 153716, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-i686/anal.h
(from rev 153716, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-i686/clean.patch
(from rev 153716, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-i686/disable-fes.patch
(from rev 153716, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-i686/env.patch
(from rev 153716, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-i686/jupyter-path.patch
(from rev 153716, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-i686/package.patch
(from rev 153716, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-i686/paths.patch
(from rev 153716, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-i686/pexpect-del.patch
(from rev 153716, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-testing-i686/pexpect-env.patch
(from rev 153716, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-testing-i686/python-2.7.11.patch
(from rev 153716, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-i686/skip-check.patch
(from rev 153716, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-i686/test-optional.patch
(from rev 153716, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 153716, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/anal.h
(from rev 153716, sagemath/trunk/anal.h)
  sagemath/repos/community-testing-x86_64/clean.patch
(from rev 153716, sagemath/trunk/clean.patch)
  sagemath/repos/community-testing-x86_64/disable-fes.patch
(from rev 153716, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-x86_64/env.patch
(from rev 153716, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
(from rev 153716, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 153716, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/paths.patch
(from rev 153716, sagemath/trunk/paths.patch)
  sagemath/repos/community-testing-x86_64/pexpect-del.patch
(from rev 153716, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-testing-x86_64/pexpect-env.patch
(from rev 153716, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-testing-x86_64/python-2.7.11.patch
(from rev 153716, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-x86_64/skip-check.patch
(from rev 153716, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 153716, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-testing-i686/PKGBUILD
  sagemath/repos/community-testing-i686/anal.h
  sagemath/repos/community-testing-i686/clean.patch
  sagemath/repos/community-testing-i686/disable-fes.patch
  sagemath/repos/community-testing-i686/env.patch
  sagemath/repos/community-testing-i686/jupyter-path.patch
  sagemath/repos/community-testing-i686/package.patch
  sagemath/repos/community-testing-i686/paths.patch
  sagemath/repos/community-testing-i686/pexpect-del.patch
  sagemath/repos/community-testing-i686/pexpect-env.patch
  sagemath/repos/community-testing-i686/skip-check.patch
  sagemath/repos/community-testing-i686/test-optional.patch
  sagemath/repos/community-testing-x86_64/PKGBUILD
  sagemath/repos/community-testing-x86_64/anal.h
  sagemath/repos/community-testing-x86_64/clean.patch
  sagemath/repos/community-testing-x86_64/disable-fes.patch
  sagemath/repos/community-testing-x86_64/env.patch
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
  sagemath/repos/community-testing-x86_64/package.patch
  sagemath/repos/community-testing-x86_64/paths.patch
  sagemath/repos/community-testing-x86_64/pexpect-del.patch
  sagemath/repos/community-testing-x86_64/pexpect-env.patch
  sagemath/repos/community-testing-x86_64/skip-check.patch
  sagemath/repos/community-testing-x86_64/test-optional.patch

--+
 /PKGBUILD|  322 +
 /anal.h  |  130 ++
 /clean.patch |   48 +++
 /disable-fes.patch   |   38 ++
 /env.patch   |  274 +
 /jupyter-path.patch  |   62 
 /package.patch   |   22 +
 /paths.patch |   74 +
 /pexpect-del.patch   |   30 ++
 /pexpect-env.patch   |   

[arch-commits] Commit in sagemath/trunk (PKGBUILD python-2.7.11.patch)

2015-12-19 Thread Antonio Rojas
Date: Saturday, December 19, 2015 @ 12:03:07
  Author: arojas
Revision: 153716

Fix timeit with python 2.7.11

Added:
  sagemath/trunk/python-2.7.11.patch
Modified:
  sagemath/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 python-2.7.11.patch |   11 +++
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 05:20:58 UTC (rev 153715)
+++ PKGBUILD2015-12-19 11:03:07 UTC (rev 153716)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=6.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -32,7 +32,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 
"http://mirrors.mit.edu/sage/spkg/upstream/pexpect/pexpect-2.0.tar.bz2;
anal.h package.patch env.patch paths.patch clean.patch skip-check.patch
-   pexpect-env.patch pexpect-del.patch disable-fes.patch 
jupyter-path.patch test-optional.patch)
+   pexpect-env.patch pexpect-del.patch disable-fes.patch 
jupyter-path.patch test-optional.patch python-2.7.11.patch)
 md5sums=('3c92d9cc67e2be5bc7802427e84b9b71'
  'd9a3e113ed147dcee8f89962a8dccd43'
  'a906a180d198186a39820b0a2f9a9c63'
@@ -45,7 +45,8 @@
  'f333939ea6c41377b66407c81016cee4'
  '4eb23a3c7363258bc9ba764d6e5512ba'
  '16b529194c6105c3364127bd8f1efa83'
- 'cdcabd475b80afe0534a5621e972736e')
+ 'cdcabd475b80afe0534a5621e972736e'
+ 'ef927896f2071b442b1d07d7e69f5f3a')
 
 prepare(){
   cd sage-$pkgver
@@ -76,6 +77,8 @@
   patch -p0 -i ../test-optional.patch
 # set jupyter path
   patch -p0 -i ../jupyter-path.patch
+# fix timeit with Python 2.7.11
+  patch -p0 -i ../python-2.7.11.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
@@ -85,7 +88,7 @@
 
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|exec 
python|exec python2|' -i src/bin/*
-  sed -e 's|cython %s %s|cython2 %s %s|' -e 's|python setup.py|python2 
setup.py|' -i src/sage/misc/cython.py
+  sed -e 's|cython {OPT}|cython2 {OPT}|' -e 's|python setup.py|python2 
setup.py|' -i src/sage/misc/cython.py
   sed -e 's|exec ipython|exec ipython2|' -e 's|cygdb|cygdb2|' -i src/bin/sage
   sed -e "s|'cython'|'cython2'|" -i src/bin/sage-cython
   sed -e 's|python -c|python2 -c|' -i src/Makefile

Added: python-2.7.11.patch
===
--- python-2.7.11.patch (rev 0)
+++ python-2.7.11.patch 2015-12-19 11:03:07 UTC (rev 153716)
@@ -0,0 +1,11 @@
+--- src/sage/misc/sage_timeit.py.orig  2015-12-19 11:09:42.836938821 +0100
 src/sage/misc/sage_timeit.py   2015-12-19 11:10:27.090217304 +0100
+@@ -217,7 +217,7 @@
+ # but is there a better way to achieve that the code stmt has access
+ # to the shell namespace?
+ 
+-src = timeit_.template % {'stmt': timeit_.reindent(stmt, 8),
++src = timeit_.template % {'init': "", 'stmt': timeit_.reindent(stmt, 8),
+  'setup': "pass"}
+ code = compile(src, "", "exec")
+ ns = {}


[arch-commits] Commit in virtualbox/trunk (008-fix-asm-barrier.patch PKGBUILD)

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 23:57:12
  Author: seblu
Revision: 153734

upgpkg: virtualbox 5.0.12-1

Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/008-fix-asm-barrier.patch

---+
 008-fix-asm-barrier.patch |   52 
 PKGBUILD  |   17 ++
 2 files changed, 8 insertions(+), 61 deletions(-)

Deleted: 008-fix-asm-barrier.patch
===
--- 008-fix-asm-barrier.patch   2015-12-19 22:53:16 UTC (rev 153733)
+++ 008-fix-asm-barrier.patch   2015-12-19 22:57:12 UTC (rev 153734)
@@ -1,52 +0,0 @@
-Index: src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp
-===
 a/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp   
(revision 59178)
-+++ b/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp   
(revision 59179)
-@@ -1514,6 +1514,8 @@
- static int vboxWddmVdmaSubmitHgsmi(PVBOXMP_DEVEXT pDevExt, PVBOXVDMAINFO 
pInfo, HGSMIOFFSET offDr)
- {
- 
VBoxVideoCmnPortWriteUlong(VBoxCommonFromDeviceExt(pDevExt)->guestCtx.port, 
offDr);
-+/* Make the compiler aware that the host has changed memory. */
-+ASMCompilerBarrier();
- return VINF_SUCCESS;
- }
- #define vboxWddmVdmaSubmit vboxWddmVdmaSubmitHgsmi
-Index: src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
-===
 a/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp   
(revision 59178)
-+++ b/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp   
(revision 59179)
-@@ -1806,6 +1806,8 @@
- if (offCmd != HGSMIOFFSET_VOID)
- {
- 
VBoxVideoCmnPortWriteUlong(VBoxCommonFromDeviceExt(pDevExt)->guestCtx.port, 
offCmd);
-+/* Make the compiler aware that the host has changed 
memory. */
-+ASMCompilerBarrier();
- rc = 
VBoxSHGSMICommandDoneSynch((pDevExt)->guestCtx.heapCtx, 
pHdr);
- AssertRC(rc);
- if (RT_SUCCESS(rc))
-Index: src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
-===
 a/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp   
(revision 59178)
-+++ b/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp   
(revision 59179)
-@@ -117,6 +117,8 @@
- static int vboxCmdVbvaSubmitHgsmi(PHGSMIGUESTCOMMANDCONTEXT pHGSMICtx, 
HGSMIOFFSET offDr)
- {
- VBoxVideoCmnPortWriteUlong(pHGSMICtx->port, offDr);
-+/* Make the compiler aware that the host has changed memory. */
-+ASMCompilerBarrier();
- return VINF_SUCCESS;
- }
- #define vboxCmdVbvaSubmit vboxCmdVbvaSubmitHgsmi
-Index: src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
-===
 a/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp(revision 59178)
-+++ b/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp(revision 59179)
-@@ -169,6 +169,8 @@
- {
- /* Submit the buffer to the host. */
- VBoxVideoCmnPortWriteUlong(pCtx->port, offBuffer);
-+/* Make the compiler aware that the host has changed memory. */
-+ASMCompilerBarrier();
- return VINF_SUCCESS;
- }
- 

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 22:53:16 UTC (rev 153733)
+++ PKGBUILD2015-12-19 22:57:12 UTC (rev 153734)
@@ -10,8 +10,8 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.10
-pkgrel=3
+pkgver=5.0.12
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -64,10 +64,9 @@
 '005-gsoap-build.patch'
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
-'008-fix-asm-barrier.patch'
 '010-no-update.patch'
 )
-md5sums=('b978c28a021d637489beb23f7b1380e2'
+md5sums=('5912835882ef547e0559c7e73bc85828'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -82,16 +81,16 @@
  'ecfd13297d7753ebe7b8763ca5b792d9'
  'd82a6f19be739341ed7f1cf4ee8070ca'
  '188ea65918309f737ce28216c2b07c3b'
- '55e63dadb2269a262d93b544f2d25de1'
  'dfa08dc682c7668c8a6f0ffc3f44fece')
 
 prepare() {
 cd "VirtualBox-$pkgver"
 
-for _p in "$srcdir"/*.patch; do
-[[ -e $_p ]] || continue
-msg2 "Appy patch ${_p##*/}"
-patch -Np1 -i "$_p"
+for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && {
+msg2 "Applying patch $_f"
+patch -p1 -i "$srcdir/$_f"
+}
 done
 
 msg2 'Applying local config'


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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:02:18
  Author: seblu
Revision: 153737

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 23:01:48 UTC (rev 153736)
+++ community-i686/PKGBUILD 2015-12-19 23:02:18 UTC (rev 153737)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=2.1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-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>=4.2' 'linux<4.3')
-  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>=4.2' 'linux<4.3')
-  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' 

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

2015-12-19 Thread Sébastien Luttringer
Date: Sunday, December 20, 2015 @ 00:01:48
  Author: seblu
Revision: 153736

upgpkg: virtualbox-modules 5.0.12-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 22:59:07 UTC (rev 153735)
+++ PKGBUILD2015-12-19 23:01:48 UTC (rev 153736)
@@ -4,18 +4,18 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=3
+pkgver=5.0.12
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-ARCH
+_extramodules=extramodules-4.2-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>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   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>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install
@@ -65,3 +65,4 @@
 
 
 
+

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-12-19 22:59:07 UTC (rev 153735)
+++ virtualbox-guest-modules.install2015-12-19 23:01:48 UTC (rev 153736)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-12-19 22:59:07 UTC (rev 153735)
+++ virtualbox-host-modules.install 2015-12-19 23:01:48 UTC (rev 153736)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-12-19 Thread Jelle van der Waa
Date: Saturday, December 19, 2015 @ 14:27:09
  Author: jelle
Revision: 153719

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 13:26:55 UTC (rev 153718)
+++ community-i686/PKGBUILD 2015-12-19 13:27:09 UTC (rev 153719)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('56df1727c9e26076a80da4c3f8f67976')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
-  #python test/test_psutil.py
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 test/test_psutil.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 153718, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-19 13:27:09 UTC (rev 153719)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('0625db01ea46417308db94cc59362b65')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python test/test_psutil.py
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2015-12-19 Thread Jelle van der Waa
Date: Saturday, December 19, 2015 @ 14:26:55
  Author: jelle
Revision: 153718

upgpkg: python-psutil 3.3.0-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 11:04:44 UTC (rev 153717)
+++ PKGBUILD2015-12-19 13:26:55 UTC (rev 153718)
@@ -3,7 +3,7 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=3.2.2
+pkgver=3.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('56df1727c9e26076a80da4c3f8f67976')
+md5sums=('0625db01ea46417308db94cc59362b65')
 
 build() {
   cd psutil-$pkgver


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

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 15:01:13
  Author: seblu
Revision: 153720

upgpkg: virtualbox-guest-iso 5.0.12-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 13:27:09 UTC (rev 153719)
+++ PKGBUILD2015-12-19 14:01:13 UTC (rev 153720)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.10
+pkgver=5.0.12
 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=('cb17e3e74d1fb72bbc521586f9af10a4'
+md5sums=('2a48dcce3f53618d078d473bc91cead3'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


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

2015-12-19 Thread Sébastien Luttringer
Date: Saturday, December 19, 2015 @ 15:09:18
  Author: seblu
Revision: 153721

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 153720, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 153720, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 153720, 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-12-19 14:01:13 UTC (rev 153720)
+++ PKGBUILD2015-12-19 14:09:18 UTC (rev 153721)
@@ -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=5.0.10
-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=('cb17e3e74d1fb72bbc521586f9af10a4'
- '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 153720, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-19 14:09:18 UTC (rev 153721)
@@ -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=5.0.12
+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=('2a48dcce3f53618d078d473bc91cead3'
+ '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-12-19 14:01:13 UTC (rev 153720)
+++ license 2015-12-19 14:09:18 UTC (rev 153721)
@@ -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 

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

2015-12-19 Thread Evangelos Foutras
Date: Saturday, December 19, 2015 @ 15:54:15
  Author: foutrelis
Revision: 153722

upgpkg: pbzip2 1.1.13-1

New upstream release.

Modified:
  pbzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-19 14:09:18 UTC (rev 153721)
+++ PKGBUILD2015-12-19 14:54:15 UTC (rev 153722)
@@ -3,8 +3,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=pbzip2
-pkgver=1.1.12
-pkgrel=2
+pkgver=1.1.13
+pkgrel=1
 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
 arch=('i686' 'x86_64')
 url="http://compression.ca/pbzip2/;
@@ -11,10 +11,17 @@
 license=('BSD')
 depends=('bzip2' 'gcc-libs')
 
source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee'
+sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'
 'SKIP')
 validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use our CXXFLAGS and LDFLAGS
+  sed -i '/^\(CXX\|LD\)FLAGS =/d' Makefile
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   make
@@ -22,7 +29,7 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" install
+  make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 


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

2015-12-19 Thread Evangelos Foutras
Date: Saturday, December 19, 2015 @ 15:54:25
  Author: foutrelis
Revision: 153723

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-19 14:54:15 UTC (rev 153722)
+++ community-i686/PKGBUILD 2015-12-19 14:54:25 UTC (rev 153723)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa 
-# Maintainer: Evangelos Foutras 
-
-pkgname=pbzip2
-pkgver=1.1.12
-pkgrel=2
-pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=('i686' 'x86_64')
-url="http://compression.ca/pbzip2/;
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee'
-'SKIP')
-validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-i686/PKGBUILD (from rev 153722, 
pbzip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-19 14:54:25 UTC (rev 153723)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Vasco Costa 
+# Maintainer: Evangelos Foutras 
+
+pkgname=pbzip2
+pkgver=1.1.13
+pkgrel=1
+pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
+arch=('i686' 'x86_64')
+url="http://compression.ca/pbzip2/;
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'
+'SKIP')
+validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use our CXXFLAGS and LDFLAGS
+  sed -i '/^\(CXX\|LD\)FLAGS =/d' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-19 14:54:15 UTC (rev 153722)
+++ community-x86_64/PKGBUILD   2015-12-19 14:54:25 UTC (rev 153723)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa 
-# Maintainer: Evangelos Foutras 
-
-pkgname=pbzip2
-pkgver=1.1.12
-pkgrel=2
-pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=('i686' 'x86_64')
-url="http://compression.ca/pbzip2/;
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee'
-'SKIP')
-validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-x86_64/PKGBUILD (from rev 153722, 
pbzip2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-19 14:54:25 UTC (rev 153723)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Vasco Costa 
+# Maintainer: Evangelos Foutras 
+
+pkgname=pbzip2
+pkgver=1.1.13
+pkgrel=1
+pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
+arch=('i686' 'x86_64')
+url="http://compression.ca/pbzip2/;
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'
+'SKIP')
+validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
+