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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:24:04
  Author: tpowa
Revision: 219272

upgpkg: linux 3.16-1

bump to 3.16

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 05:48:10 UTC (rev 219271)
+++ PKGBUILD2014-08-04 06:24:04 UTC (rev 219272)
@@ -4,8 +4,8 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-3.15
-pkgver=3.15.8
+_srcname=linux-3.16
+pkgver=3.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -13,19 +13,16 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+#https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
 )
-sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
-'2ccde1ef9c80d404f371a9f9f8e2195b1fa9297c0c2017668523c8c2c901cf7d'
-'38645054049828569280ecf770e5241bba2744b50dd28b82d618199371655874'
-'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182')
+sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
+'487dc1fd428b5793f4f5216fd76bd3640b12c50ea52c6fb909da24baf3612d9b'
+'1db5856f6c29380e828e3026a0ed8c344f0386fde83f03bf27ecb8fd6880ff32'
+'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c')
 
 _kernelname=${pkgbase#linux}
 
@@ -33,16 +30,11 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  patch -p1 -i ${srcdir}/patch-${pkgver}
+  #patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
-  # remove this when a Kconfig knob is made available by upstream
-  # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
-  patch -p1 -i ${srcdir}/change-default-console-loglevel.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:24:21
  Author: tpowa
Revision: 219273

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

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

--+
 testing-i686/PKGBUILD|  283 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6810 +
 testing-i686/config.x86_64   | 6567 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  283 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6810 +
 testing-x86_64/config.x86_64 | 6567 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 27446 insertions(+)

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


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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:29:31
  Author: tpowa
Revision: 219274

upgpkg: nvidia 340.24-4

rebuild against 3.16

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 06:24:21 UTC (rev 219273)
+++ PKGBUILD2014-08-04 06:29:31 UTC (rev 219274)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=340.24
-_extramodules=extramodules-3.15-ARCH
-pkgrel=3
+_extramodules=extramodules-3.16-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:29:51
  Author: tpowa
Revision: 219275

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 219274, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-3.14.patch
(from rev 219274, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 219274, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 219274, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
(from rev 219274, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 219274, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/nvidia-3.14.patch   |   12 +
 testing-i686/nvidia.install  |   18 +
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/nvidia-3.14.patch |   12 +
 testing-x86_64/nvidia.install|   18 +
 6 files changed, 158 insertions(+)

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

Copied: nvidia/repos/testing-i686/nvidia-3.14.patch (from rev 219274, 
nvidia/trunk/nvidia-3.14.patch)
===
--- testing-i686/nvidia-3.14.patch  (rev 0)
+++ testing-i686/nvidia-3.14.patch  2014-08-04 06:29:51 UTC (rev 219275)
@@ -0,0 +1,12 @@
+--- a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
 b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
+@@ -273,8 +273,7 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
+-#include acpi/acpi.h
+-#include acpi/acpi_drivers.h
++#include linux/acpi.h
+ #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
+ #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
+ #endif

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 219274, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-08-04 06:29:51 UTC (rev 219275)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 219274, 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:33:20
  Author: tpowa
Revision: 219276

upgpkg: nvidia-304xx 304.123-4

rebuild against 3.16

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 06:29:51 UTC (rev 219275)
+++ PKGBUILD2014-08-04 06:33:20 UTC (rev 219276)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.123
-_extramodules=extramodules-3.15-ARCH
+_extramodules=extramodules-3.16-ARCH
 pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:33:37
  Author: tpowa
Revision: 219277

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

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

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

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

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 219276, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-08-04 06:33:37 UTC (rev 219277)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.15-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 219276, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-04 06:33:37 UTC (rev 219277)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.16-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:37:40
  Author: tpowa
Revision: 219278

upgpkg: lirc 1:0.9.0-75

rebuild against 3.16

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 06:33:37 UTC (rev 219277)
+++ PKGBUILD2014-08-04 06:37:40 UTC (rev 219278)
@@ -6,12 +6,12 @@
 pkgver=0.9.0
 pkgrel=75
 epoch=1
-_extramodules=extramodules-3.15-ARCH
+_extramodules=extramodules-3.16-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux=3.15' 'linux3.16' 'linux-headers=3.15' 
'linux-headers3.16' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.16' 'linux3.17' 'linux-headers=3.16' 
'linux-headers3.17' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -82,7 +82,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.15' 'linux3.16')
+  depends=('lirc-utils' 'linux=3.16' 'linux3.17')
   replaces=('lirc+pctv')
   install=lirc.install
 



[arch-commits] Commit in lirc/repos (28 files)

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 08:38:41
  Author: tpowa
Revision: 219279

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 219278, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 219278, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 219278, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 219278, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 219278, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 219278, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 219278, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 219278, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 219278, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 219278, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 219278, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 219278, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 219278, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 219278, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 219278, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 219278, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 219278, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 219278, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 219278, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 219278, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 219278, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 219278, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 219278, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 219278, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 219278, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 219278, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 +
 testing-x86_64/lirc_wpc8769l.patch |   88 
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 219278, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-04 06:38:41 UTC (rev 219279)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=75
+epoch=1
+_extramodules=extramodules-3.16-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:10:28
  Author: tpowa
Revision: 116819

upgpkg: acpi_call 1.1.0-11

rebuild against 3.16

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 03:49:43 UTC (rev 116818)
+++ PKGBUILD2014-08-04 07:10:28 UTC (rev 116819)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=10
-_extramodules=extramodules-3.15-ARCH
+pkgrel=11
+_extramodules=extramodules-3.16-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url=http://github.com/mkottman/${pkgname};
 license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 install=${pkgname}.install
 source=(${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===
--- acpi_call.install   2014-08-04 03:49:43 UTC (rev 116818)
+++ acpi_call.install   2014-08-04 07:10:28 UTC (rev 116819)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-3.15-ARCH
+  _extramodules=extramodules-3.16-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:10:36
  Author: tpowa
Revision: 116820

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

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

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

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

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
116819, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-08-04 07:10:36 UTC (rev 
116820)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.16-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

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

Copied: acpi_call/repos/community-testing-x86_64/acpi_call.install (from rev 
116819, acpi_call/trunk/acpi_call.install)

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:12:13
  Author: tpowa
Revision: 116822

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

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

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

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

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
116821, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-08-04 07:12:13 UTC (rev 
116822)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
116821, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-08-04 07:12:13 UTC (rev 
116822)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.16-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:12:07
  Author: tpowa
Revision: 116821

upgpkg: bbswitch 0.8-15

rebuild against 3.16

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:10:36 UTC (rev 116820)
+++ PKGBUILD2014-08-04 07:12:07 UTC (rev 116821)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.15-ARCH # Don't forget to update bbswitch.install
-pkgrel=14
+_extramodules=extramodules-3.16-ARCH # Don't forget to update bbswitch.install
+pkgrel=15
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)
 license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 install=bbswitch.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===
--- bbswitch.install2014-08-04 07:10:36 UTC (rev 116820)
+++ bbswitch.install2014-08-04 07:12:07 UTC (rev 116821)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.16-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:16:10
  Author: tpowa
Revision: 116824

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

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

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

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

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

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

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:16:04
  Author: tpowa
Revision: 116823

upgpkg: rt3562sta 2.4.1.1_r1-9

rebuild against 3.16

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:12:13 UTC (rev 116822)
+++ PKGBUILD2014-08-04 07:16:04 UTC (rev 116823)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=8
+pkgrel=9
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:17:41
  Author: tpowa
Revision: 116825

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

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

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

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

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

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:18:27
  Author: tpowa
Revision: 116826

upgpkg: tp_smapi 0.41-52

rebuild against 3.16

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:17:41 UTC (rev 116825)
+++ PKGBUILD2014-08-04 07:18:27 UTC (rev 116826)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=51
+pkgrel=52
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16 'linux-headers3.17')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:18:33
  Author: tpowa
Revision: 116827

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

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

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

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

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
116826, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-08-04 07:18:33 UTC (rev 
116827)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.15-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:19:43
  Author: tpowa
Revision: 116828

upgpkg: vhba-module 20140629-6

rebuild against 3.16

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:18:33 UTC (rev 116827)
+++ PKGBUILD2014-08-04 07:19:43 UTC (rev 116828)
@@ -5,14 +5,14 @@
 
 pkgname=vhba-module
 pkgver=20140629
-_extramodules=extramodules-3.15-ARCH
-pkgrel=5
+_extramodules=extramodules-3.16-ARCH
+pkgrel=6
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;
 license=('GPL')
-depends=('linux=3.15' 'linux3.16')
-makedepends=('linux-headers=3.15' 'linux-headers3.16')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 options=(!makeflags)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:21:53
  Author: tpowa
Revision: 116830

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

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

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

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

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
116829, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-08-04 07:21:53 UTC (rev 116830)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo usage: 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:21:44
  Author: tpowa
Revision: 116829

upgpkg: virtualbox-modules 4.3.14-4

rebuild against 3.16

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:19:43 UTC (rev 116828)
+++ PKGBUILD2014-08-04 07:21:44 UTC (rev 116829)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.14
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.15' 'linux3.16'
- 'linux-headers=3.15' 'linux-headers3.16'
+makedepends=('linux=3.16' 'linux3.17'
+ 'linux-headers=3.16' 'linux-headers3.17'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver)
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.15-ARCH
+_extramodules=extramodules-3.16-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.15' 'linux3.16')
+  depends=('linux=3.16' 'linux3.17')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.15' 'linux3.16')
+  depends=('linux=3.16' 'linux3.17')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install



[arch-commits] Commit in lirc/repos (52 files)

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:23:40
  Author: tpowa
Revision: 219280

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 219279, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 219279, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 219279, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 219279, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 219279, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 219279, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 219279, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 219279, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 219279, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 219279, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 219279, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 219279, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 219279, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 219279, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 219279, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 219279, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 219279, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 219279, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 219279, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 219279, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 219279, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 219279, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 219279, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 219279, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 219279, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 219279, lirc/trunk/lircm.service)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircm.service

+
 /PKGBUILD  |  242 +++
 /irexec.service|   22 ++
 /kernel-2.6.39.patch   |  108 ++
 /linux-3.8.patch   |  160 +++
 /lirc-utils.install|   14 +
 /lirc.install  |   32 +++
 /lirc.logrotate|   10 
 /lirc.service  |   24 ++
 /lirc.tmpfiles |2 
 /lirc_atiusb-kfifo.patch   |   62 +
 /lirc_wpc8769l.patch   |  176 
 /lircd-handle-large-config.patch   |   78 +++
 /lircm.service |   24 ++
 testing-i686/PKGBUILD  |  121 ---
 testing-i686/irexec.service|   11 -
 testing-i686/kernel-2.6.39.patch   |   54 -
 testing-i686/linux-3.8.patch   |   80 ---
 testing-i686/lirc-utils.install|7 
 testing-i686/lirc.install 

[arch-commits] Commit in lirc/repos (52 files)

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:26:01
  Author: tpowa
Revision: 219282

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 219281, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 219281, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 219281, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 219281, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 219281, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 219281, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 219281, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 219281, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 219281, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 219281, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 219281, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 219281, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 219281, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 219281, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 219281, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 219281, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 219281, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 219281, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 219281, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 219281, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 219281, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 219281, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 219281, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 219281, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 219281, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 219281, lirc/trunk/lircm.service)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircm.service

+
 /PKGBUILD  |  242 +++
 /irexec.service|   22 ++
 /kernel-2.6.39.patch   |  108 ++
 /linux-3.8.patch   |  160 +++
 /lirc-utils.install|   14 +
 /lirc.install  |   32 +++
 /lirc.logrotate|   10 
 /lirc.service  |   24 ++
 /lirc.tmpfiles |2 
 /lirc_atiusb-kfifo.patch   |   62 +
 /lirc_wpc8769l.patch   |  176 
 /lircd-handle-large-config.patch   |   78 +++
 /lircm.service |   24 ++
 testing-i686/PKGBUILD  |  121 ---
 testing-i686/irexec.service|   11 -
 testing-i686/kernel-2.6.39.patch   |   54 -
 testing-i686/linux-3.8.patch   |   80 ---
 testing-i686/lirc-utils.install|7 
 testing-i686/lirc.install 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:25:41
  Author: tpowa
Revision: 219281

upgpkg: lirc 1:0.9.0-76

rebuild against 3.16

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:23:40 UTC (rev 219280)
+++ PKGBUILD2014-08-04 07:25:41 UTC (rev 219281)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=75
+pkgrel=76
 epoch=1
 _extramodules=extramodules-3.16-ARCH
 arch=('i686' 'x86_64')



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:28:27
  Author: tpowa
Revision: 219283

upgpkg: nvidia-304xx 304.123-5

rebuild against 3.16

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:26:01 UTC (rev 219282)
+++ PKGBUILD2014-08-04 07:28:27 UTC (rev 219283)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.123
 _extramodules=extramodules-3.16-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:28:34
  Author: tpowa
Revision: 219284

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

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

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

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

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

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:32:08
  Author: tpowa
Revision: 116831

upgpkg: tp_smapi 0.41-52

rebuild against 3.16

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:21:53 UTC (rev 116830)
+++ PKGBUILD2014-08-04 07:32:08 UTC (rev 116831)
@@ -16,7 +16,7 @@
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
 depends=('linux=3.16' 'linux3.17')
-makedepends=('linux-headers=3.16 'linux-headers3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
 install=${pkgname}.install
 
source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')



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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:32:36
  Author: tpowa
Revision: 116832

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

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

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

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 116831, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-04 07:32:36 UTC (rev 116832)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=52
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.16' 'linux3.17')
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:33:14
  Author: tpowa
Revision: 116833

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

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

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

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
116828, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-08-04 07:33:14 UTC (rev 
116833)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
116832, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-08-04 07:33:14 UTC (rev 
116833)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 116832, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-04 07:33:14 UTC (rev 116833)
@@ -0,0 

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:34:24
  Author: tpowa
Revision: 116834

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

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

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

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2014-08-04 07:33:14 UTC (rev 
116833)
+++ community-testing-i686/60-vhba.rules2014-08-04 07:34:24 UTC (rev 
116834)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
116833, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-08-04 07:34:24 UTC (rev 
116834)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

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

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

[arch-commits] Commit in xorg-twm/trunk (PKGBUILD manpage.patch)

2014-08-04 Thread Laurent Carlier
Date: Monday, August 4, 2014 @ 09:52:32
  Author: lcarlier
Revision: 219285

upgpkg: xorg-twm 1.0.8-3

fix FS#41094

Added:
  xorg-twm/trunk/manpage.patch
Modified:
  xorg-twm/trunk/PKGBUILD

---+
 PKGBUILD  |   21 -
 manpage.patch |   27 +++
 2 files changed, 39 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:28:34 UTC (rev 219284)
+++ PKGBUILD2014-08-04 07:52:32 UTC (rev 219285)
@@ -4,18 +4,26 @@
 
 pkgname=xorg-twm
 pkgver=1.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Tab Window Manager for the X Window System
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
-backup=(etc/X11/twm/system.twmrc)
+backup=(usr/share/X11/twm/system.twmrc)
 license=('custom')
 depends=('libxmu')
 makedepends=('xorg-util-macros')
 options=('!emptydirs')
-source=(${url}/releases/individual/app/twm-${pkgver}.tar.bz2)
-sha256sums=('7660352353d632127ff50390991706aa660b28a4ada816c2582ac02720722e44')
+source=(${url}/releases/individual/app/twm-${pkgver}.tar.bz2
+manpage.patch)
+sha256sums=('7660352353d632127ff50390991706aa660b28a4ada816c2582ac02720722e44'
+'0d08dacdb94bb0b2de1a80cc7275082e8f168e6309252c5250e507dd36950b9f')
 
+prepare() {
+  cd twm-${pkgver}
+  patch -Np1 -i ../manpage.patch
+  autoreconf -fiv
+}
+
 build() {
   cd twm-${pkgver}
   ./configure --prefix=/usr
@@ -26,10 +34,5 @@
   cd twm-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  # fix config file location
-  install -m755 -d ${pkgdir}/etc/X11/twm
-  install -m644 src/system.twmrc ${pkgdir}/etc/X11/twm/
-  rm $pkgdir/usr/share/X11/twm/system.twmrc
-  
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }

Added: manpage.patch
===
--- manpage.patch   (rev 0)
+++ manpage.patch   2014-08-04 07:52:32 UTC (rev 219285)
@@ -0,0 +1,27 @@
+diff --git a/man/Makefile.am b/man/Makefile.am
+index 7d45968..4d36ec4 100644
+--- a/man/Makefile.am
 b/man/Makefile.am
+@@ -33,6 +33,9 @@ CLEANFILES = $(appman_DATA)
+ 
+ SUFFIXES = .$(APP_MAN_SUFFIX) .man
+ 
++# taken from manpages.am in xserver
++MAN_SUBSTS += -e 's|__datadir__|$(datadir)|g'
++
+ # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
+ .man.$(APP_MAN_SUFFIX):
+   $(AM_V_GEN)$(SED) $(MAN_SUBSTS)  $  $@
+diff --git a/man/twm.man b/man/twm.man
+index cc8bc5f..d1dbaa0 100644
+--- a/man/twm.man
 b/man/twm.man
+@@ -132,7 +132,7 @@ differing visual types.
+ .B $HOME/.twmrc
+ This is the usual name for an individual user's startup file.
+ .TP 8
+-.B __projectroot__/lib/X11/twm/system.twmrc
++.B __datadir__/X11/twm/system.twmrc
+ If neither of the preceding files are found, \fItwm\fP will look in this
+ file for a
+ default configuration.  This is often tailored by the site administrator to



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

2014-08-04 Thread Laurent Carlier
Date: Monday, August 4, 2014 @ 09:52:44
  Author: lcarlier
Revision: 219286

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

Added:
  xorg-twm/repos/extra-i686/PKGBUILD
(from rev 219285, xorg-twm/trunk/PKGBUILD)
  xorg-twm/repos/extra-i686/manpage.patch
(from rev 219285, xorg-twm/trunk/manpage.patch)
  xorg-twm/repos/extra-x86_64/PKGBUILD
(from rev 219285, xorg-twm/trunk/PKGBUILD)
  xorg-twm/repos/extra-x86_64/manpage.patch
(from rev 219285, xorg-twm/trunk/manpage.patch)
Deleted:
  xorg-twm/repos/extra-i686/PKGBUILD
  xorg-twm/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   76 +++
 extra-i686/PKGBUILD|   35 ---
 extra-i686/manpage.patch   |   27 +++
 extra-x86_64/PKGBUILD  |   35 ---
 extra-x86_64/manpage.patch |   27 +++
 5 files changed, 130 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-04 07:52:32 UTC (rev 219285)
+++ extra-i686/PKGBUILD 2014-08-04 07:52:44 UTC (rev 219286)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-twm
-pkgver=1.0.8
-pkgrel=2
-pkgdesc=Tab Window Manager for the X Window System
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-backup=(etc/X11/twm/system.twmrc)
-license=('custom')
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-options=('!emptydirs')
-source=(${url}/releases/individual/app/twm-${pkgver}.tar.bz2)
-sha256sums=('7660352353d632127ff50390991706aa660b28a4ada816c2582ac02720722e44')
-
-build() {
-  cd twm-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd twm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # fix config file location
-  install -m755 -d ${pkgdir}/etc/X11/twm
-  install -m644 src/system.twmrc ${pkgdir}/etc/X11/twm/
-  rm $pkgdir/usr/share/X11/twm/system.twmrc
-  
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-twm/repos/extra-i686/PKGBUILD (from rev 219285, 
xorg-twm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-04 07:52:44 UTC (rev 219286)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-twm
+pkgver=1.0.8
+pkgrel=3
+pkgdesc=Tab Window Manager for the X Window System
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+backup=(usr/share/X11/twm/system.twmrc)
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+options=('!emptydirs')
+source=(${url}/releases/individual/app/twm-${pkgver}.tar.bz2
+manpage.patch)
+sha256sums=('7660352353d632127ff50390991706aa660b28a4ada816c2582ac02720722e44'
+'0d08dacdb94bb0b2de1a80cc7275082e8f168e6309252c5250e507dd36950b9f')
+
+prepare() {
+  cd twm-${pkgver}
+  patch -Np1 -i ../manpage.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd twm-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd twm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: xorg-twm/repos/extra-i686/manpage.patch (from rev 219285, 
xorg-twm/trunk/manpage.patch)
===
--- extra-i686/manpage.patch(rev 0)
+++ extra-i686/manpage.patch2014-08-04 07:52:44 UTC (rev 219286)
@@ -0,0 +1,27 @@
+diff --git a/man/Makefile.am b/man/Makefile.am
+index 7d45968..4d36ec4 100644
+--- a/man/Makefile.am
 b/man/Makefile.am
+@@ -33,6 +33,9 @@ CLEANFILES = $(appman_DATA)
+ 
+ SUFFIXES = .$(APP_MAN_SUFFIX) .man
+ 
++# taken from manpages.am in xserver
++MAN_SUBSTS += -e 's|__datadir__|$(datadir)|g'
++
+ # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
+ .man.$(APP_MAN_SUFFIX):
+   $(AM_V_GEN)$(SED) $(MAN_SUBSTS)  $  $@
+diff --git a/man/twm.man b/man/twm.man
+index cc8bc5f..d1dbaa0 100644
+--- a/man/twm.man
 b/man/twm.man
+@@ -132,7 +132,7 @@ differing visual types.
+ .B $HOME/.twmrc
+ This is the usual name for an individual user's startup file.
+ .TP 8
+-.B __projectroot__/lib/X11/twm/system.twmrc
++.B __datadir__/X11/twm/system.twmrc
+ If neither of the preceding files are found, \fItwm\fP will look in this
+ file for a
+ default configuration.  This is often tailored by the site administrator to

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-04 07:52:32 UTC (rev 219285)
+++ extra-x86_64/PKGBUILD   2014-08-04 07:52:44 UTC (rev 219286)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Jan de Groot 

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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 11:50:43
  Author: foutrelis
Revision: 116835

upgpkg: virtualbox-modules 4.3.14-4

Linux 3.16 rebuild; fix .install files.

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

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

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2014-08-04 07:34:24 UTC (rev 116834)
+++ virtualbox-guest-modules.install2014-08-04 09:50:43 UTC (rev 116835)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.15-ARCH
+  EXTRAMODULES=extramodules-3.16-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2014-08-04 07:34:24 UTC (rev 116834)
+++ virtualbox-host-modules.install 2014-08-04 09:50:43 UTC (rev 116835)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-3.15-ARCH
+  EXTRAMODULES=extramodules-3.16-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 11:50:58
  Author: foutrelis
Revision: 116836

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

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

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

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

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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 11:53:51
  Author: foutrelis
Revision: 116837

upgpkg: virtualbox-modules 4.3.14-5

Linux 3.16 rebuild; fix .install files.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 09:50:58 UTC (rev 116836)
+++ PKGBUILD2014-08-04 09:53:51 UTC (rev 116837)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.14
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 11:54:08
  Author: foutrelis
Revision: 116838

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

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

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

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

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

2014-08-04 Thread Martin Wimpress
Date: Monday, August 4, 2014 @ 12:42:41
  Author: flexiondotorg
Revision: 116841

upgpkg: syncthing 0.9.0-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 10:36:02 UTC (rev 116840)
+++ PKGBUILD2014-08-04 10:42:41 UTC (rev 116841)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.8.21
+pkgver=0.9.0
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -17,7 +17,7 @@
 source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
 syncthing@.service
 syncthing.1)
-sha1sums=('396ab88b774f29120d54a79bd7ddf5ae87755a2b'
+sha1sums=('14e510dcc146f29230cc6c3545c9f83db0e82d81'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install
@@ -24,28 +24,28 @@
 
 prepare() {
 cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
 # Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
+sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
+sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
 }
 
 build() {
 export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+./build.sh  -tags noupgrade
 }
 
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
+#check() {
+#export GOPATH=${srcdir}
+#cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#./build.sh test
+#}
 
 package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -D -m 755 bin/syncthing ${pkgdir}/usr/bin/syncthing
 install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
 install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service



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

2014-08-04 Thread Martin Wimpress
Date: Monday, August 4, 2014 @ 12:42:52
  Author: flexiondotorg
Revision: 116842

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

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

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

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

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

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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 12:35:51
  Author: foutrelis
Revision: 116839

upgpkg: r8168 8.038.00-10

Linux 3.16 rebuild.

Added:
  r8168/trunk/delayed_work_ethtool_ops_fix2.patch
Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

-+
 PKGBUILD|   17 +++--
 delayed_work_ethtool_ops_fix2.patch |   26 ++
 r8168.install   |2 +-
 3 files changed, 34 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 09:54:08 UTC (rev 116838)
+++ PKGBUILD2014-08-04 10:35:51 UTC (rev 116839)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=9
+pkgrel=10
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)
@@ -12,20 +12,18 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
 install=$pkgname.install
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;
+delayed_work_ethtool_ops_fix2.patch)
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072'
+'2a03fa65e476cb7dd3ed5976037e0218260ff2660b6a4c495a824865eb10c303')
 
 prepare(){
cd $pkgname-$pkgver
 
-   # Fix build with Linux 3.15
+   # Fix build with Linux 3.15 and 3.16
# https://code.google.com/p/r8168/issues/detail?id=19
-   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
-   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
-   else
-   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
-   return 1
-   fi
+   patch -Np1 -i $srcdir/delayed_work_ethtool_ops_fix2.patch
 }
 
 build() {
@@ -55,4 +53,3 @@
sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
 }
 
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Added: delayed_work_ethtool_ops_fix2.patch
===
--- delayed_work_ethtool_ops_fix2.patch (rev 0)
+++ delayed_work_ethtool_ops_fix2.patch 2014-08-04 10:35:51 UTC (rev 116839)
@@ -0,0 +1,26 @@
+--- r8168-8.038.00/src/r8168_n.c.orig
 r8168-8.038.00/src/r8168_n.c
+@@ -17542,7 +17542,11 @@ rtl8168_init_one(struct pci_dev *pdev,
+ 
+ RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
+ 
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,16,0)
+ SET_ETHTOOL_OPS(dev, rtl8168_ethtool_ops);
++#else
++dev-ethtool_ops = rtl8168_ethtool_ops;
++#endif
+ 
+ dev-watchdog_timeo = RTL8168_TX_TIMEOUT;
+ dev-irq = pdev-irq;
+@@ -19119,7 +19123,11 @@ static void rtl8168_schedule_work(struct
+ {
+ struct rtl8168_private *tp = netdev_priv(dev);
+ 
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,15,0)
+ PREPARE_DELAYED_WORK(tp-task, task);
++#else
++INIT_DELAYED_WORK(tp-task, task);
++#endif
+ schedule_delayed_work(tp-task, 4);
+ }
+ #endif

Modified: r8168.install
===
--- r8168.install   2014-08-04 09:54:08 UTC (rev 116838)
+++ r8168.install   2014-08-04 10:35:51 UTC (rev 116839)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.15-ARCH'
+   EXTRAMODULES='extramodules-3.16-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2014-08-04 Thread Evangelos Foutras
Date: Monday, August 4, 2014 @ 12:36:02
  Author: foutrelis
Revision: 116840

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

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

--+
 community-testing-i686/PKGBUILD  |   55 ++
 community-testing-i686/delayed_work_ethtool_ops_fix2.patch   |   26 
 community-testing-i686/r8168.install |   17 +++
 community-testing-x86_64/PKGBUILD|   55 ++
 community-testing-x86_64/delayed_work_ethtool_ops_fix2.patch |   26 
 community-testing-x86_64/r8168.install   |   17 +++
 6 files changed, 196 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 116839, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-04 10:36:02 UTC (rev 116840)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=10
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;
+delayed_work_ethtool_ops_fix2.patch)
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072'
+'2a03fa65e476cb7dd3ed5976037e0218260ff2660b6a4c495a824865eb10c303')
+
+prepare(){
+   cd $pkgname-$pkgver
+
+   # Fix build with Linux 3.15 and 3.16
+   # https://code.google.com/p/r8168/issues/detail?id=19
+   patch -Np1 -i $srcdir/delayed_work_ethtool_ops_fix2.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+

Copied: r8168/repos/community-testing-i686/delayed_work_ethtool_ops_fix2.patch 
(from rev 116839, r8168/trunk/delayed_work_ethtool_ops_fix2.patch)
===
--- community-testing-i686/delayed_work_ethtool_ops_fix2.patch  
(rev 0)
+++ community-testing-i686/delayed_work_ethtool_ops_fix2.patch  2014-08-04 
10:36:02 UTC (rev 116840)
@@ -0,0 +1,26 @@
+--- r8168-8.038.00/src/r8168_n.c.orig
 r8168-8.038.00/src/r8168_n.c
+@@ -17542,7 +17542,11 @@ rtl8168_init_one(struct pci_dev *pdev,
+ 
+ RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
+ 
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,16,0)
+ SET_ETHTOOL_OPS(dev, rtl8168_ethtool_ops);
++#else
++dev-ethtool_ops = rtl8168_ethtool_ops;
++#endif
+ 
+ dev-watchdog_timeo = RTL8168_TX_TIMEOUT;
+ dev-irq = pdev-irq;
+@@ -19119,7 +19123,11 @@ static void rtl8168_schedule_work(struct
+ {
+ struct rtl8168_private *tp = netdev_priv(dev);
+ 
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,15,0)
+ PREPARE_DELAYED_WORK(tp-task, task);
++#else
++INIT_DELAYED_WORK(tp-task, task);

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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 13:15:19
  Author: arodseth
Revision: 116843

upgpkg: grafx2 2.4-6

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 10:42:52 UTC (rev 116842)
+++ PKGBUILD2014-08-04 11:15:19 UTC (rev 116843)
@@ -4,22 +4,22 @@
 
 pkgname=grafx2
 pkgver=2.4
-pkgrel=5
+pkgrel=6
 _pkgrev=2035
 pkgdesc='Pixelart-oriented painting program'
 arch=('x86_64' 'i686')
-url='http://code.google.com/p/grafx2/'
+url='http://pulkomandy.tk/projects/GrafX2'
 license=('GPL2')
-install=grafx2.install
+install=$pkgname.install
 depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
 makedepends=('gendesk')
 options=('!emptydirs')
-source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
+source=(http://pulkomandy.tk/projects/GrafX2/downloads/$pkgname-$pkgver.$_pkgrev-src.tgz;)
 sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
 
 prepare() {
   gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'GrafX2' \
---genericname 'Drawing program' --exec 'grafx %U' \
+--genericname 'Drawing program' --exec 'grafx2 %U' \
 --mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
 --categories 'Graphics;2DGraphics;RasterGraphics'
 }



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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 13:16:26
  Author: arodseth
Revision: 116844

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

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

-+
 /PKGBUILD   |   78 ++
 /grafx2.install |   28 +
 community-i686/PKGBUILD |   39 ---
 community-i686/grafx2.install   |   14 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/grafx2.install |   14 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 11:15:19 UTC (rev 116843)
+++ community-i686/PKGBUILD 2014-08-04 11:16:26 UTC (rev 116844)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Simon Parzer simon.par...@gmail.com
-
-pkgname=grafx2
-pkgver=2.4
-pkgrel=5
-_pkgrev=2035
-pkgdesc='Pixelart-oriented painting program'
-arch=('x86_64' 'i686')
-url='http://code.google.com/p/grafx2/'
-license=('GPL2')
-install=grafx2.install
-depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
-makedepends=('gendesk')
-options=('!emptydirs')
-source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
-sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
-
-prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'GrafX2' \
---genericname 'Drawing program' --exec 'grafx %U' \
---mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
---categories 'Graphics;2DGraphics;RasterGraphics'
-}
-
-build() {
-  make -C $pkgname/src
-}
-
-package() {
-  make -C $pkgname/src prefix=/usr DESTDIR=$pkgdir install
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname/doc/README.txt \
-$pkgdir/usr/share/doc/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-i686/PKGBUILD (from rev 116843, 
grafx2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 11:16:26 UTC (rev 116844)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Simon Parzer simon.par...@gmail.com
+
+pkgname=grafx2
+pkgver=2.4
+pkgrel=6
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://pulkomandy.tk/projects/GrafX2'
+license=('GPL2')
+install=$pkgname.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=(http://pulkomandy.tk/projects/GrafX2/downloads/$pkgname-$pkgver.$_pkgrev-src.tgz;)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc --name 'GrafX2' \
+--genericname 'Drawing program' --exec 'grafx2 %U' \
+--mimetypes 'image/bmp;image/gif;image/png;image/x-tga;image/tiff' \
+--categories 'Graphics;2DGraphics;RasterGraphics'
+}
+
+build() {
+  make -C $pkgname/src
+}
+
+package() {
+  make -C $pkgname/src prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname/doc/README.txt \
+$pkgdir/usr/share/doc/$pkgname/readme.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/grafx2.install
===
--- community-i686/grafx2.install   2014-08-04 11:15:19 UTC (rev 116843)
+++ community-i686/grafx2.install   2014-08-04 11:16:26 UTC (rev 116844)
@@ -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: grafx2/repos/community-i686/grafx2.install (from rev 116843, 
grafx2/trunk/grafx2.install)
===
--- community-i686/grafx2.install   (rev 0)
+++ community-i686/grafx2.install   2014-08-04 11:16:26 UTC (rev 116844)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  

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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 13:25:24
  Author: arodseth
Revision: 116845

upgpkg: python-foolscap 0.6.4-3

Modified:
  python-foolscap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 11:16:26 UTC (rev 116844)
+++ PKGBUILD2014-08-04 11:25:24 UTC (rev 116845)
@@ -1,26 +1,29 @@
 # $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
 # Contributor: giniu ggi...@gmail.com
 
 pkgbase=python-foolscap
 pkgname=python2-foolscap
 pkgver=0.6.4
-pkgrel=2
-pkgdesc=RPC protocol for Python and Twisted
+pkgrel=3
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
 license=('MIT')
-url=http://foolscap.lothar.com/;
-arch=(any)
-depends=('twisted' 'python2' 'python2-pyopenssl')
+depends=('python2-twisted' 'python2-pyopenssl')
 makedepends=('python2-distribute')
 conflicts=('python-foolscap=0.6.3')
 replaces=('python-foolscap=0.6.3')
-options=(!emptydirs)
-source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc})
-md5sums=('0aedae62a0be50da4f89d80b5b30c8a2'
- '45f74eb0b8038481cb04867b07f5efee')
+options=('!emptydirs')
+source=(http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
+sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99')
 
 package_python2-foolscap() {
-  cd $srcdir/foolscap-$pkgver
+  cd foolscap-$pkgver
+
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 13:26:22
  Author: arodseth
Revision: 116846

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-04 11:25:24 UTC (rev 116845)
+++ PKGBUILD2014-08-04 11:26:22 UTC (rev 116846)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: giniu ggi...@gmail.com
-
-pkgbase=python-foolscap
-pkgname=python2-foolscap
-pkgver=0.6.4
-pkgrel=2
-pkgdesc=RPC protocol for Python and Twisted
-license=('MIT')
-url=http://foolscap.lothar.com/;
-arch=(any)
-depends=('twisted' 'python2' 'python2-pyopenssl')
-makedepends=('python2-distribute')
-conflicts=('python-foolscap=0.6.3')
-replaces=('python-foolscap=0.6.3')
-options=(!emptydirs)
-source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc})
-md5sums=('0aedae62a0be50da4f89d80b5b30c8a2'
- '45f74eb0b8038481cb04867b07f5efee')
-
-package_python2-foolscap() {
-  cd $srcdir/foolscap-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 116845, 
python-foolscap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-04 11:26:22 UTC (rev 116846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: giniu ggi...@gmail.com
+
+pkgbase=python-foolscap
+pkgname=python2-foolscap
+pkgver=0.6.4
+pkgrel=3
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-distribute')
+conflicts=('python-foolscap=0.6.3')
+replaces=('python-foolscap=0.6.3')
+options=('!emptydirs')
+source=(http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
+sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99')
+
+package_python2-foolscap() {
+  cd foolscap-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:39:02
  Author: spupykin
Revision: 116847

upgpkg: libvirt 1.2.7-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 11:26:22 UTC (rev 116846)
+++ PKGBUILD2014-08-04 11:39:02 UTC (rev 116847)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.2.6
-pkgrel=3
+pkgver=1.2.7
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -62,7 +62,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('ac1c3edbafb38f7978debe9507e5515c'
+md5sums=('d556b3d815a222fd9680f9f3948595cb'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
  '020971887442ebbf1b6949e031c8dd3f')



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:39:36
  Author: spupykin
Revision: 116849

upgpkg: when 1.1.33-1

upd

Modified:
  when/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 11:39:28 UTC (rev 116848)
+++ PKGBUILD2014-08-04 11:39:36 UTC (rev 116849)
@@ -3,7 +3,7 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=when
-pkgver=1.1.32
+pkgver=1.1.33
 pkgrel=1
 pkgdesc=A simple commandline personal calendar program
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl')
 source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('c2d74a48d5a908f26a72290c54c04926')
+md5sums=('f67752e71609ad6bb0be3b8dcfd127c3')
 
 package() {
   cd $srcdir/when_dist



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:39:28
  Author: spupykin
Revision: 116848

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 116847, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 116847, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 116847, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 116847, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 116847, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 116847, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 116847, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 116847, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 116847, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 116847, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  240 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |  120 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  120 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 11:39:02 UTC (rev 116847)
+++ community-i686/PKGBUILD 2014-08-04 11:39:28 UTC (rev 116848)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.6
-pkgrel=3
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
-   # 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables: for networking'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   

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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:39:49
  Author: spupykin
Revision: 116851

upgpkg: xcircuit 3.8.72-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 11:39:45 UTC (rev 116850)
+++ PKGBUILD2014-08-04 11:39:49 UTC (rev 116851)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.70
+pkgver=3.8.72
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('5abb5c81272f8a5a2f8ccca6eb3e27e8')
+md5sums=('9a5bdf6146700e815fd3f1c1be8284fa')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:40:06
  Author: spupykin
Revision: 116852

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 11:39:49 UTC (rev 116851)
+++ community-i686/PKGBUILD 2014-08-04 11:40:06 UTC (rev 116852)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.70
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('5abb5c81272f8a5a2f8ccca6eb3e27e8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 116851, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 11:40:06 UTC (rev 116852)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.72
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('9a5bdf6146700e815fd3f1c1be8284fa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-04 11:39:49 UTC (rev 116851)
+++ community-x86_64/PKGBUILD   2014-08-04 11:40:06 UTC (rev 116852)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.70
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('5abb5c81272f8a5a2f8ccca6eb3e27e8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf 

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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 13:39:45
  Author: spupykin
Revision: 116850

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
(from rev 116849, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
(from rev 116849, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   40 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-08-04 11:39:36 UTC (rev 116849)
+++ ChangeLog   2014-08-04 11:39:45 UTC (rev 116850)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 116849, 
when/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-08-04 11:39:45 UTC (rev 116850)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-04 11:39:36 UTC (rev 116849)
+++ PKGBUILD2014-08-04 11:39:45 UTC (rev 116850)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=when
-pkgver=1.1.32
-pkgrel=1
-pkgdesc=A simple commandline personal calendar program
-arch=('any')
-url=http://www.lightandmatter.com/when/when.html;
-license=('GPL')
-depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-md5sums=('c2d74a48d5a908f26a72290c54c04926')
-
-package() {
-  cd $srcdir/when_dist
-  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
-  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
-}

Copied: when/repos/community-any/PKGBUILD (from rev 116849, when/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-04 11:39:45 UTC (rev 116850)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=when
+pkgver=1.1.33
+pkgrel=1
+pkgdesc=A simple commandline personal calendar program
+arch=('any')
+url=http://www.lightandmatter.com/when/when.html;
+license=('GPL')
+depends=('perl')
+source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
+md5sums=('f67752e71609ad6bb0be3b8dcfd127c3')
+
+package() {
+  cd $srcdir/when_dist
+  install -D -m755 $srcdir/when_dist/when $pkgdir/usr/bin/when
+  install -D -m644 $srcdir/when_dist/when.1 $pkgdir/usr/share/man/man1/when.1
+}



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

2014-08-04 Thread Andrea Scarpino
Date: Monday, August 4, 2014 @ 14:08:06
  Author: andrea
Revision: 219287

upgpkg: libkscreen 1.0.5-1

Upstream releaseexit

Modified:
  libkscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 07:52:44 UTC (rev 219286)
+++ PKGBUILD2014-08-04 12:08:06 UTC (rev 219287)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=libkscreen
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=KDE's screen management library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'qjson')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('802ba357e1e802d6773405bc54b47145')
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
 
 prepare() {
   mkdir build



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

2014-08-04 Thread Andrea Scarpino
Date: Monday, August 4, 2014 @ 14:08:14
  Author: andrea
Revision: 219288

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

Added:
  libkscreen/repos/extra-i686/PKGBUILD
(from rev 219287, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/extra-x86_64/PKGBUILD
(from rev 219287, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/extra-i686/PKGBUILD
  libkscreen/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 2014-08-04 12:08:06 UTC (rev 219287)
+++ extra-i686/PKGBUILD 2014-08-04 12:08:14 UTC (rev 219288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=libkscreen
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=KDE's screen management library
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/libkscreen'
-license=('GPL')
-depends=('kdelibs' 'qjson')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('802ba357e1e802d6773405bc54b47145')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 219287, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-04 12:08:14 UTC (rev 219288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-04 12:08:06 UTC (rev 219287)
+++ extra-x86_64/PKGBUILD   2014-08-04 12:08:14 UTC (rev 219288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=libkscreen
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=KDE's screen management library
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/libkscreen'
-license=('GPL')
-depends=('kdelibs' 'qjson')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('802ba357e1e802d6773405bc54b47145')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 219287, 
libkscreen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-04 12:08:14 UTC (rev 219288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 14:29:49
  Author: spupykin
Revision: 116853

upgpkg: yagf 0.9.4-1

upd

Modified:
  yagf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 11:40:06 UTC (rev 116852)
+++ PKGBUILD2014-08-04 12:29:49 UTC (rev 116853)
@@ -3,7 +3,7 @@
 # Contributor: das-ich das-...@yandex.ru
 
 pkgname=yagf
-pkgver=0.9.3.2
+pkgver=0.9.4
 pkgrel=1
 pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
 arch=(i686 x86_64)
@@ -15,17 +15,23 @@
'xsane: acquire images from a scanner into YAGF directly')
 makedepends=('cmake')
 install=yagf.install
-source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f36a0f318e331652a441f7751e06590d')
+source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
+md5sums=('a3dd65f939199c084d27661df93174ca')
 
+prepare() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  cp src/images/{A,a}lign.png
+  sed -i '1,1i#include unistd.h' src/mainform.cpp
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-$pkgver
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-$pkgver
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
   make DESTDIR=${pkgdir} install
   [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
 }



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 14:30:07
  Author: spupykin
Revision: 116854

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

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

---+
 /PKGBUILD |   74 
 /yagf.install |   26 ++
 community-i686/PKGBUILD   |   31 
 community-i686/yagf.install   |   13 ---
 community-x86_64/PKGBUILD |   31 
 community-x86_64/yagf.install |   13 ---
 6 files changed, 100 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 12:29:49 UTC (rev 116853)
+++ community-i686/PKGBUILD 2014-08-04 12:30:07 UTC (rev 116854)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: das-ich das-...@yandex.ru
-
-pkgname=yagf
-pkgver=0.9.3.2
-pkgrel=1
-pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
-arch=(i686 x86_64)
-url=http://symmetrica.net/cuneiform-linux/yagf-en.html;
-license=('GPL')
-depends=('qt4' 'aspell')
-optdepends=('cuneiform: recognition tool'
-   'tesseract: recognition tool'
-   'xsane: acquire images from a scanner into YAGF directly')
-makedepends=('cmake')
-install=yagf.install
-source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f36a0f318e331652a441f7751e06590d')
-
-build() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$pkgver
-  make DESTDIR=${pkgdir} install
-  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
-}

Copied: yagf/repos/community-i686/PKGBUILD (from rev 116853, 
yagf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 12:30:07 UTC (rev 116854)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: das-ich das-...@yandex.ru
+
+pkgname=yagf
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
+arch=(i686 x86_64)
+url=http://symmetrica.net/cuneiform-linux/yagf-en.html;
+license=('GPL')
+depends=('qt4' 'aspell')
+optdepends=('cuneiform: recognition tool'
+   'tesseract: recognition tool'
+   'xsane: acquire images from a scanner into YAGF directly')
+makedepends=('cmake')
+install=yagf.install
+source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
+md5sums=('a3dd65f939199c084d27661df93174ca')
+
+prepare() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  cp src/images/{A,a}lign.png
+  sed -i '1,1i#include unistd.h' src/mainform.cpp
+}
+
+build() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  make DESTDIR=${pkgdir} install
+  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
+}

Deleted: community-i686/yagf.install
===
--- community-i686/yagf.install 2014-08-04 12:29:49 UTC (rev 116853)
+++ community-i686/yagf.install 2014-08-04 12:30:07 UTC (rev 116854)
@@ -1,13 +0,0 @@
-post_install() {
-   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
-   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-   bin/true
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: yagf/repos/community-i686/yagf.install (from rev 116853, 
yagf/trunk/yagf.install)
===
--- community-i686/yagf.install (rev 0)
+++ community-i686/yagf.install 2014-08-04 12:30:07 UTC (rev 116854)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   bin/true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 15:15:53
  Author: arodseth
Revision: 116855

upgpkg: julia 0.3.0_rc1-2

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 12:30:07 UTC (rev 116854)
+++ PKGBUILD2014-08-04 13:15:53 UTC (rev 116855)
@@ -6,12 +6,12 @@
 
 pkgname=julia
 pkgver=0.3.0_rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
 license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
 makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
@@ -21,7 +21,7 @@
 
 prepare() {
   # Fix for FS#40736
-  [ $CARCH = x86_64 ]  (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2) 
|| true
+  [ $CARCH != x86_64 ] || (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2)
 }
 
 build() {
@@ -28,7 +28,7 @@
   make -C $pkgname prefix=/usr sysconfdir=/etc \
 USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_READLINE=0 \
 USE_SYSTEM_PCRE=1 \
 USE_SYSTEM_LIBM=1 \
 USE_SYSTEM_OPENLIBM=0 \
@@ -55,7 +55,7 @@
 prefix=/usr sysconfdir=/etc  \
 USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
+USE_SYSTEM_READLINE=0 \
 USE_SYSTEM_PCRE=1 \
 USE_SYSTEM_LIBM=1 \
 USE_SYSTEM_OPENLIBM=0 \



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

2014-08-04 Thread Alexander Rødseth
Date: Monday, August 4, 2014 @ 15:17:02
  Author: arodseth
Revision: 116856

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 116855, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 116855, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 116855, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 116855, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  174 ++
 /sysfix.install |   16 +++
 community-i686/PKGBUILD |   87 ---
 community-i686/sysfix.install   |8 -
 community-x86_64/PKGBUILD   |   87 ---
 community-x86_64/sysfix.install |8 -
 6 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 13:15:53 UTC (rev 116855)
+++ community-i686/PKGBUILD 2014-08-04 13:17:02 UTC (rev 116856)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-
-pkgname=julia
-pkgver=0.3.0_rc1
-pkgrel=1
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
-install=sysfix.install
-sha256sums=('SKIP')
-
-prepare() {
-  # Fix for FS#40736
-  [ $CARCH = x86_64 ]  (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2) 
|| true
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
-
-# Fix wonky permission
-chmod 644 $pkgdir/usr/lib/julia/libuv.a
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 116855, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 13:17:02 UTC (rev 116856)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Michael Jakl jakl.mich...@gmail.com
+# Contributor: devmotion nospam-archlinux@devmotion.de
+
+pkgname=julia
+pkgver=0.3.0_rc1
+pkgrel=2
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
+install=sysfix.install
+sha256sums=('SKIP')
+
+prepare() {
+  # Fix for FS#40736
+  [ $CARCH != x86_64 ] || (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2)
+}
+
+build() {
+  make -C $pkgname prefix=/usr sysconfdir=/etc \
+

[arch-commits] Commit in (6 files)

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 15:20:50
  Author: spupykin
Revision: 116857

Todo List: twisted-python2-twisted rename

Modified:
  buildbot-slave/trunk/PKGBUILD
  buildbot/trunk/PKGBUILD
  flumotion/trunk/PKGBUILD
  pyaimt/trunk/PKGBUILD
  pyicqt/trunk/PKGBUILD
  pymsnt/trunk/PKGBUILD

---+
 buildbot-slave/trunk/PKGBUILD |2 +-
 buildbot/trunk/PKGBUILD   |2 +-
 flumotion/trunk/PKGBUILD  |2 +-
 pyaimt/trunk/PKGBUILD |2 +-
 pyicqt/trunk/PKGBUILD |2 +-
 pymsnt/trunk/PKGBUILD |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Modified: buildbot/trunk/PKGBUILD
===
--- buildbot/trunk/PKGBUILD 2014-08-04 13:17:02 UTC (rev 116856)
+++ buildbot/trunk/PKGBUILD 2014-08-04 13:20:50 UTC (rev 116857)
@@ -9,7 +9,7 @@
 arch=('any')
 url=http://buildbot.net;
 license=(GPL)
-depends=('twisted' 'python2-jinja' 'python2-migrate' 'python2-dateutil')
+depends=('python2-twisted' 'python2-jinja' 'python2-migrate' 
'python2-dateutil')
 
source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz)
 md5sums=('b4c723d1e0324ea19511e622e420c6e7')
 

Modified: buildbot-slave/trunk/PKGBUILD
===
--- buildbot-slave/trunk/PKGBUILD   2014-08-04 13:17:02 UTC (rev 116856)
+++ buildbot-slave/trunk/PKGBUILD   2014-08-04 13:20:50 UTC (rev 116857)
@@ -9,7 +9,7 @@
 arch=('any')
 url=http://buildbot.net/;
 license=(GPL)
-depends=(twisted=10.2.0 python2)
+depends=(python2-twisted=10.2.0 python2)
 
source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
 md5sums=('b4c085dcad558b61af5233d1ea1ed750')
 

Modified: flumotion/trunk/PKGBUILD
===
--- flumotion/trunk/PKGBUILD2014-08-04 13:17:02 UTC (rev 116856)
+++ flumotion/trunk/PKGBUILD2014-08-04 13:20:50 UTC (rev 116857)
@@ -13,7 +13,7 @@
 backup=(etc/flumotion/workers/default.xml
etc/flumotion/managers/default/planet.xml)
 depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 
'gstreamer0.10-good-plugins'
-   'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
+   'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'python2-twisted' 
'gnome-vfs')
 makedepends=('perlxml')
 source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')

Modified: pyaimt/trunk/PKGBUILD
===
--- pyaimt/trunk/PKGBUILD   2014-08-04 13:17:02 UTC (rev 116856)
+++ pyaimt/trunk/PKGBUILD   2014-08-04 13:20:50 UTC (rev 116857)
@@ -12,7 +12,7 @@
 backup=(etc/ejabberd/pyaimt.xml)
 provides=(pyaim)
 replaces=(pyaim)
-depends=('python2' 'twisted')
+depends=('python2' 'python2-twisted')
 source=(http://pyaimt.googlecode.com/files/pyaimt-$pkgver.tar.gz
pyaimt.service
config.xml)

Modified: pyicqt/trunk/PKGBUILD
===
--- pyicqt/trunk/PKGBUILD   2014-08-04 13:17:02 UTC (rev 116856)
+++ pyicqt/trunk/PKGBUILD   2014-08-04 13:20:50 UTC (rev 116857)
@@ -10,7 +10,7 @@
 url=http://code.google.com/p/pyicqt/;
 license=('GPL')
 backup=(etc/ejabberd/pyicq.xml)
-depends=('python2' 'twisted')
+depends=('python2' 'python2-twisted')
 source=(http://pyicqt.googlecode.com/files/pyicqt-$pkgver.tar.gz
config.xml
pyicqt.service

Modified: pymsnt/trunk/PKGBUILD
===
--- pymsnt/trunk/PKGBUILD   2014-08-04 13:17:02 UTC (rev 116856)
+++ pymsnt/trunk/PKGBUILD   2014-08-04 13:20:50 UTC (rev 116857)
@@ -10,7 +10,7 @@
 url=http://delx.net.au/projects/pymsnt/;
 license=('GPL')
 backup=(etc/ejabberd/pymsn.xml)
-depends=('python2' 'twisted' 'python2-pyopenssl')
+depends=('python2' 'python2-twisted' 'python2-pyopenssl')
 source=(http://delx.net.au/projects/pymsnt/tarballs/pymsnt-$pkgver.tar.gz
pymsnt.service
config.xml



[arch-commits] Commit in lirc/trunk (7 files)

2014-08-04 Thread Lukas Fleischer
Date: Monday, August 4, 2014 @ 15:26:43
  Author: lfleischer
Revision: 219289

Prepare lirc-1:0.9.1-1

Added:
  lirc/trunk/wpc8769l-build-fix.patch
Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/kernel-2.6.39.patch
  lirc/trunk/linux-3.8.patch
  lirc/trunk/lirc_atiusb-kfifo.patch
  lirc/trunk/lirc_wpc8769l.patch
  lirc/trunk/lircd-handle-large-config.patch

-+
 PKGBUILD|   52 -
 kernel-2.6.39.patch |   54 --
 linux-3.8.patch |   80 -
 lirc_atiusb-kfifo.patch |   31 -
 lirc_wpc8769l.patch |   88 -
 lircd-handle-large-config.patch |   39 
 wpc8769l-build-fix.patch|   90 ++
 7 files changed, 110 insertions(+), 324 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 12:08:14 UTC (rev 219288)
+++ PKGBUILD2014-08-04 13:26:43 UTC (rev 219289)
@@ -3,8 +3,8 @@
 
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
-pkgver=0.9.0
-pkgrel=76
+pkgver=0.9.1
+pkgrel=1
 epoch=1
 _extramodules=extramodules-3.16-ARCH
 arch=('i686' 'x86_64')
@@ -13,23 +13,15 @@
 ### NOTICE don't forget to bump version in depends in package_lirc
 makedepends=('help2man' 'linux=3.16' 'linux3.17' 'linux-headers=3.16' 
'linux-headers3.17' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
-source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
-lirc_wpc8769l.patch
-lircd-handle-large-config.patch
-lirc_atiusb-kfifo.patch
-kernel-2.6.39.patch
-linux-3.8.patch
+source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;
+   wpc8769l-build-fix.patch
 lirc.logrotate
 lirc.service 
 lircm.service 
 irexec.service
 lirc.tmpfiles)
-md5sums=('b232aef26f23fe33ea8305d276637086'
- '1cce37e18e3f6f46044abab29016d18f'
- 'b70cc9640505205446ec47b7d4779f38'
- '1f8b104a2365d9f93404b143f499059b'
- '087a7d102e1c96bf1179f38db2b0b237'
- '9ee196bd03ea44af5a752fb0cc6ca96a'
+md5sums=('3b78c3cc872d5e2fa78b796c2efd46db'
+ '9ec33169b3407f74264062d7679dd269'
  '3deb02604b37811d41816e9b4385fcc3'
  'a9ab637e7207472e61e55a2fa75dc555'
  '1847b9997685bc3ad2cf11bea4590a92'
@@ -38,17 +30,11 @@
 
 prepare() {
   cd ${srcdir}/lirc-${pkgver}
-  patch -Np1 -i ${srcdir}/lirc_wpc8769l.patch
-  patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
-  patch -Np1 -i ${srcdir}/lirc_atiusb-kfifo.patch
-  patch -Np1 -i ${srcdir}/kernel-2.6.39.patch
-  patch -Np1 -i ${srcdir}/linux-3.8.patch
 
-  # use fixed instead of Courier w/xmode2, should be more prevalent on linux 
boxen
-  sed -i -e 's|char.*font1_name.*Courier.*$|char   
font1_name[]=-misc-fixed-*-r-*-*-12-*-*-*-*-*-iso8859-1;|g' tools/xmode2.c
+  patch -Np1 -i ${srcdir}/wpc8769l-build-fix.patch
 
-  # use /dev/lirc0 by default instead of /dev/lirc
-  sed -i -e 's|#define DEV_LIRClirc|#define DEV_LIRC lirc0|' 
config.h.in
+  # Do not use upstream systemd units yet.
+  sed -i 's/\(SUBDIRS.*\) $(SYSTEMD_DIR)/\1/' Makefile.am
 
   sed -i '/AC_PATH_XTRA/d' configure.ac
   sed -e 's/@X_CFLAGS@//g' \
@@ -56,19 +42,17 @@
   -e 's/@X_PRE_LIBS@//g' \
   -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
 
-  # fix for new automake #33497
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
   libtoolize
   autoreconf
 }
 
 build() {
+  cd ${srcdir}/lirc-${pkgver}
   _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  cd ${srcdir}/lirc-${pkgver}
 
   PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
-  --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ \
-  --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
+  --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ 
\
+  --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
   --sbindir=/usr/bin --with-transmitter
 
   # Remove drivers already in kernel
@@ -100,14 +84,18 @@
   depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
   optdepends=('python2: pronto2lirc utility')
   options=('strip')
+  backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
   install=lirc-utils.install
 
   cd ${srcdir}/lirc-${pkgver}
+
   make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/lirc.service 
${pkgdir}/usr/lib/systemd/system/lirc.service
-  install -D -m644 ${srcdir}/lircm.service 
${pkgdir}/usr/lib/systemd/system/lircm.service
-  install -D -m644 ${srcdir}/irexec.service 
${pkgdir}/usr/lib/systemd/system/irexec.service
-  install -D -m644 ${srcdir}/lirc.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lirc.conf
+
+  

[arch-commits] Commit in lldpd/trunk (PKGBUILD lldpd.service)

2014-08-04 Thread Sébastien Luttringer
Date: Monday, August 4, 2014 @ 16:57:36
  Author: seblu
Revision: 116858

Remove default daemon option

- Let upstream default be our. Can be easily overrided by systemd drop-in.d
- Add contributor

Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.service

---+
 PKGBUILD  |1 +
 lldpd.service |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 13:20:50 UTC (rev 116857)
+++ PKGBUILD2014-08-04 14:57:36 UTC (rev 116858)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Sébastien Seblu Luttringer
+# Contributor: Brian Bidulock bidul...@openss7.org
 
 pkgname=lldpd
 pkgver=0.7.10

Modified: lldpd.service
===
--- lldpd.service   2014-08-04 13:20:50 UTC (rev 116857)
+++ lldpd.service   2014-08-04 14:57:36 UTC (rev 116858)
@@ -6,7 +6,7 @@
 [Service]
 Type=notify
 NotifyAccess=main
-ExecStart=/usr/bin/lldpd -c -s -e -f -r
+ExecStart=/usr/bin/lldpd
 
 [Install]
 WantedBy=multi-user.target



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 17:04:28
  Author: spupykin
Revision: 116859

upgpkg: tigervnc 1.3.1-4

upd

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 14:57:36 UTC (rev 116858)
+++ PKGBUILD2014-08-04 15:04:28 UTC (rev 116859)
@@ -3,7 +3,7 @@
 
 pkgname=tigervnc
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 _xorgver=1.16.0
 pkgdesc=Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC.
 arch=('i686' 'x86_64')
@@ -62,7 +62,7 @@
--disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
--disable-config-hal --disable-config-udev --with-pic \
--disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --enable-dri3 --enable-glx --enable-glx-tls
+   --disable-dri --enable-dri2 --disable-dri3 --enable-glx --enable-glx-tls
   make
 }
 



[arch-commits] Commit in tigervnc/repos (28 files)

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 17:05:04
  Author: spupykin
Revision: 116860

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 116859, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/gethomedir.patch
(from rev 116859, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-i686/getmaster.patch
(from rev 116859, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-i686/vncserver.service
(from rev 116859, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 116859, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xorg116.patch
(from rev 116859, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-i686/xserver116.patch
(from rev 116859, tigervnc/trunk/xserver116.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 116859, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/gethomedir.patch
(from rev 116859, tigervnc/trunk/gethomedir.patch)
  tigervnc/repos/community-x86_64/getmaster.patch
(from rev 116859, tigervnc/trunk/getmaster.patch)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 116859, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 116859, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xorg116.patch
(from rev 116859, tigervnc/trunk/xorg116.patch)
  tigervnc/repos/community-x86_64/xserver116.patch
(from rev 116859, tigervnc/trunk/xserver116.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/getmaster.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg116.patch
  tigervnc/repos/community-i686/xserver116.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/getmaster.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg116.patch
  tigervnc/repos/community-x86_64/xserver116.patch

+
 /PKGBUILD  |  152 +
 /gethomedir.patch  |   40 ++
 /getmaster.patch   |  192 +++
 /vncserver.service |   56 +++
 /vncviewer.desktop |   18 +
 /xorg116.patch |  570 +++
 /xserver116.patch  |  230 ++
 community-i686/PKGBUILD|   76 
 community-i686/gethomedir.patch|   20 -
 community-i686/getmaster.patch |   96 -
 community-i686/vncserver.service   |   28 -
 community-i686/vncviewer.desktop   |9 
 community-i686/xorg116.patch   |  285 -
 community-i686/xserver116.patch|  115 ---
 community-x86_64/PKGBUILD  |   76 
 community-x86_64/gethomedir.patch  |   20 -
 community-x86_64/getmaster.patch   |   96 -
 community-x86_64/vncserver.service |   28 -
 community-x86_64/vncviewer.desktop |9 
 community-x86_64/xorg116.patch |  285 -
 community-x86_64/xserver116.patch  |  115 ---
 21 files changed, 1258 insertions(+), 1258 deletions(-)

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


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

2014-08-04 Thread Sébastien Luttringer
Date: Monday, August 4, 2014 @ 17:17:52
  Author: seblu
Revision: 116861

upgpkg: lldpd 0.7.10-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 15:05:04 UTC (rev 116860)
+++ PKGBUILD2014-08-04 15:17:52 UTC (rev 116861)
@@ -18,7 +18,7 @@
 'lldpd.service')
 md5sums=('508f2e76703abf8420d9223aae3db548'
  '8ae98663bac55afe5d989919d296f28a'
- 'c1e74da766b9605b1a39ca477a5db291')
+ 'a650af7390db0632480184f9f2e7ee4a')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-04 Thread Sébastien Luttringer
Date: Monday, August 4, 2014 @ 17:18:40
  Author: seblu
Revision: 116862

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

Added:
  lldpd/repos/community-i686/
  lldpd/repos/community-i686/LICENSE
(from rev 116861, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 116861, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 116861, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 116861, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/
  lldpd/repos/community-x86_64/LICENSE
(from rev 116861, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 116861, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 116861, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 116861, lldpd/trunk/lldpd.service)

+
 community-i686/LICENSE |   11 ++
 community-i686/PKGBUILD|   62 +++
 community-i686/lldpd.install   |   19 +++
 community-i686/lldpd.service   |   12 +++
 community-x86_64/LICENSE   |   11 ++
 community-x86_64/PKGBUILD  |   62 +++
 community-x86_64/lldpd.install |   19 +++
 community-x86_64/lldpd.service |   12 +++
 8 files changed, 208 insertions(+)

Copied: lldpd/repos/community-i686/LICENSE (from rev 116861, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-08-04 15:18:40 UTC (rev 116862)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/PKGBUILD (from rev 116861, 
lldpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 15:18:40 UTC (rev 116862)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Brian Bidulock bidul...@openss7.org
+
+pkgname=lldpd
+pkgver=0.7.10
+pkgrel=1
+pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
+arch=('i686' 'x86_64')
+url='http://vincentbernat.github.io/lldpd/'
+license=('custom:ISC' 'GPL')
+depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
+ 'libxml2' 'net-snmp' 'jansson')
+backup=('etc/lldpd.conf')
+install=$pkgname.install
+source=(http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz;
+'LICENSE'
+'lldpd.service')
+md5sums=('508f2e76703abf8420d9223aae3db548'
+ '8ae98663bac55afe5d989919d296f28a'
+ 'a650af7390db0632480184f9f2e7ee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-snmp \
+--with-xml \
+--with-json \
+--with-readline \
+--with-privsep-user=lldpd \
+--with-privsep-group=lldpd \
+--with-privsep-chroot=/run/lldpd/chroot \
+--with-lldpd-ctl-socket=/run/lldpd/socket \
+--with-lldpd-pid-file=/run/lldpd/pid
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  # config stuff
+  install -D -m 644 /dev/null $pkgdir/etc/lldpd.conf
+  install -d -m 755  $pkgdir/etc/lldpd.d
+  # systemd stuff
+  install -D -m 644 lldpd.service 
$pkgdir/usr/lib/systemd/system/lldpd.service
+  install -D -m 644 /dev/null $pkgdir/usr/lib/tmpfiles.d/lldpd.conf
+  printf 'd /run/lldpd 0750 lldpd lldpd\nd /run/lldpd 0750 lldpd lldpd\n'  \
+$pkgdir/usr/lib/tmpfiles.d/lldpd.conf
+  # license
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lldpd/repos/community-i686/lldpd.install (from rev 116861, 
lldpd/trunk/lldpd.install)
===
--- community-i686/lldpd.install(rev 0)
+++ community-i686/lldpd.install2014-08-04 15:18:40 UTC (rev 116862)
@@ -0,0 +1,19 @@
+#/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+  # 

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

2014-08-04 Thread Eric Bélanger
Date: Monday, August 4, 2014 @ 19:59:22
  Author: eric
Revision: 219290

Add cache support (close FS#40754)

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 13:26:43 UTC (rev 219289)
+++ PKGBUILD2014-08-04 17:59:22 UTC (rev 219290)
@@ -39,7 +39,7 @@
   --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
   --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
   --enable-udev_sync --enable-udev_rules 
--with-default-locking-dir=/run/lock/lvm \
-  --enable-lvmetad --with-thin=internal
+  --enable-lvmetad --with-thin=internal --with-cache=internal
 
   cp -a LVM2.${pkgver} LVM2-initramfs
 



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 20:06:09
  Author: spupykin
Revision: 116863

upgpkg: owncloud 7.0.1-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 15:18:40 UTC (rev 116862)
+++ PKGBUILD2014-08-04 18:06:09 UTC (rev 116863)
@@ -4,8 +4,8 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=7.0.0
-pkgrel=2
+pkgver=7.0.1
+pkgrel=1
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
 url=http://owncloud.org/;
@@ -29,7 +29,7 @@
 backup=('etc/webapps/owncloud/apache.example.conf')
 
source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
'apache.example.conf')
-md5sums=('28cfdc99e8ee9350fe88430b4c7d62f2'
+md5sums=('a922504271aa4dbca83b28aec1c11178'
  'SKIP'
  '64c6edf88bcbb37d063e4bf77b39237f')
 



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

2014-08-04 Thread Sergej Pupykin
Date: Monday, August 4, 2014 @ 20:06:19
  Author: spupykin
Revision: 116864

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 116863, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 116863, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  106 +-
 apache.example.conf |   36 
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-04 18:06:09 UTC (rev 116863)
+++ PKGBUILD2014-08-04 18:06:19 UTC (rev 116864)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Antonio Rojas nqn1976 @ gmail.com
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=7.0.0
-pkgrel=2
-pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
-   'apache.example.conf')
-md5sums=('28cfdc99e8ee9350fe88430b4c7d62f2'
- 'SKIP'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 116863, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-04 18:06:19 UTC (rev 116864)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Antonio Rojas nqn1976 @ gmail.com
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=7.0.1
+pkgrel=1
+pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
+   'apache.example.conf')
+md5sums=('a922504271aa4dbca83b28aec1c11178'
+ 'SKIP'
+ '64c6edf88bcbb37d063e4bf77b39237f')
+
+package() {
+  # install license
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+
+  # install project
+  install -d ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+
+  # install apache config file
+  install -d  ${pkgdir}/etc/webapps/${pkgname}
+  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
+
+  # move config to /etc
+  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
+  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
+  ln -s /etc/webapps/${pkgname}/config 

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

2014-08-04 Thread Daniel Micay
Date: Monday, August 4, 2014 @ 20:13:44
  Author: thestinger
Revision: 116865

upgpkg: linux-grsec 3.15.8.201408040708-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 18:06:19 UTC (rev 116864)
+++ PKGBUILD2014-08-04 18:13:44 UTC (rev 116865)
@@ -8,7 +8,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.8
 _grsecver=3.0
-_timestamp=201408032017
+_timestamp=201408040708
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
-'97b162d6b1b6272cf263dd24cf2fe666f6b7cd38e8be513ca593f4d7b4d1a078'
+'f85023b7d061365a08139743e68082e3f61b178173528a0d9e39c07ddeef0ad6'
 'SKIP'
 'e7464de4d248176dc6e2dede11acdfa4cb77bed1fbacaf2b8c66ab94164fe383'
 'aaeea9587701bd8e1a23dfa9e5c32dcda454ce26497175a9ad9f2bd3c260f6ea'



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

2014-08-04 Thread Daniel Micay
Date: Monday, August 4, 2014 @ 20:14:54
  Author: thestinger
Revision: 116866

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116865, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116865, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116865, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116865, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116865, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116865, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116865, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 116865, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116865, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116865, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116865, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116865, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116865, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116865, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116865, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 116865, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

-+
 /PKGBUILD   |  
650 
 /Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 82 
 /change-default-console-loglevel.patch  |  
 24 
 /config 
|13826 ++
 /config.x86_64  
|13306 +
 /linux-grsec.install|  
206 
 /linux.preset   |  
 28 
 /sysctl.conf|  
262 
 community-i686/PKGBUILD |  
325 
 community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch   |  
 41 
 community-i686/change-default-console-loglevel.patch|  
 12 
 community-i686/config   | 
6913 -
 community-i686/config.x86_64| 
6653 
 community-i686/linux-grsec.install  |  
103 
 community-i686/linux.preset |  
 14 
 community-i686/sysctl.conf  |  
131 
 community-x86_64/PKGBUILD   |  
325 
 community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 41 
 community-x86_64/change-default-console-loglevel.patch  |  
 12 
 community-x86_64/config | 
6913 -
 community-x86_64/config.x86_64  | 
6653 
 community-x86_64/linux-grsec.install 

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

2014-08-04 Thread Jan Steffens
Date: Monday, August 4, 2014 @ 21:12:38
  Author: heftig
Revision: 219291

FS#41454 missing dep

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 17:59:22 UTC (rev 219290)
+++ PKGBUILD2014-08-04 19:12:38 UTC (rev 219291)
@@ -6,7 +6,7 @@
 
 pkgname=meld
 pkgver=3.11.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
 license=(GPL)
@@ -13,7 +13,8 @@
 arch=(any)
 makedepends=(intltool itstool)
 install=meld.install
-depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils)
+depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils
+ gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
 sha1sums=('9d2dfe0579241ff8f4e9681945fb9cd229947edc')



[arch-commits] Commit in meld/repos/extra-any (4 files)

2014-08-04 Thread Jan Steffens
Date: Monday, August 4, 2014 @ 21:14:29
  Author: heftig
Revision: 219292

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 219291, meld/trunk/PKGBUILD)
  meld/repos/extra-any/meld.install
(from rev 219291, meld/trunk/meld.install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   69 -
 meld.install |   28 +++
 2 files changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-04 19:12:38 UTC (rev 219291)
+++ PKGBUILD2014-08-04 19:14:29 UTC (rev 219292)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=meld
-pkgver=3.11.2
-pkgrel=2
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('9d2dfe0579241ff8f4e9681945fb9cd229947edc')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 219291, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-04 19:14:29 UTC (rev 219292)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=meld
+pkgver=3.11.2
+pkgrel=3
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+install=meld.install
+depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils
+ gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('9d2dfe0579241ff8f4e9681945fb9cd229947edc')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root=$pkgdir --optimize=1
+}

Deleted: meld.install
===
--- meld.install2014-08-04 19:12:38 UTC (rev 219291)
+++ meld.install2014-08-04 19:14:29 UTC (rev 219292)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/extra-any/meld.install (from rev 219291, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2014-08-04 19:14:29 UTC (rev 219292)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-08-04 Thread Lukas Fleischer
Date: Monday, August 4, 2014 @ 21:25:27
  Author: lfleischer
Revision: 219293

lirc: Minor PKGBUILD cleanups

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 19:14:29 UTC (rev 219292)
+++ PKGBUILD2014-08-04 19:25:27 UTC (rev 219293)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
-### NOTICE don't forget to bump version in depends in package_lirc
+# NOTICE: Don't forget to bump version in depends in package_lirc()!
 makedepends=('help2man' 'linux=3.16' 'linux3.17' 'linux-headers=3.16' 
'linux-headers3.17' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2;
@@ -71,12 +71,12 @@
   install=lirc.install
 
   cd ${srcdir}/lirc-${pkgver}/drivers
+
   make DESTDIR=${pkgdir} moduledir=/usr/lib/modules/${_extramodules} 
install
+  gzip -9 ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
 
   # set the kernel we've built for inside the install script
-  sed -i -e s/EXTRAMODULES=.*/EXTRAMODULES=${_extramodules}/g 
${startdir}/lirc.install
-  # gzip -9 modules
-  find ${pkgdir} -name '*.ko' -exec gzip -9 {} \;
+  sed -i s/^EXTRAMODULES=.*$/EXTRAMODULES=${_extramodules}/ 
${startdir}/lirc.install
 }
 
 package_lirc-utils() {
@@ -102,8 +102,6 @@
   # install the logrotate config
   install -Dm644 ${srcdir}/lirc.logrotate ${pkgdir}/etc/logrotate.d/lirc
 
-  install -d ${pkgdir}/etc/lirc
-  
   # remove built modules
   rm -r ${pkgdir}/usr/lib/modules
 }



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

2014-08-04 Thread Dave Reisner
Date: Monday, August 4, 2014 @ 22:39:43
  Author: dreisner
Revision: 116867

upgpkg: pkgbuild-introspection 4-1

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 18:14:54 UTC (rev 116866)
+++ PKGBUILD2014-08-04 20:39:43 UTC (rev 116867)
@@ -1,5 +1,5 @@
 pkgname=pkgbuild-introspection
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url=https://github.com/falconindy/pkgbuild-introspection;
@@ -7,7 +7,7 @@
 arch=('any')
 depends=('bash')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('181d593374701fa9c69a3e8a5c35951b'
+md5sums=('26caeef4592196e4f08f4d0198f35f51'
  'SKIP')
 
 build() {



[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

2014-08-04 Thread Dave Reisner
Date: Monday, August 4, 2014 @ 22:40:02
  Author: dreisner
Revision: 116868

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 116867, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-04 20:39:43 UTC (rev 116867)
+++ PKGBUILD2014-08-04 20:40:02 UTC (rev 116868)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=3
-pkgrel=1
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url=https://github.com/falconindy/pkgbuild-introspection;
-license=('MIT')
-arch=('any')
-depends=('bash')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('181d593374701fa9c69a3e8a5c35951b'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 116867, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-04 20:40:02 UTC (rev 116868)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=4
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('26caeef4592196e4f08f4d0198f35f51'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (9 files)

2014-08-04 Thread Daniel Micay
Date: Monday, August 4, 2014 @ 23:40:54
  Author: thestinger
Revision: 116869

move linux-grsec config / groups to grsec-common

Added:
  grsec-common/
  grsec-common/repos/
  grsec-common/trunk/
  grsec-common/trunk/05-grsecurity.conf
  grsec-common/trunk/PKGBUILD
  grsec-common/trunk/grsec-common.install
Modified:
  linux-grsec/trunk/PKGBUILD(contents, properties)
  linux-grsec/trunk/linux-grsec.install
Deleted:
  linux-grsec/trunk/sysctl.conf

-+
 grsec-common/trunk/05-grsecurity.conf   |  130 +
 grsec-common/trunk/PKGBUILD |   17 +++
 grsec-common/trunk/grsec-common.install |   19 
 linux-grsec/trunk/PKGBUILD  |   14 +--
 linux-grsec/trunk/linux-grsec.install   |   45 --
 linux-grsec/trunk/sysctl.conf   |  131 --
 6 files changed, 171 insertions(+), 185 deletions(-)

Added: grsec-common/trunk/05-grsecurity.conf
===
--- grsec-common/trunk/05-grsecurity.conf   (rev 0)
+++ grsec-common/trunk/05-grsecurity.conf   2014-08-04 21:40:54 UTC (rev 
116869)
@@ -0,0 +1,130 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically handles setting exceptions from the PaX
+# exploit mitigations after Pacman operations. Altering the setting manually
+# rather than using `paxd` is not recommended.
+#
+
+kernel.pax.softmode = 1
+
+#
+# Memory protections
+#
+
+#kernel.grsecurity.disable_priv_io = 1
+kernel.grsecurity.deter_bruteforce = 1
+
+#
+# Race free SymLinksIfOwnerMatch for web servers
+#
+# symlinkown_gid: http group
+#
+
+kernel.grsecurity.enforce_symlinksifowner = 1
+kernel.grsecurity.symlinkown_gid = 33
+
+#
+# FIFO restrictions
+#
+# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
+# unless the owner of the FIFO is the same owner of the directory it's held in.
+#
+
+kernel.grsecurity.fifo_restrictions = 1
+
+#
+# Deny any further rw mounts
+#
+
+#kernel.grsecurity.romount_protect = 1
+
+#
+# chroot restrictions (the commented options will break containers)
+#
+
+#kernel.grsecurity.chroot_caps = 1
+#kernel.grsecurity.chroot_deny_chmod = 1
+#kernel.grsecurity.chroot_deny_chroot = 1
+kernel.grsecurity.chroot_deny_fchdir = 1
+#kernel.grsecurity.chroot_deny_mknod = 1
+#kernel.grsecurity.chroot_deny_mount = 1
+#kernel.grsecurity.chroot_deny_pivot = 1
+kernel.grsecurity.chroot_deny_shmat = 1
+kernel.grsecurity.chroot_deny_sysctl = 1
+kernel.grsecurity.chroot_deny_unix = 1
+kernel.grsecurity.chroot_enforce_chdir = 1
+kernel.grsecurity.chroot_findtask = 1
+#kernel.grsecurity.chroot_restrict_nice = 1
+
+#
+# Kernel auditing
+#
+# audit_group: Restrict exec/chdir logging to a group.
+# audit_gid: audit group
+#
+
+#kernel.grsecurity.audit_group = 1
+kernel.grsecurity.audit_gid = 201
+#kernel.grsecurity.exec_logging = 1
+#kernel.grsecurity.resource_logging = 1
+#kernel.grsecurity.chroot_execlog = 1
+#kernel.grsecurity.audit_ptrace = 1
+#kernel.grsecurity.audit_chdir = 1
+#kernel.grsecurity.audit_mount = 1
+#kernel.grsecurity.signal_logging = 1
+#kernel.grsecurity.forkfail_logging = 1
+#kernel.grsecurity.timechange_logging = 1
+kernel.grsecurity.rwxmap_logging = 1
+
+#
+# Executable protections
+#
+
+kernel.grsecurity.harden_ptrace = 1
+kernel.grsecurity.ptrace_readexec = 1
+kernel.grsecurity.consistent_setxid = 1
+kernel.grsecurity.harden_ipc = 1
+
+#
+# Trusted Path Execution
+#
+# tpe_gid: tpe group
+#
+
+#kernel.grsecurity.tpe = 1
+kernel.grsecurity.tpe_gid = 200
+#kernel.grsecurity.tpe_invert = 1
+#kernel.grsecurity.tpe_restrict_all = 1
+
+#
+# Network protections
+#
+# socket_all_gid:socket-deny-all group
+# socket_client_gid: socket-deny-client group
+# socket_server_gid: socket-deny-server group
+#
+
+#kernel.grsecurity.ip_blackhole = 1
+kernel.grsecurity.lastack_retries = 4
+kernel.grsecurity.socket_all = 1
+kernel.grsecurity.socket_all_gid = 202
+kernel.grsecurity.socket_client = 1
+kernel.grsecurity.socket_client_gid = 203
+kernel.grsecurity.socket_server = 1
+kernel.grsecurity.socket_server_gid = 204
+
+#
+# Prevent any new USB devices from being recognized by the OS.
+#
+
+#kernel.grsecurity.deny_new_usb = 1
+
+#
+# Restrict grsec sysctl changes after this was set
+#
+
+#kernel.grsecurity.grsec_lock = 1

Added: grsec-common/trunk/PKGBUILD
===
--- grsec-common/trunk/PKGBUILD (rev 0)
+++ grsec-common/trunk/PKGBUILD 2014-08-04 21:40:54 UTC (rev 116869)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=grsec-common
+pkgver=1
+pkgrel=1
+pkgdesc='Base package for grsecurity kernels'
+arch=(any)
+url='https://archlinux.org/'
+license=('GPL2')

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

2014-08-04 Thread Daniel Micay
Date: Monday, August 4, 2014 @ 23:42:56
  Author: thestinger
Revision: 116870

archrelease: copy trunk to community-any

Added:
  grsec-common/repos/community-any/
  grsec-common/repos/community-any/05-grsecurity.conf
(from rev 116869, grsec-common/trunk/05-grsecurity.conf)
  grsec-common/repos/community-any/PKGBUILD
(from rev 116869, grsec-common/trunk/PKGBUILD)
  grsec-common/repos/community-any/grsec-common.install
(from rev 116869, grsec-common/trunk/grsec-common.install)

--+
 05-grsecurity.conf   |  130 +
 PKGBUILD |   17 ++
 grsec-common.install |   19 +++
 3 files changed, 166 insertions(+)

Copied: grsec-common/repos/community-any/05-grsecurity.conf (from rev 116869, 
grsec-common/trunk/05-grsecurity.conf)
===
--- community-any/05-grsecurity.conf(rev 0)
+++ community-any/05-grsecurity.conf2014-08-04 21:42:56 UTC (rev 116870)
@@ -0,0 +1,130 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically handles setting exceptions from the PaX
+# exploit mitigations after Pacman operations. Altering the setting manually
+# rather than using `paxd` is not recommended.
+#
+
+kernel.pax.softmode = 1
+
+#
+# Memory protections
+#
+
+#kernel.grsecurity.disable_priv_io = 1
+kernel.grsecurity.deter_bruteforce = 1
+
+#
+# Race free SymLinksIfOwnerMatch for web servers
+#
+# symlinkown_gid: http group
+#
+
+kernel.grsecurity.enforce_symlinksifowner = 1
+kernel.grsecurity.symlinkown_gid = 33
+
+#
+# FIFO restrictions
+#
+# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
+# unless the owner of the FIFO is the same owner of the directory it's held in.
+#
+
+kernel.grsecurity.fifo_restrictions = 1
+
+#
+# Deny any further rw mounts
+#
+
+#kernel.grsecurity.romount_protect = 1
+
+#
+# chroot restrictions (the commented options will break containers)
+#
+
+#kernel.grsecurity.chroot_caps = 1
+#kernel.grsecurity.chroot_deny_chmod = 1
+#kernel.grsecurity.chroot_deny_chroot = 1
+kernel.grsecurity.chroot_deny_fchdir = 1
+#kernel.grsecurity.chroot_deny_mknod = 1
+#kernel.grsecurity.chroot_deny_mount = 1
+#kernel.grsecurity.chroot_deny_pivot = 1
+kernel.grsecurity.chroot_deny_shmat = 1
+kernel.grsecurity.chroot_deny_sysctl = 1
+kernel.grsecurity.chroot_deny_unix = 1
+kernel.grsecurity.chroot_enforce_chdir = 1
+kernel.grsecurity.chroot_findtask = 1
+#kernel.grsecurity.chroot_restrict_nice = 1
+
+#
+# Kernel auditing
+#
+# audit_group: Restrict exec/chdir logging to a group.
+# audit_gid: audit group
+#
+
+#kernel.grsecurity.audit_group = 1
+kernel.grsecurity.audit_gid = 201
+#kernel.grsecurity.exec_logging = 1
+#kernel.grsecurity.resource_logging = 1
+#kernel.grsecurity.chroot_execlog = 1
+#kernel.grsecurity.audit_ptrace = 1
+#kernel.grsecurity.audit_chdir = 1
+#kernel.grsecurity.audit_mount = 1
+#kernel.grsecurity.signal_logging = 1
+#kernel.grsecurity.forkfail_logging = 1
+#kernel.grsecurity.timechange_logging = 1
+kernel.grsecurity.rwxmap_logging = 1
+
+#
+# Executable protections
+#
+
+kernel.grsecurity.harden_ptrace = 1
+kernel.grsecurity.ptrace_readexec = 1
+kernel.grsecurity.consistent_setxid = 1
+kernel.grsecurity.harden_ipc = 1
+
+#
+# Trusted Path Execution
+#
+# tpe_gid: tpe group
+#
+
+#kernel.grsecurity.tpe = 1
+kernel.grsecurity.tpe_gid = 200
+#kernel.grsecurity.tpe_invert = 1
+#kernel.grsecurity.tpe_restrict_all = 1
+
+#
+# Network protections
+#
+# socket_all_gid:socket-deny-all group
+# socket_client_gid: socket-deny-client group
+# socket_server_gid: socket-deny-server group
+#
+
+#kernel.grsecurity.ip_blackhole = 1
+kernel.grsecurity.lastack_retries = 4
+kernel.grsecurity.socket_all = 1
+kernel.grsecurity.socket_all_gid = 202
+kernel.grsecurity.socket_client = 1
+kernel.grsecurity.socket_client_gid = 203
+kernel.grsecurity.socket_server = 1
+kernel.grsecurity.socket_server_gid = 204
+
+#
+# Prevent any new USB devices from being recognized by the OS.
+#
+
+#kernel.grsecurity.deny_new_usb = 1
+
+#
+# Restrict grsec sysctl changes after this was set
+#
+
+#kernel.grsecurity.grsec_lock = 1

Copied: grsec-common/repos/community-any/PKGBUILD (from rev 116869, 
grsec-common/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-08-04 21:42:56 UTC (rev 116870)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=grsec-common
+pkgver=1
+pkgrel=1
+pkgdesc='Base package for grsecurity kernels'
+arch=(any)
+url='https://archlinux.org/'
+license=('GPL2')
+install=$pkgname.install
+source=(05-grsecurity.conf)

[arch-commits] Commit in radvd/trunk (01-fix-rdnssinfo-length-fix.patch PKGBUILD)

2014-08-04 Thread Sébastien Luttringer
Date: Monday, August 4, 2014 @ 23:46:51
  Author: seblu
Revision: 219295

upgpkg: radvd 2.5-1

Modified:
  radvd/trunk/PKGBUILD
Deleted:
  radvd/trunk/01-fix-rdnssinfo-length-fix.patch

---+
 01-fix-rdnssinfo-length-fix.patch |   25 -
 PKGBUILD  |4 ++--
 2 files changed, 2 insertions(+), 27 deletions(-)

Deleted: 01-fix-rdnssinfo-length-fix.patch
===
--- 01-fix-rdnssinfo-length-fix.patch   2014-08-04 20:42:25 UTC (rev 219294)
+++ 01-fix-rdnssinfo-length-fix.patch   2014-08-04 21:46:51 UTC (rev 219295)
@@ -1,25 +0,0 @@
-From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
-From: Reuben Hawkins reuben...@gmail.com
-Date: Tue, 29 Jul 2014 20:31:18 -0700
-Subject: [PATCH] send.c: rdnssinfo length fix
-

- send.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/send.c b/send.c
-index ec6b93b..a2dded6 100644
 a/send.c
-+++ b/send.c
-@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
-   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
-   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
- 
--  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
-+  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
- 
-   rdnss = rdnss-next;
-   }
--- 
-2.0.3
-

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 20:42:25 UTC (rev 219294)
+++ PKGBUILD2014-08-04 21:46:51 UTC (rev 219295)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
 
 pkgname=radvd
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -15,7 +15,7 @@
 backup=('etc/radvd.conf')
 source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
 $pkgname.service)
-sha1sums=('7cfd9621d5772d15177449a1fbafb3474820c2c8'
+sha1sums=('e484b48e1cd1be263f8a402f59f304c947017427'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 



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

2014-08-04 Thread Sébastien Luttringer
Date: Monday, August 4, 2014 @ 23:47:13
  Author: seblu
Revision: 219296

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

Added:
  radvd/repos/extra-i686/PKGBUILD
(from rev 219295, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 219295, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 219295, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 219295, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/extra-i686/01-fix-rdnssinfo-length-fix.patch
  radvd/repos/extra-i686/PKGBUILD
  radvd/repos/extra-i686/radvd.service
  radvd/repos/extra-x86_64/01-fix-rdnssinfo-length-fix.patch
  radvd/repos/extra-x86_64/PKGBUILD
  radvd/repos/extra-x86_64/radvd.service

+
 /PKGBUILD  |  108 +++
 /radvd.service |   18 +++
 extra-i686/01-fix-rdnssinfo-length-fix.patch   |   25 -
 extra-i686/PKGBUILD|   54 ---
 extra-i686/radvd.service   |9 -
 extra-x86_64/01-fix-rdnssinfo-length-fix.patch |   25 -
 extra-x86_64/PKGBUILD  |   54 ---
 extra-x86_64/radvd.service |9 -
 8 files changed, 126 insertions(+), 176 deletions(-)

Deleted: extra-i686/01-fix-rdnssinfo-length-fix.patch
===
--- extra-i686/01-fix-rdnssinfo-length-fix.patch2014-08-04 21:46:51 UTC 
(rev 219295)
+++ extra-i686/01-fix-rdnssinfo-length-fix.patch2014-08-04 21:47:13 UTC 
(rev 219296)
@@ -1,25 +0,0 @@
-From d1282b5ddeadd1d93f61cceb122b942c56e629dc Mon Sep 17 00:00:00 2001
-From: Reuben Hawkins reuben...@gmail.com
-Date: Tue, 29 Jul 2014 20:31:18 -0700
-Subject: [PATCH] send.c: rdnssinfo length fix
-

- send.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/send.c b/send.c
-index ec6b93b..a2dded6 100644
 a/send.c
-+++ b/send.c
-@@ -329,7 +329,7 @@ static void add_rdnss(struct safe_buffer * sb, struct 
AdvRDNSS const *rdnss, int
-   memcpy(rdnssinfo.nd_opt_rdnssi_addr2, rdnss-AdvRDNSSAddr2, 
sizeof(struct in6_addr));
-   memcpy(rdnssinfo.nd_opt_rdnssi_addr3, rdnss-AdvRDNSSAddr3, 
sizeof(struct in6_addr));
- 
--  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo));
-+  safe_buffer_append(sb, rdnssinfo, sizeof(rdnssinfo) - (3 - 
rdnss-AdvRDNSSNumber) * sizeof(struct in6_addr));
- 
-   rdnss = rdnss-next;
-   }
--- 
-2.0.3
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-04 21:46:51 UTC (rev 219295)
+++ extra-i686/PKGBUILD 2014-08-04 21:47:13 UTC (rev 219296)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=radvd
-pkgver=2.4
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
-$pkgname.service)
-sha1sums=('7cfd9621d5772d15177449a1fbafb3474820c2c8'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver  '01-fix-rdnssinfo-length-fix.patch'
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # default config
-  install -D -m 644 radvd.conf.example $pkgdir/etc/radvd.conf
-  # license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 219295, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-04 21:47:13 UTC (rev 219296)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=radvd
+pkgver=2.5
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=(http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz{,.asc}
+$pkgname.service)

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

2014-08-04 Thread Daniel Micay
Date: Tuesday, August 5, 2014 @ 01:23:46
  Author: thestinger
Revision: 116871

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 116870, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116870, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 116870, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 116870, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 116870, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 116870, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 116870, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 116870, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
(from rev 116870, 
linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 116870, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 116870, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 116870, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 116870, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 116870, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

-+
 /PKGBUILD   |  
642 
 /Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 82 
 /change-default-console-loglevel.patch  |  
 24 
 /config 
|13826 ++
 /config.x86_64  
|13306 +
 /linux-grsec.install|  
116 
 /linux.preset   |  
 28 
 community-i686/PKGBUILD |  
325 
 community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch   |  
 41 
 community-i686/change-default-console-loglevel.patch|  
 12 
 community-i686/config   | 
6913 -
 community-i686/config.x86_64| 
6653 
 community-i686/linux-grsec.install  |  
103 
 community-i686/linux.preset |  
 14 
 community-i686/sysctl.conf  |  
131 
 community-x86_64/PKGBUILD   |  
325 
 community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 41 
 community-x86_64/change-default-console-loglevel.patch  |  
 12 
 community-x86_64/config | 
6913 -
 community-x86_64/config.x86_64  | 
6653 
 community-x86_64/linux-grsec.install|  
103 
 community-x86_64/linux.preset   |  
 14 
 community-x86_64/sysctl.conf|  
131 
 23 files changed, 28024 insertions(+), 28384 deletions(-)

The diff is longer than the limit of 

[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2014-08-04 Thread Jan Steffens
Date: Tuesday, August 5, 2014 @ 01:31:07
  Author: heftig
Revision: 219297

FS41467 move configuration

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 21:47:13 UTC (rev 219296)
+++ PKGBUILD2014-08-04 23:31:07 UTC (rev 219297)
@@ -5,12 +5,11 @@
 
 pkgname=xf86-input-wacom
 pkgver=0.25.0
-pkgrel=2
+pkgrel=3
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
 url=http://linuxwacom.sourceforge.net/;
 license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
 depends=(libxi libxinerama libxrandr systemd)
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
@@ -19,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  ./configure --prefix=/usr
   make
 }
 



[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2014-08-04 Thread Jan Steffens
Date: Tuesday, August 5, 2014 @ 01:31:52
  Author: heftig
Revision: 219298

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

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 219297, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 219297, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-04 23:31:07 UTC (rev 219297)
+++ extra-i686/PKGBUILD 2014-08-04 23:31:52 UTC (rev 219298)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.25.0
-pkgrel=2
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 219297, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-04 23:31:52 UTC (rev 219298)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=3
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-04 23:31:07 UTC (rev 219297)
+++ extra-x86_64/PKGBUILD   2014-08-04 23:31:52 UTC (rev 219298)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.25.0
-pkgrel=2
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('2cf57400fbd9e35eb16b50ad9fe32de1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 219297, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-04 23:31:52 UTC (rev 219298)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.25.0
+pkgrel=3
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 

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

2014-08-04 Thread Daniel Micay
Date: Tuesday, August 5, 2014 @ 01:49:30
  Author: thestinger
Revision: 116872

upgpkg: playpen 1:6-1

Modified:
  playpen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 23:23:46 UTC (rev 116871)
+++ PKGBUILD2014-08-04 23:49:30 UTC (rev 116872)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=playpen
-pkgver=5
+pkgver=6
 pkgrel=1
 epoch=1
 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
@@ -8,13 +8,13 @@
 url='https://github.com/thestinger/playpen/'
 license=(MIT)
 depends=(libseccomp systemd)
-makedepends=(clang git)
+makedepends=(git)
 source=(git://github.com/thestinger/playpen#tag=$pkgver)
 md5sums=(SKIP)
 
 build() {
   cd $pkgname
-  make
+  CC=cc make
 }
 
 package() {



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

2014-08-04 Thread Daniel Micay
Date: Tuesday, August 5, 2014 @ 01:50:04
  Author: thestinger
Revision: 116873

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-04 23:49:30 UTC (rev 116872)
+++ community-i686/PKGBUILD 2014-08-04 23:50:04 UTC (rev 116873)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=5
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(clang git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-i686/PKGBUILD (from rev 116872, 
playpen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-04 23:50:04 UTC (rev 116873)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=6
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  CC=cc make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-04 23:49:30 UTC (rev 116872)
+++ community-x86_64/PKGBUILD   2014-08-04 23:50:04 UTC (rev 116873)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=5
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(clang git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=(SKIP)
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 116872, 
playpen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-04 23:50:04 UTC (rev 116873)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=6
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=(SKIP)
+
+build() {
+  cd $pkgname
+  CC=cc make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in virtualbox/trunk (PKGBUILD vboxservice.service)

2014-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 5, 2014 @ 02:00:23
  Author: seblu
Revision: 116874

upgpkg: virtualbox 4.3.14-3

- fix FS#40527
- fix FS#38689

Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/vboxservice.service

-+
 PKGBUILD|6 --
 vboxservice.service |3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 23:50:04 UTC (rev 116873)
+++ PKGBUILD2014-08-05 00:00:23 UTC (rev 116874)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-ext-vnc')
 pkgver=4.3.14
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -66,7 +66,7 @@
  '6e2722bfd7013c1b0174382626ac1b8d'
  'ed1341881437455d9735875ddf455fbe'
  '864f268375a10f54c4daf46787e0fcf2'
- '07c5f6d86c4b7839d719c8ee0c53653b'
+ '8ba9179c4a3516904417d773816dd992'
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
  '177c0e849790a825480cb9fba785f11b'
  '5ebaaf351419a58db6fdddbc19c58c5e'
@@ -134,6 +134,8 @@
  'virtualbox-host-modules')
 optdepends=('qt4: VirtualBox GUI support'
 'vde2: Virtual Distributed Ethernet support'
+'virtualbox-guest-iso: Guest Addiotions CD image'
+'virtualbox-ext-vnc: VNC server support'
 'virtualbox-sdk: Developer kit'
 'virtualbox-host-dkms: Host kernel source modules for 
non-stock kernels'
 'net-tools: Host-only or bridged networking support')

Modified: vboxservice.service
===
--- vboxservice.service 2014-08-04 23:50:04 UTC (rev 116873)
+++ vboxservice.service 2014-08-05 00:00:23 UTC (rev 116874)
@@ -3,6 +3,9 @@
 ConditionVirtualization=oracle
 
 [Service]
+ExecStartPre=-/usr/bin/modprobe vboxguest
+ExecStartPre=-/usr/bin/modprobe vboxvideo
+ExecStartPre=-/usr/bin/modprobe vboxsf
 ExecStart=/usr/bin/VBoxService -f
 
 [Install]



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

2014-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 5, 2014 @ 02:01:45
  Author: seblu
Revision: 116875

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 116874, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 116874, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 116874, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/004-xorg.patch
(from rev 116874, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 116874, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 116874, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 116874, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 116874, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 116874, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 116874, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 116874, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxreload
(from rev 116874, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 116874, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 116874, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 116874, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 116874, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 116874, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 116874, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 116874, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 116874, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 116874, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 116874, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/004-xorg.patch
(from rev 116874, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 116874, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 116874, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 116874, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 116874, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 116874, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 116874, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 116874, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 116874, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 116874, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 116874, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 116874, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 116874, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 116874, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 116874, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 116874, virtualbox/trunk/virtualbox.install)
Deleted:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
  virtualbox/repos/community-i686/002-dri-driver-path.patch
  virtualbox/repos/community-i686/003-ogl-include-path.patch
  virtualbox/repos/community-i686/004-xorg.patch
  virtualbox/repos/community-i686/005-gsoap-build.patch
  

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

2014-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 5, 2014 @ 02:19:20
  Author: seblu
Revision: 116876

upgpkg: linux-tools 3.16-1

Added:
  linux-tools/trunk/03-fix-tmon-ltinfo.patch
Modified:
  linux-tools/trunk/PKGBUILD
Deleted:
  linux-tools/trunk/03-fix-acpidump-compile-error.patch

-+
 03-fix-acpidump-compile-error.patch |   13 -
 03-fix-tmon-ltinfo.patch|   13 +
 PKGBUILD|   17 +++--
 3 files changed, 20 insertions(+), 23 deletions(-)

Deleted: 03-fix-acpidump-compile-error.patch
===
--- 03-fix-acpidump-compile-error.patch 2014-08-05 00:01:45 UTC (rev 116875)
+++ 03-fix-acpidump-compile-error.patch 2014-08-05 00:19:20 UTC (rev 116876)
@@ -1,13 +0,0 @@
-diff --git a/tools/power/acpi/tools/acpidump/acpidump.c 
b/tools/power/acpi/tools/acpidump/acpidump.c
-index a84553a..df453cc 100644
 a/tools/power/acpi/tools/acpidump/acpidump.c
-+++ b/tools/power/acpi/tools/acpidump/acpidump.c
-@@ -49,8 +49,6 @@ typedef int  s32;
- typedef unsigned char u8;
- typedef unsigned shortu16;
- typedef unsigned int  u32;
--typedef unsigned long longu64;
--typedef long long s64;
- #endif
- 
- #include sys/mman.h

Added: 03-fix-tmon-ltinfo.patch
===
--- 03-fix-tmon-ltinfo.patch(rev 0)
+++ 03-fix-tmon-ltinfo.patch2014-08-05 00:19:20 UTC (rev 116876)
@@ -0,0 +1,13 @@
+# Copyright 2014 Sébastien Luttringer
+
+--- a/tools/thermal/tmon/Makefile
 b/tools/thermal/tmon/Makefile
+@@ -21,7 +21,7 @@ OBJS = tmon.o tui.o sysfs.o pid.o
+ OBJS +=
+ 
+ tmon: $(OBJS) Makefile tmon.h
+-  $(CC) ${CFLAGS} $(LDFLAGS) $(OBJS)  -o $(TARGET) -lm -lpanel -lncursesw 
-ltinfo -lpthread
++  $(CC) ${CFLAGS} $(LDFLAGS) $(OBJS)  -o $(TARGET) -lm -lpanel -lncursesw 
-lpthread
+ 
+ valgrind: tmon
+sudo valgrind -v --track-origins=yes --tool=memcheck --leak-check=yes 
--show-reachable=yes --num-callers=20 --track-fds=yes ./$(TARGET)  1 /dev/null

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 00:01:45 UTC (rev 116875)
+++ PKGBUILD2014-08-05 00:19:20 UTC (rev 116876)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 makedepends+=('ncurses')
 groups=($pkgbase)
 source=(http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz;
-http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.7.xz;
+#http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.7.xz;
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -39,10 +39,9 @@
 'usbipd.service'
 '01-fix-perf-python.patch'
 '02-archlinux-paths.patch'
-'03-fix-acpidump-compile-error.patch')
+'03-fix-tmon-ltinfo.patch')
 # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'25f0767908e736a2388fe36810712ee3faa6c86c5255516496d5942ba1ffb451'
+sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
@@ -49,16 +48,14 @@
 '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
 'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a'
 'eb866a589a26b1979ffb2fe08be09417e277a4befac34bdb279a6bb3a27b0570'
-'c791c9eb95e9db28b5a6530232885def9de941d0cbeb9e8b3b999f0567de3199')
+'7547815bb761d49d198b85f95011535713c2ed4a004f249a9cf6ba985af8c4ed')
 
 prepare() {
   cd linux-$pkgver
-  patch -N -p1 -i $srcdir/patch-$pkgver.7
+  #patch -N -p1 -i $srcdir/patch-$pkgver.7
   patch -N -p1 -i $srcdir/01-fix-perf-python.patch
   patch -N -p1 -i $srcdir/02-archlinux-paths.patch
-  # the following patch is a fix for compile error in 3.15
-  # in the 3.16 acpidump code has been reimplemented and patch is not needed.
-  patch -N -p1 -i $srcdir/03-fix-acpidump-compile-error.patch
+  patch -N -p1 -i $srcdir/03-fix-tmon-ltinfo.patch
 }
 
 build() {



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

2014-08-04 Thread Sébastien Luttringer
Date: Tuesday, August 5, 2014 @ 02:20:04
  Author: seblu
Revision: 116877

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

Added:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
(from rev 116876, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 116876, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/03-fix-tmon-ltinfo.patch
(from rev 116876, linux-tools/trunk/03-fix-tmon-ltinfo.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 116876, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 116876, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 116876, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 116876, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 116876, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 116876, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
(from rev 116876, linux-tools/trunk/01-fix-perf-python.patch)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 116876, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/03-fix-tmon-ltinfo.patch
(from rev 116876, linux-tools/trunk/03-fix-tmon-ltinfo.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 116876, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 116876, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 116876, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 116876, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 116876, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 116876, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/01-fix-perf-python.patch
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/03-fix-acpidump-compile-error.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/01-fix-perf-python.patch
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/03-fix-acpidump-compile-error.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

--+
 /01-fix-perf-python.patch|   24 
 /02-archlinux-paths.patch|   42 +
 /PKGBUILD|  470 +
 /cpupower.default|   58 ++
 /cpupower.install|   26 
 /cpupower.service|   20 
 /cpupower.systemd|   64 ++
 /usbipd.service  |   18 
 community-i686/01-fix-perf-python.patch  |   12 
 community-i686/02-archlinux-paths.patch  |   21 
 community-i686/03-fix-acpidump-compile-error.patch   |   13 
 community-i686/03-fix-tmon-ltinfo.patch  |   13 
 community-i686/PKGBUILD  |  238 
 community-i686/cpupower.default  |   29 -
 community-i686/cpupower.install  |   13 
 community-i686/cpupower.service  |   10 
 community-i686/cpupower.systemd  |   32 -
 community-i686/usbipd.service|9 
 community-x86_64/01-fix-perf-python.patch|   12 
 community-x86_64/02-archlinux-paths.patch|   21 
 community-x86_64/03-fix-acpidump-compile-error.patch |   13 
 community-x86_64/03-fix-tmon-ltinfo.patch|   13 
 community-x86_64/PKGBUILD|  238 
 community-x86_64/cpupower.default|   29 -
 community-x86_64/cpupower.install|   13 
 community-x86_64/cpupower.service|   10 
 community-x86_64/cpupower.systemd|   32 -
 

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

2014-08-04 Thread Jan Steffens
Date: Tuesday, August 5, 2014 @ 03:17:39
  Author: heftig
Revision: 219299

Fix pulseaudio build: missing include

Added:
  tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
Modified:
  tdb/trunk/PKGBUILD

---+
 0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 
 PKGBUILD  |   13 +++--
 2 files changed, 37 insertions(+), 3 deletions(-)

Added: 0001-tdb-include-include-stdbool.h-in-tdb.h.patch
===
--- 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   
(rev 0)
+++ 0001-tdb-include-include-stdbool.h-in-tdb.h.patch   2014-08-05 01:17:39 UTC 
(rev 219299)
@@ -0,0 +1,27 @@
+From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Fri, 23 May 2014 10:08:14 -0700
+Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
+
+Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
+not include stdbool.h. This causes any build including tdb.h to fail, at least
+for me with GCC 4.9.0.
+---
+ lib/tdb/include/tdb.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/tdb.h b/include/tdb.h
+index 5ea5e60..03e429c 100644
+--- a/include/tdb.h
 b/include/tdb.h
+@@ -31,6 +31,7 @@ extern C {
+ #endif
+ 
+ #include signal.h
++#include stdbool.h
+ 
+ /**
+  * @defgroup tdb The tdb API
+-- 
+1.9.3
+

Modified: PKGBUILD
===
--- PKGBUILD2014-08-04 23:31:52 UTC (rev 219298)
+++ PKGBUILD2014-08-05 01:17:39 UTC (rev 219299)
@@ -5,15 +5,23 @@
 
 pkgname=tdb
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
 arch=(i686 x86_64)
 license=('GPL3')
 url=http://tdb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 makedepends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
+md5sums=('f18cd6afc4f5670edfe58f72d2665f94'
+ '2b0b6003b3d8ca03adccd4aa1a3b8313')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i -e 's#python#python2#g' buildtools/bin/waf
@@ -33,4 +41,3 @@
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
 }
-md5sums=('f18cd6afc4f5670edfe58f72d2665f94')



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

2014-08-04 Thread Jan Steffens
Date: Tuesday, August 5, 2014 @ 03:18:32
  Author: heftig
Revision: 219300

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

Added:
  tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 219299, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-i686/PKGBUILD
(from rev 219299, tdb/trunk/PKGBUILD)
  tdb/repos/extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(from rev 219299, 
tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
  tdb/repos/extra-x86_64/PKGBUILD
(from rev 219299, tdb/trunk/PKGBUILD)
Deleted:
  tdb/repos/extra-i686/PKGBUILD
  tdb/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   86 
++
 extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch   |   27 +++
 extra-i686/PKGBUILD|   36 
 extra-x86_64/0001-tdb-include-include-stdbool.h-in-tdb.h.patch |   27 +++
 extra-x86_64/PKGBUILD  |   36 
 5 files changed, 140 insertions(+), 72 deletions(-)

Copied: tdb/repos/extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch 
(from rev 219299, tdb/trunk/0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
===
--- extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
(rev 0)
+++ extra-i686/0001-tdb-include-include-stdbool.h-in-tdb.h.patch
2014-08-05 01:18:32 UTC (rev 219300)
@@ -0,0 +1,27 @@
+From 4e14a437963ba54987cd58b4e0705d9a6d8aea6f Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Fri, 23 May 2014 10:08:14 -0700
+Subject: [PATCH] tdb/include: include stdbool.h in tdb.h
+
+Commit db5bda56bf08 (tdb: add TDB_MUTEX_LOCKING support) adds a bool, but does
+not include stdbool.h. This causes any build including tdb.h to fail, at least
+for me with GCC 4.9.0.
+---
+ lib/tdb/include/tdb.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/tdb.h b/include/tdb.h
+index 5ea5e60..03e429c 100644
+--- a/include/tdb.h
 b/include/tdb.h
+@@ -31,6 +31,7 @@ extern C {
+ #endif
+ 
+ #include signal.h
++#include stdbool.h
+ 
+ /**
+  * @defgroup tdb The tdb API
+-- 
+1.9.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 01:17:39 UTC (rev 219299)
+++ extra-i686/PKGBUILD 2014-08-05 01:18:32 UTC (rev 219300)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=tdb
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
-arch=(i686 x86_64)
-license=('GPL3')
-url=http://tdb.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-makedepends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
-   # Use system docbook.xsl
-   
#_manstyle=/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl
-   #sed -i s#http.*xsl#$_manstyle# tdb.mk
-   export PYTHON=/usr/bin/python2
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-   make DESTDIR=$pkgdir/ install
-}
-md5sums=('f18cd6afc4f5670edfe58f72d2665f94')

Copied: tdb/repos/extra-i686/PKGBUILD (from rev 219299, tdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-05 01:18:32 UTC (rev 219300)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=tdb
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A Trivial Database similar to GDBM but allows simultaneous commits
+arch=(i686 x86_64)
+license=('GPL3')
+url=http://tdb.samba.org/;
+makedepends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+0001-tdb-include-include-stdbool.h-in-tdb.h.patch)
+md5sums=('f18cd6afc4f5670edfe58f72d2665f94'
+ '2b0b6003b3d8ca03adccd4aa1a3b8313')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -Np1 -i ../0001-tdb-include-include-stdbool.h-in-tdb.h.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+   #sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure
+   # Use system 

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

2014-08-04 Thread Tobias Powalowski
Date: Tuesday, August 5, 2014 @ 06:41:33
  Author: tpowa
Revision: 219302

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

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

--+
 /PKGBUILD|  580 
 /change-default-console-loglevel.patch   |   22 
 /config  |13620 +
 /config.x86_64   |13134 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  283 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6810 
 testing-i686/config.x86_64   | 6567 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  283 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6810 
 testing-x86_64/config.x86_64 | 6567 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 27458 insertions(+), 27446 deletions(-)

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


[arch-commits] Commit in linux/trunk (PKGBUILD change-default-console-loglevel.patch)

2014-08-04 Thread Tobias Powalowski
Date: Tuesday, August 5, 2014 @ 06:41:14
  Author: tpowa
Revision: 219301

upgpkg: linux 3.16-2

fix log messages on bootup

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/change-default-console-loglevel.patch

---+
 PKGBUILD  |   11 +--
 change-default-console-loglevel.patch |   21 ++---
 2 files changed, 19 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 01:18:32 UTC (rev 219300)
+++ PKGBUILD2014-08-05 04:41:14 UTC (rev 219301)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.16
 pkgver=3.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -18,11 +18,13 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
+'change-default-console-loglevel.patch'
 )
 sha256sums=('4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0'
 '487dc1fd428b5793f4f5216fd76bd3640b12c50ea52c6fb909da24baf3612d9b'
 '1db5856f6c29380e828e3026a0ed8c344f0386fde83f03bf27ecb8fd6880ff32'
-'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c')
+'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
+'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 
 _kernelname=${pkgbase#linux}
 
@@ -35,6 +37,11 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
+  # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
+  # remove this when a Kconfig knob is made available by upstream
+  # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
+  patch -p1 -i ${srcdir}/change-default-console-loglevel.patch
+
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else

Modified: change-default-console-loglevel.patch
===
--- change-default-console-loglevel.patch   2014-08-05 01:18:32 UTC (rev 
219300)
+++ change-default-console-loglevel.patch   2014-08-05 04:41:14 UTC (rev 
219301)
@@ -1,12 +1,11 @@
-diff -upr linux-3.0.orig/kernel/printk.c linux-3.0/kernel/printk.c
 linux-3.0.orig/kernel/printk/printk.c  2011-07-22 05:17:23.0 
+0300
-+++ linux-3.0/kernel/printk/printk.c   2011-07-27 14:43:07.0 +0300
-@@ -58,7 +58,7 @@ void asmlinkage __attribute__((weak)) ea
+--- linux-3.16/include/linux/printk.h.old  2014-08-04 18:48:30.686043266 
+0200
 linux-3.16/include/linux/printk.h  2014-08-04 18:48:47.706218528 +0200
+@@ -37,7 +37,7 @@
+ #define CONSOLE_LOGLEVEL_SILENT  0 /* Mum's the word */
+ #define CONSOLE_LOGLEVEL_MIN   1 /* Minimum loglevel we let people use */
+ #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with 
quiet */
+-#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
++#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
+ #define CONSOLE_LOGLEVEL_DEBUG10 /* issue debug messages */
+ #define CONSOLE_LOGLEVEL_MOTORMOUTH 15/* You can't shut this one up */
  
- /* We show everything that is MORE important than this.. */
- #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
--#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
-+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING 
*/
- 
- DECLARE_WAIT_QUEUE_HEAD(log_wait);
- 



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

2014-08-04 Thread Evgeniy Alekseev
Date: Tuesday, August 5, 2014 @ 07:37:06
  Author: arcanis
Revision: 116878

upgpkg: pymol 1.7.2.0-1

Modified:
  pymol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-05 00:20:04 UTC (rev 116877)
+++ PKGBUILD2014-08-05 05:37:06 UTC (rev 116878)
@@ -4,7 +4,7 @@
 # Contributor: Tomasz Żok tomasz dot zok at gmail dot com
 
 pkgname=pymol
-pkgver=1.7.1.3
+pkgver=1.7.2.0
 pkgrel=1
 pkgdesc=Molecular visualization system on an Open Source foundation
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 ${pkgname}-38899.patch
 apbstools_tcltk8.6.patch)
 install=${pkgname}.install
-md5sums=('414e57a76d8e6e58540b743c1c2fb5ee'
+md5sums=('921b26d20f82d383ba5622baea946527'
  '1f8152c4604ba2939b24e25a022937ca'
  'c48bf253e59ff97c14114cd285a4f1e1')
 
@@ -36,7 +36,7 @@
   mv ${srcdir}/${pkgname}/modules/web ${srcdir}/${pkgname}/modules/pymolweb
   # fix FS#39526
   cd ${srcdir}/${pkgname}
-  #patch -p0 -i ${srcdir}/apbstools_tcltk8.6.patch
+  patch -p0 -i ${srcdir}/apbstools_tcltk8.6.patch
 }
 
 build() {



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

2014-08-04 Thread Evgeniy Alekseev
Date: Tuesday, August 5, 2014 @ 07:37:50
  Author: arcanis
Revision: 116879

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

Added:
  pymol/repos/community-i686/PKGBUILD
(from rev 116878, pymol/trunk/PKGBUILD)
  pymol/repos/community-i686/apbstools_tcltk8.6.patch
(from rev 116878, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-i686/pymol-38899.patch
(from rev 116878, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-i686/pymol.install
(from rev 116878, pymol/trunk/pymol.install)
  pymol/repos/community-x86_64/PKGBUILD
(from rev 116878, pymol/trunk/PKGBUILD)
  pymol/repos/community-x86_64/apbstools_tcltk8.6.patch
(from rev 116878, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-x86_64/pymol-38899.patch
(from rev 116878, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-x86_64/pymol.install
(from rev 116878, pymol/trunk/pymol.install)
Deleted:
  pymol/repos/community-i686/PKGBUILD
  pymol/repos/community-i686/apbstools_tcltk8.6.patch
  pymol/repos/community-i686/pymol-38899.patch
  pymol/repos/community-i686/pymol.install
  pymol/repos/community-x86_64/PKGBUILD
  pymol/repos/community-x86_64/apbstools_tcltk8.6.patch
  pymol/repos/community-x86_64/pymol-38899.patch
  pymol/repos/community-x86_64/pymol.install

---+
 /PKGBUILD |  114 ++
 /apbstools_tcltk8.6.patch |  352 +++
 /pymol-38899.patch|  502 
 /pymol.install|   22 +
 community-i686/PKGBUILD   |   57 ---
 community-i686/apbstools_tcltk8.6.patch   |  176 -
 community-i686/pymol-38899.patch  |  251 --
 community-i686/pymol.install  |   11 
 community-x86_64/PKGBUILD |   57 ---
 community-x86_64/apbstools_tcltk8.6.patch |  176 -
 community-x86_64/pymol-38899.patch|  251 --
 community-x86_64/pymol.install|   11 
 12 files changed, 990 insertions(+), 990 deletions(-)

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