[arch-commits] Commit in initscripts/repos (extra-any)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 09:49:46
  Author: eric
Revision: 177052

Fix svn

Deleted:
  initscripts/repos/extra-any/



[arch-commits] Commit in nvidia/trunk (PKGBUILD linux-3.7.6.patch)

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 09:53:35
  Author: tpowa
Revision: 177053

upgpkg: nvidia 313.18-3

rebuild against 3.7.6

Added:
  nvidia/trunk/linux-3.7.6.patch
Modified:
  nvidia/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 linux-3.7.6.patch |   11 +++
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 08:49:46 UTC (rev 177052)
+++ PKGBUILD2013-02-05 08:53:35 UTC (rev 177053)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=313.18
 _extramodules=extramodules-3.7-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -18,13 +18,17 @@
 if [ $CARCH = i686 ]; then
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+linux-3.7.6.patch)
+md5sums=('780c37c28a6e06e9571cafe348b7da64'
+ '2627107ebbd930389b00a9a2cd5e6f42')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('fa17a260793a38b4b8ae367db2e03b39')
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+linux-3.7.6.patch)
+md5sums=('fa17a260793a38b4b8ae367db2e03b39'
+ '2627107ebbd930389b00a9a2cd5e6f42')
 fi
 
 build() {
@@ -32,6 +36,7 @@
 cd ${srcdir}
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
+patch -Np3 -i ${srcdir}/linux-3.7.6.patch
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 

Added: linux-3.7.6.patch
===
--- linux-3.7.6.patch   (rev 0)
+++ linux-3.7.6.patch   2013-02-05 08:53:35 UTC (rev 177053)
@@ -0,0 +1,11 @@
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1701,7 +1701,7 @@
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+ if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+--a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
++-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi



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

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 09:53:42
  Author: tpowa
Revision: 177054

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 177053, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/linux-3.7.6.patch
(from rev 177053, nvidia/trunk/linux-3.7.6.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 177053, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 177053, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/linux-3.7.6.patch
(from rev 177053, nvidia/trunk/linux-3.7.6.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 177053, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   50 +
 testing-i686/linux-3.7.6.patch   |   11 
 testing-i686/nvidia.install  |   18 +
 testing-x86_64/PKGBUILD  |   50 +
 testing-x86_64/linux-3.7.6.patch |   11 
 testing-x86_64/nvidia.install|   18 +
 6 files changed, 158 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 177053, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-05 08:53:42 UTC (rev 177054)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.18
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+linux-3.7.6.patch)
+md5sums=('780c37c28a6e06e9571cafe348b7da64'
+ '2627107ebbd930389b00a9a2cd5e6f42')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+linux-3.7.6.patch)
+md5sums=('fa17a260793a38b4b8ae367db2e03b39'
+ '2627107ebbd930389b00a9a2cd5e6f42')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np3 -i ${srcdir}/linux-3.7.6.patch
+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
+}

Copied: nvidia/repos/testing-i686/linux-3.7.6.patch (from rev 177053, 
nvidia/trunk/linux-3.7.6.patch)
===
--- testing-i686/linux-3.7.6.patch  (rev 0)
+++ testing-i686/linux-3.7.6.patch  2013-02-05 08:53:42 UTC (rev 177054)
@@ -0,0 +1,11 @@
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1701,7 +1701,7 @@
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+ if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+--a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
++-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 177053, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-02-05 08:53:42 UTC (rev 177054)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.7-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
+}
+

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

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 10:06:59
  Author: tpowa
Revision: 177055

upgpkg: nvidia-304xx 304.64-4

rebuild against 3.7.6

Added:
  nvidia-304xx/trunk/linux-3.7.6.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 linux-3.7.6.patch |   11 +++
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 08:53:42 UTC (rev 177054)
+++ PKGBUILD2013-02-05 09:06:59 UTC (rev 177055)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.64
 _extramodules=extramodules-3.7-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -19,16 +19,20 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch')
+'uapi-3.7.patch'
+linux-3.7.6.patch)
 md5sums=('6964415cf648a5f4f38117b168369de2'
- '502d00dc850148d61fc06c907601498e')
+ '502d00dc850148d61fc06c907601498e'
+ '2627107ebbd930389b00a9a2cd5e6f42')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch')
+'uapi-3.7.patch'
+linux-3.7.6.patch)
 md5sums=('76007ed4b72afd334e26377b646f5f7e'
- '502d00dc850148d61fc06c907601498e')
+ '502d00dc850148d61fc06c907601498e'
+ '2627107ebbd930389b00a9a2cd5e6f42')
 fi
 
 build() {
@@ -37,6 +41,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
 patch -Np0 -i ${srcdir}/uapi-3.7.patch
+patch -Np3 -i ${srcdir}/linux-3.7.6.patch
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 

Added: linux-3.7.6.patch
===
--- linux-3.7.6.patch   (rev 0)
+++ linux-3.7.6.patch   2013-02-05 09:06:59 UTC (rev 177055)
@@ -0,0 +1,11 @@
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1701,7 +1701,7 @@
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+ if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+--a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
++-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi



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

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 10:07:07
  Author: tpowa
Revision: 177056

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 177055, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/linux-3.7.6.patch
(from rev 177055, nvidia-304xx/trunk/linux-3.7.6.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 177055, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-i686/uapi-3.7.patch
(from rev 177055, nvidia-304xx/trunk/uapi-3.7.patch)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 177055, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/linux-3.7.6.patch
(from rev 177055, nvidia-304xx/trunk/linux-3.7.6.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 177055, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/uapi-3.7.patch
(from rev 177055, nvidia-304xx/trunk/uapi-3.7.patch)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/linux-3.7.6.patch   |   11 +++
 testing-i686/nvidia.install  |   15 +
 testing-i686/uapi-3.7.patch  |   42 +++
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/linux-3.7.6.patch |   11 +++
 testing-x86_64/nvidia.install|   15 +
 testing-x86_64/uapi-3.7.patch|   42 +++
 8 files changed, 248 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 177055, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-05 09:07:07 UTC (rev 177056)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.64
+_extramodules=extramodules-3.7-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.7' 'linux3.8' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+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=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+'uapi-3.7.patch'
+linux-3.7.6.patch)
+md5sums=('6964415cf648a5f4f38117b168369de2'
+ '502d00dc850148d61fc06c907601498e'
+ '2627107ebbd930389b00a9a2cd5e6f42')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
+'uapi-3.7.patch'
+linux-3.7.6.patch)
+md5sums=('76007ed4b72afd334e26377b646f5f7e'
+ '502d00dc850148d61fc06c907601498e'
+ '2627107ebbd930389b00a9a2cd5e6f42')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np0 -i ${srcdir}/uapi-3.7.patch
+patch -Np3 -i ${srcdir}/linux-3.7.6.patch
+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
+}
+

Copied: nvidia-304xx/repos/testing-i686/linux-3.7.6.patch (from rev 177055, 
nvidia-304xx/trunk/linux-3.7.6.patch)
===
--- testing-i686/linux-3.7.6.patch  (rev 0)
+++ testing-i686/linux-3.7.6.patch  2013-02-05 09:07:07 UTC (rev 177056)
@@ -0,0 +1,11 @@
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1701,7 +1701,7 @@
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+ if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+--a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
++-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 177055, 

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

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 10:13:03
  Author: tpowa
Revision: 177057

upgpkg: lirc 1:0.9.0-37

rebuild against 3.7.6

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 09:07:07 UTC (rev 177056)
+++ PKGBUILD2013-02-05 09:13:03 UTC (rev 177057)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=36
+pkgrel=37
 epoch=1
 _extramodules=extramodules-3.7-ARCH
 arch=('i686' 'x86_64')



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

2013-02-05 Thread Tobias Powalowski
Date: Tuesday, February 5, 2013 @ 10:13:30
  Author: tpowa
Revision: 177058

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

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

+
 testing-i686/PKGBUILD  |  119 +++
 testing-i686/irexec.conf   |5 
 testing-i686/irexec.service|   11 ++
 testing-i686/irexecd   |   38 +++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 +
 testing-i686/lircd |   52 ++
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircd.conf|8 +
 testing-i686/lircm.service |   11 ++
 testing-i686/lircmd|   36 ++
 testing-x86_64/PKGBUILD|  119 +++
 testing-x86_64/irexec.conf |5 
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/irexecd |   38 +++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   11 ++
 testing-x86_64/lirc.tmpfiles   |1 
 

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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:54:00
  Author: spupykin
Revision: 83816

upgpkg: lazarus 1.0.6-1

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 07:48:01 UTC (rev 83815)
+++ PKGBUILD2013-02-05 10:54:00 UTC (rev 83816)
@@ -5,9 +5,9 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.4
-_pkgsubver=1
-pkgrel=2
+pkgver=1.0.6
+_pkgsubver=0
+pkgrel=1
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:LGPL')
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
'lazcontrols2.diff')
-md5sums=('a3dea4ba0c74c35bd7078acd1d5de4fc'
+md5sums=('bfab7c877996df911d883ca749c7cc4e'
  '288bca6ad5ade79deec34c3602d9')
 
 build() {



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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:54:36
  Author: spupykin
Revision: 83817

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 83816, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 83816, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 83816, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 83816, lazarus/trunk/lazcontrols2.diff)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 83816, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 83816, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 83816, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 83816, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

--+
 community-i686/ChangeLog |   36 ++--
 community-i686/PKGBUILD  |  248 -
 community-i686/lazarus-ide.install   |   68 -
 community-i686/lazcontrols2.diff |   92 ++--
 community-x86_64/ChangeLog   |   36 ++--
 community-x86_64/PKGBUILD|  248 -
 community-x86_64/lazarus-ide.install |   68 -
 community-x86_64/lazcontrols2.diff   |   92 ++--
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-02-05 10:54:00 UTC (rev 83816)
+++ community-i686/ChangeLog2013-02-05 10:54:36 UTC (rev 83817)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 83816, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-02-05 10:54:36 UTC (rev 83817)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 10:54:00 UTC (rev 83816)
+++ community-i686/PKGBUILD 2013-02-05 10:54:36 UTC (rev 83817)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.4
-_pkgsubver=1
-pkgrel=2
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:LGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
-   'lazcontrols2.diff')
-md5sums=('a3dea4ba0c74c35bd7078acd1d5de4fc'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run 

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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:57:35
  Author: spupykin
Revision: 83818

upgpkg: mapnik 2.1.0-7

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 10:54:36 UTC (rev 83817)
+++ PKGBUILD2013-02-05 10:57:35 UTC (rev 83818)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;
@@ -29,6 +29,9 @@
 build() {
   cd $srcdir/$pkgname-v$pkgver
   sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
   scons configure \
 PREFIX=/usr \
 INPUT_PLUGINS=all \



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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:57:53
  Author: spupykin
Revision: 83819

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

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

-+
 community-i686/PKGBUILD |   87 +++---
 community-i686/mapnik.install   |   22 -
 community-x86_64/PKGBUILD   |   87 +++---
 community-x86_64/mapnik.install |   22 -
 4 files changed, 112 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 10:57:35 UTC (rev 83818)
+++ community-i686/PKGBUILD 2013-02-05 10:57:53 UTC (rev 83819)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: David Dent thewi...@gmail.com
-# Contributor: orbisvicis orbisvi...@gmail.com
-
-pkgname=mapnik
-pkgver=2.1.0
-pkgrel=6
-pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
-arch=('i686' 'x86_64')
-url=http://mapnik.org/;
-license=('LGPL')
-depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
-'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
-'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
-optdepends=('libxslt: Web Map Service'
-'python2-lxml:Web Map Service'
-'python-imaging:  Web Map Service'
-'python-nose: Web Map Service'
-'apache:  Web Map Service'
-'mod_fastcgi: Web Map Service - or:'
-'mod_fcgid:   Web Map Service - or:'
-'mod_wsgi2:   Web Map Service')
-makedepends=('scons' 'boost')
-install=mapnik.install
-source=(https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2;)
-md5sums=('d580c558a957444873bec9e24526b0a0')
-
-build() {
-  cd $srcdir/$pkgname-v$pkgver
-  sed -i 's|lib64|lib|g' SConstruct
-  scons configure \
-PREFIX=/usr \
-INPUT_PLUGINS=all \
-DESTDIR=$pkgdir
-  scons
-}
-
-package(){
-  cd $srcdir/$pkgname-v$pkgver
-  scons install
-}

Copied: mapnik/repos/community-i686/PKGBUILD (from rev 83818, 
mapnik/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 10:57:53 UTC (rev 83819)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.1.0
+pkgrel=7
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=(https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2;)
+md5sums=('d580c558a957444873bec9e24526b0a0')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons
+}
+
+package(){
+  cd $srcdir/$pkgname-v$pkgver
+  scons install
+}

Deleted: community-i686/mapnik.install
===
--- community-i686/mapnik.install   2013-02-05 10:57:35 UTC (rev 83818)
+++ community-i686/mapnik.install   2013-02-05 10:57:53 UTC (rev 83819)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-i686/mapnik.install (from rev 83818, 
mapnik/trunk/mapnik.install)

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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:58:09
  Author: spupykin
Revision: 83820

upgpkg: qtemu 1.0.5-6

upd

Modified:
  qtemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 10:57:53 UTC (rev 83819)
+++ PKGBUILD2013-02-05 10:58:09 UTC (rev 83820)
@@ -4,7 +4,7 @@
 
 pkgname=qtemu
 pkgver=1.0.5
-pkgrel=5
+pkgrel=6
 pkgdesc=Graphical user interface for QEMU written in Qt4
 url=http://qtemu.org;
 license=(GPL)
@@ -28,4 +28,5 @@
   install -d $pkgdir/usr/bin
   ln -s /opt/qtemu/bin/qtemu $pkgdir/usr/bin/qtemu
   install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
+  install -Dm0644 images/qtemu.ico $pkgdir/usr/share/icons/qtemu.ico
 }



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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:58:29
  Author: spupykin
Revision: 83821

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

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

---+
 community-i686/PKGBUILD   |   59 +++-
 community-x86_64/PKGBUILD |   59 +++-
 2 files changed, 64 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 10:58:09 UTC (rev 83820)
+++ community-i686/PKGBUILD 2013-02-05 10:58:29 UTC (rev 83821)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Urs Wolfer uwolfer @ fwo.ch
-
-pkgname=qtemu
-pkgver=1.0.5
-pkgrel=5
-pkgdesc=Graphical user interface for QEMU written in Qt4
-url=http://qtemu.org;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qemu' 'qt=4.1')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
-md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
- 'b323b75384fdb327728d2603979f7202')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
-  make
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/bin
-  ln -s /opt/qtemu/bin/qtemu $pkgdir/usr/bin/qtemu
-  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
-}

Copied: qtemu/repos/community-i686/PKGBUILD (from rev 83820, 
qtemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 10:58:29 UTC (rev 83821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Urs Wolfer uwolfer @ fwo.ch
+
+pkgname=qtemu
+pkgver=1.0.5
+pkgrel=6
+pkgdesc=Graphical user interface for QEMU written in Qt4
+url=http://qtemu.org;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qemu' 'qt=4.1')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
+md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
+ 'b323b75384fdb327728d2603979f7202')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/bin
+  ln -s /opt/qtemu/bin/qtemu $pkgdir/usr/bin/qtemu
+  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
+  install -Dm0644 images/qtemu.ico $pkgdir/usr/share/icons/qtemu.ico
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-05 10:58:09 UTC (rev 83820)
+++ community-x86_64/PKGBUILD   2013-02-05 10:58:29 UTC (rev 83821)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Urs Wolfer uwolfer @ fwo.ch
-
-pkgname=qtemu
-pkgver=1.0.5
-pkgrel=5
-pkgdesc=Graphical user interface for QEMU written in Qt4
-url=http://qtemu.org;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qemu' 'qt=4.1')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
-md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
- 'b323b75384fdb327728d2603979f7202')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
-  make
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/bin
-  ln -s /opt/qtemu/bin/qtemu $pkgdir/usr/bin/qtemu
-  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
-}

Copied: qtemu/repos/community-x86_64/PKGBUILD (from rev 83820, 
qtemu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-05 10:58:29 UTC (rev 83821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Urs Wolfer uwolfer @ fwo.ch
+
+pkgname=qtemu
+pkgver=1.0.5
+pkgrel=6
+pkgdesc=Graphical user interface for QEMU written in Qt4
+url=http://qtemu.org;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qemu' 'qt=4.1')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+   

[arch-commits] Commit in wqy-bitmapfont/trunk (85-wqy-bitmapsong.conf.diff PKGBUILD)

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:58:35
  Author: spupykin
Revision: 83822

upgpkg: wqy-bitmapfont 0.9.9-11

upd

Modified:
  wqy-bitmapfont/trunk/85-wqy-bitmapsong.conf.diff
  wqy-bitmapfont/trunk/PKGBUILD

-+
 85-wqy-bitmapsong.conf.diff |   39 +++
 PKGBUILD|4 ++--
 2 files changed, 25 insertions(+), 18 deletions(-)

Modified: 85-wqy-bitmapsong.conf.diff
===
--- 85-wqy-bitmapsong.conf.diff 2013-02-05 10:58:29 UTC (rev 83821)
+++ 85-wqy-bitmapsong.conf.diff 2013-02-05 10:58:35 UTC (rev 83822)
@@ -1,44 +1,51 @@
 85-wqy-bitmapsong.conf.org 2007-11-04 08:55:50.0 +0300
-+++ 85-wqy-bitmapsong.conf 2012-09-25 19:14:27.0 +0400
-@@ -25,10 +25,20 @@
+diff -wbBur wqy-bitmapfont/85-wqy-bitmapsong.conf 
wqy-bitmapfont.my/85-wqy-bitmapsong.conf
+--- wqy-bitmapfont/85-wqy-bitmapsong.conf  2007-11-04 08:55:50.0 
+0300
 wqy-bitmapfont.my/85-wqy-bitmapsong.conf   2013-02-05 13:46:31.485788374 
+0400
+@@ -23,12 +23,22 @@
+ Updated by Qianqian Fang on May 9,2007 
+ --
  match target=pattern
- test equal=any compare=eq name=lang
+-test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringen/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringen-us/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-cn/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-tw/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-hk/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-sg/string
  /test 
  test compare=more_eq name=pixelsize
-@@ -47,10 +57,20 @@
+@@ -45,12 +55,22 @@
+ /edit
+ /match
  match target=pattern
- test equal=any compare=eq name=lang
+-test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringen/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringen-us/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-cn/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-tw/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-hk/string
 +/test 
-+test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
  stringzh-sg/string
  /test
  test compare=more_eq name=size

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 10:58:29 UTC (rev 83821)
+++ PKGBUILD2013-02-05 10:58:35 UTC (rev 83822)
@@ -5,7 +5,7 @@
 
 pkgname=wqy-bitmapfont
 pkgver=0.9.9
-pkgrel=10
+pkgrel=11
 pkgdesc=A bitmapped Song Ti (serif) Chinese font
 arch=('any')
 url=http://wenq.org/;
@@ -15,7 +15,7 @@
 
source=(http://downloads.sourceforge.net/wqy/wqy-bitmapfont-pcf-$pkgver-0.tar.gz;
85-wqy-bitmapsong.conf.diff)
 md5sums=('76b9702fa7e6e4b9287bbeff927a1546'
- '114d8df9f82a51d29f36668b9c3116d5')
+ 'b472185e6bec801c2ccc65546802c2d0')
 
 package() {
   cd $srcdir/wqy-bitmapfont



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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 11:58:48
  Author: spupykin
Revision: 83823

archrelease: copy trunk to community-any

Added:
  wqy-bitmapfont/repos/community-any/85-wqy-bitmapsong.conf.diff
(from rev 83822, wqy-bitmapfont/trunk/85-wqy-bitmapsong.conf.diff)
  wqy-bitmapfont/repos/community-any/PKGBUILD
(from rev 83822, wqy-bitmapfont/trunk/PKGBUILD)
  wqy-bitmapfont/repos/community-any/wqy-bitmapfont.install
(from rev 83822, wqy-bitmapfont/trunk/wqy-bitmapfont.install)
Deleted:
  wqy-bitmapfont/repos/community-any/85-wqy-bitmapsong.conf.diff
  wqy-bitmapfont/repos/community-any/PKGBUILD
  wqy-bitmapfont/repos/community-any/wqy-bitmapfont.install

-+
 85-wqy-bitmapsong.conf.diff |   95 ++
 PKGBUILD|   70 +++---
 wqy-bitmapfont.install  |   22 -
 3 files changed, 97 insertions(+), 90 deletions(-)

Deleted: 85-wqy-bitmapsong.conf.diff
===
--- 85-wqy-bitmapsong.conf.diff 2013-02-05 10:58:35 UTC (rev 83822)
+++ 85-wqy-bitmapsong.conf.diff 2013-02-05 10:58:48 UTC (rev 83823)
@@ -1,44 +0,0 @@
 85-wqy-bitmapsong.conf.org 2007-11-04 08:55:50.0 +0300
-+++ 85-wqy-bitmapsong.conf 2012-09-25 19:14:27.0 +0400
-@@ -25,10 +25,20 @@
- match target=pattern
- test equal=any compare=eq name=lang
- stringen/string
-+/test 
-+test equal=any compare=eq name=lang
- stringen-us/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-cn/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-tw/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-hk/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-sg/string
- /test 
- test compare=more_eq name=pixelsize
-@@ -47,10 +57,20 @@
- match target=pattern
- test equal=any compare=eq name=lang
- stringen/string
-+/test 
-+test equal=any compare=eq name=lang
- stringen-us/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-cn/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-tw/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-hk/string
-+/test 
-+test equal=any compare=eq name=lang
- stringzh-sg/string
- /test
- test compare=more_eq name=size

Copied: wqy-bitmapfont/repos/community-any/85-wqy-bitmapsong.conf.diff (from 
rev 83822, wqy-bitmapfont/trunk/85-wqy-bitmapsong.conf.diff)
===
--- 85-wqy-bitmapsong.conf.diff (rev 0)
+++ 85-wqy-bitmapsong.conf.diff 2013-02-05 10:58:48 UTC (rev 83823)
@@ -0,0 +1,51 @@
+diff -wbBur wqy-bitmapfont/85-wqy-bitmapsong.conf 
wqy-bitmapfont.my/85-wqy-bitmapsong.conf
+--- wqy-bitmapfont/85-wqy-bitmapsong.conf  2007-11-04 08:55:50.0 
+0300
 wqy-bitmapfont.my/85-wqy-bitmapsong.conf   2013-02-05 13:46:31.485788374 
+0400
+@@ -23,12 +23,22 @@
+ Updated by Qianqian Fang on May 9,2007 
+ --
+ match target=pattern
+-test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
+ stringen/string
++/test 
++test qual=any compare=eq name=lang
+ stringen-us/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-cn/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-tw/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-hk/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-sg/string
+ /test 
+ test compare=more_eq name=pixelsize
+@@ -45,12 +55,22 @@
+ /edit
+ /match
+ match target=pattern
+-test equal=any compare=eq name=lang
++test qual=any compare=eq name=lang
+ stringen/string
++/test 
++test qual=any compare=eq name=lang
+ stringen-us/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-cn/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-tw/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-hk/string
++/test 
++test qual=any compare=eq name=lang
+ stringzh-sg/string
+ /test
+ test compare=more_eq name=size

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 

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

2013-02-05 Thread Andrea Scarpino
Date: Tuesday, February 5, 2013 @ 12:19:04
  Author: andrea
Revision: 177061

Apply two suggested security fixes

Added:
  qt/trunk/Drop-read-write-perms-for-users.patch
  qt/trunk/Fix-binary-incompatibility-between-openssl-versions.patch
Modified:
  qt/trunk/PKGBUILD

---+
 Drop-read-write-perms-for-users.patch |  145 
 Fix-binary-incompatibility-between-openssl-versions.patch |   80 ++
 PKGBUILD  |   14 -
 3 files changed, 236 insertions(+), 3 deletions(-)

Added: Drop-read-write-perms-for-users.patch
===
--- Drop-read-write-perms-for-users.patch   (rev 0)
+++ Drop-read-write-perms-for-users.patch   2013-02-05 11:19:04 UTC (rev 
177061)
@@ -0,0 +1,145 @@
+From 20b26bdb3dd5e46b01b9a7e1ce8342074df3c89c Mon Sep 17 00:00:00 2001
+From: Thiago Macieira thiago.macie...@intel.com
+Date: Sat, 22 Dec 2012 08:32:12 -0800
+Subject: [PATCH] Change all shmget calls to user-only memory
+
+Drop the read and write permissions for group and other users in the
+system.
+
+Change-Id: I8fc753f09126651af3fb82df3049050f0b14e876
+(cherry-picked from Qt 5 commit 856f209fb63ae336bfb389a12d2a75fa886dc1c5)
+Reviewed-by: Richard J. Moore r...@kde.org
+---
+ src/corelib/kernel/qsharedmemory_unix.cpp  |6 +++---
+ src/corelib/kernel/qsystemsemaphore_unix.cpp   |4 ++--
+ src/gui/image/qnativeimage.cpp |2 +-
+ src/gui/image/qpixmap_x11.cpp  |2 +-
+ src/plugins/platforms/xcb/qxcbwindowsurface.cpp|2 +-
+ src/plugins/platforms/xlib/qxlibwindowsurface.cpp  |2 +-
+ .../auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp |2 +-
+ tools/qvfb/qvfbshmem.cpp   |4 ++--
+ 8 files changed, 12 insertions(+), 12 deletions(-)
+
+diff --git a/src/corelib/kernel/qsharedmemory_unix.cpp 
b/src/corelib/kernel/qsharedmemory_unix.cpp
+index 20d76e3..4cf3acf 100644
+--- a/src/corelib/kernel/qsharedmemory_unix.cpp
 b/src/corelib/kernel/qsharedmemory_unix.cpp
+@@ -238,7 +238,7 @@ bool QSharedMemoryPrivate::create(int size)
+ }
+ 
+ // create
+-if (-1 == shmget(unix_key, size, 0666 | IPC_CREAT | IPC_EXCL)) {
++if (-1 == shmget(unix_key, size, 0600 | IPC_CREAT | IPC_EXCL)) {
+ QString function = QLatin1String(QSharedMemory::create);
+ switch (errno) {
+ case EINVAL:
+@@ -293,7 +293,7 @@ bool 
QSharedMemoryPrivate::attach(QSharedMemory::AccessMode mode)
+ {
+ #ifndef QT_POSIX_IPC
+ // grab the shared memory segment id
+-int id = shmget(unix_key, 0, (mode == QSharedMemory::ReadOnly ? 0444 : 
0660));
++int id = shmget(unix_key, 0, (mode == QSharedMemory::ReadOnly ? 0400 : 
0600));
+ if (-1 == id) {
+ setErrorString(QLatin1String(QSharedMemory::attach (shmget)));
+ return false;
+@@ -381,7 +381,7 @@ bool QSharedMemoryPrivate::detach()
+ size = 0;
+ 
+ // Get the number of current attachments
+-int id = shmget(unix_key, 0, 0444);
++int id = shmget(unix_key, 0, 0400);
+ cleanHandle();
+ 
+ struct shmid_ds shmid_ds;
+diff --git a/src/corelib/kernel/qsystemsemaphore_unix.cpp 
b/src/corelib/kernel/qsystemsemaphore_unix.cpp
+index fad9acc..e77456b 100644
+--- a/src/corelib/kernel/qsystemsemaphore_unix.cpp
 b/src/corelib/kernel/qsystemsemaphore_unix.cpp
+@@ -153,10 +153,10 @@ key_t 
QSystemSemaphorePrivate::handle(QSystemSemaphore::AccessMode mode)
+ }
+ 
+ // Get semaphore
+-semaphore = semget(unix_key, 1, 0666 | IPC_CREAT | IPC_EXCL);
++semaphore = semget(unix_key, 1, 0600 | IPC_CREAT | IPC_EXCL);
+ if (-1 == semaphore) {
+ if (errno == EEXIST)
+-semaphore = semget(unix_key, 1, 0666 | IPC_CREAT);
++semaphore = semget(unix_key, 1, 0600 | IPC_CREAT);
+ if (-1 == semaphore) {
+ setErrorString(QLatin1String(QSystemSemaphore::handle));
+ cleanHandle();
+diff --git a/src/gui/image/qnativeimage.cpp b/src/gui/image/qnativeimage.cpp
+index 9654afe..fef38c5 100644
+--- a/src/gui/image/qnativeimage.cpp
 b/src/gui/image/qnativeimage.cpp
+@@ -176,7 +176,7 @@ QNativeImage::QNativeImage(int width, int height, 
QImage::Format format,bool /*
+ 
+ bool ok;
+ xshminfo.shmid = shmget(IPC_PRIVATE, xshmimg-bytes_per_line * 
xshmimg-height,
+-IPC_CREAT | 0777);
++IPC_CREAT | 0700);
+ ok = xshminfo.shmid != -1;
+ if (ok) {
+ xshmimg-data = (char*)shmat(xshminfo.shmid, 0, 0);
+diff --git a/src/gui/image/qpixmap_x11.cpp b/src/gui/image/qpixmap_x11.cpp
+index 280d8bd..88c9b7b 100644
+--- a/src/gui/image/qpixmap_x11.cpp
 b/src/gui/image/qpixmap_x11.cpp
+@@ -193,7 +193,7 @@ static bool qt_create_mitshm_buffer(const QPaintDevice* 
dev, int w, int h)
+ bool ok;
+ xshminfo.shmid = 

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

2013-02-05 Thread Florian Pritz
Date: Tuesday, February 5, 2013 @ 13:47:18
  Author: bluewind
Revision: 83824

upgpkg: lib32-gnutls 3.1.7-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 10:58:48 UTC (rev 83823)
+++ PKGBUILD2013-02-05 12:47:18 UTC (rev 83824)
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,8 +16,8 @@
 depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('835a5d20def765cd49ad7274ff3e7493'
- '9f8569a4fcb65809a369df1575f10138')
+md5sums=('95c96dfaba0e82e9e6bcb67eab5abf49'
+ 'ea9d8c24c1ac2654ae9fe87f69b45e17')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-05 Thread Florian Pritz
Date: Tuesday, February 5, 2013 @ 13:47:25
  Author: bluewind
Revision: 83825

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 83824, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 12:47:18 UTC (rev 83824)
+++ PKGBUILD2013-02-05 12:47:25 UTC (rev 83825)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.1.6
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url=http://gnutls.org/;
-options=('!libtool')
-depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('835a5d20def765cd49ad7274ff3e7493'
- '9f8569a4fcb65809a369df1575f10138')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 83824, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 12:47:25 UTC (rev 83825)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://gnutls.org/;
+options=('!libtool')
+depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('95c96dfaba0e82e9e6bcb67eab5abf49'
+ 'ea9d8c24c1ac2654ae9fe87f69b45e17')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 14:13:40
  Author: seblu
Revision: 83826

upgpkg: exabgp 3.1.3-1

Modified:
  exabgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 12:47:25 UTC (rev 83825)
+++ PKGBUILD2013-02-05 13:13:40 UTC (rev 83826)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=exabgp
-pkgver=3.0.11
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc='BPG route injector'
 arch=('any')
 license=('custom')
@@ -12,7 +12,7 @@
 backup=('etc/exabgp.conf')
 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
 'exabgp.service')
-sha1sums=('86d62fc84728edc9ad53f0536544f4d180317309'
+sha1sums=('9693a080bdbc7e56a9eafc70f4e3eb13f8a5e9c7'
   '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
 
 build() {



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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 14:13:47
  Author: seblu
Revision: 83827

archrelease: copy trunk to community-any

Added:
  exabgp/repos/community-any/PKGBUILD
(from rev 83826, exabgp/trunk/PKGBUILD)
  exabgp/repos/community-any/exabgp.service
(from rev 83826, exabgp/trunk/exabgp.service)
Deleted:
  exabgp/repos/community-any/PKGBUILD
  exabgp/repos/community-any/exabgp.service

+
 PKGBUILD   |   80 +++
 exabgp.service |   22 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 13:13:40 UTC (rev 83826)
+++ PKGBUILD2013-02-05 13:13:47 UTC (rev 83827)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-
-pkgname=exabgp
-pkgver=3.0.11
-pkgrel=2
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'exabgp.service')
-sha1sums=('86d62fc84728edc9ad53f0536544f4d180317309'
-  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
-
-build() {
-  # arch python2
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # upstream installer
-  python2 setup.py install --root=$pkgdir --install-data=/
-  # install license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  popd
-  # systemd
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # install empty config file
-  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
-  # move data in a more private directory
-  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exabgp/repos/community-any/PKGBUILD (from rev 83826, 
exabgp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 13:13:47 UTC (rev 83827)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=exabgp
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'exabgp.service')
+sha1sums=('9693a080bdbc7e56a9eafc70f4e3eb13f8a5e9c7'
+  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+  # arch python2
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # upstream installer
+  python2 setup.py install --root=$pkgdir --install-data=/
+  # install license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  popd
+  # systemd
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # install empty config file
+  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # move data in a more private directory
+  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: exabgp.service
===
--- exabgp.service  2013-02-05 13:13:40 UTC (rev 83826)
+++ exabgp.service  2013-02-05 13:13:47 UTC (rev 83827)
@@ -1,11 +0,0 @@
-[Unit]
-Description=ExaBGP
-After=network.target
-
-[Service]
-Environment=exabgp.daemon.daemonize=false
-Environment=exabgp.log.destination=stdout
-ExecStart=/usr/bin/exabgp /etc/exabgp.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: exabgp/repos/community-any/exabgp.service (from rev 83826, 
exabgp/trunk/exabgp.service)
===
--- exabgp.service  (rev 0)
+++ exabgp.service  2013-02-05 13:13:47 UTC (rev 83827)
@@ -0,0 +1,11 @@
+[Unit]
+Description=ExaBGP
+After=network.target
+
+[Service]
+Environment=exabgp.daemon.daemonize=false
+Environment=exabgp.log.destination=stdout
+ExecStart=/usr/bin/exabgp /etc/exabgp.conf
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in qt (19 files)

2013-02-05 Thread Andrea Scarpino
Date: Tuesday, February 5, 2013 @ 14:17:20
  Author: andrea
Revision: 177062

archrelease: copy trunk to extra-x86_64

Added:
  qt/repos/extra-x86_64/Drop-read-write-perms-for-users.patch
(from rev 177061, qt/trunk/Drop-read-write-perms-for-users.patch)
  
qt/repos/extra-x86_64/Fix-binary-incompatibility-between-openssl-versions.patch
(from rev 177061, 
qt/trunk/Fix-binary-incompatibility-between-openssl-versions.patch)
  qt/repos/extra-x86_64/PKGBUILD
(from rev 177061, qt/trunk/PKGBUILD)
  qt/repos/extra-x86_64/assistant.desktop
(from rev 177061, qt/trunk/assistant.desktop)
  qt/repos/extra-x86_64/designer.desktop
(from rev 177061, qt/trunk/designer.desktop)
  qt/repos/extra-x86_64/fix-crash-in-assistant.patch
(from rev 177061, qt/trunk/fix-crash-in-assistant.patch)
  qt/repos/extra-x86_64/improve-cups-support.patch
(from rev 177061, qt/trunk/improve-cups-support.patch)
  qt/repos/extra-x86_64/linguist.desktop
(from rev 177061, qt/trunk/linguist.desktop)
  qt/repos/extra-x86_64/qt.install
(from rev 177061, qt/trunk/qt.install)
  qt/repos/extra-x86_64/qtconfig.desktop
(from rev 177061, qt/trunk/qtconfig.desktop)
Modified:
  qt/kde-unstable/PKGBUILD
Deleted:
  qt/repos/extra-x86_64/PKGBUILD
  qt/repos/extra-x86_64/assistant.desktop
  qt/repos/extra-x86_64/designer.desktop
  qt/repos/extra-x86_64/fix-crash-in-assistant.patch
  qt/repos/extra-x86_64/improve-cups-support.patch
  qt/repos/extra-x86_64/linguist.desktop
  qt/repos/extra-x86_64/qt.install
  qt/repos/extra-x86_64/qtconfig.desktop

--+
 kde-unstable/PKGBUILD| 
  10 
 repos/extra-x86_64/Drop-read-write-perms-for-users.patch | 
 145 +
 repos/extra-x86_64/Fix-binary-incompatibility-between-openssl-versions.patch | 
  80 ++
 repos/extra-x86_64/PKGBUILD  | 
 288 +-
 repos/extra-x86_64/assistant.desktop | 
  16 
 repos/extra-x86_64/designer.desktop  | 
  20 
 repos/extra-x86_64/fix-crash-in-assistant.patch  | 
  22 
 repos/extra-x86_64/improve-cups-support.patch| 
 168 ++---
 repos/extra-x86_64/linguist.desktop  | 
  18 
 repos/extra-x86_64/qt.install| 
  24 
 repos/extra-x86_64/qtconfig.desktop  | 
  18 
 11 files changed, 519 insertions(+), 290 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2013-02-05 11:19:04 UTC (rev 177061)
+++ kde-unstable/PKGBUILD   2013-02-05 13:17:20 UTC (rev 177062)
@@ -9,7 +9,7 @@
  'qtmultimedia'
  'qttools'
  'qt-addons')
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
@@ -18,14 +18,14 @@
 'mesa' 'libgl' 'at-spi2-core' 'alsa-lib' 
'gstreamer0.10-base-plugins'
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 
'libfbclient'
-'python2')
+'python2' 'ruby')
 groups=('qt5')
 options=('!libtool')
 _pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/qt5/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
 'use-python2.patch')
-md5sums=('6b4f2f3f1e6252fbce3a57ac5165baff'
+md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
  'f1837a03fd0ebbd2da58975845f278e3'
  '480fea1ed076992b688373c8db274be0'
  '5595c24d5bb942c21e3a4d299e6d0bf1'
@@ -62,10 +62,6 @@
 -dbus-linked \
 -reduce-relocations
 
-  # We ship qtwebkit separately
-  sed -i '/module-qtwebkit \\/d' Makefile
-  sed -i '/module-qtwebkit-examples-and-demos \\/d' Makefile
-
   make
 }
 

Copied: qt/repos/extra-x86_64/Drop-read-write-perms-for-users.patch (from rev 
177061, qt/trunk/Drop-read-write-perms-for-users.patch)
===
--- repos/extra-x86_64/Drop-read-write-perms-for-users.patch
(rev 0)
+++ repos/extra-x86_64/Drop-read-write-perms-for-users.patch2013-02-05 
13:17:20 UTC (rev 177062)
@@ -0,0 +1,145 @@
+From 20b26bdb3dd5e46b01b9a7e1ce8342074df3c89c Mon Sep 17 00:00:00 2001
+From: Thiago Macieira thiago.macie...@intel.com
+Date: Sat, 22 Dec 2012 08:32:12 -0800
+Subject: [PATCH] Change all shmget calls to user-only memory
+
+Drop the read and write permissions for group and other users in the
+system.
+
+Change-Id: I8fc753f09126651af3fb82df3049050f0b14e876
+(cherry-picked from Qt 5 commit 856f209fb63ae336bfb389a12d2a75fa886dc1c5)

[arch-commits] Commit in qt/repos/extra-i686 (18 files)

2013-02-05 Thread Andrea Scarpino
Date: Tuesday, February 5, 2013 @ 14:17:45
  Author: andrea
Revision: 177063

archrelease: copy trunk to extra-i686

Added:
  qt/repos/extra-i686/Drop-read-write-perms-for-users.patch
(from rev 177062, qt/trunk/Drop-read-write-perms-for-users.patch)
  qt/repos/extra-i686/Fix-binary-incompatibility-between-openssl-versions.patch
(from rev 177062, 
qt/trunk/Fix-binary-incompatibility-between-openssl-versions.patch)
  qt/repos/extra-i686/PKGBUILD
(from rev 177062, qt/trunk/PKGBUILD)
  qt/repos/extra-i686/assistant.desktop
(from rev 177062, qt/trunk/assistant.desktop)
  qt/repos/extra-i686/designer.desktop
(from rev 177062, qt/trunk/designer.desktop)
  qt/repos/extra-i686/fix-crash-in-assistant.patch
(from rev 177062, qt/trunk/fix-crash-in-assistant.patch)
  qt/repos/extra-i686/improve-cups-support.patch
(from rev 177062, qt/trunk/improve-cups-support.patch)
  qt/repos/extra-i686/linguist.desktop
(from rev 177062, qt/trunk/linguist.desktop)
  qt/repos/extra-i686/qt.install
(from rev 177062, qt/trunk/qt.install)
  qt/repos/extra-i686/qtconfig.desktop
(from rev 177062, qt/trunk/qtconfig.desktop)
Deleted:
  qt/repos/extra-i686/PKGBUILD
  qt/repos/extra-i686/assistant.desktop
  qt/repos/extra-i686/designer.desktop
  qt/repos/extra-i686/fix-crash-in-assistant.patch
  qt/repos/extra-i686/improve-cups-support.patch
  qt/repos/extra-i686/linguist.desktop
  qt/repos/extra-i686/qt.install
  qt/repos/extra-i686/qtconfig.desktop

---+
 Drop-read-write-perms-for-users.patch |  145 ++
 Fix-binary-incompatibility-between-openssl-versions.patch |   80 +++
 PKGBUILD  |  288 ++--
 assistant.desktop |   16 
 designer.desktop  |   20 
 fix-crash-in-assistant.patch  |   22 
 improve-cups-support.patch|  168 +++
 linguist.desktop  |   18 
 qt.install|   24 -
 qtconfig.desktop  |   18 
 10 files changed, 516 insertions(+), 283 deletions(-)

Copied: qt/repos/extra-i686/Drop-read-write-perms-for-users.patch (from rev 
177062, qt/trunk/Drop-read-write-perms-for-users.patch)
===
--- Drop-read-write-perms-for-users.patch   (rev 0)
+++ Drop-read-write-perms-for-users.patch   2013-02-05 13:17:45 UTC (rev 
177063)
@@ -0,0 +1,145 @@
+From 20b26bdb3dd5e46b01b9a7e1ce8342074df3c89c Mon Sep 17 00:00:00 2001
+From: Thiago Macieira thiago.macie...@intel.com
+Date: Sat, 22 Dec 2012 08:32:12 -0800
+Subject: [PATCH] Change all shmget calls to user-only memory
+
+Drop the read and write permissions for group and other users in the
+system.
+
+Change-Id: I8fc753f09126651af3fb82df3049050f0b14e876
+(cherry-picked from Qt 5 commit 856f209fb63ae336bfb389a12d2a75fa886dc1c5)
+Reviewed-by: Richard J. Moore r...@kde.org
+---
+ src/corelib/kernel/qsharedmemory_unix.cpp  |6 +++---
+ src/corelib/kernel/qsystemsemaphore_unix.cpp   |4 ++--
+ src/gui/image/qnativeimage.cpp |2 +-
+ src/gui/image/qpixmap_x11.cpp  |2 +-
+ src/plugins/platforms/xcb/qxcbwindowsurface.cpp|2 +-
+ src/plugins/platforms/xlib/qxlibwindowsurface.cpp  |2 +-
+ .../auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp |2 +-
+ tools/qvfb/qvfbshmem.cpp   |4 ++--
+ 8 files changed, 12 insertions(+), 12 deletions(-)
+
+diff --git a/src/corelib/kernel/qsharedmemory_unix.cpp 
b/src/corelib/kernel/qsharedmemory_unix.cpp
+index 20d76e3..4cf3acf 100644
+--- a/src/corelib/kernel/qsharedmemory_unix.cpp
 b/src/corelib/kernel/qsharedmemory_unix.cpp
+@@ -238,7 +238,7 @@ bool QSharedMemoryPrivate::create(int size)
+ }
+ 
+ // create
+-if (-1 == shmget(unix_key, size, 0666 | IPC_CREAT | IPC_EXCL)) {
++if (-1 == shmget(unix_key, size, 0600 | IPC_CREAT | IPC_EXCL)) {
+ QString function = QLatin1String(QSharedMemory::create);
+ switch (errno) {
+ case EINVAL:
+@@ -293,7 +293,7 @@ bool 
QSharedMemoryPrivate::attach(QSharedMemory::AccessMode mode)
+ {
+ #ifndef QT_POSIX_IPC
+ // grab the shared memory segment id
+-int id = shmget(unix_key, 0, (mode == QSharedMemory::ReadOnly ? 0444 : 
0660));
++int id = shmget(unix_key, 0, (mode == QSharedMemory::ReadOnly ? 0400 : 
0600));
+ if (-1 == id) {
+ setErrorString(QLatin1String(QSharedMemory::attach (shmget)));
+ return false;
+@@ -381,7 +381,7 @@ bool QSharedMemoryPrivate::detach()
+ size = 0;
+ 
+ // Get the number of current attachments
+-int id = shmget(unix_key, 0, 0444);
++int id = shmget(unix_key, 0, 0400);
+ cleanHandle();
+ 
+

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

2013-02-05 Thread Sven-Hendrik Haase
Date: Tuesday, February 5, 2013 @ 14:52:09
  Author: svenstaro
Revision: 83828

upgpkg: wine 1.5.23-2

Re-add -mincoming-stack-boundary=2

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 13:13:47 UTC (rev 83827)
+++ PKGBUILD2013-02-05 13:52:09 UTC (rev 83828)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.5.23
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -106,8 +106,9 @@
   --prefix=/usr \
   --libdir=/usr/lib \
   --with-x \
-  --without-gstreamer \ # FS#33655
+  --without-gstreamer \
   --enable-win64
+# Gstreamer was disabled for FS#33655
 
 make
 
@@ -124,8 +125,11 @@
   ../$pkgname/configure \
 --prefix=/usr \
 --with-x \
---without-gstreamer \ # FS#33655
+--without-gstreamer \
 ${_wine32opts[@]}
+
+  # These additional flags solve FS#23277
+  make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
 }
 
 package() {



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

2013-02-05 Thread Sven-Hendrik Haase
Date: Tuesday, February 5, 2013 @ 14:52:21
  Author: svenstaro
Revision: 83829

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 83828, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 83828, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  306 -
 wine.install |   24 ++--
 2 files changed, 166 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 13:52:09 UTC (rev 83828)
+++ PKGBUILD2013-02-05 13:52:21 UTC (rev 83829)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.23
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('70228ea29efe9700a66202b495b068bc'
- '8b8620cf523bb6c7e61d01480c167859')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  depends=(${depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  provides=(bin32-wine=$pkgver wine-wow64=$pkgver)
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd $srcdir
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 Building Wine-64...
-
-mkdir $pkgname-64-build
-cd $srcdir/$pkgname-64-build
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --enable-win64
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64=$srcdir/$pkgname-64-build
-)
-
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-  msg2 Building Wine-32...
-  cd $srcdir/$pkgname-32-build
-  ../$pkgname/configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-x \
-${_wine32opts[@]}
-
-  # These additional flags solve FS#23277
-  #make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
-}
-
-package() {
-  msg2 Packaging Wine-32...
-  cd $srcdir/$pkgname-32-build
-
-  if [[ $CARCH == i686 ]]; then
-make prefix=$pkgdir/usr install
-  else
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib32 \
-  dlldir=$pkgdir/usr/lib32/wine install
-
-msg2 Packaging Wine-64...
-cd $srcdir/$pkgname-64-build
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib \
-  dlldir=$pkgdir/usr/lib/wine install
-  fi
-}
-
-# vim:set ts=8 sts=2 sw=2 et:

Copied: wine/repos/multilib-x86_64/PKGBUILD (from rev 83828, 
wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 13:52:21 UTC (rev 83829)
@@ -0,0 

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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 15:07:31
  Author: seblu
Revision: 83830

upgpkg: linux-tools 3.7-6

- add lguest in i686
- add meta package for linux-tools
- add bash completion for bash
- update to stable linux 3.7.6

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 13:52:21 UTC (rev 83829)
+++ PKGBUILD2013-02-05 14:07:31 UTC (rev 83830)
@@ -1,10 +1,16 @@
 # $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Maintainer: Sébastien Luttringer
 
 pkgbase=linux-tools
-pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
+pkgname=('linux-tools-meta'
+ 'libtraceevent'
+ 'perf'
+ 'cpupower'
+ 'x86_energy_perf_policy'
+ 'usbip')
+[[ $CARCH == i686 ]]  pkgname+=('lguest')
 pkgver=3.7
-pkgrel=5
+pkgrel=6
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -20,13 +26,13 @@
 makedepends+=('glib2' 'sysfsutils')
 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.1.xz;
+http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.6.xz;
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
 'usbipd.service')
 md5sums=('21223369d682bcf44bcdfe1521095983'
- '48f5f530b048e387e978e3e49de7742a'
+ 'ec61c44f37585a768d41c0439101ef9c'
  '56883c159381ba89e50ab8ea65efec77'
  '7e0710c2f31c1eb1e1417a7972e676b1'
  '2450e8ff41b30eb58d43b5fffbfde1f4'
@@ -76,8 +82,21 @@
   ./configure --prefix=/usr
   make
   popd
+
+  if [[ $CARCH == i686 ]]; then
+msg2 'Build lguest'
+pushd linux-$pkgver/tools/lguest
+make
+popd
+  fi
 }
 
+package_linux-tools-meta() {
+  pkgdesc='Linux kernel tools meta package'
+  groups=()
+  depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip' 
'lguest')
+}
+
 package_libtraceevent() {
   pkgdesc='Linux kernel trace event library'
   depends=('glibc')
@@ -100,6 +119,10 @@
 NO_GTK2=1 \
 PERF_VERSION=$pkgver-$pkgrel \
 install install-man
+  # move completion in new directory
+  cd $pkgdir
+  install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/perf
+  rm -r usr/etc
 }
 
 package_cpupower() {
@@ -147,4 +170,15 @@
   install -Dm 644 usbipd.service 
$pkgdir/usr/lib/systemd/system/usbipd.service
 }
 
+package_lguest() {
+  pkgdesc='Linux kernel x86 virtualization hypervisor'
+  depends=('glibc')
+
+  cd linux-$pkgver
+  install -Dm 755 tools/lguest/lguest $pkgdir/usr/bin/lguest
+  install -dm 755 $pkgdir/usr/share/doc/$pkgname/
+  install -m 644 tools/lguest/lguest.txt $pkgdir/usr/share/doc/$pkgname/
+  install -m 644 drivers/lguest/README $pkgdir/usr/share/doc/$pkgname/
+}
+
 # vim:set ts=2 sw=2 et:



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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 15:07:48
  Author: seblu
Revision: 83831

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

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 83830, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 83830, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 83830, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 83830, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 83830, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 83830, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 83830, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 83830, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 83830, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 83830, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 83830, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 83830, linux-tools/trunk/usbipd.service)
Deleted:
  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/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

---+
 community-i686/PKGBUILD   |  334 +++-
 community-i686/cpupower.default   |   58 +++---
 community-i686/cpupower.install   |   26 +-
 community-i686/cpupower.service   |   20 +-
 community-i686/cpupower.systemd   |   64 +++---
 community-i686/usbipd.service |   18 -
 community-x86_64/PKGBUILD |  334 +++-
 community-x86_64/cpupower.default |   58 +++---
 community-x86_64/cpupower.install |   26 +-
 community-x86_64/cpupower.service |   20 +-
 community-x86_64/cpupower.systemd |   64 +++---
 community-x86_64/usbipd.service   |   18 -
 12 files changed, 554 insertions(+), 486 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 14:07:31 UTC (rev 83830)
+++ community-i686/PKGBUILD 2013-02-05 14:07:48 UTC (rev 83831)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-
-pkgbase=linux-tools
-pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
-pkgver=3.7
-pkgrel=5
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='http://www.kernel.org'
-options=('!strip')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils')
-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.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('21223369d682bcf44bcdfe1521095983'
- '48f5f530b048e387e978e3e49de7742a'
- '56883c159381ba89e50ab8ea65efec77'
- '7e0710c2f31c1eb1e1417a7972e676b1'
- '2450e8ff41b30eb58d43b5fffbfde1f4'
- 'a8fb0c6159bee1b9e345a87cabb3ba27')
-
-build() {
-  # apply stable patching set
-  if (( NOEXTRACT == 0 ))  [[ -e $srcdir/patch-* ]]; then
-msg2 'Applying stable patch set'
-patch -N -p1 -i $srcdir/patch-*
-  fi
-
-  msg2 'Build libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'Build perf'
-  pushd linux-$pkgver/tools/perf
-  make \
-WERROR=0 \
-DESTDIR=$pkgdir/usr \
-perfexecdir='lib/perf' \
-PYTHON=python2 \
-NO_GTK2=1 \
-PERF_VERSION=$pkgver-$pkgrel \
-all man
-  popd
-
-  msg2 'Build cpupower'
-  pushd linux-$pkgver/tools/power/cpupower
-  # we cannot use --as-needed
-  LDFLAGS=${LDFLAGS:+$LDFLAGS,--no-as-needed}
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'Build x86_energy_perf_policy'
-  pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
-  make
-  popd
-
-  msg2 

[arch-commits] Commit in (aiccu aiccu/PKGBUILD)

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 15:13:30
  Author: seblu
Revision: 83832

Prepare addition of aiccu into community

Added:
  aiccu/
  aiccu/PKGBUILD

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

Added: aiccu/PKGBUILD
===
--- aiccu/PKGBUILD  (rev 0)
+++ aiccu/PKGBUILD  2013-02-05 14:13:30 UTC (rev 83832)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=aiccu
+pkgver=20070115
+pkgrel=1
+pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility'
+arch=('i686' 'x86_64')
+url='http://www.sixxs.net/tools/aiccu/'
+license=('custom')
+depends=('gnutls' 'iproute2')
+backup=('etc/aiccu.conf')
+source=(http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz;
+'aiccu.service')
+md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
+ '4c7c350df0fab707c1524389519f0f04')
+
+build() {
+  cd $pkgname
+  [[ $LDFLAGS ]]  LDFLAGS=$LDFLAGS,--no-as-needed
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+  # default config
+  install -Dm640 doc/aiccu.conf $pkgdir/etc/aiccu.conf
+  # license
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # doc
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/{README,HOWTO,changelog} $pkgdir/usr/share/doc/$pkgname/
+  install -Dm644 doc/$pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+  # systemd
+  install -Dm644 $srcdir/aiccu.service 
$pkgdir/usr/lib/systemd/system/aiccu.service
+  rm -r $pkgdir/etc/init.d
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-05 Thread Sven-Hendrik Haase
Date: Tuesday, February 5, 2013 @ 15:18:11
  Author: svenstaro
Revision: 83833

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

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

---+
 community-i686/PKGBUILD   |  302 ---
 community-i686/wine.install   |   24 +--
 community-x86_64/PKGBUILD |  306 
 community-x86_64/wine.install |   24 +--
 4 files changed, 332 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 14:13:30 UTC (rev 83832)
+++ community-i686/PKGBUILD 2013-02-05 14:18:11 UTC (rev 83833)
@@ -1,148 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.23
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('70228ea29efe9700a66202b495b068bc'
- '8b8620cf523bb6c7e61d01480c167859')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  depends=(${depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  provides=(bin32-wine=$pkgver wine-wow64=$pkgver)
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd $srcdir
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 Building Wine-64...
-
-mkdir $pkgname-64-build
-cd $srcdir/$pkgname-64-build
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --enable-win64
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64=$srcdir/$pkgname-64-build
-)
-
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-  msg2 Building Wine-32...
-  cd $srcdir/$pkgname-32-build
-  ../$pkgname/configure \
---prefix=/usr \
---with-x \
-${_wine32opts[@]}
-}
-
-package() {
-  msg2 Packaging Wine-32...
-  cd $srcdir/$pkgname-32-build
-
-  if [[ $CARCH == i686 ]]; then
-make prefix=$pkgdir/usr install
-  else
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib32 \
-  dlldir=$pkgdir/usr/lib32/wine install
-
-msg2 Packaging Wine-64...
-cd $srcdir/$pkgname-64-build
-make prefix=$pkgdir/usr \
-  libdir=$pkgdir/usr/lib \
-  dlldir=$pkgdir/usr/lib/wine 

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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 16:15:04
  Author: seblu
Revision: 83834

upgpkg: linux-tools 3.7-7

- remove lguest on i686 only. Mixed i686/x86_64 pkg are not handled correctly
by communitypkg
- previsous version has never reach repository

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 14:18:11 UTC (rev 83833)
+++ PKGBUILD2013-02-05 15:15:04 UTC (rev 83834)
@@ -8,9 +8,8 @@
  'cpupower'
  'x86_energy_perf_policy'
  'usbip')
-[[ $CARCH == i686 ]]  pkgname+=('lguest')
 pkgver=3.7
-pkgrel=6
+pkgrel=7
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -82,19 +81,12 @@
   ./configure --prefix=/usr
   make
   popd
-
-  if [[ $CARCH == i686 ]]; then
-msg2 'Build lguest'
-pushd linux-$pkgver/tools/lguest
-make
-popd
-  fi
 }
 
 package_linux-tools-meta() {
   pkgdesc='Linux kernel tools meta package'
   groups=()
-  depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip' 
'lguest')
+  depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
 }
 
 package_libtraceevent() {
@@ -170,15 +162,4 @@
   install -Dm 644 usbipd.service 
$pkgdir/usr/lib/systemd/system/usbipd.service
 }
 
-package_lguest() {
-  pkgdesc='Linux kernel x86 virtualization hypervisor'
-  depends=('glibc')
-
-  cd linux-$pkgver
-  install -Dm 755 tools/lguest/lguest $pkgdir/usr/bin/lguest
-  install -dm 755 $pkgdir/usr/share/doc/$pkgname/
-  install -m 644 tools/lguest/lguest.txt $pkgdir/usr/share/doc/$pkgname/
-  install -m 644 drivers/lguest/README $pkgdir/usr/share/doc/$pkgname/
-}
-
 # vim:set ts=2 sw=2 et:



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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 16:15:21
  Author: seblu
Revision: 83835

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

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 83834, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 83834, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 83834, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 83834, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 83834, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 83834, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 83834, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 83834, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 83834, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 83834, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 83834, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 83834, linux-tools/trunk/usbipd.service)
Deleted:
  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/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

---+
 community-i686/PKGBUILD   |  349 +---
 community-i686/cpupower.default   |   58 ++---
 community-i686/cpupower.install   |   26 +-
 community-i686/cpupower.service   |   20 +-
 community-i686/cpupower.systemd   |   64 +++---
 community-i686/usbipd.service |   18 -
 community-x86_64/PKGBUILD |  349 +---
 community-x86_64/cpupower.default |   58 ++---
 community-x86_64/cpupower.install |   26 +-
 community-x86_64/cpupower.service |   20 +-
 community-x86_64/cpupower.systemd |   64 +++---
 community-x86_64/usbipd.service   |   18 -
 12 files changed, 516 insertions(+), 554 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 15:15:04 UTC (rev 83834)
+++ community-i686/PKGBUILD 2013-02-05 15:15:21 UTC (rev 83835)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=('linux-tools-meta'
- 'libtraceevent'
- 'perf'
- 'cpupower'
- 'x86_energy_perf_policy'
- 'usbip')
-[[ $CARCH == i686 ]]  pkgname+=('lguest')
-pkgver=3.7
-pkgrel=6
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='http://www.kernel.org'
-options=('!strip')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils')
-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.6.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('21223369d682bcf44bcdfe1521095983'
- 'ec61c44f37585a768d41c0439101ef9c'
- '56883c159381ba89e50ab8ea65efec77'
- '7e0710c2f31c1eb1e1417a7972e676b1'
- '2450e8ff41b30eb58d43b5fffbfde1f4'
- 'a8fb0c6159bee1b9e345a87cabb3ba27')
-
-build() {
-  # apply stable patching set
-  if (( NOEXTRACT == 0 ))  [[ -e $srcdir/patch-* ]]; then
-msg2 'Applying stable patch set'
-patch -N -p1 -i $srcdir/patch-*
-  fi
-
-  msg2 'Build libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'Build perf'
-  pushd linux-$pkgver/tools/perf
-  make \
-WERROR=0 \
-DESTDIR=$pkgdir/usr \
-perfexecdir='lib/perf' \
-PYTHON=python2 \
-NO_GTK2=1 \
-PERF_VERSION=$pkgver-$pkgrel \
-all man
-  popd
-
-  msg2 'Build cpupower'
-  pushd linux-$pkgver/tools/power/cpupower
-  # we cannot use --as-needed
-  LDFLAGS=${LDFLAGS:+$LDFLAGS,--no-as-needed}
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'Build x86_energy_perf_policy'
- 

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

2013-02-05 Thread Sébastien Luttringer
Date: Tuesday, February 5, 2013 @ 16:22:21
  Author: seblu
Revision: 83836

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

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 83835, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 83835, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 83835, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 83835, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 83835, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 83835, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 83835, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 83835, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 83835, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 83835, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 83835, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 83835, linux-tools/trunk/usbipd.service)
Deleted:
  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/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

---+
 community-i686/PKGBUILD   |  330 ++--
 community-i686/cpupower.default   |   58 +++---
 community-i686/cpupower.install   |   26 +-
 community-i686/cpupower.service   |   20 +-
 community-i686/cpupower.systemd   |   64 +++---
 community-i686/usbipd.service |   18 -
 community-x86_64/PKGBUILD |  330 ++--
 community-x86_64/cpupower.default |   58 +++---
 community-x86_64/cpupower.install |   26 +-
 community-x86_64/cpupower.service |   20 +-
 community-x86_64/cpupower.systemd |   64 +++---
 community-x86_64/usbipd.service   |   18 -
 12 files changed, 516 insertions(+), 516 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 15:15:21 UTC (rev 83835)
+++ community-i686/PKGBUILD 2013-02-05 15:22:21 UTC (rev 83836)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=('linux-tools-meta'
- 'libtraceevent'
- 'perf'
- 'cpupower'
- 'x86_energy_perf_policy'
- 'usbip')
-pkgver=3.7
-pkgrel=7
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='http://www.kernel.org'
-options=('!strip')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils')
-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.6.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('21223369d682bcf44bcdfe1521095983'
- 'ec61c44f37585a768d41c0439101ef9c'
- '56883c159381ba89e50ab8ea65efec77'
- '7e0710c2f31c1eb1e1417a7972e676b1'
- '2450e8ff41b30eb58d43b5fffbfde1f4'
- 'a8fb0c6159bee1b9e345a87cabb3ba27')
-
-build() {
-  # apply stable patching set
-  if (( NOEXTRACT == 0 ))  [[ -e $srcdir/patch-* ]]; then
-msg2 'Applying stable patch set'
-patch -N -p1 -i $srcdir/patch-*
-  fi
-
-  msg2 'Build libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'Build perf'
-  pushd linux-$pkgver/tools/perf
-  make \
-WERROR=0 \
-DESTDIR=$pkgdir/usr \
-perfexecdir='lib/perf' \
-PYTHON=python2 \
-NO_GTK2=1 \
-PERF_VERSION=$pkgver-$pkgrel \
-all man
-  popd
-
-  msg2 'Build cpupower'
-  pushd linux-$pkgver/tools/power/cpupower
-  # we cannot use --as-needed
-  LDFLAGS=${LDFLAGS:+$LDFLAGS,--no-as-needed}
-  make VERSION=$pkgver-$pkgrel
-  popd
-
-  msg2 'Build x86_energy_perf_policy'
-  pushd 

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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 16:58:20
  Author: spupykin
Revision: 83837

upgpkg: lesspipe 1.82-1

upd

Modified:
  lesspipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 15:22:21 UTC (rev 83836)
+++ PKGBUILD2013-02-05 15:58:20 UTC (rev 83837)
@@ -3,7 +3,7 @@
 # Contributor: solsTiCe d'Hiver solstice.dhi...@gmail.com
 
 pkgname=lesspipe
-pkgver=1.81
+pkgver=1.82
 pkgrel=1
 pkgdesc='an input filter for the pager less'
 depends=('less')
@@ -24,7 +24,7 @@
 url=http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
 
source=(http://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz
lesspipe.sh)
-md5sums=('b2e82c15a0b92bc0f756bbfa16c17e73'
+md5sums=('dd6f7bc9b9f9afaf04c9aa0cdbe9fe56'
  '675b56f560c600f43108adfd9851')
 
 build() {



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

2013-02-05 Thread Sergej Pupykin
Date: Tuesday, February 5, 2013 @ 16:58:32
  Author: spupykin
Revision: 83838

archrelease: copy trunk to community-any

Added:
  lesspipe/repos/community-any/PKGBUILD
(from rev 83837, lesspipe/trunk/PKGBUILD)
  lesspipe/repos/community-any/lesspipe.sh
(from rev 83837, lesspipe/trunk/lesspipe.sh)
Deleted:
  lesspipe/repos/community-any/PKGBUILD
  lesspipe/repos/community-any/lesspipe.sh

-+
 PKGBUILD|   82 +-
 lesspipe.sh |2 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 15:58:20 UTC (rev 83837)
+++ PKGBUILD2013-02-05 15:58:32 UTC (rev 83838)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: solsTiCe d'Hiver solstice.dhi...@gmail.com
-
-pkgname=lesspipe
-pkgver=1.81
-pkgrel=1
-pkgdesc='an input filter for the pager less'
-depends=('less')
-arch=('any')
-license=('GPL')
-optdepends=('perl'
-   'rpmextract: support for rpm files'
-   'fastjar: support for jar files'
-   'unzip: support for zip files'
-   'unrar: support for rar files'
-   'p7zip: support for 7za files'
-   'cabextract: support for cab files'
-   'cdrkit: support for iso files'
-   'html2text: support for html files'
-   'antiword: support for word file'
-   'unrtf: support for rtf file'
-   'imagemagick: support for some image file')
-url=http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
-source=(http://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz
-   lesspipe.sh)
-md5sums=('b2e82c15a0b92bc0f756bbfa16c17e73'
- '675b56f560c600f43108adfd9851')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --yes
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man1
-  make install PREFIX=$pkgdir/usr
-  install -D $srcdir/lesspipe.sh $pkgdir/etc/profile.d/lesspipe.sh
-}

Copied: lesspipe/repos/community-any/PKGBUILD (from rev 83837, 
lesspipe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 15:58:32 UTC (rev 83838)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: solsTiCe d'Hiver solstice.dhi...@gmail.com
+
+pkgname=lesspipe
+pkgver=1.82
+pkgrel=1
+pkgdesc='an input filter for the pager less'
+depends=('less')
+arch=('any')
+license=('GPL')
+optdepends=('perl'
+   'rpmextract: support for rpm files'
+   'fastjar: support for jar files'
+   'unzip: support for zip files'
+   'unrar: support for rar files'
+   'p7zip: support for 7za files'
+   'cabextract: support for cab files'
+   'cdrkit: support for iso files'
+   'html2text: support for html files'
+   'antiword: support for word file'
+   'unrtf: support for rtf file'
+   'imagemagick: support for some image file')
+url=http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
+source=(http://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz
+   lesspipe.sh)
+md5sums=('dd6f7bc9b9f9afaf04c9aa0cdbe9fe56'
+ '675b56f560c600f43108adfd9851')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --yes
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/man/man1
+  make install PREFIX=$pkgdir/usr
+  install -D $srcdir/lesspipe.sh $pkgdir/etc/profile.d/lesspipe.sh
+}

Deleted: lesspipe.sh
===
--- lesspipe.sh 2013-02-05 15:58:20 UTC (rev 83837)
+++ lesspipe.sh 2013-02-05 15:58:32 UTC (rev 83838)
@@ -1 +0,0 @@
-export LESSOPEN='|/usr/bin/lesspipe.sh %s'

Copied: lesspipe/repos/community-any/lesspipe.sh (from rev 83837, 
lesspipe/trunk/lesspipe.sh)
===
--- lesspipe.sh (rev 0)
+++ lesspipe.sh 2013-02-05 15:58:32 UTC (rev 83838)
@@ -0,0 +1 @@
+export LESSOPEN='|/usr/bin/lesspipe.sh %s'



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

2013-02-05 Thread Stéphane Gaudreault
Date: Tuesday, February 5, 2013 @ 18:14:40
  Author: stephane
Revision: 177064

preparation for 1.53

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 13:17:45 UTC (rev 177063)
+++ PKGBUILD2013-02-05 17:14:40 UTC (rev 177064)
@@ -7,8 +7,8 @@
 # Contributor: Luca Roccia little_r...@users.sourceforge.net
 
 pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.52.0
+pkgname=('boost' 'boost-libs' 'boost-static')
+pkgver=1.53.0
 _boostver=${pkgver//./_}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
 license=('custom')
-sha1sums=('1120430030315b0a94b6d63fc04662960db2444c')
+sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b')
 
 _stagedir=${srcdir}/stagedir
 
@@ -107,9 +107,23 @@
 
 install -d ${pkgdir}/usr/lib
 #shared libs
-cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+cp -a ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
 
 # license
 install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
 ${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
 }
+
+package_boost-static() {
+pkgdesc=The Boost C++ static development libraries
+depends=('boost' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+install -m 644 ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}



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

2013-02-05 Thread Ike Devolder
Date: Tuesday, February 5, 2013 @ 18:16:37
  Author: idevolder
Revision: 83839

opera :: 12.14

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 15:58:32 UTC (rev 83838)
+++ PKGBUILD2013-02-05 17:16:37 UTC (rev 83839)
@@ -8,8 +8,8 @@
 # Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
 
 pkgname=opera
-_ver=12.13
-_build=1734
+_ver=12.14
+_build=1738
 pkgver=$_ver.$_build
 pkgrel=1
 pkgdesc='Fast and secure web browser and Internet suite'
@@ -24,17 +24,17 @@
 options=(!strip !zipman)
 
 
-  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
-  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
+#  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
+#  
http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
 
 if [[ $CARCH == i686 ]]; then
   _arch=i386
   
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('8f5d825ad95122c79bb612fa252732f59fd9f97417d976f9503753dda37ef1b4')
+  
sha256sums=('00721be8475bd967ff0017d3db6c57d9d03b329bdcab2fba44231afccb0b9bd9')
 elif [[ $CARCH == x86_64 ]]; then
   _arch=$CARCH
   
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('d980e7e2a362d89c712022b1a1e2822bf4fcc16d7858c1b9111c2d579ef9c2c9')
+  
sha256sums=('d38c2a7ae40ba3b0ba9829409167c71ba1f2125b88fcddaceda9aca6416d206e')
 fi
 
 package() {



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

2013-02-05 Thread Ike Devolder
Date: Tuesday, February 5, 2013 @ 18:16:53
  Author: idevolder
Revision: 83840

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

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

+
 community-i686/PKGBUILD|   86 +++
 community-i686/opera.install   |   40 +-
 community-x86_64/PKGBUILD  |   86 +++
 community-x86_64/opera.install |   40 +-
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 17:16:37 UTC (rev 83839)
+++ community-i686/PKGBUILD 2013-02-05 17:16:53 UTC (rev 83840)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-
-pkgname=opera
-_ver=12.13
-_build=1734
-pkgver=$_ver.$_build
-pkgrel=1
-pkgdesc='Fast and secure web browser and Internet suite'
-arch=('i686' 'x86_64')
-url='http://www.opera.com/browser/'
-license=('custom:opera')
-depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
- 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
-'gstreamer0.10-good: HTML5 Video support')
-install=$pkgname.install
-options=(!strip !zipman)
-
-
-  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
-  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
-
-if [[ $CARCH == i686 ]]; then
-  _arch=i386
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('8f5d825ad95122c79bb612fa252732f59fd9f97417d976f9503753dda37ef1b4')
-elif [[ $CARCH == x86_64 ]]; then
-  _arch=$CARCH
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('d980e7e2a362d89c712022b1a1e2822bf4fcc16d7858c1b9111c2d579ef9c2c9')
-fi
-
-package() {
-  opera-${_ver}-${_build}.${_arch}.linux/install --prefix /usr --repackage 
$pkgdir/usr
-  install -Dm 644 $pkgdir/usr/share/$pkgname/defaults/license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: opera/repos/community-i686/PKGBUILD (from rev 83839, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 17:16:53 UTC (rev 83840)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+
+pkgname=opera
+_ver=12.14
+_build=1738
+pkgver=$_ver.$_build
+pkgrel=1
+pkgdesc='Fast and secure web browser and Internet suite'
+arch=('i686' 'x86_64')
+url='http://www.opera.com/browser/'
+license=('custom:opera')
+depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2'
+ 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
+'gstreamer0.10-good: HTML5 Video support')
+install=$pkgname.install
+options=(!strip !zipman)
+
+
+#  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
+#  
http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
+
+if [[ $CARCH == i686 ]]; then
+  _arch=i386
+  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
+  
sha256sums=('00721be8475bd967ff0017d3db6c57d9d03b329bdcab2fba44231afccb0b9bd9')
+elif [[ $CARCH == x86_64 ]]; then
+  _arch=$CARCH
+  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
+  

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 18:42:39
  Author: foutrelis
Revision: 83841

upgpkg: virtualbox-modules 4.2.6-6

Linux 3.7.6 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 17:16:53 UTC (rev 83840)
+++ PKGBUILD2013-02-05 17:42:39 UTC (rev 83841)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.6
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 18:42:56
  Author: foutrelis
Revision: 83842

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 83841, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 83841, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 83841, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 83841, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 83841, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 83841, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 83841, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 83841, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   67 
 community-testing-i686/build.sh   |   18 +++
 community-testing-i686/virtualbox-guest-modules.install   |   17 +++
 community-testing-i686/virtualbox-host-modules.install|   19 +++
 community-testing-x86_64/PKGBUILD |   67 
 community-testing-x86_64/build.sh |   18 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   17 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   19 +++
 8 files changed, 242 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
83841, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 17:42:56 UTC (rev 83842)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.2.6
+pkgrel=6
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+
+  # 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=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules.install
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-guest-modules.install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
83841, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh   

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 18:49:49
  Author: foutrelis
Revision: 83843

upgpkg: r8168 8.035.00-4

Linux 3.7.6 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 17:42:56 UTC (rev 83842)
+++ PKGBUILD2013-02-05 17:49:49 UTC (rev 83843)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.035.00
-pkgrel=3
+pkgrel=4
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 18:49:58
  Author: foutrelis
Revision: 83844

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 83843, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 83843, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 83843, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 83843, r8168/trunk/r8168.install)

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

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 83843, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 17:49:58 UTC (rev 83844)
@@ -0,0 +1,45 @@
+# $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.035.00
+pkgrel=4
+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')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+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
+}
+
+sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 83843, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2013-02-05 17:49:58 UTC (rev 
83844)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.7-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo ' The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '  `echo blacklist r8169  
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 83843, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-05 17:49:58 UTC (rev 83844)
@@ -0,0 +1,45 @@
+# $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.035.00
+pkgrel=4
+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')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+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 

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

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:03:04
  Author: eric
Revision: 177065

Get rid of $startdir, Updated source url

Modified:
  mono-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 17:14:40 UTC (rev 177064)
+++ PKGBUILD2013-02-05 18:03:04 UTC (rev 177065)
@@ -10,23 +10,24 @@
 url=http://www.mono-project.com/;
 depends=('mono=2.10.1')
 makedepends=('pkgconfig')
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
+  export MONO_SHARED_DIR=${srcdir}/weird
   mkdir -p ${MONO_SHARED_DIR}
 
   # build mono
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
 
 



[arch-commits] Commit in mono-basic/repos/extra-i686 (PKGBUILD PKGBUILD)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:03:49
  Author: eric
Revision: 177066

archrelease: copy trunk to extra-i686

Added:
  mono-basic/repos/extra-i686/PKGBUILD
(from rev 177065, mono-basic/trunk/PKGBUILD)
Deleted:
  mono-basic/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:03:04 UTC (rev 177065)
+++ PKGBUILD2013-02-05 18:03:49 UTC (rev 177066)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=mono-basic
-pkgver=2.10
-pkgrel=3
-pkgdesc=Mono Visual Basic.NET compiler
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.mono-project.com/;
-depends=('mono=2.10.1')
-makedepends=('pkgconfig')
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  # build mono
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-

Copied: mono-basic/repos/extra-i686/PKGBUILD (from rev 177065, 
mono-basic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:03:49 UTC (rev 177066)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=mono-basic
+pkgver=2.10
+pkgrel=3
+pkgdesc=Mono Visual Basic.NET compiler
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.mono-project.com/;
+depends=('mono=2.10.1')
+makedepends=('pkgconfig')
+#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/weird
+  mkdir -p ${MONO_SHARED_DIR}
+
+  # build mono
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+



[arch-commits] Commit in mono-basic/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:04:09
  Author: eric
Revision: 177067

archrelease: copy trunk to extra-x86_64

Added:
  mono-basic/repos/extra-x86_64/PKGBUILD
(from rev 177066, mono-basic/trunk/PKGBUILD)
Deleted:
  mono-basic/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:03:49 UTC (rev 177066)
+++ PKGBUILD2013-02-05 18:04:09 UTC (rev 177067)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=mono-basic
-pkgver=2.10
-pkgrel=3
-pkgdesc=Mono Visual Basic.NET compiler
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.mono-project.com/;
-depends=('mono=2.10.1')
-makedepends=('pkgconfig')
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p ${MONO_SHARED_DIR}
-
-  # build mono
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-

Copied: mono-basic/repos/extra-x86_64/PKGBUILD (from rev 177066, 
mono-basic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:04:09 UTC (rev 177067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=mono-basic
+pkgver=2.10
+pkgrel=3
+pkgdesc=Mono Visual Basic.NET compiler
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.mono-project.com/;
+depends=('mono=2.10.1')
+makedepends=('pkgconfig')
+#source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b459890e5447419ab1a5ea43d9b8afe8')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/weird
+  mkdir -p ${MONO_SHARED_DIR}
+
+  # build mono
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:04:24
  Author: foutrelis
Revision: 83845

upgpkg: cdfs 2.6.27-36

Linux 3.7.6 rebuild.

Modified:
  cdfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 17:49:58 UTC (rev 83844)
+++ PKGBUILD2013-02-05 18:04:24 UTC (rev 83845)
@@ -4,7 +4,7 @@
 
 pkgname=cdfs
 pkgver=2.6.27
-pkgrel=35
+pkgrel=36
 pkgdesc=File system module that 'exports' all tracks and boot images on a CD 
as normal files.
 arch=(i686 x86_64)
 url=http://www.elis.UGent.be/~ronsse/cdfs/;
@@ -20,10 +20,11 @@
  'e934407b3460257a301822ffc4ab3933'
  '9215e7bdac728bd2f889fb525e543454')
 
+_kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
+_kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
+
 build() {
-  _kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
   depends=(linux=3.${_kernver} linux3.`expr ${_kernver} + 1`)
-  _kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
 
   cd $srcdir/$pkgname-$pkgver
   patch -p1 $srcdir/cdfs-3.0.patch



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:04:42
  Author: foutrelis
Revision: 83846

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

Added:
  cdfs/repos/community-testing-i686/
  cdfs/repos/community-testing-i686/PKGBUILD
(from rev 83845, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-i686/cdfs-3.0.patch
(from rev 83845, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-i686/cdfs-3.2.patch
(from rev 83845, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-i686/cdfs-3.4.patch
(from rev 83845, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-i686/cdfs.install
(from rev 83845, cdfs/trunk/cdfs.install)
  cdfs/repos/community-testing-x86_64/
  cdfs/repos/community-testing-x86_64/PKGBUILD
(from rev 83845, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-x86_64/cdfs-3.0.patch
(from rev 83845, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.2.patch
(from rev 83845, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.4.patch
(from rev 83845, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-x86_64/cdfs.install
(from rev 83845, cdfs/trunk/cdfs.install)

-+
 community-testing-i686/PKGBUILD |   40 
 community-testing-i686/cdfs-3.0.patch   |  274 ++
 community-testing-i686/cdfs-3.2.patch   |   12 +
 community-testing-i686/cdfs-3.4.patch   |   12 +
 community-testing-i686/cdfs.install |   14 +
 community-testing-x86_64/PKGBUILD   |   40 
 community-testing-x86_64/cdfs-3.0.patch |  274 ++
 community-testing-x86_64/cdfs-3.2.patch |   12 +
 community-testing-x86_64/cdfs-3.4.patch |   12 +
 community-testing-x86_64/cdfs.install   |   14 +
 10 files changed, 704 insertions(+)

Copied: cdfs/repos/community-testing-i686/PKGBUILD (from rev 83845, 
cdfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 18:04:42 UTC (rev 83846)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: J. Santiago Hirschfeld jsantia...@yahoo.com.ar
+
+pkgname=cdfs
+pkgver=2.6.27
+pkgrel=36
+pkgdesc=File system module that 'exports' all tracks and boot images on a CD 
as normal files.
+arch=(i686 x86_64)
+url=http://www.elis.UGent.be/~ronsse/cdfs/;
+license=('GPL')
+makedepends=('linux-headers')
+install=cdfs.install
+source=(http://www.elis.UGent.be/~ronsse/cdfs/download/$pkgname-$pkgver.tar.bz2;
+   cdfs-3.0.patch
+   cdfs-3.2.patch
+   cdfs-3.4.patch)
+md5sums=('ac64c014a90e3c488394832ea29605b3'
+ 'aba7da94a9dcbb8a93ea423cb6958fef'
+ 'e934407b3460257a301822ffc4ab3933'
+ '9215e7bdac728bd2f889fb525e543454')
+
+_kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
+_kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
+
+build() {
+  depends=(linux=3.${_kernver} linux3.`expr ${_kernver} + 1`)
+
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/cdfs-3.0.patch
+  patch -p1 $srcdir/cdfs-3.2.patch
+  patch -p1 $srcdir/cdfs-3.4.patch
+  make KDIR=/usr/lib/modules/${_kernverfull}/build
+  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/cdfs.install
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0644 cdfs.ko 
$pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/cdfs.ko
+}

Copied: cdfs/repos/community-testing-i686/cdfs-3.0.patch (from rev 83845, 
cdfs/trunk/cdfs-3.0.patch)
===
--- community-testing-i686/cdfs-3.0.patch   (rev 0)
+++ community-testing-i686/cdfs-3.0.patch   2013-02-05 18:04:42 UTC (rev 
83846)
@@ -0,0 +1,274 @@
+diff -wbBur cdfs-2.6.27/cddata.c cdfs-2.6.27.my/cddata.c
+--- cdfs-2.6.27/cddata.c   2009-12-21 17:04:03.0 +0300
 cdfs-2.6.27.my/cddata.c2011-07-24 21:18:44.0 +0400
+@@ -83,7 +83,7 @@
+ #else
+   .mmap = generic_file_readonly_mmap,
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,27)
+-  .sendfile = generic_file_sendfile
++//  .sendfile = generic_file_sendfile
+ #else
+   .splice_read  = generic_file_splice_read
+ #endif
+diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c
+--- cdfs-2.6.27/root.c 2009-12-21 16:38:31.0 +0300
 cdfs-2.6.27.my/root.c  2011-07-25 13:16:59.0 +0400
+@@ -32,19 +30,14 @@
+  *Added code to transform /proc/cdfs into a sequential synthetic file.  *
+  
**/
+ 
+-
+ #include linux/seq_file.h
+-
+-#ifndef OLD_KERNEL
+ #include linux/statfs.h
+-#endif
++#include linux/sched.h
+ 
+ extern struct seq_operations cdfs_operations;
+ extern struct _track_info *dummy_track_p;
+ 
+-#if LINUX_VERSION_CODE 

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:06:04
  Author: foutrelis
Revision: 83847

upgpkg: ndiswrapper 1.57-29

Linux 3.7.6 rebuild.

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:04:42 UTC (rev 83846)
+++ PKGBUILD2013-02-05 18:06:04 UTC (rev 83847)
@@ -6,7 +6,7 @@
 _extramodules=extramodules-3.7-ARCH
 pkgname=ndiswrapper
 pkgver=1.57
-pkgrel=28
+pkgrel=29
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:06:21
  Author: foutrelis
Revision: 83848

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

Added:
  ndiswrapper/repos/community-testing-i686/
  ndiswrapper/repos/community-testing-i686/PKGBUILD
(from rev 83847, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-testing-i686/linux33.patch
(from rev 83847, ndiswrapper/trunk/linux33.patch)
  ndiswrapper/repos/community-testing-i686/linux37.patch
(from rev 83847, ndiswrapper/trunk/linux37.patch)
  ndiswrapper/repos/community-testing-i686/ndiswrapper.install
(from rev 83847, ndiswrapper/trunk/ndiswrapper.install)
  ndiswrapper/repos/community-testing-x86_64/
  ndiswrapper/repos/community-testing-x86_64/PKGBUILD
(from rev 83847, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-testing-x86_64/linux33.patch
(from rev 83847, ndiswrapper/trunk/linux33.patch)
  ndiswrapper/repos/community-testing-x86_64/linux37.patch
(from rev 83847, ndiswrapper/trunk/linux37.patch)
  ndiswrapper/repos/community-testing-x86_64/ndiswrapper.install
(from rev 83847, ndiswrapper/trunk/ndiswrapper.install)

--+
 community-testing-i686/PKGBUILD  |   57 +
 community-testing-i686/linux33.patch |   50 +
 community-testing-i686/linux37.patch |   12 +
 community-testing-i686/ndiswrapper.install   |   17 +++
 community-testing-x86_64/PKGBUILD|   57 +
 community-testing-x86_64/linux33.patch   |   50 +
 community-testing-x86_64/linux37.patch   |   12 +
 community-testing-x86_64/ndiswrapper.install |   17 +++
 8 files changed, 272 insertions(+)

Copied: ndiswrapper/repos/community-testing-i686/PKGBUILD (from rev 83847, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 18:06:21 UTC (rev 83848)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+_extramodules=extramodules-3.7-ARCH
+pkgname=ndiswrapper
+pkgver=1.57
+pkgrel=29
+pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://ndiswrapper.sourceforge.net;
+install=ndiswrapper.install
+depends=('linux=3.7' 'linux3.8' 'wireless_tools' 'perl')
+makedepends=('linux-headers')
+provides=($pkgname-utils $pkgname-bin)
+replaces=($pkgname-utils $pkgname-bin)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+linux33.patch
+linux37.patch)
+options=('!strip')
+sha256sums=('208699faa01ab8ca707cb8a28db20417d07887f993c0830dd34c7d9c4f84a56c'
+'05fb73a665567ea4bbc33fb80cb7fa3b6123997a5c46bf24f2bf1bba25725bd0'
+'3e94b838ec38bb43340b4d2b3f887ec3112d93803d4aa51230a6e0b0ff8ef789')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # modinfo path fix
+  sed -i /modinfo/s/s/usr\// driver/Makefile
+  patch -i $srcdir/linux33.patch -N -p0
+
+  # fix linux37 - Thanks to Manjaro Linux
+  sed -i 
s|/include/linux/version.h|/include/generated/uapi/linux/version.h|g 
driver/Makefile
+  patch -i $srcdir/linux37.patch -N -p1
+
+  # make sure we point to the right build directory
+  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
+
+  make KVERS=$_kver
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make INST_DIR=usr/lib/modules/$_extramodules \
+KVERS=$_kver DESTDIR=$pkgdir/ install
+
+  gzip $pkgdir/usr/lib/modules/$_extramodules/$pkgname.ko
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ndiswrapper/repos/community-testing-i686/linux33.patch (from rev 83847, 
ndiswrapper/trunk/linux33.patch)
===
--- community-testing-i686/linux33.patch(rev 0)
+++ community-testing-i686/linux33.patch2013-02-05 18:06:21 UTC (rev 
83848)
@@ -0,0 +1,50 @@
+--- driver/ndis.c  2011-12-31 21:30:16.0 +0100
 driver/ndis.c.new  2012-04-08 11:14:16.746614153 +0200
+@@ -2654,9 +2654,15 @@
+   (ULONG *idle, ULONG *kernel_user, ULONG *index)
+ {
+   int cpu = smp_processor_id();
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,3,0)
++  *idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE];
++  *kernel_user = kcpustat_cpu(cpu).cpustat[CPUTIME_SYSTEM] +
++   kcpustat_cpu(cpu).cpustat[CPUTIME_USER];
++#else
+   *idle = kstat_cpu(cpu).cpustat.idle;
+   *kernel_user = kstat_cpu(cpu).cpustat.system +
+   kstat_cpu(cpu).cpustat.user;

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

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:07:07
  Author: eric
Revision: 177068

Get rid of $startdir

Modified:
  mono-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:04:09 UTC (rev 177067)
+++ PKGBUILD2013-02-05 18:07:07 UTC (rev 177068)
@@ -24,7 +24,7 @@
 
 build() {
  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
+  export MONO_SHARED_DIR=${srcdir}/weird
   mkdir -p ${MONO_SHARED_DIR}
   cd $srcdir/$pkgname-$pkgver
   autoreconf -fi 



[arch-commits] Commit in mono-tools/repos/extra-i686 (8 files)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:07:55
  Author: eric
Revision: 177069

archrelease: copy trunk to extra-i686

Added:
  mono-tools/repos/extra-i686/PKGBUILD
(from rev 177068, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-i686/gnome-sharp-2.20.patch
(from rev 177068, mono-tools/trunk/gnome-sharp-2.20.patch)
  mono-tools/repos/extra-i686/gunit.patch
(from rev 177068, mono-tools/trunk/gunit.patch)
  mono-tools/repos/extra-i686/mono-tools.install
(from rev 177068, mono-tools/trunk/mono-tools.install)
Deleted:
  mono-tools/repos/extra-i686/PKGBUILD
  mono-tools/repos/extra-i686/gnome-sharp-2.20.patch
  mono-tools/repos/extra-i686/gunit.patch
  mono-tools/repos/extra-i686/mono-tools.install

+
 PKGBUILD   |   76 +++
 gnome-sharp-2.20.patch |   22 ++---
 gunit.patch|   22 ++---
 mono-tools.install |   54 -
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:07:07 UTC (rev 177068)
+++ PKGBUILD2013-02-05 18:07:55 UTC (rev 177069)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=2.10
-pkgrel=2
-pkgdesc=collection of testing and development tools for use with mono 
(including monodoc browser)
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.mono-project.com/;
-depends=('libgnome-sharp' 'gtkhtml-sharp')
-makedepends=('gconf-sharp')
-install=$pkgname.install
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('da178df2c119c696c08c09dc9eb01994')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p ${MONO_SHARED_DIR}
-  cd $srcdir/$pkgname-$pkgver
-  autoreconf -fi 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make GACUTIL=/usr/bin/gacutil /root $pkgdir/usr/lib DESTDIR=$pkgdir 
install
- }

Copied: mono-tools/repos/extra-i686/PKGBUILD (from rev 177068, 
mono-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:07:55 UTC (rev 177069)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=2.10
+pkgrel=2
+pkgdesc=collection of testing and development tools for use with mono 
(including monodoc browser)
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.mono-project.com/;
+depends=('libgnome-sharp' 'gtkhtml-sharp')
+makedepends=('gconf-sharp')
+install=$pkgname.install
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('da178df2c119c696c08c09dc9eb01994')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/weird
+  mkdir -p ${MONO_SHARED_DIR}
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GACUTIL=/usr/bin/gacutil /root $pkgdir/usr/lib DESTDIR=$pkgdir 
install
+ }

Deleted: gnome-sharp-2.20.patch
===
--- gnome-sharp-2.20.patch  2013-02-05 18:07:07 UTC (rev 177068)
+++ gnome-sharp-2.20.patch  2013-02-05 18:07:55 UTC (rev 177069)
@@ -1,11 +0,0 @@
 configure.in.orig  2008-03-24 14:36:16.0 +
-+++ configure.in   2008-03-24 14:36:24.0 +
-@@ -37,7 +37,7 @@
- AC_SUBST(MONODOC_LIBS)
- 
- 
--PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
-+PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 
gnome-sharp-2.0)
- #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
- AC_SUBST(GTK_SHARP_LIBS)
- 

Copied: mono-tools/repos/extra-i686/gnome-sharp-2.20.patch (from rev 177068, 
mono-tools/trunk/gnome-sharp-2.20.patch)
===
--- 

[arch-commits] Commit in mono-tools/repos/extra-x86_64 (8 files)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:08:20
  Author: eric
Revision: 177070

archrelease: copy trunk to extra-x86_64

Added:
  mono-tools/repos/extra-x86_64/PKGBUILD
(from rev 177069, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch
(from rev 177069, mono-tools/trunk/gnome-sharp-2.20.patch)
  mono-tools/repos/extra-x86_64/gunit.patch
(from rev 177069, mono-tools/trunk/gunit.patch)
  mono-tools/repos/extra-x86_64/mono-tools.install
(from rev 177069, mono-tools/trunk/mono-tools.install)
Deleted:
  mono-tools/repos/extra-x86_64/PKGBUILD
  mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch
  mono-tools/repos/extra-x86_64/gunit.patch
  mono-tools/repos/extra-x86_64/mono-tools.install

+
 PKGBUILD   |   76 +++
 gnome-sharp-2.20.patch |   22 ++---
 gunit.patch|   22 ++---
 mono-tools.install |   54 -
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:07:55 UTC (rev 177069)
+++ PKGBUILD2013-02-05 18:08:20 UTC (rev 177070)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=2.10
-pkgrel=2
-pkgdesc=collection of testing and development tools for use with mono 
(including monodoc browser)
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.mono-project.com/;
-depends=('libgnome-sharp' 'gtkhtml-sharp')
-makedepends=('gconf-sharp')
-install=$pkgname.install
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('da178df2c119c696c08c09dc9eb01994')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${startdir}/src/weird
-  mkdir -p ${MONO_SHARED_DIR}
-  cd $srcdir/$pkgname-$pkgver
-  autoreconf -fi 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make GACUTIL=/usr/bin/gacutil /root $pkgdir/usr/lib DESTDIR=$pkgdir 
install
- }

Copied: mono-tools/repos/extra-x86_64/PKGBUILD (from rev 177069, 
mono-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:08:20 UTC (rev 177070)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=2.10
+pkgrel=2
+pkgdesc=collection of testing and development tools for use with mono 
(including monodoc browser)
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.mono-project.com/;
+depends=('libgnome-sharp' 'gtkhtml-sharp')
+makedepends=('gconf-sharp')
+install=$pkgname.install
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('da178df2c119c696c08c09dc9eb01994')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/weird
+  mkdir -p ${MONO_SHARED_DIR}
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GACUTIL=/usr/bin/gacutil /root $pkgdir/usr/lib DESTDIR=$pkgdir 
install
+ }

Deleted: gnome-sharp-2.20.patch
===
--- gnome-sharp-2.20.patch  2013-02-05 18:07:55 UTC (rev 177069)
+++ gnome-sharp-2.20.patch  2013-02-05 18:08:20 UTC (rev 177070)
@@ -1,11 +0,0 @@
 configure.in.orig  2008-03-24 14:36:16.0 +
-+++ configure.in   2008-03-24 14:36:24.0 +
-@@ -37,7 +37,7 @@
- AC_SUBST(MONODOC_LIBS)
- 
- 
--PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
-+PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 
gnome-sharp-2.0)
- #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
- AC_SUBST(GTK_SHARP_LIBS)
- 

Copied: mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch (from rev 177069, 
mono-tools/trunk/gnome-sharp-2.20.patch)
===

[arch-commits] Commit in open-vm-tools-modules/trunk (PKGBUILD)

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:08:36
  Author: foutrelis
Revision: 83849

upgpkg: open-vm-tools-modules 1:9.2.2-4

Linux 3.7.6 rebuild.

Modified:
  open-vm-tools-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:06:21 UTC (rev 83848)
+++ PKGBUILD2013-02-05 18:08:36 UTC (rev 83849)
@@ -6,7 +6,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=3
+pkgrel=4
 pkgdesc=kernel modules for the open source implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;



[arch-commits] Commit in open-vm-tools-modules/repos (10 files)

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:08:52
  Author: foutrelis
Revision: 83850

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

Added:
  open-vm-tools-modules/repos/community-testing-i686/
  open-vm-tools-modules/repos/community-testing-i686/PKGBUILD
(from rev 83849, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-i686/linux-3.6-build-fix.patch
(from rev 83849, open-vm-tools-modules/trunk/linux-3.6-build-fix.patch)
  open-vm-tools-modules/repos/community-testing-i686/modprobe.conf
(from rev 83849, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-i686/open-vm-tools-modules.install
(from rev 83849, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-testing-x86_64/
  open-vm-tools-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 83849, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-x86_64/linux-3.6-build-fix.patch
(from rev 83849, open-vm-tools-modules/trunk/linux-3.6-build-fix.patch)
  open-vm-tools-modules/repos/community-testing-x86_64/modprobe.conf
(from rev 83849, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-x86_64/open-vm-tools-modules.install
(from rev 83849, open-vm-tools-modules/trunk/open-vm-tools-modules.install)

+
 community-testing-i686/PKGBUILD|   58 +
 community-testing-i686/linux-3.6-build-fix.patch   |   63 +++
 community-testing-i686/modprobe.conf   |1 
 community-testing-i686/open-vm-tools-modules.install   |   23 +
 community-testing-x86_64/PKGBUILD  |   58 +
 community-testing-x86_64/linux-3.6-build-fix.patch |   63 +++
 community-testing-x86_64/modprobe.conf |1 
 community-testing-x86_64/open-vm-tools-modules.install |   23 +
 8 files changed, 290 insertions(+)

Copied: open-vm-tools-modules/repos/community-testing-i686/PKGBUILD (from rev 
83849, open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 18:08:52 UTC (rev 83850)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=1
+pkgver=9.2.2
+_pkgsubver=893683
+pkgrel=4
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers')
+depends=(linux)
+install=$pkgname.install
+options=('!strip' '!makeflags')
+source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+   modprobe.conf
+   linux-3.6-build-fix.patch)
+md5sums=('7af505681d736d4c9ee6493b1166689f'
+ 'bc5518489077e91655489bd04b868584'
+ 'd9ffaf628837ea6a216b96dac69705e6')
+
+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/open-vm-tools-${pkgver}-${_pkgsubver}
+
+  sed -i 's|proc-3.2.8|procps|g' configure
+#  patch -p1 $srcdir/linux-3.6-build-fix.patch
+
+  [ $NOEXTRACT -eq 1 ] || ./configure \
+  --prefix=/usr \
+  --without-x \
+  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
+
+  make -C modules 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 $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
+
+  find -type f -name '*.ko' \
+-exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
+
+  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
+
+  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
+  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
+}

Copied: 
open-vm-tools-modules/repos/community-testing-i686/linux-3.6-build-fix.patch 
(from rev 83849, open-vm-tools-modules/trunk/linux-3.6-build-fix.patch)
===
--- community-testing-i686/linux-3.6-build-fix.patch
(rev 0)
+++ community-testing-i686/linux-3.6-build-fix.patch2013-02-05 18:08:52 UTC 
(rev 83850)
@@ -0,0 +1,63 @@
+diff -wbBur open-vm-tools-2012.05.21-724730.org/modules/linux/vmhgfs/inode.c 

[arch-commits] Commit in conntrack-tools/repos/community-i686 (7 files)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:10:52
  Author: eric
Revision: 83851

archrelease: copy trunk to community-i686

Added:
  conntrack-tools/repos/community-i686/01-config-file-path.patch
(from rev 83850, conntrack-tools/trunk/01-config-file-path.patch)
  conntrack-tools/repos/community-i686/PKGBUILD
(from rev 83850, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/community-i686/conntrack-tools.install
(from rev 83850, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/community-i686/conntrackd.service
(from rev 83850, conntrack-tools/trunk/conntrackd.service)
Deleted:
  conntrack-tools/repos/community-i686/01-config-file-path.patch
  conntrack-tools/repos/community-i686/PKGBUILD
  conntrack-tools/repos/community-i686/conntrack-tools.install

---+
 01-config-file-path.patch |   24 +-
 PKGBUILD  |   98 ++--
 conntrack-tools.install   |   18 
 conntrackd.service|8 +++
 4 files changed, 78 insertions(+), 70 deletions(-)

Deleted: 01-config-file-path.patch
===
--- 01-config-file-path.patch   2013-02-05 18:08:52 UTC (rev 83850)
+++ 01-config-file-path.patch   2013-02-05 18:10:52 UTC (rev 83851)
@@ -1,12 +0,0 @@
 a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
-+++ b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
-@@ -50,7 +50,7 @@
- #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
- #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
- 
--#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
-+#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
--#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
-+#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
- #define DEFAULT_LOGFILE   /var/log/conntrackd.log
- #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Copied: conntrack-tools/repos/community-i686/01-config-file-path.patch (from 
rev 83850, conntrack-tools/trunk/01-config-file-path.patch)
===
--- 01-config-file-path.patch   (rev 0)
+++ 01-config-file-path.patch   2013-02-05 18:10:52 UTC (rev 83851)
@@ -0,0 +1,12 @@
+--- a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
 b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
+@@ -50,7 +50,7 @@
+ #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
+ #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
+ 
+-#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
++#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
+-#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
++#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
+ #define DEFAULT_LOGFILE   /var/log/conntrackd.log
+ #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:08:52 UTC (rev 83850)
+++ PKGBUILD2013-02-05 18:10:52 UTC (rev 83851)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Valere Monseur valere_mons...@hotmail.com
-# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=conntrack-tools
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
-license=('GPL2')
-depends=('libnetfilter_conntrack'
- 'libnetfilter_cttimeout'
- 'libnetfilter_cthelper'
- 'libnetfilter_queue')
-backup=('etc/conntrackd.conf')
-options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;
-'conntrackd.service'
-'01-config-file-path.patch')
-install=$pkgname.install
-md5sums=('ee737c774e01349f75e935228a2d851b'
- 'bd135eaefb47923bb8e8d26f084d3e9d'
- 'e71ff7b8c4997b797cab3eaaccb693f4')
-
-build() {
-  cd $pkgname-$pkgver
-  for i in $srcdir/*.patch; do
-patch -p1 -i $i
-  done
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  # install binaries
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # systemd
-  install -D -m 644 conntrackd.service \
-$pkgdir/usr/lib/systemd/system/conntrackd.service
-  # install empty configuration files
-  install -D -m 644 /dev/null $pkgdir/etc/conntrackd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: conntrack-tools/repos/community-i686/PKGBUILD (from rev 83850, 
conntrack-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:10:52 UTC (rev 83851)
@@ 

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:11:11
  Author: foutrelis
Revision: 83852

upgpkg: rt3562sta 2.4.1.1-23

Linux 3.7.6 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:10:52 UTC (rev 83851)
+++ PKGBUILD2013-02-05 18:11:11 UTC (rev 83852)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=22
+pkgrel=23
 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 (22 files)

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:11:47
  Author: foutrelis
Revision: 83853

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 83852, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 83852, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 83852, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 83852, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 83852, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 83852, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   85 
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   85 
 community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch 
|   11 +
 community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
|   98 ++
 community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch   
|   13 +
 

[arch-commits] Commit in conntrack-tools/repos/community-x86_64 (7 files)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:12:01
  Author: eric
Revision: 83854

archrelease: copy trunk to community-x86_64

Added:
  conntrack-tools/repos/community-x86_64/01-config-file-path.patch
(from rev 83853, conntrack-tools/trunk/01-config-file-path.patch)
  conntrack-tools/repos/community-x86_64/PKGBUILD
(from rev 83853, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/community-x86_64/conntrack-tools.install
(from rev 83853, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/community-x86_64/conntrackd.service
(from rev 83853, conntrack-tools/trunk/conntrackd.service)
Deleted:
  conntrack-tools/repos/community-x86_64/01-config-file-path.patch
  conntrack-tools/repos/community-x86_64/PKGBUILD
  conntrack-tools/repos/community-x86_64/conntrack-tools.install

---+
 01-config-file-path.patch |   24 +-
 PKGBUILD  |   98 ++--
 conntrack-tools.install   |   18 
 conntrackd.service|8 +++
 4 files changed, 78 insertions(+), 70 deletions(-)

Deleted: 01-config-file-path.patch
===
--- 01-config-file-path.patch   2013-02-05 18:11:47 UTC (rev 83853)
+++ 01-config-file-path.patch   2013-02-05 18:12:01 UTC (rev 83854)
@@ -1,12 +0,0 @@
 a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
-+++ b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
-@@ -50,7 +50,7 @@
- #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
- #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
- 
--#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
-+#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
--#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
-+#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
- #define DEFAULT_LOGFILE   /var/log/conntrackd.log
- #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Copied: conntrack-tools/repos/community-x86_64/01-config-file-path.patch (from 
rev 83853, conntrack-tools/trunk/01-config-file-path.patch)
===
--- 01-config-file-path.patch   (rev 0)
+++ 01-config-file-path.patch   2013-02-05 18:12:01 UTC (rev 83854)
@@ -0,0 +1,12 @@
+--- a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
 b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
+@@ -50,7 +50,7 @@
+ #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
+ #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
+ 
+-#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
++#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
+-#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
++#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
+ #define DEFAULT_LOGFILE   /var/log/conntrackd.log
+ #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:11:47 UTC (rev 83853)
+++ PKGBUILD2013-02-05 18:12:01 UTC (rev 83854)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Valere Monseur valere_mons...@hotmail.com
-# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=conntrack-tools
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
-license=('GPL2')
-depends=('libnetfilter_conntrack'
- 'libnetfilter_cttimeout'
- 'libnetfilter_cthelper'
- 'libnetfilter_queue')
-backup=('etc/conntrackd.conf')
-options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;
-'conntrackd.service'
-'01-config-file-path.patch')
-install=$pkgname.install
-md5sums=('ee737c774e01349f75e935228a2d851b'
- 'bd135eaefb47923bb8e8d26f084d3e9d'
- 'e71ff7b8c4997b797cab3eaaccb693f4')
-
-build() {
-  cd $pkgname-$pkgver
-  for i in $srcdir/*.patch; do
-patch -p1 -i $i
-  done
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  # install binaries
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # systemd
-  install -D -m 644 conntrackd.service \
-$pkgdir/usr/lib/systemd/system/conntrackd.service
-  # install empty configuration files
-  install -D -m 644 /dev/null $pkgdir/etc/conntrackd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: conntrack-tools/repos/community-x86_64/PKGBUILD (from rev 83853, 
conntrack-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 18:12:01 

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:14:15
  Author: foutrelis
Revision: 83855

upgpkg: vhba-module 20120422-17

Linux 3.7.6 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:12:01 UTC (rev 83854)
+++ PKGBUILD2013-02-05 18:14:15 UTC (rev 83855)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20120422
 _extramodules=extramodules-3.7-ARCH
-pkgrel=16
+pkgrel=17
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:16:43
  Author: foutrelis
Revision: 83856

upgpkg: tp_smapi 0.41-14

Linux 3.7.6 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:14:15 UTC (rev 83855)
+++ PKGBUILD2013-02-05 18:16:43 UTC (rev 83856)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=13
+pkgrel=14
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:16:51
  Author: foutrelis
Revision: 83857

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 83856, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 83856, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 83856, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 83856, tp_smapi/trunk/tp_smapi.install)

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 83856, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 18:16:51 UTC (rev 83857)
@@ -0,0 +1,58 @@
+# 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=14
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.7' 'linux3.8')
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+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 83856, 
tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2013-02-05 18:16:51 UTC (rev 
83857)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.7-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 83856, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-05 18:16:51 UTC (rev 83857)
@@ -0,0 +1,58 @@
+# 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=14
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.7' 'linux3.8')
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+install=${pkgname}.install

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

2013-02-05 Thread Evangelos Foutras
Date: Tuesday, February 5, 2013 @ 19:18:47
  Author: foutrelis
Revision: 83858

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 83857, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 83857, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 83857, 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 83857, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 83857, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 83857, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |   13 +++
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |   13 +++
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 156 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 83857, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-02-05 18:18:47 UTC (rev 
83858)
@@ -0,0 +1,13 @@
+ACTION==remove, GOTO=vhba_end
+KERNEL!=vhba_ctl, GOTO=vhba_end
+
+NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
+
+TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
+TAG+=udev-acl
+GOTO=vhba_end
+
+LABEL=vhba_uaccess
+TAG+=uaccess
+
+LABEL=vhba_end

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 83857, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-05 18:18:47 UTC (rev 83858)
@@ -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=20120422
+_extramodules=extramodules-3.7-ARCH
+pkgrel=17
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.7' 'linux3.8')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('d97372da1d270d1605742b2995fb6678'
+ 'b5e82d0160e7a181219b67c1794d5c27')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm644 vhba.ko \
+$pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+
+  sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ \
+$startdir/vhba-module.install
+
+  install -Dm644 $srcdir/60-vhba.rules \
+ $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
83857, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2013-02-05 18:18:47 UTC (rev 
83858)
@@ -0,0 +1,21 @@
+_updatemod() {
+  echoUpdating module dependencies...
+  EXTRAMODULES='extramodules-3.7-ARCH'
+  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 
83857, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-02-05 18:18:47 UTC (rev 
83858)
@@ -0,0 +1,13 @@
+ACTION==remove, GOTO=vhba_end
+KERNEL!=vhba_ctl, GOTO=vhba_end
+
+NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
+
+TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
+TAG+=udev-acl
+GOTO=vhba_end
+
+LABEL=vhba_uaccess
+TAG+=uaccess
+
+LABEL=vhba_end

Copied: 

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

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:23:46
  Author: eric
Revision: 177071

Fix source url (close FS#33611)

Modified:
  pyopengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:08:20 UTC (rev 177070)
+++ PKGBUILD2013-02-05 18:23:46 UTC (rev 177071)
@@ -14,7 +14,8 @@
 license=('BSD')
 arch=('any')
 makedepends=('freeglut' 'python2-distribute' 'python-distribute')
-source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
+#source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
+source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-${pkgver}.tar.gz;
 'LICENSE')
 md5sums=('77becc24ffc0a6b28030aa109ad7ff8b'
  '0b53c508a63e5dbaf44cdfb0fa103b3a')



[arch-commits] Commit in pyopengl/repos/extra-any (LICENSE LICENSE PKGBUILD PKGBUILD)

2013-02-05 Thread Eric Bélanger
Date: Tuesday, February 5, 2013 @ 19:24:33
  Author: eric
Revision: 177072

archrelease: copy trunk to extra-any

Added:
  pyopengl/repos/extra-any/LICENSE
(from rev 177071, pyopengl/trunk/LICENSE)
  pyopengl/repos/extra-any/PKGBUILD
(from rev 177071, pyopengl/trunk/PKGBUILD)
Deleted:
  pyopengl/repos/extra-any/LICENSE
  pyopengl/repos/extra-any/PKGBUILD

--+
 LICENSE  |   60 ++--
 PKGBUILD |  101 ++---
 2 files changed, 81 insertions(+), 80 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-02-05 18:23:46 UTC (rev 177071)
+++ LICENSE 2013-02-05 18:24:33 UTC (rev 177072)
@@ -1,30 +0,0 @@
-# Copyright (c) 2006-2008 Alex Holkner
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions 
-# are met:
-#
-#  * Redistributions of source code must retain the above copyright
-#notice, this list of conditions and the following disclaimer.
-#  * Redistributions in binary form must reproduce the above copyright 
-#notice, this list of conditions and the following disclaimer in
-#the documentation and/or other materials provided with the
-#distribution.
-#  * Neither the name of pyglet nor the names of its
-#contributors may be used to endorse or promote products
-#derived from this software without specific prior written
-#permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/extra-any/LICENSE (from rev 177071, 
pyopengl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-02-05 18:24:33 UTC (rev 177072)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 18:23:46 UTC (rev 177071)
+++ PKGBUILD2013-02-05 18:24:33 UTC (rev 177072)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Josh Taylor joshtaylor.m...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyopengl
-pkgname=('python2-opengl' 'python-opengl')
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=The cross platform Python binding to OpenGL and related APIs
-url=http://pyopengl.sourceforge.net/;
-license=('BSD')
-arch=('any')
-makedepends=('freeglut' 'python2-distribute' 'python-distribute')

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

2013-02-05 Thread Ike Devolder
Date: Tuesday, February 5, 2013 @ 19:39:11
  Author: idevolder
Revision: 83859

qt4pas :: 2.5-3

remove the use of $pkgdir in build function
TODO: https://www.archlinux.org/todo/clean-up-pkgdir-usage/

Modified:
  qt4pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:18:47 UTC (rev 83858)
+++ PKGBUILD2013-02-05 18:39:11 UTC (rev 83859)
@@ -4,7 +4,7 @@
 
 pkgname=qt4pas
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Free Pascal Qt4 Binding Library
 arch=('i686' 'x86_64')
 url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
@@ -16,8 +16,6 @@
 build() {
cd $srcdir/qt4pas-V2.5_Qt4.5.3/
 
-   sed -ie s:target\.path = :target\.path = $pkgdir:g Qt4Pas.pro
-
qmake -query
qmake
make
@@ -25,7 +23,7 @@
 
 package() {
cd $srcdir/qt4pas-V2.5_Qt4.5.3/
-   make install
+   INSTALL_ROOT=$pkgdir make install
 
pushd $pkgdir/usr/lib
for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do



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

2013-02-05 Thread Ike Devolder
Date: Tuesday, February 5, 2013 @ 19:39:27
  Author: idevolder
Revision: 83860

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 18:39:11 UTC (rev 83859)
+++ community-i686/PKGBUILD 2013-02-05 18:39:27 UTC (rev 83860)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
-
-pkgname=qt4pas
-pkgver=2.5
-pkgrel=2
-pkgdesc=Free Pascal Qt4 Binding Library
-arch=('i686' 'x86_64')
-url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
-license=('LGPL')
-depends=('qtwebkit')
-source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
-md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
-
-build() {
-   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
-
-   sed -ie s:target\.path = :target\.path = $pkgdir:g Qt4Pas.pro
-
-   qmake -query
-   qmake
-   make
-}
-
-package() {
-   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
-   make install
-
-   pushd $pkgdir/usr/lib
-   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
-   ln -s libQt4Pas.so.5.2.5 $intflink
-   done
-   popd
-}

Copied: qt4pas/repos/community-i686/PKGBUILD (from rev 83859, 
qt4pas/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 18:39:27 UTC (rev 83860)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=3
+pkgdesc=Free Pascal Qt4 Binding Library
+arch=('i686' 'x86_64')
+url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
+license=('LGPL')
+depends=('qtwebkit')
+source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
+md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
+
+build() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+
+   qmake -query
+   qmake
+   make
+}
+
+package() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+   INSTALL_ROOT=$pkgdir make install
+
+   pushd $pkgdir/usr/lib
+   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+   ln -s libQt4Pas.so.5.2.5 $intflink
+   done
+   popd
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-05 18:39:11 UTC (rev 83859)
+++ community-x86_64/PKGBUILD   2013-02-05 18:39:27 UTC (rev 83860)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
-
-pkgname=qt4pas
-pkgver=2.5
-pkgrel=2
-pkgdesc=Free Pascal Qt4 Binding Library
-arch=('i686' 'x86_64')
-url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
-license=('LGPL')
-depends=('qtwebkit')
-source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
-md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
-
-build() {
-   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
-
-   sed -ie s:target\.path = :target\.path = $pkgdir:g Qt4Pas.pro
-
-   qmake -query
-   qmake
-   make
-}
-
-package() {
-   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
-   make install
-
-   pushd $pkgdir/usr/lib
-   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
-   ln -s libQt4Pas.so.5.2.5 $intflink
-   done
-   popd
-}

Copied: qt4pas/repos/community-x86_64/PKGBUILD (from rev 83859, 
qt4pas/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-05 18:39:27 UTC (rev 83860)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=3
+pkgdesc=Free Pascal Qt4 Binding Library
+arch=('i686' 'x86_64')
+url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
+license=('LGPL')
+depends=('qtwebkit')

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

2013-02-05 Thread Andreas Radke
Date: Tuesday, February 5, 2013 @ 20:25:57
  Author: andyrtr
Revision: 177073

upgpkg: openjdk6 6.b27_1.12.1-1

upstream update 1.12.1

Modified:
  openjdk6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:24:33 UTC (rev 177072)
+++ PKGBUILD2013-02-05 19:25:57 UTC (rev 177073)
@@ -5,7 +5,7 @@
 pkgname=('openjdk6' 'openjdk6-src')
 pkgbase=openjdk6
 _javaver=6
-_icedteaver=1.12.0
+_icedteaver=1.12.1
 _openjdk_version=b27
 _openjdk_date=26_oct_2012
 pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
@@ -33,8 +33,8 @@
jaxp144_04.zip
jdk6-jaxws2_1_6-2011_06_13.zip
jdk6-jaf-b20.zip)
-sha256sums=('4f27f3f42b57836cfb11541736282ccfc22de3f4acc0e540560fcf5512d66ced'
-'e1cf397644e039402c0f86a9fc1a4690d747e0ce347d1d4e8afb8bc5c797f6a2'
+sha256sums=('8e73a3939ba8c2cca888defc6c90811c959273a9bc7bd1352338a72cefcf1157'
+'a4d9d3e427943efc8715688d58eca6e8e111907f962524af78dd9a71e6892d60'
 '044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0'
 '490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c'
 '229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3'



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

2013-02-05 Thread Andreas Radke
Date: Tuesday, February 5, 2013 @ 20:26:45
  Author: andyrtr
Revision: 177074

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

Added:
  openjdk6/repos/extra-i686/PKGBUILD
(from rev 177073, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-i686/disable_Werror.diff
(from rev 177073, openjdk6/trunk/disable_Werror.diff)
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 177073, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
(from rev 177073, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-i686/fontconfig-paths.diff
(from rev 177073, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
(from rev 177073, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-i686/openjdk6.install
(from rev 177073, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-i686/openjdk6.profile
(from rev 177073, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-i686/openjdk6.profile.csh
(from rev 177073, openjdk6/trunk/openjdk6.profile.csh)
  openjdk6/repos/extra-x86_64/PKGBUILD
(from rev 177073, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-x86_64/disable_Werror.diff
(from rev 177073, openjdk6/trunk/disable_Werror.diff)
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 177073, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
(from rev 177073, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
(from rev 177073, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
(from rev 177073, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-x86_64/openjdk6.install
(from rev 177073, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-x86_64/openjdk6.profile
(from rev 177073, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh
(from rev 177073, openjdk6/trunk/openjdk6.profile.csh)
Deleted:
  openjdk6/repos/extra-i686/PKGBUILD
  openjdk6/repos/extra-i686/disable_Werror.diff
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-i686/fontconfig-paths.diff
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
  openjdk6/repos/extra-i686/openjdk6.install
  openjdk6/repos/extra-i686/openjdk6.profile
  openjdk6/repos/extra-i686/openjdk6.profile.csh
  openjdk6/repos/extra-x86_64/PKGBUILD
  openjdk6/repos/extra-x86_64/disable_Werror.diff
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
  openjdk6/repos/extra-x86_64/openjdk6.install
  openjdk6/repos/extra-x86_64/openjdk6.profile
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh

---+
 extra-i686/PKGBUILD   |  368 
 extra-i686/disable_Werror.diff|   22 -
 extra-i686/fix_corba_cmds_path.diff   |   58 ++---
 extra-i686/fix_jdk_cmds_path.diff |   58 ++---
 extra-i686/fontconfig-paths.diff  |  268 +++
 extra-i686/nonreparenting-wm.diff |  120 +-
 extra-i686/openjdk6.install   |   48 ++--
 extra-i686/openjdk6.profile   |   12 -
 extra-i686/openjdk6.profile.csh   |   12 -
 extra-x86_64/PKGBUILD |  368 
 extra-x86_64/disable_Werror.diff  |   22 -
 extra-x86_64/fix_corba_cmds_path.diff |   58 ++---
 extra-x86_64/fix_jdk_cmds_path.diff   |   58 ++---
 extra-x86_64/fontconfig-paths.diff|  268 +++
 extra-x86_64/nonreparenting-wm.diff   |  120 +-
 extra-x86_64/openjdk6.install |   48 ++--
 extra-x86_64/openjdk6.profile |   12 -
 extra-x86_64/openjdk6.profile.csh |   12 -
 18 files changed, 966 insertions(+), 966 deletions(-)

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


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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 21:12:56
  Author: lcarlier
Revision: 83861

upgpkg: lib32-e2fsprogs 1.42.7-1

Sync with testing

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 18:39:27 UTC (rev 83860)
+++ PKGBUILD2013-02-05 20:12:56 UTC (rev 83861)
@@ -5,7 +5,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.42.6
+pkgver=1.42.7
 pkgrel=1
 pkgdesc=Ext2 filesystem libraries (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-util-linux' $_pkgbasename)
 makedepends=('bc' 'gcc-multilib')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
-sha1sums=('cd05cd4205a00d01a6da821660cff386788e9be3')
+sha1sums=('897ed5bab4f021834d00ec047ed83766d56ce0a8')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-e2fsprogs/repos (2 files)

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 21:13:01
  Author: lcarlier
Revision: 83862

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-e2fsprogs/repos/multilib-testing-x86_64/
  lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD
(from rev 83861, lib32-e2fsprogs/trunk/PKGBUILD)

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

Copied: lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD (from rev 83861, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-05 20:13:01 UTC (rev 83862)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: mightyjaym jm.ambros...@free.fr
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.42.7
+pkgrel=1
+pkgdesc=Ext2 filesystem libraries (32-bit)
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
+sha1sums=('897ed5bab4f021834d00ec047ed83766d56ce0a8')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install-libs
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 21:31:23
  Author: lcarlier
Revision: 83863

upgpkg: audex 0.77b1-1

Update to last release

Modified:
  audex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 20:13:01 UTC (rev 83862)
+++ PKGBUILD2013-02-05 20:31:23 UTC (rev 83863)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik_at_gmail.com
 
 pkgname=audex
-pkgver=0.76b2
+pkgver=0.77b1
 pkgrel=1
 pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
 arch=('i686' 'x86_64')
@@ -20,16 +20,13 @@
 install=${pkgname}.install
 
#source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;
-google_regex.patch 'gcc47.patch')
-md5sums=('c971bbfa113e4d54b0dcaae8afbf70fb'
- '77b33d8daead89d5f4f15b78a1cd1d55'
+'gcc47.patch')
+md5sums=('1f3df64b60b15315e958e3e3b151fe92'
  '64107bcf90e22910e57804be774822dd')
 
 build() {
-  # fix bug FS#25193
-  # patch -Np0 -i ${srcdir}/google_regex.patch
+  cd ${pkgname}-${pkgver}
 
-  cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/gcc47.patch
   cd ..
 



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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 21:31:35
  Author: lcarlier
Revision: 83864

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

Added:
  audex/repos/community-i686/PKGBUILD
(from rev 83863, audex/trunk/PKGBUILD)
  audex/repos/community-i686/audex.install
(from rev 83863, audex/trunk/audex.install)
  audex/repos/community-i686/gcc47.patch
(from rev 83863, audex/trunk/gcc47.patch)
  audex/repos/community-i686/google_regex.patch
(from rev 83863, audex/trunk/google_regex.patch)
  audex/repos/community-x86_64/PKGBUILD
(from rev 83863, audex/trunk/PKGBUILD)
  audex/repos/community-x86_64/audex.install
(from rev 83863, audex/trunk/audex.install)
  audex/repos/community-x86_64/gcc47.patch
(from rev 83863, audex/trunk/gcc47.patch)
  audex/repos/community-x86_64/google_regex.patch
(from rev 83863, audex/trunk/google_regex.patch)
Deleted:
  audex/repos/community-i686/PKGBUILD
  audex/repos/community-i686/audex.install
  audex/repos/community-i686/gcc47.patch
  audex/repos/community-i686/google_regex.patch
  audex/repos/community-x86_64/PKGBUILD
  audex/repos/community-x86_64/audex.install
  audex/repos/community-x86_64/gcc47.patch
  audex/repos/community-x86_64/google_regex.patch

-+
 community-i686/PKGBUILD |   93 --
 community-i686/audex.install|   24 
 community-i686/gcc47.patch  |   26 -
 community-i686/google_regex.patch   |   28 +-
 community-x86_64/PKGBUILD   |   93 --
 community-x86_64/audex.install  |   24 
 community-x86_64/gcc47.patch|   26 -
 community-x86_64/google_regex.patch |   28 +-
 8 files changed, 168 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 20:31:23 UTC (rev 83863)
+++ community-i686/PKGBUILD 2013-02-05 20:31:35 UTC (rev 83864)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: mightyjaym jmambros...@gmail.com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=audex
-pkgver=0.76b2
-pkgrel=1
-pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php?content=77125;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-optdepends=('vorbis-tools: OGG encoder'
-   'faac: MP4/M4A/AAC encoder'
-   'flac: FLAC encoder'
-   'lame: MP3 encoder')
-install=${pkgname}.install
-#source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;
-google_regex.patch 'gcc47.patch')
-md5sums=('c971bbfa113e4d54b0dcaae8afbf70fb'
- '77b33d8daead89d5f4f15b78a1cd1d55'
- '64107bcf90e22910e57804be774822dd')
-
-build() {
-  # fix bug FS#25193
-  # patch -Np0 -i ${srcdir}/google_regex.patch
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/gcc47.patch
-  cd ..
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: audex/repos/community-i686/PKGBUILD (from rev 83863, 
audex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 20:31:35 UTC (rev 83864)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: mightyjaym jmambros...@gmail.com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=audex
+pkgver=0.77b1
+pkgrel=1
+pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php?content=77125;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+#source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;
+'gcc47.patch')
+md5sums=('1f3df64b60b15315e958e3e3b151fe92'
+ '64107bcf90e22910e57804be774822dd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  patch -p1 -i ${srcdir}/gcc47.patch
+  cd ..
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd 

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

2013-02-05 Thread Gaetan Bisson
Date: Tuesday, February 5, 2013 @ 23:12:32
  Author: bisson
Revision: 177076

fix FS#33726

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 19:47:31 UTC (rev 177075)
+++ PKGBUILD2013-02-05 22:12:32 UTC (rev 177076)
@@ -4,7 +4,7 @@
 
 pkgname=chromaprint
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='http://acoustid.org/chromaprint/'
 arch=('i686' 'x86_64')
@@ -16,7 +16,11 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXAMPLES=ON .
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
make
 }
 



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

2013-02-05 Thread Gaetan Bisson
Date: Tuesday, February 5, 2013 @ 23:13:13
  Author: bisson
Revision: 177077

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

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

---+
 extra-i686/PKGBUILD   |   56 +---
 extra-x86_64/PKGBUILD |   56 +---
 2 files changed, 60 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-05 22:12:32 UTC (rev 177076)
+++ extra-i686/PKGBUILD 2013-02-05 22:13:13 UTC (rev 177077)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=chromaprint
-pkgver=0.7
-pkgrel=1
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='http://acoustid.org/chromaprint/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake')
-source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXAMPLES=ON .
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: chromaprint/repos/extra-i686/PKGBUILD (from rev 177076, 
chromaprint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-05 22:13:13 UTC (rev 177077)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=2
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-05 22:12:32 UTC (rev 177076)
+++ extra-x86_64/PKGBUILD   2013-02-05 22:13:13 UTC (rev 177077)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann the_mi...@web.de
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=chromaprint
-pkgver=0.7
-pkgrel=1
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='http://acoustid.org/chromaprint/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake')
-source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXAMPLES=ON .
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: chromaprint/repos/extra-x86_64/PKGBUILD (from rev 177076, 
chromaprint/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-05 22:13:13 UTC (rev 177077)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann the_mi...@web.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=chromaprint
+pkgver=0.7
+pkgrel=2
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='http://acoustid.org/chromaprint/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=(https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gzip/trunk (PKGBUILD gzip-1.5-yesno-declaration.patch)

2013-02-05 Thread Allan McRae
Date: Tuesday, February 5, 2013 @ 23:48:34
  Author: allan
Revision: 177078

upgpkg: gzip 1.5-3

fix yesno issue (FS#33121)

Added:
  gzip/trunk/gzip-1.5-yesno-declaration.patch
Modified:
  gzip/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 gzip-1.5-yesno-declaration.patch |   36 
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 22:13:13 UTC (rev 177077)
+++ PKGBUILD2013-02-05 22:48:34 UTC (rev 177078)
@@ -4,7 +4,7 @@
 
 pkgname=gzip
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU compression utility
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gzip/;
@@ -12,13 +12,16 @@
 groups=('base' 'base-devel')
 depends=('glibc' 'bash')
 install=gzip.install
-source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig}
+gzip-1.5-yesno-declaration.patch)
 md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
- '2de95937a3f65137acf9c55d4ad0447a')
+ '2de95937a3f65137acf9c55d4ad0447a'
+ 'd63249578de2eb6aadaded26918d8eed')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
+  patch -p1 -i $srcdir/gzip-1.5-yesno-declaration.patch
   make
 }
 

Added: gzip-1.5-yesno-declaration.patch
===
--- gzip-1.5-yesno-declaration.patch(rev 0)
+++ gzip-1.5-yesno-declaration.patch2013-02-05 22:48:34 UTC (rev 177078)
@@ -0,0 +1,36 @@
+From e40a9b65ae95ed6face7ce1336905f0ab0a4992b Mon Sep 17 00:00:00 2001
+From: Paul Eggert egg...@cs.ucla.edu
+Date: Tue, 05 Feb 2013 21:37:40 +
+Subject: gzip: fix bug where you say n and gzip acts as if you said y
+
+Problem reported for GCC 4.7 x86-64 -O2 by Allan McRae in
+http://lists.gnu.org/archive/html/bug-gzip/2013-02/msg0.html.
+* NEWS: Document this.  Use consistent format in earlier note.
+* gzip.c: Include yesno.h.
+* gzip.h (yesno): Remove decl; that's yesno.h's job.
+---
+diff --git a/gzip.c b/gzip.c
+index b9b4d64..66529e0 100644
+--- a/gzip.c
 b/gzip.c
+@@ -74,6 +74,7 @@ static char const *const license_msg[] = {
+ #include ignore-value.h
+ #include stat-time.h
+ #include version.h
++#include yesno.h
+ 
+ /* configuration */
+ 
+diff --git a/gzip.h b/gzip.h
+index bf253d0..648073e 100644
+--- a/gzip.h
 b/gzip.h
+@@ -321,6 +321,3 @@ extern void fprint_off(FILE *, off_t, int);
+ 
+ /* in inflate.c */
+ extern int inflate (void);
+-
+-/* in yesno.c */
+-extern int yesno (void);
+--
+cgit v0.9.0.2



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

2013-02-05 Thread Allan McRae
Date: Tuesday, February 5, 2013 @ 23:49:45
  Author: allan
Revision: 177079

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

Added:
  gzip/repos/testing-i686/
  gzip/repos/testing-i686/PKGBUILD
(from rev 177078, gzip/trunk/PKGBUILD)
  gzip/repos/testing-i686/gzip-1.5-yesno-declaration.patch
(from rev 177078, gzip/trunk/gzip-1.5-yesno-declaration.patch)
  gzip/repos/testing-i686/gzip.install
(from rev 177078, gzip/trunk/gzip.install)
  gzip/repos/testing-x86_64/
  gzip/repos/testing-x86_64/PKGBUILD
(from rev 177078, gzip/trunk/PKGBUILD)
  gzip/repos/testing-x86_64/gzip-1.5-yesno-declaration.patch
(from rev 177078, gzip/trunk/gzip-1.5-yesno-declaration.patch)
  gzip/repos/testing-x86_64/gzip.install
(from rev 177078, gzip/trunk/gzip.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/gzip-1.5-yesno-declaration.patch   |   36 ++
 testing-i686/gzip.install   |   15 +
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/gzip-1.5-yesno-declaration.patch |   36 ++
 testing-x86_64/gzip.install |   15 +
 6 files changed, 174 insertions(+)

Copied: gzip/repos/testing-i686/PKGBUILD (from rev 177078, gzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-05 22:49:45 UTC (rev 177079)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=3
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig}
+gzip-1.5-yesno-declaration.patch)
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a'
+ 'd63249578de2eb6aadaded26918d8eed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  patch -p1 -i $srcdir/gzip-1.5-yesno-declaration.patch
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Copied: gzip/repos/testing-i686/gzip-1.5-yesno-declaration.patch (from rev 
177078, gzip/trunk/gzip-1.5-yesno-declaration.patch)
===
--- testing-i686/gzip-1.5-yesno-declaration.patch   
(rev 0)
+++ testing-i686/gzip-1.5-yesno-declaration.patch   2013-02-05 22:49:45 UTC 
(rev 177079)
@@ -0,0 +1,36 @@
+From e40a9b65ae95ed6face7ce1336905f0ab0a4992b Mon Sep 17 00:00:00 2001
+From: Paul Eggert egg...@cs.ucla.edu
+Date: Tue, 05 Feb 2013 21:37:40 +
+Subject: gzip: fix bug where you say n and gzip acts as if you said y
+
+Problem reported for GCC 4.7 x86-64 -O2 by Allan McRae in
+http://lists.gnu.org/archive/html/bug-gzip/2013-02/msg0.html.
+* NEWS: Document this.  Use consistent format in earlier note.
+* gzip.c: Include yesno.h.
+* gzip.h (yesno): Remove decl; that's yesno.h's job.
+---
+diff --git a/gzip.c b/gzip.c
+index b9b4d64..66529e0 100644
+--- a/gzip.c
 b/gzip.c
+@@ -74,6 +74,7 @@ static char const *const license_msg[] = {
+ #include ignore-value.h
+ #include stat-time.h
+ #include version.h
++#include yesno.h
+ 
+ /* configuration */
+ 
+diff --git a/gzip.h b/gzip.h
+index bf253d0..648073e 100644
+--- a/gzip.h
 b/gzip.h
+@@ -321,6 +321,3 @@ extern void fprint_off(FILE *, off_t, int);
+ 
+ /* in inflate.c */
+ extern int inflate (void);
+-
+-/* in yesno.c */
+-extern int yesno (void);
+--
+cgit v0.9.0.2

Copied: gzip/repos/testing-i686/gzip.install (from rev 177078, 
gzip/trunk/gzip.install)
===
--- testing-i686/gzip.install   (rev 0)
+++ testing-i686/gzip.install   2013-02-05 22:49:45 UTC (rev 177079)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}

Copied: gzip/repos/testing-x86_64/PKGBUILD (from rev 177078, 
gzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-05 22:49:45 UTC (rev 177079)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# 

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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 23:51:05
  Author: lcarlier
Revision: 83865

upgpkg: vamps 0.99.2-10

Clean-up  usage

Modified:
  vamps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 20:31:35 UTC (rev 83864)
+++ PKGBUILD2013-02-05 22:51:05 UTC (rev 83865)
@@ -5,7 +5,7 @@
 
 pkgname=vamps
 pkgver=0.99.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Very fast requantisizing tool for backup DVDs'
 arch=('i686' 'x86_64')
 url='http://vamps.sourceforge.net'
@@ -18,7 +18,11 @@
   cd ${pkgname}-${pkgver}
 
   make
+}
 
+package() {
+  cd ${pkgname}-${pkgver}
+
   install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
   install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
 }



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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 23:51:15
  Author: lcarlier
Revision: 83866

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

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

---+
 community-i686/PKGBUILD   |   54 +++-
 community-x86_64/PKGBUILD |   54 +++-
 2 files changed, 58 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 22:51:05 UTC (rev 83865)
+++ community-i686/PKGBUILD 2013-02-05 22:51:15 UTC (rev 83866)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=vamps
-pkgver=0.99.2
-pkgrel=9
-pkgdesc='Very fast requantisizing tool for backup DVDs'
-arch=('i686' 'x86_64')
-url='http://vamps.sourceforge.net'
-license=('GPL2')
-depends=('libdvdread')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7d438185a2ae95ebb245472d9fa47d06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-
-  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
-  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
-}
-

Copied: vamps/repos/community-i686/PKGBUILD (from rev 83865, 
vamps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 22:51:15 UTC (rev 83866)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=10
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('i686' 'x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7d438185a2ae95ebb245472d9fa47d06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
+  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-05 22:51:05 UTC (rev 83865)
+++ community-x86_64/PKGBUILD   2013-02-05 22:51:15 UTC (rev 83866)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=vamps
-pkgver=0.99.2
-pkgrel=9
-pkgdesc='Very fast requantisizing tool for backup DVDs'
-arch=('i686' 'x86_64')
-url='http://vamps.sourceforge.net'
-license=('GPL2')
-depends=('libdvdread')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7d438185a2ae95ebb245472d9fa47d06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-
-  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
-  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
-}
-

Copied: vamps/repos/community-x86_64/PKGBUILD (from rev 83865, 
vamps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-05 22:51:15 UTC (rev 83866)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Stefano Zamprogno stefano.zampro...@gmail.com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=10
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('i686' 'x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7d438185a2ae95ebb245472d9fa47d06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
+  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
+}
+



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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 23:55:39
  Author: lcarlier
Revision: 83867

upgpkg: playonlinux 4.1.9-2

Clean-up  usage

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 22:51:15 UTC (rev 83866)
+++ PKGBUILD2013-02-05 22:55:39 UTC (rev 83867)
@@ -4,7 +4,7 @@
 
 pkgname=playonlinux
 pkgver=4.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc=GUI for managing Windows programs under linux
 url=http://www.playonlinux.com/;
 license=('GPL')
@@ -19,7 +19,7 @@
  'c35b61fb168c4ef7740ad113996ea359'
  '39a97b77d69431429e6d9d80f826fd17')
 
-build() {
+package() {
   cd $srcdir/$pkgname
 
   patch -Np1 -i ../use-python2.patch



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

2013-02-05 Thread Laurent Carlier
Date: Tuesday, February 5, 2013 @ 23:55:46
  Author: lcarlier
Revision: 83868

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 83867, playonlinux/trunk/PKGBUILD)
  playonlinux/repos/community-any/PlayOnLinux.desktop
(from rev 83867, playonlinux/trunk/PlayOnLinux.desktop)
  playonlinux/repos/community-any/use-python2.patch
(from rev 83867, playonlinux/trunk/use-python2.patch)
Deleted:
  playonlinux/repos/community-any/PKGBUILD
  playonlinux/repos/community-any/PlayOnLinux.desktop
  playonlinux/repos/community-any/use-python2.patch

-+
 PKGBUILD|   74 -
 PlayOnLinux.desktop |   24 +-
 use-python2.patch   |  110 +-
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 22:55:39 UTC (rev 83867)
+++ PKGBUILD2013-02-05 22:55:46 UTC (rev 83868)
@@ -1,37 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.1.9
-pkgrel=1
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/$pkgver/PlayOnLinux_$pkgver.tar.gz
-PlayOnLinux.desktop
-use-python2.patch)
-options=(!strip)
-md5sums=('958ef6e960b59593bb2189f3078e7e7c'
- 'c35b61fb168c4ef7740ad113996ea359'
- '39a97b77d69431429e6d9d80f826fd17')
-
-build() {
-  cd $srcdir/$pkgname
-
-  patch -Np1 -i ../use-python2.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/playonlinux32.png 
$pkgdir/usr/share/pixmaps/playonlinux32.png 
-  install -D -m644 $srcdir/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 83867, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 22:55:46 UTC (rev 83868)
@@ -0,0 +1,37 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.1.9
+pkgrel=2
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/$pkgver/PlayOnLinux_$pkgver.tar.gz
+PlayOnLinux.desktop
+use-python2.patch)
+options=(!strip)
+md5sums=('958ef6e960b59593bb2189f3078e7e7c'
+ 'c35b61fb168c4ef7740ad113996ea359'
+ '39a97b77d69431429e6d9d80f826fd17')
+
+package() {
+  cd $srcdir/$pkgname
+
+  patch -Np1 -i ../use-python2.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/playonlinux32.png 
$pkgdir/usr/share/pixmaps/playonlinux32.png 
+  install -D -m644 $srcdir/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
+}

Deleted: PlayOnLinux.desktop
===
--- PlayOnLinux.desktop 2013-02-05 22:55:39 UTC (rev 83867)
+++ PlayOnLinux.desktop 2013-02-05 22:55:46 UTC (rev 83868)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=PlayOnLinux
-GenericName=PlayOnLinux
-Comment=PlayOnLinux
-Type=Application
-Exec=playonlinux
-Icon=playonlinux32
-Categories=PlayOnLinux;
-Name[fr_FR]=PlayOnLinux
-Categories=Application;Game

Copied: playonlinux/repos/community-any/PlayOnLinux.desktop (from rev 83867, 
playonlinux/trunk/PlayOnLinux.desktop)
===
--- PlayOnLinux.desktop (rev 0)
+++ PlayOnLinux.desktop 2013-02-05 22:55:46 UTC (rev 83868)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=PlayOnLinux
+GenericName=PlayOnLinux
+Comment=PlayOnLinux
+Type=Application

[arch-commits] Commit in (4 files)

2013-02-05 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 00:11:29
  Author: arodseth
Revision: 83869

Dependency of python2-rst2pdf

Added:
  python2-pdfrw/
  python2-pdfrw/community-any/
  python2-pdfrw/trunk/
  python2-pdfrw/trunk/PKGBUILD

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

Added: python2-pdfrw/trunk/PKGBUILD
===
--- python2-pdfrw/trunk/PKGBUILD(rev 0)
+++ python2-pdfrw/trunk/PKGBUILD2013-02-05 23:11:29 UTC (rev 83869)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=2
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=(https://pdfrw.googlecode.com/files/pdfrw_${pkgver}.zip;)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd $srcdir/pdfrw_${pkgver}
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:ts=2:sw=2:et:


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


[arch-commits] Commit in python2-pdfrw (3 files)

2013-02-05 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 00:11:54
  Author: arodseth
Revision: 83870

archrelease: copy trunk to community-any

Added:
  python2-pdfrw/repos/
  python2-pdfrw/repos/community-any/
  python2-pdfrw/repos/community-any/PKGBUILD
(from rev 83869, python2-pdfrw/trunk/PKGBUILD)

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

Copied: python2-pdfrw/repos/community-any/PKGBUILD (from rev 83869, 
python2-pdfrw/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2013-02-05 23:11:54 UTC (rev 83870)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=2
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=(https://pdfrw.googlecode.com/files/pdfrw_${pkgver}.zip;)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd $srcdir/pdfrw_${pkgver}
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:ts=2:sw=2:et:



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

2013-02-05 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 00:13:32
  Author: arodseth
Revision: 83871

Added dependency, fix for FS#33699

Modified:
  python2-rst2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 23:11:54 UTC (rev 83870)
+++ PKGBUILD2013-02-05 23:13:32 UTC (rev 83871)
@@ -5,12 +5,12 @@
 
 pkgname=python2-rst2pdf
 pkgver=0.93
-pkgrel=1
+pkgrel=2
 pkgdesc='Create PDFs from simple text markup, no LaTeX required'
 arch=('any')
 url='http://rst2pdf.googlecode.com/'
 license=('MIT')
-depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments')
+depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments' 'python2-pdfrw')
 optdepends=('uniconvertor: vector images support'
 #'python2-svglib: some SVG support'
 'inkscape: best SVG support'



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

2013-02-05 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 00:17:33
  Author: arodseth
Revision: 83872

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 23:13:32 UTC (rev 83871)
+++ PKGBUILD2013-02-05 23:17:33 UTC (rev 83872)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=1
-pkgdesc='Create PDFs from simple text markup, no LaTeX required'
-arch=('any')
-url='http://rst2pdf.googlecode.com/'
-license=('MIT')
-depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments')
-optdepends=('uniconvertor: vector images support'
-#'python2-svglib: some SVG support'
-'inkscape: best SVG support'
-#'python2-wordaxe: hyphenation'
-'python2-imaging: non-JPEG bitmap image formats')
-source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
-sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
-
-build() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 83871, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 23:17:33 UTC (rev 83872)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=2
+pkgdesc='Create PDFs from simple text markup, no LaTeX required'
+arch=('any')
+url='http://rst2pdf.googlecode.com/'
+license=('MIT')
+depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments' 'python2-pdfrw')
+optdepends=('uniconvertor: vector images support'
+#'python2-svglib: some SVG support'
+'inkscape: best SVG support'
+#'python2-wordaxe: hyphenation'
+'python2-imaging: non-JPEG bitmap image formats')
+source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
+sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
+
+build() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py build
+  cd doc 
+  rst2man2 rst2pdf.txt rst2pdf.1
+}
+
+package() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in strigi/trunk (PKGBUILD gcc47.patch)

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 00:18:23
  Author: andrea
Revision: 177080

upgpkg: strigi 0.7.8-1

Upstream release

Modified:
  strigi/trunk/PKGBUILD
Deleted:
  strigi/trunk/gcc47.patch

-+
 PKGBUILD|   23 +--
 gcc47.patch |   22 --
 2 files changed, 9 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 22:49:45 UTC (rev 177079)
+++ PKGBUILD2013-02-05 23:18:23 UTC (rev 177080)
@@ -3,32 +3,27 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=strigi
-pkgver=0.7.7
-pkgrel=2
-pkgdesc=Fast crawling desktop search engine with Qt4 GUI
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=Fast crawling desktop search engine with Qt GUI
 arch=('i686' 'x86_64')
 url='http://strigi.sourceforge.net/'
 license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs')
-makedepends=('qt' 'cmake' 'pkg-config' 'boost')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt')
+makedepends=('cmake' 'pkg-config' 'boost')
 optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
 'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-#source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'gcc47.patch')
-md5sums=('ca0a0fd5c2b99879f6330837aeede996'
- '1acb9b31a4859dc427fc4d387fd8aa2f')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d69443234f4286d71997db9de543331a')
 
 build() {
-  pushd ${pkgname}-${pkgver}/strigidaemon
-  patch -p1 -i ${srcdir}/gcc47.patch
-  popd
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DENABLE_INOTIFY=ON \
 -DENABLE_LOG4CXX=OFF \
 -DENABLE_FAM=OFF \

Deleted: gcc47.patch
===
--- gcc47.patch 2013-02-05 22:49:45 UTC (rev 177079)
+++ gcc47.patch 2013-02-05 23:18:23 UTC (rev 177080)
@@ -1,22 +0,0 @@
-From: Rex Dieter rdie...@fedoraproject.org
-Date: Mon, 09 Jan 2012 17:13:25 +
-Subject: gcc47 fix, unistd.h header required unconditionally for 'sleep'
-X-Git-Url: 
http://quickgit.kde.org/?p=strigidaemon.gitamp;a=commitdiffamp;h=a8e97f672325557b3fbc84b987299350ec5ac10b

-gcc47 fix, unistd.h header required unconditionally for 'sleep'

-
-
 a/bin/daemon/eventlistener/eventlistenerqueue.cpp
-+++ b/bin/daemon/eventlistener/eventlistenerqueue.cpp
-@@ -27,9 +27,7 @@
- #include iostream
- #include stdio.h
- 
--#if defined(__SUNPRO_CC)
- #include unistd.h
--#endif
- 
- using namespace std;
- 
-



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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 00:18:31
  Author: andrea
Revision: 177081

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

Added:
  strigi/repos/extra-i686/PKGBUILD
(from rev 177080, strigi/trunk/PKGBUILD)
  strigi/repos/extra-x86_64/PKGBUILD
(from rev 177080, strigi/trunk/PKGBUILD)
Deleted:
  strigi/repos/extra-i686/PKGBUILD
  strigi/repos/extra-i686/gcc47.patch
  strigi/repos/extra-x86_64/PKGBUILD
  strigi/repos/extra-x86_64/gcc47.patch

--+
 extra-i686/PKGBUILD  |  109 +
 extra-i686/gcc47.patch   |   22 -
 extra-x86_64/PKGBUILD|  109 +
 extra-x86_64/gcc47.patch |   22 -
 4 files changed, 104 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-05 23:18:23 UTC (rev 177080)
+++ extra-i686/PKGBUILD 2013-02-05 23:18:31 UTC (rev 177081)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=strigi
-pkgver=0.7.7
-pkgrel=2
-pkgdesc=Fast crawling desktop search engine with Qt4 GUI
-arch=('i686' 'x86_64')
-url='http://strigi.sourceforge.net/'
-license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs')
-makedepends=('qt' 'cmake' 'pkg-config' 'boost')
-optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
-'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-#source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'gcc47.patch')
-md5sums=('ca0a0fd5c2b99879f6330837aeede996'
- '1acb9b31a4859dc427fc4d387fd8aa2f')
-
-build() {
-  pushd ${pkgname}-${pkgver}/strigidaemon
-  patch -p1 -i ${srcdir}/gcc47.patch
-  popd
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_INOTIFY=ON \
--DENABLE_LOG4CXX=OFF \
--DENABLE_FAM=OFF \
--DENABLE_CLUCENE=OFF \
--DENABLE_CLUCENE_NG=OFF \
--DENABLE_FFMPEG=OFF
-  make
-}
-
-package() {
-  pushd build/libstreams
-  make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/libstreamanalyzer
-  make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/strigiclient/lib/searchclient/qtdbus
-  make DESTDIR=${pkgdir} install
-  popd
-  
-  pushd build/strigiutils
-  make DESTDIR=${pkgdir} install
-  popd
-}

Copied: strigi/repos/extra-i686/PKGBUILD (from rev 177080, 
strigi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-05 23:18:31 UTC (rev 177081)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt')
+makedepends=('cmake' 'pkg-config' 'boost')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d69443234f4286d71997db9de543331a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF
+  make
+}
+
+package() {
+  pushd build/libstreams
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/libstreamanalyzer
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/strigiclient/lib/searchclient/qtdbus
+  make DESTDIR=${pkgdir} install
+  popd
+  
+  pushd build/strigiutils
+  make DESTDIR=${pkgdir} install
+  popd
+}

Deleted: extra-i686/gcc47.patch
===
--- extra-i686/gcc47.patch  2013-02-05 23:18:23 UTC (rev 177080)
+++ extra-i686/gcc47.patch  2013-02-05 23:18:31 UTC (rev 177081)
@@ -1,22 +0,0 @@
-From: Rex Dieter rdie...@fedoraproject.org
-Date: Mon, 09 Jan 2012 17:13:25 +
-Subject: gcc47 fix, unistd.h header required unconditionally for 'sleep'
-X-Git-Url: 
http://quickgit.kde.org/?p=strigidaemon.gitamp;a=commitdiffamp;h=a8e97f672325557b3fbc84b987299350ec5ac10b

-gcc47 fix, unistd.h header required unconditionally for 'sleep'

-
-
 a/bin/daemon/eventlistener/eventlistenerqueue.cpp
-+++ b/bin/daemon/eventlistener/eventlistenerqueue.cpp
-@@ -27,9 

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

2013-02-05 Thread Laurent Carlier
Date: Wednesday, February 6, 2013 @ 00:22:01
  Author: lcarlier
Revision: 83873

upgpkg: openttd 1.2.3-4

Clean-up  usage

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 23:17:33 UTC (rev 83872)
+++ PKGBUILD2013-02-05 23:22:01 UTC (rev 83873)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'
@@ -15,7 +15,7 @@
 
source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
 sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
 
-build() {
+package() {
   cd ${pkgname}-${pkgver} 
 
  ./configure \
@@ -29,10 +29,5 @@
 --personal-dir=.${pkgname}
 
   make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
   make install
 }



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

2013-02-05 Thread Laurent Carlier
Date: Wednesday, February 6, 2013 @ 00:22:09
  Author: lcarlier
Revision: 83874

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

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

--+
 community-i686/PKGBUILD  |   71 +
 community-i686/openttd.install   |   34 -
 community-x86_64/PKGBUILD|   71 +
 community-x86_64/openttd.install |   34 -
 4 files changed, 100 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-05 23:22:01 UTC (rev 83873)
+++ community-i686/PKGBUILD 2013-02-05 23:22:09 UTC (rev 83874)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=openttd
-pkgver=1.2.3
-pkgrel=3
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
-
-build() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name=OpenTTD \
---personal-dir=.${pkgname}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 83873, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-05 23:22:09 UTC (rev 83874)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.2.3
+pkgrel=4
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2013-02-05 23:22:01 UTC (rev 83873)
+++ community-i686/openttd.install  2013-02-05 23:22:09 UTC (rev 83874)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
-  update-desktop-database  /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database  /dev/null 21
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
-  update-desktop-database  /dev/null 21
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 83873, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2013-02-05 23:22:09 UTC (rev 83874)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
+  update-desktop-database  /dev/null 21
+}

Deleted: 

[arch-commits] Commit in fluxbox/trunk (PKGBUILD fluxbox-fix_timer.diff)

2013-02-05 Thread Eric Bélanger
Date: Wednesday, February 6, 2013 @ 04:07:10
  Author: eric
Revision: 177082

upgpkg: fluxbox 1.3.3-2

Fix timer issue (close FS#33362)

Added:
  fluxbox/trunk/fluxbox-fix_timer.diff
Modified:
  fluxbox/trunk/PKGBUILD

+
 PKGBUILD   |8 +++-
 fluxbox-fix_timer.diff |   78 +++
 2 files changed, 83 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 23:18:31 UTC (rev 177081)
+++ PKGBUILD2013-02-06 03:07:10 UTC (rev 177082)
@@ -3,7 +3,7 @@
 
 pkgname=fluxbox
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight and highly-configurable window manager
 arch=('i686' 'x86_64')
 url=http://www.fluxbox.org;
@@ -12,12 +12,14 @@
 optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
-fluxbox.desktop)
+fluxbox.desktop fluxbox-fix_timer.diff)
 sha1sums=('6892259dd495424291194fde242230cca95abce3'
-  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8'
+  'bc10368d7a157f83428897e2b7aced7ce620dec3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fluxbox-fix_timer.diff
   ./configure --prefix=/usr \
 --enable-xft --enable-xinerama \
 --enable-imlib2 --enable-nls

Added: fluxbox-fix_timer.diff
===
--- fluxbox-fix_timer.diff  (rev 0)
+++ fluxbox-fix_timer.diff  2013-02-06 03:07:10 UTC (rev 177082)
@@ -0,0 +1,78 @@
+From 4d307dcd10af9d817ff5c05fc40ae7487564cb31 Mon Sep 17 00:00:00 2001
+From: Mathias Gumz akira at fluxbox dot org
+Date: Sat, 12 Jan 2013 08:24:11 +
+Subject: Fix bug: handle the list of Timers not in-place
+
+With commit 541c8c4 we switched from an (manually) ordered list to a
+std::set to handle the active timers. The code which checks for overdue
+timers now traverses and modifies the std::set in place. This might
+lead to an infinite loop. Examples of such bad behavior are flickering of
+the tooltip (bug #3590078) or crashes (bug #3600143) or just insanely high
+cpu load when autoraising windows or submenus.
+
+We now make a copy of the std::set traverse this instead of the original.
+---
+diff --git a/src/FbTk/Timer.cc b/src/FbTk/Timer.cc
+index f63ea38..dd736dd 100644
+--- a/src/FbTk/Timer.cc
 b/src/FbTk/Timer.cc
+@@ -52,6 +52,7 @@
+ #endif
+ 
+ #include cstdio
++#include vector
+ #include set
+ 
+ 
+@@ -195,32 +196,35 @@ void Timer::updateTimers(int fd) {
+ return;
+ }
+ 
++// stoping / restarting the timers modifies the list in an upredictable
++// way. to avoid problems such as infinite loops we save the current
++// (ordered) list of timers into a list and work on it.
++
++ssize_t i;
++const ssize_t ts = s_timerlist.size();
++std::vectorFbTk::Timer* timers;
++
++timers.reserve(ts);
++for (it = s_timerlist.begin(); it != s_timerlist.end(); ++it ) {
++timers.push_back(*it);
++}
++
+ now = FbTime::now();
+-for (it = s_timerlist.begin(); it != s_timerlist.end(); ) {
++for (i = 0; i  ts; ++i) {
++
++FbTk::Timer* t = timers[i];
+ 
+-// t-fireTimeout() might add timers to the list
+-// this invalidates 'it'. thus we store the current timer
+-Timer* t = *it;
+ if (now  t-getEndTime()) {
+ break;
+ }
+ 
+ t-fireTimeout();
+-
+-// find the iterator to the timer again
+-// and continue working on the list
+-it = s_timerlist.find(t);
+-it++;
+-s_timerlist.erase(t);
++t-stop();
+ 
+ if (! t-doOnce()) { // restart the current timer
+-t-m_timing = false;
+ t-start();
+-} else {
+-t-stop();
+ }
+ }
+-
+ }
+ 
+ 
+--
+cgit v0.9.1



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

2013-02-05 Thread Eric Bélanger
Date: Wednesday, February 6, 2013 @ 04:07:57
  Author: eric
Revision: 177083

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

Added:
  fluxbox/repos/extra-i686/PKGBUILD
(from rev 177082, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-i686/fluxbox-fix_timer.diff
(from rev 177082, fluxbox/trunk/fluxbox-fix_timer.diff)
  fluxbox/repos/extra-i686/fluxbox.desktop
(from rev 177082, fluxbox/trunk/fluxbox.desktop)
  fluxbox/repos/extra-x86_64/PKGBUILD
(from rev 177082, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-x86_64/fluxbox-fix_timer.diff
(from rev 177082, fluxbox/trunk/fluxbox-fix_timer.diff)
  fluxbox/repos/extra-x86_64/fluxbox.desktop
(from rev 177082, fluxbox/trunk/fluxbox.desktop)
Deleted:
  fluxbox/repos/extra-i686/PKGBUILD
  fluxbox/repos/extra-i686/fluxbox.desktop
  fluxbox/repos/extra-x86_64/PKGBUILD
  fluxbox/repos/extra-x86_64/fluxbox.desktop

-+
 extra-i686/PKGBUILD |   66 ++--
 extra-i686/fluxbox-fix_timer.diff   |   78 ++
 extra-i686/fluxbox.desktop  |   12 ++---
 extra-x86_64/PKGBUILD   |   66 ++--
 extra-x86_64/fluxbox-fix_timer.diff |   78 ++
 extra-x86_64/fluxbox.desktop|   12 ++---
 6 files changed, 236 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-06 03:07:10 UTC (rev 177082)
+++ extra-i686/PKGBUILD 2013-02-06 03:07:57 UTC (rev 177083)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fluxbox
-pkgver=1.3.3
-pkgrel=1
-pkgdesc=A lightweight and highly-configurable window manager
-arch=('i686' 'x86_64')
-url=http://www.fluxbox.org;
-license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
-optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
-fluxbox.desktop)
-sha1sums=('6892259dd495424291194fde242230cca95abce3'
-  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-xft --enable-xinerama \
---enable-imlib2 --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fluxbox/repos/extra-i686/PKGBUILD (from rev 177082, 
fluxbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-06 03:07:57 UTC (rev 177083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fluxbox
+pkgver=1.3.3
+pkgrel=2
+pkgdesc=A lightweight and highly-configurable window manager
+arch=('i686' 'x86_64')
+url=http://www.fluxbox.org;
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
+fluxbox.desktop fluxbox-fix_timer.diff)
+sha1sums=('6892259dd495424291194fde242230cca95abce3'
+  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8'
+  'bc10368d7a157f83428897e2b7aced7ce620dec3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fluxbox-fix_timer.diff
+  ./configure --prefix=/usr \
+--enable-xft --enable-xinerama \
+--enable-imlib2 --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: fluxbox/repos/extra-i686/fluxbox-fix_timer.diff (from rev 177082, 
fluxbox/trunk/fluxbox-fix_timer.diff)
===
--- extra-i686/fluxbox-fix_timer.diff   (rev 0)
+++ extra-i686/fluxbox-fix_timer.diff   2013-02-06 03:07:57 UTC (rev 177083)
@@ -0,0 +1,78 @@
+From 4d307dcd10af9d817ff5c05fc40ae7487564cb31 Mon Sep 17 00:00:00 2001
+From: Mathias Gumz akira at fluxbox dot org
+Date: Sat, 12 Jan 2013 08:24:11 +
+Subject: Fix bug: handle the list of Timers not in-place
+
+With commit 541c8c4 we switched from an (manually) ordered list to a
+std::set to handle the active timers. The code which checks for overdue
+timers now traverses and modifies the std::set in place. This might
+lead to an infinite 

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

2013-02-05 Thread Thomas Dziedzic
Date: Wednesday, February 6, 2013 @ 07:58:08
  Author: td123
Revision: 177084

upgpkg: vim 7.3.798-1

bump to patch 798, fix ssh server location, remove unneccessary python2 
workaround since vim patch 755 fixes it, use --with-features=huge instead of 
big to enable +profile

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 03:07:57 UTC (rev 177083)
+++ PKGBUILD2013-02-06 06:58:08 UTC (rev 177084)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=754
-__hgrev=52bfa939fc07
+_patchlevel=798
+__hgrev=30b3b1da0350
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('187bec934962a7b5418dbe233e606eef'
- '3a41d935a372c712088cdee997e1287f'
+md5sums=('e4a759fdb7cf91d91fd4f8e4f44d5d9c'
+ 'ff8221082bdd0f9b63f57e5cc7773ee7'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'
@@ -53,8 +53,8 @@
 
   gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
 
-  scp ${pkgname}-${pkgver}.tar.xz ger:/srv/ftp/other/vim/
-  scp ${pkgname}-${pkgver}.tar.xz.sig ger:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
 }
 
 build() {
@@ -65,9 +65,7 @@
 vim-build/src/feature.h
   sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
 vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-vim-build/src/configure.in
+
   (cd vim-build/src  autoconf)
 
   cp -a vim-build gvim-build
@@ -77,7 +75,7 @@
   ./configure \
 --prefix=/usr \
 --localstatedir=/var/lib/vim \
---with-features=big \
+--with-features=huge \
 --with-compiledby=ArchLinux \
 --enable-gpm \
 --enable-acl \
@@ -99,7 +97,7 @@
   ./configure \
 --prefix=/usr \
 --localstatedir=/var/lib/vim \
---with-features=big \
+--with-features=huge \
 --with-compiledby=ArchLinux \
 --enable-gpm \
 --enable-acl \



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

2013-02-05 Thread Thomas Dziedzic
Date: Wednesday, February 6, 2013 @ 07:59:21
  Author: td123
Revision: 177085

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 177084, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 177084, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 177084, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 177084, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 177084, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 177084, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 177084, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 177084, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 177084, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 177084, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 177084, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 06:59:21 UTC (rev 177085)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=798
+__hgrev=30b3b1da0350
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('e4a759fdb7cf91d91fd4f8e4f44d5d9c'
+ 'ff8221082bdd0f9b63f57e5cc7773ee7'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+

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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 08:50:31
  Author: andrea
Revision: 177086

Upstream release

Modified:
  calligra/trunk/PKGBUILD
  calligra/trunk/calligra-kexi.install

---+
 PKGBUILD  |   13 +++--
 calligra-kexi.install |1 +
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 06:59:21 UTC (rev 177085)
+++ PKGBUILD2013-02-06 07:50:31 UTC (rev 177086)
@@ -17,18 +17,18 @@
  'calligra-handbook'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.5.5
+pkgver=2.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
 makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmysqlclient' 'freetds' 'xbase' 'libwpg'
- 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt=0.22.0' 
'libkdcraw'
+ 'lcms2' 'libmysqlclient' 'freetds' 'xbase' 'libwpg' 'opencolorio'
+ 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'mesa')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('0fcf72319d0a5a806aed50e3a2f3ceb4')
+md5sums=('df7c2816d2bbe5e2fe87ea0be3fe668c')
 
 build() {
   mkdir build
@@ -54,7 +54,7 @@
 
 package_calligra-libs() {
   pkgdesc=Libraries for the Calligra office suite
-  depends=('kdepimlibs' 'lcms2')
+  depends=('kdepimlibs' 'lcms2' 'kactivities')
   conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
  'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
  'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
@@ -74,6 +74,7 @@
   optdepends=('kdeedu-marble: map shape for Calligra')
   conflicts=('koffice-plugins' 'koffice-kchart')
   replaces=('koffice-plugins' 'koffice-kchart' 'koffice-kformula')
+  install=calligra-plugins.install
 
   cd ${srcdir}/build/plugins
   make DESTDIR=${pkgdir} install
@@ -149,7 +150,7 @@
 package_calligra-krita() {
   pkgdesc=Edit and paint images
   depends=('calligra-plugins' 'kdebase-runtime' 'eigen2'
-   'poppler-qt' 'libkdcraw' 'fftw' 'glew' 'opengtl')
+   'opencolorio' 'libkdcraw' 'fftw' 'glew' 'opengtl')
   conflicts=('koffice-krita' 'calligra-krita-doc')
   replaces=('koffice-krita' 'calligra-krita-doc')
   install=calligra-krita.install

Modified: calligra-kexi.install
===
--- calligra-kexi.install   2013-02-06 06:59:21 UTC (rev 177085)
+++ calligra-kexi.install   2013-02-06 07:50:31 UTC (rev 177086)
@@ -1,5 +1,6 @@
 post_install() {
update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
 }
 
 post_upgrade() {



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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 08:50:58
  Author: andrea
Revision: 177087

Add missing install file

Added:
  calligra/trunk/calligra-plugins.install

--+
 calligra-plugins.install |   11 +++
 1 file changed, 11 insertions(+)

Added: calligra-plugins.install
===
--- calligra-plugins.install(rev 0)
+++ calligra-plugins.install2013-02-06 07:50:58 UTC (rev 177087)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 08:51:09
  Author: andrea
Revision: 177088

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  102 -
 1 file changed, 61 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 07:50:58 UTC (rev 177087)
+++ PKGBUILD2013-02-06 07:51:09 UTC (rev 177088)
@@ -2,7 +2,9 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgbase=calligra-l10n
-pkgname=('calligra-l10n-ca'
+pkgname=('calligra-l10n-bs'
+   'calligra-l10n-ca'
+   'calligra-l10n-ca@valencia'
'calligra-l10n-da'
'calligra-l10n-de'
'calligra-l10n-el'
@@ -14,7 +16,6 @@
'calligra-l10n-gl'
'calligra-l10n-hu'
'calligra-l10n-it'
-   'calligra-l10n-ja'
'calligra-l10n-kk'
'calligra-l10n-nb'
'calligra-l10n-nds'
@@ -24,19 +25,22 @@
'calligra-l10n-pt_br'
'calligra-l10n-ru'
'calligra-l10n-sk'
+   'calligra-l10n-sl'
'calligra-l10n-sv'
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.5.5
+pkgver=2.6.0
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
-url=www.calligra-suite.org/
+url='http://www.calligra-suite.org/'
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'kdelibs')
 options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
+source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
@@ -48,7 +52,6 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2;
@@ -58,40 +61,43 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('e8a84b32868652edda729230e3ce6f78'
- '86a2d64284fa4458ab5d5e854f1801d7'
- 'f8614c7e7be94e6f08f5ee3df5940d0e'
- 'dce16202206632e9c457c733bc112224'
- '5246fcdc0204fc6fa77a0a55ccab6d4a'
- '3ae4ab9304063a269ca53f8f790fe26c'
- '79ec5cf94c4114ccabff0f2afa82456c'
- 'a902824652f717c30f9e40c4aaa2ac94'
- 'a5a9a3606fa21aeec9e89acb1547a8c0'
- 'a9d9a9d6bfea05f9b94aef2bf06bd2d0'
- 'd2323f4581b5abe8f58b3cb52bfe15ca'
- '128caf3b60ef22c5afe3b1f917b70659'
- 'f2b483f94fd60773c9a690ffe95d6040'
- '59c7491dfdb164eab15c8c4f186fc3d7'
- 'fb64f1fbe9677260e7423296da2cb805'
- '688f72219c8a536ca8ad5f3b125a6b42'
- '1be41dd31caf2fa8f55d958a082dde57'
- 'c293db65a3667733e72113be3a692531'
- '57310a47785ea8a58c978c4d71d1c70e'
- '93a7708b8d3dd9c06acbecc2fdec91ef'
- 'ec2a0e81f313a7e2348c94624ee56b10'
- 'd3e3c4e706b6687d15b40fcf519aba5e'
- '1a874b2089cc60c74e1e87bcb143d7fb'
- '29b760aee7772fcf60f46c0184d1ecaf'
- '9ee81d0ee5987a441a77d9d35e80fa1b'
- 'd6289f7fe533e8fffa4062e720deb5cf')
+md5sums=('ba700e28cfcb84ffaecd019c0a661a0d'
+ '0a48370b304ec16404cd740240dc3c2a'
+ '8a0562d3469ff8f6346fb537412d7c79'
+ 'e50bb54e8e0c52419dbb359ffde956f9'
+ 

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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 08:52:11
  Author: andrea
Revision: 177089

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

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 177088, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 177088, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 177088, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 177088, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 177088, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 177088, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 177088, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 177088, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 177088, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 177088, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 177088, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 177088, calligra/trunk/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 177088, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 177088, calligra/trunk/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 177088, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 177088, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 177088, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 177088, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 177088, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 177088, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 177088, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 177088, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 177088, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 177088, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 177088, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 177088, calligra/trunk/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 177088, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 177088, calligra/trunk/calligra.install)

---+
 testing-i686/PKGBUILD |  218 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   12 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-plugins.install |   11 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  218 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   12 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-plugins.install   |   11 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 testing-x86_64/calligra.install   |   11 +
 28 files changed, 744 insertions(+)

Copied: 

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

2013-02-05 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 08:52:55
  Author: andrea
Revision: 177090

archrelease: copy trunk to testing-any

Added:
  calligra-l10n/repos/testing-any/
  calligra-l10n/repos/testing-any/PKGBUILD
(from rev 177089, calligra-l10n/trunk/PKGBUILD)

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

Copied: calligra-l10n/repos/testing-any/PKGBUILD (from rev 177089, 
calligra-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-06 07:52:55 UTC (rev 177090)
@@ -0,0 +1,305 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra-l10n
+pkgname=('calligra-l10n-bs'
+   'calligra-l10n-ca'
+   'calligra-l10n-ca@valencia'
+   'calligra-l10n-da'
+   'calligra-l10n-de'
+   'calligra-l10n-el'
+   'calligra-l10n-en_gb'
+   'calligra-l10n-es'
+   'calligra-l10n-et'
+   'calligra-l10n-fi'
+   'calligra-l10n-fr'
+   'calligra-l10n-gl'
+   'calligra-l10n-hu'
+   'calligra-l10n-it'
+   'calligra-l10n-kk'
+   'calligra-l10n-nb'
+   'calligra-l10n-nds'
+   'calligra-l10n-nl'
+   'calligra-l10n-pl'
+   'calligra-l10n-pt'
+   'calligra-l10n-pt_br'
+   'calligra-l10n-ru'
+   'calligra-l10n-sk'
+   'calligra-l10n-sl'
+   'calligra-l10n-sv'
+   'calligra-l10n-uk'
+   'calligra-l10n-zh_cn'
+   'calligra-l10n-zh_tw')
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Localization for Calligra
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
+md5sums=('ba700e28cfcb84ffaecd019c0a661a0d'
+ '0a48370b304ec16404cd740240dc3c2a'
+ '8a0562d3469ff8f6346fb537412d7c79'
+ 'e50bb54e8e0c52419dbb359ffde956f9'
+ '8d3ab8142e663fe1202abbe23f033542'
+ 'ffc41282bf0bc5a03ed871c40d20f7f8'
+ '57aa16a54821a1c7183358d6e6f98545'
+ '998319f89aeaf12812aee752a9fd41d2'
+ '21ab9edb5faec99421457827dc864f03'
+ '209cd21c3518e658a9fe9ae744077369'
+ '3490cb1478257fc066f048759634e40d'
+ '73e3d86328f3927bfcffe04affcb277f'
+