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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:07:26
  Author: tpowa
Revision: 223951

upgpkg: nvidia 343.22-4

rebuild with fixed .install

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 05:58:50 UTC (rev 223950)
+++ PKGBUILD2014-10-07 06:07:26 UTC (rev 223951)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=343.22
 _extramodules=extramodules-3.17-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:07:35
  Author: tpowa
Revision: 223952

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

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

---+
 /PKGBUILD |   94 
 /nvidia.install   |   36 +++
 testing-i686/PKGBUILD |   47 
 testing-i686/nvidia.install   |   18 ---
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/nvidia.install |   18 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-07 06:07:26 UTC (rev 223951)
+++ testing-i686/PKGBUILD   2014-10-07 06:07:35 UTC (rev 223952)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.22
-_extramodules=extramodules-3.17-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
- '3d98eaa01a94e86abb04723ae2a702b1')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 223951, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-07 06:07:35 UTC (rev 223952)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.22
+_extramodules=extramodules-3.17-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Deleted: testing-i686/nvidia.install

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:14:48
  Author: tpowa
Revision: 223953

upgpkg: nvidia-304xx 304.123-8

fixed .install

Modified:
  nvidia-304xx/trunk/nvidia.install

+
 nvidia.install |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: nvidia.install
===
--- nvidia.install  2014-10-07 06:07:35 UTC (rev 223952)
+++ nvidia.install  2014-10-07 06:14:48 UTC (rev 223953)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.15-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:14:55
  Author: tpowa
Revision: 223954

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

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

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

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

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

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:16:50
  Author: tpowa
Revision: 223955

upgpkg: nvidia 343.22-4

fixed .install

Modified:
  nvidia/trunk/nvidia.install

+
 nvidia.install |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: nvidia.install
===
--- nvidia.install  2014-10-07 06:14:55 UTC (rev 223954)
+++ nvidia.install  2014-10-07 06:16:50 UTC (rev 223955)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-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'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:17:15
  Author: tpowa
Revision: 223956

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

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

---+
 /PKGBUILD |   94 
 /nvidia.install   |   36 +++
 testing-i686/PKGBUILD |   47 
 testing-i686/nvidia.install   |   18 ---
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/nvidia.install |   18 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-07 06:16:50 UTC (rev 223955)
+++ testing-i686/PKGBUILD   2014-10-07 06:17:15 UTC (rev 223956)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=343.22
-_extramodules=extramodules-3.17-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
- '3d98eaa01a94e86abb04723ae2a702b1')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 223955, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-07 06:17:15 UTC (rev 223956)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=343.22
+_extramodules=extramodules-3.17-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Deleted: testing-i686/nvidia.install

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:25:01
  Author: tpowa
Revision: 223958

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

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

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

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

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

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 08:24:54
  Author: tpowa
Revision: 223957

upgpkg: nvidia-304xx 304.123-9

fixed .install

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 06:17:15 UTC (rev 223956)
+++ PKGBUILD2014-10-07 06:24:54 UTC (rev 223957)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.123
 _extramodules=extramodules-3.17-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2014-10-07 Thread Jaroslav Lichtblau
Date: Tuesday, October 7, 2014 @ 08:35:17
  Author: jlichtblau
Revision: 120314

upgpkg: wgetpaste 2.25-1

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

-+
 PKGBUILD|   16 
 wgetpaste.changelog |3 +++
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 05:19:21 UTC (rev 120313)
+++ PKGBUILD2014-10-07 06:35:17 UTC (rev 120314)
@@ -2,27 +2,27 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=wgetpaste
-pkgver=2.23
+pkgver=2.25
 pkgrel=1
 pkgdesc=A script that automates pasting to a number of pastebin services
+arch=('any')
 url=http://wgetpaste.zlin.dk/;
-arch=('any')
 license=('custom')
 depends=('wget')
 optdepends=('xclip: interface to Xclipboard')
 source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
 http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5'
+sha256sums=('6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -D -m644 _${pkgname} 
${pkgdir}/usr/share/zsh/site-functions/_${pkgname}
+  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
 
 # license
   sed -n '2,5p' wgetpaste  LICENSE
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }

Modified: wgetpaste.changelog
===
--- wgetpaste.changelog 2014-10-07 05:19:21 UTC (rev 120313)
+++ wgetpaste.changelog 2014-10-07 06:35:17 UTC (rev 120314)
@@ -1,3 +1,6 @@
+2014-10-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.25-1
+
 2013-12-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* wgetpaste 2.23-1
 


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

2014-10-07 Thread Jaroslav Lichtblau
Date: Tuesday, October 7, 2014 @ 08:35:28
  Author: jlichtblau
Revision: 120315

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
(from rev 120314, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
(from rev 120314, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

-+
 PKGBUILD|   56 +++
 wgetpaste.changelog |   59 ++
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-07 06:35:17 UTC (rev 120314)
+++ PKGBUILD2014-10-07 06:35:28 UTC (rev 120315)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=wgetpaste
-pkgver=2.23
-pkgrel=1
-pkgdesc=A script that automates pasting to a number of pastebin services
-url=http://wgetpaste.zlin.dk/;
-arch=('any')
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste  LICENSE
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 120314, 
wgetpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-07 06:35:28 UTC (rev 120315)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=wgetpaste
+pkgver=2.25
+pkgrel=1
+pkgdesc=A script that automates pasting to a number of pastebin services
+arch=('any')
+url=http://wgetpaste.zlin.dk/;
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+http://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -D -m644 _${pkgname} 
${pkgdir}/usr/share/zsh/site-functions/_${pkgname}
+  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste  LICENSE
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===
--- wgetpaste.changelog 2014-10-07 06:35:17 UTC (rev 120314)
+++ wgetpaste.changelog 2014-10-07 06:35:28 UTC (rev 120315)
@@ -1,28 +0,0 @@
-2013-12-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.23-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#15223 fixed 2.13-3
-   * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * wgetpaste 2.13
-   * Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 120314, 
wgetpaste/trunk/wgetpaste.changelog)
===
--- wgetpaste.changelog (rev 0)
+++ wgetpaste.changelog 2014-10-07 06:35:28 UTC (rev 120315)
@@ -0,0 +1,31 @@
+2014-10-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.25-1
+
+2013-12-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.23-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.22-1
+
+2012-05-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * wgetpaste 2.20-1
+

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 09:27:53
  Author: tpowa
Revision: 223990

upgpkg: lirc 1:0.9.1.a-7

fix .install

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 07:04:24 UTC (rev 223989)
+++ PKGBUILD2014-10-07 07:27:53 UTC (rev 223990)
@@ -5,7 +5,7 @@
 pkgname=('lirc' 'lirc-utils')
 _pkgver=0.9.1a
 [[ $_pkgver =~ [a-z]$ ]]  pkgver=${_pkgver:0:-1}.${_pkgver: -1} || 
pkgver=$_pkgver
-pkgrel=6
+pkgrel=7
 epoch=1
 _extramodules=extramodules-3.17-ARCH
 arch=('i686' 'x86_64')

Modified: lirc.install
===
--- lirc.install2014-10-07 07:04:24 UTC (rev 223989)
+++ lirc.install2014-10-07 07:27:53 UTC (rev 223990)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-3.12-ARCH
+EXTRAMODULES=extramodules-3.17-ARCH
 
 post_install() {
echo  Updating module dependencies. Please wait ...


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 09:28:11
  Author: tpowa
Revision: 223991

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 223990, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 223990, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch
(from rev 223990, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 223990, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 223990, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 223990, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 223990, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/wpc8769l-build-fix.patch
(from rev 223990, lirc/trunk/wpc8769l-build-fix.patch)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 223990, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 223990, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch
(from rev 223990, lirc/trunk/lirc-0.9.1a-fix-segfaults.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 223990, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 223990, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 223990, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 223990, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/wpc8769l-build-fix.patch
(from rev 223990, lirc/trunk/wpc8769l-build-fix.patch)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/wpc8769l-build-fix.patch
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/lirc-0.9.1a-fix-segfaults.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/wpc8769l-build-fix.patch

+
 /PKGBUILD  |  204 +++
 /irexec.service|   22 ++
 /lirc-0.9.1a-fix-segfaults.patch   |  158 +
 /lirc-utils.install|   26 ++
 /lirc.install  |   28 +++
 /lirc.logrotate|   10 +
 /lirc.tmpfiles |2 
 /wpc8769l-build-fix.patch  |  180 
 testing-i686/PKGBUILD  |  102 ---
 testing-i686/irexec.service|   11 -
 testing-i686/lirc-0.9.1a-fix-segfaults.patch   |   79 
 testing-i686/lirc-utils.install|   13 -
 testing-i686/lirc.install  |   14 -
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.tmpfiles |1 
 testing-i686/wpc8769l-build-fix.patch  |   90 --
 testing-x86_64/PKGBUILD|  102 ---
 testing-x86_64/irexec.service  |   11 -
 testing-x86_64/lirc-0.9.1a-fix-segfaults.patch |   79 
 testing-x86_64/lirc-utils.install  |   13 -
 testing-x86_64/lirc.install|   14 -
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/wpc8769l-build-fix.patch|   90 --
 24 files changed, 630 insertions(+), 630 deletions(-)

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


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 09:54:35
  Author: tpowa
Revision: 223993

db-move: moved b43-fwcutter from [testing] to [core] (i686, x86_64)

Added:
  b43-fwcutter/repos/core-i686/PKGBUILD
(from rev 223991, b43-fwcutter/repos/testing-i686/PKGBUILD)
  b43-fwcutter/repos/core-x86_64/PKGBUILD
(from rev 223991, b43-fwcutter/repos/testing-x86_64/PKGBUILD)
Deleted:
  b43-fwcutter/repos/core-i686/PKGBUILD
  b43-fwcutter/repos/core-x86_64/PKGBUILD
  b43-fwcutter/repos/testing-i686/
  b43-fwcutter/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-10-07 07:54:34 UTC (rev 223992)
+++ core-i686/PKGBUILD  2014-10-07 07:54:35 UTC (rev 223993)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=b43-fwcutter
-pkgver=018
-pkgrel=1
-pkgdesc=firmware extractor for the b43 kernel module
-url=http://wireless.kernel.org/en/users/Drivers/b43;
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('56fcb0c64dcc94dd2672b9ff87f8217f')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-i686/PKGBUILD (from rev 223991, 
b43-fwcutter/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-10-07 07:54:35 UTC (rev 223993)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=019
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('19d1f4226a625756726bdf7ed5dc2a0a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-10-07 07:54:34 UTC (rev 223992)
+++ core-x86_64/PKGBUILD2014-10-07 07:54:35 UTC (rev 223993)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=b43-fwcutter
-pkgver=018
-pkgrel=1
-pkgdesc=firmware extractor for the b43 kernel module
-url=http://wireless.kernel.org/en/users/Drivers/b43;
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('56fcb0c64dcc94dd2672b9ff87f8217f')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-x86_64/PKGBUILD (from rev 223991, 
b43-fwcutter/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-10-07 07:54:35 UTC (rev 223993)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=019
+pkgrel=1
+pkgdesc=firmware extractor for the b43 kernel module
+url=http://wireless.kernel.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bues.ch/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('19d1f4226a625756726bdf7ed5dc2a0a')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}


[arch-commits] Commit in nfs-utils/repos (46 files)

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 09:54:34
  Author: tpowa
Revision: 223992

db-move: moved nfs-utils from [testing] to [core] (i686, x86_64)

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 223991, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 223991, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/id_resolver.conf
(from rev 223991, nfs-utils/repos/testing-i686/id_resolver.conf)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 223991, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 223991, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 223991, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 223991, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
(from rev 223991, nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-i686/nfs-utils.conf
(from rev 223991, nfs-utils/repos/testing-i686/nfs-utils.conf)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 223991, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/nfs-utils_env.sh
(from rev 223991, nfs-utils/repos/testing-i686/nfs-utils_env.sh)
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 223991, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 223991, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/id_resolver.conf
(from rev 223991, nfs-utils/repos/testing-x86_64/id_resolver.conf)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 223991, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 223991, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.conf
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-utils.conf)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
(from rev 223991, nfs-utils/repos/testing-x86_64/nfs-utils_env.sh)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/id_resolver.conf
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-i686/nfs-utils.conf
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/nfs-utils_env.sh
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/id_resolver.conf
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-x86_64/nfs-utils.conf
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-x86_64/

+
 /PKGBUILD  |  164 +++
 /exports   |   24 
 /id_resolver.conf  |4 
 /idmapd.conf   |   28 
 /nfs-common.conf   |   44 
 /nfs-server.conf   |   32 
 /nfs-utils-1.1.4-mtab-sym.patch|   78 +
 /nfs-utils-1.3.1-rc2.patch | 1348 +++
 /nfs-utils.conf|2 
 /nfs-utils.install |   64 +
 /nfs-utils_env.sh  |   40 
 core-i686/PKGBUILD |   86 -
 core-i686/exports  |   12 
 core-i686/id_resolver.conf |2 
 core-i686/idmapd.conf  |   14 
 core-i686/nfs-common.conf  |   22 
 core-i686/nfs-server.conf  |   16 
 core-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 
 core-i686/nfs-utils-1.3.1-rc2.patch|  674 -
 core-i686/nfs-utils.conf   |1 
 core-i686/nfs-utils.install|   32 
 core-i686/nfs-utils_env.sh 

[arch-commits] Commit in lxappearance-obconf/trunk (PKGBUILD obconf-rrbutton.patch)

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 13:52:30
  Author: bgyorgy
Revision: 120349

upgpkg: lxappearance-obconf 0.2.2-1

Update to version 0.2.2

Modified:
  lxappearance-obconf/trunk/PKGBUILD
Deleted:
  lxappearance-obconf/trunk/obconf-rrbutton.patch

---+
 PKGBUILD  |8 +++
 obconf-rrbutton.patch |   49 
 2 files changed, 4 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 07:02:29 UTC (rev 120348)
+++ PKGBUILD2014-10-07 11:52:30 UTC (rev 120349)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 
 pkgname=lxappearance-obconf
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,8 +11,8 @@
 groups=('lxde')
 depends=('lxappearance' 'openbox' 'libsm')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1f061c96e0c78a6476421ca294ac24aa')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('d958ac5514ba1707429ff6794ab59abf')
 
 build() {
   cd $pkgname-$pkgver

Deleted: obconf-rrbutton.patch
===
--- obconf-rrbutton.patch   2014-10-07 07:02:29 UTC (rev 120348)
+++ obconf-rrbutton.patch   2014-10-07 11:52:30 UTC (rev 120349)
@@ -1,49 +0,0 @@
-commit 9cffa6a9ddfc4074f3de8d0302404d70c2818d8f
-Author: Markos Chandras hwoar...@gentoo.org
-Date:   Fri Aug 5 16:24:57 2011 +0100
-
-Use new RrButton structure
-
-diff --git a/src/preview.c b/src/preview.c
-index a82cf15..320e7ac 100644
 a/src/preview.c
-+++ b/src/preview.c
-@@ -327,28 +327,28 @@ static GdkPixbuf* preview_window(RrTheme *theme, const 
gchar *titlelayout,
- switch (*layout) {
- case 'D':
- a = focus ?
--theme-a_focused_unpressed_desk :
--theme-a_unfocused_unpressed_desk;
-+theme-btn_desk-a_focused_unpressed :
-+theme-btn_desk-a_unfocused_unpressed;
- break;
- case 'S':
- a = focus ?
--theme-a_focused_unpressed_shade :
--theme-a_unfocused_unpressed_shade;
-+theme-btn_shade-a_focused_unpressed :
-+theme-btn_shade-a_unfocused_unpressed;
- break;
- case 'I':
- a = focus ?
--theme-a_focused_unpressed_iconify :
--theme-a_unfocused_unpressed_iconify;
-+theme-btn_iconify-a_focused_unpressed :
-+theme-btn_iconify-a_unfocused_unpressed;
- break;
- case 'M':
- a = focus ?
--theme-a_focused_unpressed_max :
--theme-a_unfocused_unpressed_max;
-+theme-btn_max-a_focused_unpressed :
-+theme-btn_max-a_unfocused_unpressed;
- break;
- case 'C':
- a = focus ?
--theme-a_focused_unpressed_close :
--theme-a_unfocused_unpressed_close;
-+theme-btn_close-a_focused_unpressed :
-+theme-btn_close-a_unfocused_unpressed;
- break;
- default:
- continue;


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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 13:52:38
  Author: bgyorgy
Revision: 120350

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

Added:
  lxappearance-obconf/repos/community-i686/PKGBUILD
(from rev 120349, lxappearance-obconf/trunk/PKGBUILD)
  lxappearance-obconf/repos/community-x86_64/PKGBUILD
(from rev 120349, lxappearance-obconf/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf/repos/community-i686/PKGBUILD
  lxappearance-obconf/repos/community-i686/obconf-rrbutton.patch
  lxappearance-obconf/repos/community-x86_64/PKGBUILD
  lxappearance-obconf/repos/community-x86_64/obconf-rrbutton.patch

+
 /PKGBUILD  |   52 +++
 community-i686/PKGBUILD|   26 ---
 community-i686/obconf-rrbutton.patch   |   49 -
 community-x86_64/PKGBUILD  |   26 ---
 community-x86_64/obconf-rrbutton.patch |   49 -
 5 files changed, 52 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-07 11:52:30 UTC (rev 120349)
+++ community-i686/PKGBUILD 2014-10-07 11:52:38 UTC (rev 120350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgname=lxappearance-obconf
-pkgver=0.2.1
-pkgrel=2
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1f061c96e0c78a6476421ca294ac24aa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxappearance-obconf/repos/community-i686/PKGBUILD (from rev 120349, 
lxappearance-obconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-07 11:52:38 UTC (rev 120350)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgname=lxappearance-obconf
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libsm')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('d958ac5514ba1707429ff6794ab59abf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/obconf-rrbutton.patch
===
--- community-i686/obconf-rrbutton.patch2014-10-07 11:52:30 UTC (rev 
120349)
+++ community-i686/obconf-rrbutton.patch2014-10-07 11:52:38 UTC (rev 
120350)
@@ -1,49 +0,0 @@
-commit 9cffa6a9ddfc4074f3de8d0302404d70c2818d8f
-Author: Markos Chandras hwoar...@gentoo.org
-Date:   Fri Aug 5 16:24:57 2011 +0100
-
-Use new RrButton structure
-
-diff --git a/src/preview.c b/src/preview.c
-index a82cf15..320e7ac 100644
 a/src/preview.c
-+++ b/src/preview.c
-@@ -327,28 +327,28 @@ static GdkPixbuf* preview_window(RrTheme *theme, const 
gchar *titlelayout,
- switch (*layout) {
- case 'D':
- a = focus ?
--theme-a_focused_unpressed_desk :
--theme-a_unfocused_unpressed_desk;
-+theme-btn_desk-a_focused_unpressed :
-+theme-btn_desk-a_unfocused_unpressed;
- break;
- case 'S':
- a = focus ?
--theme-a_focused_unpressed_shade :
--theme-a_unfocused_unpressed_shade;
-+theme-btn_shade-a_focused_unpressed :
-+theme-btn_shade-a_unfocused_unpressed;
- break;
- case 'I':
- a = focus ?
--theme-a_focused_unpressed_iconify :
--theme-a_unfocused_unpressed_iconify;
-+theme-btn_iconify-a_focused_unpressed :
-+theme-btn_iconify-a_unfocused_unpressed;
- break;
- case 'M':
- a = focus ?
--theme-a_focused_unpressed_max :
--theme-a_unfocused_unpressed_max;
-+theme-btn_max-a_focused_unpressed :
-+theme-btn_max-a_unfocused_unpressed;
- break;
- case 'C':
- a = focus ?
--theme-a_focused_unpressed_close :
--

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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 14:15:53
  Author: bgyorgy
Revision: 120351

upgpkg: libfm 1.2.2.1-3

Split libfm-extra to avoid circular dependency with menu-cache=0.7.0

Modified:
  libfm/trunk/PKGBUILD

--+
 PKGBUILD |   39 ---
 1 file changed, 32 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 11:52:38 UTC (rev 120350)
+++ PKGBUILD2014-10-07 12:15:53 UTC (rev 120351)
@@ -5,9 +5,10 @@
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
-pkgname=libfm
+pkgbase=libfm
+pkgname=(libfm libfm-extra)
 pkgver=1.2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -17,7 +18,6 @@
 replaces=('lxshortcut')
 provides=('lxshortcut')
 conflicts=('lxshortcut')
-install=libfm.install
 source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz
 0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
 md5sums=('f898c480b142b56471377ef3a2810f2d'
@@ -24,13 +24,13 @@
  '10ece6d3a98f1244a82929b7c7ceba2a')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
 
   patch -Np1 -i 
../0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-udisks \
@@ -38,11 +38,36 @@
   make
 }
 
-package() {
-  cd $pkgname-$pkgver
+package_libfm() {
+  depends+=('libfm-extra')
+  install=libfm.install
+
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
 
   # Temporary fix to FS#32361
   rm -rf $pkgdir/usr/include/libfm
   mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm
+
+  # Split libfm-extra
+  [[ -d $srcdir/libfm-extra ]]  rm -r $srcdir/libfm-extra/
+  mkdir $srcdir/libfm-extra
+  mv $pkgdir/usr/include/libfm/fm-{extra,version,xml-file}.h \
+ $pkgdir/usr/lib/libfm-extra.so* \
+ $pkgdir/usr/lib/pkgconfig/libfm-extra.pc \
+ $srcdir/libfm-extra/
 }
+
+package_libfm-extra() {
+  pkgdesc=Extra library for file management 
+  depends=('glib2')
+  replaces=()
+  provides=()
+  conflicts=()
+
+  cd $srcdir/libfm-extra
+  mkdir -p $pkgdir/usr/{include/libfm,lib/pkgconfig}
+  mv *.h $pkgdir/usr/include/libfm
+  mv libfm-extra.so* $pkgdir/usr/lib
+  mv libfm-extra.pc $pkgdir/usr/lib/pkgconfig
+}


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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 14:16:24
  Author: bgyorgy
Revision: 120352

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

Added:
  
libfm/repos/community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
(from rev 120351, 
libfm/trunk/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
  libfm/repos/community-i686/PKGBUILD
(from rev 120351, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 120351, libfm/trunk/libfm.install)
  
libfm/repos/community-x86_64/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
(from rev 120351, 
libfm/trunk/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 120351, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 120351, libfm/trunk/libfm.install)
Deleted:
  
libfm/repos/community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
  libfm/repos/community-i686/PKGBUILD
  libfm/repos/community-i686/libfm.install
  
libfm/repos/community-x86_64/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
  libfm/repos/community-x86_64/PKGBUILD
  libfm/repos/community-x86_64/libfm.install

+
 /0001-Fix-default-app-detection-in-App-chooser-combo-box.patch 
|   78 +
 /PKGBUILD  
|  146 ++
 /libfm.install 
|   28 +
 community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch   
|   39 --
 community-i686/PKGBUILD
|   48 ---
 community-i686/libfm.install   
|   14 
 community-x86_64/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch 
|   39 --
 community-x86_64/PKGBUILD  
|   48 ---
 community-x86_64/libfm.install 
|   14 
 9 files changed, 252 insertions(+), 202 deletions(-)

Deleted: 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
===
--- 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
2014-10-07 12:15:53 UTC (rev 120351)
+++ 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
2014-10-07 12:16:24 UTC (rev 120352)
@@ -1,39 +0,0 @@
-From 1a3f8dd076b119c685614ffe68a9cb732e2eeaee Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Mon, 6 Oct 2014 16:41:09 +0300
-Subject: [PATCH] Fix default app detection in App chooser combo box
-
-Beginning with glib = 2.41, g_app_info_get_all_for_type() no longer
-puts the default application in front of the list.
-
-So now we have to use g_app_info_get_default_for_type().

- src/gtk/fm-app-chooser-combo-box.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/gtk/fm-app-chooser-combo-box.c 
b/src/gtk/fm-app-chooser-combo-box.c
-index a9d544e..f8c5cb9 100644
 a/src/gtk/fm-app-chooser-combo-box.c
-+++ b/src/gtk/fm-app-chooser-combo-box.c
-@@ -179,8 +179,7 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- {
- data-mime_type = fm_mime_type_ref(mime_type);
- apps = 
g_app_info_get_all_for_type(fm_mime_type_get_type(data-mime_type));
--if(apps)
--sel = G_APP_INFO(apps-data); /* default app is the first one in 
the list. */
-+sel =  
g_app_info_get_default_for_type(fm_mime_type_get_type(data-mime_type), FALSE);
- }
- 
- for(l = apps; l; l = l-next)
-@@ -205,6 +204,8 @@ void fm_app_chooser_combo_box_setup(GtkComboBox* combo, 
FmMimeType* mime_type, G
- g_list_foreach(apps, (GFunc)g_object_unref, NULL);
- g_list_free(apps);
- }
-+if(sel)
-+g_object_unref(sel);
- }
- 
- gtk_list_store_append(store, it); /* separator */
--- 
-2.1.2
-

Copied: 
libfm/repos/community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
 (from rev 120351, 
libfm/trunk/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch)
===
--- 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
(rev 0)
+++ 
community-i686/0001-Fix-default-app-detection-in-App-chooser-combo-box.patch
2014-10-07 12:16:24 UTC (rev 120352)
@@ -0,0 +1,39 @@
+From 1a3f8dd076b119c685614ffe68a9cb732e2eeaee Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Mon, 6 Oct 2014 16:41:09 +0300
+Subject: [PATCH] Fix default app detection in App chooser combo box
+
+Beginning with glib = 2.41, 

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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 14:18:21
  Author: bgyorgy
Revision: 120353

upgpkg: menu-cache 0.7.0-1

Update to version 0.7.0

Modified:
  menu-cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 12:16:24 UTC (rev 120352)
+++ PKGBUILD2014-10-07 12:18:21 UTC (rev 120353)
@@ -4,22 +4,17 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=menu-cache
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Caching mechanism for freedesktop.org compliant menus'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
-depends=('glib2')
+depends=('libfm-extra')
 makedepends=('gtk-doc')
-source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
-md5sums=('696a345e500532a07f61863ed95565af')
+source=(http://downloads.sourceforge.net/lxde/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('515a69ab45bc9963e053756ab7e5b529')
 
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 14:19:51
  Author: bgyorgy
Revision: 120354

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

Added:
  menu-cache/repos/community-i686/PKGBUILD
(from rev 120353, menu-cache/trunk/PKGBUILD)
  menu-cache/repos/community-x86_64/PKGBUILD
(from rev 120353, menu-cache/trunk/PKGBUILD)
Deleted:
  menu-cache/repos/community-i686/PKGBUILD
  menu-cache/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-07 12:18:21 UTC (rev 120353)
+++ community-i686/PKGBUILD 2014-10-07 12:19:51 UTC (rev 120354)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('glib2')
-makedepends=('gtk-doc')
-source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
-md5sums=('696a345e500532a07f61863ed95565af')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-i686/PKGBUILD (from rev 120353, 
menu-cache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-07 12:19:51 UTC (rev 120354)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('libfm-extra')
+makedepends=('gtk-doc')
+source=(http://downloads.sourceforge.net/lxde/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('515a69ab45bc9963e053756ab7e5b529')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-07 12:18:21 UTC (rev 120353)
+++ community-x86_64/PKGBUILD   2014-10-07 12:19:51 UTC (rev 120354)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('glib2')
-makedepends=('gtk-doc')
-source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
-md5sums=('696a345e500532a07f61863ed95565af')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-x86_64/PKGBUILD (from rev 120353, 
menu-cache/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-07 12:19:51 UTC (rev 120354)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('libfm-extra')
+makedepends=('gtk-doc')
+source=(http://downloads.sourceforge.net/lxde/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('515a69ab45bc9963e053756ab7e5b529')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2014-10-07 Thread Felix Yan
Date: Tuesday, October 7, 2014 @ 14:37:38
  Author: fyan
Revision: 120359

upgpkg: bcloud 3.5.3-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 12:37:35 UTC (rev 120358)
+++ PKGBUILD2014-10-07 12:37:38 UTC (rev 120359)
@@ -7,8 +7,8 @@
 # This PKGBUILD released with the GPLv3 license
 
 pkgname=bcloud
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.3
+pkgrel=1
 pkgdesc='Baidu Pan client for Linux Desktop users'
 arch=('any')
 license=('GPL3')
@@ -18,7 +18,7 @@
 optdepends=('python-crypto: crypto support for password encryption')
 install=bcloud.install
 
source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b30b036c566a5e865c57679cfc7da136')
+md5sums=('913977da5cf2f277f1c9f867d353ea0f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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


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

2014-10-07 Thread Felix Yan
Date: Tuesday, October 7, 2014 @ 14:37:57
  Author: fyan
Revision: 120360

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +++
 bcloud.install |   24 ++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-07 12:37:38 UTC (rev 120359)
+++ PKGBUILD2014-10-07 12:37:57 UTC (rev 120360)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Contributor: MJsaka qiuxue...@gmail.com
-# Contributor: Firef0x Firefgx {at) gmail [dot} com
-# Copyright
-# This PKGBUILD released with the GPLv3 license
-
-pkgname=bcloud
-pkgver=3.5.1
-pkgrel=2
-pkgdesc='Baidu Pan client for Linux Desktop users'
-arch=('any')
-license=('GPL3')
-url=https://github.com/LiuLang/bcloud;
-depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
- 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
-optdepends=('python-crypto: crypto support for password encryption')
-install=bcloud.install
-source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b30b036c566a5e865c57679cfc7da136')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root=$pkgdir
-}

Copied: bcloud/repos/community-any/PKGBUILD (from rev 120359, 
bcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-07 12:37:57 UTC (rev 120360)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Contributor: MJsaka qiuxue...@gmail.com
+# Contributor: Firef0x Firefgx {at) gmail [dot} com
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url=https://github.com/LiuLang/bcloud;
+depends=('python' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
+ 'gnome-icon-theme-symbolic' 'python-lxml' 'python-cssselect')
+optdepends=('python-crypto: crypto support for password encryption')
+install=bcloud.install
+source=(https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('913977da5cf2f277f1c9f867d353ea0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root=$pkgdir
+}

Deleted: bcloud.install
===
--- bcloud.install  2014-10-07 12:37:38 UTC (rev 120359)
+++ bcloud.install  2014-10-07 12:37:57 UTC (rev 120360)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: bcloud/repos/community-any/bcloud.install (from rev 120359, 
bcloud/trunk/bcloud.install)
===
--- bcloud.install  (rev 0)
+++ bcloud.install  2014-10-07 12:37:57 UTC (rev 120360)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 15:53:07
  Author: tpowa
Revision: 223997

upgpkg: nvidia-340xx 340.46-3

rebuild against 3.16.4

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 12:37:20 UTC (rev 223996)
+++ PKGBUILD2014-10-07 13:53:07 UTC (rev 223997)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.46
 _extramodules=extramodules-3.16-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 15:57:21
  Author: tpowa
Revision: 223999

upgpkg: nvidia-340xx 340.46-4

rebuild against 3.17

Modified:
  nvidia-340xx/trunk/PKGBUILD
  nvidia-340xx/trunk/nvidia-340xx.install

--+
 PKGBUILD |8 
 nvidia-340xx.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 13:53:16 UTC (rev 223998)
+++ PKGBUILD2014-10-07 13:57:21 UTC (rev 223999)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-340xx
 pkgver=340.46
-_extramodules=extramodules-3.16-ARCH
-pkgrel=3
+_extramodules=extramodules-3.17-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
+depends=('linux=3.17' 'linux3.18' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
 conflicts=('nvidia')
 license=('custom')
 install=${pkgname}.install

Modified: nvidia-340xx.install
===
--- nvidia-340xx.install2014-10-07 13:53:16 UTC (rev 223998)
+++ nvidia-340xx.install2014-10-07 13:57:21 UTC (rev 223999)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.16-ARCH'
+EXTRAMODULES='extramodules-3.17-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 15:57:27
  Author: tpowa
Revision: 224000

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

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

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

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 223999, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-07 13:57:27 UTC (rev 224000)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.17-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 223999, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2014-10-07 13:57:27 UTC (rev 224000)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 223999, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-07 13:57:27 UTC (rev 224000)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.17-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.17' 'linux3.18' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  

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

2014-10-07 Thread Tobias Powalowski
Date: Tuesday, October 7, 2014 @ 15:53:16
  Author: tpowa
Revision: 223998

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 223997, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 223997, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 223997, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 223997, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install

---+
 /PKGBUILD |   96 
 /nvidia-340xx.install |   30 +++
 extra-i686/PKGBUILD   |   48 --
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   48 --
 extra-x86_64/nvidia-340xx.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-07 13:53:07 UTC (rev 223997)
+++ extra-i686/PKGBUILD 2014-10-07 13:53:16 UTC (rev 223998)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.46
-_extramodules=extramodules-3.16-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.16' 'linux-headers3.17')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
- 'bf40adc20ac9819b5f86cd91f6409e39')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 223997, 
nvidia-340xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-07 13:53:16 UTC (rev 223998)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.46
+_extramodules=extramodules-3.16-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.16' 'linux3.17' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.16' 'linux-headers3.17')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('7c70a15c53a97ed0bbec76e80bf53f05'
+ 'bf40adc20ac9819b5f86cd91f6409e39')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+

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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 17:33:44
  Author: foutrelis
Revision: 224001

upgpkg: libdvdnav 5.0.1-1

New upstream release.

Modified:
  libdvdnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 13:57:27 UTC (rev 224000)
+++ PKGBUILD2014-10-07 15:33:44 UTC (rev 224001)
@@ -4,7 +4,7 @@
 # contributor Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=libdvdnav
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc=The library for xine-dvdnav plugin.
 arch=('i686' 'x86_64')


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 17:33:55
  Author: foutrelis
Revision: 224002

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-07 15:33:44 UTC (rev 224001)
+++ extra-i686/PKGBUILD 2014-10-07 15:33:55 UTC (rev 224002)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan ar...@archlinux.org
-# contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdnav
-pkgver=5.0.0
-pkgrel=1
-pkgdesc=The library for xine-dvdnav plugin.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://dvdnav.mplayerhq.hu/;
-depends=('libdvdread')
-makedepends=('git')
-source=(git://git.videolan.org/libdvdnav.git#tag=$pkgver)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdnav/repos/extra-i686/PKGBUILD (from rev 224001, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-07 15:33:55 UTC (rev 224002)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan ar...@archlinux.org
+# contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdnav
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=The library for xine-dvdnav plugin.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://dvdnav.mplayerhq.hu/;
+depends=('libdvdread')
+makedepends=('git')
+source=(git://git.videolan.org/libdvdnav.git#tag=$pkgver)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-07 15:33:44 UTC (rev 224001)
+++ extra-x86_64/PKGBUILD   2014-10-07 15:33:55 UTC (rev 224002)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan ar...@archlinux.org
-# contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdnav
-pkgver=5.0.0
-pkgrel=1
-pkgdesc=The library for xine-dvdnav plugin.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://dvdnav.mplayerhq.hu/;
-depends=('libdvdread')
-makedepends=('git')
-source=(git://git.videolan.org/libdvdnav.git#tag=$pkgver)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}

Copied: libdvdnav/repos/extra-x86_64/PKGBUILD (from rev 224001, 
libdvdnav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-07 15:33:55 UTC (rev 224002)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan ar...@archlinux.org
+# contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdnav
+pkgver=5.0.1
+pkgrel=1
+pkgdesc=The library for xine-dvdnav plugin.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://dvdnav.mplayerhq.hu/;
+depends=('libdvdread')
+makedepends=('git')
+source=(git://git.videolan.org/libdvdnav.git#tag=$pkgver)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-07 Thread Felix Yan
Date: Tuesday, October 7, 2014 @ 17:46:46
  Author: fyan
Revision: 224003

upgpkg: python-chardet 2.3.0-1

Modified:
  python-chardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 15:33:55 UTC (rev 224002)
+++ PKGBUILD2014-10-07 15:46:46 UTC (rev 224003)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer : Felix Yan felixonm...@gmail.com
+# Maintainer : Felix Yan felixonm...@archlinux.org
 # Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgbase=python-chardet
 pkgname=('python-chardet' 'python2-chardet')
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 arch=('any')
 url=https://github.com/chardet/chardet;
 license=('LGPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/c/chardet/chardet-${pkgver}.tar.gz;)
-md5sums=('4a758402eaefd0331bdedc7ecb6f452c')
+md5sums=('25274d664ccb5130adae08047416e1a8')
 
 prepare() {
-   cp -r chardet-${pkgver} python2-chardet-${pkgver}
+   cp -a chardet-${pkgver} python2-chardet-${pkgver}
 }
 
 package_python-chardet() {
depends=('python')
pkgdesc=Python3 module for character encoding auto-detection
+
cd chardet-${pkgver}
python setup.py install --root=${pkgdir} --optimize=1
 }
@@ -28,6 +29,7 @@
 package_python2-chardet() {
depends=('python2')
pkgdesc=Python2 module for character encoding auto-detection
+
cd python2-chardet-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=1
 


[arch-commits] Commit in python-chardet/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-07 Thread Felix Yan
Date: Tuesday, October 7, 2014 @ 17:47:06
  Author: fyan
Revision: 224004

archrelease: copy trunk to extra-any

Added:
  python-chardet/repos/extra-any/PKGBUILD
(from rev 224003, python-chardet/trunk/PKGBUILD)
Deleted:
  python-chardet/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-07 15:46:46 UTC (rev 224003)
+++ PKGBUILD2014-10-07 15:47:06 UTC (rev 224004)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=python-chardet
-pkgname=('python-chardet' 'python2-chardet')
-pkgver=2.2.1
-pkgrel=2
-arch=('any')
-url=https://github.com/chardet/chardet;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/c/chardet/chardet-${pkgver}.tar.gz;)
-md5sums=('4a758402eaefd0331bdedc7ecb6f452c')
-
-prepare() {
-   cp -r chardet-${pkgver} python2-chardet-${pkgver}
-}
-
-package_python-chardet() {
-   depends=('python')
-   pkgdesc=Python3 module for character encoding auto-detection
-   cd chardet-${pkgver}
-   python setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-chardet() {
-   depends=('python2')
-   pkgdesc=Python2 module for character encoding auto-detection
-   cd python2-chardet-${pkgver}
-   python2 setup.py install --root=${pkgdir} --optimize=1
-
-   # To avoid file conflict with the python3 version
-   mv $pkgdir/usr/bin/chardetect $pkgdir/usr/bin/chardetect-py2
-}

Copied: python-chardet/repos/extra-any/PKGBUILD (from rev 224003, 
python-chardet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-07 15:47:06 UTC (rev 224004)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-chardet
+pkgname=('python-chardet' 'python2-chardet')
+pkgver=2.3.0
+pkgrel=1
+arch=('any')
+url=https://github.com/chardet/chardet;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/c/chardet/chardet-${pkgver}.tar.gz;)
+md5sums=('25274d664ccb5130adae08047416e1a8')
+
+prepare() {
+   cp -a chardet-${pkgver} python2-chardet-${pkgver}
+}
+
+package_python-chardet() {
+   depends=('python')
+   pkgdesc=Python3 module for character encoding auto-detection
+
+   cd chardet-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-chardet() {
+   depends=('python2')
+   pkgdesc=Python2 module for character encoding auto-detection
+
+   cd python2-chardet-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=1
+
+   # To avoid file conflict with the python3 version
+   mv $pkgdir/usr/bin/chardetect $pkgdir/usr/bin/chardetect-py2
+}


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

2014-10-07 Thread Sergej Pupykin
Date: Tuesday, October 7, 2014 @ 18:02:55
  Author: spupykin
Revision: 120361

upgpkg: pptpd 1.3.4-15

upd

Modified:
  pptpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 12:37:57 UTC (rev 120360)
+++ PKGBUILD2014-10-07 16:02:55 UTC (rev 120361)
@@ -3,7 +3,7 @@
 
 pkgname=pptpd
 pkgver=1.3.4
-pkgrel=14
+pkgrel=15
 pkgdesc=Poptop server
 arch=(i686 x86_64)
 url=http://poptop.sourceforge.net/;


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

2014-10-07 Thread Sergej Pupykin
Date: Tuesday, October 7, 2014 @ 18:03:13
  Author: spupykin
Revision: 120362

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

Added:
  pptpd/repos/community-i686/ChangeLog
(from rev 120361, pptpd/trunk/ChangeLog)
  pptpd/repos/community-i686/PKGBUILD
(from rev 120361, pptpd/trunk/PKGBUILD)
  pptpd/repos/community-i686/pptpd.service
(from rev 120361, pptpd/trunk/pptpd.service)
  pptpd/repos/community-i686/unrecognized-opt.patch
(from rev 120361, pptpd/trunk/unrecognized-opt.patch)
  pptpd/repos/community-x86_64/ChangeLog
(from rev 120361, pptpd/trunk/ChangeLog)
  pptpd/repos/community-x86_64/PKGBUILD
(from rev 120361, pptpd/trunk/PKGBUILD)
  pptpd/repos/community-x86_64/pptpd.service
(from rev 120361, pptpd/trunk/pptpd.service)
  pptpd/repos/community-x86_64/unrecognized-opt.patch
(from rev 120361, pptpd/trunk/unrecognized-opt.patch)
Deleted:
  pptpd/repos/community-i686/ChangeLog
  pptpd/repos/community-i686/PKGBUILD
  pptpd/repos/community-i686/pptpd.service
  pptpd/repos/community-i686/unrecognized-opt.patch
  pptpd/repos/community-x86_64/ChangeLog
  pptpd/repos/community-x86_64/PKGBUILD
  pptpd/repos/community-x86_64/pptpd.service
  pptpd/repos/community-x86_64/unrecognized-opt.patch

-+
 /ChangeLog  |6 +
 /PKGBUILD   |   98 ++
 /pptpd.service  |   20 ++
 /unrecognized-opt.patch |   26 +++
 community-i686/ChangeLog|3 
 community-i686/PKGBUILD |   49 ---
 community-i686/pptpd.service|   10 ---
 community-i686/unrecognized-opt.patch   |   13 ---
 community-x86_64/ChangeLog  |3 
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/pptpd.service  |   10 ---
 community-x86_64/unrecognized-opt.patch |   13 ---
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-10-07 16:02:55 UTC (rev 120361)
+++ community-i686/ChangeLog2014-10-07 16:03:13 UTC (rev 120362)
@@ -1,3 +0,0 @@
-2007-06-29 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Added autoreconf to help with proper installation of libs

Copied: pptpd/repos/community-i686/ChangeLog (from rev 120361, 
pptpd/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-10-07 16:03:13 UTC (rev 120362)
@@ -0,0 +1,3 @@
+2007-06-29 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Added autoreconf to help with proper installation of libs

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-07 16:02:55 UTC (rev 120361)
+++ community-i686/PKGBUILD 2014-10-07 16:03:13 UTC (rev 120362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=pptpd
-pkgver=1.3.4
-pkgrel=14
-pkgdesc=Poptop server
-arch=(i686 x86_64)
-url=http://poptop.sourceforge.net/;
-license=('GPL')
-depends=(ppp glibc)
-backup=(etc/pptpd.conf)
-source=(http://downloads.sourceforge.net/sourceforge/poptop/pptpd-$pkgver.tar.gz
-   pptpd.service
-   unrecognized-opt.patch)
-md5sums=('b38df9c431041922c997c1148bedf591'
- 'f17df2a137282adbd04c75dd25784a9c'
- 'cfa02c86d0413eb94fac15599986f54c')
-
-build() {
-  local _pppver=`pacman -Q ppp`
-  _pppver=${_pppver%-*}
-  _pppver=${_pppver#ppp }
-
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/unrecognized-opt.patch
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.in
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib \
---sbindir=/usr/bin \
---exec-prefix=/usr \
---mandir=/usr/share/man
-  sed -i s|#define VERSION.*|#define VERSION \${_pppver}\| 
plugins/patchlevel.h
-  make
-  sed -i 's|install -o root|install|g' plugins/Makefile
-  sed -i 's|?=|=|g' plugins/Makefile
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/etc/
-  echo -e # Read man pptpd.conf, see samples in /usr/share/doc/pptpd\n# and 
write your pptpd configuration here $pkgdir/etc/pptpd.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mkdir -p $pkgdir/usr/share/doc/pptpd
-  cp -a samples $pkgdir/usr/share/doc/pptpd/
-}

Copied: pptpd/repos/community-i686/PKGBUILD (from rev 120361, 
pptpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-07 16:03:13 UTC (rev 120362)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+

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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:16:28
  Author: foutrelis
Revision: 224005

upgpkg: vte3 0.38.0-2

Move etc/profile.d/vte.sh into vte-common.

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 15:47:06 UTC (rev 224004)
+++ PKGBUILD2014-10-07 17:16:28 UTC (rev 224005)
@@ -4,7 +4,7 @@
 pkgbase=vte3
 pkgname=(vte3 vte-common)
 pkgver=0.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -29,6 +29,7 @@
   make DESTDIR=$pkgdir install
 
   rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
 }
 
 package_vte-common() {
@@ -37,4 +38,5 @@
   cd vte-$pkgver
 
   make -C gnome-pty-helper DESTDIR=$pkgdir install
+  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
 }


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:16:44
  Author: foutrelis
Revision: 224006

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

Added:
  vte3/repos/testing-i686/PKGBUILD
(from rev 224005, vte3/trunk/PKGBUILD)
  vte3/repos/testing-x86_64/PKGBUILD
(from rev 224005, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/testing-i686/PKGBUILD
  vte3/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   84 ++
 testing-i686/PKGBUILD   |   40 -
 testing-x86_64/PKGBUILD |   40 -
 3 files changed, 84 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-07 17:16:28 UTC (rev 224005)
+++ testing-i686/PKGBUILD   2014-10-07 17:16:44 UTC (rev 224006)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.38.0
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('5cfff28dc9364e82f51293796d541c9229299766283283da06c3d82b6d178fd2')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-}

Copied: vte3/repos/testing-i686/PKGBUILD (from rev 224005, vte3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-07 17:16:44 UTC (rev 224006)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.38.0
+pkgrel=2
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('5cfff28dc9364e82f51293796d541c9229299766283283da06c3d82b6d178fd2')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-07 17:16:28 UTC (rev 224005)
+++ testing-x86_64/PKGBUILD 2014-10-07 17:16:44 UTC (rev 224006)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.38.0
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('5cfff28dc9364e82f51293796d541c9229299766283283da06c3d82b6d178fd2')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-}

Copied: vte3/repos/testing-x86_64/PKGBUILD (from rev 224005, 
vte3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-07 17:16:44 UTC 

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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:34:09
  Author: foutrelis
Revision: 224007

Add package: vte290

Added:
  vte290/
  vte290/repos/
  vte290/trunk/
  vte290/trunk/PKGBUILD

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

Added: vte290/trunk/PKGBUILD
===
--- vte290/trunk/PKGBUILD   (rev 0)
+++ vte290/trunk/PKGBUILD   2014-10-07 17:34:09 UTC (rev 224007)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+# This is a transitional package which will hopefully go away in a few months;
+# we're waiting for the following software to be ported to the vte-2.91 API:
+#
+# roxterm  http://sourceforge.net/p/roxterm/bugs/107/
+# sakura   https://bugs.launchpad.net/sakura/+bug/1337962
+# tildahttps://github.com/lanoxx/tilda/issues/94
+
+pkgname=vte290
+pkgver=0.36.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('LGPL')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd $srcdir/vte-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/vte \
+--localstatedir=/var \
+--disable-static \
+--enable-introspection
+  make
+}
+
+package(){
+  cd $srcdir/vte-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Files below are provided by vte-common
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:37:22
  Author: foutrelis
Revision: 224008

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

Added:
  vte290/repos/testing-i686/
  vte290/repos/testing-i686/PKGBUILD
(from rev 224007, vte290/trunk/PKGBUILD)
  vte290/repos/testing-x86_64/
  vte290/repos/testing-x86_64/PKGBUILD
(from rev 224007, vte290/trunk/PKGBUILD)

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

Copied: vte290/repos/testing-i686/PKGBUILD (from rev 224007, 
vte290/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-07 17:37:22 UTC (rev 224008)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+# This is a transitional package which will hopefully go away in a few months;
+# we're waiting for the following software to be ported to the vte-2.91 API:
+#
+# roxterm  http://sourceforge.net/p/roxterm/bugs/107/
+# sakura   https://bugs.launchpad.net/sakura/+bug/1337962
+# tildahttps://github.com/lanoxx/tilda/issues/94
+
+pkgname=vte290
+pkgver=0.36.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('LGPL')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd $srcdir/vte-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/vte \
+--localstatedir=/var \
+--disable-static \
+--enable-introspection
+  make
+}
+
+package(){
+  cd $srcdir/vte-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Files below are provided by vte-common
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vte290/repos/testing-x86_64/PKGBUILD (from rev 224007, 
vte290/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-07 17:37:22 UTC (rev 224008)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+# This is a transitional package which will hopefully go away in a few months;
+# we're waiting for the following software to be ported to the vte-2.91 API:
+#
+# roxterm  http://sourceforge.net/p/roxterm/bugs/107/
+# sakura   https://bugs.launchpad.net/sakura/+bug/1337962
+# tildahttps://github.com/lanoxx/tilda/issues/94
+
+pkgname=vte290
+pkgver=0.36.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('LGPL')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd $srcdir/vte-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/vte \
+--localstatedir=/var \
+--disable-static \
+--enable-introspection
+  make
+}
+
+package(){
+  cd $srcdir/vte-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Files below are provided by vte-common
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:44:31
  Author: foutrelis
Revision: 120363

upgpkg: sakura 3.1.5-1

- New upstream release.
- Build against vte290.

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 16:03:13 UTC (rev 120362)
+++ PKGBUILD2014-10-07 17:44:31 UTC (rev 120363)
@@ -3,17 +3,17 @@
 # Contributor: Dmitry N. Shilov stormbl...@land.ru
 
 pkgname=sakura
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc=A terminal emulator based on GTK and VTE
 arch=('i686' 'x86_64')
 url=https://launchpad.net/sakura;
 license=('GPL')
-depends=('vte3' 'libxft' 'desktop-file-utils')
+depends=('vte290' 'libxft' 'desktop-file-utils')
 makedepends=('cmake')
 
source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 install=sakura.install
-sha1sums=('b430c918bbf1f494076350d4e09a870333783425')
+sha1sums=('a3b5062b6bee7293f47fc14d6ef9730004df8aeb')
 
 prepare() {
   cd $srcdir/${pkgname}-${pkgver}


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:44:45
  Author: foutrelis
Revision: 120364

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

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

-+
 community-testing-i686/PKGBUILD |   40 ++
 community-testing-i686/sakura.install   |   12 +
 community-testing-x86_64/PKGBUILD   |   40 ++
 community-testing-x86_64/sakura.install |   12 +
 4 files changed, 104 insertions(+)

Copied: sakura/repos/community-testing-i686/PKGBUILD (from rev 120363, 
sakura/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-07 17:44:45 UTC (rev 120364)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.1.5
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte290' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('a3b5062b6bee7293f47fc14d6ef9730004df8aeb')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}

Copied: sakura/repos/community-testing-i686/sakura.install (from rev 120363, 
sakura/trunk/sakura.install)
===
--- community-testing-i686/sakura.install   (rev 0)
+++ community-testing-i686/sakura.install   2014-10-07 17:44:45 UTC (rev 
120364)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+

Copied: sakura/repos/community-testing-x86_64/PKGBUILD (from rev 120363, 
sakura/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-07 17:44:45 UTC (rev 120364)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.1.5
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte290' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('a3b5062b6bee7293f47fc14d6ef9730004df8aeb')
+
+prepare() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+}
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}

Copied: sakura/repos/community-testing-x86_64/sakura.install (from rev 120363, 
sakura/trunk/sakura.install)
===
--- community-testing-x86_64/sakura.install (rev 0)
+++ 

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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:48:12
  Author: foutrelis
Revision: 120365

upgpkg: tilda 1.1.13-2

Build against vte290.

Modified:
  tilda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 17:44:45 UTC (rev 120364)
+++ PKGBUILD2014-10-07 17:48:12 UTC (rev 120365)
@@ -5,12 +5,12 @@
 
 pkgname=tilda
 pkgver=1.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc=A Gtk based drop down terminal for Linux and Unix
 arch=('i686' 'x86_64')
 url=https://github.com/lanoxx/tilda;
 license=('GPL')
-depends=('vte3' 'confuse')
+depends=('vte290' 'confuse')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
 sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:48:26
  Author: foutrelis
Revision: 120366

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

Added:
  tilda/repos/community-testing-i686/
  tilda/repos/community-testing-i686/PKGBUILD
(from rev 120365, tilda/trunk/PKGBUILD)
  tilda/repos/community-testing-i686/tilda.changelog
(from rev 120365, tilda/trunk/tilda.changelog)
  tilda/repos/community-testing-x86_64/
  tilda/repos/community-testing-x86_64/PKGBUILD
(from rev 120365, tilda/trunk/PKGBUILD)
  tilda/repos/community-testing-x86_64/tilda.changelog
(from rev 120365, tilda/trunk/tilda.changelog)

--+
 community-testing-i686/PKGBUILD  |   33 
 community-testing-i686/tilda.changelog   |   34 +
 community-testing-x86_64/PKGBUILD|   33 
 community-testing-x86_64/tilda.changelog |   34 +
 4 files changed, 134 insertions(+)

Copied: tilda/repos/community-testing-i686/PKGBUILD (from rev 120365, 
tilda/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-07 17:48:26 UTC (rev 120366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=2
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Copied: tilda/repos/community-testing-i686/tilda.changelog (from rev 120365, 
tilda/trunk/tilda.changelog)
===
--- community-testing-i686/tilda.changelog  (rev 0)
+++ community-testing-i686/tilda.changelog  2014-10-07 17:48:26 UTC (rev 
120366)
@@ -0,0 +1,34 @@
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+ 2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated to newer version - 0.9.5
+

Copied: tilda/repos/community-testing-x86_64/PKGBUILD (from rev 120365, 
tilda/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-07 17:48:26 UTC (rev 120366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=2
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Copied: tilda/repos/community-testing-x86_64/tilda.changelog (from rev 120365, 
tilda/trunk/tilda.changelog)
===
--- community-testing-x86_64/tilda.changelog  

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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:59:17
  Author: foutrelis
Revision: 120368

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

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

--+
 community-testing-i686/PKGBUILD  |   37 +
 community-testing-i686/roxterm.install   |   11 
 community-testing-x86_64/PKGBUILD|   37 +
 community-testing-x86_64/roxterm.install |   11 
 4 files changed, 96 insertions(+)

Copied: roxterm/repos/community-testing-i686/PKGBUILD (from rev 120367, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
+
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
+md5sums=('b42d62ce0c71665f87bc734107d0'
+ 'SKIP')
+sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
+  'SKIP')
+
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-i686/roxterm.install (from rev 120367, 
roxterm/trunk/roxterm.install)
===
--- community-testing-i686/roxterm.install  (rev 0)
+++ community-testing-i686/roxterm.install  2014-10-07 17:59:17 UTC (rev 
120368)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: roxterm/repos/community-testing-x86_64/PKGBUILD (from rev 120367, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
+
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
+md5sums=('b42d62ce0c71665f87bc734107d0'
+ 'SKIP')
+sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
+  'SKIP')
+
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-x86_64/roxterm.install (from rev 
120367, roxterm/trunk/roxterm.install)
===
--- community-testing-x86_64/roxterm.install(rev 0)
+++ community-testing-x86_64/roxterm.install2014-10-07 17:59:17 UTC (rev 
120368)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:59:08
  Author: foutrelis
Revision: 120367

upgpkg: roxterm 2.9.3-2

Build against vte290.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 17:48:26 UTC (rev 120366)
+++ PKGBUILD2014-10-07 17:59:08 UTC (rev 120367)
@@ -4,12 +4,12 @@
 
 pkgname=roxterm
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
 url='http://roxterm.sourceforge.net/'
 license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
 makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;


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

2014-10-07 Thread Andrea Scarpino
Date: Tuesday, October 7, 2014 @ 20:45:39
  Author: andrea
Revision: 224009

upgpkg: kdebase-runtime 4.14.1-4

kdelibs rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 17:37:22 UTC (rev 224008)
+++ PKGBUILD2014-10-07 18:45:39 UTC (rev 224009)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'


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

2014-10-07 Thread Andrea Scarpino
Date: Tuesday, October 7, 2014 @ 20:45:46
  Author: andrea
Revision: 224010

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 224009, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 224009, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 224009, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 224009, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /PKGBUILD|  106 +
 /kdebase-runtime.install |   26 
 extra-i686/PKGBUILD  |   53 
 extra-i686/kdebase-runtime.install   |   13 
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/kdebase-runtime.install |   13 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-07 18:45:39 UTC (rev 224009)
+++ extra-i686/PKGBUILD 2014-10-07 18:45:46 UTC (rev 224010)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.14.1
-pkgrel=3
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager' 'boost')
-optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-provides=('khelpcenter' 'notification-daemon')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 224009, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-07 18:45:46 UTC (rev 224010)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.14.1
+pkgrel=4
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+provides=('khelpcenter' 'notification-daemon')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install

[arch-commits] Commit in (60 files)

2014-10-07 Thread Andrea Scarpino
Date: Tuesday, October 7, 2014 @ 20:49:39
  Author: andrea
Revision: 224011

KF 5.3.0

Modified:
  attica-qt5/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-frameworks/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD

---+
 attica-qt5/trunk/PKGBUILD |6 +++---
 extra-cmake-modules/trunk/PKGBUILD|6 +++---
 frameworkintegration/trunk/PKGBUILD   |6 +++---
 kactivities-frameworks/trunk/PKGBUILD |6 +++---
 kapidox/trunk/PKGBUILD|4 ++--
 karchive/trunk/PKGBUILD   |6 +++---
 kauth/trunk/PKGBUILD  |6 +++---
 kbookmarks/trunk/PKGBUILD |6 +++---
 kcmutils/trunk/PKGBUILD   |6 +++---
 kcodecs/trunk/PKGBUILD|6 +++---
 kcompletion/trunk/PKGBUILD|6 +++---
 kconfig/trunk/PKGBUILD|6 +++---
 kconfigwidgets/trunk/PKGBUILD |6 +++---
 kcoreaddons/trunk/PKGBUILD|6 +++---
 kcrash/trunk/PKGBUILD |6 +++---
 kdbusaddons/trunk/PKGBUILD|6 +++---
 kdeclarative/trunk/PKGBUILD   |6 +++---
 kded/trunk/PKGBUILD   |4 ++--
 kdelibs4support/trunk/PKGBUILD|6 +++---
 kdesignerplugin/trunk/PKGBUILD|6 +++---
 kdesu/trunk/PKGBUILD  |6 +++---
 kdewebkit/trunk/PKGBUILD  |6 +++---
 kdnssd/trunk/PKGBUILD |6 +++---
 kdoctools/trunk/PKGBUILD  |4 ++--
 kemoticons/trunk/PKGBUILD |6 +++---
 kglobalaccel/trunk/PKGBUILD   |6 +++---
 kguiaddons/trunk/PKGBUILD |6 +++---
 khtml/trunk/PKGBUILD  |6 +++---
 ki18n/trunk/PKGBUILD  |6 +++---
 kiconthemes/trunk/PKGBUILD|6 +++---
 kidletime/trunk/PKGBUILD  |6 +++---
 kimageformats/trunk/PKGBUILD  |6 +++---
 kinit/trunk/PKGBUILD  |6 +++---
 kio/trunk/PKGBUILD|6 +++---
 kitemmodels/trunk/PKGBUILD|6 +++---
 kitemviews/trunk/PKGBUILD |6 +++---
 kjobwidgets/trunk/PKGBUILD|6 +++---
 kjs/trunk/PKGBUILD|6 +++---
 kjsembed/trunk/PKGBUILD   |6 +++---
 kmediaplayer/trunk/PKGBUILD   |4 ++--
 knewstuff/trunk/PKGBUILD  |6 +++---
 knotifications/trunk/PKGBUILD |6 +++---
 knotifyconfig/trunk/PKGBUILD  |6 +++---
 kparts/trunk/PKGBUILD |6 +++---
 kplotting/trunk/PKGBUILD  |6 +++---
 kpty/trunk/PKGBUILD   |6 +++---
 kross/trunk/PKGBUILD  |6 +++---
 krunner/trunk/PKGBUILD|6 +++---
 kservice/trunk/PKGBUILD   |6 +++---
 ktexteditor/trunk/PKGBUILD|6 +++---
 ktextwidgets/trunk/PKGBUILD   |6 +++---
 kunitconversion/trunk/PKGBUILD|6 +++---
 kwallet/trunk/PKGBUILD|6 +++---
 kwidgetsaddons/trunk/PKGBUILD |6 +++---
 kwindowsystem/trunk/PKGBUILD  |6 +++---
 kxmlgui/trunk/PKGBUILD|6 +++---
 plasma-framework/trunk/PKGBUILD   |4 ++--
 solid/trunk/PKGBUILD  |6 +++---
 sonnet/trunk/PKGBUILD |6 +++---
 threadweaver/trunk/PKGBUILD   |6 +++---
 60 files changed, 175 

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

2014-10-07 Thread Jonathan Steel
Date: Tuesday, October 7, 2014 @ 21:12:35
  Author: jsteel
Revision: 120370

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

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

-+
 /PKGBUILD   |   62 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   31 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-07 19:12:08 UTC (rev 120369)
+++ community-i686/PKGBUILD 2014-10-07 19:12:35 UTC (rev 120370)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=4.1
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('a59a832b8d12f3ea37c1b60ac500fe61')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 120369, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-07 19:12:35 UTC (rev 120370)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Renato Garcia fgarcia.ren...@gmail.com
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=stella
+pkgver=4.1.1
+pkgrel=1
+pkgdesc=A multi-platform Atari 2600 VCS emulator
+arch=('i686' 'x86_64')
+url=http://stella.sourceforge.net;
+license=('GPL')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('7657378ea7a9fe7e0aa2e5eb759e9067')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2014-10-07 19:12:08 UTC (rev 120369)
+++ community-i686/stella.install   2014-10-07 19:12:35 UTC (rev 120370)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 120369, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2014-10-07 19:12:35 UTC (rev 120370)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-07 19:12:08 UTC (rev 120369)
+++ community-x86_64/PKGBUILD   2014-10-07 19:12:35 UTC (rev 120370)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Renato Garcia fgarcia.ren...@gmail.com
-# Contributor: Tiago Camargo tcama...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=stella
-pkgver=4.1
-pkgrel=1
-pkgdesc=A multi-platform Atari 2600 VCS emulator
-arch=('i686' 'x86_64')
-url=http://stella.sourceforge.net;
-license=('GPL')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)

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

2014-10-07 Thread Jonathan Steel
Date: Tuesday, October 7, 2014 @ 21:12:08
  Author: jsteel
Revision: 120369

upgpkg: stella 4.1.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 17:59:17 UTC (rev 120368)
+++ PKGBUILD2014-10-07 19:12:08 UTC (rev 120369)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=stella
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc=A multi-platform Atari 2600 VCS emulator
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('glu')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('a59a832b8d12f3ea37c1b60ac500fe61')
+md5sums=('7657378ea7a9fe7e0aa2e5eb759e9067')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-07 Thread Jonathan Steel
Date: Tuesday, October 7, 2014 @ 22:26:42
  Author: jsteel
Revision: 120371

upgpkg: gnubg 1.03.001-1

Modified:
  gnubg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 19:12:35 UTC (rev 120370)
+++ PKGBUILD2014-10-07 20:26:42 UTC (rev 120371)
@@ -1,9 +1,9 @@
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Stefan Clarke fm0n...@yahoo.co.uk
 
 pkgname=gnubg
-pkgver=1.03.000
+pkgver=1.03.001
 pkgrel=1
 pkgdesc=A world class backgammon application
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
 $pkgname.desktop)
-md5sums=('8447449769e545240bfe4c98c4c26ac1'
+md5sums=('9b04110dcee6eb1297d2d11992525737'
  '965f5c7c25f60b27d06cc6fef7befd30')
 
 build() {


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

2014-10-07 Thread Jonathan Steel
Date: Tuesday, October 7, 2014 @ 22:27:01
  Author: jsteel
Revision: 120372

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

Added:
  gnubg/repos/community-i686/PKGBUILD
(from rev 120371, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/gnubg.desktop
(from rev 120371, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-i686/gnubg.install
(from rev 120371, gnubg/trunk/gnubg.install)
  gnubg/repos/community-x86_64/PKGBUILD
(from rev 120371, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/gnubg.desktop
(from rev 120371, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/gnubg.install
(from rev 120371, gnubg/trunk/gnubg.install)
Deleted:
  gnubg/repos/community-i686/PKGBUILD
  gnubg/repos/community-i686/gnubg.desktop
  gnubg/repos/community-i686/gnubg.install
  gnubg/repos/community-x86_64/PKGBUILD
  gnubg/repos/community-x86_64/gnubg.desktop
  gnubg/repos/community-x86_64/gnubg.install

+
 /PKGBUILD  |   74 +++
 /gnubg.desktop |   38 
 /gnubg.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/gnubg.desktop   |   19 --
 community-i686/gnubg.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/gnubg.desktop |   19 --
 community-x86_64/gnubg.install |   11 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-07 20:26:42 UTC (rev 120371)
+++ community-i686/PKGBUILD 2014-10-07 20:27:01 UTC (rev 120372)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
-
-pkgname=gnubg
-pkgver=1.03.000
-pkgrel=1
-pkgdesc=A world class backgammon application
-arch=('i686' 'x86_64')
-url=http://www.gnubg.org;
-license=('GPL')
-depends=('python2' 'gtkglext' 'hicolor-icon-theme')
-install=$pkgname.install
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-$pkgname.desktop)
-md5sums=('8447449769e545240bfe4c98c4c26ac1'
- '965f5c7c25f60b27d06cc6fef7befd30')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
---mandir=/usr/share/man --enable-simd=sse2
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 120371, 
gnubg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-07 20:27:01 UTC (rev 120372)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
+
+pkgname=gnubg
+pkgver=1.03.001
+pkgrel=1
+pkgdesc=A world class backgammon application
+arch=('i686' 'x86_64')
+url=http://www.gnubg.org;
+license=('GPL')
+depends=('python2' 'gtkglext' 'hicolor-icon-theme')
+install=$pkgname.install
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+$pkgname.desktop)
+md5sums=('9b04110dcee6eb1297d2d11992525737'
+ '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+--mandir=/usr/share/man --enable-simd=sse2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/gnubg.desktop
===
--- community-i686/gnubg.desktop2014-10-07 20:26:42 UTC (rev 120371)
+++ community-i686/gnubg.desktop2014-10-07 20:27:01 UTC (rev 120372)
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Name=GNU Backgammon
-Name[hr]=GNU Tavla
-Name[ru]=GNU  Нарды
-Name[sr]=ГНУ Тавла
-GenericName=Backgammon
-GenericName[hr]=Tavla
-GenericName[ru]=Нарды
-GenericName[sr]=Тавла
-Comment=GNU Backgammon
-Comment[hr]=GNU Tavla
-Comment[ru]=GNU Короткие нарды
-Comment[sr]=GNU Тавла
-Exec=gnubg
-Icon=gnubg
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Game;StrategyGame;

Copied: gnubg/repos/community-i686/gnubg.desktop (from rev 120371, 
gnubg/trunk/gnubg.desktop)
===
--- community-i686/gnubg.desktop(rev 0)
+++ community-i686/gnubg.desktop2014-10-07 

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

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 22:56:28
  Author: bgyorgy
Revision: 120374

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

Added:
  lxsession/repos/community-testing-i686/
  lxsession/repos/community-testing-i686/PKGBUILD
(from rev 120373, lxsession/trunk/PKGBUILD)
  lxsession/repos/community-testing-i686/fix-lxpolkit.patch
(from rev 120373, lxsession/trunk/fix-lxpolkit.patch)
  lxsession/repos/community-testing-i686/fix-lxsession-db.patch
(from rev 120373, lxsession/trunk/fix-lxsession-db.patch)
  lxsession/repos/community-testing-i686/fix-lxsession-edit.patch
(from rev 120373, lxsession/trunk/fix-lxsession-edit.patch)
  lxsession/repos/community-testing-i686/fix-userswitch.patch
(from rev 120373, lxsession/trunk/fix-userswitch.patch)
  lxsession/repos/community-testing-x86_64/
  lxsession/repos/community-testing-x86_64/PKGBUILD
(from rev 120373, lxsession/trunk/PKGBUILD)
  lxsession/repos/community-testing-x86_64/fix-lxpolkit.patch
(from rev 120373, lxsession/trunk/fix-lxpolkit.patch)
  lxsession/repos/community-testing-x86_64/fix-lxsession-db.patch
(from rev 120373, lxsession/trunk/fix-lxsession-db.patch)
  lxsession/repos/community-testing-x86_64/fix-lxsession-edit.patch
(from rev 120373, lxsession/trunk/fix-lxsession-edit.patch)
  lxsession/repos/community-testing-x86_64/fix-userswitch.patch
(from rev 120373, lxsession/trunk/fix-userswitch.patch)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/fix-lxpolkit.patch |   18 ++
 community-testing-i686/fix-lxsession-db.patch |   42 ++
 community-testing-i686/fix-lxsession-edit.patch   |   24 
 community-testing-i686/fix-userswitch.patch   |   35 +++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/fix-lxpolkit.patch   |   18 ++
 community-testing-x86_64/fix-lxsession-db.patch   |   42 ++
 community-testing-x86_64/fix-lxsession-edit.patch |   24 
 community-testing-x86_64/fix-userswitch.patch |   35 +++
 10 files changed, 356 insertions(+)

Copied: lxsession/repos/community-testing-i686/PKGBUILD (from rev 120373, 
lxsession/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-07 20:56:28 UTC (rev 120374)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxsession
+pkgver=0.5.0
+pkgrel=1
+epoch=1
+pkgdesc='Lightweight X11 session manager'
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL2')
+groups=('lxde')
+depends=('gtk2' 'dbus-glib' 'polkit')
+makedepends=('intltool' 'docbook-xsl' 'vala')
+replaces=('lxpolkit' 'lxsession-lite' 'lxde-settings-daemon')
+conflicts=('lxpolkit' 'lxsession-lite' 'lxde-settings-daemon')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
+fix-lxsession-db.patch
+fix-lxsession-edit.patch
+fix-userswitch.patch
+fix-lxpolkit.patch)
+md5sums=('6ef8b1487e60376e2381b2dec9c94734'
+ '289040c2789f429e73af946295e4d3f5'
+ '3dd128815be533b406353af0fec6081c'
+ 'f2d40d5c9ff1ea740463a2cecc6bd9a0'
+ '71adf77e5b9ba82a29ba448a4f5aa1d6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # lxsession-db: Don't hang when MIME folders are not available.
+  # https://sourceforge.net/p/lxde/patches/479/
+  patch -Np1 -i ../fix-lxsession-db.patch
+
+  # lxsession-edit: Fix segfault on exit when kf is not set.
+  # https://sourceforge.net/p/lxde/patches/480/
+  patch -Np1 -i ../fix-lxsession-edit.patch
+
+  # lxsession-logout: Fix user switch with LightDM when GDM is installed.
+  # https://sourceforge.net/p/lxde/patches/481/
+  patch -Np1 -i ../fix-userswitch.patch
+
+  # Set lxpolkit by default, so lxsession will autostart it on login.
+  # https://sourceforge.net/p/lxde/patches/478/
+  patch -Np1 -i ../fix-lxpolkit.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+}

Copied: lxsession/repos/community-testing-i686/fix-lxpolkit.patch (from rev 
120373, lxsession/trunk/fix-lxpolkit.patch)
===
--- community-testing-i686/fix-lxpolkit.patch   (rev 0)
+++ community-testing-i686/fix-lxpolkit.patch   2014-10-07 20:56:28 UTC (rev 
120374)
@@ -0,0 +1,18 @@
+commit a9f032312f8c1254b00840dd084e241c964897ea
+Author: Balló György ballog...@gmail.com
+Date:   Tue Oct 7 21:19:52 2014 +0200
+
+Set lxpolkit by default, so lxsession will autostart it 

[arch-commits] Commit in lxsession/trunk (6 files)

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 22:56:18
  Author: bgyorgy
Revision: 120373

upgpkg: lxsession 1:0.5.0-1

Update to version 0.5.0

Added:
  lxsession/trunk/fix-lxpolkit.patch
  lxsession/trunk/fix-lxsession-db.patch
  lxsession/trunk/fix-lxsession-edit.patch
  lxsession/trunk/fix-userswitch.patch
Modified:
  lxsession/trunk/PKGBUILD
Deleted:
  lxsession/trunk/lxsession-0.4.6.1-logind-support.patch

+
 PKGBUILD   |   43 +-
 fix-lxpolkit.patch |   18 
 fix-lxsession-db.patch |   42 ++
 fix-lxsession-edit.patch   |   24 +
 fix-userswitch.patch   |   35 +
 lxsession-0.4.6.1-logind-support.patch |  608 ---
 6 files changed, 151 insertions(+), 619 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 20:27:01 UTC (rev 120372)
+++ PKGBUILD2014-10-07 20:56:18 UTC (rev 120373)
@@ -4,8 +4,8 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=lxsession
-pkgver=0.4.6.1
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 epoch=1
 pkgdesc='Lightweight X11 session manager'
 arch=('i686' 'x86_64')
@@ -12,18 +12,39 @@
 url=http://lxde.org/;
 license=('GPL2')
 groups=('lxde')
-depends=('gtk2' 'dbus')
-makedepends=('pkgconfig' 'intltool')
-replaces=('lxde-settings-daemon' 'lxsession-lite')
-conflicts=('lxsession-lite' 'lxde-settings-daemon')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-lxsession-0.4.6.1-logind-support.patch)
-md5sums=('e456b64c5ab3652a4dec661ec706dc6e'
- '0ec60da2c876b14928ea22a6c29fc0a7')
+depends=('gtk2' 'dbus-glib' 'polkit')
+makedepends=('intltool' 'docbook-xsl' 'vala')
+replaces=('lxpolkit' 'lxsession-lite' 'lxde-settings-daemon')
+conflicts=('lxpolkit' 'lxsession-lite' 'lxde-settings-daemon')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
+fix-lxsession-db.patch
+fix-lxsession-edit.patch
+fix-userswitch.patch
+fix-lxpolkit.patch)
+md5sums=('6ef8b1487e60376e2381b2dec9c94734'
+ '289040c2789f429e73af946295e4d3f5'
+ '3dd128815be533b406353af0fec6081c'
+ 'f2d40d5c9ff1ea740463a2cecc6bd9a0'
+ '71adf77e5b9ba82a29ba448a4f5aa1d6')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../lxsession-0.4.6.1-logind-support.patch
+
+  # lxsession-db: Don't hang when MIME folders are not available.
+  # https://sourceforge.net/p/lxde/patches/479/
+  patch -Np1 -i ../fix-lxsession-db.patch
+
+  # lxsession-edit: Fix segfault on exit when kf is not set.
+  # https://sourceforge.net/p/lxde/patches/480/
+  patch -Np1 -i ../fix-lxsession-edit.patch
+
+  # lxsession-logout: Fix user switch with LightDM when GDM is installed.
+  # https://sourceforge.net/p/lxde/patches/481/
+  patch -Np1 -i ../fix-userswitch.patch
+
+  # Set lxpolkit by default, so lxsession will autostart it on login.
+  # https://sourceforge.net/p/lxde/patches/478/
+  patch -Np1 -i ../fix-lxpolkit.patch
 }
 
 build() {

Added: fix-lxpolkit.patch
===
--- fix-lxpolkit.patch  (rev 0)
+++ fix-lxpolkit.patch  2014-10-07 20:56:18 UTC (rev 120373)
@@ -0,0 +1,18 @@
+commit a9f032312f8c1254b00840dd084e241c964897ea
+Author: Balló György ballog...@gmail.com
+Date:   Tue Oct 7 21:19:52 2014 +0200
+
+Set lxpolkit by default, so lxsession will autostart it on login.
+
+diff --git a/lxsession/settings.vala b/lxsession/settings.vala
+index 399deb2..c31f49d 100644
+--- a/lxsession/settings.vala
 b/lxsession/settings.vala
+@@ -252,6 +252,7 @@ namespace Lxsession
+ /* Keep old behavior for autostarted application if this option 
is not specify */
+ set_generic_default(Session, disable_autostart, null, 
string, no);
+ 
++set_generic_default(Session, polkit, command, string, 
lxpolkit);
+ set_generic_default(Session, clipboard, command, string, 
lxclipboard);
+ set_generic_default(Session, xsettings_manager, command, 
string, build-in);
+ set_generic_default(Session, proxy_manager, command, 
string, build-in);

Added: fix-lxsession-db.patch
===
--- fix-lxsession-db.patch  (rev 0)
+++ fix-lxsession-db.patch  2014-10-07 20:56:18 UTC (rev 120373)
@@ -0,0 +1,42 @@
+commit 5f37ab207ac330ac1cc2b3136793e2bcd4fbb2b4
+Author: Balló György ballog...@gmail.com
+Date:   Tue Oct 7 21:23:13 2014 +0200
+
+lxsession-db: Don't hang when MIME folders are not available.
+
+diff --git a/lxsession-db/desktop-files-backend.vala 
b/lxsession-db/desktop-files-backend.vala
+index d68644d..a9a52e8 100644
+--- a/lxsession-db/desktop-files-backend.vala
 b/lxsession-db/desktop-files-backend.vala
+@@ -315,21 +315,21 @@ namespace Lxsession
+ }
+  

[arch-commits] Commit in lxde-common/repos (2 files)

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 23:17:53
  Author: bgyorgy
Revision: 120376

archrelease: copy trunk to community-testing-any

Added:
  lxde-common/repos/community-testing-any/
  lxde-common/repos/community-testing-any/PKGBUILD
(from rev 120375, lxde-common/trunk/PKGBUILD)

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

Copied: lxde-common/repos/community-testing-any/PKGBUILD (from rev 120375, 
lxde-common/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-07 21:17:53 UTC (rev 120376)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxde-common
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='Common files of the LXDE Desktop'
+arch=('any')
+url='http://lxde.org/'
+license=('GPL2')
+groups=('lxde')
+backup=(etc/xdg/lxsession/LXDE/desktop.conf
+etc/xdg/lxsession/LXDE/autostart)
+depends=('gtk-engines' 'lxde-icon-theme' 'lxsession')
+source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz)
+md5sums=('259b4a2db50117e632e34912251cfcb9')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --sysconfdir=/etc --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+
+# Install lxde-logout.desktop file.
+# https://sourceforge.net/p/lxde/bugs/399/
+install -Dm644 lxde-logout.desktop \
+  $pkgdir/usr/share/applications/lxde-logout.desktop
+
+# Fix lxpanel profile location.
+# https://sourceforge.net/p/lxde/patches/482/
+mv $pkgdir/etc/xdg/lxpanel/{profile/,}LXDE
+rm -r $pkgdir/etc/xdg/lxpanel/profile
+}


[arch-commits] Commit in lxde-common/trunk (PKGBUILD startlxde.patch)

2014-10-07 Thread Balló György
Date: Tuesday, October 7, 2014 @ 23:17:46
  Author: bgyorgy
Revision: 120375

upgpkg: lxde-common 0.5.6-1

Update to version 0.5.6

Modified:
  lxde-common/trunk/PKGBUILD
Deleted:
  lxde-common/trunk/startlxde.patch

-+
 PKGBUILD|   25 +
 startlxde.patch |   11 ---
 2 files changed, 13 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 20:56:28 UTC (rev 120374)
+++ PKGBUILD2014-10-07 21:17:46 UTC (rev 120375)
@@ -4,8 +4,8 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=lxde-common
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.5.6
+pkgrel=1
 pkgdesc='Common files of the LXDE Desktop'
 arch=('any')
 url='http://lxde.org/'
@@ -14,16 +14,9 @@
 backup=(etc/xdg/lxsession/LXDE/desktop.conf
 etc/xdg/lxsession/LXDE/autostart)
 depends=('gtk-engines' 'lxde-icon-theme' 'lxsession')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz
-startlxde.patch)
-md5sums=('e51a6b2a815a89fda1f497b509465a97'
- '11aca3bcc2ea8fa2c03e72056a52d1fc')
+source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz)
+md5sums=('259b4a2db50117e632e34912251cfcb9')
 
-prepare() {
-cd $srcdir/$pkgname-$pkgver
-patch -Np0 -i $srcdir/startlxde.patch
-}
-
 build() {
 cd $srcdir/$pkgname-$pkgver
 ./configure --sysconfdir=/etc --prefix=/usr
@@ -33,6 +26,14 @@
 package() {
 cd $srcdir/$pkgname-$pkgver
 make DESTDIR=$pkgdir install
+
+# Install lxde-logout.desktop file.
+# https://sourceforge.net/p/lxde/bugs/399/
 install -Dm644 lxde-logout.desktop \
-  $pkgdir/usr/share/applications/lxde-logout.desktop
+  $pkgdir/usr/share/applications/lxde-logout.desktop
+
+# Fix lxpanel profile location.
+# https://sourceforge.net/p/lxde/patches/482/
+mv $pkgdir/etc/xdg/lxpanel/{profile/,}LXDE
+rm -r $pkgdir/etc/xdg/lxpanel/profile
 }

Deleted: startlxde.patch
===
--- startlxde.patch 2014-10-07 20:56:28 UTC (rev 120374)
+++ startlxde.patch 2014-10-07 21:17:46 UTC (rev 120375)
@@ -1,11 +0,0 @@
 startlxde.in.orig  2011-08-03 21:59:05.0 +0200
-+++ startlxde.in   2012-07-02 19:40:19.982368074 +0200
-@@ -8,7 +8,7 @@ fi
- PCMANFM_CONF_DIR=$XDG_CONFIG_HOME/pcmanfm/LXDE
- if [ ! -f $PCMANFM_CONF_DIR/pcmanfm.conf ]; then
-   mkdir -p $PCMANFM_CONF_DIR
--  cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf 
$PCMANFM_CONF_DIR/pcmanfm.conf
-+  cp @sysconfdir@/xdg/pcmanfm/LXDE/pcmanfm.conf 
$PCMANFM_CONF_DIR/pcmanfm.conf
- fi
- 
- # Ensure the existance of openbox config file


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 02:14:38
  Author: svenstaro
Revision: 120377

upgpkg: bumblebee 3.2.1-4

Add nvidia-340xx

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 21:17:53 UTC (rev 120376)
+++ PKGBUILD2014-10-08 00:14:38 UTC (rev 120377)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -11,7 +11,8 @@
 'nouveau-dri: 3D acceleration features fo nouveau'
 'bbswitch: switch on/off discrete card' 
 'nvidia: NVIDIA kernel driver'
-'nvidia-304xx: NVIDIA kernel driver for older devices'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
 'primus: faster back-end for optirun')
 if [ $CARCH = x86_64 ]; then
  optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 02:15:09
  Author: svenstaro
Revision: 120378

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

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

+
 /PKGBUILD  |  126 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   61 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   61 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 158 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-08 00:14:38 UTC (rev 120377)
+++ community-i686/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=3
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 120377, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=4
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+

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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 02:28:55
  Author: svenstaro
Revision: 224012

upgpkg: nvidia-340xx-utils 340.46-3

Fix deps

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-07 18:49:39 UTC (rev 224011)
+++ PKGBUILD2014-10-08 00:28:55 UTC (rev 224012)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.46
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -55,7 +55,7 @@
 
 package_nvidia-340xx-libgl() {
 pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
+depends=('nvidia-340xx-utils')
 conflicts=('libgl' 'nvidia-libgl')
 provides=('libgl' 'nvidia-libgl')
 cd ${_pkg}


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 02:29:25
  Author: svenstaro
Revision: 224013

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 224012, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 224012, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 224012, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 224012, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install

-+
 /PKGBUILD   |  366 ++
 /nvidia-340xx-utils.install |   28 ++
 extra-i686/PKGBUILD |  183 ---
 extra-i686/nvidia-340xx-utils.install   |   14 -
 extra-x86_64/PKGBUILD   |  183 ---
 extra-x86_64/nvidia-340xx-utils.install |   14 -
 6 files changed, 394 insertions(+), 394 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-08 00:28:55 UTC (rev 224012)
+++ extra-i686/PKGBUILD 2014-10-08 00:29:25 UTC (rev 224013)
@@ -1,183 +0,0 @@
-# $Id: PKGBUILD 219666 2014-08-13 13:28:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.46
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('6b3fd297cd031e03b6acdaae5568f92f097b4b7f'
-  'c5953331c887a10517845094669aa4be3418cf98')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
-done
-}
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia')
-cd ${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
-conflicts=('libgl' 'nvidia-libgl')
-provides=('libgl' 'nvidia-libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
-
-ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
-
-ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 

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

2014-10-07 Thread Sébastien Luttringer
Date: Wednesday, October 8, 2014 @ 03:05:44
  Author: seblu
Revision: 224014

db-move: moved pcre from [testing] to [core] (i686, x86_64)

Added:
  pcre/repos/core-i686/PKGBUILD
(from rev 224013, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 224013, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|   90 +
 core-i686/PKGBUILD   |   45 
 core-x86_64/PKGBUILD |   45 
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-10-08 00:29:25 UTC (rev 224013)
+++ core-i686/PKGBUILD  2014-10-08 01:05:44 UTC (rev 224014)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.35
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6aacb23986adccd9b3bc626c00979958'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 224013, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-10-08 01:05:44 UTC (rev 224014)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=pcre
+pkgver=8.36
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('b767bc9af0c20bc9c1fe403b0d41ad97'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-10-08 00:29:25 UTC (rev 224013)
+++ core-x86_64/PKGBUILD2014-10-08 01:05:44 UTC (rev 224014)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=pcre
-pkgver=8.35
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6aacb23986adccd9b3bc626c00979958'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 224013, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD 

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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 03:48:31
  Author: svenstaro
Revision: 120379

upgpkg: bumblebee 3.2.1-5

Whoops

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-08 00:15:09 UTC (rev 120378)
+++ PKGBUILD2014-10-08 01:48:31 UTC (rev 120379)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -18,8 +18,8 @@
  optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
  optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
 fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
+provides=('nvidia-libgl' 'nvidia-340xx-libgl')
 url=http://www.bumblebee-project.org;
 license=(GPL3)
 install='bumblebee.install'


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 03:49:09
  Author: svenstaro
Revision: 120380

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

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

+
 /PKGBUILD  |  126 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   63 -
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/bumblebee.install |   16 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-08 01:48:31 UTC (rev 120379)
+++ community-i686/PKGBUILD 2014-10-08 01:49:09 UTC (rev 120380)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=4
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 120379, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-08 01:49:09 UTC (rev 120380)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=5
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
+provides=('nvidia-libgl' 

[arch-commits] Commit in (5 files)

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 03:52:55
  Author: svenstaro
Revision: 120381

Add bbswitch-lts

Added:
  bbswitch-lts/
  bbswitch-lts/repos/
  bbswitch-lts/trunk/
  bbswitch-lts/trunk/PKGBUILD
  bbswitch-lts/trunk/bbswitch-lts.install

--+
 PKGBUILD |   33 +
 bbswitch-lts.install |   12 
 2 files changed, 45 insertions(+)

Added: bbswitch-lts/trunk/PKGBUILD
===
--- bbswitch-lts/trunk/PKGBUILD (rev 0)
+++ bbswitch-lts/trunk/PKGBUILD 2014-10-08 01:52:55 UTC (rev 120381)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch-lts
+pkgver=0.8
+_extramodules=extramodules-3.14-ARCH # Don't forget to update 
bbswitch-lts.install
+pkgrel=1
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux-lts=3.14' 'linux-lts3.15')
+makedepends=('linux-headers=3.17' 'linux-headers3.18')
+install=${pkgname}.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Added: bbswitch-lts/trunk/bbswitch-lts.install
===
--- bbswitch-lts/trunk/bbswitch-lts.install (rev 0)
+++ bbswitch-lts/trunk/bbswitch-lts.install 2014-10-08 01:52:55 UTC (rev 
120381)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 04:11:45
  Author: svenstaro
Revision: 120382

upgpkg: bbswitch-lts 0.8-1

Push bbswitch-lts

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-08 01:52:55 UTC (rev 120381)
+++ PKGBUILD2014-10-08 02:11:45 UTC (rev 120382)
@@ -4,8 +4,9 @@
 # Contributor: Samsagax samsa...@gmail.com
 
 pkgname=bbswitch-lts
+_basename=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.14-ARCH # Don't forget to update 
bbswitch-lts.install
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
 pkgrel=1
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
@@ -12,13 +13,13 @@
 url=(http://github.com/Bumblebee-Project/bbswitch;)
 license=('GPL')
 depends=('linux-lts=3.14' 'linux-lts3.15')
-makedepends=('linux-headers=3.17' 'linux-headers3.18')
+makedepends=('linux-lts-headers=3.14' 'linux-lts-headers3.15')
 install=${pkgname}.install
 
source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${_basename}-${pkgver}
 
   _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 
@@ -26,7 +27,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${_basename}-${pkgver}

   install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
   gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  

Modified: bbswitch-lts.install
===
--- bbswitch-lts.install2014-10-08 01:52:55 UTC (rev 120381)
+++ bbswitch-lts.install2014-10-08 02:11:45 UTC (rev 120382)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.14-ARCH'
+EXTRAMODULES='extramodules-3.14-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 04:12:06
  Author: svenstaro
Revision: 120383

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

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

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

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

Copied: bbswitch-lts/repos/community-i686/bbswitch-lts.install (from rev 
120382, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-i686/bbswitch-lts.install (rev 0)
+++ community-i686/bbswitch-lts.install 2014-10-08 02:12:06 UTC (rev 120383)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: bbswitch-lts/repos/community-x86_64/bbswitch-lts.install (from rev 
120382, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-x86_64/bbswitch-lts.install   (rev 0)
+++ community-x86_64/bbswitch-lts.install   2014-10-08 02:12:06 UTC (rev 
120383)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod 

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

2014-10-07 Thread Balló György
Date: Wednesday, October 8, 2014 @ 04:41:46
  Author: bgyorgy
Revision: 120384

upgpkg: gnome-screensaver 3.6.1-9

Honour background setting of the lock screen (compatibility with recent GNOME 
versions)

Added:
  gnome-screensaver/trunk/use-screensaver-background.patch
Modified:
  gnome-screensaver/trunk/PKGBUILD

--+
 PKGBUILD |   19 -
 use-screensaver-background.patch |   53 +
 2 files changed, 65 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-08 02:12:06 UTC (rev 120383)
+++ PKGBUILD2014-10-08 02:41:46 UTC (rev 120384)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Legacy GNOME screensaver
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 backup=(etc/pam.d/gnome-screensaver)
 depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
 makedepends=('intltool' 'gnome-common')
-optdepends=('gnome-themes-standard: default background')
+optdepends=('gnome-backgrounds: default background')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
gnome-screensaver.pam
move-desktop-file.patch
@@ -20,7 +20,8 @@
fix-autoconf.patch
fix-systemd-support.patch
lock_screen_on_suspend.patch
-   lightdm_switch_user.patch)
+   lightdm_switch_user.patch
+   use-screensaver-background.patch)
 sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
 '4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
@@ -27,10 +28,11 @@
 'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
 '8aa387578c1756e573f6558a66be25fc96d7e8567fb7bee580159479841f5f45'
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8'
-'5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f')
+'5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f'
+'7161ff962801d9e34ea564c372de4b5f93b30180b83c13aadbc9a8a1cd73ff65')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # Upstream patch that moves gnome-screensaver desktop file out of autostart
   patch -Np1 -i $srcdir/move-desktop-file.patch
@@ -46,10 +48,13 @@
 
   # Add support for user switch with LightDM
   patch -Np1 -i $srcdir/lightdm_switch_user.patch
+
+  # Honour background setting of the lock screen
+  patch -Np1 -i $srcdir/use-screensaver-background.patch
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --with-mit-ext
@@ -57,7 +62,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
 }

Added: use-screensaver-background.patch
===
--- use-screensaver-background.patch(rev 0)
+++ use-screensaver-background.patch2014-10-08 02:41:46 UTC (rev 120384)
@@ -0,0 +1,53 @@
+diff -Naur gnome-screensaver-3.6.1.orig/src/gs-manager.c 
gnome-screensaver-3.6.1/src/gs-manager.c
+--- gnome-screensaver-3.6.1.orig/src/gs-manager.c  2012-08-20 
19:12:39.0 +0200
 gnome-screensaver-3.6.1/src/gs-manager.c   2014-10-08 03:49:37.877178771 
+0200
+@@ -555,40 +555,8 @@
+  gint   n_keys,
+  GSManager   *manager)
+ {
+-#if 0
+-/* FIXME: since we bind user settings instead of system ones,
+- *watching for changes is no longer valid.
+- */
+ gnome_bg_load_from_preferences (manager-priv-bg,
+ manager-priv-settings);
+-#endif
+-
+-return FALSE;
+-}
+-
+-static GSettings *
+-get_system_settings (void)
+-{
+-GSettings *settings;
+-gchar **keys;
+-gchar **k;
+-
+-/* FIXME: we need to bind system settings instead of user but
+- *that's currently impossible, not implemented yet.
+- *Hence, reset to system default values.
+- */
+-/* TODO: Ideally we would like to bind some other key, 
screensaver-specific. */
+-settings = g_settings_new (org.gnome.desktop.background);
+-
+-g_settings_delay (settings);
+-
+-keys = g_settings_list_keys (settings);
+-for (k = keys; *k; k++) {
+-g_settings_reset (settings, *k);
+-}
+-g_strfreev (keys);
+-
+-return settings;
+ }
+ 
+ static void
+@@ -599,7 +567,7 @@
+ manager-priv-fade = gs_fade_new ();
+ 

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

2014-10-07 Thread Balló György
Date: Wednesday, October 8, 2014 @ 04:42:02
  Author: bgyorgy
Revision: 120385

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

Added:
  gnome-screensaver/repos/community-i686/PKGBUILD
(from rev 120384, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-i686/fix-autoconf.patch
(from rev 120384, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-i686/fix-systemd-support.patch
(from rev 120384, gnome-screensaver/trunk/fix-systemd-support.patch)
  gnome-screensaver/repos/community-i686/gnome-screensaver.pam
(from rev 120384, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-i686/lightdm_switch_user.patch
(from rev 120384, gnome-screensaver/trunk/lightdm_switch_user.patch)
  gnome-screensaver/repos/community-i686/lock_screen_on_suspend.patch
(from rev 120384, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-i686/move-desktop-file.patch
(from rev 120384, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-i686/use-screensaver-background.patch
(from rev 120384, gnome-screensaver/trunk/use-screensaver-background.patch)
  gnome-screensaver/repos/community-x86_64/PKGBUILD
(from rev 120384, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-x86_64/fix-autoconf.patch
(from rev 120384, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-x86_64/fix-systemd-support.patch
(from rev 120384, gnome-screensaver/trunk/fix-systemd-support.patch)
  gnome-screensaver/repos/community-x86_64/gnome-screensaver.pam
(from rev 120384, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-x86_64/lightdm_switch_user.patch
(from rev 120384, gnome-screensaver/trunk/lightdm_switch_user.patch)
  gnome-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch
(from rev 120384, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-x86_64/move-desktop-file.patch
(from rev 120384, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-x86_64/use-screensaver-background.patch
(from rev 120384, gnome-screensaver/trunk/use-screensaver-background.patch)
Deleted:
  gnome-screensaver/repos/community-i686/PKGBUILD
  gnome-screensaver/repos/community-i686/fix-autoconf.patch
  gnome-screensaver/repos/community-i686/fix-systemd-support.patch
  gnome-screensaver/repos/community-i686/gnome-screensaver.pam
  gnome-screensaver/repos/community-i686/lightdm_switch_user.patch
  gnome-screensaver/repos/community-i686/lock_screen_on_suspend.patch
  gnome-screensaver/repos/community-i686/move-desktop-file.patch
  gnome-screensaver/repos/community-x86_64/PKGBUILD
  gnome-screensaver/repos/community-x86_64/fix-autoconf.patch
  gnome-screensaver/repos/community-x86_64/fix-systemd-support.patch
  gnome-screensaver/repos/community-x86_64/gnome-screensaver.pam
  gnome-screensaver/repos/community-x86_64/lightdm_switch_user.patch
  gnome-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch
  gnome-screensaver/repos/community-x86_64/move-desktop-file.patch

---+
 /PKGBUILD |  136 +
 /fix-autoconf.patch   |   24 ++
 /fix-systemd-support.patch|  182 ++
 /gnome-screensaver.pam|6 
 /lightdm_switch_user.patch|  200 
 /lock_screen_on_suspend.patch |  102 ++
 /move-desktop-file.patch  |   68 ++
 community-i686/PKGBUILD   |   63 --
 community-i686/fix-autoconf.patch |   12 -
 community-i686/fix-systemd-support.patch  |   91 -
 community-i686/gnome-screensaver.pam  |3 
 community-i686/lightdm_switch_user.patch  |  100 --
 community-i686/lock_screen_on_suspend.patch   |   51 -
 community-i686/move-desktop-file.patch|   34 ---
 community-i686/use-screensaver-background.patch   |   53 +
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/fix-autoconf.patch   |   12 -
 community-x86_64/fix-systemd-support.patch|   91 -
 community-x86_64/gnome-screensaver.pam|3 
 community-x86_64/lightdm_switch_user.patch|  100 --
 community-x86_64/lock_screen_on_suspend.patch |   51 -
 community-x86_64/move-desktop-file.patch  |   34 ---
 community-x86_64/use-screensaver-background.patch |   53 +
 23 files changed, 824 insertions(+), 708 deletions(-)

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