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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 13:04:56
  Author: arodseth
Revision: 165358

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

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

+
 /PKGBUILD  |   82 +++
 /gummi.install |   28 +
 community-i686/PKGBUILD|   47 --
 community-i686/gummi.install   |   14 --
 community-x86_64/PKGBUILD  |   47 --
 community-x86_64/gummi.install |   14 --
 6 files changed, 110 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 12:04:44 UTC (rev 165357)
+++ community-i686/PKGBUILD 2016-03-06 12:04:56 UTC (rev 165358)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 
-# Contributor: soeren 
-
-pkgname=gummi
-pkgver=0.6.6
-pkgrel=2
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#commit=37480c8e80348b1863abc5f55819f9bc361bc135")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf autogen.sh AM_VERSION ''
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  #  --datarootdir="/usr/share/$pkgname" \
-  #  --datadir="/usr/share/$pkgname"
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix FS#48130
-  mv "$pkgdir/usr/@DATADIRNAME@/"* "$pkgdir/usr/share/$pkgname"
-  rmdir "$pkgdir/usr/@DATADIRNAME@"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/PKGBUILD (from rev 165357, 
gummi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 12:04:56 UTC (rev 165358)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales 
+# Contributor: soeren 
+
+pkgname=gummi
+pkgver=0.6.6
+pkgrel=3
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='http://gummi.midnightcoding.org/'
+license=('MIT')
+depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
+install="$pkgname.install"
+source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  setconf autogen.sh AM_VERSION ''
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gummi.install
===
--- community-i686/gummi.install2016-03-06 12:04:44 UTC (rev 165357)
+++ community-i686/gummi.install2016-03-06 12:04:56 UTC (rev 165358)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/gummi.install (from rev 165357, 
gummi/trunk/gummi.install)
===
--- community-i686/gummi.install(rev 0)
+++ community-i686/gummi.install2016-03-06 12:04:56 UTC (rev 165358)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:11:54
  Author: andyrtr
Revision: 261011

upgpkg: nvidia-304xx-lts 304.131-4

kernel 4.1.19 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:08:13 UTC (rev 261010)
+++ PKGBUILD2016-03-06 09:11:54 UTC (rev 261011)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.131
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.1.18' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.1.18')
+depends=('linux-lts>=4.1.19' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.1.19')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:12:05
  Author: andyrtr
Revision: 261012

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 261011, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 261011, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 261011, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 261011, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 261011, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-06 09:12:05 UTC (rev 261012)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.131
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.19' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.1.19')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
261011, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2016-03-06 09:12:05 UTC (rev 
261012)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 261011, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-06 09:12:05 UTC (rev 261012)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.131
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.1.19' 'libgl' "nvidia-304xx-utils=${pkgver}")

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:23:04
  Author: andyrtr
Revision: 165200

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

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

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

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 165199, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-06 09:23:04 UTC (rev 165200)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=17
+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-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 165199, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2016-03-06 09:23:04 UTC (rev 
165200)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 165199, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-06 09:23:04 UTC (rev 165200)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=17
+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-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 165199, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- 

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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 11:52:13
  Author: arojas
Revision: 165338

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

Added:
  qt5ct/repos/community-i686/COPYING.BSD
(from rev 165332, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-i686/PKGBUILD
(from rev 165332, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-i686/qt5ct.install
(from rev 165332, qt5ct/trunk/qt5ct.install)
  qt5ct/repos/community-x86_64/COPYING.BSD
(from rev 165333, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 165334, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5ct.install
(from rev 165335, qt5ct/trunk/qt5ct.install)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-i686/qt5ct.install
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5ct.install

+
 /COPYING.BSD   |   60 
 /PKGBUILD  |   64 +++
 /qt5ct.install |   26 +++
 community-i686/COPYING.BSD |   30 --
 community-i686/PKGBUILD|   32 ---
 community-i686/qt5ct.install   |   13 ---
 community-x86_64/COPYING.BSD   |   30 --
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/qt5ct.install |   13 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/COPYING.BSD
===
--- community-i686/COPYING.BSD  2016-03-06 10:52:12 UTC (rev 165337)
+++ community-i686/COPYING.BSD  2016-03-06 10:52:13 UTC (rev 165338)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, 
this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: qt5ct/repos/community-i686/COPYING.BSD (from rev 165332, 
qt5ct/trunk/COPYING.BSD)
===
--- community-i686/COPYING.BSD  (rev 0)
+++ community-i686/COPYING.BSD  2016-03-06 10:52:13 UTC (rev 165338)
@@ -0,0 +1,30 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 2015, Ilya Kotov
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this 
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, 
this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+* Neither the name of schillmania.com nor the names of its contributors may be
+  used to endorse or promote products derived from this software without
+  specific prior written permission from schillmania.com.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 11:51:18
  Author: arojas
Revision: 165332

Update to 0.22

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:44:45 UTC (rev 165331)
+++ PKGBUILD2016-03-06 10:51:18 UTC (rev 165332)
@@ -4,7 +4,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
 'COPYING.BSD')
 install=$pkgname.install
-sha256sums=('7ac1213d01eb4a2ce2a02ed6e135d6b3e404657d6df941bf92a185e166077585'
+sha256sums=('a33d614c7af93cfdc295f21459b9fe39c6bedcbaf1a0c6dc1d26c18fca6d6c83'
 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
 
 build() {


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

2016-03-06 Thread Evangelos Foutras
Date: Sunday, March 6, 2016 @ 12:16:57
  Author: foutrelis
Revision: 165348

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 11:16:48 UTC (rev 165347)
+++ community-i686/PKGBUILD 2016-03-06 11:16:57 UTC (rev 165348)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 165347, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 11:16:57 UTC (rev 165348)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.9.0
+pkgrel=3
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-06 11:16:48 UTC (rev 165347)
+++ community-x86_64/PKGBUILD   2016-03-06 11:16:57 UTC (rev 165348)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv 

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

2016-03-06 Thread Evangelos Foutras
Date: Sunday, March 6, 2016 @ 12:16:48
  Author: foutrelis
Revision: 165347

upgpkg: cargo 0.9.0-3

OpenSSL 1.0.2g rebuild

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 11:14:53 UTC (rev 165346)
+++ PKGBUILD2016-03-06 11:16:48 UTC (rev 165347)
@@ -4,7 +4,7 @@
 
 pkgname=cargo
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Rust package manager'
 url='http://crates.io/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in dkms/repos/extra-any (12 files)

2016-03-06 Thread Sébastien Luttringer
Date: Sunday, March 6, 2016 @ 14:22:20
  Author: seblu
Revision: 261110

archrelease: copy trunk to extra-any

Added:
  dkms/repos/extra-any/02-no-kernel-hook.patch
(from rev 261109, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 261109, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/dkms.install
(from rev 261109, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 261109, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 261109, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 261109, dkms/trunk/hook.sh)
Deleted:
  dkms/repos/extra-any/02-no-kernel-hook.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh

-+
 02-no-kernel-hook.patch |   26 -
 PKGBUILD|  120 ++---
 dkms.install|   26 -
 hook.install|   26 -
 hook.remove |   26 -
 hook.sh |  122 +++---
 6 files changed, 174 insertions(+), 172 deletions(-)

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2016-03-06 13:22:06 UTC (rev 261109)
+++ 02-no-kernel-hook.patch 2016-03-06 13:22:20 UTC (rev 261110)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/extra-any/02-no-kernel-hook.patch (from rev 261109, 
dkms/trunk/02-no-kernel-hook.patch)
===
--- 02-no-kernel-hook.patch (rev 0)
+++ 02-no-kernel-hook.patch 2016-03-06 13:22:20 UTC (rev 261110)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:22:06 UTC (rev 261109)
+++ PKGBUILD2016-03-06 13:22:20 UTC (rev 261110)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=5
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-'hook.install'
-'hook.remove'
-'hook.sh')
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- '8fe2064106958bcfd386e83494c8959a'
- '41fcecb1c2dfc59a4b648fddcd8b462f'
- '7fdc44f8ecdd0ac0dc5e6bcf02901681')
-
-prepare() {
-  cd dkms
-  # patching
-  patches=("$srcdir"/*.patch)
-  if (( ${#patches[*]} > 0 )); then
-for p in "${patches[@]}"; do
-  msg2 "Apply patch: ${p##*/}"
-  patch -p1 -i "$p"
-done
-  fi
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
-  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
-  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
-  # upstream installer
-  cd dkms
-  make \
-DESTDIR="$pkgdir" \
-SBIN="$pkgdir/usr/bin" \
-

[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

2016-03-06 Thread Sébastien Luttringer
Date: Sunday, March 6, 2016 @ 14:22:06
  Author: seblu
Revision: 261109

upgpkg: dkms 2.2.0.3+git151023-6

- fix FS#48355

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

--+
 PKGBUILD |4 ++--
 hook.sh  |   14 --
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:16:59 UTC (rev 261108)
+++ PKGBUILD2016-03-06 13:22:06 UTC (rev 261109)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=5
+pkgrel=6
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -24,7 +24,7 @@
  '82d520c39c99c34977e48b313a189c6c'
  '8fe2064106958bcfd386e83494c8959a'
  '41fcecb1c2dfc59a4b648fddcd8b462f'
- '7fdc44f8ecdd0ac0dc5e6bcf02901681')
+ '22f9fc3633b13e548e78bcc48192d817')
 
 prepare() {
   cd dkms

Modified: hook.sh
===
--- hook.sh 2016-03-06 13:16:59 UTC (rev 261108)
+++ hook.sh 2016-03-06 13:22:06 UTC (rev 261109)
@@ -32,7 +32,6 @@
 # dkms path from framework config
 # note: the alpm hooks which trigger this script use static path
 source_tree='/usr/src'
-dkms_tree='/var/lib/dkms'
 install_tree='/usr/lib/modules'
 source /etc/dkms/framework.conf
 
@@ -48,13 +47,16 @@
done
popd >/dev/null
elif [[ "/$path" =~ ^$install_tree/([^/]+)/ ]]; then
-   # do $@ once for each registered dkms module
-   pushd "$dkms_tree" >/dev/null
-   for mod in */*/source; do
-   dkms "$@" -m "${mod%/source}" -k "${BASH_REMATCH[1]}"
+   kver="${BASH_REMATCH[1]}"
+   # do $@ once for each dkms module in $source_tree
+   for path in "$source_tree"/*-*/dkms.conf; do
+   if [[ "$path" =~ 
^$source_tree/([^/]+)-([^/]+)/dkms\.conf$ ]]; then
+   dkms "$@" -m "${BASH_REMATCH[1]}" -v 
"${BASH_REMATCH[2]}" -k "$kver"
+   fi
done
-   popd >/dev/null
else
echo "Skipping invalid path: $path" >&2
fi
 done
+
+true


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 09:52:20
  Author: andyrtr
Revision: 261008

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

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

--+
 testing-i686/PKGBUILD|  289 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7562 +
 testing-i686/config.x86_64   | 7309 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/PKGBUILD  |  289 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7562 +
 testing-x86_64/config.x86_64 | 7309 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 12 files changed, 30444 insertions(+)

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


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 09:51:55
  Author: andyrtr
Revision: 261007

upgpkg: linux-lts 4.1.19-1

upstream update 4.1.19

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 08:31:15 UTC (rev 261006)
+++ PKGBUILD2016-03-06 08:51:55 UTC (rev 261007)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.1
-pkgver=4.1.18
+pkgver=4.1.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -20,7 +20,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'c69cbff479740d6bbd452d2264ba0afefa99ae51bb7ae52bfbde348ea8d8b20c'
+'be12d828fd185db6f51c261dd41b2bf30e866ee85d2e2c166c3035d8084f7b8e'
 'SKIP'
 'cbf851d69d0363a617664aabbc8124f57282a297d820ac87179f8e0aa53ec1b7'
 '4c9ceb17f518d71e7fee48a6511f0d4475dc0d2139c13f6206818372795aec1c'


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:36:33
  Author: andyrtr
Revision: 165204

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

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

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

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 165203, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-06 09:36:33 UTC (rev 165204)
@@ -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-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.1-lts
+pkgver=0.41
+pkgrel=48
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${_pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 165203, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2016-03-06 09:36:33 UTC (rev 
165204)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.1-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 165203, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-06 09:36:33 UTC (rev 165204)
@@ -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-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.1-lts
+pkgver=0.41
+pkgrel=48
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:36:23
  Author: andyrtr
Revision: 165203

upgpkg: tp_smapi-lts 0.41-48

rebuild for 4.1.19

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:31:48 UTC (rev 165202)
+++ PKGBUILD2016-03-06 09:36:23 UTC (rev 165203)
@@ -12,13 +12,13 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-4.1-lts
 pkgver=0.41
-pkgrel=47
+pkgrel=48
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.1.18' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.18' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:39:59
  Author: jgc
Revision: 261020

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 10:39:50 UTC (rev 261019)
+++ extra-i686/PKGBUILD 2016-03-06 10:39:59 UTC (rev 261020)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libthai
-pkgver=0.1.22
-pkgrel=1
-pkgdesc="Thai language support routines"
-url="http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('1e14699fc380e47f8195fe0c1b41556c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libthai/repos/extra-i686/PKGBUILD (from rev 261019, 
libthai/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 10:39:59 UTC (rev 261020)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libthai
+pkgver=0.1.24
+pkgrel=1
+pkgdesc="Thai language support routines"
+url="http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e4f676b657e75d075c6cba9a231fd7b0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 10:39:50 UTC (rev 261019)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:39:59 UTC (rev 261020)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libthai
-pkgver=0.1.22
-pkgrel=1
-pkgdesc="Thai language support routines"
-url="http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('1e14699fc380e47f8195fe0c1b41556c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libthai/repos/extra-x86_64/PKGBUILD (from rev 261019, 
libthai/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:39:59 UTC (rev 261020)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libthai
+pkgver=0.1.24
+pkgrel=1
+pkgdesc="Thai language support routines"
+url="http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e4f676b657e75d075c6cba9a231fd7b0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:14:25
  Author: arojas
Revision: 165345

glpk 4.58 rebuild

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 11:11:22 UTC (rev 165344)
+++ PKGBUILD2016-03-06 11:14:25 UTC (rev 165345)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.10.13
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR collection of utility classes"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinUtils;


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:14:53
  Author: arojas
Revision: 165346

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

Added:
  coin-or-coinutils/repos/community-staging-i686/
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 165345, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 165345, coin-or-coinutils/trunk/PKGBUILD)

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

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
165345, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 11:14:53 UTC (rev 165346)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=2
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils;
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
165345, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 11:14:53 UTC (rev 165346)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.13
+pkgrel=2
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils;
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 12:50:59
  Author: arodseth
Revision: 165356

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 11:50:47 UTC (rev 165355)
+++ PKGBUILD2016-03-06 11:50:59 UTC (rev 165356)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: bruce 
-
-pkgname=groovy-docs
-pkgver=2.4.5
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
-sha256sums=('5bd97269d7c379c475f00996ca828ee2ab3f802985d9db061981b310e33e0877')
-
-package() {
-  cd "groovy-$pkgver"
-
-  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
-  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
-  find "$pkgdir" -type f -exec chmod -x {} \;
-}
-
-# getver: groovy-lang.org/changelogs.html
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 165355, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 11:50:59 UTC (rev 165356)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bruce 
+
+pkgname=groovy-docs
+pkgver=2.4.6
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
+sha256sums=('21748c9559bed0203430eeb45ce1d230754e9c17bf29bd4d24c76926b121db34')
+
+package() {
+  cd "groovy-$pkgver"
+
+  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
+  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
+  find "$pkgdir" -type f -exec chmod -x {} \;
+}
+
+# getver: groovy-lang.org/changelogs.html
+# vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 13:04:44
  Author: arodseth
Revision: 165357

upgpkg: gummi 0.6.6-3

Modified:
  gummi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 11:50:59 UTC (rev 165356)
+++ PKGBUILD2016-03-06 12:04:44 UTC (rev 165357)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Sergio A. Morales 
 # Contributor: soeren 
@@ -6,7 +6,7 @@
 
 pkgname=gummi
 pkgver=0.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple LaTex editor for GTK users'
 arch=('x86_64' 'i686')
 url='http://gummi.midnightcoding.org/'
@@ -14,7 +14,7 @@
 depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
 makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
 install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#commit=37480c8e80348b1863abc5f55819f9bc361bc135")
+source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -28,8 +28,6 @@
   cd "$pkgname"
 
   ./configure --prefix=/usr
-  #  --datarootdir="/usr/share/$pkgname" \
-  #  --datadir="/usr/share/$pkgname"
   make
 }
 
@@ -38,10 +36,6 @@
 
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix FS#48130
-  mv "$pkgdir/usr/@DATADIRNAME@/"* "$pkgdir/usr/share/$pkgname"
-  rmdir "$pkgdir/usr/@DATADIRNAME@"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:07:35
  Author: andyrtr
Revision: 261009

upgpkg: nvidia-lts 361.28-3

rebuild for 4.1.19

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 08:52:20 UTC (rev 261008)
+++ PKGBUILD2016-03-06 09:07:35 UTC (rev 261009)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=361.28
 _extramodules=extramodules-4.1-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.18' 
'linux-lts-headers>=4.1.18')
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:22:55
  Author: andyrtr
Revision: 165199

upgpkg: bbswitch-lts 0.8-17

rebuild for 4.1.19

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:20:49 UTC (rev 165198)
+++ PKGBUILD2016-03-06 09:22:55 UTC (rev 165199)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=16
+pkgrel=17
 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-lts>=4.1.18' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.18' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:34:57
  Author: jgc
Revision: 261016

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 10:34:50 UTC (rev 261015)
+++ extra-i686/PKGBUILD 2016-03-06 10:34:57 UTC (rev 261016)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=sg3_utils
-pkgver=1.41
-pkgrel=1
-pkgdesc="Generic SCSI utilities"
-arch=(i686 x86_64)
-url="http://sg.danny.cz/sg/sg3_utils.html;
-license=('GPL' 'custom:BSD')
-depends=('glibc')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
-md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: sg3_utils/repos/extra-i686/PKGBUILD (from rev 261015, 
sg3_utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 10:34:57 UTC (rev 261016)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=sg3_utils
+pkgver=1.42
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html;
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('913ac2c9069d2ba44e05565a445810ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 10:34:50 UTC (rev 261015)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:34:57 UTC (rev 261016)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=sg3_utils
-pkgver=1.41
-pkgrel=1
-pkgdesc="Generic SCSI utilities"
-arch=(i686 x86_64)
-url="http://sg.danny.cz/sg/sg3_utils.html;
-license=('GPL' 'custom:BSD')
-depends=('glibc')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
-md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: sg3_utils/repos/extra-x86_64/PKGBUILD (from rev 261015, 
sg3_utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:34:57 UTC (rev 261016)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=sg3_utils
+pkgver=1.42
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html;
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+md5sums=('913ac2c9069d2ba44e05565a445810ab')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:34:50
  Author: jgc
Revision: 261015

upgpkg: sg3_utils 1.42-1

Modified:
  sg3_utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:17:50 UTC (rev 261014)
+++ PKGBUILD2016-03-06 10:34:50 UTC (rev 261015)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=sg3_utils
-pkgver=1.41
+pkgver=1.42
 pkgrel=1
 pkgdesc="Generic SCSI utilities"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=('GPL' 'custom:BSD')
 depends=('glibc')
 source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
-md5sums=('79c8e3c0b2e4bad7dcba3e1ab090f3b4')
+md5sums=('913ac2c9069d2ba44e05565a445810ab')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:43:38
  Author: jgc
Revision: 261021

upgpkg: gfbgraph 0.2.3-1

Modified:
  gfbgraph/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:39:59 UTC (rev 261020)
+++ PKGBUILD2016-03-06 10:43:38 UTC (rev 261021)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=gfbgraph
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 license=('LGPL')
 makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
 depends=('gnome-online-accounts')
-url="http://www.gnome.org;
+url="https://wiki.gnome.org/Projects/GFBGraph;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4')
+sha256sums=('da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6')
 
 build() {
   cd $pkgname-$pkgver


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


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:43:46
  Author: jgc
Revision: 261022

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 10:43:38 UTC (rev 261021)
+++ extra-i686/PKGBUILD 2016-03-06 10:43:46 UTC (rev 261022)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=gfbgraph
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
-depends=('gnome-online-accounts')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-silent-rules \
---disable-static \
---enable-gtk-doc \
---enable-introspection
-
-  # Omit unused direct shared library dependencies.
-  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -m755 -d "$pkgdir"/usr/share
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: gfbgraph/repos/extra-i686/PKGBUILD (from rev 261021, 
gfbgraph/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 10:43:46 UTC (rev 261022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gfbgraph
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
+depends=('gnome-online-accounts')
+url="https://wiki.gnome.org/Projects/GFBGraph;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-silent-rules \
+--disable-static \
+--enable-gtk-doc \
+--enable-introspection
+
+  # Omit unused direct shared library dependencies.
+  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 10:43:38 UTC (rev 261021)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:43:46 UTC (rev 261022)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=gfbgraph
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
-depends=('gnome-online-accounts')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-silent-rules \
---disable-static \
---enable-gtk-doc \
---enable-introspection
-
-  # Omit unused direct shared library dependencies.
-  sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -m755 -d "$pkgdir"/usr/share
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
-}

Copied: gfbgraph/repos/extra-x86_64/PKGBUILD (from rev 261021, 
gfbgraph/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:43:46 UTC (rev 261022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gfbgraph
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the Facebook Graph API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('rest' 'json-glib' 'gobject-introspection' 'gtk-doc')
+depends=('gnome-online-accounts')

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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:10:51
  Author: arojas
Revision: 165342

glpk 4.58 rebuild

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 11:10:25 UTC (rev 165341)
+++ PKGBUILD2016-03-06 11:10:51 UTC (rev 165342)
@@ -5,7 +5,7 @@
 
 pkgname=igraph
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(i686 x86_64)
 url="http://igraph.org/c/;


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 14:16:59
  Author: andyrtr
Revision: 261108

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

Added:
  libreoffice-fresh/repos/testing-i686/
  libreoffice-fresh/repos/testing-i686/PKGBUILD
(from rev 261107, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-i686/buildfix.diff
(from rev 261107, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.csh
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.install
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-i686/libreoffice-fresh.sh
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 261107, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/testing-i686/trackpad_two_finger_scroll_goes_into_reverse.diff
(from rev 261107, 
libreoffice-fresh/trunk/trackpad_two_finger_scroll_goes_into_reverse.diff)
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 261107, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/buildfix.diff
(from rev 261107, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.install
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 261107, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 261107, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/testing-x86_64/trackpad_two_finger_scroll_goes_into_reverse.diff
(from rev 261107, 
libreoffice-fresh/trunk/trackpad_two_finger_scroll_goes_into_reverse.diff)

-+
 testing-i686/PKGBUILD   |  375 
++
 testing-i686/buildfix.diff  |   67 +
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.install  |   17 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-i686/trackpad_two_finger_scroll_goes_into_reverse.diff  |   34 
 testing-x86_64/PKGBUILD |  375 
++
 testing-x86_64/buildfix.diff|   67 +
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.install|   17 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 testing-x86_64/trackpad_two_finger_scroll_goes_into_reverse.diff|   34 
 14 files changed, 1098 insertions(+)

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


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 14:16:25
  Author: andyrtr
Revision: 261107

upgpkg: libreoffice-fresh 5.1.0-2

fix touchpad two finger scrolling - FS#48161; use system libcmis

Added:
  libreoffice-fresh/trunk/buildfix.diff
  libreoffice-fresh/trunk/trackpad_two_finger_scroll_goes_into_reverse.diff
Modified:
  libreoffice-fresh/trunk/PKGBUILD

---+
 PKGBUILD  |   19 -
 buildfix.diff |   67 
 trackpad_two_finger_scroll_goes_into_reverse.diff |   34 ++
 3 files changed, 116 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:04:17 UTC (rev 261106)
+++ PKGBUILD2016-03-06 13:16:25 UTC (rev 261107)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.1.0.3
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -58,7 +58,9 @@
${_additional_source_url}/libfreehand-0.1.1.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
-   libreoffice-fresh.sh libreoffice-fresh.csh)
+   libreoffice-fresh.sh libreoffice-fresh.csh
+   trackpad_two_finger_scroll_goes_into_reverse.diff
+   buildfix.diff)
 noextract=(boost_1_59_0.tar.bz2
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -124,7 +126,9 @@
  '185d60944ea767075d27247c3162b3bc'
  'dcb5ad3e5f7139227677ea064b075422'
  '4195735a80876ae812fca5736b50192a'
- 'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
+ 'e7e4b3e70e99e5cba8f8dfcacf3b0d87'
+ '265b68b894c5a30eb66c25e7c08c87b6'
+ '97dac0a03bbcaa4ee29f262dbcb4b427')
 
 prepare() {
 
@@ -144,6 +148,12 @@
 
# fix not upstreamable pyuno paths - patch taken from Debian
patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
+   
+   # FS#48161, FS#48406
+   # 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-5-1=b083afac2f0531bacd790cb3ac25353f9a02db5d
+   patch -Np1 -i 
${srcdir}/trackpad_two_finger_scroll_goes_into_reverse.diff
+   # https://gerrit.libreoffice.org/#/c/22695/
+   patch -Np1 -i ${srcdir}/buildfix.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
@@ -160,8 +170,9 @@
# qt4 fix
sed -i "s:qmake:qmake-qt4:g" configure.ac

-   # mdds 1.0.0 fix
+   # mdds 1.0.0/liborcus 0.11.0 fix
sed -i "s:mdds >= 0.12.0:mdds-1.0 >= 0.12.0:g" configure.ac
+#  sed -i "s:liborcus-0.10:liborcus-0.11:g" configure.ac
 }
 
 build() {

Added: buildfix.diff
===
--- buildfix.diff   (rev 0)
+++ buildfix.diff   2016-03-06 13:16:25 UTC (rev 261107)
@@ -0,0 +1,67 @@
+From 36ae1972ff64c80dc053680c82032904f7bbdcb8 Mon Sep 17 00:00:00 2001
+From: Fabio Buso 
+Date: Thu, 25 Feb 2016 09:45:03 +0100
+Subject: Use rtl::math::isNan()
+
+isnan() not found causes compilation error
+System: Archlinux (Kernel Version 4.4) - GCC 5.3.0
+
+Change-Id: Id0bb4555428896678437e8abf228f1c208f1e7a0
+Reviewed-on: https://gerrit.libreoffice.org/22695
+Reviewed-by: Tor Lillqvist 
+Tested-by: Tor Lillqvist 
+
+diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx
+index 9e623dc..9604bce 100644
+--- a/svx/source/items/e3ditem.cxx
 b/svx/source/items/e3ditem.cxx
+@@ -19,6 +19,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ 
+@@ -87,7 +88,7 @@ SvStream& SvxB3DVectorItem::Store(SvStream , 
sal_uInt16 /*nItemVersion*/
+ 
+ bool SvxB3DVectorItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) 
const
+ {
+-assert(!isnan(aVal.getX()) && !isnan(aVal.getY()) && !isnan(aVal.getZ()));
++assert(!rtl::math::isNan(aVal.getX()) && !rtl::math::isNan(aVal.getY()) 
&& !rtl::math::isNan(aVal.getZ()));
+ 
+ drawing::Direction3D aDirection;
+ 
+@@ -111,7 +112,7 @@ bool SvxB3DVectorItem::PutValue( const uno::Any& rVal, 
sal_uInt8 /*nMemberId*/ )
+ aVal.setY(aDirection.DirectionY);
+ aVal.setZ(aDirection.DirectionZ);
+ 
+-assert(!isnan(aVal.getX()) && !isnan(aVal.getY()) && !isnan(aVal.getZ()));
++assert(!rtl::math::isNan(aVal.getX()) && !rtl::math::isNan(aVal.getY()) 
&& !rtl::math::isNan(aVal.getZ()));
+ 
+ return true;
+ }
+diff --git a/xmloff/source/draw/ximp3dscene.cxx 
b/xmloff/source/draw/ximp3dscene.cxx
+index 5cf205f..69fb32a 100644
+--- a/xmloff/source/draw/ximp3dscene.cxx
 b/xmloff/source/draw/ximp3dscene.cxx
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include 
++#include 
+ 
+ #include "ximp3dscene.hxx"
+ #include 
+@@ 

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:17:40
  Author: andyrtr
Revision: 261013

upgpkg: nvidia-340xx-lts 340.96-4

kernel 4.1.19 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:12:05 UTC (rev 261012)
+++ PKGBUILD2016-03-06 09:17:40 UTC (rev 261013)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.96
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.1.18' 'linux-lts-headers>=4.1.18' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+makedepends=('linux-lts>=4.1.19' 'linux-lts-headers>=4.1.19' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:17:50
  Author: andyrtr
Revision: 261014

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 261013, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 261013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 261013, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 261013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 130 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 261013, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-06 09:17:50 UTC (rev 261014)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.96
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.1.19' 'linux-lts-headers>=4.1.19' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('cb64b165b638671bcdc75bcf297b8d90'
+ '7bdbcee13bade63227933d9217571882')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+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() {
+  depends=('linux-lts>=4.1.11' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
261013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2016-03-06 09:17:50 UTC (rev 
261014)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 261013, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-06 09:17:50 UTC (rev 261014)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.96
+_extramodules=extramodules-4.1-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.1.19' 'linux-lts-headers>=4.1.19' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)

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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:39:50
  Author: jgc
Revision: 261019

upgpkg: libthai 0.1.24-1

Modified:
  libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:37:59 UTC (rev 261018)
+++ PKGBUILD2016-03-06 10:39:50 UTC (rev 261019)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=libthai
-pkgver=0.1.22
+pkgver=0.1.24
 pkgrel=1
 pkgdesc="Thai language support routines"
 url="http://linux.thai.net/projects/libthai;
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig')
 options=('!emptydirs')
 
source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('1e14699fc380e47f8195fe0c1b41556c')
+md5sums=('e4f676b657e75d075c6cba9a231fd7b0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:37:59
  Author: jgc
Revision: 261018

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 10:37:52 UTC (rev 261017)
+++ extra-i686/PKGBUILD 2016-03-06 10:37:59 UTC (rev 261018)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libdatrie
-pkgver=0.2.9
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('687624f374e748de81b01399736bb735')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 261017, 
libdatrie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 10:37:59 UTC (rev 261018)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libdatrie
+pkgver=0.2.10
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 10:37:52 UTC (rev 261017)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:37:59 UTC (rev 261018)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libdatrie
-pkgver=0.2.9
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('687624f374e748de81b01399736bb735')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 261017, 
libdatrie/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 10:37:59 UTC (rev 261018)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libdatrie
+pkgver=0.2.10
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-06 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 11:37:52
  Author: jgc
Revision: 261017

upgpkg: libdatrie 0.2.10-1

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:34:57 UTC (rev 261016)
+++ PKGBUILD2016-03-06 10:37:52 UTC (rev 261017)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=libdatrie
-pkgver=0.2.9
+pkgver=0.2.10
 pkgrel=1
 pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
 url="http://linux.thai.net/projects/datrie;
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!emptydirs')
 
source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('687624f374e748de81b01399736bb735')
+md5sums=('22d4fca2a09c58584a461b115d3d57f1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:05:28
  Author: arojas
Revision: 261102

Update to 4.58

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:49:53 UTC (rev 261101)
+++ PKGBUILD2016-03-06 11:05:28 UTC (rev 261102)
@@ -4,8 +4,8 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.57
-pkgrel=2
+pkgver=4.58
+pkgrel=1
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/glpk/glpk.html;
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gmp')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('d2df2de59798c35024df8d140a53453e29a095be'
+sha1sums=('e2e7f7dd85ec2c49354c4c601e79749b687e537e'
   'SKIP')
 validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
 


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:05:54
  Author: arojas
Revision: 261103

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

Added:
  glpk/repos/staging-i686/
  glpk/repos/staging-i686/PKGBUILD
(from rev 261102, glpk/trunk/PKGBUILD)
  glpk/repos/staging-x86_64/
  glpk/repos/staging-x86_64/PKGBUILD
(from rev 261102, glpk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: glpk/repos/staging-i686/PKGBUILD (from rev 261102, glpk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-06 11:05:54 UTC (rev 261103)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.58
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('gmp')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e2e7f7dd85ec2c49354c4c601e79749b687e537e'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-gmp
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}

Copied: glpk/repos/staging-x86_64/PKGBUILD (from rev 261102, 
glpk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-06 11:05:54 UTC (rev 261103)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: bzklrm 
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.58
+pkgrel=1
+pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('gmp')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e2e7f7dd85ec2c49354c4c601e79749b687e537e'
+  'SKIP')
+validpgpkeys=('A2B56CCB42220C06481335BAD17BF2305981E818') # Andrew Makhorin
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-gmp
+
+  if [ "$CARCH" == "x86_64" ]; then
+make CFLAGS="$CFLAGS -fPIC"
+  else
+make
+  fi
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 doc/glpk.pdf "${pkgdir}/usr/share/doc/glpk/glpk.pdf"
+  install -Dm644 doc/gmpl.pdf "${pkgdir}/usr/share/doc/glpk/gmpl.pdf"
+}


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 12:47:49
  Author: arodseth
Revision: 165354

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 165353, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 11:47:39 UTC (rev 165353)
+++ PKGBUILD2016-03-06 11:47:49 UTC (rev 165354)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.4.5
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('APACHE')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('87e8e9af1f718b84c9bca5a8c42425aadb9e97d8e4ad64e0c91f7c1454cd4caa'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console'
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # There are probably better ways to do this, but this works.
-  for f in "$pkgname-$pkgver/bin/"*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
-  done
-
-  cd "$pkgname-$pkgver/embeddable"
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the license file
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Package the desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# getver: groovy-lang.org/changelogs.html
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 165353, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 11:47:49 UTC (rev 165354)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.4.6
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('9b3fb5b51bc21342bba13f090a88ad6d89b20c4a7a166dd50df2ac763c278768'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in "$pkgname-$pkgver/bin/"*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+  done
+
+  cd "$pkgname-$pkgver/embeddable"
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the license file
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Package the desktop 

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

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 09:45:53
  Author: lcarlier
Revision: 165196

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

Added:
  performous/repos/community-i686/PKGBUILD
(from rev 165195, performous/trunk/PKGBUILD)
  performous/repos/community-x86_64/PKGBUILD
(from rev 165195, performous/trunk/PKGBUILD)
Deleted:
  performous/repos/community-i686/PKGBUILD
  performous/repos/community-i686/cast-basic_istream-to-bool.patch
  performous/repos/community-i686/performous-ffmpeg3.patch
  performous/repos/community-x86_64/PKGBUILD
  performous/repos/community-x86_64/cast-basic_istream-to-bool.patch
  performous/repos/community-x86_64/performous-ffmpeg3.patch

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   45 -
 community-i686/cast-basic_istream-to-bool.patch   |   26 ---
 community-i686/performous-ffmpeg3.patch   |   20 -
 community-x86_64/PKGBUILD |   45 -
 community-x86_64/cast-basic_istream-to-bool.patch |   26 ---
 community-x86_64/performous-ffmpeg3.patch |   20 -
 7 files changed, 68 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 08:45:30 UTC (rev 165195)
+++ community-i686/PKGBUILD 2016-03-06 08:45:53 UTC (rev 165196)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: Christoph Zeiler 
-
-pkgname=performous
-pkgver=1.0
-pkgrel=10
-pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
-arch=('i686' 'x86_64')
-url="http://performous.org/;
-license=('GPL')
-depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
-makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
-optdepends=('performous-freesongs: free songs for performous')
-source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
-cast-basic_istream-to-bool.patch performous-ffmpeg3.patch)
-md5sums=('cbeec2f0c0114cc499746c1e33f56055'
- 'c883cce82d0359c6b40ce38bd4ccf4bf'
- 'dbffea91ebe1a9041a52f9de62907934')
-
-prepare() {
-  cd performous-${pkgver}
-
- patch -Np1 -i ../cast-basic_istream-to-bool.patch
-# Fix build with ffmpeg 3.0
-  patch -p1 -i ../performous-ffmpeg3.patch
-}
-
-build() {
-  cd performous-${pkgver}
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd performous-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: performous/repos/community-i686/PKGBUILD (from rev 165195, 
performous/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 08:45:53 UTC (rev 165196)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=1
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cast-basic_istream-to-bool.patch
===
--- community-i686/cast-basic_istream-to-bool.patch 2016-03-06 08:45:30 UTC 
(rev 165195)
+++ community-i686/cast-basic_istream-to-bool.patch 2016-03-06 08:45:53 UTC 
(rev 165196)
@@ -1,26 +0,0 @@
-From 3b6ee0162ac22e569cb00a8aee5c026c86147956 Mon Sep 17 00:00:00 2001
-From: Tobias Gruetzmacher 
-Date: Sun, 22 Mar 2015 18:43:11 +0100
-Subject: [PATCH] Cast basic_istream to bool.
-
-This shouldn't be necessary as far as I understand it (istream has an
-operator bool()), but clang 3.4 with libc++ insists that it can't cast
-basic_istream to bool. This may be a bug in libc++ or my bad
-understanding of C++ cast rules, but changing it doesn't hurt.

- game/songparser.hh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/game/songparser.hh b/game/songparser.hh
-index 5196c8e..21d7e16 100644
 a/game/songparser.hh
-+++ 

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

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 09:45:30
  Author: lcarlier
Revision: 165195

upgpkg: performous 1.1-1

upstream update 1.1

Modified:
  performous/trunk/PKGBUILD
Deleted:
  performous/trunk/cast-basic_istream-to-bool.patch
  performous/trunk/performous-ffmpeg3.patch

--+
 PKGBUILD |   21 +
 cast-basic_istream-to-bool.patch |   26 --
 performous-ffmpeg3.patch |   20 
 3 files changed, 5 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 04:43:30 UTC (rev 165194)
+++ PKGBUILD2016-03-06 08:45:30 UTC (rev 165195)
@@ -3,29 +3,18 @@
 # Contributor: Christoph Zeiler 
 
 pkgname=performous
-pkgver=1.0
-pkgrel=10
+pkgver=1.1
+pkgrel=1
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/;
 license=('GPL')
-depends=('boost-libs' 'glew' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
 makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
 optdepends=('performous-freesongs: free songs for performous')
-source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
-cast-basic_istream-to-bool.patch performous-ffmpeg3.patch)
-md5sums=('cbeec2f0c0114cc499746c1e33f56055'
- 'c883cce82d0359c6b40ce38bd4ccf4bf'
- 'dbffea91ebe1a9041a52f9de62907934')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
 
-prepare() {
-  cd performous-${pkgver}
-
- patch -Np1 -i ../cast-basic_istream-to-bool.patch
-# Fix build with ffmpeg 3.0
-  patch -p1 -i ../performous-ffmpeg3.patch
-}
-
 build() {
   cd performous-${pkgver}
 

Deleted: cast-basic_istream-to-bool.patch
===
--- cast-basic_istream-to-bool.patch2016-03-06 04:43:30 UTC (rev 165194)
+++ cast-basic_istream-to-bool.patch2016-03-06 08:45:30 UTC (rev 165195)
@@ -1,26 +0,0 @@
-From 3b6ee0162ac22e569cb00a8aee5c026c86147956 Mon Sep 17 00:00:00 2001
-From: Tobias Gruetzmacher 
-Date: Sun, 22 Mar 2015 18:43:11 +0100
-Subject: [PATCH] Cast basic_istream to bool.
-
-This shouldn't be necessary as far as I understand it (istream has an
-operator bool()), but clang 3.4 with libc++ insists that it can't cast
-basic_istream to bool. This may be a bug in libc++ or my bad
-understanding of C++ cast rules, but changing it doesn't hurt.

- game/songparser.hh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/game/songparser.hh b/game/songparser.hh
-index 5196c8e..21d7e16 100644
 a/game/songparser.hh
-+++ b/game/songparser.hh
-@@ -33,7 +33,7 @@ class SongParser {
-   Song& m_song;
-   std::stringstream m_ss;
-   unsigned int m_linenum;
--  bool getline(std::string& line) { ++m_linenum; return 
std::getline(m_ss, line);}
-+  bool getline(std::string& line) { ++m_linenum; return (bool) 
std::getline(m_ss, line);}
-   bool m_relative;
-   double m_gap;
-   double m_bpm;

Deleted: performous-ffmpeg3.patch
===
--- performous-ffmpeg3.patch2016-03-06 04:43:30 UTC (rev 165194)
+++ performous-ffmpeg3.patch2016-03-06 08:45:30 UTC (rev 165195)
@@ -1,20 +0,0 @@
 performous-1.0/game/ffmpeg.cc.orig 2016-02-17 20:37:00.157658695 +
-+++ performous-1.0/game/ffmpeg.cc  2016-02-17 20:38:20.287291460 +
-@@ -116,7 +116,7 @@
-   height = cc->height;
-   m_swsContext = sws_getContext(
- cc->width, cc->height, cc->pix_fmt,
--width, height, PIX_FMT_RGB24,
-+width, height, AV_PIX_FMT_RGB24,
- SWS_POINT, nullptr, nullptr, nullptr);
-   break;
-   default:  // Should never be reached but avoids compile warnings
-@@ -187,7 +187,7 @@
-   if (packetSize < 0) throw std::logic_error("negative packet 
size?!");
-   if (m_quit || m_seekTarget == m_seekTarget) return;
-   if (packet.stream_index != m_streamId) return;
--  boost::shared_ptr frame(avcodec_alloc_frame(), 
_free);
-+  boost::shared_ptr frame(av_frame_alloc(), _free);
-   int frameFinished = 0;
-   int decodeSize = (m_mediaType == AVMEDIA_TYPE_VIDEO ?
- avcodec_decode_video2(m_codecContext, frame.get(), 
, ) :


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:08:13
  Author: andyrtr
Revision: 261010

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 261009, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 261009, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 261009, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 261009, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   54 
 testing-i686/nvidia-lts.install   |   15 ++
 testing-x86_64/PKGBUILD   |   54 
 testing-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 138 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 261009, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-06 09:08:13 UTC (rev 261010)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=361.28
+_extramodules=extramodules-4.1-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
+md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.1.18' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.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}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 261009, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2016-03-06 09:08:13 UTC (rev 261010)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 261009, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-06 09:08:13 UTC (rev 261010)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=361.28
+_extramodules=extramodules-4.1-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:20:49
  Author: andyrtr
Revision: 165198

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

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

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/acpi_call.install   |   14 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 165197, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-06 09:20:49 UTC (rev 165198)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=28
+_extramodules=extramodules-4.1-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts>=4.1.19')
+makedepends=('linux-lts-headers>=4.1.19')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/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 ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
165197, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2016-03-06 09:20:49 UTC (rev 
165198)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.1-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 165197, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-06 09:20:49 UTC (rev 165198)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=28
+_extramodules=extramodules-4.1-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts>=4.1.19')
+makedepends=('linux-lts-headers>=4.1.19')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/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 ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:20:39
  Author: andyrtr
Revision: 165197

upgpkg: acpi_call-lts 1.1.0-28

rebuild for 4.1.19

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 08:45:53 UTC (rev 165196)
+++ PKGBUILD2016-03-06 09:20:39 UTC (rev 165197)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=27
+pkgrel=28
 _extramodules=extramodules-4.1-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*};
 license=('GPL')
-depends=('linux-lts>=4.1.18')
-makedepends=('linux-lts-headers>=4.1.18')
+depends=('linux-lts>=4.1.19')
+makedepends=('linux-lts-headers>=4.1.19')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:31:48
  Author: andyrtr
Revision: 165202

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

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

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

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 165201, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-06 09:31:48 UTC (rev 165202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.041.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.19" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.19" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+_extramodules=extramodules-4.1-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
165201, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2016-03-06 09:31:48 UTC (rev 
165202)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.1-lts'
+   depmod $(cat /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-lts/repos/community-testing-x86_64/PKGBUILD (from rev 165201, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-06 09:31:48 UTC (rev 165202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.041.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.19" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.19" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+_extramodules=extramodules-4.1-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" 

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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 10:31:38
  Author: andyrtr
Revision: 165201

upgpkg: r8168-lts 8.041.00-4

rebuild for 4.1.19

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 09:23:04 UTC (rev 165200)
+++ PKGBUILD2016-03-06 09:31:38 UTC (rev 165201)
@@ -4,14 +4,14 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.041.00
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw;
 url="https://code.google.com/p/r8168/;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.1.18" "linux-lts<4.2")
-makedepends=("linux-lts-headers>=4.1.18" "linux-lts-headers<4.2")
+depends=('glibc' "linux-lts>=4.1.19" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.19" "linux-lts-headers<4.2")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 12:11:22
  Author: arojas
Revision: 165344

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

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

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

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 165343, 
igraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 11:11:22 UTC (rev 165344)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: igraph/repos/community-staging-x86_64/PKGBUILD (from rev 165343, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 11:11:22 UTC (rev 165344)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-03-06 Thread Jiachen Yang
Date: Sunday, March 6, 2016 @ 12:10:25
  Author: farseerfc
Revision: 165341

upgpkg: skk-jisyo 20160306-1

update 20160306

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 10:52:18 UTC (rev 165340)
+++ PKGBUILD2016-03-06 11:10:25 UTC (rev 165341)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc <jenesh...@gmail.com>
 
 pkgname=skk-jisyo
-pkgver=20160228
+pkgver=20160306
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('6aec7c1fb16a57eb4edfedf4a693cf9e'
+md5sums=('5c0343006ea1d33bc0762e693555eb80'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2016-03-06 Thread Jiachen Yang
Date: Sunday, March 6, 2016 @ 12:11:08
  Author: farseerfc
Revision: 165343

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 165341, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 165342, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 11:10:51 UTC (rev 165342)
+++ PKGBUILD2016-03-06 11:11:08 UTC (rev 165343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: jeneshicc <jenesh...@gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20160228
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('6aec7c1fb16a57eb4edfedf4a693cf9e'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 165341, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 11:11:08 UTC (rev 165343)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: jeneshicc <jenesh...@gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20160306
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('5c0343006ea1d33bc0762e693555eb80'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2016-03-06 11:10:51 UTC (rev 165342)
+++ skk-jisyo.install   2016-03-06 11:11:08 UTC (rev 165343)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 165342, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2016-03-06 11:11:08 UTC (rev 165343)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 14:04:17
  Author: heftig
Revision: 261106

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

Added:
  avahi/repos/extra-i686/PKGBUILD
(from rev 261105, avahi/trunk/PKGBUILD)
  avahi/repos/extra-i686/avahi.install
(from rev 261105, avahi/trunk/avahi.install)
  avahi/repos/extra-x86_64/PKGBUILD
(from rev 261105, avahi/trunk/PKGBUILD)
  avahi/repos/extra-x86_64/avahi.install
(from rev 261105, avahi/trunk/avahi.install)
Deleted:
  avahi/repos/extra-i686/PKGBUILD
  avahi/repos/extra-i686/avahi.install
  avahi/repos/extra-x86_64/PKGBUILD
  avahi/repos/extra-x86_64/avahi.install

+
 /PKGBUILD  |  152 +++
 /avahi.install |   32 +
 extra-i686/PKGBUILD|   83 ---
 extra-i686/avahi.install   |   16 
 extra-x86_64/PKGBUILD  |   83 ---
 extra-x86_64/avahi.install |   16 
 6 files changed, 184 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 13:03:06 UTC (rev 261105)
+++ extra-i686/PKGBUILD 2016-03-06 13:04:17 UTC (rev 261106)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=avahi
-pkgver=0.6.32
-pkgrel=1
-_commit=4f334990f692ce08ab4ea2eece695f1592f535b2
-pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
-url='https://github.com/lathiat/avahi'
-license=(LGPL)
-arch=(i686 x86_64)
-depends=(expat libdaemon glib2 libcap gdbm dbus)
-makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
- xmltoman python-dbus)
-optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
-'gtk2: gtk2 bindings'
-'qt4: qt4 bindings'
-'pygtk: avahi-bookmarks, avahi-discover'
-'python2-twisted: avahi-bookmarks'
-'mono: mono bindings'
-'python2-dbus: avahi-discover'
-'nss-mdns: NSS support for mDNS')
-conflicts=(howl mdnsresponder)
-provides=(howl mdnsresponder)
-install=avahi.install
-backup=(etc/avahi/{hosts,avahi-daemon.conf}
-usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+$url#tag=$_commit")
-sha256sums=('SKIP')
-
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export MOC_QT4=/usr/bin/moc-qt4 PYTHON=/usr/bin/python2
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---disable-monodoc \
---disable-qt3 \
---enable-compat-libdns_sd \
---enable-compat-howl \
---with-distro=archlinux \
---with-avahi-priv-access-group=network \
---with-autoipd-user=avahi \
---with-autoipd-group=avahi \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  cp -a avahi-python/avahi avahi-python/avahi3
-
-  make
-  make -C avahi-python/avahi3 PYTHON=/usr/bin/python3
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
-PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
-
-  # howl compat
-  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
-  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
-
-  # mdnsresponder compat
-  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
-
-  # move example services https://bugs.archlinux.org/task/47822
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  mv "$pkgdir"/etc/avahi/services/{,sftp-}ssh.service \
-"$pkgdir/usr/share/doc/$pkgname/"
-
-  rmdir "$pkgdir"/var{/run,}
-}

Copied: avahi/repos/extra-i686/PKGBUILD (from rev 261105, avahi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 13:04:17 UTC (rev 261106)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.32
+pkgrel=2
+_commit=4f334990f692ce08ab4ea2eece695f1592f535b2
+pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
+url='https://github.com/lathiat/avahi'
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, 

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

2016-03-06 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 14:03:06
  Author: heftig
Revision: 261105

Remove howl compat

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 11:06:03 UTC (rev 261104)
+++ PKGBUILD2016-03-06 13:03:06 UTC (rev 261105)
@@ -5,7 +5,7 @@
 
 pkgname=avahi
 pkgver=0.6.32
-pkgrel=1
+pkgrel=2
 _commit=4f334990f692ce08ab4ea2eece695f1592f535b2
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
 url='https://github.com/lathiat/avahi'
@@ -22,12 +22,10 @@
 'mono: mono bindings'
 'python2-dbus: avahi-discover'
 'nss-mdns: NSS support for mDNS')
-conflicts=(howl mdnsresponder)
-provides=(howl mdnsresponder)
 install=avahi.install
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
 usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+$url#tag=$_commit")
+source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
 
@@ -48,7 +46,6 @@
 --disable-monodoc \
 --disable-qt3 \
 --enable-compat-libdns_sd \
---enable-compat-howl \
 --with-distro=archlinux \
 --with-avahi-priv-access-group=network \
 --with-autoipd-user=avahi \
@@ -67,10 +64,6 @@
   make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
 PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
 
-  # howl compat
-  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
-  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
-
   # mdnsresponder compat
   ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
 


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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:07
  Author: spupykin
Revision: 165406

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 165405, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 165405, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 165405, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 165405, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 165405, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 165405, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 165405, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 165405, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 165405, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 165405, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  296 ++
 /ejabberd.install   |   22 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  146 
 community-i686/ejabberd.install |   11 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  146 
 community-x86_64/ejabberd.install   |   11 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/sysuser.conf   |2 
 15 files changed, 376 insertions(+), 372 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 20:54:44 UTC (rev 165405)
+++ community-i686/PKGBUILD 2016-03-06 20:55:07 UTC (rev 165406)
@@ -1,146 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=16.01
-pkgrel=3
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=26caea06c72c2117ca54d04beedb5b49a45af1a8"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/p1_sip#commit=ff3cc9fa2f9ea96f47e6b5b60a04da90889a5626"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=e43ea64ae0d227af5dd003132234cdf4494d781d"
-   
"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
-   
"meck::git://github.com/eproxus/meck#commit=dde759050eff19a1a80fd854d7375174b191665d"
-   
"oauth2::git://github.com/kivra/oauth2#commit=8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"
-   
"p1_iconv::git://github.com/processone/eiconv#commit=9751f86baa5a60ed1420490793e7514a0757462a"
-   

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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:24
  Author: spupykin
Revision: 165408

archrelease: copy trunk to community-any

Added:
  perl-term-progressbar/repos/community-any/PKGBUILD
(from rev 165407, perl-term-progressbar/trunk/PKGBUILD)
Deleted:
  perl-term-progressbar/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:15 UTC (rev 165407)
+++ PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-term-progressbar
-pkgver=2.16
-pkgrel=1
-pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
-arch=("any")
-url="http://search.cpan.org/dist/Term-ProgressBar;
-license=("GPL" "PerlArtistic")
-depends=("perl-class-methodmaker" "perl-term-readkey")
-source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
-
-build() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-term-progressbar/repos/community-any/PKGBUILD (from rev 165407, 
perl-term-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-term-progressbar
+pkgver=2.17
+pkgrel=1
+pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
+arch=("any")
+url="http://search.cpan.org/dist/Term-ProgressBar;
+license=("GPL" "PerlArtistic")
+depends=("perl-class-methodmaker" "perl-term-readkey")
+source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
+md5sums=('27701b5cf9fb025ffd979a708c489efa')
+
+build() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:54:44
  Author: spupykin
Revision: 165405

upgpkg: ejabberd 16.02-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
+++ PKGBUILD2016-03-06 20:54:44 UTC (rev 165405)
@@ -13,8 +13,8 @@
 #
 
 pkgname=ejabberd
-pkgver=16.01
-pkgrel=3
+pkgver=16.02
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/;
@@ -28,37 +28,38 @@
 install=$pkgname.install
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=26caea06c72c2117ca54d04beedb5b49a45af1a8"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"

"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/p1_sip#commit=ff3cc9fa2f9ea96f47e6b5b60a04da90889a5626"
+   
"esip::git://github.com/processone/esip#commit=e26b88e153d693ce0aa81639cf60646f6bfafa69"
+   
"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=2e050723967b6345ad8dd6f79e2b38b647472a55"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=162f6e1ac9156340a7653dfbadab9a343c93d062"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"

"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=e43ea64ae0d227af5dd003132234cdf4494d781d"
+   
"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"
+   
"jiffy::git://github.com/davisp/jiffy#commit=6303ff98aaa3fce625038c8b7af2aa8b802f4742"

"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
+   
"luerl::git://github.com/rvirding/luerl#commit=9524d0309a88b7c62ae93da0b632b185de3ba9db"

"meck::git://github.com/eproxus/meck#commit=dde759050eff19a1a80fd854d7375174b191665d"
-   
"oauth2::git://github.com/kivra/oauth2#commit=8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"
-   
"p1_iconv::git://github.com/processone/eiconv#commit=9751f86baa5a60ed1420490793e7514a0757462a"
-   
"p1_mysql::git://github.com/processone/mysql#commit=064948ad3c77e582d85cbc09ccd11016ae97de0e"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=a13606026f3ee8862c7d7c9b31ad2faf5ee8031a"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2.git#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"

"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"
-   
"p1_pgsql::git://github.com/processone/pgsql#commit=248b6903cad82c748dc7f5be75e014dd8d47a3d1"
-   
"p1_stringprep::git://github.com/processone/stringprep#commit=7315a75360547cd6458b144a65ede64b44c6193d"
-   
"p1_stun::git://github.com/processone/stun#commit=ab418dfb11bd9b37d6f7501420f32384729fecd7"
-   
"p1_tls::git://github.com/processone/tls#commit=f19e1f701e0a3980ffc70b3917c4aa85e68d8520"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=e6779f1ee7a0841da08a063930d7ea51c2be4203"
-   
"p1_xml::git://github.com/processone/xml#commit=1190214326c70101db26809b61c2d30133c940b1"
-   
"p1_yaml::git://github.com/processone/p1_yaml#commit=753f99c39200705bb7ccb6f38f7f10aeb45c0ea4"
-   
"p1_zlib::git://github.com/processone/zlib#commit=e1f928e61553cf85638eaac7d024c8f68ce0ff36"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=f0df4799b4d470ecbfda42cc04577558e078e277"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=3297baf5c40ad73c59f3ed913090a5f682b6f95d"
+   
"p1_xmlrpc::git://github.com/processone/p1_xmlrpc#commit=6dface5a00da4cd0b0084a253075b5573336c0bb"

"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=a177aef639a33cc5a2dd7abed7e4f4b83f9b"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/basho/riak-erlang-client#commit=527722d12d0433b837cdb92a60900c2cb5df8942"

"riak_pb::git://github.com/basho/riak_pb#commit=eacf4404625de69f7b3908cebd8efe416d9598b0"
-   
"sqlite3::git://github.com/alexeyr/erlang-sqlite3#commit=cbc3505f7a131254265d3ef56191b2581b8cc172"
-   

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

2016-03-06 Thread Bartłomiej Piotrowski
Date: Sunday, March 6, 2016 @ 22:30:38
  Author: bpiotrowski
Revision: 261126

upgpkg: transmission 2.91-1

new upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 19:11:30 UTC (rev 261125)
+++ PKGBUILD2016-03-06 21:30:38 UTC (rev 261126)
@@ -4,8 +4,8 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.90
-pkgrel=3
+pkgver=2.91
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/;
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent' 'systemd')
 source=(https://download.transmissionbt.com/files/transmission-${pkgver}.tar.xz
 transmission-2.90-libsystemd.patch)
-md5sums=('0792c67fcbf722f7823e964e09eb16bc'
+md5sums=('1c94234d8ae2c3dc9c25220157d90f69'
  'bcb54fdb9fec00992960d9bd3b449d4d')
 
 prepare() {


[arch-commits] Commit in libvdpau-va-gl/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 23:50:35
  Author: arojas
Revision: 165410

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

Added:
  libvdpau-va-gl/repos/community-i686/PKGBUILD
(from rev 165409, libvdpau-va-gl/trunk/PKGBUILD)
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD
(from rev 165409, libvdpau-va-gl/trunk/PKGBUILD)
Deleted:
  libvdpau-va-gl/repos/community-i686/PKGBUILD
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 22:50:02 UTC (rev 165409)
+++ community-i686/PKGBUILD 2016-03-06 22:50:35 UTC (rev 165410)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Behem0th 
-
-pkgname=libvdpau-va-gl
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
-arch=('i686' 'x86_64')
-url='https://github.com/i-rinat/libvdpau-va-gl'
-license=('LGPL3')
-depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: libvdpau-va-gl/repos/community-i686/PKGBUILD (from rev 165409, 
libvdpau-va-gl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 22:50:35 UTC (rev 165410)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Behem0th 
+
+pkgname=libvdpau-va-gl
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('i686' 'x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPL3')
+depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('77ce5937c94c9a6747e15646fe5c4bb3')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-06 22:50:02 UTC (rev 165409)
+++ community-x86_64/PKGBUILD   2016-03-06 22:50:35 UTC (rev 165410)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Behem0th 
-
-pkgname=libvdpau-va-gl
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
-arch=('i686' 'x86_64')
-url='https://github.com/i-rinat/libvdpau-va-gl'
-license=('LGPL3')
-depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: libvdpau-va-gl/repos/community-x86_64/PKGBUILD (from rev 165409, 
libvdpau-va-gl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-06 22:50:35 UTC (rev 165410)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Behem0th 
+
+pkgname=libvdpau-va-gl
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('i686' 'x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPL3')
+depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('77ce5937c94c9a6747e15646fe5c4bb3')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libvdpau-va-gl/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 23:50:02
  Author: arojas
Revision: 165409

Update to 0.3.6

Modified:
  libvdpau-va-gl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
+++ PKGBUILD2016-03-06 22:50:02 UTC (rev 165409)
@@ -3,7 +3,7 @@
 # Contributor: Behem0th 
 
 pkgname=libvdpau-va-gl
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
 makedepends=('cmake')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
+md5sums=('77ce5937c94c9a6747e15646fe5c4bb3')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-06 Thread Bartłomiej Piotrowski
Date: Sunday, March 6, 2016 @ 22:31:01
  Author: bpiotrowski
Revision: 261127

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

Added:
  transmission/repos/extra-i686/PKGBUILD
(from rev 261126, transmission/trunk/PKGBUILD)
  transmission/repos/extra-i686/transmission-2.90-libsystemd.patch
(from rev 261126, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/extra-i686/transmission-cli.install
(from rev 261126, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-i686/transmission-gtk.install
(from rev 261126, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-i686/transmission-qt.install
(from rev 261126, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-x86_64/PKGBUILD
(from rev 261126, transmission/trunk/PKGBUILD)
  transmission/repos/extra-x86_64/transmission-2.90-libsystemd.patch
(from rev 261126, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/extra-x86_64/transmission-cli.install
(from rev 261126, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-x86_64/transmission-gtk.install
(from rev 261126, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-x86_64/transmission-qt.install
(from rev 261126, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/extra-i686/PKGBUILD
  transmission/repos/extra-i686/transmission-2.90-libsystemd.patch
  transmission/repos/extra-i686/transmission-cli.install
  transmission/repos/extra-i686/transmission-gtk.install
  transmission/repos/extra-i686/transmission-qt.install
  transmission/repos/extra-x86_64/PKGBUILD
  transmission/repos/extra-x86_64/transmission-2.90-libsystemd.patch
  transmission/repos/extra-x86_64/transmission-cli.install
  transmission/repos/extra-x86_64/transmission-gtk.install
  transmission/repos/extra-x86_64/transmission-qt.install

-+
 /PKGBUILD   |  158 ++
 /transmission-2.90-libsystemd.patch |   26 +++
 /transmission-cli.install   |   20 ++
 /transmission-gtk.install   |   24 +++
 /transmission-qt.install|   22 +++
 extra-i686/PKGBUILD |   79 ---
 extra-i686/transmission-2.90-libsystemd.patch   |   13 -
 extra-i686/transmission-cli.install |   10 -
 extra-i686/transmission-gtk.install |   12 -
 extra-i686/transmission-qt.install  |   11 -
 extra-x86_64/PKGBUILD   |   79 ---
 extra-x86_64/transmission-2.90-libsystemd.patch |   13 -
 extra-x86_64/transmission-cli.install   |   10 -
 extra-x86_64/transmission-gtk.install   |   12 -
 extra-x86_64/transmission-qt.install|   11 -
 15 files changed, 250 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 21:30:38 UTC (rev 261126)
+++ extra-i686/PKGBUILD 2016-03-06 21:31:01 UTC (rev 261127)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen 
-# Maintainer : Ionut Biru 
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.90
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent' 'systemd')
-source=(https://download.transmissionbt.com/files/transmission-${pkgver}.tar.xz
-transmission-2.90-libsystemd.patch)
-md5sums=('0792c67fcbf722f7823e964e09eb16bc'
- 'bcb54fdb9fec00992960d9bd3b449d4d')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i "$srcdir/transmission-2.90-libsystemd.patch"
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-
-  cd qt
-  qmake qtr.pro
-  make
-}
-
-package_transmission-cli() {
-  pkgdesc='Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)'
-  depends=('curl' 'libevent' 'libsystemd')
-  install=transmission-cli.install
-
-  cd $pkgbase-$pkgver
-
-  for dir in daemon cli web utils; do
-make -C "$dir" DESTDIR="$pkgdir" install
-  done
-
-  install -Dm644 daemon/transmission-daemon.service \
-"$pkgdir/usr/lib/systemd/system/transmission.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING"
-}
-
-package_transmission-gtk() {
-  pkgdesc='Fast, easy, and free BitTorrent client (GTK+ GUI)'
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
-  'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd $pkgbase-$pkgver
-
-  make -C gtk DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  install 

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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:15
  Author: spupykin
Revision: 165407

upgpkg: perl-term-progressbar 2.17-1

upd

Modified:
  perl-term-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:07 UTC (rev 165406)
+++ PKGBUILD2016-03-06 20:55:15 UTC (rev 165407)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-term-progressbar
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
 arch=("any")
@@ -11,7 +11,7 @@
 license=("GPL" "PerlArtistic")
 depends=("perl-class-methodmaker" "perl-term-readkey")
 
source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
+md5sums=('27701b5cf9fb025ffd979a708c489efa')
 
 build() {
   cd $srcdir/Term-ProgressBar-$pkgver


[arch-commits] Commit in (7 files)

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 14:30:39
  Author: arodseth
Revision: 165361

Move howl-editor from AUR

Added:
  howl/
  howl/repos/
  howl/repos/community-i686/
  howl/repos/community-x86_64/
  howl/trunk/
  howl/trunk/PKGBUILD
  howl/trunk/howl.install

--+
 PKGBUILD |   28 
 howl.install |   12 
 2 files changed, 40 insertions(+)

Added: howl/trunk/PKGBUILD
===
--- howl/trunk/PKGBUILD (rev 0)
+++ howl/trunk/PKGBUILD 2016-03-06 13:30:39 UTC (rev 165361)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.3
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+install=howl.install
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: howl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: howl/trunk/howl.install
===
--- howl/trunk/howl.install (rev 0)
+++ howl/trunk/howl.install 2016-03-06 13:30:39 UTC (rev 165361)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:28:02
  Author: andyrtr
Revision: 261113

add link comment to upstream spec file

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:25:38 UTC (rev 261112)
+++ PKGBUILD2016-03-06 14:28:02 UTC (rev 261113)
@@ -9,6 +9,7 @@
 url="http://wiki.x2go.org/;
 license=('GPL')
 #options=('!makeflags') # '!strip')
+# http://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=nx-libs.spec
 makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' 'fontconfig' # 
runtime dependencies from subpackages
  'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr'
  'libxcomposite' 'libxtst' 'xorg-sessreg' 'libfontenc' # 
makedepends


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:26:22
  Author: kkeen
Revision: 165393

upgpkg: jupyter 4.0.6-8 qtconsole

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 16:10:46 UTC (rev 165392)
+++ PKGBUILD2016-03-06 16:26:22 UTC (rev 165393)
@@ -4,7 +4,7 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/;
@@ -27,7 +27,7 @@
 _jnbfv=4.0.1  # notebook format
 _jconv=4.1.0  # jupyter console
 _jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
+_qtcv=4.2.0   # qtconsole
 
 
source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
 
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
@@ -42,7 +42,7 @@
  'ab7172e517c9d561c0c01eef5631b4c8'
  '9c655076262760bdbeeada9d7f586237'
  '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
+ '63c8f88830e41007dc1b807f02a250f9')
 
 # qtconsole deps?
 # python-pyqt5 python-sip python-pygments python-pyzmq


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 18:00:30
  Author: arodseth
Revision: 165398

archrelease: copy trunk to community-any

Added:
  ufw-extras/repos/community-any/PKGBUILD
(from rev 165397, ufw-extras/trunk/PKGBUILD)
Deleted:
  ufw-extras/repos/community-any/PKGBUILD

--+
 PKGBUILD |   59 ++-
 1 file changed, 26 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 17:00:22 UTC (rev 165397)
+++ PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
-pkgrel=1
-pkgdesc='Extra configuration files for UFW'
-arch=('any')
-url='https://github.com/xyproto/ufw-extras'
-makedepends=('git')
-depends=('ufw')
-license=('GPL2')
-source=("$pkgname::git://github.com/xyproto/$pkgname.git")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
-package() {
-  cd "$pkgname"
-
-  msg 'Packaging configuration files...'
-  for f in ufw-*; do
-msg2 "$f"
-install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 165397, 
ufw-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=ufw-extras
+pkgver=0.3
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+makedepends=('git')
+depends=('ufw')
+license=('GPL2')
+source=("$pkgname::git://github.com/xyproto/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  msg 'Packaging configuration files...'
+  for f in ufw-*; do
+msg2 "$f"
+install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 18:00:22
  Author: arodseth
Revision: 165397

upgpkg: ufw-extras 0.3-1

Modified:
  ufw-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 16:44:05 UTC (rev 165396)
+++ PKGBUILD2016-03-06 17:00:22 UTC (rev 165397)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 
 pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
+pkgver=0.3
 pkgrel=1
 pkgdesc='Extra configuration files for UFW'
 arch=('any')
@@ -10,16 +10,9 @@
 makedepends=('git')
 depends=('ufw')
 license=('GPL2')
-source=("$pkgname::git://github.com/xyproto/$pkgname.git")
+source=("$pkgname::git://github.com/xyproto/$pkgname.git#tag=$pkgver")
 md5sums=('SKIP')
 
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
 package() {
   cd "$pkgname"
 


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 14:43:01
  Author: arodseth
Revision: 165362

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

Added:
  howl/repos/community-i686/PKGBUILD
(from rev 165361, howl/trunk/PKGBUILD)
  howl/repos/community-i686/howl.install
(from rev 165361, howl/trunk/howl.install)
  howl/repos/community-x86_64/PKGBUILD
(from rev 165361, howl/trunk/PKGBUILD)
  howl/repos/community-x86_64/howl.install
(from rev 165361, howl/trunk/howl.install)

---+
 community-i686/PKGBUILD   |   28 
 community-i686/howl.install   |   12 
 community-x86_64/PKGBUILD |   28 
 community-x86_64/howl.install |   12 
 4 files changed, 80 insertions(+)

Copied: howl/repos/community-i686/PKGBUILD (from rev 165361, 
howl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.3
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+install=howl.install
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-i686/howl.install (from rev 165361, 
howl/trunk/howl.install)
===
--- community-i686/howl.install (rev 0)
+++ community-i686/howl.install 2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 165361, 
howl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.3
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+install=howl.install
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/howl.install (from rev 165361, 
howl/trunk/howl.install)
===
--- community-x86_64/howl.install   (rev 0)
+++ community-x86_64/howl.install   2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:43:48
  Author: anthraxx
Revision: 165363

upgpkg: afl 2.06b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:43:01 UTC (rev 165362)
+++ PKGBUILD2016-03-06 13:43:48 UTC (rev 165363)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.05b
+pkgver=2.06b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
+sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:43:59
  Author: anthraxx
Revision: 165364

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 13:43:48 UTC (rev 165363)
+++ community-i686/PKGBUILD 2016-03-06 13:43:59 UTC (rev 165364)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.05b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 165363, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 13:43:59 UTC (rev 165364)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.06b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-06 13:43:48 UTC (rev 165363)
+++ community-x86_64/PKGBUILD   2016-03-06 13:43:59 UTC (rev 165364)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.05b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-

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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 15:02:17
  Author: arodseth
Revision: 165369

upgpkg: moosefs 2.0.88-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
+++ PKGBUILD2016-03-06 14:02:17 UTC (rev 165369)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=moosefs
-pkgver=2.0.83
+pkgver=2.0.88
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='http://moosefs.com/'
@@ -13,7 +13,7 @@
 depends=('fuse' 'python2' 'bash' 'xfsprogs')
 install="$pkgname.install"
 source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
+sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
 
 build() {
   cd "moosefs-${pkgver%_*}"


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 15:02:30
  Author: arodseth
Revision: 165370

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.83
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='http://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
-
-build() {
-  cd "moosefs-${pkgver%_*}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 165369, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.88
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,11 +0,0 @@
-post_install() {
-  echo
-  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
-  echo 'be used as a basis for writing the corresponding .cfg files.'
-  echo
-  echo 'For troubleshooting a service, like "mfschunkserver", just running'
-  echo '"/usr/bin/mfschunkserver start" can be helpful.'
-  echo
-}
-
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 165369, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
+  

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:18:10
  Author: arojas
Revision: 165371

glpk 4.58 rebuild

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:02:30 UTC (rev 165370)
+++ PKGBUILD2016-03-06 14:18:10 UTC (rev 165371)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-clp
 pkgver=1.16.10
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR linear programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Clp;
@@ -29,7 +29,7 @@
 
 check() {
   cd Clp-$pkgver/Clp
-  make test
+# make test
 }
 
 package() {


[arch-commits] Commit in coin-or-clp/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:18:40
  Author: arojas
Revision: 165372

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

Added:
  coin-or-clp/repos/community-staging-i686/
  coin-or-clp/repos/community-staging-i686/PKGBUILD
(from rev 165371, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-staging-x86_64/
  coin-or-clp/repos/community-staging-x86_64/PKGBUILD
(from rev 165371, coin-or-clp/trunk/PKGBUILD)

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

Copied: coin-or-clp/repos/community-staging-i686/PKGBUILD (from rev 165371, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:18:40 UTC (rev 165372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-clp
+pkgver=1.16.10
+pkgrel=2
+pkgdesc="COIN-OR linear programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+# make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-clp/repos/community-staging-x86_64/PKGBUILD (from rev 165371, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:18:40 UTC (rev 165372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-clp
+pkgver=1.16.10
+pkgrel=2
+pkgdesc="COIN-OR linear programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+# make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:45:10
  Author: jelle
Revision: 165381

archrelease: copy trunk to community-any

Added:
  python2-eyed3/repos/community-any/PKGBUILD
(from rev 165380, python2-eyed3/trunk/PKGBUILD)
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch
(from rev 165380, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
Deleted:
  python2-eyed3/repos/community-any/PKGBUILD
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch

--+
 PKGBUILD |   56 -
 fix_setting_tcmp_frame.patch |   42 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 14:45:02 UTC (rev 165380)
+++ PKGBUILD2016-03-06 14:45:10 UTC (rev 165381)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: cdhotfire 
-
-pkgname=python2-eyed3
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
-url="http://eyed3.nicfit.net/;
-license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('2783538edb56d7f583b7c8a5801b51dc')
-
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-}

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 165380, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 14:45:10 UTC (rev 165381)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: cdhotfire 
+
+pkgname=python2-eyed3
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="A Python module and program for processing information about mp3 
files"
+arch=(any)
+url="http://eyed3.nicfit.net/;
+license=('GPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+options=(!emptydirs)
+md5sums=('7fdf97f971033207355b5d550414ea75')
+
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+}

Deleted: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch2016-03-06 14:45:02 UTC (rev 165380)
+++ fix_setting_tcmp_frame.patch2016-03-06 14:45:10 UTC (rev 165381)
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Travis Shirk 
-# Date 1366683753 21600
-# Branch stable
-# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
-# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
-Fix for setting of non standard text frames. Fixes #26
-
-diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
 a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
-+++ b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
-@@ -1364,7 +1364,8 @@
- the same Id is already in the list it's value is changed, otherwise
- the frame is added.
- '''
--assert(fid[0] == "T" and fid in list(ID3_FRAMES.keys()))
-+assert(fid[0] == "T" and (fid in ID3_FRAMES or
-+  fid in NONSTANDARD_ID3_FRAMES))
- 
- if fid in self:
- self[fid][0].text = text

Copied: python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch (from 
rev 165380, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
===
--- fix_setting_tcmp_frame.patch(rev 0)
+++ fix_setting_tcmp_frame.patch2016-03-06 14:45:10 UTC (rev 165381)
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Travis Shirk 
+# Date 1366683753 21600
+# Branch stable
+# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
+# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
+Fix for setting of non standard text frames. Fixes #26
+
+diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
+--- a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
 b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
+@@ -1364,7 +1364,8 @@
+ the same Id is already in the list it's value is changed, otherwise
+ the frame is added.
+ '''

[arch-commits] Commit in coin-or-mp/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:43:52
  Author: arojas
Revision: 165379

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

Added:
  coin-or-mp/repos/community-staging-i686/
  coin-or-mp/repos/community-staging-i686/PKGBUILD
(from rev 165378, coin-or-mp/trunk/PKGBUILD)
  coin-or-mp/repos/community-staging-x86_64/
  coin-or-mp/repos/community-staging-x86_64/PKGBUILD
(from rev 165378, coin-or-mp/trunk/PKGBUILD)

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

Copied: coin-or-mp/repos/community-staging-i686/PKGBUILD (from rev 165378, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:43:52 UTC (rev 165379)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=3
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}

Copied: coin-or-mp/repos/community-staging-x86_64/PKGBUILD (from rev 165378, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:43:52 UTC (rev 165379)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=3
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}


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

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:45:02
  Author: jelle
Revision: 165380

upgpkg: python2-eyed3 0.7.9-1

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:43:52 UTC (rev 165379)
+++ PKGBUILD2016-03-06 14:45:02 UTC (rev 165380)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire 
 
 pkgname=python2-eyed3
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('2783538edb56d7f583b7c8a5801b51dc')
+md5sums=('7fdf97f971033207355b5d550414ea75')
 
 build() {
   cd $srcdir/eyeD3-$pkgver


[arch-commits] Commit in (4 files)

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 15:54:03
  Author: kkeen
Revision: 165382

python-ipykernel 4.3.1 

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

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

Added: python-ipykernel/trunk/PKGBUILD
===
--- python-ipykernel/trunk/PKGBUILD (rev 0)
+++ python-ipykernel/trunk/PKGBUILD 2016-03-06 14:54:03 UTC (rev 165382)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipykernel
+pkgname=(python-ipykernel python2-ipykernel)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.python.org/pypi/ipykernel;
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python2')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
+md5sums=('971eee85d630eb4bafcd52531c79673f')
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+}
+
+package_python-ipykernel() {
+
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ipykernel() {
+  depends=('python2')
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
+  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
+
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 15:54:47
  Author: kkeen
Revision: 165383

archrelease: copy trunk to community-any

Added:
  python-ipykernel/repos/community-any/
  python-ipykernel/repos/community-any/PKGBUILD
(from rev 165382, python-ipykernel/trunk/PKGBUILD)

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

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 165382, 
python-ipykernel/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-06 14:54:47 UTC (rev 165383)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipykernel
+pkgname=(python-ipykernel python2-ipykernel)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.python.org/pypi/ipykernel;
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python2')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
+md5sums=('971eee85d630eb4bafcd52531c79673f')
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+}
+
+package_python-ipykernel() {
+
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ipykernel() {
+  depends=('python2')
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
+  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
+
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 16:43:32
  Author: kkeen
Revision: 165387

archrelease: copy trunk to community-staging-any

Added:
  ipython/repos/community-staging-any/
  ipython/repos/community-staging-any/PKGBUILD
(from rev 165386, ipython/trunk/PKGBUILD)
  ipython/repos/community-staging-any/ipython.install
(from rev 165386, ipython/trunk/ipython.install)

-+
 PKGBUILD|  144 ++
 ipython.install |   12 
 2 files changed, 156 insertions(+)

Copied: ipython/repos/community-staging-any/PKGBUILD (from rev 165386, 
ipython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-06 15:43:32 UTC (rev 165387)
@@ -0,0 +1,144 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython
+pkgname=(ipython ipython2)
+pkgver=4.1.2
+pkgrel=2
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org;
+license=('BSD')
+depends=('python' 'python-decorator' 'python-pexpect' 'sqlite' 
'python-setuptools' 'python-path')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+install=ipython.install
+
+# some of these will update rapidly, others never
+# so _vars will be phased in as new updates are released
+_traitv=4.1.0
+
+source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
+
"https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('28c9ebd1abfb9b4a07cb87005f285edd'
+ '2ebf5e11a19f82f25395b4a793097080'
+ '9a8afbe0978adbcbfcb3b35b2d015a56'
+ '25337740507cb855ad58bfcf60f7710e'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# With 4.0 many previously bundled external libraries are no longer bundled
+# Since there are so many and they are so small, they get re-bundled here
+# Break them out if any non-ipython package ends up needing these
+
+# traitlets (depends on python-decorator)
+# ipython_genutils
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+# pickleshare (depends on path.py)
+# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
+
+# confirm that an update does not break sage?
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipython-$pkgveripython2-$pkgver
+  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
+  cp -r pickleshare-0.5python2-pickleshare-0.5
+  cp -r traitlets-$_traitv python2-traitlets-$_traitv
+  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_ipython() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/pickleshare-0.5"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$_traitv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+
+  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
+}
+
+package_ipython2() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  depends=('python2' 'python2-decorator' 'python2-pexpect' 

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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 16:43:08
  Author: kkeen
Revision: 165386

upgpkg: ipython 4.1.2-2

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 15:39:55 UTC (rev 165385)
+++ PKGBUILD2016-03-06 15:43:08 UTC (rev 165386)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython
 pkgname=(ipython ipython2)
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -20,18 +20,15 @@
 
 # some of these will update rapidly, others never
 # so _vars will be phased in as new updates are released
-_ipykv=4.3.0
 _traitv=4.1.0
 
 
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipykernel/ipykernel-$_ipykv.tar.gz;
 
"https://pypi.python.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
 
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
 
"https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('3da622447b3b7ca7d41c868c80bb8b0e'
- '667b72ede386fcc767108902365cb95a'
+md5sums=('28c9ebd1abfb9b4a07cb87005f285edd'
  '2ebf5e11a19f82f25395b4a793097080'
  '9a8afbe0978adbcbfcb3b35b2d015a56'
  '25337740507cb855ad58bfcf60f7710e'
@@ -55,7 +52,6 @@
 prepare() {
   cd "$srcdir"
   cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipykernel-$_ipykv  python2-ipykernel-$_ipykv
   cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
   cp -r pickleshare-0.5python2-pickleshare-0.5
   cp -r traitlets-$_traitv python2-traitlets-$_traitv
@@ -86,9 +82,6 @@
   cd "$srcdir/simplegeneric-0.8.1"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/ipykernel-$_ipykv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipython-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
 
@@ -128,9 +121,6 @@
   cd "$srcdir/python2-simplegeneric-0.8.1"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/python2-ipykernel-$_ipykv"
-  #python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipython2-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
 


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:08:11
  Author: kkeen
Revision: 165390

archrelease: copy trunk to community-staging-any

Added:
  jupyter/repos/community-staging-any/PKGBUILD
(from rev 165389, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 16:02:21 UTC (rev 165389)
+++ PKGBUILD2016-03-06 16:08:11 UTC (rev 165390)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.6
-pkgrel=7
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-jsonschema'
- 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
-'qt5-svg: jupyter-qtconsole'
-'python-pyqt5: jupyter-qtconsole'
-'python-sip: jupyter-qtconsole')
-
-# todo: figure out which deps left with jupyter-notebook
-
-# rebundle all the parts that were split out
-# but split them out officially over time
-_ipywv=4.1.1  # ipywidgets
-_jnbcv=4.1.0  # notebook convert
-_jnbfv=4.0.1  # notebook format
-_jconv=4.1.0  # jupyter console
-_jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
-
-source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
-
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
-
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
-
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
-
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
-
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
-md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '099e9b76c52839dc33604aad7a2f1a42'
- '06655576713ba1ff7cece2b92760c187'
- 'ab7172e517c9d561c0c01eef5631b4c8'
- '9c655076262760bdbeeada9d7f586237'
- '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
-
-# qtconsole deps?
-# python-pyqt5 python-sip python-pygments python-pyzmq
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
-  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$_ipywv"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipywidgets-$_ipywv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbformat-$_jnbfv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_console-$_jconv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_client-$_jcliv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/qtconsole-$_qtcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-  cd "$srcdir"
-  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_ipython2-notebook() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'qt5-svg: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-jupyter_client-$_jcliv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-qtconsole-$_qtcv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$pkgdir/usr/bin"
-  rm jupyter
-  rm 

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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 17:44:05
  Author: arodseth
Revision: 165396

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

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

+
 /PKGBUILD  |  102 +++
 /gummi.install |   28 ++
 community-i686/PKGBUILD|   41 ---
 community-i686/gummi.install   |   14 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/gummi.install |   14 -
 6 files changed, 130 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 16:43:53 UTC (rev 165395)
+++ community-i686/PKGBUILD 2016-03-06 16:44:05 UTC (rev 165396)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 
-# Contributor: soeren 
-
-pkgname=gummi
-pkgver=0.6.6
-pkgrel=3
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf autogen.sh AM_VERSION ''
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/PKGBUILD (from rev 165395, 
gummi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 16:44:05 UTC (rev 165396)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales 
+# Contributor: soeren 
+
+pkgname=gummi
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='https://github.com/aitjcize/Gummi' # Using the GTK3 fork, for now
+#url='http://gummi.midnightcoding.org/'
+license=('MIT')
+depends=('texlive-core' 'gtkspell3' 'gtksourceview3' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk3' 'pango' 'poppler' 'intltool' 'setconf' 'git')
+install="$pkgname.install"
+source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # Using the GTK3 fork, 
for now
+#source=("git://github.com/alexandervdm/gummi#tag=$pkgver") # 0.6.6
+md5sums=('SKIP')
+
+prepare() {
+  cd "${pkgname^}"
+
+  find . -type f -print0 | xargs -0 sed -i "s|0.6.5|$pkgver|g"
+  setconf autogen.sh AM_VERSION ''
+  ./autogen.sh
+  setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  echo $pkgver > dev/latest
+  autoreconf
+  setconf configure PACKAGE_VERSION "'"$pkgver"'"
+  setconf configure PACKAGE_STRING "'""Gummi $pkgver (GTK3 fork)""'"
+  setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'"
+}
+
+build() {
+  cd "${pkgname^}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname^}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gummi.install
===
--- community-i686/gummi.install2016-03-06 16:43:53 UTC (rev 165395)
+++ community-i686/gummi.install2016-03-06 16:44:05 UTC (rev 165396)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/gummi.install (from rev 165395, 
gummi/trunk/gummi.install)
===
--- community-i686/gummi.install(rev 0)
+++ community-i686/gummi.install  

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

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:30:00
  Author: arcanis
Revision: 165401

upgpkg: eric 6.1.3-1

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

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

Modified: ChangeLog
===
--- ChangeLog   2016-03-06 17:17:18 UTC (rev 165400)
+++ ChangeLog   2016-03-06 17:30:00 UTC (rev 165401)
@@ -1,3 +1,6 @@
+6.1.3-1:
+upstream update
+
 6.1.2-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:17:18 UTC (rev 165400)
+++ PKGBUILD2016-03-06 17:30:00 UTC (rev 165401)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.2
+pkgver=6.1.3
 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=('cd2e18f3c43fb1818560af5849ea6a7f')
+md5sums=('04aaa46bc26a0923989e7532ccf57596')
 changelog=ChangeLog
 
 prepare() {


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

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:30:23
  Author: arcanis
Revision: 165402

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 165401, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 165401, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 165401, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 165401, 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|  133 +--
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 223 insertions(+), 220 deletions(-)

Deleted: .contrib
===
--- .contrib2016-03-06 17:30:00 UTC (rev 165401)
+++ .contrib2016-03-06 17:30:23 UTC (rev 165402)
@@ -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 165401, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-03-06 17:30:23 UTC (rev 165402)
@@ -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   2016-03-06 17:30:00 UTC (rev 165401)
+++ ChangeLog   2016-03-06 17:30:23 UTC (rev 165402)
@@ -1,65 +0,0 @@
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-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

Copied: eric/repos/community-any/ChangeLog (from rev 165401, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-03-06 17:30:23 UTC (rev 165402)
@@ -0,0 +1,68 @@
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+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
===
--- PKGBUILD2016-03-06 17:30:00 UTC (rev 165401)
+++ PKGBUILD2016-03-06 17:30:23 UTC (rev 165402)
@@ -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.1.2
-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=('cd2e18f3c43fb1818560af5849ea6a7f')
-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 

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

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:42:36
  Author: arcanis
Revision: 165404

archrelease: copy trunk to community-any

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

---+
 ChangeLog |  135 ++--
 PKGBUILD  |  124 +++
 2 files changed, 131 insertions(+), 128 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-03-06 17:42:13 UTC (rev 165403)
+++ ChangeLog   2016-03-06 17:42:36 UTC (rev 165404)
@@ -1,66 +0,0 @@
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-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

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 165403, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-03-06 17:42:36 UTC (rev 165404)
@@ -0,0 +1,69 @@
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+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
===
--- PKGBUILD2016-03-06 17:42:13 UTC (rev 165403)
+++ PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.2
-pkgrel=3
-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  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} 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=('bf362f39bc94231849f3c18bd5398a73'
- 'dffb2de2c5afcb952ae5937bdac7d3fa'
- '9daf265f237412df09e3c4f8ff7a56a6'
- '61add709c3772b8cf55b7fb1b1a70efb'
- 'f89a21a68c0247dc8430bad59e7c6d04'
- 'eb0916c9333883873db8490953bdacfc'
- 'd7a4792a1ae7bc49152634d6e09ab7f0'
- 'e7f48edea4089827c87e3e6a6126c83f'
- '1d4b5ff1b5720156e78ba3e7f2a95341'
- '4e1bc3da7a950230e53038f4f40412d3')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 165403, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# 

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:30:18
  Author: anthraxx
Revision: 165360

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 165359, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:30:11 UTC (rev 165359)
+++ PKGBUILD2016-03-06 13:30:18 UTC (rev 165360)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.0
-pkgrel=1
-pkgdesc="Socket.IO integration for Flask applications"
-url="https://flask-socketio.readthedocs.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('df157e62a2252a2d9d5da6e6ca7e36a554dd2415c0758ead70c67f37ab4e8a886a6d6c441eb3762b43edba1173b7bffdf3bfd540f7f7716ef21de0a996392280')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 165359, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:30:18 UTC (rev 165360)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.2
+pkgrel=1
+pkgdesc="Socket.IO integration for Flask applications"
+url="https://flask-socketio.readthedocs.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" 

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:46:23
  Author: anthraxx
Revision: 165365

upgpkg: python-engineio 0.9.0-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:43:59 UTC (rev 165364)
+++ PKGBUILD2016-03-06 13:46:23 UTC (rev 165365)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.8
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -14,7 +14,7 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d1522e88f1cd79adcf833de60c9974f103756e290ffa9671baa27e6854f1bbfc8098da4388f63b3adb37f97a89eedf1be4ff24689f6af15a4f9e5c7a58911b3b')
+sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:46:30
  Author: anthraxx
Revision: 165366

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:46:23 UTC (rev 165365)
+++ PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.8
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
-  'python2-mock' 'python2-eventlet' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d1522e88f1cd79adcf833de60c9974f103756e290ffa9671baa27e6854f1bbfc8098da4388f63b3adb37f97a89eedf1be4ff24689f6af15a4f9e5c7a58911b3b')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 165365, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
+  'python2-mock' 'python2-eventlet' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-engineio() {
+  depends=('python-six')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+

[arch-commits] Commit in coin-or-cgl/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:22:39
  Author: arojas
Revision: 165374

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

Added:
  coin-or-cgl/repos/community-staging-i686/
  coin-or-cgl/repos/community-staging-i686/PKGBUILD
(from rev 165373, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-staging-x86_64/
  coin-or-cgl/repos/community-staging-x86_64/PKGBUILD
(from rev 165373, coin-or-cgl/trunk/PKGBUILD)

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

Copied: coin-or-cgl/repos/community-staging-i686/PKGBUILD (from rev 165373, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:22:39 UTC (rev 165374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.9
+pkgrel=2
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-cgl/repos/community-staging-x86_64/PKGBUILD (from rev 165373, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:22:39 UTC (rev 165374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.9
+pkgrel=2
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ebe87d6ba1cab31a8223c187fe8e7f7f141989d9')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 16:39:55
  Author: arojas
Revision: 165385

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

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

--+
 community-staging-i686/PKGBUILD  |  159 +
 community-staging-i686/anal.h|   65 ++
 community-staging-i686/clean.patch   |   24 +++
 community-staging-i686/contour.patch |   11 +
 community-staging-i686/disable-fes.patch |   19 ++
 community-staging-i686/env.patch |  137 +
 community-staging-i686/jupyter-path.patch|   31 
 community-staging-i686/package.patch |   11 +
 community-staging-i686/paths.patch   |   37 +
 community-staging-i686/python-2.7.11.patch   |   11 +
 community-staging-i686/skip-check.patch  |   21 +++
 community-staging-i686/test-optional.patch   |   11 +
 community-staging-x86_64/PKGBUILD|  159 +
 community-staging-x86_64/anal.h  |   65 ++
 community-staging-x86_64/clean.patch |   24 +++
 community-staging-x86_64/contour.patch   |   11 +
 community-staging-x86_64/disable-fes.patch   |   19 ++
 community-staging-x86_64/env.patch   |  137 +
 community-staging-x86_64/jupyter-path.patch  |   31 
 community-staging-x86_64/package.patch   |   11 +
 community-staging-x86_64/paths.patch |   37 +
 community-staging-x86_64/python-2.7.11.patch |   11 +
 community-staging-x86_64/skip-check.patch|   21 +++
 community-staging-x86_64/test-optional.patch |   11 +
 24 files changed, 1074 insertions(+)

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


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:48:44
  Author: anthraxx
Revision: 165367

upgpkg: python-socketio 1.1-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
+++ PKGBUILD2016-03-06 13:48:44 UTC (rev 165367)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=0.9.1
+pkgver=1.1
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('0b2e14c8c2a97f3441656c5936b9bbcca315710693e25a4606bd463cb6463fb1905f6cfbc8b3e819a9d26163298b43eda72f5282cee45e8562626f55603bdc7a')
+sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:48:52
  Author: anthraxx
Revision: 165368

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:48:44 UTC (rev 165367)
+++ PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('0b2e14c8c2a97f3441656c5936b9bbcca315710693e25a4606bd463cb6463fb1905f6cfbc8b3e819a9d26163298b43eda72f5282cee45e8562626f55603bdc7a')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-socketio() {
-  depends=('python-six' 'python-engineio')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2-six' 'python2-engineio')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 165367, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=1.1
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-socketio() {
+  depends=('python-six' 'python-engineio')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/socketio.1 

[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:22:04
  Author: arojas
Revision: 165373

glpk 4.58 rebuild

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:18:40 UTC (rev 165372)
+++ PKGBUILD2016-03-06 14:22:04 UTC (rev 165373)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-cgl
 pkgver=0.59.9
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cgl;


[arch-commits] Commit in coin-or-mp/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:43:21
  Author: arojas
Revision: 165378

glpk 4.58 rebuild

Modified:
  coin-or-mp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:29:59 UTC (rev 165377)
+++ PKGBUILD2016-03-06 14:43:21 UTC (rev 165378)
@@ -6,7 +6,7 @@
 
 pkgname=coin-or-mp
 pkgver=1.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinMP;


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:01:40
  Author: kkeen
Revision: 165388

upgpkg: jupyter 4.0.6-7

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 15:43:32 UTC (rev 165387)
+++ PKGBUILD2016-03-06 16:01:40 UTC (rev 165388)
@@ -4,12 +4,12 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/;
 license=('BSD')
-depends=('ipython' 'python-setuptools'
+depends=('ipython' 'python-ipykernel' 'python-setuptools'
  'python-jinja' 'python-pyzmq' 'python-jsonschema'
  'python-mistune' 'python-pygments')
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
@@ -21,7 +21,7 @@
 # todo: figure out which deps left with jupyter-notebook
 
 # rebundle all the parts that were split out
-_ipykv=4.3.0  # ipykernel
+# but split them out officially over time
 _ipywv=4.1.1  # ipywidgets
 _jnbcv=4.1.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
@@ -30,7 +30,6 @@
 _qtcv=4.1.1   # qtconsole
 
 
source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipykernel-$_ipykv.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz;
 
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
 
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
 
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
@@ -38,7 +37,6 @@
 
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
 
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
 md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '5961164fe908faf798232a265ed48c73'
  '099e9b76c52839dc33604aad7a2f1a42'
  '06655576713ba1ff7cece2b92760c187'
  'ab7172e517c9d561c0c01eef5631b4c8'
@@ -51,10 +49,9 @@
 
 prepare() {
   cd "$srcdir"
-  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
+  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
   cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r ipykernel-$_ipykvpython2-ipykernel-$_ipykv
-  cp -r qtconsole-$_qtcv python2-qtconsole-$_qtcv
+  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
 }
 
 build() {
@@ -67,10 +64,6 @@
   cd "$srcdir/jupyter_core-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/ipykernel-$_ipykv"
-  # this is in the ipython package
-  #python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipywidgets-$_ipywv"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
@@ -101,14 +94,11 @@
 
 package_ipython2-notebook() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-pyzmq')
+  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
   optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
   'qt5-svg: jupyter-qtconsole-py2'
   'python2-sip: jupyter-qtconsole-py2')
 
-  cd "$srcdir/python2-ipykernel-$_ipykv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/python2-jupyter_core-$pkgver"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
@@ -125,9 +115,6 @@
   mv jupyter-qtconsole jupyter-qtconsole-py2
 
   cd "$srcdir"
-  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
-  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
-
   install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:28:21
  Author: kkeen
Revision: 165394

archrelease: copy trunk to community-any

Added:
  jupyter/repos/community-any/PKGBUILD
(from rev 165393, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 16:26:22 UTC (rev 165393)
+++ PKGBUILD2016-03-06 16:28:21 UTC (rev 165394)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.6
-pkgrel=7
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-jsonschema'
- 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
-'qt5-svg: jupyter-qtconsole'
-'python-pyqt5: jupyter-qtconsole'
-'python-sip: jupyter-qtconsole')
-
-# todo: figure out which deps left with jupyter-notebook
-
-# rebundle all the parts that were split out
-# but split them out officially over time
-_ipywv=4.1.1  # ipywidgets
-_jnbcv=4.1.0  # notebook convert
-_jnbfv=4.0.1  # notebook format
-_jconv=4.1.0  # jupyter console
-_jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
-
-source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
-
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
-
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
-
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
-
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
-
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
-md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '099e9b76c52839dc33604aad7a2f1a42'
- '06655576713ba1ff7cece2b92760c187'
- 'ab7172e517c9d561c0c01eef5631b4c8'
- '9c655076262760bdbeeada9d7f586237'
- '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
-
-# qtconsole deps?
-# python-pyqt5 python-sip python-pygments python-pyzmq
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
-  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$_ipywv"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipywidgets-$_ipywv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbformat-$_jnbfv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_console-$_jconv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_client-$_jcliv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/qtconsole-$_qtcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-  cd "$srcdir"
-  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_ipython2-notebook() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'qt5-svg: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-jupyter_client-$_jcliv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-qtconsole-$_qtcv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$pkgdir/usr/bin"
-  rm jupyter
-  rm jupyter-kernelspec
-  rm 

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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:16:15
  Author: pierre
Revision: 261117

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 17:15:34 UTC (rev 261116)
+++ extra-i686/PKGBUILD 2016-03-06 17:16:15 UTC (rev 261117)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99
-pkgrel=3
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:16:53
  Author: pierre
Revision: 165399

upgpkg: openvswitch 2.5.0-2

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
+++ PKGBUILD2016-03-06 17:16:53 UTC (rev 165399)
@@ -5,7 +5,7 @@
 
 pkgname=openvswitch
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')


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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:17:18
  Author: pierre
Revision: 165400

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 165399, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 165399, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 165399, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 165399, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 165399, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 165399, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 165399, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 165399, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 165399, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 165399, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   28 
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   54 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 17:16:53 UTC (rev 165399)
+++ community-i686/PKGBUILD 2016-03-06 17:17:18 UTC (rev 165400)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('4ff52595855c1f9e4dd3e84295599f5f'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 165399, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 17:17:18 UTC (rev 165400)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:30:11
  Author: anthraxx
Revision: 165359

upgpkg: python-flask-socketio 2.2-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 12:04:56 UTC (rev 165358)
+++ PKGBUILD2016-03-06 13:30:11 UTC (rev 165359)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.0
+pkgver=2.2
 pkgrel=1
 pkgdesc="Socket.IO integration for Flask applications"
 url="https://flask-socketio.readthedocs.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('df157e62a2252a2d9d5da6e6ca7e36a554dd2415c0758ead70c67f37ab4e8a886a6d6c441eb3762b43edba1173b7bffdf3bfd540f7f7716ef21de0a996392280')
+sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:25:23
  Author: andyrtr
Revision: 26

upgpkg: x2goserver 4.0.1.19-3

add missing xorg-xauth dependency form upstream spec file recommendations

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:22:20 UTC (rev 261110)
+++ PKGBUILD2016-03-06 14:25:23 UTC (rev 26)
@@ -8,13 +8,13 @@
 
 pkgname=x2goserver
 pkgver=4.0.1.19
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/;
 license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
+# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+depends=(#'python' 
 
  # For x2goruncommand - for now
  'bc'
@@ -38,6 +38,7 @@
  # For /etc/X11/Xresources
  'xorg-xinit'
  'xorg-fonts-misc'
+ 'xorg-xauth'
  'shadow'
  
  # for post install actions


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:25:38
  Author: andyrtr
Revision: 261112

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 26, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 26, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 26, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 26, x2goserver/trunk/x2goserver.install)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install

-+
 /PKGBUILD   |  246 ++
 /x2goserver.install |   54 
 extra-i686/PKGBUILD |  122 --
 extra-i686/x2goserver.install   |   27 
 extra-x86_64/PKGBUILD   |  122 --
 extra-x86_64/x2goserver.install |   27 
 6 files changed, 300 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 14:25:23 UTC (rev 26)
+++ extra-i686/PKGBUILD 2016-03-06 14:25:38 UTC (rev 261112)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.0.1.19
-pkgrel=2
-pkgdesc="Open source terminal server"
-arch=('i686' 'x86_64')
-url="http://www.x2go.org/;
-license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
-
- # For x2goruncommand - for now
- 'bc'
- # For netstat in x2goresume-session
- 'net-tools'
- 'openssh'
- 'perl-file-readbackwards'
- # We need a database
- 'perl-dbd-sqlite' 
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2goshowblocks
- 'lsof'
- # For x2godbadmin
-'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
- # For /etc/sudoers.d
- 'sudo'
- 'x2go-agent'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'shadow'
- 
- # for post install actions
- 'desktop-file-utils'
- 'shared-mime-info'
- 
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 'perl-file-which' # FS#44125
- 
- 'xorg-xwininfo' # FS#38558
- 
- #x2goserver-extensions
- #x2goserver-xsession
- #x2goserver-fmbindings
- #x2goserver-printing
-)
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7f1093c4dbc0a273bcc73a2e4b2c8b69')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-  # Do not ship xsession - Debian specific
-  sed -i -e '/xsession/s/^/#/' Makefile
-  
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
-}
-
-package() {
-  
-  # system user/group x2gouser - 111
-  # system user/group x2goprint - 112
-  
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
-
-  # systemd service file 
-  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  
-  # X2go homedir + printing spool dir
-  install -dm 0770 --owner=111 --group=111 $pkgdir/var/lib/x2go
-  install -dm 0770 --owner=112 --group=112 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo "fuse" > $pkgdir/usr/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 "ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  # fix permission - see INSTALL file
-  chown root:111 ${pkgdir}/usr/lib/x2go/x2gosqlitewrapper
-  chmod 2755 ${pkgdir}/usr/lib/x2go/x2gosqlitewrapper
-  
-  chown root:112 

[arch-commits] Commit in coin-or-cbc/repos (4 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:29:56
  Author: arojas
Revision: 165376

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

Added:
  coin-or-cbc/repos/community-staging-i686/
  coin-or-cbc/repos/community-staging-i686/PKGBUILD
(from rev 165375, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-staging-x86_64/
  coin-or-cbc/repos/community-staging-x86_64/PKGBUILD
(from rev 165375, coin-or-cbc/trunk/PKGBUILD)

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

Copied: coin-or-cbc/repos/community-staging-i686/PKGBUILD (from rev 165375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:29:56 UTC (rev 165376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-cbc/repos/community-staging-x86_64/PKGBUILD (from rev 165375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:29:56 UTC (rev 165376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:29:25
  Author: arojas
Revision: 165375

glpk 4.58 rebuild

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:22:39 UTC (rev 165374)
+++ PKGBUILD2016-03-06 14:29:25 UTC (rev 165375)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cbc
-pkgver=2.9.7
-pkgrel=2
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cbc;
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-cgl)
 source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('2f1ae1c13cfb686d1f3ec5045acef524b10070c0')
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
 
 build() {
   cd Cbc-$pkgver/Cbc
@@ -34,7 +34,7 @@
 
 check() {
   cd Cbc-$pkgver/Cbc
-  make test
+#  make test
 }
 
 package() {


[arch-commits] Commit in xmobar/trunk (disable-ewmh-plugin.patch)

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:29:59
  Author: jelle
Revision: 165377

remove unused patch

Deleted:
  xmobar/trunk/disable-ewmh-plugin.patch

---+
 disable-ewmh-plugin.patch |   46 
 1 file changed, 46 deletions(-)

Deleted: disable-ewmh-plugin.patch
===
--- disable-ewmh-plugin.patch   2016-03-06 14:29:56 UTC (rev 165376)
+++ disable-ewmh-plugin.patch   2016-03-06 14:29:59 UTC (rev 165377)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: 
Kbd :*: Locks :*:
-+runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: 
Locks :*:
-  Mail :*: MBox :*:
-  DateZone :*: MarqueePipeReader :*:
-  ()
-diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
-index a263536..37e603f 100644
 a/src/Plugins/Date.hs
-+++ b/src/Plugins/Date.hs
-@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
-
- import Plugins
-
--import System.Locale
- import Control.Monad (liftM)
- import Data.Time
-
-diff --git a/xmobar.cabal b/xmobar.cabal
-index db0d130..c76b355 100644
 a/xmobar.cabal
-+++ b/xmobar.cabal
-@@ -81,7 +81,7 @@ executable xmobar
-   Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
-   XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
-   Plugins, Plugins.BufferedPipeReader,
--  Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
-+  Plugins.CommandReader, Plugins.Date,
-   Plugins.PipeReader, Plugins.MarqueePipeReader,
-   Plugins.StdinReader, Plugins.XMonadLog,
-   Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,


  1   2   >