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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 08:10:05
  Author: jgc
Revision: 98562

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 06:09:56 UTC (rev 98561)
+++ community-i686/PKGBUILD 2013-10-14 06:10:05 UTC (rev 98562)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=12.11
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite'
- 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity'
-'gnuchess: for the chess activity')
-makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('gcompris-data')
-
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 98561, 
gcompris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 06:10:05 UTC (rev 98562)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris
+pkgver=12.11
+pkgrel=2
+pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
+arch=('i686' 'x86_64')
+url=http://gcompris.net/;
+license=('GPL3')
+depends=('pygtk' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+'tuxpaint: for the painting activity'
+'gnuchess: for the chess activity')
+makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('gcompris-data')
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install-exec
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-14 06:09:56 UTC (rev 98561)
+++ community-x86_64/PKGBUILD   2013-10-14 06:10:05 UTC (rev 98562)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=12.11
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite'
- 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity'
-'gnuchess: for the chess activity')
-makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('gcompris-data')
-
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 98561, 
gcompris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 08:09:56
  Author: jgc
Revision: 98561

upgpkg: gcompris 12.11-2

Remove pyxml dependency (FS#37277)

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 05:55:05 UTC (rev 98560)
+++ PKGBUILD2013-10-14 06:09:56 UTC (rev 98561)
@@ -4,13 +4,12 @@
 
 pkgname=gcompris
 pkgver=12.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
 arch=('i686' 'x86_64')
 url=http://gcompris.net/;
 license=('GPL3')
-depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite'
- 'gstreamer0.10-base-plugins')
+depends=('pygtk' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins')
 optdepends=('gnucap: for computer simulation within the electricity activity'
 'tuxpaint: for the painting activity'
 'gnuchess: for the chess activity')
@@ -20,7 +19,7 @@
 sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -29,7 +28,7 @@
 package() {
   depends+=('gcompris-data')
 
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install-exec
 }
 



[arch-commits] Commit in (pyxml)

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 08:12:15
  Author: jgc
Revision: 196454

Kill package (FS#37151)

Deleted:
  pyxml/



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:53:58
  Author: tpowa
Revision: 196456

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.11-haswell-intel_pstate.patch
(from rev 196455, linux/trunk/3.11-haswell-intel_pstate.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 196455, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 196455, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 196455, linux/trunk/config)
  linux/repos/testing-i686/config.3.12
(from rev 196455, linux/trunk/config.3.12)
  linux/repos/testing-i686/config.x86_64
(from rev 196455, linux/trunk/config.x86_64)
  linux/repos/testing-i686/config.x86_64.3.12
(from rev 196455, linux/trunk/config.x86_64.3.12)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 196455, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 196455, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 196455, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.11-haswell-intel_pstate.patch
(from rev 196455, linux/trunk/3.11-haswell-intel_pstate.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 196455, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 196455, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 196455, linux/trunk/config)
  linux/repos/testing-x86_64/config.3.12
(from rev 196455, linux/trunk/config.3.12)
  linux/repos/testing-x86_64/config.x86_64
(from rev 196455, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/config.x86_64.3.12
(from rev 196455, linux/trunk/config.x86_64.3.12)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 196455, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 196455, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 196455, linux/trunk/linux.preset)

--+
 testing-i686/3.11-haswell-intel_pstate.patch |   32 
 testing-i686/PKGBUILD|  343 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6432 
 testing-i686/config.3.12 | 6475 +
 testing-i686/config.x86_64   | 6235 
 testing-i686/config.x86_64.3.12  | 6275 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.11-haswell-intel_pstate.patch   |   32 
 testing-x86_64/PKGBUILD  |  343 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6432 
 testing-x86_64/config.3.12   | 6475 +
 testing-x86_64/config.x86_64 | 6235 
 testing-x86_64/config.x86_64.3.12| 6275 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 20 files changed, 51742 insertions(+)

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


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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:53:31
  Author: tpowa
Revision: 196455

upgpkg: linux 3.11.5-1

bump to latest version, module breaker

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:12:15 UTC (rev 196454)
+++ PKGBUILD2013-10-14 06:53:31 UTC (rev 196455)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.11
-pkgver=3.11.4
+pkgver=3.11.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,9 +22,9 @@
 'criu-no-expert.patch'
 '3.11-haswell-intel_pstate.patch')
 md5sums=('fea363551ff45fbe4cb88497b863b261'
- '5147e7f82600452c5438f8309c07eccd'
- '673c43306099ea6c671ee95983a12154'
- 'aa76dd87358464718b697d9dd71296d8'
+ '628876a432c0d4090013b383abac20e4'
+ '77cf04eba30f625d46b5097b036ae138'
+ '98d1e9862f555e5c56e95aae1f149789'
  'eb14dcfd80c00852ef81ded6e826826a'
  '98beb36f9b8cf16e58de2483ea9985e3'
  'd50c1ac47394e9aec637002ef3392bd1'
@@ -34,9 +34,10 @@
 
 # module.symbols md5sums
 # x86_64
-# 44169a8e457641f2d8f83e9cde6e22f8  /lib/modules/3.11.4-1-ARCH/modules.symbols
+# ec2540e9486c8a2c9026a40b8fe551c5  /lib/modules/3.11.5-1-ARCH/modules.symbols
 # i686
-# 9294a0246b8975295f4fdf2d22b431d9  /lib/modules/3.11.4-1-ARCH/modules.symbols
+# e9c1ae7203f65cdd073257640f61505e  /lib/modules/3.11.5-1-ARCH/modules.symbols
+
 prepare() {
   cd ${srcdir}/${_srcname}
 



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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 08:56:17
  Author: jgc
Revision: 196457

upgpkg: upower 0.9.22-1

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:53:58 UTC (rev 196456)
+++ PKGBUILD2013-10-14 06:56:17 UTC (rev 196457)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.9.21
+pkgver=0.9.22
 pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 options=('!libtool')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('1aa2b9e6fd757cd151bbaa4991eacc18')
+md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 08:56:24
  Author: jgc
Revision: 196458

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

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

-+
 /PKGBUILD   |   60 ++
 testing-i686/PKGBUILD   |   30 ---
 testing-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-14 06:56:17 UTC (rev 196457)
+++ testing-i686/PKGBUILD   2013-10-14 06:56:24 UTC (rev 196458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.21
-pkgrel=1
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('1aa2b9e6fd757cd151bbaa4991eacc18')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/testing-i686/PKGBUILD (from rev 196457, 
upower/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 06:56:24 UTC (rev 196458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.22
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-10-14 06:56:17 UTC (rev 196457)
+++ testing-x86_64/PKGBUILD 2013-10-14 06:56:24 UTC (rev 196458)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.21
-pkgrel=1
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('1aa2b9e6fd757cd151bbaa4991eacc18')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/testing-x86_64/PKGBUILD (from rev 196457, 
upower/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-14 06:56:24 UTC (rev 196458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.22
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:57:23
  Author: tpowa
Revision: 196459

upgpkg: nvidia 325.15-10

rebuild against 3.11.5

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:56:24 UTC (rev 196458)
+++ PKGBUILD2013-10-14 06:57:23 UTC (rev 196459)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=325.15
 _extramodules=extramodules-3.11-ARCH
-pkgrel=9
+pkgrel=10
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:57:44
  Author: tpowa
Revision: 196460

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

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

+
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/nvidia-linux-3.11.patch   |   25 
 testing-i686/nvidia.install|   18 +++
 testing-x86_64/PKGBUILD|   48 +++
 testing-x86_64/nvidia-linux-3.11.patch |   25 
 testing-x86_64/nvidia.install  |   18 +++
 6 files changed, 182 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 196459, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 06:57:44 UTC (rev 196460)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.11-ARCH
+pkgrel=10
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia-linux-3.11.patch (from rev 196459, 
nvidia/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-10-14 06:57:44 UTC (rev 
196460)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner o...@mindrunner.de
+Date: Wed, 17 Jul 2013 01:16:04 +0200
+Subject: [PATCH] replace num_physpages with totalram_pages
+
+---
+ kernel/nv-linux.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4e5ed89..46c51ec 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -957,7 +957,7 @@ static inline int nv_execute_on_all_cpus(void (*func)(void 
*info), void *info)
+ #endif
+ 
+ #if !defined(NV_VMWARE)
+-#define NV_NUM_PHYSPAGESnum_physpages
++#define NV_NUM_PHYSPAGEStotalram_pages
+ #define NV_GET_CURRENT_PROCESS()current-tgid
+ #define NV_IN_ATOMIC()  in_atomic()
+ #define NV_LOCAL_BH_DISABLE()   local_bh_disable()
+-- 
+1.8.3.2
+

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 196459, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-10-14 06:57:44 UTC (rev 196460)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:00:09
  Author: tpowa
Revision: 98565

upgpkg: r8168 8.036.00-14

rebuild against 3.11.5

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:59:54 UTC (rev 98564)
+++ PKGBUILD2013-10-14 07:00:09 UTC (rev 98565)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.036.00
-pkgrel=13
+pkgrel=14
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:00:21
  Author: tpowa
Revision: 196461

upgpkg: nvidia-304xx 304.108-8

rebuild against 3.11.5

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:57:44 UTC (rev 196460)
+++ PKGBUILD2013-10-14 07:00:21 UTC (rev 196461)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.108
 _extramodules=extramodules-3.11-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:59:54
  Author: tpowa
Revision: 98564

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 98563, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-14 06:59:54 UTC (rev 98564)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=17
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 98563, 
bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2013-10-14 06:59:54 UTC (rev 
98564)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 98563, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-14 06:59:54 UTC (rev 98564)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=17
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
98563, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2013-10-14 06:59:54 UTC (rev 
98564)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 08:59:33
  Author: tpowa
Revision: 98563

upgpkg: bbswitch 0.7-17

rebuild against 3.11.5

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 06:10:05 UTC (rev 98562)
+++ PKGBUILD2013-10-14 06:59:33 UTC (rev 98563)
@@ -5,7 +5,7 @@
 pkgname=bbswitch
 pkgver=0.7
 _extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=16
+pkgrel=17
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:00:42
  Author: tpowa
Revision: 196462

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

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

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/nvidia-linux-3.11.patch   |   25 +++
 testing-i686/nvidia.install|   15 +
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/nvidia-linux-3.11.patch |   25 +++
 testing-x86_64/nvidia.install  |   15 +
 6 files changed, 180 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 196461, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 07:00:42 UTC (rev 196462)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.108
+_extramodules=extramodules-3.11-ARCH
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia-linux-3.11.patch (from rev 
196461, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-10-14 07:00:42 UTC (rev 
196462)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner o...@mindrunner.de
+Date: Wed, 17 Jul 2013 01:16:04 +0200
+Subject: [PATCH] replace num_physpages with totalram_pages
+
+---
+ kernel/nv-linux.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4e5ed89..46c51ec 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -957,7 +957,7 @@ static inline int nv_execute_on_all_cpus(void (*func)(void 
*info), void *info)
+ #endif
+ 
+ #if !defined(NV_VMWARE)
+-#define NV_NUM_PHYSPAGESnum_physpages
++#define NV_NUM_PHYSPAGEStotalram_pages
+ #define NV_GET_CURRENT_PROCESS()current-tgid
+ #define NV_IN_ATOMIC()  in_atomic()
+ #define NV_LOCAL_BH_DISABLE()   local_bh_disable()
+-- 
+1.8.3.2
+

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 196461, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:00:32
  Author: tpowa
Revision: 98566

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

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

---+
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 
 community-testing-x86_64/r8168.install|   17 
 6 files changed, 254 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 98565, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-14 07:00:32 UTC (rev 98566)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=14
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/linux-3.10.patch (from rev 98565, 
r8168/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2013-10-14 07:00:32 UTC (rev 
98566)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:02:36
  Author: tpowa
Revision: 98567

upgpkg: rt3562sta 2.4.1.1-47

rebuild against 3.11.5

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:00:32 UTC (rev 98566)
+++ PKGBUILD2013-10-14 07:02:36 UTC (rev 98567)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=46
+pkgrel=47
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:03:38
  Author: tpowa
Revision: 98568

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 98567, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 98567, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 98567, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 98567, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 98567, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98567, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98567, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 98567, rt3562sta/trunk/rt3562sta.install)

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

[arch-commits] Commit in upower/trunk (PKGBUILD git-fixes.patch)

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:07:04
  Author: jgc
Revision: 196463

upgpkg: upower 0.9.22-1

Add post-release fixes from git
Backup Upower.conf file

Added:
  upower/trunk/git-fixes.patch
Modified:
  upower/trunk/PKGBUILD

-+
 PKGBUILD|   12 -
 git-fixes.patch |  112 ++
 2 files changed, 122 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:00:42 UTC (rev 196462)
+++ PKGBUILD2013-10-14 07:07:04 UTC (rev 196463)
@@ -10,10 +10,18 @@
 license=('GPL')
 depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+backup=('etc/UPower/UPower.conf')
 options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d')
+source=($url/releases/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d'
+ 'd47377f5f8a02e38f81b6a63d8a19ef3')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-10-14 07:07:04 UTC (rev 196463)
@@ -0,0 +1,112 @@
+From e4858d94343bba2afbebcd1a4925c981a38a9579 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Thu, 10 Oct 2013 16:32:41 +
+Subject: up-client: Really don't overwrite retval with prop values
+
+db89e5a32bf2c16c0d3d00f6c8f0ef7e5e7efa8f was incomplete and
+ret was being used instead of prop_val to set some of those
+properties. It's likely your laptop would have been seen as
+docked for example.
+---
+diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
+index 757e4a1..2334a68 100644
+--- a/libupower-glib/up-client.c
 b/libupower-glib/up-client.c
+@@ -360,7 +360,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+ 
+   prop_val = g_value_get_boolean (value)  allowed;
+   if (prop_val != client-priv-can_suspend) {
+-  client-priv-can_suspend = ret;
++  client-priv-can_suspend = prop_val;
+   g_object_notify (G_OBJECT(client), can-suspend);
+   }
+ 
+@@ -376,7 +376,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+ 
+   prop_val = g_value_get_boolean (value)  allowed;
+   if (prop_val != client-priv-can_hibernate) {
+-  client-priv-can_hibernate = ret;
++  client-priv-can_hibernate = prop_val;
+   g_object_notify (G_OBJECT(client), can-hibernate);
+   }
+ #endif /* ENABLE_DEPRECATED */
+@@ -388,7 +388,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+   }
+   prop_val = g_value_get_boolean (value);
+   if (prop_val != client-priv-lid_is_closed) {
+-  client-priv-lid_is_closed = ret;
++  client-priv-lid_is_closed = prop_val;
+   g_object_notify (G_OBJECT(client), lid-is-closed);
+   }
+ 
+@@ -399,7 +399,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+   }
+   prop_val = g_value_get_boolean (value);
+   if (prop_val != client-priv-on_battery) {
+-  client-priv-on_battery = ret;
++  client-priv-on_battery = prop_val;
+   g_object_notify (G_OBJECT(client), on-battery);
+   }
+ 
+@@ -410,7 +410,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+   }
+   prop_val = g_value_get_boolean (value);
+   if (prop_val != client-priv-on_low_battery) {
+-  client-priv-on_low_battery = ret;
++  client-priv-on_low_battery = prop_val;
+   g_object_notify (G_OBJECT(client), on-low-battery);
+   }
+ 
+@@ -421,7 +421,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+   }
+   prop_val = g_value_get_boolean (value);
+   if (prop_val != client-priv-lid_is_present) {
+-  client-priv-lid_is_present = ret;
++  client-priv-lid_is_present = prop_val;
+   g_object_notify (G_OBJECT(client), lid-is-present);
+   }
+ 
+@@ -431,8 +431,8 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+   goto out;
+   }
+   prop_val = g_value_get_boolean (value);
+-  if (ret != client-priv-is_docked) {
+-  client-priv-is_docked = ret;
++  if (prop_val != client-priv-is_docked) {
++  client-priv-is_docked = prop_val;
+   g_object_notify (G_OBJECT(client), is-docked);
+   }
+ 
+@@ -443,7 +443,7 @@ up_client_get_properties_sync (UpClient *client, 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:06:56
  Author: tpowa
Revision: 98569

upgpkg: tp_smapi 0.41-38

rebuild against 3.11.5

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:03:38 UTC (rev 98568)
+++ PKGBUILD2013-10-14 07:06:56 UTC (rev 98569)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=37
+pkgrel=38
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:07:10
  Author: jgc
Revision: 196464

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

Added:
  upower/repos/testing-i686/PKGBUILD
(from rev 196463, upower/trunk/PKGBUILD)
  upower/repos/testing-i686/git-fixes.patch
(from rev 196463, upower/trunk/git-fixes.patch)
  upower/repos/testing-x86_64/PKGBUILD
(from rev 196463, upower/trunk/PKGBUILD)
  upower/repos/testing-x86_64/git-fixes.patch
(from rev 196463, upower/trunk/git-fixes.patch)
Deleted:
  upower/repos/testing-i686/PKGBUILD
  upower/repos/testing-x86_64/PKGBUILD

+
 /PKGBUILD  |   76 ++
 testing-i686/PKGBUILD  |   30 --
 testing-i686/git-fixes.patch   |  112 +++
 testing-x86_64/PKGBUILD|   30 --
 testing-x86_64/git-fixes.patch |  112 +++
 5 files changed, 300 insertions(+), 60 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-14 07:07:04 UTC (rev 196463)
+++ testing-i686/PKGBUILD   2013-10-14 07:07:10 UTC (rev 196464)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.22
-pkgrel=1
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/testing-i686/PKGBUILD (from rev 196463, 
upower/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 07:07:10 UTC (rev 196464)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.22
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+backup=('etc/UPower/UPower.conf')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+md5sums=('22b0b13c16ceb1516b5edf5cf0e99d6d'
+ 'd47377f5f8a02e38f81b6a63d8a19ef3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: upower/repos/testing-i686/git-fixes.patch (from rev 196463, 
upower/trunk/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2013-10-14 07:07:10 UTC (rev 196464)
@@ -0,0 +1,112 @@
+From e4858d94343bba2afbebcd1a4925c981a38a9579 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Thu, 10 Oct 2013 16:32:41 +
+Subject: up-client: Really don't overwrite retval with prop values
+
+db89e5a32bf2c16c0d3d00f6c8f0ef7e5e7efa8f was incomplete and
+ret was being used instead of prop_val to set some of those
+properties. It's likely your laptop would have been seen as
+docked for example.
+---
+diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
+index 757e4a1..2334a68 100644
+--- a/libupower-glib/up-client.c
 b/libupower-glib/up-client.c
+@@ -360,7 +360,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+ 
+   prop_val = g_value_get_boolean (value)  allowed;
+   if (prop_val != client-priv-can_suspend) {
+-  client-priv-can_suspend = ret;
++  client-priv-can_suspend = prop_val;
+   g_object_notify (G_OBJECT(client), can-suspend);
+   }
+ 
+@@ -376,7 +376,7 @@ up_client_get_properties_sync (UpClient *client, 
GCancellable *cancellable, GErr
+ 
+   prop_val = g_value_get_boolean (value)  allowed;
+   if (prop_val != client-priv-can_hibernate) {
+-  client-priv-can_hibernate = ret;
++   

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:07:17
  Author: tpowa
Revision: 98570

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

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

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

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

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 98569, 
tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2013-10-14 07:07:17 UTC (rev 
98570)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.11-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:07:38
  Author: tpowa
Revision: 196465

upgpkg: lirc 1:0.9.0-64

rebuild against 3.11.5

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:07:10 UTC (rev 196464)
+++ PKGBUILD2013-10-14 07:07:38 UTC (rev 196465)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=63
+pkgrel=64
 epoch=1
 _extramodules=extramodules-3.11-ARCH
 arch=('i686' 'x86_64')



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:08:42
  Author: tpowa
Revision: 196466

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

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

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

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 196465, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 07:08:42 UTC (rev 196466)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=64
+epoch=1
+_extramodules=extramodules-3.11-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

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

2013-10-14 Thread Gaetan Bisson
Date: Monday, October 14, 2013 @ 09:10:01
  Author: bisson
Revision: 98571

db-move: moved flowcanvas from [community-testing] to [community] (i686, x86_64)

Added:
  flowcanvas/repos/community-i686/PKGBUILD
(from rev 98570, flowcanvas/repos/community-testing-i686/PKGBUILD)
  flowcanvas/repos/community-i686/flowcanvas.install
(from rev 98570, flowcanvas/repos/community-testing-i686/flowcanvas.install)
  flowcanvas/repos/community-i686/graphviz-2.30.patch
(from rev 98570, 
flowcanvas/repos/community-testing-i686/graphviz-2.30.patch)
  flowcanvas/repos/community-x86_64/PKGBUILD
(from rev 98570, flowcanvas/repos/community-testing-x86_64/PKGBUILD)
  flowcanvas/repos/community-x86_64/flowcanvas.install
(from rev 98570, 
flowcanvas/repos/community-testing-x86_64/flowcanvas.install)
  flowcanvas/repos/community-x86_64/graphviz-2.30.patch
(from rev 98570, 
flowcanvas/repos/community-testing-x86_64/graphviz-2.30.patch)
Deleted:
  flowcanvas/repos/community-i686/PKGBUILD
  flowcanvas/repos/community-i686/flowcanvas.install
  flowcanvas/repos/community-testing-i686/
  flowcanvas/repos/community-testing-x86_64/
  flowcanvas/repos/community-x86_64/PKGBUILD
  flowcanvas/repos/community-x86_64/flowcanvas.install

--+
 /PKGBUILD|   90 +
 /flowcanvas.install  |   26 +
 community-i686/PKGBUILD  |   32 ---
 community-i686/flowcanvas.install|   13 
 community-i686/graphviz-2.30.patch   |   56 
 community-x86_64/PKGBUILD|   32 ---
 community-x86_64/flowcanvas.install  |   13 
 community-x86_64/graphviz-2.30.patch |   56 
 8 files changed, 228 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 07:07:17 UTC (rev 98570)
+++ community-i686/PKGBUILD 2013-10-14 07:10:01 UTC (rev 98571)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Max a.k.a. Synthead synth...@gmail.com
-# Contributor: christhemonkey christhemonkey at gmail dot com
-
-pkgname=flowcanvas
-pkgver=0.7.1
-pkgrel=3
-pkgdesc=Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments
-arch=('i686' 'x86_64')
-url=http://drobilla.net/software/flowcanvas/;
-depends=('libgnomecanvasmm' 'graphviz')
-makedepends=('boost' 'python2')
-license=('GPL')
-install=$pkgname.install
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
-md5sums=('a4908f6385ce9fd2ce97c8caa823f053')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flowcanvas/repos/community-i686/PKGBUILD (from rev 98570, 
flowcanvas/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 07:10:01 UTC (rev 98571)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Max a.k.a. Synthead synth...@gmail.com
+# Contributor: christhemonkey christhemonkey at gmail dot com
+
+pkgname=flowcanvas
+pkgver=0.7.1
+pkgrel=4
+pkgdesc=Gtkmm/Gnomecanvasmm widget for boxes-and-lines style environments
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/flowcanvas/;
+depends=('libgnomecanvasmm' 'graphviz=2.34')
+makedepends=('boost' 'python2')
+license=('GPL')
+install=$pkgname.install
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;
+graphviz-2.30.patch)
+md5sums=('a4908f6385ce9fd2ce97c8caa823f053'
+ 'e5b2b23d8be0c9fa14b8b52379a15155')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # graphviz 2.30 compatibility
+  # see http://dev.drobilla.net/ticket/888
+  # adapted from FreeBSD patch (just stripped their stuff)
+  # potentially unstable (nothing committed by developer yet)
+  # may have to incorporate proposed patch for ganv (successor to this lib)
+  patch -Np0 -i $srcdir/graphviz-2.30.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/flowcanvas.install
===
--- community-i686/flowcanvas.install   2013-10-14 07:07:17 UTC (rev 98570)
+++ community-i686/flowcanvas.install   2013-10-14 07:10:01 UTC (rev 98571)
@@ -1,13 +0,0 @@
-post_install() {
-  \ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2013-10-14 Thread Gaetan Bisson
Date: Monday, October 14, 2013 @ 09:09:39
  Author: bisson
Revision: 196467

db-move: moved graphviz from [testing] to [extra] (i686, x86_64)

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 196466, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 196466, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 196466, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 196466, graphviz/repos/testing-x86_64/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install
  graphviz/repos/testing-i686/
  graphviz/repos/testing-x86_64/

---+
 /PKGBUILD |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   61 -
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   61 -
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 07:08:42 UTC (rev 196466)
+++ extra-i686/PKGBUILD 2013-10-14 07:09:39 UTC (rev 196467)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.32.0
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'ruby: ruby bindings'
-'tcl: tcl bindings'
-'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed \
-   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-   -i config/config_perl.pl
-   sed \
-   -e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})':' \
-   -e '/CONFIG/s:site:vendor:' \
-   -i config/config_ruby.rb
-   sed \
-   -e 's:guile-1.8:guile-2.0:g' \
-   -e 's:ruby-1.9:ruby-2.0:g' \
-   -e '/LIBPOSTFIX=64/d' \
-   -i configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr --with-cgraph=no
-   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 196466, 
graphviz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 07:09:39 UTC (rev 196467)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+ 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:18:07
  Author: tpowa
Revision: 98573

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

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

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

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 98572, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-10-14 07:18:07 UTC (rev 
98573)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
98572, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-10-14 07:18:07 UTC (rev 
98573)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 98572, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-14 07:18:07 UTC (rev 98573)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:18:23
  Author: tpowa
Revision: 98574

upgpkg: virtualbox-modules 4.2.18-7

rebuild against 3.11.5

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:18:07 UTC (rev 98573)
+++ PKGBUILD2013-10-14 07:18:23 UTC (rev 98574)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.18
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:17:54
  Author: tpowa
Revision: 98572

upgpkg: vhba-module 20130607-17

rebuild against 3.11.5

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:10:01 UTC (rev 98571)
+++ PKGBUILD2013-10-14 07:17:54 UTC (rev 98572)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.11-ARCH
-pkgrel=16
+pkgrel=17
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:18:34
  Author: tpowa
Revision: 98575

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

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

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

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

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
98574, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2013-10-14 07:18:34 UTC (rev 98575)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage() {
+  echo usage: $0 extra
+  echo

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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:18:42
  Author: jgc
Revision: 196468

upgpkg: gnome-music 3.10.0-3

Add some more dependencies (FS#37319)

Modified:
  gnome-music/trunk/PKGBUILD
  gnome-music/trunk/gnome-music.install

-+
 PKGBUILD|4 ++--
 gnome-music.install |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:09:39 UTC (rev 196467)
+++ PKGBUILD2013-10-14 07:18:42 UTC (rev 196468)
@@ -2,12 +2,12 @@
 
 pkgname=gnome-music
 pkgver=3.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Music player and management application
 arch=(i686 x86_64)
 license=('GPL')
 url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib)
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard 
gtk3 gvfs tracker python-gobject)
 makedepends=(intltool)
 options=('!libtool')
 groups=('gnome-extra')

Modified: gnome-music.install
===
--- gnome-music.install 2013-10-14 07:09:39 UTC (rev 196467)
+++ gnome-music.install 2013-10-14 07:18:42 UTC (rev 196468)
@@ -1,6 +1,5 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 



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

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:18:49
  Author: jgc
Revision: 196469

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
(from rev 196468, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-i686/gnome-music.install
(from rev 196468, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 196468, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/gnome-music.install
(from rev 196468, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-i686/gnome-music.install
  gnome-music/repos/extra-x86_64/PKGBUILD
  gnome-music/repos/extra-x86_64/gnome-music.install

--+
 /PKGBUILD|   54 +
 /gnome-music.install |   24 
 extra-i686/PKGBUILD  |   27 --
 extra-i686/gnome-music.install   |   13 
 extra-x86_64/PKGBUILD|   27 --
 extra-x86_64/gnome-music.install |   13 
 6 files changed, 78 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 07:18:42 UTC (rev 196468)
+++ extra-i686/PKGBUILD 2013-10-14 07:18:49 UTC (rev 196469)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=Music player and management application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib)
-makedepends=(intltool)
-options=('!libtool')
-groups=('gnome-extra')
-install=gnome-music.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 196468, 
gnome-music/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 07:18:49 UTC (rev 196469)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-music
+pkgver=3.10.0
+pkgrel=3
+pkgdesc=Music player and management application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://wiki.gnome.org/Apps/Music;
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard 
gtk3 gvfs tracker python-gobject)
+makedepends=(intltool)
+options=('!libtool')
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-music.install
===
--- extra-i686/gnome-music.install  2013-10-14 07:18:42 UTC (rev 196468)
+++ extra-i686/gnome-music.install  2013-10-14 07:18:49 UTC (rev 196469)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 196468, 
gnome-music/trunk/gnome-music.install)
===
--- extra-i686/gnome-music.install  (rev 0)
+++ extra-i686/gnome-music.install  2013-10-14 07:18:49 UTC (rev 196469)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 07:18:42 UTC (rev 196468)
+++ extra-x86_64/PKGBUILD   2013-10-14 07:18:49 UTC (rev 196469)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=Music player and management application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing 

[arch-commits] Commit in samba/trunk (PKGBUILD swat.socket swat.xinetd swat@.service)

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:25:09
  Author: tpowa
Revision: 196470

upgpkg: samba 4.1.0-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD
Deleted:
  samba/trunk/swat.socket
  samba/trunk/swat.xinetd
  samba/trunk/swat@.service

---+
 PKGBUILD  |   16 
 swat.socket   |9 -
 swat.xinetd   |   10 --
 swat@.service |7 ---
 4 files changed, 4 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:18:49 UTC (rev 196469)
+++ PKGBUILD2013-10-14 07:25:09 UTC (rev 196470)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.10
+pkgver=4.1.0
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.0.10
+_realver=4.1.0
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -24,7 +24,6 @@
  'gamin' 'gnutls=2.4.1' 'talloc' 'tdb' 'dbus')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
 samba.logrotate
-swat.xinetd
 samba.pam
 samba.service
 samba.conf.d
@@ -32,8 +31,6 @@
 smbd.socket
 nmbd.service
 smbd@.service
-swat.socket
-swat@.service
 winbindd.service
 samba.conf)
 ### UNINSTALL dmapi package before building!!!
@@ -76,7 +73,6 @@
   --with-piddir=/var/run \
   --with-ads \
   --with-ldap \
-  --with-swat \
   --with-winbind \
   --with-acl-support \
   --enable-gnutls \
@@ -211,7 +207,7 @@
 
   # install systemd files
   install -d -m755 ${pkgdir}/usr/lib/systemd/system
-  #for i in smbd nmbd swat winbindd; do
+  #for i in smbd nmbd winbindd; do
   install -m644 ${srcdir}/*.service ${pkgdir}/usr/lib/systemd/system/
   install -m644 ${srcdir}/*.socket ${pkgdir}/usr/lib/systemd/system/
   install -d -m755  ${pkgdir}/etc/conf.d
@@ -227,7 +223,6 @@
   chmod 700 ${pkgdir}/etc/samba/private
 
   install -D -m644 ${srcdir}/samba.logrotate ${pkgdir}/etc/logrotate.d/samba
-  install -D -m644 ${srcdir}/swat.xinetd ${pkgdir}/etc/xinetd.d/swat
   install -D -m644 ${srcdir}/samba.pam ${pkgdir}/etc/pam.d/samba 
 
   # winbind krb5 locator
@@ -245,9 +240,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('220740f75035b2221e3b9a848e19d1ea'
+md5sums=('f448d18ae678c72afb72e0510cd69710'
  '5697da77590ec092cc8a883bae06093c'
- 'ee8507839745cf17d2fb5401be7da6a8'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'
  '6c447748a064d631435dbef0a3dcf32f'
@@ -255,7 +249,5 @@
  'a78b9aa93eb14b0ac445897395693225'
  'df6380c73cb73163968eabc8650f7358'
  '70afd2db60a2e8eff7615dbdecd887ac'
- '6db11f3dd2112a4b7a73007b189bef3f'
- 'fd6be0cf1e5b3f0c3599fdb95455d19f'
  'd5f56f43e1280bba20f6bbd88d16fa41'
  '49abd7b719e3713a3f75a8a50958e381')

Deleted: swat.socket
===
--- swat.socket 2013-10-14 07:18:49 UTC (rev 196469)
+++ swat.socket 2013-10-14 07:25:09 UTC (rev 196470)
@@ -1,9 +0,0 @@
-[Unit]
-Description=SWAT Samba Web Admin Tool
-
-[Socket]
-ListenStream=127.0.0.1:901
-Accept=true
-
-[Install]
-WantedBy=sockets.target

Deleted: swat.xinetd
===
--- swat.xinetd 2013-10-14 07:18:49 UTC (rev 196469)
+++ swat.xinetd 2013-10-14 07:25:09 UTC (rev 196470)
@@ -1,10 +0,0 @@
-service swat
-{
-socket_type = stream
-wait= no
-user= root
-server  = /usr/bin/swat
-log_on_success  += HOST DURATION
-log_on_failure  += HOST
-disable = yes
-}

Deleted: swat@.service
===
--- swat@.service   2013-10-14 07:18:49 UTC (rev 196469)
+++ swat@.service   2013-10-14 07:25:09 UTC (rev 196470)
@@ -1,7 +0,0 @@
-[Unit]
-Description=SWAT Samba Web Admin Tool
-After=local-fs.target
-
-[Service]
-ExecStart=/usr/bin/swat
-StandardInput=socket



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:25:24
  Author: tpowa
Revision: 196471

archrelease: copy trunk to testing-x86_64

Added:
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 196470, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 196470, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 196470, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 196470, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 196470, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 196470, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 196470, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 196470, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 196470, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 196470, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 196470, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 196470, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 196470, samba/trunk/winbindd.service)

---+
 PKGBUILD  |  253 
 nmbd.service  |   12 +
 samba-4.0.3-fix_pidl_with_gcc48.patch |   60 +++
 samba.conf|2 
 samba.conf.d  |   18 ++
 samba.install |   14 +
 samba.logrotate   |9 +
 samba.pam |3 
 samba.service |   14 +
 smbd.service  |   12 +
 smbd.socket   |9 +
 smbd@.service |7 
 winbindd.service  |   12 +
 13 files changed, 425 insertions(+)

Copied: samba/repos/testing-x86_64/PKGBUILD (from rev 196470, 
samba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-14 07:25:24 UTC (rev 196471)
@@ -0,0 +1,253 @@
+
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+# Contributor: Michael Hansen zrax0111 gmail com
+# Contributor: Marco A Rojas marquicus at gmail.com
+# Contributor: Netanel Shine netanel at archlinux.org.il 
+# Contributor: ngoonee ngoonee.t...@gmail.com
+# Contributor: Adam Russell adamlr6+a...@gmail.com
+# Contributor: Dhananjay Sathe dhananjaysa...@gmail.com
+
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=4.1.0
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to append 'a','b',etc to their subsequent releases, which pamcan
+# misconstrues as alpha, beta, etc.  Bad samba!
+_realver=4.1.0
+pkgrel=1
+arch=(i686 x86_64)
+url=http://www.samba.org;
+license=('GPL3')
+makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb=1.1.15' 'krb5' 
'pam' 
+ 'gamin' 'gnutls=2.4.1' 'talloc' 'tdb' 'dbus')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+samba.logrotate
+samba.pam
+samba.service
+samba.conf.d
+smbd.service
+smbd.socket
+nmbd.service
+smbd@.service
+winbindd.service
+samba.conf)
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  # Use samba-pkg as a staging directory for the split packages
+  # (This is so RPATHS and symlinks are generated correctly via
+  # make install, but the otherwise unsplit pieces can be split)
+  _pkgsrc=${srcdir}/samba-pkg
+  rm -rf ${_pkgsrc}
+  cd ${srcdir}/samba-${_realver}
+  # change to use python2
+  SAVEIFS=${IFS}
+  IFS=$(echo -en \n\b)
+  PYTHON_CALLERS=$(find ${srcdir}/samba-${_realver} -name '*.py')
+$(find ${srcdir}/samba-${_realver} -name 'wscript*')
+$(find ${srcdir}/samba-${_realver} -name 'configure.ac')
+$(find ${srcdir}/samba-${_realver} -name 'upgrade_from_s3')
+$(find ${srcdir}/samba-${_realver}/buildtools -type f)
+$(find ${srcdir}/samba-${_realver}/source4/scripting -type f)
+  sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| \
+ -e s|python-config|python2-config| \
+ -e s|bin/python|bin/python2| \
+  ${PYTHON_CALLERS}
+  IFS=${SAVEIFS}
+
+  export PYTHON=/usr/bin/python2
+_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
+_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
+_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
+ cd 

[arch-commits] Commit in samba/repos (40 files)

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:31:40
  Author: tpowa
Revision: 196472

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 196471, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 196471, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 196471, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-i686/samba.conf
(from rev 196471, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 196471, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 196471, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 196471, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 196471, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 196471, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 196471, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 196471, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 196471, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 196471, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 196471, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 196471, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 196471, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 196471, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 196471, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 196471, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 196471, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 196471, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 196471, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 196471, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 196471, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 196471, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 196471, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 /PKGBUILD|  253 +
 /nmbd.service|   12 
 /samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 
 /samba.conf  |2 
 /samba.conf.d|   18 +
 /samba.install   |   14 
 /samba.logrotate |9 
 /samba.pam   |3 
 /samba.service   |   14 
 /smbd.service|   12 
 /smbd.socket |9 
 /smbd@.service   |7 
 /winbindd.service|   12 
 testing-i686/PKGBUILD|  253 +
 testing-i686/nmbd.service|   12 
 testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 
 testing-i686/samba.conf  |2 
 testing-i686/samba.conf.d|   18 +
 testing-i686/samba.install   |   14 
 testing-i686/samba.logrotate |9 
 testing-i686/samba.pam   |3 
 testing-i686/samba.service   |   14 
 testing-i686/smbd.service|   12 
 testing-i686/smbd.socket |9 
 testing-i686/smbd@.service   |7 
 testing-i686/winbindd.service|   12 
 testing-x86_64/PKGBUILD  |  253 -
 testing-x86_64/nmbd.service 

[arch-commits] Commit in gnome-python-desktop/repos (10 files)

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:42:40
  Author: jgc
Revision: 196474

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

Added:
  gnome-python-desktop/repos/extra-i686/01_wnck_enums.patch
(from rev 196473, gnome-python-desktop/trunk/01_wnck_enums.patch)
  gnome-python-desktop/repos/extra-i686/PKGBUILD
(from rev 196473, gnome-python-desktop/trunk/PKGBUILD)
  
gnome-python-desktop/repos/extra-i686/gnome-python-desktop-2.32.0-metacity-build.patch
(from rev 196473, 
gnome-python-desktop/trunk/gnome-python-desktop-2.32.0-metacity-build.patch)
  gnome-python-desktop/repos/extra-x86_64/01_wnck_enums.patch
(from rev 196473, gnome-python-desktop/trunk/01_wnck_enums.patch)
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD
(from rev 196473, gnome-python-desktop/trunk/PKGBUILD)
  
gnome-python-desktop/repos/extra-x86_64/gnome-python-desktop-2.32.0-metacity-build.patch
(from rev 196473, 
gnome-python-desktop/trunk/gnome-python-desktop-2.32.0-metacity-build.patch)
Deleted:
  gnome-python-desktop/repos/extra-i686/PKGBUILD
  
gnome-python-desktop/repos/extra-i686/gnome-python-desktop-2.32.0-metacity-build.patch
  gnome-python-desktop/repos/extra-x86_64/PKGBUILD
  
gnome-python-desktop/repos/extra-x86_64/gnome-python-desktop-2.32.0-metacity-build.patch

---+
 /PKGBUILD |  202 ++
 /gnome-python-desktop-2.32.0-metacity-build.patch |   84 
 extra-i686/01_wnck_enums.patch|   32 +
 extra-i686/PKGBUILD   |  107 -
 extra-i686/gnome-python-desktop-2.32.0-metacity-build.patch   |   42 --
 extra-x86_64/01_wnck_enums.patch  |   32 +
 extra-x86_64/PKGBUILD |  107 -
 extra-x86_64/gnome-python-desktop-2.32.0-metacity-build.patch |   42 --
 8 files changed, 350 insertions(+), 298 deletions(-)

Copied: gnome-python-desktop/repos/extra-i686/01_wnck_enums.patch (from rev 
196473, gnome-python-desktop/trunk/01_wnck_enums.patch)
===
--- extra-i686/01_wnck_enums.patch  (rev 0)
+++ extra-i686/01_wnck_enums.patch  2013-10-14 07:42:40 UTC (rev 196474)
@@ -0,0 +1,32 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630063
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597414
+
+--- a/wnck/wnck.defs
 b/wnck/wnck.defs
+@@ -100,7 +100,7 @@
+   )
+ )
+ 
+-(define-enum WindowState
++(define-flags WindowState
+   (in-module Wnck)
+   (c-name WnckWindowState)
+   (gtype-id WNCK_TYPE_WINDOW_STATE)
+@@ -121,7 +121,7 @@
+   )
+ )
+ 
+-(define-enum WindowActions
++(define-flags WindowActions
+   (in-module Wnck)
+   (c-name WnckWindowActions)
+   (gtype-id WNCK_TYPE_WINDOW_ACTIONS)
+@@ -184,7 +184,7 @@
+   )
+ )
+ 
+-(define-enum WindowMoveResizeMask
++(define-flags WindowMoveResizeMask
+   (in-module Wnck)
+   (c-name WnckWindowMoveResizeMask)
+   (gtype-id WNCK_TYPE_WINDOW_MOVE_RESIZE_MASK)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 07:42:33 UTC (rev 196473)
+++ extra-i686/PKGBUILD 2013-10-14 07:42:40 UTC (rev 196474)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
-
-pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 
'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 
'python2-wnck')
-pkgver=2.32.0
-pkgrel=13
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgtop' 'totem-plparser' 
'gnome-desktop2' 'metacity' 'librsvg' 'libwnck')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
-gnome-python-desktop-2.32.0-metacity-build.patch)
-sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9'
-'f012f9bd2f9baa527f07ad2f6e312c875bb6f2d3204270a1b053278a3a0c86b3')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -p1 -i ../gnome-python-desktop-2.32.0-metacity-build.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-metacity
-  make
-}
-
-package_gnome-python-desktop() {
-  depends=('python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 
'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck' 
'gnome-python')
-  pkgdesc=Python bindings for the GNOME desktop environment
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make install-pkgconfigDATA DESTDIR=${pkgdir}
-}
-
-package_python2-gnomedesktop() {
-  depends=('pygtk' 'gnome-desktop2' 'python2-gnomevfs')
-  pkgdesc=Python bindings for gnome-desktop 2.x
-  

[arch-commits] Commit in gnome-python-desktop/trunk (01_wnck_enums.patch PKGBUILD)

2013-10-14 Thread Jan de Groot
Date: Monday, October 14, 2013 @ 09:42:33
  Author: jgc
Revision: 196473

upgpkg: gnome-python-desktop 2.32.0-14

Drop metacity bindings
Wrap wnck correctly (FS#37308)

Added:
  gnome-python-desktop/trunk/01_wnck_enums.patch
Modified:
  gnome-python-desktop/trunk/PKGBUILD

-+
 01_wnck_enums.patch |   32 
 PKGBUILD|   46 --
 2 files changed, 52 insertions(+), 26 deletions(-)

Added: 01_wnck_enums.patch
===
--- 01_wnck_enums.patch (rev 0)
+++ 01_wnck_enums.patch 2013-10-14 07:42:33 UTC (rev 196473)
@@ -0,0 +1,32 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630063
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597414
+
+--- a/wnck/wnck.defs
 b/wnck/wnck.defs
+@@ -100,7 +100,7 @@
+   )
+ )
+ 
+-(define-enum WindowState
++(define-flags WindowState
+   (in-module Wnck)
+   (c-name WnckWindowState)
+   (gtype-id WNCK_TYPE_WINDOW_STATE)
+@@ -121,7 +121,7 @@
+   )
+ )
+ 
+-(define-enum WindowActions
++(define-flags WindowActions
+   (in-module Wnck)
+   (c-name WnckWindowActions)
+   (gtype-id WNCK_TYPE_WINDOW_ACTIONS)
+@@ -184,7 +184,7 @@
+   )
+ )
+ 
+-(define-enum WindowMoveResizeMask
++(define-flags WindowMoveResizeMask
+   (in-module Wnck)
+   (c-name WnckWindowMoveResizeMask)
+   (gtype-id WNCK_TYPE_WINDOW_MOVE_RESIZE_MASK)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:31:40 UTC (rev 196472)
+++ PKGBUILD2013-10-14 07:42:33 UTC (rev 196473)
@@ -4,31 +4,35 @@
 # Contributor: Wael Nasreddine gand...@siemens-mobiles.org
 
 pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 
'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 
'python2-wnck')
+pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 
'python2-gtop' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck')
 pkgver=2.32.0
-pkgrel=13
+pkgrel=14
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 options=('!libtool')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgtop' 'totem-plparser' 
'gnome-desktop2' 'metacity' 'librsvg' 'libwnck')
+makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgtop' 'totem-plparser' 
'gnome-desktop2' 'librsvg' 'libwnck')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
-gnome-python-desktop-2.32.0-metacity-build.patch)
+01_wnck_enums.patch)
 sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9'
-'f012f9bd2f9baa527f07ad2f6e312c875bb6f2d3204270a1b053278a3a0c86b3')
+'bb51a303bc745f13f9386c734c0467267a19cb193c330eff0b7d39aad0edb1c1')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../01_wnck_enums.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -p1 -i ../gnome-python-desktop-2.32.0-metacity-build.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-metacity
+  cd $pkgbase-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-metacity
   make
 }
 
 package_gnome-python-desktop() {
-  depends=('python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 
'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck' 
'gnome-python')
+  depends=('python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 
'python2-rsvg' 'python2-totem-plparser' 'python2-wnck' 'gnome-python')
   pkgdesc=Python bindings for the GNOME desktop environment
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make install-pkgconfigDATA DESTDIR=${pkgdir}
 }
 
@@ -38,7 +42,7 @@
   conflicts=('python-gnomedesktop=2.32.0-10')
   replaces=('python-gnomedesktop=2.32.0-10')
   
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make -C gnomedesktop install DESTDIR=${pkgdir}
 }
 
@@ -48,7 +52,7 @@
   conflicts=('python-gnomekeyring=2.32.0-10')
   replaces=('python-gnomekeyring=2.32.0-10')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make -C gnomekeyring install DESTDIR=${pkgdir}
 }
 
@@ -58,20 +62,10 @@
   conflicts=('python-gtop=2.32.0-10')
   replaces=('python-gtop=2.32.0-10')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make -C gtop install DESTDIR=${pkgdir}
 }
 
-package_python2-metacity() {
-  depends=('pygtk' 'metacity')
-  pkgdesc=Python bindings for metacity
-  conflicts=('python-metacity=2.32.0-10')
-  replaces=('python-metacity=2.32.0-10')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make -C metacity install DESTDIR=${pkgdir}
-}
-
 package_python2-rsvg() {
   depends=('pygtk' 'librsvg')
   pkgdesc=Python bindings for librsvg
@@ -78,7 +72,7 @@
   conflicts=('python-rsvg=2.32.0-10')
   replaces=('python-rsvg=2.32.0-10')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   make 

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

2013-10-14 Thread Maxime Gauduin
Date: Monday, October 14, 2013 @ 09:45:54
  Author: alucryd
Revision: 98577

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 98576, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-14 07:45:44 UTC (rev 98576)
+++ PKGBUILD2013-10-14 07:45:54 UTC (rev 98577)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Flexible music library manager and tagger
-arch=('any')
-url=http://beets.radbox.org/;
-license=('MIT')
-depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('gstreamer0.10-python: BPD audio player plugin'
-'python2-flask: Web interface'
-'python2-pyacoustid: Acoustic fingerprinting'
-'python2-pylast: Lastgenre plugin')
-source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-# Manpages
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
-  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 98576, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-14 07:45:54 UTC (rev 98577)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Flexible music library manager and tagger
+arch=('any')
+url=http://beets.radbox.org/;
+license=('MIT')
+depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('gstreamer0.10-python: BPD audio player plugin'
+'python2-flask: Web interface'
+'python2-pyacoustid: Acoustic fingerprinting'
+'python2-pylast: Lastgenre plugin')
+source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('62ff54ad0f5cb224df2a9bed84d1281f27dd956cafe916b09318776a4b3ca308')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+# Manpages
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
+  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2013-10-14 Thread Maxime Gauduin
Date: Monday, October 14, 2013 @ 09:45:44
  Author: alucryd
Revision: 98576

upgpkg: beets 1.3.1-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:18:34 UTC (rev 98575)
+++ PKGBUILD2013-10-14 07:45:44 UTC (rev 98576)
@@ -3,7 +3,7 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Flexible music library manager and tagger
 arch=('any')
@@ -15,7 +15,7 @@
 'python2-pyacoustid: Acoustic fingerprinting'
 'python2-pylast: Lastgenre plugin')
 
source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3')
+sha256sums=('62ff54ad0f5cb224df2a9bed84d1281f27dd956cafe916b09318776a4b3ca308')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 10:00:14
  Author: tpowa
Revision: 196476

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

Added:
  xinetd/repos/testing-i686/
  xinetd/repos/testing-i686/PKGBUILD
(from rev 196475, xinetd/trunk/PKGBUILD)
  xinetd/repos/testing-i686/fix-CVE-2013-4342.patch
(from rev 196475, xinetd/trunk/fix-CVE-2013-4342.patch)
  xinetd/repos/testing-i686/servers
(from rev 196475, xinetd/trunk/servers)
  xinetd/repos/testing-i686/services
(from rev 196475, xinetd/trunk/services)
  xinetd/repos/testing-i686/xinetd
(from rev 196475, xinetd/trunk/xinetd)
  xinetd/repos/testing-i686/xinetd.conf
(from rev 196475, xinetd/trunk/xinetd.conf)
  xinetd/repos/testing-i686/xinetd.service
(from rev 196475, xinetd/trunk/xinetd.service)
  xinetd/repos/testing-x86_64/
  xinetd/repos/testing-x86_64/PKGBUILD
(from rev 196475, xinetd/trunk/PKGBUILD)
  xinetd/repos/testing-x86_64/fix-CVE-2013-4342.patch
(from rev 196475, xinetd/trunk/fix-CVE-2013-4342.patch)
  xinetd/repos/testing-x86_64/servers
(from rev 196475, xinetd/trunk/servers)
  xinetd/repos/testing-x86_64/services
(from rev 196475, xinetd/trunk/services)
  xinetd/repos/testing-x86_64/xinetd
(from rev 196475, xinetd/trunk/xinetd)
  xinetd/repos/testing-x86_64/xinetd.conf
(from rev 196475, xinetd/trunk/xinetd.conf)
  xinetd/repos/testing-x86_64/xinetd.service
(from rev 196475, xinetd/trunk/xinetd.service)

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/fix-CVE-2013-4342.patch   |   13 +++
 testing-i686/servers   |   10 +
 testing-i686/services  |   10 +
 testing-i686/xinetd|   38 ++
 testing-i686/xinetd.conf   |   14 
 testing-i686/xinetd.service|   10 +
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/fix-CVE-2013-4342.patch |   13 +++
 testing-x86_64/servers |   10 +
 testing-x86_64/services|   10 +
 testing-x86_64/xinetd  |   38 ++
 testing-x86_64/xinetd.conf |   14 
 testing-x86_64/xinetd.service  |   10 +
 14 files changed, 296 insertions(+)

Copied: xinetd/repos/testing-i686/PKGBUILD (from rev 196475, 
xinetd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 08:00:14 UTC (rev 196476)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=xinetd
+pkgver=2.3.15
+pkgrel=4
+pkgdesc=A secure replacement for inetd
+arch=('i686' 'x86_64')
+url=http://www.xinetd.org/;
+license=('custom')
+optdepends=('perl: for xconv.pl script')
+backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
+source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
+xinetd.conf
+servers
+services
+xinetd.service
+fix-CVE-2013-4342.patch)
+md5sums=('77358478fd58efa6366accae99b8b04c'
+ 'f109f699a07bc8cfb5791060f5e87f9e'
+ '21f47b4aa20921cfad9f9a407f81'
+ '9fa2061dc7dd738c8424251deb86f81e'
+ '38be35b6e7146dc59902e243d9063b4c'
+ 'b14615c73753ceffbcc96d5e08f3c18d')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i s#${prefix}/man#${prefix}/share/man# configure
+  # fix #37310
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1006100#c
+  patch -Np1 -i $srcdir/fix-CVE-2013-4342.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-libwrap
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr DAEMONDIR=$pkgdir/usr/bin install
+  
+  install -Dm644 $srcdir/xinetd.conf $pkgdir/etc/xinetd.conf
+  install -Dm644 $srcdir/servers $pkgdir/etc/xinetd.d/servers
+  install -Dm644 $srcdir/services $pkgdir/etc/xinetd.d/services
+
+  # install systemd files
+  install -Dm644 $srcdir/xinetd.service 
$pkgdir/usr/lib/systemd/system/xinetd.service
+  # install license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Copied: xinetd/repos/testing-i686/fix-CVE-2013-4342.patch (from rev 196475, 
xinetd/trunk/fix-CVE-2013-4342.patch)
===
--- testing-i686/fix-CVE-2013-4342.patch(rev 0)
+++ testing-i686/fix-CVE-2013-4342.patch2013-10-14 08:00:14 UTC (rev 
196476)
@@ -0,0 +1,13 @@
+diff --git a/xinetd/builtins.c b/xinetd/builtins.c
+index e61502f..a414cf3 100644
+--- a/xinetd/builtins.c
 b/xinetd/builtins.c
+@@ -695,7 +695,7 @@ static void tcpmux_handler( const struct server *serp )
+if( SC_IS_INTERNAL( scp ) ) {
+   SC_INTERNAL(scp, nserp);
+ 

[arch-commits] Commit in xinetd/trunk (PKGBUILD fix-CVE-2013-4342.patch)

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 09:59:52
  Author: tpowa
Revision: 196475

upgpkg: xinetd 2.3.15-4

fix #37310

Added:
  xinetd/trunk/fix-CVE-2013-4342.patch
Modified:
  xinetd/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 fix-CVE-2013-4342.patch |   13 +
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:42:40 UTC (rev 196474)
+++ PKGBUILD2013-10-14 07:59:52 UTC (rev 196475)
@@ -4,7 +4,7 @@
 
 pkgname=xinetd
 pkgver=2.3.15
-pkgrel=3
+pkgrel=4
 pkgdesc=A secure replacement for inetd
 arch=('i686' 'x86_64')
 url=http://www.xinetd.org/;
@@ -15,16 +15,21 @@
 xinetd.conf
 servers
 services
-xinetd.service)
+xinetd.service
+fix-CVE-2013-4342.patch)
 md5sums=('77358478fd58efa6366accae99b8b04c'
  'f109f699a07bc8cfb5791060f5e87f9e'
  '21f47b4aa20921cfad9f9a407f81'
  '9fa2061dc7dd738c8424251deb86f81e'
- '38be35b6e7146dc59902e243d9063b4c')
+ '38be35b6e7146dc59902e243d9063b4c'
+ 'b14615c73753ceffbcc96d5e08f3c18d')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   sed -i s#${prefix}/man#${prefix}/share/man# configure
+  # fix #37310
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1006100#c
+  patch -Np1 -i $srcdir/fix-CVE-2013-4342.patch
 }
 
 build() {

Added: fix-CVE-2013-4342.patch
===
--- fix-CVE-2013-4342.patch (rev 0)
+++ fix-CVE-2013-4342.patch 2013-10-14 07:59:52 UTC (rev 196475)
@@ -0,0 +1,13 @@
+diff --git a/xinetd/builtins.c b/xinetd/builtins.c
+index e61502f..a414cf3 100644
+--- a/xinetd/builtins.c
 b/xinetd/builtins.c
+@@ -695,7 +695,7 @@ static void tcpmux_handler( const struct server *serp )
+if( SC_IS_INTERNAL( scp ) ) {
+   SC_INTERNAL(scp, nserp);
+} else {
+-  exec_server(nserp);
++  child_process(nserp);
+}
+ }
+ 



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 10:08:48
  Author: tpowa
Revision: 196477

upgpkg: syslinux 6.02-1

bump to latest version

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 08:00:14 UTC (rev 196476)
+++ PKGBUILD2013-10-14 08:08:48 UTC (rev 196477)
@@ -3,8 +3,8 @@
 # Contributor: Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
 pkgname=syslinux
-pkgver=6.01
-pkgrel=4
+pkgver=6.02
+pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
@@ -20,7 +20,7 @@
 'util-linux:   For isohybrid'
 'efibootmgr:   For EFI support'
 'dosfstools:   For EFI support')
-md5sums=('5fe8959b92255143a334167ca1c395a6'
+md5sums=('6f275813a1b08cf852e55c0a3f8fbc78'
  '46ca150f53322ff8f1597d9a342f7e40'
  '0e7d47e1f791f0c5e7bd40ed5c6d80cc')
 
@@ -161,4 +161,3 @@
 _package_syslinux_bios
 
 }
-



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 10:09:01
  Author: tpowa
Revision: 196478

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 196477, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 196477, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 196477, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 196477, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 196477, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 196477, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 196477, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 196477, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

+
 /PKGBUILD  |  326 ++
 /syslinux-install_update   |  922 +++
 /syslinux.cfg  |  156 +
 /syslinux.install  |   72 ++
 testing-i686/PKGBUILD  |  164 -
 testing-i686/syslinux-install_update   |  461 ---
 testing-i686/syslinux.cfg  |   78 --
 testing-i686/syslinux.install  |   36 -
 testing-x86_64/PKGBUILD|  164 -
 testing-x86_64/syslinux-install_update |  461 ---
 testing-x86_64/syslinux.cfg|   78 --
 testing-x86_64/syslinux.install|   36 -
 12 files changed, 1476 insertions(+), 1478 deletions(-)

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


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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 10:44:35
  Author: fyan
Revision: 98578

upgpkg: fcitx-unikey 0.2.2-2

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 07:45:54 UTC (rev 98577)
+++ PKGBUILD2013-10-14 08:44:35 UTC (rev 98578)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-unikey
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Fcitx Wrapper for unikey
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
@@ -26,6 +26,9 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}/build
   make DESTDIR=${pkgdir} install
+
+  # Fix desc missing problem
+  install -Dm644 ../src/fcitx-unikey.desc 
$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc
 }
 
 
sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')



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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 10:45:50
  Author: fyan
Revision: 98579

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

Added:
  fcitx-unikey/repos/community-i686/PKGBUILD
(from rev 98578, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
(from rev 98578, fcitx-unikey/trunk/fcitx-unikey.install)
  fcitx-unikey/repos/community-x86_64/PKGBUILD
(from rev 98578, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install
(from rev 98578, fcitx-unikey/trunk/fcitx-unikey.install)
Deleted:
  fcitx-unikey/repos/community-i686/PKGBUILD
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
  fcitx-unikey/repos/community-x86_64/PKGBUILD
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install

---+
 /PKGBUILD |   68 
 /fcitx-unikey.install |   22 ++
 community-i686/PKGBUILD   |   31 --
 community-i686/fcitx-unikey.install   |   11 -
 community-x86_64/PKGBUILD |   31 --
 community-x86_64/fcitx-unikey.install |   11 -
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 08:44:35 UTC (rev 98578)
+++ community-i686/PKGBUILD 2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-unikey
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Fcitx Wrapper for unikey
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.8')
-optdepends=('qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'qt4')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-install=fcitx-unikey.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 98578, 
fcitx-unikey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 08:45:50 UTC (rev 98579)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=fcitx-unikey
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=Fcitx Wrapper for unikey
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.8')
+optdepends=('qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'qt4')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+install=fcitx-unikey.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  # Fix desc missing problem
+  install -Dm644 ../src/fcitx-unikey.desc 
$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc
+}
+
+sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Deleted: community-i686/fcitx-unikey.install
===
--- community-i686/fcitx-unikey.install 2013-10-14 08:44:35 UTC (rev 98578)
+++ community-i686/fcitx-unikey.install 2013-10-14 08:45:50 UTC (rev 98579)
@@ -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: fcitx-unikey/repos/community-i686/fcitx-unikey.install (from rev 98578, 
fcitx-unikey/trunk/fcitx-unikey.install)
===
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2013-10-14 08:45:50 UTC (rev 98579)
@@ -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   2013-10-14 08:44:35 UTC (rev 98578)
+++ community-x86_64/PKGBUILD   2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-unikey
-pkgver=0.2.2

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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 10:50:13
  Author: ioni
Revision: 196479

update to 3.11

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 08:09:01 UTC (rev 196478)
+++ PKGBUILD2013-10-14 08:50:13 UTC (rev 196479)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp mdk...@elys.com
 
 pkgname=ethtool
-pkgver=3.10
+pkgver=3.11
 pkgrel=1
 epoch=1
 pkgdesc=Utility for controlling network drivers and hardware
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('d1930df6e70a5204e8154a9911992be4')
+md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
 
 build() {
 cd $pkgname-$pkgver



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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 10:50:55
  Author: ioni
Revision: 196480

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 08:50:13 UTC (rev 196479)
+++ extra-i686/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Martin Kemp mdk...@elys.com
-
-pkgname=ethtool
-pkgver=3.10
-pkgrel=1
-epoch=1
-pkgdesc=Utility for controlling network drivers and hardware
-arch=('i686' 'x86_64')
-url=http://www.kernel.org/pub/software/network/ethtool/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('d1930df6e70a5204e8154a9911992be4')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --mandir=/usr/share/man \
---sbindir=/usr/bin
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 196479, 
ethtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.11
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=http://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 08:50:13 UTC (rev 196479)
+++ extra-x86_64/PKGBUILD   2013-10-14 08:50:55 UTC (rev 196480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Martin Kemp mdk...@elys.com
-
-pkgname=ethtool
-pkgver=3.10
-pkgrel=1
-epoch=1
-pkgdesc=Utility for controlling network drivers and hardware
-arch=('i686' 'x86_64')
-url=http://www.kernel.org/pub/software/network/ethtool/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('d1930df6e70a5204e8154a9911992be4')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --mandir=/usr/share/man \
---sbindir=/usr/bin
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 196479, 
ethtool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-14 08:50:55 UTC (rev 196480)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.11
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=http://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 11:29:54
  Author: ioni
Revision: 196481

update to 4.3.1

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 08:50:55 UTC (rev 196480)
+++ PKGBUILD2013-10-14 09:29:54 UTC (rev 196481)
@@ -6,9 +6,9 @@
 # Contributor: Marco Crosio marco.cro...@gmail.com
 
 pkgname=eclipse
-pkgver=4.3
+pkgver=4.3.1
 pkgrel=1
-_date=201306052000
+_date=201309111000
 pkgdesc=An IDE for Java and other languages
 arch=('i686' 'x86_64')
 url=http://eclipse.org;
@@ -18,12 +18,12 @@
 license=(EPL/1.1)
 
source=(ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz;
 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg')
-md5sums=('8046626198b529c2e292022c39c18262'
+md5sums=('04880311281ff9de71a7d1def630b29e'
  '7ea99a30fbaf06ec29261541b8eb1e23'
  'ba2cf02c48e6e35bfe3685401c26bb5b'
  '77cff7543ccf7e177cb6667f5a20ce19')
 [ $CARCH = x86_64 ]  
source[0]=ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk-$CARCH.tar.gz;
-[ $CARCH = x86_64 ]  md5sums[0]='8dba840856c5ca38b3c08ebac9a47cb8'
+[ $CARCH = x86_64 ]  md5sums[0]='61e44d550751d3b176fbe56dd0f75060'
 
 package() {
   # install eclipse
@@ -32,7 +32,7 @@
 
   # install misc
   install -d $pkgdir/usr/bin $pkgdir/usr/share/applications \
-$pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
+$pkgdir/usr/share/icons/hicolor/apps
   install -m755 eclipse.sh $pkgdir/usr/bin/eclipse
   install -m644 eclipse.desktop $pkgdir/usr/share/applications/
   # install icon



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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 11:30:29
  Author: ioni
Revision: 196482

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 196481, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 196481, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.install
(from rev 196481, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 196481, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-i686/eclipse.svg
(from rev 196481, eclipse/trunk/eclipse.svg)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 196481, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 196481, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 196481, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 196481, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/eclipse.svg
(from rev 196481, eclipse/trunk/eclipse.svg)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-i686/eclipse.svg
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh
  eclipse/repos/extra-x86_64/eclipse.svg

--+
 /PKGBUILD|   84 +
 /eclipse.desktop |   18 
 /eclipse.install |   22 
 /eclipse.sh  |8 
 /eclipse.svg | 3246 +
 extra-i686/PKGBUILD  |   42 
 extra-i686/eclipse.desktop   |9 
 extra-i686/eclipse.install   |   11 
 extra-i686/eclipse.sh|4 
 extra-i686/eclipse.svg   | 1623 
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/eclipse.desktop |9 
 extra-x86_64/eclipse.install |   11 
 extra-x86_64/eclipse.sh  |4 
 extra-x86_64/eclipse.svg | 1623 
 15 files changed, 3378 insertions(+), 3378 deletions(-)

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


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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 11:55:58
  Author: ioni
Revision: 98580

update to 3.10

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 08:45:50 UTC (rev 98579)
+++ PKGBUILD2013-10-14 09:55:58 UTC (rev 98580)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
 pkgname=gnote
-pkgver=3.8.1
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=A note taking application.
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
+sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
 
 build() {
 cd $pkgname-$pkgver



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

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 11:58:10
  Author: ioni
Revision: 98581

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

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

+
 /PKGBUILD  |   66 +++
 /gnote.install |   42 
 community-i686/PKGBUILD|   33 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 09:55:58 UTC (rev 98580)
+++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=A note taking application.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-options=('!libtool')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 98580, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2013-10-14 09:55:58 UTC (rev 98580)
+++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 98580, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+

[arch-commits] Commit in gnome-color-manager/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:45:17
  Author: heftig
Revision: 196484

3.10.1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 11:45:12 UTC (rev 196483)
+++ PKGBUILD2013-10-14 11:45:17 UTC (rev 196484)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('95e27198fb6c7d45918d1a47a440ed5af0c65bbe2ec53fb8898d4c00c7dc8f00')
+sha256sums=('2944627f4166aaac08ba9d73614cbd79eba93573bd7d32e17a12082e30fb1399')
 
 build(){
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:45:12
  Author: heftig
Revision: 196483

3.10.1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 09:30:29 UTC (rev 196482)
+++ PKGBUILD2013-10-14 11:45:12 UTC (rev 196483)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
@@ -11,7 +11,7 @@
 makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool')
-sha256sums=('8aaa1f83fdb2e30bae77405a63a8be600b311a04a4cdc952b2ab62ee81aad077')
+sha256sums=('87a4d3de4b8ea30a1290229f62092aeb0b77e6b21ca6588bb4704e05fd750837')
 
 prepare() {
   mkdir build-py2 build-py3 devel



[arch-commits] Commit in gnome-power-manager/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:49:54
  Author: heftig
Revision: 196485

3.10.1

Modified:
  gnome-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 11:45:17 UTC (rev 196484)
+++ PKGBUILD2013-10-14 11:49:54 UTC (rev 196485)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-power-manager
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=System power information and statistics
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=gnome-power-manager.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e193f7b6c813acab2d57eefec783d267b26d114c2185ffe41334000c65f76841')
+sha256sums=('71c79a2f74ca076153a4f2a5dfc28a1dcb9179722108644421033780950595e2')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:51:43
  Author: heftig
Revision: 196486

0.20.1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 11:49:54 UTC (rev 196485)
+++ PKGBUILD2013-10-14 11:51:43 UTC (rev 196486)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f695bae2c20b911393f7abf265c18f3c5a5c42fe4223fc9150ab9007558363fe')
+sha256sums=('00792c8db8f5ca0cb655ab00d90bec6f90e2a4b505f10faf03924800285a7ec3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-color-manager/repos (8 files)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:53:01
  Author: heftig
Revision: 196487

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

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 196486, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 196486, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 196486, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 196486, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install

--+
 /PKGBUILD|   70 +
 /gnome-color-manager.install |   38 +++
 extra-i686/PKGBUILD  |   35 --
 extra-i686/gnome-color-manager.install   |   19 ---
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 11:51:43 UTC (rev 196486)
+++ extra-i686/PKGBUILD 2013-10-14 11:53:01 UTC (rev 196487)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
clutter-gtk
- mash shared-color-profiles shared-color-targets gnome-desktop 
colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-install=gnome-color-manager.install
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('95e27198fb6c7d45918d1a47a440ed5af0c65bbe2ec53fb8898d4c00c7dc8f00')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 196486, 
gnome-color-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 11:53:01 UTC (rev 196487)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
clutter-gtk
+ mash shared-color-profiles shared-color-targets gnome-desktop 
colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2944627f4166aaac08ba9d73614cbd79eba93573bd7d32e17a12082e30fb1399')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- extra-i686/gnome-color-manager.install  2013-10-14 11:51:43 UTC (rev 
196486)
+++ extra-i686/gnome-color-manager.install  2013-10-14 11:53:01 UTC (rev 
196487)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas 

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:53:46
  Author: heftig
Revision: 196488

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 11:53:01 UTC (rev 196487)
+++ extra-i686/PKGBUILD 2013-10-14 11:53:46 UTC (rev 196488)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.10.0
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')
-sha256sums=('8aaa1f83fdb2e30bae77405a63a8be600b311a04a4cdc952b2ab62ee81aad077')
-
-prepare() {
-  mkdir build-py2 build-py3 devel
-  cd ${pkgbase}-${pkgver}
-  sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
-  cd build-py2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
-  make
-
-  cd ../build-py3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
-
-  cd build-py3
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
-
-  cd build-py2
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/extra-i686/PKGBUILD (from rev 196487, 
pygobject/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 11:53:46 UTC (rev 196488)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.10.1
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('87a4d3de4b8ea30a1290229f62092aeb0b77e6b21ca6588bb4704e05fd750837')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 11:53:01 UTC (rev 196487)
+++ extra-x86_64/PKGBUILD   2013-10-14 11:53:46 UTC (rev 196488)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.10.0
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')

[arch-commits] Commit in gnome-power-manager/repos (8 files)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:54:21
  Author: heftig
Revision: 196489

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

Added:
  gnome-power-manager/repos/extra-i686/PKGBUILD
(from rev 196488, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/extra-i686/gnome-power-manager.install
(from rev 196488, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 196488, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/extra-x86_64/gnome-power-manager.install
(from rev 196488, gnome-power-manager/trunk/gnome-power-manager.install)
Deleted:
  gnome-power-manager/repos/extra-i686/PKGBUILD
  gnome-power-manager/repos/extra-i686/gnome-power-manager.install
  gnome-power-manager/repos/extra-x86_64/PKGBUILD
  gnome-power-manager/repos/extra-x86_64/gnome-power-manager.install

--+
 /PKGBUILD|   62 +
 /gnome-power-manager.install |   24 +++
 extra-i686/PKGBUILD  |   31 --
 extra-i686/gnome-power-manager.install   |   12 -
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/gnome-power-manager.install |   12 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 11:53:46 UTC (rev 196488)
+++ extra-i686/PKGBUILD 2013-10-14 11:54:21 UTC (rev 196489)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-power-manager
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=System power information and statistics
-arch=(i686 x86_64)
-url=http://www.gnome.org/projects/gnome-power-manager/;
-license=(GPL)
-depends=(gtk3 upower dconf hicolor-icon-theme)
-makedepends=(intltool)
-options=(!emptydirs)
-install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e193f7b6c813acab2d57eefec783d267b26d114c2185ffe41334000c65f76841')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-power-manager \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-power-manager/repos/extra-i686/PKGBUILD (from rev 196488, 
gnome-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 11:54:21 UTC (rev 196489)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-power-manager
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=System power information and statistics
+arch=(i686 x86_64)
+url=http://www.gnome.org/projects/gnome-power-manager/;
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('71c79a2f74ca076153a4f2a5dfc28a1dcb9179722108644421033780950595e2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-power-manager.install
===
--- extra-i686/gnome-power-manager.install  2013-10-14 11:53:46 UTC (rev 
196488)
+++ extra-i686/gnome-power-manager.install  2013-10-14 11:54:21 UTC (rev 
196489)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-power-manager/repos/extra-i686/gnome-power-manager.install (from 
rev 196488, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- extra-i686/gnome-power-manager.install  (rev 0)
+++ extra-i686/gnome-power-manager.install  2013-10-14 11:54:21 UTC (rev 
196489)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD 

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:55:08
  Author: heftig
Revision: 196490

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

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

+
 /PKGBUILD  |   84 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   42 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   42 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 11:54:21 UTC (rev 196489)
+++ extra-i686/PKGBUILD 2013-10-14 11:55:08 UTC (rev 196490)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=rygel
-pkgver=0.20.0
-pkgrel=1
-pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
-arch=(i686 x86_64)
-url=http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
-makedepends=(vala intltool)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-options=('!libtool')
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f695bae2c20b911393f7abf265c18f3c5a5c42fe4223fc9150ab9007558363fe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 196489, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 11:55:08 UTC (rev 196490)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.20.1
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+options=('!libtool')
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00792c8db8f5ca0cb655ab00d90bec6f90e2a4b505f10faf03924800285a7ec3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2013-10-14 11:54:21 UTC (rev 196489)
+++ extra-i686/rygel.install2013-10-14 11:55:08 UTC (rev 196490)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install (from rev 196489, 
rygel/trunk/rygel.install)

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 13:59:33
  Author: heftig
Revision: 196491

3.10.1

Modified:
  gnome-music/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 11:55:08 UTC (rev 196490)
+++ PKGBUILD2013-10-14 11:59:33 UTC (rev 196491)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=3
+pkgver=3.10.1
+pkgrel=1
 pkgdesc=Music player and management application
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-music.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69')
+sha256sums=('3b75643e8a6e4d9b44b2572f0ddecfa0ec32affd9172c43a4bec909d15ac9d7c')
 
 build() {
   cd $pkgname-$pkgver


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


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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 14:00:10
  Author: heftig
Revision: 196492

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
(from rev 196491, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-i686/gnome-music.install
(from rev 196491, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 196491, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/gnome-music.install
(from rev 196491, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-i686/gnome-music.install
  gnome-music/repos/extra-x86_64/PKGBUILD
  gnome-music/repos/extra-x86_64/gnome-music.install

--+
 /PKGBUILD|   54 +
 /gnome-music.install |   24 
 extra-i686/PKGBUILD  |   27 --
 extra-i686/gnome-music.install   |   12 
 extra-x86_64/PKGBUILD|   27 --
 extra-x86_64/gnome-music.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 11:59:33 UTC (rev 196491)
+++ extra-i686/PKGBUILD 2013-10-14 12:00:10 UTC (rev 196492)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=3
-pkgdesc=Music player and management application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard 
gtk3 gvfs tracker python-gobject)
-makedepends=(intltool)
-options=('!libtool')
-groups=('gnome-extra')
-install=gnome-music.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 196491, 
gnome-music/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 12:00:10 UTC (rev 196492)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-music
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Music player and management application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://wiki.gnome.org/Apps/Music;
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-icon-theme gnome-themes-standard 
gtk3 gvfs tracker python-gobject)
+makedepends=(intltool)
+options=('!libtool')
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b75643e8a6e4d9b44b2572f0ddecfa0ec32affd9172c43a4bec909d15ac9d7c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-music.install
===
--- extra-i686/gnome-music.install  2013-10-14 11:59:33 UTC (rev 196491)
+++ extra-i686/gnome-music.install  2013-10-14 12:00:10 UTC (rev 196492)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 196491, 
gnome-music/trunk/gnome-music.install)
===
--- extra-i686/gnome-music.install  (rev 0)
+++ extra-i686/gnome-music.install  2013-10-14 12:00:10 UTC (rev 196492)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 11:59:33 UTC (rev 196491)
+++ extra-x86_64/PKGBUILD   2013-10-14 12:00:10 UTC (rev 196492)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-music
-pkgver=3.10.0
-pkgrel=3
-pkgdesc=Music player and management application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker 

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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 14:02:12
  Author: fyan
Revision: 98582

upgpkg: cgminer 3.6.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 09:58:10 UTC (rev 98581)
+++ PKGBUILD2013-10-14 12:02:12 UTC (rev 98582)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -72,6 +72,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('c8fe532b1086e3f2beb69b7f5e75e8ad9aab137c0db1a920de8e222ea2a4bf62ef608bec4b85cdf0f76162c53e5999677e326bb0b567abe26dd14eca52e28bdf'
+sha512sums=('870f953514cd5a8b6d90aff273c28369dc9933aa32d774b2fb5ef2ad84fa1078b0852543584dd21f52a64a45d497ae9c341006a138303b74006d6ef7b6bfb970'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 14:03:39
  Author: fyan
Revision: 98583

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 98582, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 98582, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 98582, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 98582, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 98582, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 98582, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  154 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   77 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   77 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 12:02:12 UTC (rev 98582)
+++ community-i686/PKGBUILD 2013-10-14 12:03:39 UTC (rev 98583)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.5.1
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0'|| -i ./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 's|JANSSON_LIBS=compat/jansson/libjansson.a|JANSSON_LIBS=-ljansson|' 
-i ./configure
-  sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('c8fe532b1086e3f2beb69b7f5e75e8ad9aab137c0db1a920de8e222ea2a4bf62ef608bec4b85cdf0f76162c53e5999677e326bb0b567abe26dd14eca52e28bdf'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 98582, 
cgminer/trunk/PKGBUILD)

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 14:16:25
  Author: tpowa
Revision: 196493

fix #37004

Modified:
  pam/trunk/pam.install

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

Modified: pam.install
===
--- pam.install 2013-10-14 12:00:10 UTC (rev 196492)
+++ pam.install 2013-10-14 12:16:25 UTC (rev 196493)
@@ -2,7 +2,7 @@
 post_install() {
   # need to run this immediately -- pacman only runs it at the end of
   # all package installs
-  /sbin/ldconfig -r .
+  /usr/bin/ldconfig -r .
 }
 
 # arg 1:  the new package version



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 14:17:11
  Author: tpowa
Revision: 196494

fix #37004

Modified:
  fakeroot/trunk/fakeroot.install

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

Modified: fakeroot.install
===
--- fakeroot.install2013-10-14 12:16:25 UTC (rev 196493)
+++ fakeroot.install2013-10-14 12:17:11 UTC (rev 196494)
@@ -1,5 +1,5 @@
 post_install() {
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }
 
 post_upgrade() {
@@ -6,9 +6,9 @@
   if [ $(vercmp $2 1.14.4-2) -lt 0 ]; then
 sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
   fi
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }
 
 pre_remove() {
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 14:17:23
  Author: tpowa
Revision: 196495

fix #37004

Modified:
  pam/trunk/pam.install

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

Modified: pam.install
===
--- pam.install 2013-10-14 12:17:11 UTC (rev 196494)
+++ pam.install 2013-10-14 12:17:23 UTC (rev 196495)
@@ -2,7 +2,7 @@
 post_install() {
   # need to run this immediately -- pacman only runs it at the end of
   # all package installs
-  /usr/bin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }
 
 # arg 1:  the new package version



[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 16:04:54
  Author: heftig
Revision: 196498

3.10.1

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 13:18:42 UTC (rev 196497)
+++ PKGBUILD2013-10-14 14:04:54 UTC (rev 196498)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=GNOME icon theme, symbolic icons
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme-symbolic.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70d3ed884cbee59f2335198b5759d09ab1e075df1ced2730c20c926dd3670334')
+sha256sums=('344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (4 files)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 16:05:19
  Author: heftig
Revision: 196500

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
(from rev 196499, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install
(from rev 196499, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
Deleted:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install

---+
 PKGBUILD  |   56 ++--
 gnome-icon-theme-symbolic.install |   22 +++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-14 14:05:00 UTC (rev 196499)
+++ PKGBUILD2013-10-14 14:05:19 UTC (rev 196500)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-icon-theme-symbolic
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=GNOME icon theme, symbolic icons
-arch=(any)
-depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg)
-makedepends=(intltool)
-url=http://www.gnome.org;
-license=(GPL)
-install=gnome-icon-theme-symbolic.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70d3ed884cbee59f2335198b5759d09ab1e075df1ced2730c20c926dd3670334')
-
-build() {
-  cd $pkgname-$pkgver
-  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 196499, 
gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-14 14:05:19 UTC (rev 196500)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg)
+makedepends=(intltool)
+url=http://www.gnome.org;
+license=(GPL)
+install=gnome-icon-theme-symbolic.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412')
+
+build() {
+  cd $pkgname-$pkgver
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic.install   2013-10-14 14:05:00 UTC (rev 196499)
+++ gnome-icon-theme-symbolic.install   2013-10-14 14:05:19 UTC (rev 196500)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install 
(from rev 196499, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-icon-theme-symbolic.install   (rev 0)
+++ gnome-icon-theme-symbolic.install   2013-10-14 14:05:19 UTC (rev 196500)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 16:05:00
  Author: heftig
Revision: 196499

3.10.1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 14:04:54 UTC (rev 196498)
+++ PKGBUILD2013-10-14 14:05:00 UTC (rev 196499)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-photos
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Access, organize, and share your photos on GNOME
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('65cb5790ec5a282c8bc8b4902858a0b4b3cec2fe39709a580dc073a23a5fc210')
+sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 16:05:34
  Author: heftig
Revision: 196501

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

Added:
  gnome-photos/repos/extra-i686/PKGBUILD
(from rev 196500, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-i686/gnome-photos.install
(from rev 196500, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 196500, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-x86_64/gnome-photos.install
(from rev 196500, gnome-photos/trunk/gnome-photos.install)
Deleted:
  gnome-photos/repos/extra-i686/PKGBUILD
  gnome-photos/repos/extra-i686/gnome-photos.install
  gnome-photos/repos/extra-x86_64/PKGBUILD
  gnome-photos/repos/extra-x86_64/gnome-photos.install

---+
 /PKGBUILD |   66 
 /gnome-photos.install |   24 +
 extra-i686/PKGBUILD   |   33 --
 extra-i686/gnome-photos.install   |   12 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/gnome-photos.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 14:05:19 UTC (rev 196500)
+++ extra-i686/PKGBUILD 2013-10-14 14:05:34 UTC (rev 196501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-photos
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Access, organize, and share your photos on GNOME
-arch=(i686 x86_64)
-url=https://www.gnome.org/;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
-makedepends=(intltool)
-options=(!libtool)
-groups=(gnome-extra)
-install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('65cb5790ec5a282c8bc8b4902858a0b4b3cec2fe39709a580dc073a23a5fc210')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-photos/repos/extra-i686/PKGBUILD (from rev 196500, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 14:05:34 UTC (rev 196501)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-photos.install
===
--- extra-i686/gnome-photos.install 2013-10-14 14:05:19 UTC (rev 196500)
+++ extra-i686/gnome-photos.install 2013-10-14 14:05:34 UTC (rev 196501)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-photos/repos/extra-i686/gnome-photos.install (from rev 196500, 
gnome-photos/trunk/gnome-photos.install)
===
--- extra-i686/gnome-photos.install (rev 0)
+++ extra-i686/gnome-photos.install 2013-10-14 14:05:34 UTC (rev 196501)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 14:05:19 UTC (rev 196500)
+++ extra-x86_64/PKGBUILD   2013-10-14 14:05:34 UTC (rev 196501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-photos
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Access, 

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

2013-10-14 Thread Dave Reisner
Date: Monday, October 14, 2013 @ 16:55:23
  Author: dreisner
Revision: 196502

upgpkg: curl 7.33.0-1

- add debug pkg to build (not hosted in [core])

Modified:
  curl/trunk/PKGBUILD
Deleted:
  curl/trunk/0001-curl_multi_remove_handle-allow-multiple-removes.patch

+
 0001-curl_multi_remove_handle-allow-multiple-removes.patch |   29 ---
 PKGBUILD   |   16 +-
 2 files changed, 4 insertions(+), 41 deletions(-)

Deleted: 0001-curl_multi_remove_handle-allow-multiple-removes.patch
===
--- 0001-curl_multi_remove_handle-allow-multiple-removes.patch  2013-10-14 
14:05:34 UTC (rev 196501)
+++ 0001-curl_multi_remove_handle-allow-multiple-removes.patch  2013-10-14 
14:55:23 UTC (rev 196502)
@@ -1,29 +0,0 @@
-From 84f3b3dd448399f9548468676e1bd1475dba8de5 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg dan...@haxx.se
-Date: Thu, 29 Aug 2013 22:08:01 +0200
-Subject: [PATCH] curl_multi_remove_handle: allow multiple removes
-
-When removing an already removed handle, avoid that to ruin the
-internals and just return OK instead.

- lib/multi.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fb495e0..e723a3e 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -483,6 +483,10 @@ CURLMcode curl_multi_remove_handle(CURLM *multi_handle,
-   if(!GOOD_EASY_HANDLE(curl_handle))
- return CURLM_BAD_EASY_HANDLE;
- 
-+  /* Prevent users from trying to remove same easy handle more than once */
-+  if(!data-multi)
-+return CURLM_OK; /* it is already removed so let's say it is fine! */
-+
-   if(easy) {
- bool premature = (data-mstate  CURLM_STATE_COMPLETED) ? TRUE : FALSE;
- bool easy_owns_conn = (data-easy_conn 
--- 
-1.8.4
-

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 14:05:34 UTC (rev 196501)
+++ PKGBUILD2013-10-14 14:55:23 UTC (rev 196502)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=curl
-pkgver=7.32.0
-pkgrel=2
+pkgver=7.33.0
+pkgrel=1
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
 url=http://curl.haxx.se;
@@ -14,21 +14,13 @@
 license=('MIT')
 depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
 provides=('libcurl.so')
-options=('!libtool')
+options=('!libtool' 'strip' 'debug')
 source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
-0001-curl_multi_remove_handle-allow-multiple-removes.patch
 curlbuild.h)
-md5sums=('f77cf3cb59cf2bfe686b80338323fd40'
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
  'SKIP'
- '589a2ccdf90e198fca398809e9d16128'
  '751bd433ede935c8fae727377625a8ae')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 
$srcdir/0001-curl_multi_remove_handle-allow-multiple-removes.patch 
-}
-
 build() {
   cd $pkgname-$pkgver
 



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

2013-10-14 Thread Dave Reisner
Date: Monday, October 14, 2013 @ 16:55:41
  Author: dreisner
Revision: 196503

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 196502, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 196502, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 196502, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 196502, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   63 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   63 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 144 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 196502, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 14:55:41 UTC (rev 196503)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.33.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('!libtool' 'strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  local ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error unknown pointer size for architecture: %s bytes $ptrsize
+  exit 1
+  ;;
+  esac
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  # devel
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/curl/$_curlbuild
+  install -m644 $srcdir/curlbuild.h $pkgdir/usr/include/curl/curlbuild.h
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 196502, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2013-10-14 14:55:41 UTC (rev 196503)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 196502, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-14 14:55:41 UTC (rev 196503)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.33.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('!libtool' 'strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  local ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) 

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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:10:08
  Author: fyan
Revision: 98584

upgpkg: cgminer 3.6.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 12:03:39 UTC (rev 98583)
+++ PKGBUILD2013-10-14 15:10:08 UTC (rev 98584)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -72,6 +72,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('870f953514cd5a8b6d90aff273c28369dc9933aa32d774b2fb5ef2ad84fa1078b0852543584dd21f52a64a45d497ae9c341006a138303b74006d6ef7b6bfb970'
+sha512sums=('53df3f3899d00c7bbaca1528c55e5c8c2ddb00bf9da8af23b6b4a1f05bfe0100ac4f5381ff084b7a00d69ee795f8edceddb6c89a6d354dc5e26dc0a865f09890'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:12:02
  Author: fyan
Revision: 98586

upgpkg: fcitx-unikey 0.2.3-1

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 15:11:43 UTC (rev 98585)
+++ PKGBUILD2013-10-14 15:12:02 UTC (rev 98586)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=fcitx-unikey
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc=Fcitx Wrapper for unikey
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
@@ -26,9 +26,6 @@
 package() {
   cd $srcdir/${pkgname}-${pkgver}/build
   make DESTDIR=${pkgdir} install
-
-  # Fix desc missing problem
-  install -Dm644 ../src/fcitx-unikey.desc 
$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc
 }
 
-sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')
+sha512sums=('5826022312ad307d8a070cd3ab77a206a5f73d6ce5337cdac4c75ec9a436b055ca0e28fcc7baf2f1512b2cb92c779002a8fc41ac01cdedc3dc669355d825a0aa')



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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:11:43
  Author: fyan
Revision: 98585

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 98584, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 98584, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 98584, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 98584, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 98584, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 98584, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  154 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   77 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   77 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 15:10:08 UTC (rev 98584)
+++ community-i686/PKGBUILD 2013-10-14 15:11:43 UTC (rev 98585)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0'|| -i ./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 's|JANSSON_LIBS=compat/jansson/libjansson.a|JANSSON_LIBS=-ljansson|' 
-i ./configure
-  sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('870f953514cd5a8b6d90aff273c28369dc9933aa32d774b2fb5ef2ad84fa1078b0852543584dd21f52a64a45d497ae9c341006a138303b74006d6ef7b6bfb970'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 98584, 
cgminer/trunk/PKGBUILD)

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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:13:19
  Author: fyan
Revision: 98587

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

Added:
  fcitx-unikey/repos/community-i686/PKGBUILD
(from rev 98586, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
(from rev 98586, fcitx-unikey/trunk/fcitx-unikey.install)
  fcitx-unikey/repos/community-x86_64/PKGBUILD
(from rev 98586, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install
(from rev 98586, fcitx-unikey/trunk/fcitx-unikey.install)
Deleted:
  fcitx-unikey/repos/community-i686/PKGBUILD
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
  fcitx-unikey/repos/community-x86_64/PKGBUILD
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install

---+
 /PKGBUILD |   62 
 /fcitx-unikey.install |   22 +++
 community-i686/PKGBUILD   |   34 -
 community-i686/fcitx-unikey.install   |   11 -
 community-x86_64/PKGBUILD |   34 -
 community-x86_64/fcitx-unikey.install |   11 -
 6 files changed, 84 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 15:12:02 UTC (rev 98586)
+++ community-i686/PKGBUILD 2013-10-14 15:13:19 UTC (rev 98587)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-unikey
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=Fcitx Wrapper for unikey
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.8')
-optdepends=('qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'qt4')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-install=fcitx-unikey.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  # Fix desc missing problem
-  install -Dm644 ../src/fcitx-unikey.desc 
$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc
-}
-
-sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 98586, 
fcitx-unikey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 15:13:19 UTC (rev 98587)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=fcitx-unikey
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Fcitx Wrapper for unikey
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.8')
+optdepends=('qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'qt4')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+install=fcitx-unikey.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('5826022312ad307d8a070cd3ab77a206a5f73d6ce5337cdac4c75ec9a436b055ca0e28fcc7baf2f1512b2cb92c779002a8fc41ac01cdedc3dc669355d825a0aa')

Deleted: community-i686/fcitx-unikey.install
===
--- community-i686/fcitx-unikey.install 2013-10-14 15:12:02 UTC (rev 98586)
+++ community-i686/fcitx-unikey.install 2013-10-14 15:13:19 UTC (rev 98587)
@@ -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: fcitx-unikey/repos/community-i686/fcitx-unikey.install (from rev 98586, 
fcitx-unikey/trunk/fcitx-unikey.install)
===
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2013-10-14 15:13:19 UTC (rev 98587)
@@ -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   2013-10-14 15:12:02 UTC (rev 98586)
+++ community-x86_64/PKGBUILD   2013-10-14 15:13:19 UTC (rev 98587)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=fcitx-unikey
-pkgver=0.2.2

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:23:27
  Author: heftig
Revision: 196504

3.10.1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 14:55:41 UTC (rev 196503)
+++ PKGBUILD2013-10-14 15:23:27 UTC (rev 196504)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b')
+sha256sums=('ff2e89921eb6a1eec38b4cde69ee8d0dd48ebeb821715e0080f94aa4c1064cc4')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in (5 files)

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:28:35
  Author: fyan
Revision: 98588

addpkg: xmind 3.3.1-2

Added:
  xmind/
  xmind/repos/
  xmind/trunk/
  xmind/trunk/PKGBUILD
  xmind/trunk/xmind.install

---+
 PKGBUILD  |   56 
 xmind.install |   16 
 2 files changed, 72 insertions(+)

Added: xmind/trunk/PKGBUILD
===
--- xmind/trunk/PKGBUILD(rev 0)
+++ xmind/trunk/PKGBUILD2013-10-14 15:28:35 UTC (rev 98588)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.3.1
+_pkgdate=201212250029
+pkgrel=2
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+[ ${CARCH} = i686 ]  _arch=i386
+[ ${CARCH} = x86_64 ]  _arch=amd64
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
+[ ${CARCH} = i686 ]  md5sums=('53d55f189879b4d2f27eb214456c754b')
+[ ${CARCH} = x86_64 ]  md5sums=('a31c55dab417a8281ec4211f4ac111d7')
+
+build() {
+  cd ${srcdir}
+  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/local/xmind/* ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/share/* ${pkgdir}/usr/share/
+  install -d ${pkgdir}/usr/bin/
+  cd ${pkgdir}/usr/bin/
+  ln -s ../../usr/share/xmind/XMind .
+
+  # getting the config files to the right place...
+  install -d ${pkgdir}/etc/xmind/
+  mv ${pkgdir}/usr/share/xmind/configuration/* \
+${pkgdir}/etc/xmind/
+  cd ${pkgdir}/usr/share/xmind/configuration/
+  ln -s ../../../../etc/xmind/* .
+  mv ${pkgdir}/usr/share/xmind/XMind.ini \
+${pkgdir}/etc/xmind/
+  cd ../
+  ln -s ../../../etc/xmind/XMind.ini .
+
+  # putting the png file where it belongs to
+  install -d ${pkgdir}/usr/share/pixmaps/
+  mv ${pkgdir}/usr/share/xmind/xmind-logo-36.png \
+${pkgdir}/usr/share/pixmaps/xmind.png
+  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
+${pkgdir}/usr/share/applications/xmind.desktop
+  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
+${pkgdir}/usr/share/applications/xmind.desktop
+}

Added: xmind/trunk/xmind.install
===
--- xmind/trunk/xmind.install   (rev 0)
+++ xmind/trunk/xmind.install   2013-10-14 15:28:35 UTC (rev 98588)
@@ -0,0 +1,16 @@
+post_install() {
+   echo Updating MIME database
+   update-mime-database /usr/share/mime
+   update-desktop-database
+}
+
+post_remove() {
+   echo Updating MIME database
+   update-mime-database /usr/share/mime
+   update-desktop-database
+}
+
+op=$1
+shift
+
+$op $*



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

2013-10-14 Thread Felix Yan
Date: Monday, October 14, 2013 @ 17:29:42
  Author: fyan
Revision: 98589

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

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

+
 community-testing-i686/PKGBUILD|   56 +++
 community-testing-i686/xmind.install   |   16 
 community-testing-x86_64/PKGBUILD  |   56 +++
 community-testing-x86_64/xmind.install |   16 
 4 files changed, 144 insertions(+)

Copied: xmind/repos/community-testing-i686/PKGBUILD (from rev 98588, 
xmind/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-14 15:29:42 UTC (rev 98589)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.3.1
+_pkgdate=201212250029
+pkgrel=2
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+[ ${CARCH} = i686 ]  _arch=i386
+[ ${CARCH} = x86_64 ]  _arch=amd64
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
+[ ${CARCH} = i686 ]  md5sums=('53d55f189879b4d2f27eb214456c754b')
+[ ${CARCH} = x86_64 ]  md5sums=('a31c55dab417a8281ec4211f4ac111d7')
+
+build() {
+  cd ${srcdir}
+  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/local/xmind/* ${pkgdir}/usr/share/xmind/
+  cp -a ${srcdir}/usr/share/* ${pkgdir}/usr/share/
+  install -d ${pkgdir}/usr/bin/
+  cd ${pkgdir}/usr/bin/
+  ln -s ../../usr/share/xmind/XMind .
+
+  # getting the config files to the right place...
+  install -d ${pkgdir}/etc/xmind/
+  mv ${pkgdir}/usr/share/xmind/configuration/* \
+${pkgdir}/etc/xmind/
+  cd ${pkgdir}/usr/share/xmind/configuration/
+  ln -s ../../../../etc/xmind/* .
+  mv ${pkgdir}/usr/share/xmind/XMind.ini \
+${pkgdir}/etc/xmind/
+  cd ../
+  ln -s ../../../etc/xmind/XMind.ini .
+
+  # putting the png file where it belongs to
+  install -d ${pkgdir}/usr/share/pixmaps/
+  mv ${pkgdir}/usr/share/xmind/xmind-logo-36.png \
+${pkgdir}/usr/share/pixmaps/xmind.png
+  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
+${pkgdir}/usr/share/applications/xmind.desktop
+  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
+${pkgdir}/usr/share/applications/xmind.desktop
+}

Copied: xmind/repos/community-testing-i686/xmind.install (from rev 98588, 
xmind/trunk/xmind.install)
===
--- community-testing-i686/xmind.install(rev 0)
+++ community-testing-i686/xmind.install2013-10-14 15:29:42 UTC (rev 
98589)
@@ -0,0 +1,16 @@
+post_install() {
+   echo Updating MIME database
+   update-mime-database /usr/share/mime
+   update-desktop-database
+}
+
+post_remove() {
+   echo Updating MIME database
+   update-mime-database /usr/share/mime
+   update-desktop-database
+}
+
+op=$1
+shift
+
+$op $*

Copied: xmind/repos/community-testing-x86_64/PKGBUILD (from rev 98588, 
xmind/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-14 15:29:42 UTC (rev 98589)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.3.1
+_pkgdate=201212250029
+pkgrel=2
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+[ ${CARCH} = i686 ]  _arch=i386
+[ ${CARCH} = x86_64 ]  _arch=amd64
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
+[ ${CARCH} = i686 ]  

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:33:11
  Author: heftig
Revision: 196505

3.10.1

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 15:23:27 UTC (rev 196504)
+++ PKGBUILD2013-10-14 15:33:11 UTC (rev 196505)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 install=vino.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('927b71eaafc5ac4c6e098fb9ff0164899eae3ca599a32f5d18897a02b4be1fdd')
+sha256sums=('faf10d667c43d00cd37dc6343b44012456de9d2e39d8ce679c719e65d2dfbe46')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:41:00
  Author: heftig
Revision: 196506

2.10.1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 15:33:11 UTC (rev 196505)
+++ PKGBUILD2013-10-14 15:41:00 UTC (rev 196506)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-core
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 pkgdesc=Protocol definitions and daemon for D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db')
+sha256sums=('349b7ad5e6a8eebbf88aaefcb67a0f49b025dbcdf6ad646978faf2ca84650119')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:43:03
  Author: heftig
Revision: 196509

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

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

--+
 /PKGBUILD|   70 +
 /vinagre.install |   28 
 extra-i686/PKGBUILD  |   35 
 extra-i686/vinagre.install   |   14 
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/vinagre.install |   14 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 15:42:47 UTC (rev 196508)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:03 UTC (rev 196509)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=vinagre
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=A VNC Client for the GNOME Desktop
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org/projects/vinagre/;
-install=vinagre.install
-depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
- gnome-icon-theme spice-gtk3)
-optdepends=('openssh: SSH plugin'
-'freerdp: RDP plugin')
-makedepends=(docbook-xsl intltool freerdp openssh itstool)
-groups=(gnome-extra)
-options=('!emptydirs' '!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d90ca19d1075149d044a58274016bb3976b2201774ae079d661fd7c3859a1900')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/$pkgname --enable-rdp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vinagre/repos/extra-i686/PKGBUILD (from rev 196508, 
vinagre/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:03 UTC (rev 196509)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
+ gnome-icon-theme spice-gtk3)
+optdepends=('openssh: SSH plugin'
+'freerdp: RDP plugin')
+makedepends=(docbook-xsl intltool freerdp openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea8cc79e227148359d3582ff121dab864913eb1dfcba6458e11da32d4dfec503')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vinagre.install
===
--- extra-i686/vinagre.install  2013-10-14 15:42:47 UTC (rev 196508)
+++ extra-i686/vinagre.install  2013-10-14 15:43:03 UTC (rev 196509)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vinagre/repos/extra-i686/vinagre.install (from rev 196508, 
vinagre/trunk/vinagre.install)
===
--- extra-i686/vinagre.install  (rev 0)
+++ extra-i686/vinagre.install  2013-10-14 15:43:03 UTC (rev 196509)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+}
+

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:42:15
  Author: heftig
Revision: 196507

3.10.1

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 15:41:00 UTC (rev 196506)
+++ PKGBUILD2013-10-14 15:42:15 UTC (rev 196507)
@@ -5,8 +5,8 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=vinagre
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=(i686 x86_64)
 license=(GPL)
@@ -16,16 +16,16 @@
  gnome-icon-theme spice-gtk3)
 optdepends=('openssh: SSH plugin'
 'freerdp: RDP plugin')
-makedepends=(docbook-xsl intltool freerdp openssh itstool)
+makedepends=(docbook-xsl intltool freerdp openssh itstool spice-protocol)
 groups=(gnome-extra)
 options=('!emptydirs' '!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d90ca19d1075149d044a58274016bb3976b2201774ae079d661fd7c3859a1900')
+sha256sums=('ea8cc79e227148359d3582ff121dab864913eb1dfcba6458e11da32d4dfec503')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/$pkgname --enable-rdp
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
   make
 }
 



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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:42:47
  Author: heftig
Revision: 196508

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

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

-+
 /PKGBUILD   |   70 ++
 /cheese.install |   24 ++
 extra-i686/PKGBUILD |   35 -
 extra-i686/cheese.install   |   12 ---
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/cheese.install |   12 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 15:42:15 UTC (rev 196507)
+++ extra-i686/PKGBUILD 2013-10-14 15:42:47 UTC (rev 196508)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=cheese
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
-optdepends=('frei0r-plugins: More camera effects')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org/projects/cheese/;
-install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cheese/repos/extra-i686/PKGBUILD (from rev 196507, 
cheese/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 15:42:47 UTC (rev 196508)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff2e89921eb6a1eec38b4cde69ee8d0dd48ebeb821715e0080f94aa4c1064cc4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2013-10-14 15:42:15 UTC (rev 196507)
+++ extra-i686/cheese.install   2013-10-14 15:42:47 UTC (rev 196508)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 196507, 
cheese/trunk/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2013-10-14 15:42:47 

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:43:19
  Author: heftig
Revision: 196510

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

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

---+
 /PKGBUILD |   74 
 /vino.install |   24 ++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/vino.install   |   12 ---
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/vino.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils)
-makedepends=(intltool networkmanager gnome-common)
-groups=(gnome)
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('927b71eaafc5ac4c6e098fb9ff0164899eae3ca599a32f5d18897a02b4be1fdd')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 196509, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:19 UTC (rev 196510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils)
+makedepends=(intltool networkmanager gnome-common)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('faf10d667c43d00cd37dc6343b44012456de9d2e39d8ce679c719e65d2dfbe46')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-i686/vino.install 2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 196509, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2013-10-14 15:43:19 UTC (rev 196510)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-x86_64/PKGBUILD   2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.10.0
-pkgrel=1

[arch-commits] Commit in at-spi2-core/repos (4 files)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:43:43
  Author: heftig
Revision: 196511

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

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 196510, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 196510, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 15:43:19 UTC (rev 196510)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:43 UTC (rev 196511)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 196510, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:43 UTC (rev 196511)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.10.1
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('349b7ad5e6a8eebbf88aaefcb67a0f49b025dbcdf6ad646978faf2ca84650119')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 15:43:19 UTC (rev 196510)
+++ extra-x86_64/PKGBUILD   2013-10-14 15:43:43 UTC (rev 196511)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 196510, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-14 15:43:43 UTC (rev 196511)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.10.1
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('349b7ad5e6a8eebbf88aaefcb67a0f49b025dbcdf6ad646978faf2ca84650119')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+

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

2013-10-14 Thread Andreas Radke
Date: Monday, October 14, 2013 @ 18:07:34
  Author: andyrtr
Revision: 196513

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 196512, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 196512, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 196512, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 196512, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 196512, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 196512, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 196512, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 196512, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 196512, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 196512, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 196512, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 196512, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 196512, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 196512, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 196512, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 196512, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 26062 insertions(+)

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


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

2013-10-14 Thread Andreas Radke
Date: Monday, October 14, 2013 @ 18:06:39
  Author: andyrtr
Revision: 196512

upgpkg: linux-lts 3.10.16-1

upstream update 3.10.16

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 15:43:43 UTC (rev 196511)
+++ PKGBUILD2013-10-14 16:06:39 UTC (rev 196512)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.15
+pkgver=3.10.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,9 +22,9 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '70cc9bd12b04382c3783da96edda4562'
- '3d0b62475ed1c2e7d2ba7eacc4677cf9'
- '2bd5ac1e5d31421a2e48d9a2e8c2e649'
+ '029a48f796bcf8c36fad09cfe689be5a'
+ '1829d51e5357fa8ebece4e39fbb630a7'
+ '778bf8297c41847c51be51975c241153'
  '232b52576a62c7a333e9fe7a1e1ca359'
  'f3def2cefdcbb954c21d8505d23cc83c'
  'd50c1ac47394e9aec637002ef3392bd1'
@@ -34,9 +34,9 @@
 
 # module.symbols md5sums
 # x86_64
-# e5235f80abd7584cc91a95ce515efba2 /lib/modules/3.10.14-1-lts/modules.symbols
+# 534373ff1d4d33a22235fb1e1718e3ac /lib/modules/3.10.16-1-lts/modules.symbols
 # i686
-# 840e8928e3778fb3cc0a858d5e0689fe /lib/modules/3.10.14-1-lts/modules.symbols
+# d0a2ce5ff856e1609af684f6601e915b /lib/modules/3.10.16-1-lts/modules.symbols
 
 
 prepare() {



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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:57:23
  Author: tpowa
Revision: 196514

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

Added:
  linux/repos/core-i686/3.11-haswell-intel_pstate.patch
(from rev 196513, linux/repos/testing-i686/3.11-haswell-intel_pstate.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 196513, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 196513, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 196513, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.3.12
(from rev 196513, linux/repos/testing-i686/config.3.12)
  linux/repos/core-i686/config.x86_64
(from rev 196513, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/config.x86_64.3.12
(from rev 196513, linux/repos/testing-i686/config.x86_64.3.12)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 196513, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 196513, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 196513, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.11-haswell-intel_pstate.patch
(from rev 196513, 
linux/repos/testing-x86_64/3.11-haswell-intel_pstate.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 196513, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 196513, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 196513, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.3.12
(from rev 196513, linux/repos/testing-x86_64/config.3.12)
  linux/repos/core-x86_64/config.x86_64
(from rev 196513, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/config.x86_64.3.12
(from rev 196513, linux/repos/testing-x86_64/config.x86_64.3.12)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 196513, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 196513, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 196513, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.11-haswell-intel_pstate.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.11-haswell-intel_pstate.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /3.11-haswell-intel_pstate.patch  |   64 
 /PKGBUILD |  686 +
 /change-default-console-loglevel.patch|   24 
 /config   |12864 
 /config.x86_64|12470 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.11-haswell-intel_pstate.patch |   32 
 core-i686/PKGBUILD|  342 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6452 --
 core-i686/config.3.12 | 6475 ++
 core-i686/config.x86_64   | 6254 -
 core-i686/config.x86_64.3.12  | 6275 +
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.11-haswell-intel_pstate.patch   |   32 
 core-x86_64/PKGBUILD  |  342 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6452 --
 core-x86_64/config.3.12   | 6475 ++
 core-x86_64/config.x86_64 | 6254 -
 core-x86_64/config.x86_64.3.12| 6275 +
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 28 files changed, 51742 insertions(+), 26318 deletions(-)

The 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:57:38
  Author: tpowa
Revision: 196515

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 196514, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 196514, nvidia/repos/testing-i686/nvidia-linux-3.11.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 196514, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 196514, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 196514, nvidia/repos/testing-x86_64/nvidia-linux-3.11.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 196514, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-linux-3.11.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|   96 +
 /nvidia-linux-3.11.patch |   50 +
 /nvidia.install  |   36 
 extra-i686/PKGBUILD  |   48 
 extra-i686/nvidia-linux-3.11.patch   |   25 
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   48 
 extra-x86_64/nvidia-linux-3.11.patch |   25 
 extra-x86_64/nvidia.install  |   18 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 16:57:23 UTC (rev 196514)
+++ extra-i686/PKGBUILD 2013-10-14 16:57:38 UTC (rev 196515)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=325.15
-_extramodules=extramodules-3.11-ARCH
-pkgrel=9
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.11' 'linux3.12' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('528fc538584de6446384b9cec3099d6c')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 196514, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 16:57:38 UTC (rev 196515)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.11-ARCH
+pkgrel=10
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:57:39
  Author: tpowa
Revision: 196516

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 196514, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 196514, nvidia-304xx/repos/testing-i686/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 196514, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 196514, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 196514, nvidia-304xx/repos/testing-x86_64/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 196514, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

--+
 /PKGBUILD|  100 +
 /nvidia-linux-3.11.patch |   50 
 /nvidia.install  |   30 +
 extra-i686/PKGBUILD  |   50 
 extra-i686/nvidia-linux-3.11.patch   |   25 
 extra-i686/nvidia.install|   15 
 extra-x86_64/PKGBUILD|   50 
 extra-x86_64/nvidia-linux-3.11.patch |   25 
 extra-x86_64/nvidia.install  |   15 
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 16:57:38 UTC (rev 196515)
+++ extra-i686/PKGBUILD 2013-10-14 16:57:39 UTC (rev 196516)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.108
-_extramodules=extramodules-3.11-ARCH
-pkgrel=7
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 196514, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 16:57:39 UTC (rev 196516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.108
+_extramodules=extramodules-3.11-ARCH
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:57:41
  Author: tpowa
Revision: 196517

db-move: moved lirc from [testing] to [extra] (i686, x86_64)

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

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

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:33
  Author: tpowa
Revision: 98595

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

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

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

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

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:27
  Author: tpowa
Revision: 98591

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 98589, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-3.10.patch
(from rev 98589, r8168/repos/community-testing-i686/linux-3.10.patch)
  r8168/repos/community-i686/r8168.install
(from rev 98589, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 98589, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-3.10.patch
(from rev 98589, r8168/repos/community-testing-x86_64/linux-3.10.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 98589, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-3.10.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-3.10.patch
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |  102 +++
 /linux-3.10.patch |  118 
 /r8168.install|   34 ++
 community-i686/PKGBUILD   |   51 ---
 community-i686/linux-3.10.patch   |   59 --
 community-i686/r8168.install  |   17 -
 community-x86_64/PKGBUILD |   51 ---
 community-x86_64/linux-3.10.patch |   59 --
 community-x86_64/r8168.install|   17 -
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 16:58:26 UTC (rev 98590)
+++ community-i686/PKGBUILD 2013-10-14 16:58:27 UTC (rev 98591)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=13
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd $pkgname-$pkgver
-   patch -p0 -i $srcdir/linux-3.10.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 98589, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:27 UTC (rev 98591)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=14
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd $pkgname-$pkgver
+   patch -p0 -i $srcdir/linux-3.10.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:29
  Author: tpowa
Revision: 98592

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 98589, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/linux-3.8.patch
(from rev 98589, rt3562sta/repos/community-testing-i686/linux-3.8.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-config.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98589, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 98589, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 98589, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/linux-3.8.patch
(from rev 98589, rt3562sta/repos/community-testing-x86_64/linux-3.8.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 98589, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 98589, rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/linux-3.8.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-config.patch
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
  
rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-remove_date_time.patch
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/linux-3.8.patch
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
  rt3562sta/repos/community-x86_64/rt3562sta-2.4.1.1-config.patch
  

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:26
  Author: tpowa
Revision: 98590

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

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

---+
 /PKGBUILD |   64 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   32 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 15:29:42 UTC (rev 98589)
+++ community-i686/PKGBUILD 2013-10-14 16:58:26 UTC (rev 98590)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.7
-_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=16
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.11' 'linux3.12')
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('b9df5ea40109ef9766448a0577c798e6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 98589, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:26 UTC (rev 98590)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
+pkgrel=17
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2013-10-14 15:29:42 UTC (rev 98589)
+++ community-i686/bbswitch.install 2013-10-14 16:58:26 UTC (rev 98590)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.11-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 98589, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2013-10-14 16:58:26 UTC (rev 98590)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.11-ARCH'
+depmod $(cat 

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:32
  Author: tpowa
Revision: 98594

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

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

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

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2013-10-14 16:58:30 UTC (rev 98593)
+++ community-i686/60-vhba.rules2013-10-14 16:58:32 UTC (rev 98594)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 98589, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2013-10-14 16:58:32 UTC (rev 98594)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 16:58:30 UTC (rev 98593)
+++ community-i686/PKGBUILD 2013-10-14 16:58:32 UTC (rev 98594)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.11-ARCH
-pkgrel=16
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.11' 'linux3.12')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('92a681e4665aa85a8335d00395a61697'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 98589, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:32 UTC (rev 98594)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.11-ARCH
+pkgrel=17
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')

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

2013-10-14 Thread Tobias Powalowski
Date: Monday, October 14, 2013 @ 18:58:30
  Author: tpowa
Revision: 98593

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

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

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

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

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 98589, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:30 UTC (rev 98593)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=38
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.11' 'linux3.12')
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2013-10-14 Thread Andreas Radke
Date: Monday, October 14, 2013 @ 19:43:54
  Author: andyrtr
Revision: 196518

upgpkg: nvidia-304xx-lts 304.108-6

upstream update 3.10.16 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 16:57:41 UTC (rev 196517)
+++ PKGBUILD2013-10-14 17:43:54 UTC (rev 196518)
@@ -4,12 +4,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.108
 _extramodules=extramodules-3.10-lts
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.14' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.14')
+depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.16')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')



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

2013-10-14 Thread Andreas Radke
Date: Monday, October 14, 2013 @ 19:44:18
  Author: andyrtr
Revision: 196519

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

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

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-i686/nvidia-linux-3.11.patch|   25 +++
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 testing-x86_64/nvidia-linux-3.11.patch  |   25 +++
 6 files changed, 180 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 196518, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 17:44:18 UTC (rev 196519)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.10-lts
+pkgrel=6
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.16')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
196518, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2013-10-14 17:44:18 UTC (rev 
196519)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch (from rev 
196518, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-10-14 17:44:18 UTC (rev 
196519)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner o...@mindrunner.de
+Date: Wed, 17 Jul 2013 01:16:04 +0200

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 20:08:00
  Author: heftig
Revision: 196521

3.10.1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 18:07:55 UTC (rev 196520)
+++ PKGBUILD2013-10-14 18:08:00 UTC (rev 196521)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776')
+sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
 
 build() {
   cd $_pkgbasename-$pkgver



  1   2   >