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

2015-11-04 Thread Bartłomiej Piotrowski
Date: Wednesday, November 4, 2015 @ 23:05:09
  Author: bpiotrowski
Revision: 250120

Add validpgpkeys

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 22:00:48 UTC (rev 250119)
+++ PKGBUILD2015-11-04 22:05:09 UTC (rev 250120)
@@ -12,11 +12,13 @@
 makedepends=('util-linux')
 options=('!emptydirs')
 
source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz
-
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
+
https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
 encrypt_hook
 encrypt_install
 sd-encrypt)
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

 sha256sums=('075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148'
+'SKIP'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
 'd442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')


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

2015-11-04 Thread Bartłomiej Piotrowski
Date: Wednesday, November 4, 2015 @ 23:00:35
  Author: bpiotrowski
Revision: 250118

upgpkg: libbluray 0.9.1-1

new upstream release

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 21:55:31 UTC (rev 250117)
+++ PKGBUILD2015-11-04 22:00:35 UTC (rev 250118)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('java-environment: for BD-J library')
 provides=('libbluray.so')
 
source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
+md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-04 Thread Bartłomiej Piotrowski
Date: Wednesday, November 4, 2015 @ 23:00:48
  Author: bpiotrowski
Revision: 250119

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

Added:
  libbluray/repos/extra-i686/PKGBUILD
(from rev 250118, libbluray/trunk/PKGBUILD)
  libbluray/repos/extra-x86_64/PKGBUILD
(from rev 250118, libbluray/trunk/PKGBUILD)
Deleted:
  libbluray/repos/extra-i686/PKGBUILD
  libbluray/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-11-04 22:00:35 UTC (rev 250118)
+++ extra-i686/PKGBUILD 2015-11-04 22:00:48 UTC (rev 250119)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant')
-optdepends=('java-environment: for BD-J library')
-provides=('libbluray.so')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-i686/PKGBUILD (from rev 250118, 
libbluray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-04 22:00:48 UTC (rev 250119)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-04 22:00:35 UTC (rev 250118)
+++ extra-x86_64/PKGBUILD   2015-11-04 22:00:48 UTC (rev 250119)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('libxml2' 'freetype2' 'fontconfig')
-makedepends=('apache-ant')
-optdepends=('java-environment: for BD-J library')
-provides=('libbluray.so')
-source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('a4e8077b9fd82349c767cef2ba9bd750')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C $pkgname-$pkgver install
-}

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 250118, 
libbluray/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-04 22:00:48 UTC (rev 250119)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/libbluray.html'
+license=('LGPL2.1')
+depends=('libxml2' 'freetype2' 'fontconfig')
+makedepends=('apache-ant')
+optdepends=('java-environment: for BD-J library')
+provides=('libbluray.so')
+source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('9c1693c22c2b0c8cad29ec6dd97518bc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C 

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

2015-11-04 Thread Antonio Rojas
Date: Wednesday, November 4, 2015 @ 22:20:31
  Author: arojas
Revision: 250115

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

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-i686/sddm.install   |   24 
 testing-x86_64/PKGBUILD |   39 +++
 testing-x86_64/sddm.install |   24 
 4 files changed, 126 insertions(+)

Copied: sddm/repos/testing-i686/PKGBUILD (from rev 250114, sddm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 21:20:31 UTC (rev 250115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='QML based X11 display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('cmake' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('ecfd285a463eb6490da1333bb2e304a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-i686/sddm.install (from rev 250114, 
sddm/trunk/sddm.install)
===
--- testing-i686/sddm.install   (rev 0)
+++ testing-i686/sddm.install   2015-11-04 21:20:31 UTC (rev 250115)
@@ -0,0 +1,24 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if ! getent passwd sddm > /dev/null; then
+   useradd -c "Simple Desktop Display Manager" --system -d 
/var/lib/sddm -s /usr/bin/nologin -g sddm sddm
+   passwd -l sddm > /dev/null
+   fi
+   mkdir -p /var/lib/sddm
+   chown -R sddm:sddm /var/lib/sddm > /dev/null
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   if getent passwd sddm >/dev/null; then
+   userdel sddm
+   fi
+   if getent group sddm >/dev/null; then
+   groupdel sddm
+   fi
+}

Copied: sddm/repos/testing-x86_64/PKGBUILD (from rev 250114, 
sddm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-04 21:20:31 UTC (rev 250115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='QML based X11 display manager'
+arch=('i686' 'x86_64')
+url='http://github.com/sddm/sddm'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('cmake' 'python-docutils' 'qt5-tools')
+install="${pkgname}.install"
+backup=('usr/share/sddm/scripts/Xsetup'
+'etc/pam.d/sddm')
+provides=('display-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('ecfd285a463eb6490da1333bb2e304a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \
+-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \
+-DBUILD_MAN_PAGES=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sddm/repos/testing-x86_64/sddm.install (from rev 250114, 
sddm/trunk/sddm.install)
===
--- testing-x86_64/sddm.install (rev 0)
+++ testing-x86_64/sddm.install 2015-11-04 21:20:31 UTC (rev 250115)
@@ -0,0 +1,24 @@
+post_install() {
+   if ! getent group sddm > /dev/null; then
+   groupadd --system sddm
+   fi
+   if ! getent 

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

2015-11-04 Thread Andreas Radke
Date: Wednesday, November 4, 2015 @ 22:19:36
  Author: andyrtr
Revision: 250113

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

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

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

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

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

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 250112, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2015-11-04 Thread Andreas Radke
Date: Wednesday, November 4, 2015 @ 22:19:03
  Author: andyrtr
Revision: 250112

upgpkg: bluez 5.36-1

upstream update 5.36

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 20:17:55 UTC (rev 250111)
+++ PKGBUILD2015-11-04 21:19:03 UTC (rev 250112)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.35
+pkgver=5.36
 pkgrel=1
 url="http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('1afee054644a8b1753ac98d7ad5cd95681a38f5c4cbb1b4bb3ceaa078bf8f0e2'
+sha256sums=('a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2'
 'SKIP'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')


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

2015-11-04 Thread Antonio Rojas
Date: Wednesday, November 4, 2015 @ 22:20:02
  Author: arojas
Revision: 250114

Update to 0.13.0

Modified:
  sddm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 21:19:36 UTC (rev 250113)
+++ PKGBUILD2015-11-04 21:20:02 UTC (rev 250114)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=sddm
-pkgver=0.12.0
-pkgrel=5
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='QML based X11 display manager'
 arch=('i686' 'x86_64')
 url='http://github.com/sddm/sddm'
@@ -15,25 +15,11 @@
 backup=('usr/share/sddm/scripts/Xsetup'
 'etc/pam.d/sddm')
 provides=('display-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;
-   
fix-segfault.patch::"https://github.com/davispuh/sddm/commit/671c11d0.patch;
-   
CVE-2015-0856.patch::"https://github.com/sddm/sddm/commit/4cfed6b0.patch;
-   
multi-monitor.patch::"https://patch-diff.githubusercontent.com/raw/sddm/sddm/pull/511.patch;)
-md5sums=('e3261ac93a50c71c973cc79b85387765'
- '208f3b1b49792984989172dd809a03bf'
- '80eb7eddd8d3d259a6c28e83b9394575'
- '1704e84c68e6935923d223b6a4c4b198')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('ecfd285a463eb6490da1333bb2e304a7')
 
 prepare() {
   mkdir -p build
-
-# Fix segfault https://github.com/sddm/sddm/issues/489
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-segfault.patch
-# Fix CVE-2015-0856
-  patch -p1 -i ../CVE-2015-0856.patch
-# Fix multi-monitor support https://github.com/sddm/sddm/issues/496
-  patch -p1 -i ../multi-monitor.patch
 }
 
 build() {


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

2015-11-04 Thread Bartłomiej Piotrowski
Date: Wednesday, November 4, 2015 @ 22:55:31
  Author: bpiotrowski
Revision: 250117

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 250116, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 250116, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 250116, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 250116, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 250116, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 250116, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 250116, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 250116, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-i686/sd-encrypt|   42 +++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 testing-x86_64/sd-encrypt  |   42 +++
 8 files changed, 532 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 250116, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 21:55:31 UTC (rev 250117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=cryptsetup
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux')
+makedepends=('util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz
+
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
+encrypt_hook
+encrypt_install
+sd-encrypt)
+sha256sums=('075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148'
+'4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+#prepare() {
+#  cd "${srcdir}"/$pkgname-${pkgver}
+#}
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static 
--enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m644 "${srcdir}"/sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 250116, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2015-11-04 21:55:31 UTC (rev 250117)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+ 

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

2015-11-04 Thread Bartłomiej Piotrowski
Date: Wednesday, November 4, 2015 @ 22:55:12
  Author: bpiotrowski
Revision: 250116

upgpkg: cryptsetup 1.7.0-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 21:20:31 UTC (rev 250115)
+++ PKGBUILD2015-11-04 21:55:12 UTC (rev 250116)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=cryptsetup
-pkgver=1.6.8
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
@@ -11,12 +11,12 @@
 depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux')
 makedepends=('util-linux')
 options=('!emptydirs')
-source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.xz
-
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.sign
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.xz
+
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/${pkgname}-${pkgver}.tar.sign
 encrypt_hook
 encrypt_install
 sd-encrypt)
-sha256sums=('45a6ccd3c65b7d904e58e1cb3656a7e997190b6a05b5ff7c6887e4a41c5f19bc'
+sha256sums=('075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
 'd442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')


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

2015-11-04 Thread Felix Yan
Date: Thursday, November 5, 2015 @ 02:02:39
  Author: fyan
Revision: 146017

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-05 01:02:09 UTC (rev 146016)
+++ PKGBUILD2015-11-05 01:02:39 UTC (rev 146017)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jim Bridgewater 
-# Contributor: delta48  
-
-pkgbase=python-pyperclip
-pkgname=('python-pyperclip' 'python2-pyperclip')
-_pypiname=pyperclip
-pkgver=1.5.20
-_commit=6f8f6510f2b5fcab0deb148abc1280abed79892b
-pkgrel=1
-pkgdesc="A cross-platform clipboard module for Python"
-arch=('any')
-url="https://github.com/asweigart/pyperclip;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper
-checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest'
-  'xsel' 'xclip')
-source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a $_pypiname{,-py2}
-}
-
-check() {
-  cd "$srcdir/$_pypiname"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test
-
-  cd "$srcdir/$_pypiname-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2
-}
-
-package_python-pyperclip() {
-  depends=('python')
-  optdepends=('xclip: xclip backend'
-  'xsel: xsel backend'
-  'python-pyqt4: qt backend'
-  'plasma-workspace: klipper backend')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-pyperclip() {
-  depends=('python2')
-  optdepends=('xclip: xclip backend'
-  'xsel: xsel backend'
-  'python2-pyqt4: qt backend'
-  'plasma-workspace: klipper backend'
-  'pygtk: gtk backend')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyperclip/repos/community-any/PKGBUILD (from rev 146016, 
python-pyperclip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-05 01:02:39 UTC (rev 146017)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jim Bridgewater 
+# Contributor: delta48  
+
+pkgbase=python-pyperclip
+pkgname=('python-pyperclip' 'python2-pyperclip')
+_pypiname=pyperclip
+pkgver=1.5.21
+_commit=b5c57c2a90a28f5c6f9f87ac06737a1cbc0eeac3
+pkgrel=1
+pkgdesc="A cross-platform clipboard module for Python"
+arch=('any')
+url="https://github.com/asweigart/pyperclip;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+# GTK/Qt tests crash xvfb, and Klipper tests require a running klipper
+checkdepends=('xorg-server-xvfb' 'python-pytest' 'python2-pytest'
+  'xsel' 'xclip')
+source=("git+https://github.com/asweigart/pyperclip.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pypiname{,-py2}
+}
+
+check() {
+  cd "$srcdir/$_pypiname"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test
+
+  cd "$srcdir/$_pypiname-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" xvfb-run py.test2
+}
+
+package_python-pyperclip() {
+  depends=('python')
+  optdepends=('xclip: xclip backend'
+  'xsel: xsel backend'
+  'python-pyqt4: qt backend'
+  'plasma-workspace: klipper backend')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-pyperclip() {
+  depends=('python2')
+  optdepends=('xclip: xclip backend'
+  'xsel: xsel backend'
+  'python2-pyqt4: qt backend'
+  'plasma-workspace: klipper backend'
+  'pygtk: gtk backend')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Felix Yan
Date: Thursday, November 5, 2015 @ 02:03:14
  Author: fyan
Revision: 146019

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 146018, pm2/trunk/PKGBUILD)
Deleted:
  pm2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-05 01:02:44 UTC (rev 146018)
+++ PKGBUILD2015-11-05 01:03:14 UTC (rev 146019)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=0.15.9
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('d9607a2a9334c202be4241b231cd393b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 146018, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-05 01:03:14 UTC (rev 146019)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=0.15.10
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('e36835edf192131a23b4bd992e16e3ff')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}


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

2015-11-04 Thread Felix Yan
Date: Thursday, November 5, 2015 @ 02:02:44
  Author: fyan
Revision: 146018

upgpkg: pm2 0.15.10-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 01:02:39 UTC (rev 146017)
+++ PKGBUILD2015-11-05 01:02:44 UTC (rev 146018)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=0.15.9
+pkgver=0.15.10
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('d9607a2a9334c202be4241b231cd393b')
+md5sums=('e36835edf192131a23b4bd992e16e3ff')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-11-04 Thread Felix Yan
Date: Thursday, November 5, 2015 @ 02:02:09
  Author: fyan
Revision: 146016

upgpkg: python-pyperclip 1.5.21-1

Modified:
  python-pyperclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:37:53 UTC (rev 146015)
+++ PKGBUILD2015-11-05 01:02:09 UTC (rev 146016)
@@ -6,8 +6,8 @@
 pkgbase=python-pyperclip
 pkgname=('python-pyperclip' 'python2-pyperclip')
 _pypiname=pyperclip
-pkgver=1.5.20
-_commit=6f8f6510f2b5fcab0deb148abc1280abed79892b
+pkgver=1.5.21
+_commit=b5c57c2a90a28f5c6f9f87ac06737a1cbc0eeac3
 pkgrel=1
 pkgdesc="A cross-platform clipboard module for Python"
 arch=('any')


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Thursday, November 5, 2015 @ 07:02:55
  Author: svenstaro
Revision: 146021

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

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

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   51 -
 community-x86_64/PKGBUILD |   51 -
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-05 06:02:45 UTC (rev 146020)
+++ community-i686/PKGBUILD 2015-11-05 06:02:55 UTC (rev 146021)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Denis Martinez 
-
-pkgname=wt
-pkgver=3.3.5rc2
-_pkgver=3.3.5-rc2
-pkgrel=1
-pkgdesc="a C++ library and application server for developing and deploying web 
applications"
-arch=('i686' 'x86_64')
-url="http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
-md5sums=('32439d8992cc6ffd32d532c3fccfef20')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DINSTALL_FINDWT_CMAKE_FILE=ON \
-  ..
-  # build examples again when they are compatible with boost 1.58
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 146020, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-05 06:02:55 UTC (rev 146021)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=2
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-05 06:02:45 UTC (rev 146020)
+++ community-x86_64/PKGBUILD   2015-11-05 06:02:55 UTC (rev 146021)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik 

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

2015-11-04 Thread Sven-Hendrik Haase
Date: Thursday, November 5, 2015 @ 07:02:45
  Author: svenstaro
Revision: 146020

upgpkg: wt 3.3.5rc2-2

Fix FS#46972

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 01:03:14 UTC (rev 146019)
+++ PKGBUILD2015-11-05 06:02:45 UTC (rev 146020)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.5rc2
 _pkgver=3.3.5-rc2
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -31,6 +31,7 @@
   cmake \
   -DCONNECTOR_HTTP=ON \
   -DWT_CPP_11_MODE=-std=c++11 \
+  -DCONFIGDIR=/etc \
   -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \


[arch-commits] Commit in calligra-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-04 Thread Antonio Rojas
Date: Thursday, November 5, 2015 @ 08:33:12
  Author: arojas
Revision: 250124

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 250123, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  214 ++---
 1 file changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-05 07:27:50 UTC (rev 250123)
+++ PKGBUILD2015-11-05 07:33:12 UTC (rev 250124)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=calligra-l10n
-pkgver=2.9.8
-pkgrel=1
-pkgdesc="Localization for Calligra"
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-
-_languages=(
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'fi "Finnish"'
-  'fr "French"'
-  'gl "Galician"'
-  'hu "Hungarian"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'nb "Norwegian Bokmal"'
-  'nl "Dutch"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sv "Swedish"'
-  'uk "Ukrainian"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=calligra-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-$_locale-${pkgver}.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-md5sums=('a1a491f70c6594edca755d6613dc2c64'
- '54902e6a397d4c1ac8fe6042b805001d'
- '15bcc21aee70a538d3fcf33a307fad07'
- 'b17bb56023af39a5518d5d7c75c7c463'
- 'e54e5477f1c42ad6225c5bdcdc7caf87'
- '7a6e8859eb56d040559c3a4bd9d7aaa3'
- '4d202e263e51206f63995321bda82d97'
- 'e6e91b306e0e7de6129b7c665355a13c'
- 'f0cacf278530175cf57c9366bdab3db1'
- '138ec478806bcc76941ac577527a3b4d'
- '77982329654d098054e12416f46acdb5'
- 'c353bb1d21e33f049662702665dcf166'
- '195b47754718351b4c739a63871c977f'
- 'f6c0bbdfa8b3cad659eb121a88e602ad'
- 'e868165656f5fbdff0b8dae0a93cb26c'
- 'b83858e17e496c133612a0bca2789b31'
- '24b1cf23878ae8be175f03d49a2d1ff5'
- 'c953408681b7d906d770f21f566bdf36'
- 'b484601a4db433f136f0f77e41972fef'
- '79bfdbc78cd93c3f809861721b10ff6a'
- 'ef51766ee73e60b60f60038af87b155f'
- '09380d452d5d4a3c2d3fad95fb996a5e'
- 'fb85a38c94ccdfd059b45baf18c277a8'
- '6b7ae45432b3950776da13c9bf69f875'
- '377510c1981a77c444bf82e058be07e2'
- '5fdbe829018b350ce4e1c14fb3626e13'
- 'e3842f012ee05e15f98c8be5673eae51'
- '9651782bc8913abb154606de7de697a3')
-
-build() {
-  for _lang in "${_languages[@]}"; do
-_locale=${_lang%% *}
-
-mkdir -p build/$_locale
-cd build/$_locale
-cmake $srcdir/$pkgbase-$_locale-$pkgver \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr
-make
-cd ../..
-  done
-}
-
-_package() {
-  pkgdesc="$2 localization for Calligra"
-  cd build/$1
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra-l10n/repos/extra-any/PKGBUILD (from rev 250123, 
calligra-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-05 07:33:12 UTC (rev 250124)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=calligra-l10n
+pkgver=2.9.9
+pkgrel=1
+pkgdesc="Localization for Calligra"
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+
+_languages=(
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'ca@valencia "Catalan (Valencian)"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en_GB  "British English"'
+  'es "Spanish"'
+  'et "Estonian"'
+  'fi "Finnish"'
+  'fr "French"'
+  'gl "Galician"'
+  'hu "Hungarian"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'nb "Norwegian Bokmal"'
+  'nl "Dutch"'
+  'pl "Polish"'
+  'pt "Portuguese"'
+  'pt_BR  "Brazilian Portuguese"'
+  'ru "Russian"'
+  'sk "Slovak"'
+  'sv "Swedish"'
+  'uk "Ukrainian"'
+  'zh_CN  "Chinese Simplified"'
+  'zh_TW  "Chinese Traditional"'
+)
+

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

2015-11-04 Thread Antonio Rojas
Date: Thursday, November 5, 2015 @ 08:26:15
  Author: arojas
Revision: 250121

Update to 2.9.9

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 22:05:09 UTC (rev 250120)
+++ PKGBUILD2015-11-05 07:26:15 UTC (rev 250121)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=calligra-l10n
-pkgver=2.9.8
+pkgver=2.9.9
 pkgrel=1
 pkgdesc="Localization for Calligra"
 arch=('any')
@@ -57,34 +57,34 @@
   }"
 done
 
-md5sums=('a1a491f70c6594edca755d6613dc2c64'
- '54902e6a397d4c1ac8fe6042b805001d'
- '15bcc21aee70a538d3fcf33a307fad07'
- 'b17bb56023af39a5518d5d7c75c7c463'
- 'e54e5477f1c42ad6225c5bdcdc7caf87'
- '7a6e8859eb56d040559c3a4bd9d7aaa3'
- '4d202e263e51206f63995321bda82d97'
- 'e6e91b306e0e7de6129b7c665355a13c'
- 'f0cacf278530175cf57c9366bdab3db1'
- '138ec478806bcc76941ac577527a3b4d'
- '77982329654d098054e12416f46acdb5'
- 'c353bb1d21e33f049662702665dcf166'
- '195b47754718351b4c739a63871c977f'
- 'f6c0bbdfa8b3cad659eb121a88e602ad'
- 'e868165656f5fbdff0b8dae0a93cb26c'
- 'b83858e17e496c133612a0bca2789b31'
- '24b1cf23878ae8be175f03d49a2d1ff5'
- 'c953408681b7d906d770f21f566bdf36'
- 'b484601a4db433f136f0f77e41972fef'
- '79bfdbc78cd93c3f809861721b10ff6a'
- 'ef51766ee73e60b60f60038af87b155f'
- '09380d452d5d4a3c2d3fad95fb996a5e'
- 'fb85a38c94ccdfd059b45baf18c277a8'
- '6b7ae45432b3950776da13c9bf69f875'
- '377510c1981a77c444bf82e058be07e2'
- '5fdbe829018b350ce4e1c14fb3626e13'
- 'e3842f012ee05e15f98c8be5673eae51'
- '9651782bc8913abb154606de7de697a3')
+md5sums=('d8f7bf59c3312961b1756c892f0e0fe9'
+ '79b1d8a00e000c35ce32ebec257a3905'
+ '83d26fb27803f72c88ecd98f7a7a9d8a'
+ 'fe4458e20a35ca3ea3f38a72454a0765'
+ '4b40bf19dbd10aac687d858b930e242e'
+ '196d7793c1dda5b06d2a1b39a45de626'
+ 'a7e261f6cb9792d021f07b8a646a85a7'
+ '1ce7b6c8e8c8261b99f3711f71ad557f'
+ '1c27da4af2aa456c54808890034a1b42'
+ '09ef03a4d8430d1f639e41847e19fd51'
+ '782b9c4dd030aff0f8806534392adb14'
+ 'a215018540c7fe50e4f7652c254866fc'
+ '2ebdfcd6a62e4d0fa90a874c5d188d22'
+ 'f7f0eeb17293f880dbf1018706413024'
+ '963a4abba420cd380bdc115e7c428581'
+ '9f83d2ee79379517f1f58e02eef12139'
+ 'e35dbfb3350bd32813a81f08bd7a0366'
+ '6098d4858126f3896287cc230590658b'
+ 'd4b3f271ef424769fafd69315d65b9a1'
+ 'ae1b0abc5c89a160f3a8fd1935e49ee0'
+ '2f0561f2d258ef0474d4fd0161bb176b'
+ 'e5ab031ba6d2e227c07f31de04d5cc4e'
+ 'bf2e2ee97e55c247c6f4f32809db312e'
+ 'a888fe4cf899a16f15f2a02d2882b9c9'
+ 'f19a444a7698890002b30dc1e3eb4afe'
+ '38fe56a1b6e6c3af08760ec3684ece8d'
+ '100d94cf660c1d5e9b1aeb34f9b2b5e2'
+ '6687ba7d98572e971a952cd3fbd08dd6')
 
 build() {
   for _lang in "${_languages[@]}"; do


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

2015-11-04 Thread Antonio Rojas
Date: Thursday, November 5, 2015 @ 08:26:23
  Author: arojas
Revision: 250122

Update to 2.9.9

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 07:26:15 UTC (rev 250121)
+++ PKGBUILD2015-11-05 07:26:23 UTC (rev 250122)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 # Contributor: Ronald van Haren 
 
@@ -20,8 +21,8 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.9.8
-pkgrel=3
+pkgver=2.9.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -32,7 +33,7 @@
  'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'libwps-0.4.patch')
-md5sums=('c731ceb46211aea2a0e1798f646e0bcb'
+md5sums=('2d138719508ba62560bd29c7abd6bf4f'
  '6ea15f8b3938838d89ea0aa08921afd1')
 
 prepare() {


[arch-commits] Commit in calligra/repos (64 files)

2015-11-04 Thread Antonio Rojas
Date: Thursday, November 5, 2015 @ 08:27:50
  Author: arojas
Revision: 250123

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 250122, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 250122, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-extras.install
(from rev 250122, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 250122, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 250122, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-gemini.install
(from rev 250122, calligra/trunk/calligra-gemini.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 250122, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 250122, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 250122, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 250122, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 250122, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 250122, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 250122, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 250122, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 250122, calligra/trunk/calligra.install)
  calligra/repos/extra-i686/libwps-0.4.patch
(from rev 250122, calligra/trunk/libwps-0.4.patch)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 250122, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 250122, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
(from rev 250122, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 250122, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 250122, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-gemini.install
(from rev 250122, calligra/trunk/calligra-gemini.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 250122, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 250122, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 250122, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 250122, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 250122, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 250122, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 250122, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 250122, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 250122, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/libwps-0.4.patch
(from rev 250122, calligra/trunk/libwps-0.4.patch)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-extras.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-gemini.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-i686/libwps-0.4.patch
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-gemini.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  

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

2015-11-04 Thread Andreas Radke
Date: Wednesday, November 4, 2015 @ 21:06:45
  Author: andyrtr
Revision: 250110

upgpkg: sqlite 3.9.2-1

upstream update 3.9.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:19:37 UTC (rev 250109)
+++ PKGBUILD2015-11-04 20:06:45 UTC (rev 250110)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_srcver=3090100
+_srcver=3090200
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('7711364f78dae9110a7c8b62eba27c37aacb4205'
-  '4546fc4304427621c49b99f71fc938890f1e7a72'
+sha1sums=('e3bf27dee50bda25bc5b87254541d7f52bfcd4bb'
+  '31a2e8a845e24968ede785ec09e057514c3538fd'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2015-11-04 Thread Andreas Radke
Date: Wednesday, November 4, 2015 @ 21:17:55
  Author: andyrtr
Revision: 250111

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 250110, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 250110, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 250110, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 250110, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  102 +++
 testing-i686/license.txt   |   33 +
 testing-x86_64/PKGBUILD|  102 +++
 testing-x86_64/license.txt |   33 +
 4 files changed, 270 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 250110, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 20:17:55 UTC (rev 250111)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_srcver=3090200
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.9.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(http://www.sqlite.org/2015/sqlite-src-${_srcver}.zip
+http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags')
+sha1sums=('e3bf27dee50bda25bc5b87254541d7f52bfcd4bb'
+  '31a2e8a845e24968ede785ec09e057514c3538fd'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd "$srcdir"/sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff
+}
+
+package_sqlite() {
+ 
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+ 
+  cd ${srcdir}/sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+  
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 250110, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-11-04 20:17:55 UTC (rev 250111)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicating their contributions to the 

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

2015-11-04 Thread Jaroslav Lichtblau
Date: Wednesday, November 4, 2015 @ 20:24:15
  Author: jlichtblau
Revision: 146006

upgpkg: moneymanagerex 1.2.3-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 18:23:22 UTC (rev 146005)
+++ PKGBUILD2015-11-04 19:24:15 UTC (rev 146006)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')


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

2015-11-04 Thread Jaroslav Lichtblau
Date: Wednesday, November 4, 2015 @ 20:24:36
  Author: jlichtblau
Revision: 146007

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

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

-+
 /PKGBUILD   |   76 ++
 /moneymanagerex.install |   22 
 community-i686/PKGBUILD |   38 ---
 community-i686/moneymanagerex.install   |   11 
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/moneymanagerex.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 19:24:15 UTC (rev 146006)
+++ community-i686/PKGBUILD 2015-11-04 19:24:36 UTC (rev 146007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 146006, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 19:24:36 UTC (rev 146007)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/moneymanagerex.install
===
--- community-i686/moneymanagerex.install   2015-11-04 19:24:15 UTC (rev 
146006)
+++ community-i686/moneymanagerex.install   2015-11-04 19:24:36 UTC (rev 
146007)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
146006, moneymanagerex/trunk/moneymanagerex.install)
===
--- community-i686/moneymanagerex.install   (rev 0)
+++ community-i686/moneymanagerex.install   2015-11-04 19:24:36 UTC (rev 
146007)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-04 19:24:15 UTC (rev 146006)
+++ community-x86_64/PKGBUILD   2015-11-04 19:24:36 UTC (rev 146007)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2015-11-04 Thread Evgeniy Alekseev
Date: Wednesday, November 4, 2015 @ 20:37:42
  Author: arcanis
Revision: 146014

upgpkg: eric-i18n 6.0.11-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-11-04 19:33:41 UTC (rev 146013)
+++ ChangeLog   2015-11-04 19:37:42 UTC (rev 146014)
@@ -1,3 +1,6 @@
+6.0.11-1:
+upstream update
+
 6.0.10-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:33:41 UTC (rev 146013)
+++ PKGBUILD2015-11-04 19:37:42 UTC (rev 146014)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.0.10
+pkgver=6.0.11
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('bb73aeec4c2c020dc92aecb033da00e2'
- '78928e81377867c831a23e64ec8504ca'
- '516edb7f4eef40f2f2344950fe20436f'
- '6e2ae0df2c9a604706822b4439d520d8'
- '52517b7db8b2c5a8fdc55a043325d85e'
- 'ade9200178719d26c675d6c0c76c781d'
- '7a70d5e0a33cbcc4b2a907bdeea6'
- '0db9e5926c8a8fc531ac3d473f682226'
- '67c2625da80737c892846a1fbf80d5c2'
- 'd13aaa9aa46a021bd73a19927fafaea4')
+md5sums=('8d8bbe7bac4f68111e4a4396572abfce'
+ 'f87fc2ab92d7a671c776f36ee3146f77'
+ '5b7fbc380f56e7b98cc6bcf768bed68a'
+ '47c3a405b99ed55599d31ac91e094a9f'
+ '54efeec4774c33bc4b76abb24760bfa2'
+ '22764c1ce2d443d660144f328cb55e5e'
+ 'e91af4035bc6c1d35e2e276a1d48d069'
+ '90bf473e3d2214e3531cb42823f867d2'
+ '88cc75ebc4d99e5ada0a3ac28c1a9891'
+ '78f4d39f9ebd59dbd1e8422d2af2c2c3')


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

2015-11-04 Thread Evgeniy Alekseev
Date: Wednesday, November 4, 2015 @ 20:37:53
  Author: arcanis
Revision: 146015

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 146014, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 146014, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   91 ++-
 PKGBUILD  |  126 ++--
 2 files changed, 110 insertions(+), 107 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-11-04 19:37:42 UTC (rev 146014)
+++ ChangeLog   2015-11-04 19:37:53 UTC (rev 146015)
@@ -1,44 +0,0 @@
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 146014, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-11-04 19:37:53 UTC (rev 146015)
@@ -0,0 +1,47 @@
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 19:37:42 UTC (rev 146014)
+++ PKGBUILD2015-11-04 19:37:53 UTC (rev 146015)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.10
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('bb73aeec4c2c020dc92aecb033da00e2'
- '78928e81377867c831a23e64ec8504ca'
- '516edb7f4eef40f2f2344950fe20436f'
- '6e2ae0df2c9a604706822b4439d520d8'
- '52517b7db8b2c5a8fdc55a043325d85e'
- 'ade9200178719d26c675d6c0c76c781d'
- '7a70d5e0a33cbcc4b2a907bdeea6'
- '0db9e5926c8a8fc531ac3d473f682226'
- '67c2625da80737c892846a1fbf80d5c2'
- 'd13aaa9aa46a021bd73a19927fafaea4')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 146014, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 19:37:53 UTC (rev 146015)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.11
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+url="http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs "Czech"'
+'de "German"'
+'en "English"'
+'es "Spanish"'
+'fr "French"'
+'it "Italian"'
+'pt 

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

2015-11-04 Thread Anatol Pomozov
Date: Wednesday, November 4, 2015 @ 20:19:37
  Author: anatolik
Revision: 250109

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 250108, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-i686/system_ltdl.patch
(from rev 250108, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 250108, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/system_ltdl.patch
(from rev 250108, openmpi/trunk/system_ltdl.patch)

--+
 testing-i686/PKGBUILD|   67 +
 testing-i686/system_ltdl.patch   |   66 
 testing-x86_64/PKGBUILD  |   67 +
 testing-x86_64/system_ltdl.patch |   66 
 4 files changed, 266 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 250108, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 19:19:37 UTC (rev 250109)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('caf6885f323a38b9c106a7815711313843409478')
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./autogen.pl
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/testing-i686/system_ltdl.patch (from rev 250108, 
openmpi/trunk/system_ltdl.patch)
===
--- testing-i686/system_ltdl.patch  (rev 0)
+++ testing-i686/system_ltdl.patch  2015-11-04 19:19:37 UTC (rev 250109)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include 
+ #include 
+ 
+-#include "opal/libltdl/ltdl.h"
++#include "ltdl.h"
+ 
+ static int do_test(void);
+ 
+diff --git a/test/support/components.c b/test/support/components.c
+index 41c4345..6b4b464 100644
+--- a/test/support/components.c
 

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

2015-11-04 Thread Anatol Pomozov
Date: Wednesday, November 4, 2015 @ 20:19:06
  Author: anatolik
Revision: 250108

upgpkg: openmpi 1.10.1-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 16:00:42 UTC (rev 250107)
+++ PKGBUILD2015-11-04 19:19:06 UTC (rev 250108)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=openmpi
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('gcc-fortran: fortran support')
 options=(staticlibs)
 
source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('683fecac252a6139fbf538188d8b35454425c412')
+sha1sums=('caf6885f323a38b9c106a7815711313843409478')
 
 build() {
cd $pkgname-$pkgver


[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2015-11-04 Thread Lukas Jirkovsky
Date: Wednesday, November 4, 2015 @ 20:32:43
  Author: stativ
Revision: 146008

upgpkg: intellij-idea-libs 1:15.0-1

update to 15.0

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:24:36 UTC (rev 146007)
+++ PKGBUILD2015-11-04 19:32:43 UTC (rev 146008)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=14.1.5
-_pkgver=141.2735.5
+pkgver=15.0
+_pkgver=143.381.42
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4')
+sha256sums=('3a142ce520db80fa69c0bb72cb2a67e5b749923a94adc20f9bcf9c28f98d6934')
 
 package() {
   cd "idea-IC-$_pkgver"


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

2015-11-04 Thread Evgeniy Alekseev
Date: Wednesday, November 4, 2015 @ 20:33:27
  Author: arcanis
Revision: 146011

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 146010, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 146010, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 146010, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 146010, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|  109 +++---
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 211 insertions(+), 208 deletions(-)

Deleted: .contrib
===
--- .contrib2015-11-04 19:32:57 UTC (rev 146010)
+++ .contrib2015-11-04 19:33:27 UTC (rev 146011)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 146010, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-11-04 19:33:27 UTC (rev 146011)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2015-11-04 19:32:57 UTC (rev 146010)
+++ ChangeLog   2015-11-04 19:33:27 UTC (rev 146011)
@@ -1,53 +0,0 @@
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 146010, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-11-04 19:33:27 UTC (rev 146011)
@@ -0,0 +1,56 @@
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 19:32:57 UTC (rev 146010)
+++ PKGBUILD2015-11-04 19:33:27 UTC (rev 146011)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.10
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('3541e40461f7a1e2e70981d8998e8d93')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  # eric APIs
-  install -Dm644 "APIs/Python3/eric6.api" \
- 

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

2015-11-04 Thread Evgeniy Alekseev
Date: Wednesday, November 4, 2015 @ 20:32:43
  Author: arcanis
Revision: 146009

upgpkg: eric 6.0.11-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-11-04 19:32:43 UTC (rev 146008)
+++ ChangeLog   2015-11-04 19:32:43 UTC (rev 146009)
@@ -1,3 +1,6 @@
+6.0.11-1:
+upstream update
+
 6.0.10-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:32:43 UTC (rev 146008)
+++ PKGBUILD2015-11-04 19:32:43 UTC (rev 146009)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.10
+pkgver=6.0.11
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('3541e40461f7a1e2e70981d8998e8d93')
+md5sums=('f1422a821528ff3293447705a4607a61')
 changelog=ChangeLog
 
 prepare() {


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2015-11-04 Thread Lukas Jirkovsky
Date: Wednesday, November 4, 2015 @ 20:33:41
  Author: stativ
Revision: 146013

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 146012, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 146012, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 146012, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 146012, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   86 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 19:33:27 UTC (rev 146012)
+++ PKGBUILD2015-11-04 19:33:41 UTC (rev 146013)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=14.1.5
-_pkgver=141.2735.5
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
146012, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 19:33:41 UTC (rev 146013)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=15.0
+_pkgver=143.381.42
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('3a142ce520db80fa69c0bb72cb2a67e5b749923a94adc20f9bcf9c28f98d6934'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   

[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2015-11-04 Thread Lukas Jirkovsky
Date: Wednesday, November 4, 2015 @ 20:32:57
  Author: stativ
Revision: 146010

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 146009, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 146009, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 19:32:43 UTC (rev 146009)
+++ community-i686/PKGBUILD 2015-11-04 19:32:57 UTC (rev 146010)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1.5
-_pkgver=141.2735.5
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 146009, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 19:32:57 UTC (rev 146010)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=15.0
+_pkgver=143.381.42
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="http://www.jetbrains.org/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('3a142ce520db80fa69c0bb72cb2a67e5b749923a94adc20f9bcf9c28f98d6934')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-04 19:32:43 UTC (rev 146009)
+++ community-x86_64/PKGBUILD   2015-11-04 19:32:57 UTC (rev 146010)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1.5
-_pkgver=141.2735.5
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 146009, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-04 19:32:57 UTC (rev 146010)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=15.0

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2015-11-04 Thread Lukas Jirkovsky
Date: Wednesday, November 4, 2015 @ 20:33:27
  Author: stativ
Revision: 146012

upgpkg: intellij-idea-community-edition 1:15.0-1

update to 15.0

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 19:33:27 UTC (rev 146011)
+++ PKGBUILD2015-11-04 19:33:27 UTC (rev 146012)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=14.1.5
-_pkgver=141.2735.5
+pkgver=15.0
+_pkgver=143.381.42
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-sha256sums=('333d6fd57172ebbe9fe2c83a942ce341500991773aea06a3d49e8829a88cd9a4'
+sha256sums=('3a142ce520db80fa69c0bb72cb2a67e5b749923a94adc20f9bcf9c28f98d6934'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
 '6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 12:48:00
  Author: svenstaro
Revision: 145955

archrelease: copy trunk to community-any

Added:
  python2-trollius/repos/community-any/
  python2-trollius/repos/community-any/PKGBUILD
(from rev 145954, python2-trollius/trunk/PKGBUILD)

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

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 145954, 
python2-trollius/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 11:48:00 UTC (rev 145955)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.0
+pkgrel=1
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('5704231bc385660783c5fad59e75549d')
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in higan (9 files)

2015-11-04 Thread Maxime Gauduin
Date: Wednesday, November 4, 2015 @ 12:47:14
  Author: alucryd
Revision: 145954

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

Added:
  higan/repos/
  higan/repos/community-i686/
  higan/repos/community-i686/PKGBUILD
(from rev 145953, higan/trunk/PKGBUILD)
  higan/repos/community-i686/higan
(from rev 145953, higan/trunk/higan)
  higan/repos/community-i686/higan-makefile.patch
(from rev 145953, higan/trunk/higan-makefile.patch)
  higan/repos/community-x86_64/
  higan/repos/community-x86_64/PKGBUILD
(from rev 145953, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan
(from rev 145953, higan/trunk/higan)
  higan/repos/community-x86_64/higan-makefile.patch
(from rev 145953, higan/trunk/higan-makefile.patch)

---+
 community-i686/PKGBUILD   |   59 
 community-i686/higan  |   22 +++
 community-i686/higan-makefile.patch   |   48 ++
 community-x86_64/PKGBUILD |   59 
 community-x86_64/higan|   22 +++
 community-x86_64/higan-makefile.patch |   48 ++
 6 files changed, 258 insertions(+)

Copied: higan/repos/community-i686/PKGBUILD (from rev 145953, 
higan/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-11-04 11:47:14 UTC (rev 145954)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=095
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-makefile.patch'
+'higan')
+sha256sums=('443a11ef64b817861e9cb7b818fc9283afb50f8e254345eb88fa12c764f44f77'
+'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
+'4a9f59253caa51fa8313db421bf7ce431722c601594b2bdb0fa0459652284168')
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  patch -Np1 -i ../higan-makefile.patch
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make -C icarus
+
+  for p in {accuracy,balanced,performance}; do
+make profile=$p
+mv out/tomoko tomoko-$p
+make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
+  install -m 755 ../higan "${pkgdir}"/usr/bin/
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+
+  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
+
+  for p in {accuracy,balanced,performance}; do
+install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
+  done
+}
+
+# vim: ts=2 sw=2 et:

Copied: higan/repos/community-i686/higan (from rev 145953, higan/trunk/higan)
===
--- repos/community-i686/higan  (rev 0)
+++ repos/community-i686/higan  2015-11-04 11:47:14 UTC (rev 145954)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+cp -ru /usr/share/higan ~/.config/
+
+prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
+
+case $prompt in
+  'Icarus')
+exec icarus
+;;
+  'Tomoko (accuracy)')
+exec tomoko-accuracy
+;;
+  'Tomoko (balanced)')
+exec tomoko-balanced
+;;
+  'Tomoko (performance)')
+exec tomoko-performance
+;;
+esac
+
+# vim: ts=2 sw=2 et:

Copied: higan/repos/community-i686/higan-makefile.patch (from rev 145953, 
higan/trunk/higan-makefile.patch)
===
--- repos/community-i686/higan-makefile.patch   (rev 0)
+++ repos/community-i686/higan-makefile.patch   2015-11-04 11:47:14 UTC (rev 
145954)
@@ -0,0 +1,48 @@
+diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
+--- higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
 higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
+@@ -12,7 +12,8 @@ target := tomoko
+ # console := true
+ 
+ # compiler
+-flags += -I. -O3
++flags += -I. $(CXXFLAGS)
++link += $(LDFLAGS)
+ objects := libco
+ 
+ # profile-guided optimization mode
+@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
+ else ifeq 

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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:31:26
  Author: svenstaro
Revision: 145967

upgpkg: python-neovim 0.0.38-2

Split build better and add some deps

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 13:24:37 UTC (rev 145966)
+++ PKGBUILD2015-11-04 13:31:26 UTC (rev 145967)
@@ -1,8 +1,10 @@
 # Maintainer: Sven-Hendrik Haase 
 
+pkgbase=python-neovim
 pkgname=('python-neovim' 'python2-neovim')
+_realname=python-client
 pkgver=0.0.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
 arch=('any')
@@ -11,30 +13,32 @@
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
 sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
 
-build_python-neovim() {
-  cd "${srcdir}/python-client-${pkgver}"
-  python setup.py build
+prepare() {
+  cp -a ${_realname}-${pkgver}{,-python2}
 }
 
-build_python2-neovim() {
-  cd "${srcdir}/python-client-${pkgver}"
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
   python2 setup.py build
 }
 
 package_python-neovim() {
   pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet' 'python-click')
 
-  cd "${srcdir}/python-client-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
 }
 
 package_python2-neovim() {
   pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-click' 'python2-trollius')
 
-  cd "${srcdir}/python-client-${pkgver}"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
 }
 
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in nvidia/trunk (PKGBUILD nvidia-4.3-build.patch)

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:42:30
  Author: tpowa
Revision: 250098

upgpkg: nvidia 355.11-5

rebuild against 4.3 series

Added:
  nvidia/trunk/nvidia-4.3-build.patch
Modified:
  nvidia/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++
 nvidia-4.3-build.patch |   20 
 2 files changed, 27 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 14:39:55 UTC (rev 250097)
+++ PKGBUILD2015-11-04 14:42:30 UTC (rev 250098)
@@ -6,16 +6,18 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=355.11
-_extramodules=extramodules-4.2-ARCH
-pkgrel=4
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
 license=('custom')
 options=(!strip)
+source=('nvidia-4.3-build.patch')
 
source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+md5sums=('1e5f60cf8e77af482345549b9436887a')
 md5sums_i686='16d143ccafe99328a2ca8e5a396fd4bc'
 md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
 
@@ -26,6 +28,7 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 # patches here
+patch -Np1 -i ${srcdir}/nvidia-4.3-build.patch
 
 cp -a kernel kernel-dkms
 cd kernel-dkms
@@ -46,7 +49,7 @@
 
 package_nvidia() {
 pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.2' 'linux<4.3' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux>=4.3' 'linux<4.4' "nvidia-utils=${pkgver}" 'libgl')
 install=nvidia.install
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \

Added: nvidia-4.3-build.patch
===
--- nvidia-4.3-build.patch  (rev 0)
+++ nvidia-4.3-build.patch  2015-11-04 14:42:30 UTC (rev 250098)
@@ -0,0 +1,20 @@
+--- a/kernel/nvidia/nv-procfs.c
 b/kernel/nvidia/nv-procfs.c
+@@ -360,7 +360,8 @@ nv_procfs_read_registry(
+ registry_keys = ((nvl != NULL) ?
+ nvl->registry_keys : nv_registry_keys);
+ 
+-return seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++return 0;
+ }
+ 
+ static ssize_t
+@@ -560,7 +561,8 @@ nv_procfs_read_text_file(
+ void *v
+ )
+ {
+-return seq_puts(s, s->private);
++seq_puts(s, s->private);
++return 0;
+ }


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:12:51
  Author: tpowa
Revision: 250104

upgpkg: nvidia-304xx 304.128-5

rebuild against 4.3 series

Added:
  nvidia-304xx/trunk/nvidia-4.3-build.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia-304xx.install

+
 PKGBUILD   |   15 +--
 nvidia-304xx.install   |2 +-
 nvidia-4.3-build.patch |   20 
 3 files changed, 30 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:08:26 UTC (rev 250103)
+++ PKGBUILD2015-11-04 15:12:51 UTC (rev 250104)
@@ -5,20 +5,22 @@
 pkgbase=nvidia-304xx
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.128
-_extramodules=extramodules-4.2-ARCH
-pkgrel=4
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
 conflicts=('nvidia')
 license=('custom')
 options=(!strip)
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-'nv-drm.patch')
+'nv-drm.patch'
+'nvidia-4.3-build.patch')
 
sha512sums=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90'
 
'fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2'
-
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f')
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
+
'fe2db48834d73babc715aef394be9181256805b7bb3df34d1ca226bcb5cb19b36ba95c5df532438b08c1f83ab6921991ef44d04f672c177895f9b009219a1fb3')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -29,6 +31,7 @@
 cd "${_pkg}"
 # patches here
 patch -p0 -i "$srcdir/nv-drm.patch"
+patch -Np1 -i "$srcdir/nvidia-4.3-build.patch"
 }
 
 build() {
@@ -39,7 +42,7 @@
 
 package_nvidia-304xx() {
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.2' 'linux<4.3' 'libgl' "nvidia-304xx-utils=${pkgver}")
+depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-304xx-utils=${pkgver}")
conflicts+=('nvidia-304xx-dkms')
 install=nvidia-304xx.install
 

Modified: nvidia-304xx.install
===
--- nvidia-304xx.install2015-11-04 15:08:26 UTC (rev 250103)
+++ nvidia-304xx.install2015-11-04 15:12:51 UTC (rev 250104)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.2-ARCH'
+EXTRAMODULES='extramodules-4.3-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }

Added: nvidia-4.3-build.patch
===
--- nvidia-4.3-build.patch  (rev 0)
+++ nvidia-4.3-build.patch  2015-11-04 15:12:51 UTC (rev 250104)
@@ -0,0 +1,20 @@
+--- a/kernel/nv-procfs.c
 b/kernel/nv-procfs.c
+@@ -360,7 +360,8 @@ nv_procfs_read_registry(
+ registry_keys = ((nvl != NULL) ?
+ nvl->registry_keys : nv_registry_keys);
+ 
+-return seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++return 0;
+ }
+ 
+ static ssize_t
+@@ -560,7 +561,8 @@ nv_procfs_read_text_file(
+ void *v
+ )
+ {
+-return seq_puts(s, s->private);
++seq_puts(s, s->private);
++return 0;
+ }


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:39:55
  Author: tpowa
Revision: 250097

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 250096, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 250096, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-11-04 14:39:55 UTC (rev 250097)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler <tho...@archlinux.org>
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=aa57476
+pkgver=20151104.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:19:32
  Author: tpowa
Revision: 145970

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

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

+
 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 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 145969, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:19:32 UTC (rev 145970)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=37
+_extramodules=extramodules-4.3-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>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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/acpi_call.install (from rev 
145969, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-11-04 15:19:32 UTC (rev 
145970)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.3-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 145969, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-04 15:19:32 UTC (rev 145970)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=37
+_extramodules=extramodules-4.3-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>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:08:26
  Author: tpowa
Revision: 250103

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 250102, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nv-drm.patch
(from rev 250102, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx-dkms.install
(from rev 250102, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 250102, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-i686/nvidia-4.3-build.patch
(from rev 250102, nvidia-340xx/trunk/nvidia-4.3-build.patch)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 250102, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
(from rev 250102, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx-dkms.install
(from rev 250102, nvidia-340xx/trunk/nvidia-340xx-dkms.install)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 250102, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/nvidia-4.3-build.patch
(from rev 250102, nvidia-340xx/trunk/nvidia-4.3-build.patch)

--+
 testing-i686/PKGBUILD|   74 +
 testing-i686/nv-drm.patch|   27 ++
 testing-i686/nvidia-340xx-dkms.install   |   30 +++
 testing-i686/nvidia-340xx.install|   13 +
 testing-i686/nvidia-4.3-build.patch  |   20 +++
 testing-x86_64/PKGBUILD  |   74 +
 testing-x86_64/nv-drm.patch  |   27 ++
 testing-x86_64/nvidia-340xx-dkms.install |   30 +++
 testing-x86_64/nvidia-340xx.install  |   13 +
 testing-x86_64/nvidia-4.3-build.patch|   20 +++
 10 files changed, 328 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 250102, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 15:08:26 UTC (rev 250103)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.93
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.3' 'linux-headers<4.4')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=(nv-drm.patch
+nvidia-4.3-build.patch)
+source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('79671a27131da619a33eb02ed0c2c031'
+ 'e400a8c538afd490726941d8c69b2c2d')
+md5sums_i686=('4a7edf6838a80c77a57fb6f6ec7f0437')
+md5sums_x86_64=('cb80e3f1cb6f2fb6e6eab35fad0884e4')
+
+[[ "$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
+patch -Np1 -i ../nvidia-4.3-build.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_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+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"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+install=nvidia-340xx-dkms.install
+
+cd ${_pkg}
+make -C kernel 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:08:11
  Author: tpowa
Revision: 250102

upgpkg: nvidia-340xx 340.93-5

rebuild against 4.3 series

Added:
  nvidia-340xx/trunk/nvidia-4.3-build.patch
Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

+
 PKGBUILD   |   15 +--
 nvidia-340xx.install   |2 +-
 nvidia-4.3-build.patch |   20 
 3 files changed, 30 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 14:46:39 UTC (rev 250101)
+++ PKGBUILD2015-11-04 15:08:11 UTC (rev 250102)
@@ -5,18 +5,20 @@
 pkgbase=nvidia-340xx
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.93
-_extramodules=extramodules-4.2-ARCH
-pkgrel=4
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.3' 'linux-headers<4.4')
 conflicts=('nvidia')
 license=('custom')
 options=(!strip)
-source=(nv-drm.patch)
+source=(nv-drm.patch
+nvidia-4.3-build.patch)
 
source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('79671a27131da619a33eb02ed0c2c031')
+md5sums=('79671a27131da619a33eb02ed0c2c031'
+ 'e400a8c538afd490726941d8c69b2c2d')
 md5sums_i686=('4a7edf6838a80c77a57fb6f6ec7f0437')
 md5sums_x86_64=('cb80e3f1cb6f2fb6e6eab35fad0884e4')
 
@@ -28,6 +30,7 @@
 cd "${_pkg}"
 # patches here
 patch -p0 -i ../nv-drm.patch
+patch -Np1 -i ../nvidia-4.3-build.patch
 }
 
 build() {
@@ -41,7 +44,7 @@
 
 package_nvidia-340xx() {
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.2' 'linux<4.3' 'libgl' "nvidia-340xx-utils=${pkgver}")
+depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-340xx-utils=${pkgver}")
 conflict+=('nvidia-340xx-dkms')
 install=nvidia-340xx.install
 

Modified: nvidia-340xx.install
===
--- nvidia-340xx.install2015-11-04 14:46:39 UTC (rev 250101)
+++ nvidia-340xx.install2015-11-04 15:08:11 UTC (rev 250102)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.2-ARCH'
+EXTRAMODULES='extramodules-4.3-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }

Added: nvidia-4.3-build.patch
===
--- nvidia-4.3-build.patch  (rev 0)
+++ nvidia-4.3-build.patch  2015-11-04 15:08:11 UTC (rev 250102)
@@ -0,0 +1,20 @@
+--- a/kernel/nv-procfs.c
 b/kernel/nv-procfs.c
+@@ -360,7 +360,8 @@ nv_procfs_read_registry(
+ registry_keys = ((nvl != NULL) ?
+ nvl->registry_keys : nv_registry_keys);
+ 
+-return seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++seq_printf(s, "Binary: \"%s\"\n", registry_keys);
++return 0;
+ }
+ 
+ static ssize_t
+@@ -560,7 +561,8 @@ nv_procfs_read_text_file(
+ void *v
+ )
+ {
+-return seq_puts(s, s->private);
++seq_puts(s, s->private);
++return 0;
+ }


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:21:23
  Author: tpowa
Revision: 145971

upgpkg: bbswitch 0.8-39

rebuild against 4.3

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:19:32 UTC (rev 145970)
+++ PKGBUILD2015-11-04 15:21:23 UTC (rev 145971)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-4.2-ARCH # Don't forget to update bbswitch.install
-pkgrel=38
+_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
+pkgrel=39
 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>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
 install=bbswitch.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===
--- bbswitch.install2015-11-04 15:19:32 UTC (rev 145970)
+++ bbswitch.install2015-11-04 15:21:23 UTC (rev 145971)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.2-ARCH'
+EXTRAMODULES='extramodules-4.3-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:42:54
  Author: tpowa
Revision: 250099

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 250098, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-4.3-build.patch
(from rev 250098, nvidia/trunk/nvidia-4.3-build.patch)
  nvidia/repos/testing-i686/nvidia-dkms.install
(from rev 250098, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-i686/nvidia.install
(from rev 250098, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 250098, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-4.3-build.patch
(from rev 250098, nvidia/trunk/nvidia-4.3-build.patch)
  nvidia/repos/testing-x86_64/nvidia-dkms.install
(from rev 250098, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 250098, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   81 
 testing-i686/nvidia-4.3-build.patch   |   20 +++
 testing-i686/nvidia-dkms.install  |   30 +++
 testing-i686/nvidia.install   |   13 +
 testing-x86_64/PKGBUILD   |   81 
 testing-x86_64/nvidia-4.3-build.patch |   20 +++
 testing-x86_64/nvidia-dkms.install|   30 +++
 testing-x86_64/nvidia.install |   13 +
 8 files changed, 288 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 250098, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 14:42:54 UTC (rev 250099)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=355.11
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
+license=('custom')
+options=(!strip)
+source=('nvidia-4.3-build.patch')
+source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+md5sums=('1e5f60cf8e77af482345549b9436887a')
+md5sums_i686='16d143ccafe99328a2ca8e5a396fd4bc'
+md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
+
+[[ "$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 -Np1 -i ${srcdir}/nvidia-4.3-build.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.3' 'linux<4.4' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+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/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"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+install=nvidia-dkms.install
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/testing-i686/nvidia-4.3-build.patch (from rev 250098, 
nvidia/trunk/nvidia-4.3-build.patch)

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:13:01
  Author: tpowa
Revision: 250105

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 250104, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nv-drm.patch
(from rev 250104, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install
(from rev 250104, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 250104, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-i686/nvidia-4.3-build.patch
(from rev 250104, nvidia-304xx/trunk/nvidia-4.3-build.patch)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 250104, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
(from rev 250104, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install
(from rev 250104, nvidia-304xx/trunk/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 250104, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/nvidia-4.3-build.patch
(from rev 250104, nvidia-304xx/trunk/nvidia-4.3-build.patch)

--+
 testing-i686/PKGBUILD|   72 +
 testing-i686/nv-drm.patch|   27 ++
 testing-i686/nvidia-304xx-dkms.install   |   30 
 testing-i686/nvidia-304xx.install|   13 +
 testing-i686/nvidia-4.3-build.patch  |   20 
 testing-x86_64/PKGBUILD  |   72 +
 testing-x86_64/nv-drm.patch  |   27 ++
 testing-x86_64/nvidia-304xx-dkms.install |   30 
 testing-x86_64/nvidia-304xx.install  |   13 +
 testing-x86_64/nvidia-4.3-build.patch|   20 
 10 files changed, 324 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 250104, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-04 15:13:01 UTC (rev 250105)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.128
+_extramodules=extramodules-4.3-ARCH
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'nv-drm.patch'
+'nvidia-4.3-build.patch')
+sha512sums=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90'
+
'fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2'
+
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
+
'fe2db48834d73babc715aef394be9181256805b7bb3df34d1ca226bcb5cb19b36ba95c5df532438b08c1f83ab6921991ef44d04f672c177895f9b009219a1fb3')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -p0 -i "$srcdir/nv-drm.patch"
+patch -Np1 -i "$srcdir/nvidia-4.3-build.patch"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.3' 'linux<4.4' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+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}/${pkgname}.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 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:21:30
  Author: tpowa
Revision: 145972

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 145971, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:21:30 UTC (rev 145972)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
+pkgrel=39
+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>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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/bbswitch.install (from rev 
145971, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-11-04 15:21:30 UTC (rev 
145972)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.3-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 145971, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-04 15:21:30 UTC (rev 145972)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
+pkgrel=39
+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>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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-x86_64/bbswitch.install (from rev 
145971, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2015-11-04 15:21:30 UTC (rev 
145972)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.3-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:39:48
  Author: tpowa
Revision: 250096

upgpkg: linux-firmware 20151104.aa57476-1

bump to latest version

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 08:57:06 UTC (rev 250095)
+++ PKGBUILD2015-11-04 14:39:48 UTC (rev 250096)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=6ebf5d5
-pkgver=20150904.${_rev}
+_rev=aa57476
+pkgver=20151104.${_rev}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:46:12
  Author: tpowa
Revision: 250100

upgpkg: nvidia 355.11-5

rebuild against 4.3 series

Modified:
  nvidia/trunk/nvidia.install

+
 nvidia.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: nvidia.install
===
--- nvidia.install  2015-11-04 14:42:54 UTC (rev 250099)
+++ nvidia.install  2015-11-04 14:46:12 UTC (rev 250100)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.2-ARCH'
+EXTRAMODULES='extramodules-4.3-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 15:46:39
  Author: tpowa
Revision: 250101

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 250100, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-4.3-build.patch
(from rev 250100, nvidia/trunk/nvidia-4.3-build.patch)
  nvidia/repos/testing-i686/nvidia-dkms.install
(from rev 250100, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-i686/nvidia.install
(from rev 250100, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 250100, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-4.3-build.patch
(from rev 250100, nvidia/trunk/nvidia-4.3-build.patch)
  nvidia/repos/testing-x86_64/nvidia-dkms.install
(from rev 250100, nvidia/trunk/nvidia-dkms.install)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 250100, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia-4.3-build.patch
  nvidia/repos/testing-i686/nvidia-dkms.install
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia-4.3-build.patch
  nvidia/repos/testing-x86_64/nvidia-dkms.install
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  162 
 /nvidia-4.3-build.patch   |   40 +++
 /nvidia-dkms.install  |   60 +++
 /nvidia.install   |   26 +
 testing-i686/PKGBUILD |   81 
 testing-i686/nvidia-4.3-build.patch   |   20 ---
 testing-i686/nvidia-dkms.install  |   30 -
 testing-i686/nvidia.install   |   13 --
 testing-x86_64/PKGBUILD   |   81 
 testing-x86_64/nvidia-4.3-build.patch |   20 ---
 testing-x86_64/nvidia-dkms.install|   30 -
 testing-x86_64/nvidia.install |   13 --
 12 files changed, 288 insertions(+), 288 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-11-04 14:46:12 UTC (rev 250100)
+++ testing-i686/PKGBUILD   2015-11-04 14:46:39 UTC (rev 250101)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=355.11
-_extramodules=extramodules-4.3-ARCH
-pkgrel=5
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
-license=('custom')
-options=(!strip)
-source=('nvidia-4.3-build.patch')
-source_i686="ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-source_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-md5sums=('1e5f60cf8e77af482345549b9436887a')
-md5sums_i686='16d143ccafe99328a2ca8e5a396fd4bc'
-md5sums_x86_64='30133d89690f4683c4e289ec6c0247dc'
-
-[[ "$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 -Np1 -i ${srcdir}/nvidia-4.3-build.patch
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.3' 'linux<4.4' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-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/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"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:19:26
  Author: tpowa
Revision: 145969

upgpkg: acpi_call 1.1.0-37

rebuild against 4.3

Modified:
  acpi_call/trunk/PKGBUILD
  acpi_call/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 13:31:31 UTC (rev 145968)
+++ PKGBUILD2015-11-04 15:19:26 UTC (rev 145969)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=36
-_extramodules=extramodules-4.2-ARCH
+pkgrel=37
+_extramodules=extramodules-4.3-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>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
 install='acpi_call.install'
 
source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2015-11-04 13:31:31 UTC (rev 145968)
+++ acpi_call.install   2015-11-04 15:19:26 UTC (rev 145969)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.2-ARCH
+  _extramodules=extramodules-4.3-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:23:29
  Author: tpowa
Revision: 145974

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

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

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 145973, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:23:29 UTC (rev 145974)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=9
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_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_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+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 "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 145973, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2015-11-04 15:23:29 UTC (rev 
145974)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.3-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 145973, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-04 15:23:29 UTC (rev 145974)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.040.00
+pkgrel=9
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:23:23
  Author: tpowa
Revision: 145973

upgpkg: r8168 8.040.00-9

rebuild against 4.3

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---+
 PKGBUILD  |2 +-
 r8168.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:21:30 UTC (rev 145972)
+++ PKGBUILD2015-11-04 15:23:23 UTC (rev 145973)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.040.00
-pkgrel=8
+pkgrel=9
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")

Modified: r8168.install
===
--- r8168.install   2015-11-04 15:21:30 UTC (rev 145972)
+++ r8168.install   2015-11-04 15:23:23 UTC (rev 145973)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-4.2-ARCH'
+   EXTRAMODULES='extramodules-4.3-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-11-04 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 12:30:03
  Author: fyan
Revision: 145948

upgpkg: python-phonenumbers 7.1.1-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 10:38:10 UTC (rev 145947)
+++ PKGBUILD2015-11-04 11:30:03 UTC (rev 145948)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.1.0
+pkgver=7.1.1
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('fd1f0ce645a7651fbcae7dd5ff8c9ae3602d28ae2fd8e7317af4fe3606a8ca3935ec9b3a566522e3c64f1a8b82df4f71823fdb506fe288233cebcf308b8c910c')
+sha512sums=('fe9f21a456614a6aca4d1ae4c9a1bca40bbf869f391456e3da4b66314fd6719c820701b97ce117eb4451edbcc1a7d6e53e2298ec1695577784946238a7adff16')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-11-04 Thread Felix Yan
Date: Wednesday, November 4, 2015 @ 12:30:23
  Author: fyan
Revision: 145949

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 11:30:03 UTC (rev 145948)
+++ PKGBUILD2015-11-04 11:30:23 UTC (rev 145949)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-sha512sums=('fd1f0ce645a7651fbcae7dd5ff8c9ae3602d28ae2fd8e7317af4fe3606a8ca3935ec9b3a566522e3c64f1a8b82df4f71823fdb506fe288233cebcf308b8c910c')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root "${pkgdir}"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 145948, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 11:30:23 UTC (rev 145949)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.1.1
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz;)
+sha512sums=('fe9f21a456614a6aca4d1ae4c9a1bca40bbf869f391456e3da4b66314fd6719c820701b97ce117eb4451edbcc1a7d6e53e2298ec1695577784946238a7adff16')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root "${pkgdir}"
+}


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:11:05
  Author: svenstaro
Revision: 145964

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 13:10:59 UTC (rev 145963)
+++ PKGBUILD2015-11-04 13:11:05 UTC (rev 145964)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=("python-click" "python2-click")
-_realname=click
-pkgver="5.1"
-pkgrel="1"
-pkgdesc="A simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url="http://click.pocoo.org/;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
-
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-click() {
-depends=("python")
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-click/repos/community-any/PKGBUILD (from rev 145963, 
python-click/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 13:11:05 UTC (rev 145964)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver=5.1
+pkgrel=2
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
+
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:10:59
  Author: svenstaro
Revision: 145963

upgpkg: python-click 5.1-2

Fix wrong path

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 13:01:53 UTC (rev 145962)
+++ PKGBUILD2015-11-04 13:10:59 UTC (rev 145963)
@@ -3,8 +3,8 @@
 
 pkgname=("python-click" "python2-click")
 _realname=click
-pkgver="5.1"
-pkgrel="1"
+pkgver=5.1
+pkgrel=2
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
 url="http://click.pocoo.org/;
@@ -34,7 +34,7 @@
 
 package_python2-click() {
 depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}"
+cd "${srcdir}/${_realname}-${pkgver}-python2"
 python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in (7 files)

2015-11-04 Thread Maxime Gauduin
Date: Wednesday, November 4, 2015 @ 12:46:50
  Author: alucryd
Revision: 145953

higan no longer has 2 UIs

Added:
  higan/
  higan/trunk/
  higan/trunk/PKGBUILD
  higan/trunk/higan
  higan/trunk/higan-makefile.patch
Deleted:
  higan-gtk/
  higan-qt/

--+
 PKGBUILD |   59 +
 higan|   22 ++
 higan-makefile.patch |   48 +++
 3 files changed, 129 insertions(+)

Added: higan/trunk/PKGBUILD
===
--- higan/trunk/PKGBUILD(rev 0)
+++ higan/trunk/PKGBUILD2015-11-04 11:46:50 UTC (rev 145953)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=095
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-makefile.patch'
+'higan')
+sha256sums=('443a11ef64b817861e9cb7b818fc9283afb50f8e254345eb88fa12c764f44f77'
+'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
+'4a9f59253caa51fa8313db421bf7ce431722c601594b2bdb0fa0459652284168')
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  patch -Np1 -i ../higan-makefile.patch
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make -C icarus
+
+  for p in {accuracy,balanced,performance}; do
+make profile=$p
+mv out/tomoko tomoko-$p
+make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
+  install -m 755 ../higan "${pkgdir}"/usr/bin/
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+
+  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
+
+  for p in {accuracy,balanced,performance}; do
+install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
+  done
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: higan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: higan/trunk/higan
===
--- higan/trunk/higan   (rev 0)
+++ higan/trunk/higan   2015-11-04 11:46:50 UTC (rev 145953)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+cp -ru /usr/share/higan ~/.config/
+
+prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
+
+case $prompt in
+  'Icarus')
+exec icarus
+;;
+  'Tomoko (accuracy)')
+exec tomoko-accuracy
+;;
+  'Tomoko (balanced)')
+exec tomoko-balanced
+;;
+  'Tomoko (performance)')
+exec tomoko-performance
+;;
+esac
+
+# vim: ts=2 sw=2 et:

Added: higan/trunk/higan-makefile.patch
===
--- higan/trunk/higan-makefile.patch(rev 0)
+++ higan/trunk/higan-makefile.patch2015-11-04 11:46:50 UTC (rev 145953)
@@ -0,0 +1,48 @@
+diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
+--- higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
 higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
+@@ -12,7 +12,8 @@ target := tomoko
+ # console := true
+ 
+ # compiler
+-flags += -I. -O3
++flags += -I. $(CXXFLAGS)
++link += $(LDFLAGS)
+ objects := libco
+ 
+ # profile-guided optimization mode
+@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
+ else ifeq ($(platform),macosx)
+   flags += -march=native
+ else ifeq ($(platform),linux)
+-  flags += -march=native -fopenmp
++  flags += -fopenmp
+   link += -fopenmp
+   link += -Wl,-export-dynamic
+   link += -lX11 -lXext -ldl
+diff -rupN higan_v095-source.orig/icarus/GNUmakefile 
higan_v095-source/icarus/GNUmakefile
+--- higan_v095-source.orig/icarus/GNUmakefile  2015-11-04 10:28:26.186486119 
+0100
 higan_v095-source/icarus/GNUmakefile   2015-11-04 10:28:48.755059317 
+0100
+@@ -1,8 +1,8 @@
+ include ../nall/GNUmakefile
+ include ../hiro/GNUmakefile
+ 
+-flags += -I.. -O3
+-link +=
++flags += -I.. $(CXXFLAGS)
++link += $(LDFLAGS)
+ objects := obj/hiro.o obj/icarus.o
+ objects += $(if $(call streq,$(platform),windows),obj/resource.o)
+ 
+diff -rupN higan_v095-source.orig/nall/GNUmakefile 

[arch-commits] Commit in (4 files)

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:37:34
  Author: svenstaro
Revision: 145958

Moving python-click from AUR as a dep of python2-neovim

Added:
  python-click/
  python-click/repos/
  python-click/trunk/
  python-click/trunk/PKGBUILD

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

Added: python-click/trunk/PKGBUILD
===
--- python-click/trunk/PKGBUILD (rev 0)
+++ python-click/trunk/PKGBUILD 2015-11-04 12:37:34 UTC (rev 145958)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver="5.1"
+pkgrel="1"
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
+
+build_python-click() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+}
+
+build_python2-click() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}"
+python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:45:34
  Author: svenstaro
Revision: 145959

upgpkg: python2-trollius 2.0-2

Split package into build/package functions

Modified:
  python2-trollius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 12:37:34 UTC (rev 145958)
+++ PKGBUILD2015-11-04 12:45:34 UTC (rev 145959)
@@ -3,7 +3,7 @@
 pkgname=python2-trollius
 _realname=trollius
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
 arch=("any")
 url="http://trollius.readthedocs.org/;
@@ -13,9 +13,14 @@
 
source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
 md5sums=('5704231bc385660783c5fad59e75549d')
 
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
 package() {
   cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:45:39
  Author: svenstaro
Revision: 145960

archrelease: copy trunk to community-any

Added:
  python2-trollius/repos/community-any/PKGBUILD
(from rev 145959, python2-trollius/trunk/PKGBUILD)
Deleted:
  python2-trollius/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 12:45:34 UTC (rev 145959)
+++ PKGBUILD2015-11-04 12:45:39 UTC (rev 145960)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.0
-pkgrel=1
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/;
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
-md5sums=('5704231bc385660783c5fad59e75549d')
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 145959, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 12:45:39 UTC (rev 145960)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.0
+pkgrel=2
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('5704231bc385660783c5fad59e75549d')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 12:44:12
  Author: svenstaro
Revision: 145952

Moving python2-trollius from AUR as a dep of python2-neovim

Added:
  python2-trollius/
  python2-trollius/repos/
  python2-trollius/trunk/
  python2-trollius/trunk/PKGBUILD

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

Added: python2-trollius/trunk/PKGBUILD
===
--- python2-trollius/trunk/PKGBUILD (rev 0)
+++ python2-trollius/trunk/PKGBUILD 2015-11-04 11:44:12 UTC (rev 145952)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.0
+pkgrel=1
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/;
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz;)
+md5sums=('5704231bc385660783c5fad59e75549d')
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 12:37:43
  Author: svenstaro
Revision: 145950

upgpkg: arrayfire 3.1.3-1

upstream release 3.1.3

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 11:30:23 UTC (rev 145949)
+++ PKGBUILD2015-11-04 11:37:43 UTC (rev 145950)
@@ -2,7 +2,7 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='http://arrayfire.com'
-pkgver=3.1.2
+pkgver=3.1.3
 arch=('i686' 'x86_64')
 pkgrel=1
 license=('BSD')
@@ -15,7 +15,7 @@
 'glfw: Required for running the examples'
 'glew: Required for running the examples')
 source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('c60b10a5ad66ca363ab0732fd9438c15')
+md5sums=('0bc133fc8667120ad7799b3550780381')
 
 check() {
   cd "${srcdir}/arrayfire-full-${pkgver}/build"


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 12:37:52
  Author: svenstaro
Revision: 145951

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 11:37:43 UTC (rev 145950)
+++ community-i686/PKGBUILD 2015-11-04 11:37:52 UTC (rev 145951)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.1.2
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend'
-'glfw: Required for running the examples'
-'glew: Required for running the examples')
-source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('c60b10a5ad66ca363ab0732fd9438c15')
-
-check() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/build"
-
-  #make test
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_FORGE=ON \
-  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
-  -DBUILD_CPU=ON \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: arrayfire/repos/community-i686/PKGBUILD (from rev 145950, 
arrayfire/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 11:37:52 UTC (rev 145951)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='http://arrayfire.com'
+pkgver=3.1.3
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
+makedepends_x86_64=('cuda' 'nvidia-utils')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend'
+'glfw: Required for running the examples'
+'glew: Required for running the examples')
+source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
+md5sums=('0bc133fc8667120ad7799b3550780381')
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
+
+  #make test
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_FORGE=ON \
+  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
+  -DBUILD_CPU=ON \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-04 11:37:43 UTC (rev 145950)
+++ community-x86_64/PKGBUILD   2015-11-04 11:37:52 UTC (rev 145951)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.1.2
-arch=('i686' 'x86_64')
-pkgrel=1
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 

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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:20:20
  Author: svenstaro
Revision: 145956

upgpkg: blender 17:2.76.b-1

upstream release 2.76b

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 11:48:00 UTC (rev 145955)
+++ PKGBUILD2015-11-04 12:20:20 UTC (rev 145956)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.76
+_gittag=v2.76b
 #_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
 
 pkgname=blender
-pkgver=2.76
+pkgver=2.76.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 13:20:27
  Author: svenstaro
Revision: 145957

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

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

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   98 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 12:20:20 UTC (rev 145956)
+++ community-i686/PKGBUILD 2015-11-04 12:20:27 UTC (rev 145957)
@@ -1,98 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.76
-#_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
-
-pkgname=blender
-pkgver=2.76
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_CYCLES_PTEX=ON \
--DWITH_OPENSUBDIV=ON \
--DPYTHON_VERSION=3.5 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.5m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 145956, 

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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:01:49
  Author: svenstaro
Revision: 145961

upgpkg: python-click 5.1-1

Pushing python-click

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 12:45:39 UTC (rev 145960)
+++ PKGBUILD2015-11-04 13:01:49 UTC (rev 145961)
@@ -10,16 +10,18 @@
 url="http://click.pocoo.org/;
 license=("BSD")
 makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/$_realname/$_realname-$pkgver.tar.gz;)
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
 sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
 
-build_python-click() {
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
 cd "${srcdir}/${_realname}-${pkgver}"
 python setup.py build
-}
 
-build_python2-click() {
-cd "${srcdir}/${_realname}-${pkgver}"
+cd "${srcdir}/${_realname}-${pkgver}-python2"
 python2 setup.py build
 }
 
@@ -26,7 +28,7 @@
 package_python-click() {
 depends=("python")
 cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
@@ -33,6 +35,6 @@
 package_python2-click() {
 depends=("python2")
 cd "${srcdir}/${_realname}-${pkgver}"
-python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:01:53
  Author: svenstaro
Revision: 145962

archrelease: copy trunk to community-any

Added:
  python-click/repos/community-any/
  python-click/repos/community-any/PKGBUILD
(from rev 145961, python-click/trunk/PKGBUILD)

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

Copied: python-click/repos/community-any/PKGBUILD (from rev 145961, 
python-click/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 13:01:53 UTC (rev 145962)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver="5.1"
+pkgrel="1"
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
+
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:24:33
  Author: svenstaro
Revision: 145965

upgpkg: python-click 5.1-3

Add pkgbase

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 13:11:05 UTC (rev 145964)
+++ PKGBUILD2015-11-04 13:24:33 UTC (rev 145965)
@@ -1,10 +1,11 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Carl George < arch at cgtx dot us >
 
+pkgbase=python-click
 pkgname=("python-click" "python2-click")
 _realname=click
 pkgver=5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
 url="http://click.pocoo.org/;


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:24:37
  Author: svenstaro
Revision: 145966

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 13:24:33 UTC (rev 145965)
+++ PKGBUILD2015-11-04 13:24:37 UTC (rev 145966)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=("python-click" "python2-click")
-_realname=click
-pkgver=5.1
-pkgrel=2
-pkgdesc="A simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url="http://click.pocoo.org/;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
-
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-click() {
-depends=("python")
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-click/repos/community-any/PKGBUILD (from rev 145965, 
python-click/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 13:24:37 UTC (rev 145966)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgbase=python-click
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver=5.1
+pkgrel=3
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
+
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 14:31:31
  Author: svenstaro
Revision: 145968

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 13:31:26 UTC (rev 145967)
+++ PKGBUILD2015-11-04 13:31:31 UTC (rev 145968)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=('python-neovim' 'python2-neovim')
-pkgver=0.0.38
-pkgrel=1
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
-
-build_python-neovim() {
-  cd "${srcdir}/python-client-${pkgver}"
-  python setup.py build
-}
-
-build_python2-neovim() {
-  cd "${srcdir}/python-client-${pkgver}"
-  python2 setup.py build
-}
-
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
-
-  cd "${srcdir}/python-client-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
-}
-
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
-
-  cd "${srcdir}/python-client-${pkgver}"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 145967, 
python-neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 13:31:31 UTC (rev 145968)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=python-neovim
+pkgname=('python-neovim' 'python2-neovim')
+_realname=python-client
+pkgver=0.0.38
+pkgrel=2
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
+
+prepare() {
+  cp -a ${_realname}-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet' 'python-click')
+
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-click' 'python2-trollius')
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:27:31
  Author: tpowa
Revision: 145977

upgpkg: tp_smapi 0.41-76

rebuild against 4.3

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |8 
 tp_smapi.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:25:49 UTC (rev 145976)
+++ PKGBUILD2015-11-04 15:27:31 UTC (rev 145977)
@@ -10,14 +10,14 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-_extramodules=extramodules-4.2-ARCH
-pkgrel=75
+_extramodules=extramodules-4.3-ARCH
+pkgrel=76
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi.install
===
--- tp_smapi.install2015-11-04 15:25:49 UTC (rev 145976)
+++ tp_smapi.install2015-11-04 15:27:31 UTC (rev 145977)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-4.2-ARCH
+extramodules=/usr/lib/modules/extramodules-4.3-ARCH
 
 post_install() {
   depmod -v $(< "$extramodules/version") &>/dev/null


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

2015-11-04 Thread Antonio Rojas
Date: Wednesday, November 4, 2015 @ 17:34:42
  Author: arojas
Revision: 145988

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 145987, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 145987, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 145987, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 145987, 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-11-04 16:34:16 UTC (rev 145987)
+++ community-i686/PKGBUILD 2015-11-04 16:34:42 UTC (rev 145988)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.5.1
-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=('c453359ec416f76af0d48502c5b59ddc'
- '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 145987, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 16:34:42 UTC (rev 145988)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.5.2
+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=('ed961d6bb647fc77fec7c48df9abb7c5'
+ '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-11-04 16:34:16 UTC (rev 145987)
+++ community-i686/clipgrab.desktop 2015-11-04 16:34:42 UTC (rev 145988)
@@ -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 145987, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2015-11-04 16:34:42 UTC (rev 145988)
@@ -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 tp_smapi/repos (6 files)

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:27:37
  Author: tpowa
Revision: 145978

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

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

---+
 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 ++
 4 files changed, 140 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 145977, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:27:37 UTC (rev 145978)
@@ -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-4.3-ARCH
+pkgrel=76
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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/tp_smapi.install (from rev 
145977, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2015-11-04 15:27:37 UTC (rev 
145978)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.3-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 145977, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-04 15:27:37 UTC (rev 145978)
@@ -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-4.3-ARCH
+pkgrel=76
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:29:22
  Author: tpowa
Revision: 145980

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

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

--+
 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 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
145979, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-11-04 15:29:22 UTC (rev 
145980)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 145979, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:29:22 UTC (rev 145980)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.3-ARCH
+pkgrel=20
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+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/vhba-module.install (from rev 
145979, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2015-11-04 15:29:22 UTC (rev 
145980)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.3-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
145979, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2015-11-04 15:29:22 UTC (rev 
145980)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 145979, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:29:11
  Author: tpowa
Revision: 145979

upgpkg: vhba-module 20140928-20

rebuild against 4.3

Modified:
  vhba-module/trunk/PKGBUILD
  vhba-module/trunk/vhba-module.install

-+
 PKGBUILD|8 
 vhba-module.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:27:37 UTC (rev 145978)
+++ PKGBUILD2015-11-04 15:29:11 UTC (rev 145979)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140928
-_extramodules=extramodules-4.2-ARCH
-pkgrel=19
+_extramodules=extramodules-4.3-ARCH
+pkgrel=20
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux>=4.2' 'linux<4.3')
-makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
+depends=('linux>=4.3' 'linux<4.4')
+makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;

Modified: vhba-module.install
===
--- vhba-module.install 2015-11-04 15:27:37 UTC (rev 145978)
+++ vhba-module.install 2015-11-04 15:29:11 UTC (rev 145979)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-4.2-ARCH
+EXTRAMODULES=extramodules-4.3-ARCH
 
 _updatemod() {
   echo "  > Updating module dependencies..."


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:25:43
  Author: tpowa
Revision: 145975

upgpkg: rt3562sta 2.4.1.1_r3-2

rebuild against 4.3

Modified:
  rt3562sta/trunk/PKGBUILD
  rt3562sta/trunk/rt3562sta.install

---+
 PKGBUILD  |2 +-
 rt3562sta.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:23:29 UTC (rev 145974)
+++ PKGBUILD2015-11-04 15:25:43 UTC (rev 145975)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r3
 _patchrel=${pkgver/*_r/}
-pkgrel=1
+pkgrel=2
 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/;

Modified: rt3562sta.install
===
--- rt3562sta.install   2015-11-04 15:23:29 UTC (rev 145974)
+++ rt3562sta.install   2015-11-04 15:25:43 UTC (rev 145975)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-4.2-ARCH'
+   EXTRAMODULES='extramodules-4.3-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:25:49
  Author: tpowa
Revision: 145976

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

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

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

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 145975, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:25:49 UTC (rev 145976)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=2
+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 0644 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=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
145975, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2015-11-04 15:25:49 UTC (rev 
145976)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.3-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 145975, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-04 15:25:49 UTC (rev 145976)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=2
+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)
+

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:32:43
  Author: tpowa
Revision: 145982

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

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

---+
 community-testing-i686/PKGBUILD   |   66 
 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 |   66 
 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 
 8 files changed, 342 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
145981, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-04 15:32:43 UTC (rev 145982)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.8
+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')
+  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 gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
145981, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-11-04 15:32:43 UTC (rev 145982)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced 

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

2015-11-04 Thread Tobias Powalowski
Date: Wednesday, November 4, 2015 @ 16:32:33
  Author: tpowa
Revision: 145981

upgpkg: virtualbox-modules 5.0.8-3

rebuild against 4.3

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-11-04 15:29:22 UTC (rev 145980)
+++ PKGBUILD2015-11-04 15:32:33 UTC (rev 145981)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.8
-pkgrel=2
+pkgrel=3
 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-11-04 15:29:22 UTC (rev 145980)
+++ virtualbox-guest-modules.install2015-11-04 15:32:33 UTC (rev 145981)
@@ -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-11-04 15:29:22 UTC (rev 145980)
+++ virtualbox-host-modules.install 2015-11-04 15:32:33 UTC (rev 145981)
@@ -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 (4 files)

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 16:35:54
  Author: anthraxx
Revision: 145983

addpkg: volatility 2.5-1

Added:
  volatility/
  volatility/repos/
  volatility/trunk/
  volatility/trunk/PKGBUILD

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

Added: volatility/trunk/PKGBUILD
===
--- volatility/trunk/PKGBUILD   (rev 0)
+++ volatility/trunk/PKGBUILD   2015-11-04 15:35:54 UTC (rev 145983)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Limao Luo 
+# Contributor: Wes Brown 
+
+pkgname=volatility
+pkgver=2.5
+pkgrel=1
+pkgdesc="Advanced memory forensics framework"
+url="https://github.com/volatilityfoundation/volatility/wiki;
+arch=('any')
+license=('GPL2')
+depends=('distorm' 'python2-crypto' 'python2-ujson')
+optdepends=(
+  'python2-yara: classify malware support'
+  'python2-pillow: screenshots plugin support'
+  'python2-pytz: timezone conversion support'
+  'ipython2: enhanced volshell support'
+  'libforensic1394: firewire live analysis support'
+  'libraw1394: alternative firewire live analysis support'
+  'python2-openpyxl: Excel xlsx/xlsm files support'
+)
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
+  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 16:36:11
  Author: anthraxx
Revision: 145984

archrelease: copy trunk to community-any

Added:
  volatility/repos/community-any/
  volatility/repos/community-any/PKGBUILD
(from rev 145983, volatility/trunk/PKGBUILD)

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

Copied: volatility/repos/community-any/PKGBUILD (from rev 145983, 
volatility/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 15:36:11 UTC (rev 145984)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Limao Luo 
+# Contributor: Wes Brown 
+
+pkgname=volatility
+pkgver=2.5
+pkgrel=1
+pkgdesc="Advanced memory forensics framework"
+url="https://github.com/volatilityfoundation/volatility/wiki;
+arch=('any')
+license=('GPL2')
+depends=('distorm' 'python2-crypto' 'python2-ujson')
+optdepends=(
+  'python2-yara: classify malware support'
+  'python2-pillow: screenshots plugin support'
+  'python2-pytz: timezone conversion support'
+  'ipython2: enhanced volshell support'
+  'libforensic1394: firewire live analysis support'
+  'libraw1394: alternative firewire live analysis support'
+  'python2-openpyxl: Excel xlsx/xlsm files support'
+)
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
+  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 17:14:42
  Author: svenstaro
Revision: 145986

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 16:14:36 UTC (rev 145985)
+++ community-i686/PKGBUILD 2015-11-04 16:14:42 UTC (rev 145986)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Denis Martinez 
-
-pkgname=wt
-pkgver=3.3.4
-_pkgver=3.3.4
-pkgrel=6
-pkgdesc="a C++ library and application server for developing and deploying web 
applications"
-arch=('i686' 'x86_64')
-url="http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('fdbb6042c7d6901e254685966ff55fac')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=OFF \
-  -DINSTALL_FINDWT_CMAKE_FILE=ON \
-  ..
-  # build examples again when they are compatible with boost 1.58
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 145985, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 16:14:42 UTC (rev 145986)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=1
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('32439d8992cc6ffd32d532c3fccfef20')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-04 16:14:36 UTC (rev 145985)
+++ community-x86_64/PKGBUILD   2015-11-04 16:14:42 UTC (rev 145986)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2015-11-04 Thread Sven-Hendrik Haase
Date: Wednesday, November 4, 2015 @ 17:14:36
  Author: svenstaro
Revision: 145985

upgpkg: wt 3.3.5rc2-1

update to 3.3.5rc2 and renable examples

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 15:36:11 UTC (rev 145984)
+++ PKGBUILD2015-11-04 16:14:36 UTC (rev 145985)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.4
-_pkgver=3.3.4
-pkgrel=6
+pkgver=3.3.5rc2
+_pkgver=3.3.5-rc2
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/;
@@ -20,8 +20,8 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('fdbb6042c7d6901e254685966ff55fac')
+source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
+md5sums=('32439d8992cc6ffd32d532c3fccfef20')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
@@ -37,7 +37,7 @@
   -DWEBGROUP=http \
   -DUSE_SYSTEM_SQLITE3=ON \
   -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=OFF \
+  -DBUILD_EXAMPLES=ON \
   -DINSTALL_FINDWT_CMAKE_FILE=ON \
   ..
   # build examples again when they are compatible with boost 1.58
@@ -48,7 +48,4 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
 
   make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
 }


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

2015-11-04 Thread Antonio Rojas
Date: Wednesday, November 4, 2015 @ 17:34:16
  Author: arojas
Revision: 145987

Update to 3.5.2

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 16:14:42 UTC (rev 145986)
+++ PKGBUILD2015-11-04 16:34:16 UTC (rev 145987)
@@ -4,7 +4,7 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('c453359ec416f76af0d48502c5b59ddc'
+md5sums=('ed961d6bb647fc77fec7c48df9abb7c5'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {


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

2015-11-04 Thread Jaroslav Lichtblau
Date: Wednesday, November 4, 2015 @ 18:54:35
  Author: jlichtblau
Revision: 145993

upgpkg: kchmviewer 7.4-1 - new upstream release

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 17:47:53 UTC (rev 145992)
+++ PKGBUILD2015-11-04 17:54:35 UTC (rev 145993)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Bogdanov 
 
 pkgname=kchmviewer
-pkgver=7.3
-pkgrel=2
+pkgver=7.4
+pkgrel=1
 pkgdesc="A .chm files (MS HTML help file format) viewer"
 arch=('i686' 'x86_64')
 url="http://kchmviewer.sourceforge.net/;
@@ -13,7 +13,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007')
+sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,9 +25,9 @@
 package() {
   cd $pkgname-$pkgver
 
-#   make DISTDIR="${pkgdir}" install
+#   make DESTDIR="${pkgdir}" install
 
-  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
 #icon/desktop file
   install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
   install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2015-11-04 17:47:53 UTC (rev 145992)
+++ kchmviewer.changelog2015-11-04 17:54:35 UTC (rev 145993)
@@ -1,3 +1,6 @@
+2015-11-04  Jaroslav Lichtblau 
+   * kchmviewer 7.4-1
+
 2015-02-23  Jaroslav Lichtblau 
* kchmviewer 7.3-1
 


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

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 18:47:53
  Author: anthraxx
Revision: 145992

using source file prefix

Modified:
  python-ujson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 17:34:35 UTC (rev 145991)
+++ PKGBUILD2015-11-04 17:47:53 UTC (rev 145992)
@@ -3,7 +3,7 @@
 
 pkgbase=python-ujson
 pkgname=('python-ujson' 'python2-ujson')
-_libname=${pkgname/python-/}
+_libname=${pkgbase/python-/}
 pkgver=1.33
 pkgrel=3
 pkgdesc="Ultra fast JSON encoder and decoder for Python"
@@ -13,13 +13,13 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 
sha512sums=('0f1f66212fbf94c03e048ba64c3bd817c50443d1a29b87f6a3a38f697a050f38821be4ba36a3b17a96930c69ee92973ac31bdd41851dea071af14cd4bbaf8480'
 
'74a87d69556e526768fe1d0d0b6ff888b8b34ab7e5c651a96b4e4c42599ce67825cd5a1ad3a20745faf230eb778737b03afb5fe944057cd7dc705c4b5b6f')
-source=(https://pypi.python.org/packages/source/${_libname:0:1}/${_libname}/${_libname}-${pkgver}.zip
+source=(${pkgbase}-${pkgver}.zip::https://pypi.python.org/packages/source/${_libname:0:1}/${_libname}/${_libname}-${pkgver}.zip
 LICENSE.txt)
 
 package_python-ujson() {
+  depends=('python')
+
   cd ${_libname}-${pkgver}
-  depends=('python')
-  
   python setup.py install -O1 --root="${pkgdir}"
   install -Dm 644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
@@ -26,9 +26,9 @@
 }
 
 package_python2-ujson() {
+  depends=('python2')
+
   cd ${_libname}-${pkgver}
-  depends=('python2')
-  
   python2 setup.py install -O1 --root="${pkgdir}"
   install -Dm 644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"


[arch-commits] Commit in (4 files)

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 18:29:00
  Author: anthraxx
Revision: 145989

addpkg: python-hexdump 3.2-3

Added:
  python-hexdump/
  python-hexdump/repos/
  python-hexdump/trunk/
  python-hexdump/trunk/PKGBUILD

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

Added: python-hexdump/trunk/PKGBUILD
===
--- python-hexdump/trunk/PKGBUILD   (rev 0)
+++ python-hexdump/trunk/PKGBUILD   2015-11-04 17:29:00 UTC (rev 145989)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: knucker 
+
+pkgbase=python-hexdump
+pkgname=('python-hexdump' 'python2-hexdump')
+_pyname=${pkgbase/python-/}
+_hghash=7450ca489143
+pkgver=3.2
+pkgrel=3
+pkgdesc='Library and tool to work with hex and binary data'
+url='https://bitbucket.org/techtonik/hexdump'
+arch=('any')
+license=('Public Domain')
+makedepends=('python' 'python2')
+checkdepends=('python-tox')
+source=(${pkgname}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
+sha512sums=('1739a050ccea46b8568cf624d4cf32d7205e52b06b43ce196e53528e202516e727498029ebb0e2a4cdce27332b4989e26a6b9e3c49cbce7ab4497dad410131ee')
+
+prepare() {
+  cd "techtonik-${_pyname}-${_hghash}"
+  sed 's|py34|py3|g' -i tox.ini
+}
+
+check() {
+  cd "techtonik-${_pyname}-${_hghash}"
+  tox
+}
+
+package_python-hexdump() {
+  depends=('python')
+
+  cd "techtonik-${_pyname}-${_hghash}"
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+}
+
+package_python2-hexdump() {
+  depends=('python2')
+
+  cd "techtonik-${_pyname}-${_hghash}"
+  sed -r 's|(/usr/bin/env python)|\12|' -i hexdump.py
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-04 Thread Jaroslav Lichtblau
Date: Wednesday, November 4, 2015 @ 18:55:26
  Author: jlichtblau
Revision: 145994

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

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

---+
 /PKGBUILD |   68 ++
 /kchmviewer.changelog |   96 
 /kchmviewer.install   |   24 
 community-i686/PKGBUILD   |   34 ---
 community-i686/kchmviewer.changelog   |   45 ---
 community-i686/kchmviewer.install |   12 
 community-x86_64/PKGBUILD |   34 ---
 community-x86_64/kchmviewer.changelog |   45 ---
 community-x86_64/kchmviewer.install   |   12 
 9 files changed, 188 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-04 17:54:35 UTC (rev 145993)
+++ community-i686/PKGBUILD 2015-11-04 17:55:26 UTC (rev 145994)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Bogdanov 
-
-pkgname=kchmviewer
-pkgver=7.3
-pkgrel=2
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('i686' 'x86_64')
-url="http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-#   make DISTDIR="${pkgdir}" install
-
-  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
-#icon/desktop file
-  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 145993, 
kchmviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 17:55:26 UTC (rev 145994)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Bogdanov 
+
+pkgname=kchmviewer
+pkgver=7.4
+pkgrel=1
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DESTDIR="${pkgdir}" install
+
+   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/kchmviewer.changelog
===
--- community-i686/kchmviewer.changelog 2015-11-04 17:54:35 UTC (rev 145993)
+++ community-i686/kchmviewer.changelog 2015-11-04 17:55:26 UTC (rev 145994)
@@ -1,45 +0,0 @@
-2015-02-23  Jaroslav Lichtblau 
-   * kchmviewer 7.3-1
-
-2015-02-08  Jaroslav Lichtblau 
-   * kchmviewer 7.2-2
-   * FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau 
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau 

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

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 18:29:25
  Author: anthraxx
Revision: 145990

archrelease: copy trunk to community-any

Added:
  python-hexdump/repos/community-any/
  python-hexdump/repos/community-any/PKGBUILD
(from rev 145989, python-hexdump/trunk/PKGBUILD)

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

Copied: python-hexdump/repos/community-any/PKGBUILD (from rev 145989, 
python-hexdump/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-04 17:29:25 UTC (rev 145990)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: knucker 
+
+pkgbase=python-hexdump
+pkgname=('python-hexdump' 'python2-hexdump')
+_pyname=${pkgbase/python-/}
+_hghash=7450ca489143
+pkgver=3.2
+pkgrel=3
+pkgdesc='Library and tool to work with hex and binary data'
+url='https://bitbucket.org/techtonik/hexdump'
+arch=('any')
+license=('Public Domain')
+makedepends=('python' 'python2')
+checkdepends=('python-tox')
+source=(${pkgname}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
+sha512sums=('1739a050ccea46b8568cf624d4cf32d7205e52b06b43ce196e53528e202516e727498029ebb0e2a4cdce27332b4989e26a6b9e3c49cbce7ab4497dad410131ee')
+
+prepare() {
+  cd "techtonik-${_pyname}-${_hghash}"
+  sed 's|py34|py3|g' -i tox.ini
+}
+
+check() {
+  cd "techtonik-${_pyname}-${_hghash}"
+  tox
+}
+
+package_python-hexdump() {
+  depends=('python')
+
+  cd "techtonik-${_pyname}-${_hghash}"
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+}
+
+package_python2-hexdump() {
+  depends=('python2')
+
+  cd "techtonik-${_pyname}-${_hghash}"
+  sed -r 's|(/usr/bin/env python)|\12|' -i hexdump.py
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 18:34:35
  Author: anthraxx
Revision: 145991

using pkgbase for filename instead of pkgname

Modified:
  python-hexdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 17:29:25 UTC (rev 145990)
+++ PKGBUILD2015-11-04 17:34:35 UTC (rev 145991)
@@ -13,7 +13,7 @@
 license=('Public Domain')
 makedepends=('python' 'python2')
 checkdepends=('python-tox')
-source=(${pkgname}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
+source=(${pkgbase}-${pkgver}.tar.bz2::https://bitbucket.org/techtonik/${_pyname}/get/${pkgver}.tar.bz2)
 
sha512sums=('1739a050ccea46b8568cf624d4cf32d7205e52b06b43ce196e53528e202516e727498029ebb0e2a4cdce27332b4989e26a6b9e3c49cbce7ab4497dad410131ee')
 
 prepare() {


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

2015-11-04 Thread Florian Pritz
Date: Wednesday, November 4, 2015 @ 10:24:15
  Author: bluewind
Revision: 145935

upgpkg: zim 0.65-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 09:21:16 UTC (rev 145934)
+++ PKGBUILD2015-11-04 09:24:15 UTC (rev 145935)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=zim
-pkgver=0.64
+pkgver=0.65
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
 arch=(any)
@@ -25,7 +25,7 @@
 'texlive-bin: Insert Equation plugin')
 install=zim.install
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ec1dd38fc3aa92eb3529fb492e165ee3')
+md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in nemo-extensions/trunk (PKGBUILD clutter-gst3.patch)

2015-11-04 Thread Jan de Groot
Date: Wednesday, November 4, 2015 @ 10:26:30
  Author: jgc
Revision: 145937

upgpkg: nemo-extensions 2.6.0-3

Port nemo-preview to clutter-gst, try to patch libtool to reduce library 
dependencies

Added:
  nemo-extensions/trunk/clutter-gst3.patch
Modified:
  nemo-extensions/trunk/PKGBUILD

+
 PKGBUILD   |   16 +++--
 clutter-gst3.patch |  156 +++
 2 files changed, 167 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 09:24:20 UTC (rev 145936)
+++ PKGBUILD2015-11-04 09:26:30 UTC (rev 145937)
@@ -13,18 +13,20 @@
#'nemo-rabbitvcs'
 pkgver=2.6.0
 _pkgver=2.6.x
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="https://github.com/linuxmint/nemo-extensions;
-depends=(nemo file-roller cjs clutter-gtk clutter-gst2 gst-plugins-good 
libmusicbrainz5
+depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
libmusicbrainz5
  evince gtksourceview3 webkitgtk python2-gobject seahorse-nautilus 
samba)
 makedepends=(gconf gnome-common gtk-doc intltool gobject-introspection) # 
python2-distutils-extra
 options=('!emptydirs')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;
-"gpgversion.patch")
+"gpgversion.patch"
+clutter-gst3.patch)
 sha256sums=('222a9c96644c3dd22171a97721c11d9bc08e1d27b0c168179947bb94edc824cf'
-'187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86')
+'187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86'
+'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
 
 prepare() {
   cd ${pkgbase}-${_pkgver}
@@ -41,6 +43,8 @@
   # Fix path for nemo-python
   sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' 
nemo-python/m4/python.m4
 
+  cd nemo-preview
+  patch -Np1 -i ../../clutter-gst3.patch
 }
 
 build() {
@@ -54,6 +58,7 @@
 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
 --disable-static --disable-schemas-compile
 make
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 popd
   done
 
@@ -63,6 +68,7 @@
 pushd ${dir}
 ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
  --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 make
 popd
   done
@@ -94,7 +100,7 @@
 
 package_nemo-preview(){
   pkgdesc=("GtkClutter and Javascript-based quick previewer for Nemo")
-  depends=(nemo cjs clutter-gtk clutter-gst2 libmusicbrainz5 evince 
gtksourceview3 webkitgtk)
+  depends=(nemo cjs clutter-gtk clutter-gst libmusicbrainz5 evince 
gtksourceview3 webkitgtk)
 
   cd ${pkgbase}-${_pkgver}/nemo-preview
   make DESTDIR="${pkgdir}" install

Added: clutter-gst3.patch
===
--- clutter-gst3.patch  (rev 0)
+++ clutter-gst3.patch  2015-11-04 09:26:30 UTC (rev 145937)
@@ -0,0 +1,156 @@
+From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sat, 17 Oct 2015 00:24:42 +0100
+Subject: viewer: gst: port to ClutterGst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756725
+---
+ configure.ac  |  2 +-
+ src/js/viewers/gst.js | 56 +++
+ 2 files changed, 31 insertions(+), 27 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3b5ff56..7e869d5 100644
+--- a/configure.ac
 b/configure.ac
+@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
+   clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
+   gtk+-3.0 >= $GTK_MIN_VERSION
+   clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
+-  clutter-gst-2.0
++  clutter-gst-3.0
+   gstreamer-1.0
+   gstreamer-pbutils-1.0
+   gstreamer-tag-1.0
+diff --git a/src/js/viewers/gst.js b/src/js/viewers/gst.js
+index 3560277..6a010f6 100644
+--- a/src/js/viewers/gst.js
 b/src/js/viewers/gst.js
+@@ -23,7 +23,7 @@
+  *
+  */
+ 
+-imports.gi.versions.ClutterGst = '2.0';
++imports.gi.versions.ClutterGst = '3.0';
+ const ClutterGst = imports.gi.ClutterGst;
+ const Clutter = imports.gi.Clutter;
+ const Gdk = imports.gi.Gdk;
+@@ -60,29 +60,33 @@ const 

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

2015-11-04 Thread Jan de Groot
Date: Wednesday, November 4, 2015 @ 10:26:44
  Author: jgc
Revision: 145938

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

Added:
  nemo-extensions/repos/community-i686/PKGBUILD
(from rev 145937, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-i686/clutter-gst3.patch
(from rev 145937, nemo-extensions/trunk/clutter-gst3.patch)
  nemo-extensions/repos/community-i686/gpgversion.patch
(from rev 145937, nemo-extensions/trunk/gpgversion.patch)
  nemo-extensions/repos/community-i686/nemo-pastebin.install
(from rev 145937, nemo-extensions/trunk/nemo-pastebin.install)
  nemo-extensions/repos/community-x86_64/PKGBUILD
(from rev 145937, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-x86_64/clutter-gst3.patch
(from rev 145937, nemo-extensions/trunk/clutter-gst3.patch)
  nemo-extensions/repos/community-x86_64/gpgversion.patch
(from rev 145937, nemo-extensions/trunk/gpgversion.patch)
  nemo-extensions/repos/community-x86_64/nemo-pastebin.install
(from rev 145937, nemo-extensions/trunk/nemo-pastebin.install)
Deleted:
  nemo-extensions/repos/community-i686/PKGBUILD
  nemo-extensions/repos/community-i686/gpgversion.patch
  nemo-extensions/repos/community-i686/nemo-pastebin.install
  nemo-extensions/repos/community-x86_64/PKGBUILD
  nemo-extensions/repos/community-x86_64/gpgversion.patch
  nemo-extensions/repos/community-x86_64/nemo-pastebin.install

+
 /PKGBUILD  |  382 +++
 /gpgversion.patch  |   22 +
 /nemo-pastebin.install |   22 +
 community-i686/PKGBUILD|  185 ---
 community-i686/clutter-gst3.patch  |  156 
 community-i686/gpgversion.patch|   11 
 community-i686/nemo-pastebin.install   |   11 
 community-x86_64/PKGBUILD  |  185 ---
 community-x86_64/clutter-gst3.patch|  156 
 community-x86_64/gpgversion.patch  |   11 
 community-x86_64/nemo-pastebin.install |   11 
 11 files changed, 738 insertions(+), 414 deletions(-)

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


[arch-commits] Commit in sushi/trunk (PKGBUILD clutter-gst3.patch)

2015-11-04 Thread Jan de Groot
Date: Wednesday, November 4, 2015 @ 09:56:58
  Author: jgc
Revision: 250094

upgpkg: sushi 3.18.0-2

Build with Clutter-gst 3.x (FS#46829), remove unused library references

Added:
  sushi/trunk/clutter-gst3.patch
Modified:
  sushi/trunk/PKGBUILD

+
 PKGBUILD   |   17 -
 clutter-gst3.patch |  156 +++
 2 files changed, 169 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 20:18:43 UTC (rev 250093)
+++ PKGBUILD2015-11-04 08:56:58 UTC (rev 250094)
@@ -3,22 +3,31 @@
 
 pkgname=sushi
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A quick previewer for Nautilus"
 arch=(i686 x86_64)
 url="http://www.gnome.org;
 license=('GPL2')
 groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
 optdepends=('unoconv: OpenDocument formats')
 install=sushi.install
 makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+clutter-gst3.patch)
+sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c'
+'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../clutter-gst3.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
+  autoreconf -fi
   ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
   make
 }
 

Added: clutter-gst3.patch
===
--- clutter-gst3.patch  (rev 0)
+++ clutter-gst3.patch  2015-11-04 08:56:58 UTC (rev 250094)
@@ -0,0 +1,156 @@
+From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sat, 17 Oct 2015 00:24:42 +0100
+Subject: viewer: gst: port to ClutterGst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756725
+---
+ configure.ac  |  2 +-
+ src/js/viewers/gst.js | 56 +++
+ 2 files changed, 31 insertions(+), 27 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3b5ff56..7e869d5 100644
+--- a/configure.ac
 b/configure.ac
+@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
+   clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
+   gtk+-3.0 >= $GTK_MIN_VERSION
+   clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
+-  clutter-gst-2.0
++  clutter-gst-3.0
+   gstreamer-1.0
+   gstreamer-pbutils-1.0
+   gstreamer-tag-1.0
+diff --git a/src/js/viewers/gst.js b/src/js/viewers/gst.js
+index 3560277..6a010f6 100644
+--- a/src/js/viewers/gst.js
 b/src/js/viewers/gst.js
+@@ -23,7 +23,7 @@
+  *
+  */
+ 
+-imports.gi.versions.ClutterGst = '2.0';
++imports.gi.versions.ClutterGst = '3.0';
+ const ClutterGst = imports.gi.ClutterGst;
+ const Clutter = imports.gi.Clutter;
+ const Gdk = imports.gi.Gdk;
+@@ -60,29 +60,33 @@ const GstRenderer = new Lang.Class({
+ },
+ 
+ clear : function() {
+-this._video.playing = false;
++this._player.playing = false;
+ },
+ 
+ _createVideo : function(file) {
+-this._video =
+-new ClutterGst.VideoTexture({ sync_size: false });
++this._player = new ClutterGst.Playback();
++this._video = new Clutter.Actor({
++content: new ClutterGst.Aspectratio({
++player: this._player
++})
++});
+ 
+-this._video.set_uri(file.get_uri());
+-this._video.playing = true;
++this._player.set_uri(file.get_uri());
++this._player.playing = true;
+ 
+ this._videoSizeChangeId =
+-this._video.connect('size-change',
+-Lang.bind(this,
+-  this._onVideoSizeChange));
+-this._video.connect('notify::playing',
+-Lang.bind(this,
+-  this._onVideoPlayingChange));
+-this._video.connect('notify::progress',
+-Lang.bind(this,
+-  this._onVideoProgressChange));
+-this._video.connect('notify::duration',
+-Lang.bind(this,
+-   

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

2015-11-04 Thread Jan de Groot
Date: Wednesday, November 4, 2015 @ 09:57:06
  Author: jgc
Revision: 250095

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

Added:
  sushi/repos/extra-i686/PKGBUILD
(from rev 250094, sushi/trunk/PKGBUILD)
  sushi/repos/extra-i686/clutter-gst3.patch
(from rev 250094, sushi/trunk/clutter-gst3.patch)
  sushi/repos/extra-i686/sushi.install
(from rev 250094, sushi/trunk/sushi.install)
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 250094, sushi/trunk/PKGBUILD)
  sushi/repos/extra-x86_64/clutter-gst3.patch
(from rev 250094, sushi/trunk/clutter-gst3.patch)
  sushi/repos/extra-x86_64/sushi.install
(from rev 250094, sushi/trunk/sushi.install)
Deleted:
  sushi/repos/extra-i686/PKGBUILD
  sushi/repos/extra-i686/sushi.install
  sushi/repos/extra-x86_64/PKGBUILD
  sushi/repos/extra-x86_64/sushi.install

-+
 /PKGBUILD   |   78 +++
 /sushi.install  |   22 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/clutter-gst3.patch   |  156 ++
 extra-i686/sushi.install|   11 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/clutter-gst3.patch |  156 ++
 extra-x86_64/sushi.install  |   11 --
 8 files changed, 412 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-04 08:56:58 UTC (rev 250094)
+++ extra-i686/PKGBUILD 2015-11-04 08:57:06 UTC (rev 250095)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
-optdepends=('unoconv: OpenDocument formats')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/PKGBUILD (from rev 250094, sushi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-04 08:57:06 UTC (rev 250095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+optdepends=('unoconv: OpenDocument formats')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+clutter-gst3.patch)
+sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c'
+'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../clutter-gst3.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/clutter-gst3.patch (from rev 250094, 
sushi/trunk/clutter-gst3.patch)
===
--- extra-i686/clutter-gst3.patch   (rev 0)
+++ extra-i686/clutter-gst3.patch   2015-11-04 08:57:06 UTC (rev 250095)
@@ -0,0 +1,156 @@
+From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin 
+Date: Sat, 17 Oct 2015 00:24:42 +0100
+Subject: viewer: gst: port to ClutterGst 3.0
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756725
+---
+ configure.ac  |  2 +-
+ src/js/viewers/gst.js | 56 +++
+ 2 files changed, 31 insertions(+), 27 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3b5ff56..7e869d5 100644
+--- a/configure.ac
 b/configure.ac
+@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
+   clutter-x11-1.0 >= 

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

2015-11-04 Thread Florian Pritz
Date: Wednesday, November 4, 2015 @ 10:21:11
  Author: bluewind
Revision: 145933

upgpkg: perl-cgi 4.22-1

upstream update

Modified:
  perl-cgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-04 07:50:34 UTC (rev 145932)
+++ PKGBUILD2015-11-04 09:21:11 UTC (rev 145933)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-cgi
-pkgver=4.13
+pkgver=4.22
 pkgrel=1
 pkgdesc='Handle Common Gateway Interface requests and responses'
 arch=(any)
@@ -11,8 +11,8 @@
 checkdepends=(perl-test-deep perl-test-warn)
 url=https://metacpan.org/release/CGI
 source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
-md5sums=(1de46434384fc0e59da6b6b407130c20)
-sha512sums=(57da54d5e99186d01ecab189226f8252b4d5a8e7a033795bf4d2f8c43ede315b51ba1b385ff13952aaad8344599ce70933df523ab549f594338779cf5ac441f6)
+md5sums=('8289aa6f2cba9589134d517f4a25da9e')
+sha512sums=('becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d')
 _ddir="CGI-$pkgver"
 
 build()


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

2015-11-04 Thread Florian Pritz
Date: Wednesday, November 4, 2015 @ 10:21:16
  Author: bluewind
Revision: 145934

archrelease: copy trunk to community-any

Added:
  perl-cgi/repos/community-any/PKGBUILD
(from rev 145933, perl-cgi/trunk/PKGBUILD)
Deleted:
  perl-cgi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 09:21:11 UTC (rev 145933)
+++ PKGBUILD2015-11-04 09:21:16 UTC (rev 145934)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-cgi
-pkgver=4.13
-pkgrel=1
-pkgdesc='Handle Common Gateway Interface requests and responses'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1' perl-html-parser)
-checkdepends=(perl-test-deep perl-test-warn)
-url=https://metacpan.org/release/CGI
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
-md5sums=(1de46434384fc0e59da6b6b407130c20)
-sha512sums=(57da54d5e99186d01ecab189226f8252b4d5a8e7a033795bf4d2f8c43ede315b51ba1b385ff13952aaad8344599ce70933df523ab549f594338779cf5ac441f6)
-_ddir="CGI-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cgi/repos/community-any/PKGBUILD (from rev 145933, 
perl-cgi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 09:21:16 UTC (rev 145934)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi
+pkgver=4.22
+pkgrel=1
+pkgdesc='Handle Common Gateway Interface requests and responses'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' perl-html-parser)
+checkdepends=(perl-test-deep perl-test-warn)
+url=https://metacpan.org/release/CGI
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
+md5sums=('8289aa6f2cba9589134d517f4a25da9e')
+sha512sums=('becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d')
+_ddir="CGI-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2015-11-04 Thread Florian Pritz
Date: Wednesday, November 4, 2015 @ 10:24:20
  Author: bluewind
Revision: 145936

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
(from rev 145935, zim/trunk/PKGBUILD)
  zim/repos/community-any/zim.install
(from rev 145935, zim/trunk/zim.install)
Deleted:
  zim/repos/community-any/PKGBUILD
  zim/repos/community-any/zim.install

-+
 PKGBUILD|   90 +-
 zim.install |   42 +--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-04 09:24:15 UTC (rev 145935)
+++ PKGBUILD2015-11-04 09:24:20 UTC (rev 145936)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.64
-pkgrel=1
-pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://zim-wiki.org/;
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram & Link Map plugins'
-'python2-gtkspell: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'libzeitgeist: Log events with Zeitgeist plugin'
-'lilypond: Insert Score plugin'
-'texlive-bin: Insert Equation plugin')
-install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ec1dd38fc3aa92eb3529fb492e165ee3')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# python2 fixes
-for file in zim/inc/xdot.py zim/_version.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 145935, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-04 09:24:20 UTC (rev 145936)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.65
+pkgrel=1
+pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://zim-wiki.org/;
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram & Link Map plugins'
+'python2-gtkspell: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'libzeitgeist: Log events with Zeitgeist plugin'
+'lilypond: Insert Score plugin'
+'texlive-bin: Insert Equation plugin')
+install=zim.install
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# python2 fixes
+for file in zim/inc/xdot.py zim/_version.py; do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: zim.install
===
--- zim.install 2015-11-04 09:24:15 UTC (rev 145935)
+++ zim.install 2015-11-04 09:24:20 UTC (rev 145936)
@@ -1,21 +0,0 @@
-updatedesktopdtb() {
-  [ -x /usr/bin/update-desktop-database ] \
-&& update-desktop-database -q
-  [ -x /usr/bin/update-mime-database ] \
-&& update-mime-database usr/share/mime > /dev/null 2>&1
-}
-
-post_install() {
-  updatedesktopdtb
-   echo
-  echo " >>> zim package need a browser to work properly"
-  echo " >>> you can choose a browser like firefox, chromium, konqueror, ..."
-}
-
-post_upgrade() {
-  updatedesktopdtb
-}
-
-post_remove() {
-  updatedesktopdtb
-}

Copied: zim/repos/community-any/zim.install (from rev 145935, 
zim/trunk/zim.install)
===
--- 

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

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 19:10:22
  Author: anthraxx
Revision: 145996

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

Added:
  thc-ipv6/repos/community-i686/
  thc-ipv6/repos/community-i686/PKGBUILD
(from rev 145995, thc-ipv6/trunk/PKGBUILD)
  thc-ipv6/repos/community-x86_64/
  thc-ipv6/repos/community-x86_64/PKGBUILD
(from rev 145995, thc-ipv6/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: thc-ipv6/repos/community-i686/PKGBUILD (from rev 145995, 
thc-ipv6/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-04 18:10:22 UTC (rev 145996)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: henning mueller 
+# Contributor: Ariel Popper 
+# Contributor: mortzu 
+
+pkgname=thc-ipv6
+pkgver=3.0
+pkgrel=2
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
+url='https://thc.org/thc-ipv6/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('969ebbf4da4514cb83e3abcff637f7ba301c4f072f1f983b3cd3cfd3b0643b55af6eacca3c76e39e11ea9ef6e465be03dfa7ce1d6c988cabbd42cdd95d1e2552')
+DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u 
--insecure")
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: thc-ipv6/repos/community-x86_64/PKGBUILD (from rev 145995, 
thc-ipv6/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-04 18:10:22 UTC (rev 145996)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: henning mueller 
+# Contributor: Ariel Popper 
+# Contributor: mortzu 
+
+pkgname=thc-ipv6
+pkgver=3.0
+pkgrel=2
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
+url='https://thc.org/thc-ipv6/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('969ebbf4da4514cb83e3abcff637f7ba301c4f072f1f983b3cd3cfd3b0643b55af6eacca3c76e39e11ea9ef6e465be03dfa7ce1d6c988cabbd42cdd95d1e2552')
+DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u 
--insecure")
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-04 Thread Levente Polyak
Date: Wednesday, November 4, 2015 @ 19:10:07
  Author: anthraxx
Revision: 145995

addpkg: thc-ipv6 3.0-2

Added:
  thc-ipv6/
  thc-ipv6/repos/
  thc-ipv6/trunk/
  thc-ipv6/trunk/PKGBUILD

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

Added: thc-ipv6/trunk/PKGBUILD
===
--- thc-ipv6/trunk/PKGBUILD (rev 0)
+++ thc-ipv6/trunk/PKGBUILD 2015-11-04 18:10:07 UTC (rev 145995)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: henning mueller 
+# Contributor: Ariel Popper 
+# Contributor: mortzu 
+
+pkgname=thc-ipv6
+pkgver=3.0
+pkgrel=2
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
+url='https://thc.org/thc-ipv6/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('969ebbf4da4514cb83e3abcff637f7ba301c4f072f1f983b3cd3cfd3b0643b55af6eacca3c76e39e11ea9ef6e465be03dfa7ce1d6c988cabbd42cdd95d1e2552')
+DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u 
--insecure")
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


  1   2   >