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

2014-02-21 Thread Sergej Pupykin
Date: Friday, February 21, 2014 @ 09:11:02
  Author: spupykin
Revision: 106014

upgpkg: lxc 1:1.0.0-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 07:54:51 UTC (rev 106013)
+++ PKGBUILD2014-02-21 08:11:02 UTC (rev 106014)
@@ -6,13 +6,13 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=lxc
-pkgver=0.9.0
+pkgver=1.0.0
 epoch=1
-pkgrel=6
+pkgrel=1
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp')
+depends=('bash' 'perl' 'libseccomp' 'libcap')
 makedepends=('docbook2x')
 optdepends=('arch-install-scripts: for archlinux template')
 license=('LGPL')
@@ -20,16 +20,14 @@
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
lxc.tmpfiles.d
lxc@.service)
-md5sums=('8552a4479090616f4bc04d8473765fc9'
+md5sums=('87a9d168a6e55326303cce3b2cb7f82e'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')
 
 prepare() {
   cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i 's|sbin/init none bind|sbin/init none ro,bind|' templates/lxc-sshd.in
   sed -i \
--e s/for name in docbook2x-man db2x_docbook2man; do/for name in 
docbook2x-man db2x_docbook2man docbook2man; do/ \
--e s|AM_INIT_AUTOMAKE.*|AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability 
subdir-objects])| \
+-e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
 configure.ac
 }
 



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

2014-02-21 Thread Sergej Pupykin
Date: Friday, February 21, 2014 @ 09:11:19
  Author: spupykin
Revision: 106015

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 106014, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc.install
(from rev 106014, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 106014, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-i686/lxc@.service
(from rev 106014, lxc/trunk/lxc@.service)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 106014, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc.install
(from rev 106014, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 106014, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/lxc@.service
(from rev 106014, lxc/trunk/lxc@.service)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-i686/lxc@.service
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.tmpfiles.d
  lxc/repos/community-x86_64/lxc@.service

-+
 /PKGBUILD   |  118 ++
 /lxc.install|   16 +
 /lxc.tmpfiles.d |2 
 /lxc@.service   |   22 +++
 community-i686/PKGBUILD |   61 ---
 community-i686/lxc.install  |8 --
 community-i686/lxc.tmpfiles.d   |1 
 community-i686/lxc@.service |   11 ---
 community-x86_64/PKGBUILD   |   61 ---
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.tmpfiles.d |1 
 community-x86_64/lxc@.service   |   11 ---
 12 files changed, 158 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 08:11:02 UTC (rev 106014)
+++ community-i686/PKGBUILD 2014-02-21 08:11:19 UTC (rev 106015)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=0.9.0
-epoch=1
-pkgrel=6
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp')
-makedepends=('docbook2x')
-optdepends=('arch-install-scripts: for archlinux template')
-license=('LGPL')
-install=lxc.install
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc@.service)
-md5sums=('8552a4479090616f4bc04d8473765fc9'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i 's|sbin/init none bind|sbin/init none ro,bind|' templates/lxc-sshd.in
-  sed -i \
--e s/for name in docbook2x-man db2x_docbook2man; do/for name in 
docbook2x-man db2x_docbook2man docbook2man; do/ \
--e s|AM_INIT_AUTOMAKE.*|AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability 
subdir-objects])| \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 106014, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 08:11:19 UTC (rev 106015)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.0
+epoch=1
+pkgrel=1
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+install=lxc.install

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

2014-02-21 Thread Jelle van der Waa
Date: Friday, February 21, 2014 @ 09:27:06
  Author: jelle
Revision: 106016

upgpkg: calibre 1.25.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 08:11:19 UTC (rev 106015)
+++ PKGBUILD2014-02-21 08:27:06 UTC (rev 106016)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.24.0
+pkgver=1.25.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,7 +25,7 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('2acb11d541bc8101ab550bfe80c79348'
+md5sums=('66151757e67a9d0abdb0fd3b7e91614e'
  '8e1855ce1ae254c34d12ddbc358b7a36'
  '675cd87d41342119827ef706055491e7')
 



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

2014-02-21 Thread Jelle van der Waa
Date: Friday, February 21, 2014 @ 09:27:32
  Author: jelle
Revision: 106017

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 106016, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 106016, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 106016, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 106016, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 106016, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 106016, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 106016, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 106016, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  240 +++
 community-i686/PKGBUILD|   89 --
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  120 -
 community-x86_64/PKGBUILD  |   89 --
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  120 -
 12 files changed, 498 insertions(+), 498 deletions(-)

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


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

2014-02-21 Thread Jelle van der Waa
Date: Friday, February 21, 2014 @ 10:35:03
  Author: jelle
Revision: 106018

upgpkg: hgsvn 0.1.9-4

fix FS#38972

Modified:
  hgsvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 08:27:32 UTC (rev 106017)
+++ PKGBUILD2014-02-21 09:35:03 UTC (rev 106018)
@@ -4,12 +4,12 @@
 
 pkgname=hgsvn
 pkgver=0.1.9
-pkgrel=3
+pkgrel=4
 pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
 arch=('any')
 url='http://pypi.python.org/pypi/hgsvn/'
 license=('GPL')
-depends=('python2' 'subversion' 'mercurial')
+depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
 makedepends=('python2-nose')
 source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
 md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')



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

2014-02-21 Thread Jelle van der Waa
Date: Friday, February 21, 2014 @ 10:35:11
  Author: jelle
Revision: 106019

archrelease: copy trunk to community-any

Added:
  hgsvn/repos/community-any/PKGBUILD
(from rev 106018, hgsvn/trunk/PKGBUILD)
Deleted:
  hgsvn/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 09:35:03 UTC (rev 106018)
+++ PKGBUILD2014-02-21 09:35:11 UTC (rev 106019)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-
-pkgname=hgsvn
-pkgver=0.1.9
-pkgrel=3
-pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
-arch=('any')
-url='http://pypi.python.org/pypi/hgsvn/'
-license=('GPL')
-depends=('python2' 'svn' 'mercurial')
-makedepends=('python2-nose')
-source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
-md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-#  python2 setup.py test
- 
-}
-md5sums=('901f2fb04faad5a1e7cf84abfad564fd')

Copied: hgsvn/repos/community-any/PKGBUILD (from rev 106018, 
hgsvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-21 09:35:11 UTC (rev 106019)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+
+pkgname=hgsvn
+pkgver=0.1.9
+pkgrel=4
+pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
+arch=('any')
+url='http://pypi.python.org/pypi/hgsvn/'
+license=('GPL')
+depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
+makedepends=('python2-nose')
+source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
+md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+#  python2 setup.py test
+ 
+}
+md5sums=('901f2fb04faad5a1e7cf84abfad564fd')



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

2014-02-21 Thread Pierre Schmitz
Date: Friday, February 21, 2014 @ 11:14:59
  Author: pierre
Revision: 206181

upgpkg: flashplugin 11.2.202.341-1

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 06:49:20 UTC (rev 206180)
+++ PKGBUILD2014-02-21 10:14:59 UTC (rev 206181)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.336
+pkgver=11.2.202.341
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5'
+md5sums=('7f1483d6c4b2b0ec6d79197dcbbe'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ $CARCH = x86_64 ]; then
@@ -28,7 +28,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('63d0a9b141f5a52cf9c7a71bd4f785f2'
+md5sums=('a7926b09f721ed87a3c21063ecc76e51'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:15:31
  Author: bpiotrowski
Revision: 206183

upgpkg: linux-lts 3.10.31-1

new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:15:14 UTC (rev 206182)
+++ PKGBUILD2014-02-21 10:15:31 UTC (rev 206183)
@@ -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.30
+pkgver=3.10.31
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '92d1c88be148a9b3683b28902ffd055b'
+ '028bec37021df6a2d73b6768a60963e1'
  '45368ef5c1d03d375c31dcecabc5f0dd'
  'bf297cf1c74b06552b1013a09a27692f'
  '232b52576a62c7a333e9fe7a1e1ca359'



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

2014-02-21 Thread Pierre Schmitz
Date: Friday, February 21, 2014 @ 11:15:14
  Author: pierre
Revision: 206182

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 206181, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 206181, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 206181, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 206181, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 206181, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 206181, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|  104 +
 /flashplugin.install |   28 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   52 --
 extra-i686/flashplugin.install   |   14 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/flashplugin.install |   14 
 extra-x86_64/mms.cfg |2 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 10:14:59 UTC (rev 206181)
+++ extra-i686/PKGBUILD 2014-02-21 10:15:14 UTC (rev 206182)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.336
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ $CARCH = i686 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('bd7f77dfd0a03bbbd5d124febb8c83d5'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ $CARCH = x86_64 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('63d0a9b141f5a52cf9c7a71bd4f785f2'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 206181, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 10:15:14 UTC (rev 206182)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.341
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 

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

2014-02-21 Thread Jelle van der Waa
Date: Friday, February 21, 2014 @ 11:15:16
  Author: jelle
Revision: 106020

archrelease: copy trunk to community-any

Added:
  hgsvn/repos/community-any/PKGBUILD
(from rev 106019, hgsvn/trunk/PKGBUILD)
Deleted:
  hgsvn/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 09:35:11 UTC (rev 106019)
+++ PKGBUILD2014-02-21 10:15:16 UTC (rev 106020)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-
-pkgname=hgsvn
-pkgver=0.1.9
-pkgrel=4
-pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
-arch=('any')
-url='http://pypi.python.org/pypi/hgsvn/'
-license=('GPL')
-depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
-makedepends=('python2-nose')
-source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
-md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-#  python2 setup.py test
- 
-}
-md5sums=('901f2fb04faad5a1e7cf84abfad564fd')

Copied: hgsvn/repos/community-any/PKGBUILD (from rev 106019, 
hgsvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-21 10:15:16 UTC (rev 106020)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+
+pkgname=hgsvn
+pkgver=0.1.9
+pkgrel=4
+pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
+arch=('any')
+url='http://pypi.python.org/pypi/hgsvn/'
+license=('GPL')
+depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
+makedepends=('python2-nose')
+source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
+md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+#  python2 setup.py test
+ 
+}
+md5sums=('901f2fb04faad5a1e7cf84abfad564fd')



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:15:49
  Author: bpiotrowski
Revision: 206184

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

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

--+
 testing-i686/PKGBUILD|  334 
 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/PKGBUILD  |  334 
 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 
 14 files changed, 25708 insertions(+)

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


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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:27:01
  Author: bpiotrowski
Revision: 206185

upgpkg: nvidia-304xx-lts 304.117-6

rebuild against linux-lts 3.10.31

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:15:49 UTC (rev 206184)
+++ PKGBUILD2014-02-21 10:27:01 UTC (rev 206185)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.117
 _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/;



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:27:19
  Author: bpiotrowski
Revision: 206186

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 206185, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 206185, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 206185, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 206185, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

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

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 206185, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 10:27:19 UTC (rev 206186)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_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.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+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=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
206185, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-02-21 10:27:19 UTC (rev 
206186)
@@ -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-x86_64/PKGBUILD (from rev 206185, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-21 10:27:19 UTC (rev 206186)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.117
+_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.26' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2014-02-21 Thread Martin Wimpress
Date: Friday, February 21, 2014 @ 11:31:21
  Author: flexiondotorg
Revision: 106022

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

Added:
  libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff
(from rev 106021, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-i686/PKGBUILD
(from rev 106021, libxnvctrl/trunk/PKGBUILD)
  libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff
(from rev 106021, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-x86_64/PKGBUILD
(from rev 106021, libxnvctrl/trunk/PKGBUILD)
Deleted:
  libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff
  libxnvctrl/repos/community-i686/PKGBUILD
  libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff
  libxnvctrl/repos/community-x86_64/PKGBUILD

--+
 /10_libxnvctrl_so_0.diff |  110 +
 /PKGBUILD|   74 +++
 community-i686/10_libxnvctrl_so_0.diff   |   55 --
 community-i686/PKGBUILD  |   38 --
 community-x86_64/10_libxnvctrl_so_0.diff |   55 --
 community-x86_64/PKGBUILD|   38 --
 6 files changed, 184 insertions(+), 186 deletions(-)

Deleted: community-i686/10_libxnvctrl_so_0.diff
===
--- community-i686/10_libxnvctrl_so_0.diff  2014-02-21 10:31:08 UTC (rev 
106021)
+++ community-i686/10_libxnvctrl_so_0.diff  2014-02-21 10:31:21 UTC (rev 
106022)
@@ -1,55 +0,0 @@
-Author: Andreas Beckmann deb...@abeckmann.de
-Description: build a shared library for libXNVCtrl
-Bug-Debian: http://bugs.debian.org/666909
-
 a/src/Makefile
-+++ b/src/Makefile
-@@ -79,6 +79,9 @@
- 
- XNVCTRL_DIR ?= libXNVCtrl
- XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
-+XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
-+#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
-+XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
- XCONFIG_PARSER_DIR  ?= XF86Config-parser
- COMMON_UTILS_DIR?= common-utils
- COMMON_UNIX_DIR ?= common-unix
-@@ -179,9 +182,12 @@
-   $(MKDIR) $(BINDIR)
-   $(INSTALL) $(INSTALL_BIN_ARGS) $ $(BINDIR)/$(notdir $)
- 
--$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
-+$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
-+  $(MAKE) -C $(XNVCTRL_DIR)
-+
-+$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
-   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
--  $(XNVCTRL_ARCHIVE) $(LIBS)
-+  $(XNVCTRL_LIB) $(LIBS)
-   $(call quiet_cmd,STRIP_CMD) $@
- 
- # define the rule to build each object file
 a/src/libXNVCtrl/Makefile
-+++ b/src/libXNVCtrl/Makefile
-@@ -22,12 +22,21 @@
- RANLIB ?= ranlib
- CFLAGS += -fPIC
- 
-+all: libXNVCtrl.a libXNVCtrl.so
-+
- libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
-   $(RANLIB) $@
- 
-+libXNVCtrl.so: NVCtrl.o
-+  $(RM) $@ $@.*
-+  $(CC) -shared -Wl,-soname=$@.0 -o $@.0.0.0 $(LDFLAGS) $^ -lXext -lX11
-+  ln -s $@.0.0.0 $@.0
-+  ln -s $@.0 $@
-+
- NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
- .INTERMEDIATE: NVCtrl.o
- 
- clean ::
-   rm -f libXNVCtrl.a *.o
-+  rm -f libXNVCtrl.so libXNVCtrl.so.*
- .PHONY: clean

Copied: libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff (from rev 
106021, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
===
--- community-i686/10_libxnvctrl_so_0.diff  (rev 0)
+++ community-i686/10_libxnvctrl_so_0.diff  2014-02-21 10:31:21 UTC (rev 
106022)
@@ -0,0 +1,55 @@
+Author: Andreas Beckmann deb...@abeckmann.de
+Description: build a shared library for libXNVCtrl
+Bug-Debian: http://bugs.debian.org/666909
+
+--- a/src/Makefile
 b/src/Makefile
+@@ -79,6 +79,9 @@
+ 
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -179,9 +182,12 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $ $(BINDIR)/$(notdir $)
+ 
+-$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
++$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS)
++  $(XNVCTRL_LIB) $(LIBS)
+   $(call quiet_cmd,STRIP_CMD) $@
+ 
+ # define the rule to build each object file
+--- a/src/libXNVCtrl/Makefile
 b/src/libXNVCtrl/Makefile
+@@ -22,12 +22,21 @@
+ RANLIB ?= ranlib
+ CFLAGS += -fPIC
+ 
++all: libXNVCtrl.a libXNVCtrl.so
++
+ libXNVCtrl.a : 

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

2014-02-21 Thread Martin Wimpress
Date: Friday, February 21, 2014 @ 11:31:08
  Author: flexiondotorg
Revision: 106021

upgpkg: libxnvctrl 331.49-1 - New upstream release

Modified:
  libxnvctrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:15:16 UTC (rev 106020)
+++ PKGBUILD2014-02-21 10:31:08 UTC (rev 106021)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer:  Martin Wimpress c...@flexion.org
-# Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libxnvctrl
-pkgver=331.38
-pkgrel=2
+pkgver=331.49
+pkgrel=1
 pkgdesc=NVIDIA X Ctrl library
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -12,7 +11,7 @@
 depends=('libxext')
 
source=(http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;
 10_libxnvctrl_so_0.diff)
-sha1sums=('ad3fd407dcf8678c770d6202651eb08162fd5e5d'
+sha1sums=('9c6b3445fdc800ebf01703527a0610365dd6c0f3'
   '84146494a08d4b691e2cff84d1551210eee584dd')
 
 prepare() {



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:33:26
  Author: bpiotrowski
Revision: 206188

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

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

---+
 /PKGBUILD |   92 
 /nvidia-lts.install   |   30 +++
 testing-i686/PKGBUILD |   46 --
 testing-i686/nvidia-lts.install   |   15 -
 testing-x86_64/PKGBUILD   |   46 --
 testing-x86_64/nvidia-lts.install |   15 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-02-21 10:33:20 UTC (rev 206187)
+++ testing-i686/PKGBUILD   2014-02-21 10:33:26 UTC (rev 206188)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=331.38
-_extramodules=extramodules-3.10-lts
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.10.26')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
-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=('f2059ae373665cb6c8fb826e1173b04d')
-fi
-
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 206187, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 10:33:26 UTC (rev 206188)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=331.38
+_extramodules=extramodules-3.10-lts
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('16aa229f7f118c8cafad6fb3f4ac082e')
+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=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}


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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:33:20
  Author: bpiotrowski
Revision: 206187

upgpkg: nvidia-lts 331.38-5

rebuild against linux-lts 3.10.31

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:27:19 UTC (rev 206186)
+++ PKGBUILD2014-02-21 10:33:20 UTC (rev 206187)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=331.38
 _extramodules=extramodules-3.10-lts
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:04
  Author: bpiotrowski
Revision: 106023

upgpkg: acpi_call-lts 1.1.0-3

rebuild against linux-lts 3.10.31

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:31:21 UTC (rev 106022)
+++ PKGBUILD2014-02-21 10:50:04 UTC (rev 106023)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 _extramodules=extramodules-3.10-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:20
  Author: bpiotrowski
Revision: 106026

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

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

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

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 106025, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-21 10:50:20 UTC (rev 106026)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.037.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
106025, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2014-02-21 10:50:20 UTC (rev 
106026)
@@ -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 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ -16210,7 +16225,11 @@
+ #else
+ dev-features |= NETIF_F_RXCSUM;
+ dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++ 

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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:26
  Author: bpiotrowski
Revision: 106027

upgpkg: tp_smapi-lts 0.41-25

rebuild against linux-lts 3.10.31

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:50:20 UTC (rev 106026)
+++ PKGBUILD2014-02-21 10:50:26 UTC (rev 106027)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=24
+pkgrel=25
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:29
  Author: bpiotrowski
Revision: 106028

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

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

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

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

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 106027, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-02-21 10:50:29 UTC (rev 
106028)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.10-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 106027, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-21 10:50:29 UTC (rev 106028)
@@ -0,0 +1,57 @@
+# $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-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=25
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')

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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:17
  Author: bpiotrowski
Revision: 106025

upgpkg: r8168-lts 8.037.00-6

rebuild against linux-lts 3.10.31

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:50:09 UTC (rev 106024)
+++ PKGBUILD2014-02-21 10:50:17 UTC (rev 106025)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.037.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:42
  Author: bpiotrowski
Revision: 106029

upgpkg: virtualbox-modules-lts 4.3.6-6

rebuild against linux-lts 3.10.31

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:50:29 UTC (rev 106028)
+++ PKGBUILD2014-02-21 10:50:42 UTC (rev 106029)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.6
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:09
  Author: bpiotrowski
Revision: 106024

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

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

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

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

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
106023, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-02-21 10:50:09 UTC (rev 
106024)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.10-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

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

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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 11:50:45
  Author: bpiotrowski
Revision: 106030

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

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

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

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
106029, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-21 10:50:45 UTC (rev 106030)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.6
+pkgrel=6
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.10' 'linux-lts3.11'
+ 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.10-lts
+
+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-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.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-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: 

[arch-commits] Commit in open-vm-tools/trunk (5 files)

2014-02-21 Thread Balló György
Date: Friday, February 21, 2014 @ 13:07:45
  Author: bgyorgy
Revision: 106031

upgpkg: open-vm-tools 5:2013.09.16-6

Drop open-vm-tools-dkms due incompatibilty with recent kernels (FS#37026)

Modified:
  open-vm-tools/trunk/PKGBUILD
Deleted:
  open-vm-tools/trunk/dkms-conf.patch
  open-vm-tools/trunk/modprobe.conf
  open-vm-tools/trunk/open-vm-tools-dkms.install
  open-vm-tools/trunk/open-vm-tools.install

+
 PKGBUILD   |   46 ---
 dkms-conf.patch|   15 --
 modprobe.conf  |1 
 open-vm-tools-dkms.install |   22 
 open-vm-tools.install  |   10 -
 5 files changed, 9 insertions(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 10:50:45 UTC (rev 106030)
+++ PKGBUILD2014-02-21 12:07:45 UTC (rev 106031)
@@ -2,26 +2,23 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Krzysztof Raczkowski racz...@gmail.com
 
-pkgbase=open-vm-tools
-pkgname=('open-vm-tools' 'open-vm-tools-dkms')
+pkgname=open-vm-tools
 epoch=5
 pkgver=2013.09.16
 _pkgsubver=1328054
-pkgrel=5
+pkgrel=6
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
 license=('LGPL')
-depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss' 
'iproute2')
-makedepends=('chrpath' 'doxygen' 'gtkmm' 'fuse' 'libxtst')
-optdepends=('gtkmm' 'libnotify' 'libxtst' 'fuse' 'libsm'
-   'open-vm-tools-modules: for linux kernel'
-   'open-vm-tools-dkms: for linux-lts and other kernels'
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss' 
'iproute2' 'fuse')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
'netctl: suspend-resume network state'
'networkmanager: suspend-resume network state')
 backup=('etc/pam.d/vmware-guestd')
 options=('docs')
-install=$pkgname.install
 
#source=(http://downloads.sourceforge.net/project/open-vm-tools/open-vm-tools/Development%20Snapshots/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}.tar.gz
network-script
@@ -28,23 +25,14 @@
tools.conf
vmware-guestd
xautostart.conf
-   modprobe.conf
-   vmtoolsd.service
-   dkms-conf.patch)
+   vmtoolsd.service)
 md5sums=('66c63d2d447b3a91303f996372ebda71'
  'e307f5201b2b3fe79c9e2b410d02b989'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'
  '75a25d83417e683957321f97a00f8465'
- 'bc5518489077e91655489bd04b868584'
- 'a6c53243d31c765580f6dded7d5fa98f'
- 'e00a4387c588eba4b37575e6dcd2f894')
+ 'a6c53243d31c765580f6dded7d5fa98f')
 
-prepare() {
-  cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}
-  patch -p1 $srcdir/dkms-conf.patch
-}
-
 build() {
   cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}
   export CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS ${CFLAGS}
@@ -54,7 +42,7 @@
   make
 }
 
-package_open-vm-tools() {
+package() {
   cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}
 
   make install DESTDIR=$pkgdir
@@ -82,19 +70,3 @@
 
   rm -f $pkgdir/etc/vmware-tools/scripts/vmware/*.orig
 }
-
-package_open-vm-tools-dkms() {
-  pkgdesc=kernel modules for the open source implementation of VMware Tools
-  depends=('dkms')
-  provides=('open-vm-tools-modules')
-  conflicts=('open-vm-tools-modules')
-  optdepends=()
-  backup=()
-  install=open-vm-tools-dkms.install
-
-  install -d -m755 ${pkgdir}/usr/src/
-  sh ${srcdir}/open-vm-tools-${pkgver}-${_pkgsubver}/modules/linux/dkms.sh \
-   ${srcdir}/open-vm-tools-${pkgver}-${_pkgsubver}/ \
-   ${pkgdir}/usr/src/
-  install -Dm644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
-}

Deleted: dkms-conf.patch
===
--- dkms-conf.patch 2014-02-21 10:50:45 UTC (rev 106030)
+++ dkms-conf.patch 2014-02-21 12:07:45 UTC (rev 106031)
@@ -1,15 +0,0 @@
-diff -wbBur open-vm-tools-2013.09.16-1328054/modules/linux/dkms.conf 
open-vm-tools-2013.09.16-1328054.q/modules/linux/dkms.conf
 open-vm-tools-2013.09.16-1328054/modules/linux/dkms.conf   2013-09-23 
09:57:48.0 +0400
-+++ open-vm-tools-2013.09.16-1328054.q/modules/linux/dkms.conf 2013-12-02 
14:38:38.385365105 +0400
-@@ -15,9 +15,9 @@
- CLEAN[0]=$MAKE_CMD_TMPL -C vmblock clean;\
-   $MAKE_CMD_TMPL -C vmci clean;   \
-   $MAKE_CMD_TMPL -C vmhgfs clean; \
--  $MAKE_CMD_TMPL -C vmsync clean;\
-+  $MAKE_CMD_TMPL -C vmsync clean; \
-   $MAKE_CMD_TMPL -C vmxnet clean; \
--  $MAKE_CMD_TMPL -C vsock clean
-+ 

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

2014-02-21 Thread Balló György
Date: Friday, February 21, 2014 @ 13:08:13
  Author: bgyorgy
Revision: 106032

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 106031, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/network-script
(from rev 106031, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 106031, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 106031, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 106031, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 106031, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 106031, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 106031, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 106031, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 106031, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 106031, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 106031, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/dkms-conf.patch
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/dkms-conf.patch
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

-+
 /PKGBUILD   |  144 +
 /network-script |  390 ++
 /tools.conf |2 
 /vmtoolsd.service   |   18 +
 /vmware-guestd  |   12 
 /xautostart.conf|   12 
 community-i686/PKGBUILD |  100 --
 community-i686/dkms-conf.patch  |   15 -
 community-i686/modprobe.conf|1 
 community-i686/network-script   |  195 -
 community-i686/open-vm-tools-dkms.install   |   22 -
 community-i686/open-vm-tools.install|   10 
 community-i686/tools.conf   |1 
 community-i686/vmtoolsd.service |9 
 community-i686/vmware-guestd|6 
 community-i686/xautostart.conf  |6 
 community-x86_64/PKGBUILD   |  100 --
 community-x86_64/dkms-conf.patch|   15 -
 community-x86_64/modprobe.conf  |1 
 community-x86_64/network-script |  195 -
 community-x86_64/open-vm-tools-dkms.install |   22 -
 community-x86_64/open-vm-tools.install  |   10 
 community-x86_64/tools.conf |1 
 community-x86_64/vmtoolsd.service   |9 
 community-x86_64/vmware-guestd  |6 
 community-x86_64/xautostart.conf|6 
 26 files changed, 578 insertions(+), 730 deletions(-)

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


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

2014-02-21 Thread Sergej Pupykin
Date: Friday, February 21, 2014 @ 13:52:32
  Author: spupykin
Revision: 106033

upgpkg: virtviewer 0.6.0-3

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 12:08:13 UTC (rev 106032)
+++ PKGBUILD2014-02-21 12:52:32 UTC (rev 106033)
@@ -4,10 +4,10 @@
 
 pkgname=virtviewer
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
 depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
-makedepends=('intltool')
+makedepends=('intltool' 'spice-protocol')
 url=http://virt-manager.et.redhat.com;
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-02-21 Thread Sergej Pupykin
Date: Friday, February 21, 2014 @ 13:52:48
  Author: spupykin
Revision: 106034

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

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

-+
 /PKGBUILD   |   54 ++
 /virtviewer.install |   26 
 community-i686/PKGBUILD |   27 -
 community-i686/virtviewer.install   |   13 
 community-x86_64/PKGBUILD   |   27 -
 community-x86_64/virtviewer.install |   13 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 12:52:32 UTC (rev 106033)
+++ community-i686/PKGBUILD 2014-02-21 12:52:48 UTC (rev 106034)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.6.0
-pkgrel=2
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
-makedepends=('intltool')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=virtviewer.install
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('a3d7dd877105117e36185378ee1849ee')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 106033, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 12:52:48 UTC (rev 106034)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=0.6.0
+pkgrel=3
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
+makedepends=('intltool' 'spice-protocol')
+url=http://virt-manager.et.redhat.com;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=virtviewer.install
+source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('a3d7dd877105117e36185378ee1849ee')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/virtviewer.install
===
--- community-i686/virtviewer.install   2014-02-21 12:52:32 UTC (rev 106033)
+++ community-i686/virtviewer.install   2014-02-21 12:52:48 UTC (rev 106034)
@@ -1,13 +0,0 @@
-post_install() {
-  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: virtviewer/repos/community-i686/virtviewer.install (from rev 106033, 
virtviewer/trunk/virtviewer.install)
===
--- community-i686/virtviewer.install   (rev 0)
+++ community-i686/virtviewer.install   2014-02-21 12:52:48 UTC (rev 106034)
@@ -0,0 +1,13 @@
+post_install() {
+  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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-21 12:52:32 UTC (rev 106033)
+++ community-x86_64/PKGBUILD   2014-02-21 12:52:48 UTC (rev 106034)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:17
  Author: thomas
Revision: 106040

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 106034, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 106034, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 106034, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 106034, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 106034, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 106034, 
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.rules2014-02-21 14:56:16 UTC (rev 106039)
+++ community-i686/60-vhba.rules2014-02-21 14:56:17 UTC (rev 106040)
@@ -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 106034, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-02-21 14:56:17 UTC (rev 106040)
@@ -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 2014-02-21 14:56:16 UTC (rev 106039)
+++ community-i686/PKGBUILD 2014-02-21 14:56:17 UTC (rev 106040)
@@ -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.12-ARCH
-pkgrel=23
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '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 106034, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 14:56:17 UTC (rev 106040)
@@ -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.13-ARCH
+pkgrel=24
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:19
  Author: thomas
Revision: 106041

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 106034, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 106034, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 106034, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 106034, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 106034, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 106034, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 106034, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 106034, 
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 |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 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, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 14:56:17 UTC (rev 106040)
+++ community-i686/PKGBUILD 2014-02-21 14:56:19 UTC (rev 106041)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.6
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.12' 'linux3.13'
- 'linux-headers=3.12' 'linux-headers3.13'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.12-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.12' 'linux3.13')
-  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.12' 'linux3.13')
-  

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:13
  Author: thomas
Revision: 106036

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

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 106034, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 106034, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 106034, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 106034, 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 |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 14:56:11 UTC (rev 106035)
+++ community-i686/PKGBUILD 2014-02-21 14:56:13 UTC (rev 106036)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=5
-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.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/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 106034, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 14:56:13 UTC (rev 106036)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=6
+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.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2014-02-21 14:56:11 UTC (rev 106035)
+++ community-i686/bbswitch.install 2014-02-21 14:56:13 UTC (rev 106036)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.12-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 106034, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2014-02-21 14:56:13 UTC (rev 106036)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:13
  Author: thomas
Revision: 106037

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 106034, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 106034, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 106034, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 106034, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  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/r8168.install

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 14:56:13 UTC (rev 106036)
+++ community-i686/PKGBUILD 2014-02-21 14:56:13 UTC (rev 106037)
@@ -1,45 +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.037.00
-pkgrel=6
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 106034, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 14:56:13 UTC (rev 106037)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:34
  Author: thomas
Revision: 206189

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

Added:
  
linux/repos/core-i686/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch
(from rev 206188, 
linux/repos/testing-i686/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch)
  linux/repos/core-i686/0001-quirk-asm_volatile_goto.patch
(from rev 206188, 
linux/repos/testing-i686/0001-quirk-asm_volatile_goto.patch)
  
linux/repos/core-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 206188, 
linux/repos/testing-i686/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/core-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 206188, 
linux/repos/testing-i686/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/core-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 206188, 
linux/repos/testing-i686/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/core-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 206188, 
linux/repos/testing-i686/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/core-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 206188, 
linux/repos/testing-i686/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/core-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 206188, 
linux/repos/testing-i686/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/core-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 206188, 
linux/repos/testing-i686/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 206188, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 206188, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 206188, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 206188, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 206188, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/i8042-fix-aliases.patch
(from rev 206188, linux/repos/testing-i686/i8042-fix-aliases.patch)
  linux/repos/core-i686/linux.install
(from rev 206188, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 206188, linux/repos/testing-i686/linux.preset)
  
linux/repos/core-x86_64/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch
(from rev 206188, 
linux/repos/testing-x86_64/0001-SUNRPC-Ensure-that-gss_auth-isn-t-freed-before-its-u.patch)
  linux/repos/core-x86_64/0001-quirk-asm_volatile_goto.patch
(from rev 206188, 
linux/repos/testing-x86_64/0001-quirk-asm_volatile_goto.patch)
  
linux/repos/core-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch
(from rev 206188, 
linux/repos/testing-x86_64/0001-sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch)
  
linux/repos/core-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch
(from rev 206188, 
linux/repos/testing-x86_64/0001-syscalls.h-use-gcc-alias-instead-of-assembler-aliase.patch)
  
linux/repos/core-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch
(from rev 206188, 
linux/repos/testing-x86_64/0002-sunrpc-replace-sunrpc_net-gssd_running-flag-with-a-m.patch)
  
linux/repos/core-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch
(from rev 206188, 
linux/repos/testing-x86_64/0003-nfs-check-if-gssd-is-running-before-attempting-to-us.patch)
  
linux/repos/core-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch
(from rev 206188, 
linux/repos/testing-x86_64/0004-rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-.patch)
  
linux/repos/core-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
(from rev 206188, 
linux/repos/testing-x86_64/0005-sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch)
  
linux/repos/core-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch
(from rev 206188, 
linux/repos/testing-x86_64/0006-rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-no.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 206188, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 206188, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 206188, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 206188, linux/repos/testing-x86_64/config.x86_64)
  

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:15
  Author: thomas
Revision: 106038

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

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 106034, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/linux-3.8.patch
(from rev 106034, rt3562sta/repos/community-testing-i686/linux-3.8.patch)
  rt3562sta/repos/community-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 106034, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 106034, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/linux-3.8.patch
(from rev 106034, 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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
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 106034, 
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 106034, 
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 acpi_call/repos (10 files)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:11
  Author: thomas
Revision: 106035

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

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

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 
 community-i686/PKGBUILD|   40 -
 community-i686/acpi_call.install   |   14 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/acpi_call.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

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

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

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2014-02-21 12:52:48 UTC (rev 106034)
+++ community-i686/acpi_call.install2014-02-21 14:56:11 UTC (rev 106035)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.12-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:16
  Author: thomas
Revision: 106039

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

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 106034, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 106034, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 106034, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 106034, 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 2014-02-21 14:56:15 UTC (rev 106038)
+++ community-i686/PKGBUILD 2014-02-21 14:56:16 UTC (rev 106039)
@@ -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=43
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.12' 'linux3.13')
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-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 106034, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 14:56:16 UTC (rev 106039)
@@ -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=44
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.13' 'linux3.14')
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+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/repos (12 files)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:52
  Author: thomas
Revision: 206191

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 206189, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 206189, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-i686/nvidia_3.13_kernel.patch
(from rev 206189, nvidia/repos/testing-i686/nvidia_3.13_kernel.patch)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 206189, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 206189, nvidia/repos/testing-x86_64/nvidia.install)
  nvidia/repos/extra-x86_64/nvidia_3.13_kernel.patch
(from rev 206189, nvidia/repos/testing-x86_64/nvidia_3.13_kernel.patch)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

---+
 /PKGBUILD |  104 
 /nvidia.install   |   36 +++
 extra-i686/PKGBUILD   |   51 ---
 extra-i686/nvidia.install |   18 -
 extra-i686/nvidia_3.13_kernel.patch   |   46 ++
 extra-x86_64/PKGBUILD |   51 ---
 extra-x86_64/nvidia.install   |   18 -
 extra-x86_64/nvidia_3.13_kernel.patch |   46 ++
 8 files changed, 232 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 14:56:51 UTC (rev 206190)
+++ extra-i686/PKGBUILD 2014-02-21 14:56:52 UTC (rev 206191)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=331.38
-_extramodules=extramodules-3.12-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.12' 'linux3.13' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-#source=('nvidia-linux-3.12.patch')
-#md5sums=('d267069bc456de269424b4e1b46a3745')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('16aa229f7f118c8cafad6fb3f4ac082e')
-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+=('f2059ae373665cb6c8fb826e1173b04d')
-fi
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}/${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 206189, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 14:56:52 UTC (rev 206191)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=331.38
+_extramodules=extramodules-3.13-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('90fc2d263157fa672fc8d1eb0309cb3a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('16aa229f7f118c8cafad6fb3f4ac082e')
+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+=('f2059ae373665cb6c8fb826e1173b04d')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+patch -p1 -i 

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:53
  Author: thomas
Revision: 206192

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 206189, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 206189, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-i686/nvidia_3.13_kernel.patch
(from rev 206189, nvidia-304xx/repos/testing-i686/nvidia_3.13_kernel.patch)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 206189, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 206189, nvidia-304xx/repos/testing-x86_64/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/nvidia_3.13_kernel.patch
(from rev 206189, 
nvidia-304xx/repos/testing-x86_64/nvidia_3.13_kernel.patch)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

---+
 /PKGBUILD |  110 
 /nvidia.install   |   30 
 extra-i686/PKGBUILD   |   48 -
 extra-i686/nvidia.install |   15 
 extra-i686/nvidia_3.13_kernel.patch   |   25 +++
 extra-x86_64/PKGBUILD |   48 -
 extra-x86_64/nvidia.install   |   15 
 extra-x86_64/nvidia_3.13_kernel.patch |   25 +++
 8 files changed, 190 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 14:56:52 UTC (rev 206191)
+++ extra-i686/PKGBUILD 2014-02-21 14:56:53 UTC (rev 206192)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.117
-_extramodules=extramodules-3.12-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.12' 'linux3.13' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
-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=('8ee9f672028971c6d36118894d0e2c59')
-fi
-
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 206189, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 14:56:53 UTC (rev 206192)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.117
+_extramodules=extramodules-3.13-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('f1569a1ce7f9293b876c2b72f3fd7c9e')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('023eb03da304a1842fc503c81e3c5694')
+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 lirc/repos (54 files)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 15:56:51
  Author: thomas
Revision: 206190

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 206189, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.service
(from rev 206189, lirc/repos/testing-i686/irexec.service)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 206189, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/linux-3.8.patch
(from rev 206189, lirc/repos/testing-i686/linux-3.8.patch)
  lirc/repos/extra-i686/lirc-utils.install
(from rev 206189, lirc/repos/testing-i686/lirc-utils.install)
  lirc/repos/extra-i686/lirc.install
(from rev 206189, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 206189, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc.service
(from rev 206189, lirc/repos/testing-i686/lirc.service)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 206189, lirc/repos/testing-i686/lirc.tmpfiles)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 206189, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 206189, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 206189, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircm.service
(from rev 206189, lirc/repos/testing-i686/lircm.service)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 206189, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.service
(from rev 206189, lirc/repos/testing-x86_64/irexec.service)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 206189, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/linux-3.8.patch
(from rev 206189, lirc/repos/testing-x86_64/linux-3.8.patch)
  lirc/repos/extra-x86_64/lirc-utils.install
(from rev 206189, lirc/repos/testing-x86_64/lirc-utils.install)
  lirc/repos/extra-x86_64/lirc.install
(from rev 206189, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 206189, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.service
(from rev 206189, lirc/repos/testing-x86_64/lirc.service)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 206189, lirc/repos/testing-x86_64/lirc.tmpfiles)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 206189, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 206189, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 206189, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircm.service
(from rev 206189, 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|  242 +
 /irexec.service  |   22 ++
 /kernel-2.6.39.patch |  108 +++
 /linux-3.8.patch |  160 
 /lirc-utils.install  |   14 +
 /lirc.install|   32 +++
 /lirc.logrotate  |   10 +
 /lirc.service|   24 ++
 /lirc.tmpfiles   |2 
 /lirc_atiusb-kfifo.patch |   62 ++
 /lirc_wpc8769l.patch |  176 ++
 /lircd-handle-large-config.patch |   78 
 /lircm.service   |   24 ++
 extra-i686/PKGBUILD 

[arch-commits] Commit in xcb-util-wm/trunk (PKGBUILD)

2014-02-21 Thread Andreas Radke
Date: Friday, February 21, 2014 @ 17:30:45
  Author: andyrtr
Revision: 206197

upgpkg: xcb-util-wm 0.4.1-1

upstream update 0.4.1

Modified:
  xcb-util-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 16:27:27 UTC (rev 206196)
+++ PKGBUILD2014-02-21 16:30:45 UTC (rev 206197)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=xcb-util-wm
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=Utility libraries for XC Binding - client and window-manager helpers 
for ICCCM
 arch=('i686' 'x86_64')
@@ -13,22 +13,22 @@
 makedepends=('xorg-util-macros')
 source=(http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2;
 'LICENSE')
-sha256sums=('66f97c18f7d98d3c873fe5db5842d2fca34519274c31ee668551ab8995a2f51f'
+sha256sums=('28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f'
 'ded299aa179dcf0d885bf89274a4db77a530e03f9f5e7cf1c3c4ef1d60e914b9')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -D -m644 ${srcdir}/LICENSE \



[arch-commits] Commit in xcb-util-wm/repos (8 files)

2014-02-21 Thread Andreas Radke
Date: Friday, February 21, 2014 @ 17:31:02
  Author: andyrtr
Revision: 206198

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

Added:
  xcb-util-wm/repos/extra-i686/LICENSE
(from rev 206197, xcb-util-wm/trunk/LICENSE)
  xcb-util-wm/repos/extra-i686/PKGBUILD
(from rev 206197, xcb-util-wm/trunk/PKGBUILD)
  xcb-util-wm/repos/extra-x86_64/LICENSE
(from rev 206197, xcb-util-wm/trunk/LICENSE)
  xcb-util-wm/repos/extra-x86_64/PKGBUILD
(from rev 206197, xcb-util-wm/trunk/PKGBUILD)
Deleted:
  xcb-util-wm/repos/extra-i686/LICENSE
  xcb-util-wm/repos/extra-i686/PKGBUILD
  xcb-util-wm/repos/extra-x86_64/LICENSE
  xcb-util-wm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  534 
 /PKGBUILD |   72 ++
 extra-i686/LICENSE|  267 
 extra-i686/PKGBUILD   |   36 ---
 extra-x86_64/LICENSE  |  267 
 extra-x86_64/PKGBUILD |   36 ---
 6 files changed, 606 insertions(+), 606 deletions(-)

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


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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 18:41:55
  Author: anatolik
Revision: 106045

crash: move package from aur to community

Added:
  crash/
  crash/repos/
  crash/trunk/
  crash/trunk/PKGBUILD

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

Added: crash/trunk/PKGBUILD
===
--- crash/trunk/PKGBUILD(rev 0)
+++ crash/trunk/PKGBUILD2014-02-21 17:41:55 UTC (rev 106045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
+  install crash $pkgdir/usr/bin/
+  install crash.8 $pkgdir/usr/share/man/man8/
+}


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


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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 18:45:42
  Author: anatolik
Revision: 106046

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

Added:
  crash/repos/community-i686/
  crash/repos/community-i686/PKGBUILD
(from rev 106045, crash/trunk/PKGBUILD)
  crash/repos/community-x86_64/
  crash/repos/community-x86_64/PKGBUILD
(from rev 106045, crash/trunk/PKGBUILD)

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

Copied: crash/repos/community-i686/PKGBUILD (from rev 106045, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 17:45:42 UTC (rev 106046)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
+  install crash $pkgdir/usr/bin/
+  install crash.8 $pkgdir/usr/share/man/man8/
+}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 106045, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 17:45:42 UTC (rev 106046)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
+  install crash $pkgdir/usr/bin/
+  install crash.8 $pkgdir/usr/share/man/man8/
+}



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

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 18:48:17
  Author: bpiotrowski
Revision: 206200

upgpkg: libreoffice-i18n 4.2.1-2

something went wrong during last db-update ?\226?\128?\147 repush to keep both 
architectures in sync

Modified:
  libreoffice-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 16:54:26 UTC (rev 206199)
+++ PKGBUILD2014-02-21 17:48:17 UTC (rev 206200)
@@ -114,7 +114,7 @@
  'libreoffice-zu')
 _rcver=4.2.1.1
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 
 _oodlver=${pkgver}
 #_oodlver=${_rcver}



[arch-commits] Commit in libreoffice-i18n/repos/testing-any (PKGBUILD PKGBUILD)

2014-02-21 Thread Bartłomiej Piotrowski
Date: Friday, February 21, 2014 @ 18:48:33
  Author: bpiotrowski
Revision: 206201

archrelease: copy trunk to testing-any

Added:
  libreoffice-i18n/repos/testing-any/PKGBUILD
(from rev 206200, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/testing-any/PKGBUILD

--+
 PKGBUILD | 3256 ++---
 1 file changed, 1628 insertions(+), 1628 deletions(-)

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


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

2014-02-21 Thread Evangelos Foutras
Date: Friday, February 21, 2014 @ 18:58:55
  Author: foutrelis
Revision: 206202

upgpkg: chromium 33.0.1750.117-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 17:48:33 UTC (rev 206201)
+++ PKGBUILD2014-02-21 17:58:55 UTC (rev 206202)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=33.0.1750.115
+pkgver=33.0.1750.117
 _toolchains_rev=12526
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -35,7 +35,7 @@
 noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_translator-$_toolchains_rev.tgz)
-sha256sums=('3743d63f4b7369fadd13811b30fc9204e5a2345b01aa1484a209228efe2e19f2'
+sha256sums=('0e85f91c6e2ea6b63f9ec3507253498d707748be1819e5d9bd964df47bc6ca5b'
 '4bc956815bd45a82ed7c3b623d0ffb55fcc6c6af55828a0bf1560733def68e8d'
 '3ae77302adf775f2d513e7d9cb730cbe3e42d515002c4388d25fa3ec11b7b12f'
 'ce89d9c53b32a83f477e9ac2c2269d573477e23908462fccbf945c3303a9fb1f'



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

2014-02-21 Thread Evangelos Foutras
Date: Friday, February 21, 2014 @ 18:59:18
  Author: foutrelis
Revision: 206203

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 206202, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-gn-r0.patch
(from rev 206202, chromium/trunk/chromium-gn-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 206202, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 206202, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 206202, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 206202, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 206202, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-gn-r0.patch
(from rev 206202, chromium/trunk/chromium-gn-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 206202, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 206202, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 206202, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 206202, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-gn-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-gn-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  358 
 /chromium-gn-r0.patch |   24 ++
 /chromium.default |8 
 /chromium.desktop |  226 ++
 /chromium.install |   24 ++
 /chromium.sh  |   32 +++
 extra-i686/PKGBUILD   |  179 --
 extra-i686/chromium-gn-r0.patch   |   12 -
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 ---
 extra-i686/chromium.install   |   12 -
 extra-i686/chromium.sh|   16 -
 extra-x86_64/PKGBUILD |  179 --
 extra-x86_64/chromium-gn-r0.patch |   12 -
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 ---
 extra-x86_64/chromium.install |   12 -
 extra-x86_64/chromium.sh  |   16 -
 18 files changed, 672 insertions(+), 672 deletions(-)

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


[arch-commits] Commit in (4 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:00:12
  Author: anatolik
Revision: 106047

codespell: move from aur to [community]

Added:
  codespell/
  codespell/repos/
  codespell/trunk/
  codespell/trunk/PKGBUILD

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

Added: codespell/trunk/PKGBUILD
===
--- codespell/trunk/PKGBUILD(rev 0)
+++ codespell/trunk/PKGBUILD2014-02-21 18:00:12 UTC (rev 106047)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}


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


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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:02:18
  Author: anatolik
Revision: 106048

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

Added:
  codespell/repos/community-i686/
  codespell/repos/community-i686/PKGBUILD
(from rev 106047, codespell/trunk/PKGBUILD)
  codespell/repos/community-x86_64/
  codespell/repos/community-x86_64/PKGBUILD
(from rev 106047, codespell/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   19 +++
 community-x86_64/PKGBUILD |   19 +++
 2 files changed, 38 insertions(+)

Copied: codespell/repos/community-i686/PKGBUILD (from rev 106047, 
codespell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 18:02:18 UTC (rev 106048)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}

Copied: codespell/repos/community-x86_64/PKGBUILD (from rev 106047, 
codespell/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 18:02:18 UTC (rev 106048)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:04:41
  Author: anatolik
Revision: 106049

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/
  codespell/repos/community-any/PKGBUILD
(from rev 106048, codespell/trunk/PKGBUILD)

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

Copied: codespell/repos/community-any/PKGBUILD (from rev 106048, 
codespell/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-02-21 18:04:41 UTC (rev 106049)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}



[arch-commits] Commit in codespell/repos (community-i686 community-x86_64)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:17:09
  Author: anatolik
Revision: 106053

Removed community-i686 and community-x86_64 for codespell

Deleted:
  codespell/repos/community-i686/
  codespell/repos/community-x86_64/



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:16:31
  Author: anatolik
Revision: 106051

upgpkg: codespell 1.6-2

codespell: release version with correct packager

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 18:07:02 UTC (rev 106050)
+++ PKGBUILD2014-02-21 18:16:31 UTC (rev 106051)
@@ -4,7 +4,7 @@
 
 pkgname=codespell
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Fix common misspellings in source code'
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL)



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:17:01
  Author: anatolik
Revision: 106052

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 106051, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 18:16:31 UTC (rev 106051)
+++ PKGBUILD2014-02-21 18:17:01 UTC (rev 106052)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov ana...@google.com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=codespell
-pkgver=1.6
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 106051, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-21 18:17:01 UTC (rev 106052)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov ana...@google.com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=2
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR=$pkgdir
+}



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

2014-02-21 Thread Jan Steffens
Date: Friday, February 21, 2014 @ 19:23:30
  Author: heftig
Revision: 206204

2.2.5

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 17:59:18 UTC (rev 206203)
+++ PKGBUILD2014-02-21 18:23:30 UTC (rev 206204)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=webkitgtk
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.2.5
+pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;
@@ -17,7 +17,7 @@
 replaces=(webkitgtk3 libwebkit3)
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('5e1aee1bfca3602cb02920d6984c584c775c661b30c33955e35ff9a21b4c4d74')
+sha256sums=('c710994a1ed0ec78f746a05ae7dc65369ed56d7475f0de576ca7a73ad9c6e670')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:35:40
  Author: anatolik
Revision: 106054

upgpkg: crash 7.0.5-2

crash: regenerate package with correct packager

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 18:17:09 UTC (rev 106053)
+++ PKGBUILD2014-02-21 18:35:40 UTC (rev 106054)
@@ -6,7 +6,7 @@
 
 pkgname=crash
 pkgver=7.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
 arch=(i686 x86_64)



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:36:18
  Author: anatolik
Revision: 106055

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-21 18:35:40 UTC (rev 106054)
+++ community-i686/PKGBUILD 2014-02-21 18:36:18 UTC (rev 106055)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-# Contributor: Michael Eckert michael.eck...@linuxmail.org
-# Contributor: Mathieu Pasquet mathi...@mathieui.net
-
-pkgname=crash
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
-  install crash $pkgdir/usr/bin/
-  install crash.8 $pkgdir/usr/share/man/man8/
-}

Copied: crash/repos/community-i686/PKGBUILD (from rev 106054, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 18:36:18 UTC (rev 106055)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.5
+pkgrel=2
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
+  install crash $pkgdir/usr/bin/
+  install crash.8 $pkgdir/usr/share/man/man8/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-21 18:35:40 UTC (rev 106054)
+++ community-x86_64/PKGBUILD   2014-02-21 18:36:18 UTC (rev 106055)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-# Contributor: Michael Eckert michael.eck...@linuxmail.org
-# Contributor: Mathieu Pasquet mathi...@mathieui.net
-
-pkgname=crash
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
-  install crash $pkgdir/usr/bin/
-  install crash.8 $pkgdir/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 106054, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 18:36:18 UTC (rev 106055)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.5
+pkgrel=2
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses 

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

2014-02-21 Thread Jan Steffens
Date: Friday, February 21, 2014 @ 19:38:10
  Author: heftig
Revision: 206205

1.2

Modified:
  sbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 18:23:30 UTC (rev 206204)
+++ PKGBUILD2014-02-21 18:38:10 UTC (rev 206205)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=sbc
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc=Bluetooth Subband Codec (SBC) library
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 depends=('glibc')
 source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
+md5sums=('ec65c444ad4c32aa85702641045b19e9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-21 Thread Jan Steffens
Date: Friday, February 21, 2014 @ 19:40:49
  Author: heftig
Revision: 206206

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 18:38:10 UTC (rev 206205)
+++ extra-i686/PKGBUILD 2014-02-21 18:40:49 UTC (rev 206206)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=webkitgtk
-pkgver=2.2.4
-pkgrel=2
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Netscape plugin support')
-provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-conflicts=(webkitgtk3 libwebkit3)
-replaces=(webkitgtk3 libwebkit3)
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('5e1aee1bfca3602cb02920d6984c584c775c661b30c33955e35ff9a21b4c4d74')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 206205, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 18:40:49 UTC (rev 206206)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk
+pkgver=2.2.5
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gtk2: Netscape plugin support')
+provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+conflicts=(webkitgtk3 libwebkit3)
+replaces=(webkitgtk3 libwebkit3)
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
+sha256sums=('c710994a1ed0ec78f746a05ae7dc65369ed56d7475f0de576ca7a73ad9c6e670')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-21 18:38:10 UTC (rev 206205)
+++ extra-x86_64/PKGBUILD   2014-02-21 18:40:49 UTC (rev 206206)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=webkitgtk
-pkgver=2.2.4
-pkgrel=2
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gtk3 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gtk2: Netscape plugin support')
-provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-conflicts=(webkitgtk3 libwebkit3)
-replaces=(webkitgtk3 libwebkit3)
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('5e1aee1bfca3602cb02920d6984c584c775c661b30c33955e35ff9a21b4c4d74')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 Source/WebKit/LICENSE 

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

2014-02-21 Thread Jan Steffens
Date: Friday, February 21, 2014 @ 19:43:56
  Author: heftig
Revision: 206207

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 18:40:49 UTC (rev 206206)
+++ extra-i686/PKGBUILD 2014-02-21 18:43:56 UTC (rev 206207)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=sbc
-pkgver=1.1
-pkgrel=1
-pkgdesc=Bluetooth Subband Codec (SBC) library
-arch=('i686' 'x86_64')
-url=http://www.bluez.org/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sbc/repos/extra-i686/PKGBUILD (from rev 206206, sbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 18:43:56 UTC (rev 206207)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=sbc
+pkgver=1.2
+pkgrel=1
+pkgdesc=Bluetooth Subband Codec (SBC) library
+arch=('i686' 'x86_64')
+url=http://www.bluez.org/;
+license=('GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('ec65c444ad4c32aa85702641045b19e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-21 18:40:49 UTC (rev 206206)
+++ extra-x86_64/PKGBUILD   2014-02-21 18:43:56 UTC (rev 206207)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=sbc
-pkgver=1.1
-pkgrel=1
-pkgdesc=Bluetooth Subband Codec (SBC) library
-arch=('i686' 'x86_64')
-url=http://www.bluez.org/;
-license=('GPL' 'LGPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
-md5sums=('ecadadbfd4b1dfe7b98f446c69126b23')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --disable-tester
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sbc/repos/extra-x86_64/PKGBUILD (from rev 206206, sbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-21 18:43:56 UTC (rev 206207)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=sbc
+pkgver=1.2
+pkgrel=1
+pkgdesc=Bluetooth Subband Codec (SBC) library
+arch=('i686' 'x86_64')
+url=http://www.bluez.org/;
+license=('GPL' 'LGPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('ec65c444ad4c32aa85702641045b19e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-tester
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (6 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:47:33
  Author: anatolik
Revision: 106056

dfu-util: move package from aur to community

Added:
  dfu-util/
  dfu-util/repos/
  dfu-util/trunk/
  dfu-util/trunk/PKGBUILD
  dfu-util/trunk/dfu-util.install
  dfu-util/trunk/stm32dfu.udev.rules

-+
 PKGBUILD|   31 +++
 dfu-util.install|   11 +++
 stm32dfu.udev.rules |   10 ++
 3 files changed, 52 insertions(+)

Added: dfu-util/trunk/PKGBUILD
===
--- dfu-util/trunk/PKGBUILD (rev 0)
+++ dfu-util/trunk/PKGBUILD 2014-02-21 18:47:33 UTC (rev 106056)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.7
+pkgrel=3
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/stm32dfu.udev.rules 
$pkgdir/etc/udev/rules.d/48-stm32dfu.rules
+}


Property changes on: dfu-util/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: dfu-util/trunk/dfu-util.install
===
--- dfu-util/trunk/dfu-util.install (rev 0)
+++ dfu-util/trunk/dfu-util.install 2014-02-21 18:47:33 UTC (rev 106056)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Added: dfu-util/trunk/stm32dfu.udev.rules
===
--- dfu-util/trunk/stm32dfu.udev.rules  (rev 0)
+++ dfu-util/trunk/stm32dfu.udev.rules  2014-02-21 18:47:33 UTC (rev 106056)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS==usb, ATTRS{idVendor}==0483, ATTRS{idProduct}==df11, \
+MODE:=0666, \
+SYMLINK+=stm32_dfu
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:=0666 with
+# OWNER:=yourusername to create the device owned by you, or with
+# GROUP:=somegroupname and mange access using standard unix groups.



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

2014-02-21 Thread Andreas Radke
Date: Friday, February 21, 2014 @ 19:49:54
  Author: andyrtr
Revision: 206208

upgpkg: cups-filters 1.0.46-1

upstream update 1.0.46

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 18:43:56 UTC (rev 206207)
+++ PKGBUILD2014-02-21 18:49:54 UTC (rev 206208)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.45
+pkgver=1.0.46
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('950c72b6fb7983f9a9fc126042e146c9')
+md5sums=('916b30ad3ee1424fa89883410abd7496')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 19:49:28
  Author: anatolik
Revision: 106057

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

Added:
  dfu-util/repos/community-i686/
  dfu-util/repos/community-i686/PKGBUILD
(from rev 106056, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-i686/dfu-util.install
(from rev 106056, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-i686/stm32dfu.udev.rules
(from rev 106056, dfu-util/trunk/stm32dfu.udev.rules)
  dfu-util/repos/community-x86_64/
  dfu-util/repos/community-x86_64/PKGBUILD
(from rev 106056, dfu-util/trunk/PKGBUILD)
  dfu-util/repos/community-x86_64/dfu-util.install
(from rev 106056, dfu-util/trunk/dfu-util.install)
  dfu-util/repos/community-x86_64/stm32dfu.udev.rules
(from rev 106056, dfu-util/trunk/stm32dfu.udev.rules)

--+
 community-i686/PKGBUILD  |   31 +++
 community-i686/dfu-util.install  |   11 +++
 community-i686/stm32dfu.udev.rules   |   10 ++
 community-x86_64/PKGBUILD|   31 +++
 community-x86_64/dfu-util.install|   11 +++
 community-x86_64/stm32dfu.udev.rules |   10 ++
 6 files changed, 104 insertions(+)

Copied: dfu-util/repos/community-i686/PKGBUILD (from rev 106056, 
dfu-util/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.7
+pkgrel=3
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/stm32dfu.udev.rules 
$pkgdir/etc/udev/rules.d/48-stm32dfu.rules
+}

Copied: dfu-util/repos/community-i686/dfu-util.install (from rev 106056, 
dfu-util/trunk/dfu-util.install)
===
--- community-i686/dfu-util.install (rev 0)
+++ community-i686/dfu-util.install 2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm control --reload-rules
+}
+
+post_upgrade() {
+  udevadm control --reload-rules
+}
+
+post_remove() {
+  udevadm control --reload-rules
+}

Copied: dfu-util/repos/community-i686/stm32dfu.udev.rules (from rev 106056, 
dfu-util/trunk/stm32dfu.udev.rules)
===
--- community-i686/stm32dfu.udev.rules  (rev 0)
+++ community-i686/stm32dfu.udev.rules  2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,10 @@
+# stm32 boards, with onboard DFU support
+
+SUBSYSTEMS==usb, ATTRS{idVendor}==0483, ATTRS{idProduct}==df11, \
+MODE:=0666, \
+SYMLINK+=stm32_dfu
+
+# If you share your linux system with other users, or just don't like the
+# idea of write permission for everybody, you can replace MODE:=0666 with
+# OWNER:=yourusername to create the device owned by you, or with
+# GROUP:=somegroupname and mange access using standard unix groups.

Copied: dfu-util/repos/community-x86_64/PKGBUILD (from rev 106056, 
dfu-util/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 18:49:28 UTC (rev 106057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Øyvind 'Mr.Elendig' Heggstad mrelen...@har-ikkje.net
+# Contributor: Fabrizio Antonangeli fabrizio.antonang...@gmail.com
+
+pkgname=dfu-util
+pkgver=0.7
+pkgrel=3
+pkgdesc='Tool intended to download and upload firmware using DFU protocol to 
devices connected over USB'
+url='http://dfu-util.gnumonks.org'
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libusb)
+install=dfu-util.install
+source=(stm32dfu.udev.rules
+http://dfu-util.gnumonks.org/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('64d4314f354d965e3dc0fd439dc497d5d0a41bf649da1869df40f93718e5a6fe'
+'f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr

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

2014-02-21 Thread Andreas Radke
Date: Friday, February 21, 2014 @ 19:50:20
  Author: andyrtr
Revision: 206209

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 206208, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 206208, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-21 18:49:54 UTC (rev 206208)
+++ extra-i686/PKGBUILD 2014-02-21 18:50:20 UTC (rev 206209)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.45
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('950c72b6fb7983f9a9fc126042e146c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 206208, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-21 18:50:20 UTC (rev 206209)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.46
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('916b30ad3ee1424fa89883410abd7496')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}


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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 19:58:31
  Author: thomas
Revision: 206210

iw: update to version 3.14

Modified:
  iw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 18:50:20 UTC (rev 206209)
+++ PKGBUILD2014-02-21 18:58:31 UTC (rev 206210)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=iw
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc=nl80211 based CLI configuration utility for wireless devices
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(libnl)
 makedepends=(linux-api-headers)
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('70c1c0f5145542b4d04dd52ad637920718515245e3dd3b4dc4c8e3b57b110dc6')
+sha256sums=('871cb28aa554581ed3508b296071051cecdd8f62e95313e00840d908d999')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 20:04:03
  Author: anatolik
Revision: 106058

fatsort: move from aur to community

Added:
  fatsort/
  fatsort/repos/
  fatsort/trunk/
  fatsort/trunk/PKGBUILD

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

Added: fatsort/trunk/PKGBUILD
===
--- fatsort/trunk/PKGBUILD  (rev 0)
+++ fatsort/trunk/PKGBUILD  2014-02-21 19:04:03 UTC (rev 106058)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Natan Vivo nvivo64_gmail_com
+# Contributor: rabyte rabyte*gmail
+# Contributor: Simon Morgan si...@16hz.net
+
+pkgname=fatsort
+pkgver=1.2.355
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(i686 x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}


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


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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 20:05:15
  Author: anatolik
Revision: 106059

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

Added:
  fatsort/repos/community-i686/
  fatsort/repos/community-i686/PKGBUILD
(from rev 106058, fatsort/trunk/PKGBUILD)
  fatsort/repos/community-x86_64/
  fatsort/repos/community-x86_64/PKGBUILD
(from rev 106058, fatsort/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: fatsort/repos/community-i686/PKGBUILD (from rev 106058, 
fatsort/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 19:05:15 UTC (rev 106059)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Natan Vivo nvivo64_gmail_com
+# Contributor: rabyte rabyte*gmail
+# Contributor: Simon Morgan si...@16hz.net
+
+pkgname=fatsort
+pkgver=1.2.355
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(i686 x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}

Copied: fatsort/repos/community-x86_64/PKGBUILD (from rev 106058, 
fatsort/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 19:05:15 UTC (rev 106059)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Natan Vivo nvivo64_gmail_com
+# Contributor: rabyte rabyte*gmail
+# Contributor: Simon Morgan si...@16hz.net
+
+pkgname=fatsort
+pkgver=1.2.355
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(i686 x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}



[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-02-21 Thread Florian Pritz
Date: Friday, February 21, 2014 @ 20:26:10
  Author: bluewind
Revision: 106061

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 106060, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 106060, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 106060, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-02-21 19:26:05 UTC (rev 106060)
+++ 30-win32-aliases.conf   2014-02-21 19:26:10 UTC (rev 106061)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 106060, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-02-21 19:26:10 UTC (rev 106061)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 19:26:05 UTC (rev 106060)
+++ PKGBUILD2014-02-21 19:26:10 UTC (rev 106061)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.12
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('ce32c886af1c8a4e824e8dc1a01c5703'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  

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

2014-02-21 Thread Florian Pritz
Date: Friday, February 21, 2014 @ 20:26:05
  Author: bluewind
Revision: 106060

upgpkg: wine 1.7.13-1

upstream update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 19:05:15 UTC (rev 106059)
+++ PKGBUILD2014-02-21 19:26:05 UTC (rev 106060)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.12
-pkgrel=2
+pkgver=1.7.13
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('ce32c886af1c8a4e824e8dc1a01c5703'
+md5sums=('f238be82934d48fee55b46789a26d9aa'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 



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

2014-02-21 Thread Florian Pritz
Date: Friday, February 21, 2014 @ 20:27:13
  Author: bluewind
Revision: 106062

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 106061, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 106061, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 106061, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-02-21 19:26:10 UTC (rev 106061)
+++ 30-win32-aliases.conf   2014-02-21 19:27:13 UTC (rev 106062)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 106061, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-02-21 19:27:13 UTC (rev 106062)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 19:26:10 UTC (rev 106061)
+++ PKGBUILD2014-02-21 19:27:13 UTC (rev 106062)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.12
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('ce32c886af1c8a4e824e8dc1a01c5703'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:32:41
  Author: thomas
Revision: 206211

crda: Update to 3.13 - and fix the abomination of a Makefile being shipped.

Added:
  crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch
  crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
  crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
  crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
Modified:
  crda/trunk/PKGBUILD
Deleted:
  crda/trunk/libnl32.patch

-+
 0001-Makefile-Don-t-run-ldconfig.patch  |   24 
 0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   |   55 
++
 0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch |   52 
+
 0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch |   37 ++
 PKGBUILD|   32 -
 libnl32.patch   |   12 --
 6 files changed, 192 insertions(+), 20 deletions(-)

Added: 0001-Makefile-Don-t-run-ldconfig.patch
===
--- 0001-Makefile-Don-t-run-ldconfig.patch  (rev 0)
+++ 0001-Makefile-Don-t-run-ldconfig.patch  2014-02-21 19:32:41 UTC (rev 
206211)
@@ -0,0 +1,24 @@
+From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:30:24 +0100
+Subject: [PATCH] Makefile: Don't run ldconfig
+
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 80f4946..c003195 100644
+--- a/Makefile
 b/Makefile
+@@ -130,7 +130,6 @@ install-libreg:
+   $(NQ) '  INSTALL  libreg'
+   $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+   $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+-  $(Q)ldconfig
+ 
+ %.o: %.c regdb.h $(LIBREG)
+   $(NQ) '  CC  ' $@
+-- 
+1.9.0
+

Added: 0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
===
--- 0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
(rev 0)
+++ 0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
2014-02-21 19:32:41 UTC (rev 206211)
@@ -0,0 +1,55 @@
+From e2e519730c33de4503ac5dda28863d029e3cf578 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:15:32 +0100
+Subject: [PATCH] Makefile: Link libreg.so against the crypto library.
+
+---
+ Makefile | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 1f25509..80f4946 100644
+--- a/Makefile
 b/Makefile
+@@ -33,6 +33,7 @@ LDLIBS += $(LDLIBREG)
+ LDLIBS += -lm
+ LIBREG += libreg.so
+ LDFLAGS += -L ./
++LIBREG_LDFLAGS += -lm
+ 
+ all: all_noverify verify
+ 
+@@ -40,17 +41,19 @@ all_noverify: $(LIBREG) crda intersect regdbdump db2rd 
optimize
+ 
+ ifeq ($(USE_OPENSSL),1)
+ CFLAGS += -DUSE_OPENSSL -DPUBKEY_DIR=\$(RUNTIME_PUBKEY_DIR)\ `pkg-config 
--cflags openssl`
+-LDLIBS += `pkg-config --libs openssl`
++LDCRYPTOLIB := `pkg-config --libs openssl`
+ 
+ $(LIBREG): keys-ssl.c
+ 
+ else
+ CFLAGS += -DUSE_GCRYPT
+-LDLIBS += -lgcrypt
++LDCRYPTOLIB := -lgcrypt
+ 
+ $(LIBREG): keys-gcrypt.c
+ 
+ endif
++LDLIBS += $(LDCRYPTOLIB)
++LIBREG_LDFLAGS += $(LDCRYPTOLIB)
+ MKDIR ?= mkdir -p
+ INSTALL ?= install
+ 
+@@ -116,7 +119,7 @@ keys-%.c: utils/key2pub.py $(wildcard $(PUBKEY_DIR)/*.pem)
+ 
+ $(LIBREG): regdb.h reglib.h reglib.c
+   $(NQ) '  CC  ' $@
+-  $(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $^
++  $(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $^ 
$(LIBREG_LDFLAGS)
+ 
+ install-libreg-headers:
+   $(NQ) '  INSTALL  libreg-headers'
+-- 
+1.9.0
+

Added: 0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
===
--- 0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
(rev 0)
+++ 0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
2014-02-21 19:32:41 UTC (rev 206211)
@@ -0,0 +1,52 @@
+From fefefdb2c52c8fbedbb339b4badb8226cad7e7e0 Mon Sep 17 00:00:00 2001
+From: Krishna Chaitanya chaitanya.m...@gmail.com
+Date: Mon, 16 Dec 2013 21:57:39 +0530
+Subject: [PATCH] crda: Fix the linking order to avoid compilation error
+
+While linking the crda.o and libreg.so, first put crda.o
+and then -lreg. This fixed the below error:
+
+  GEN  keys-gcrypt.c
+  Trusted pubkeys: pubkeys/linville.key.pub.pem
+  CC   libreg.so
+  CC   crda.o
+  LD   crda
+crda.o: In function `main':
+crda/crda.c:196: undefined reference to `reglib_get_rd_alpha2'
+collect2: ld returned 1 exit status
+make: *** [crda] Error 1
+
+Note: This still doesn't fix the below error (will send 

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:40:57
  Author: thomas
Revision: 206212

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

Added:
  crda/repos/testing-i686/
  crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 206211, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 206211, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-i686/PKGBUILD
(from rev 206211, crda/trunk/PKGBUILD)
  crda/repos/testing-i686/crda.install
(from rev 206211, crda/trunk/crda.install)
  crda/repos/testing-i686/set-wireless-regdom
(from rev 206211, crda/trunk/set-wireless-regdom)
  crda/repos/testing-x86_64/
  crda/repos/testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 206211, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 206211, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-x86_64/PKGBUILD
(from rev 206211, crda/trunk/PKGBUILD)
  crda/repos/testing-x86_64/crda.install
(from rev 206211, crda/trunk/crda.install)
  crda/repos/testing-x86_64/set-wireless-regdom
(from rev 206211, crda/trunk/set-wireless-regdom)

+
 testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
|   24 
 testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch 
|   55 ++
 testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch   
|   52 +
 testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch   
|   37 ++
 testing-i686/PKGBUILD  
|   53 +
 testing-i686/crda.install  
|5 
 testing-i686/set-wireless-regdom   
|5 
 testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch  
|   24 
 testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
|   55 ++
 testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
|   52 +
 testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch 
|   37 ++
 testing-x86_64/PKGBUILD
|   53 +
 testing-x86_64/crda.install
|5 
 testing-x86_64/set-wireless-regdom 
|5 
 14 files changed, 462 insertions(+)

Copied: crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch (from 
rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
===
--- testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 
(rev 0)
+++ testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 2014-02-21 19:40:57 UTC 
(rev 206212)
@@ -0,0 +1,24 @@
+From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:30:24 +0100
+Subject: [PATCH] Makefile: Don't run ldconfig
+
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 80f4946..c003195 100644
+--- a/Makefile
 b/Makefile
+@@ -130,7 +130,6 @@ install-libreg:
+   $(NQ) '  INSTALL  libreg'
+   $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+   $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+-  $(Q)ldconfig
+ 
+ %.o: %.c regdb.h $(LIBREG)
+   $(NQ) '  CC  ' $@
+-- 
+1.9.0
+

Copied: 
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
 (from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
===
--- testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch  

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:41:15
  Author: thomas
Revision: 206213

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

Added:
  iw/repos/testing-i686/
  iw/repos/testing-i686/PKGBUILD
(from rev 206212, iw/trunk/PKGBUILD)
  iw/repos/testing-x86_64/
  iw/repos/testing-x86_64/PKGBUILD
(from rev 206212, iw/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: iw/repos/testing-i686/PKGBUILD (from rev 206212, iw/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 19:41:15 UTC (rev 206213)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.14
+pkgrel=1
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(linux-api-headers)
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('871cb28aa554581ed3508b296071051cecdd8f62e95313e00840d908d999')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin install
+}

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 206212, iw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-21 19:41:15 UTC (rev 206213)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.14
+pkgrel=1
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(linux-api-headers)
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('871cb28aa554581ed3508b296071051cecdd8f62e95313e00840d908d999')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin install
+}



[arch-commits] Commit in wpa_supplicant_gui/trunk (PKGBUILD compile-fix.patch)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:58:00
  Author: thomas
Revision: 206215

upgpkg: wpa_supplicant_gui 2.1-1

Modified:
  wpa_supplicant_gui/trunk/PKGBUILD
Deleted:
  wpa_supplicant_gui/trunk/compile-fix.patch

---+
 PKGBUILD  |8 
 compile-fix.patch |   14 --
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 19:57:53 UTC (rev 206214)
+++ PKGBUILD2014-02-21 19:58:00 UTC (rev 206215)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=wpa_supplicant_gui
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc=A Qt frontend to wpa_supplicant
 url=http://hostap.epitest.fi/wpa_supplicant;
 arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@
 depends=('qt4' wpa_supplicant)
 license=('GPL')
 source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
-sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277')
 
 build() {
   cd wpa_supplicant-${pkgver}
   cd wpa_supplicant/wpa_gui-qt4
-  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
   make
 }
 

Deleted: compile-fix.patch
===
--- compile-fix.patch   2014-02-21 19:57:53 UTC (rev 206214)
+++ compile-fix.patch   2014-02-21 19:58:00 UTC (rev 206215)
@@ -1,14 +0,0 @@
-diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
 wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
-+++ wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
-@@ -12,10 +12,8 @@
-  * See README and COPYING for more details.
-  */
- 
--#ifdef __MINGW32__
- /* Need to get getopt() */
- #include unistd.h
--#endif
- 
- #ifdef CONFIG_NATIVE_WINDOWS
- #include windows.h



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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:57:53
  Author: thomas
Revision: 206214

upgpkg: wpa_supplicant 2.1-1

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config
Deleted:
  wpa_supplicant/trunk/hostap_allow-linking-with-libnl-3.2.patch

---+
 PKGBUILD  |   22 +++--
 config|  114 ++--
 hostap_allow-linking-with-libnl-3.2.patch |   12 --
 3 files changed, 56 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 19:41:15 UTC (rev 206213)
+++ PKGBUILD2014-02-21 19:57:53 UTC (rev 206214)
@@ -2,28 +2,32 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=wpa_supplicant
-pkgver=2.0
-pkgrel=4
+pkgver=2.1
+pkgrel=1
 pkgdesc=A utility providing key negotiation for WPA wireless networks
 url=http://hostap.epitest.fi/wpa_supplicant;
 arch=('i686' 'x86_64')
-depends=('openssl' 'dbus-core' 'readline' 'libnl')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
 optdepends=('wpa_supplicant_gui: wpa_gui program')
 license=('GPL')
 backup=('etc/wpa_supplicant/wpa_supplicant.conf')
 source=(http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
config)
-md5sums=('3be2ebfdcced52e00eda0afe2889839d'
- '4aa1e5accd604091341b989b47fe1076')
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277'
+'6cb74517f4cc1d319e5124ff049bc3fd224180cc4dabc274f8e4b0a5a2291cef')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
-  cd ${pkgname}
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
 
   cp ${srcdir}/config ./.config
-
   sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+
+  # The Makefile does not pick up our CPPFLAGS
+  export CFLAGS=$CPPFLAGS $CFLAGS
   make PREFIX=/usr
 }
 

Modified: config
===
--- config  2014-02-21 19:41:15 UTC (rev 206213)
+++ config  2014-02-21 19:57:53 UTC (rev 206214)
@@ -20,63 +20,6 @@
 # used to fix build issues on such systems (krb5.h not found).
 #CFLAGS += -I/usr/include/kerberos
 
-# Example configuration for various cross-compilation platforms
-
- sveasoft (e.g., for Linksys WRT54G) ##
-#CC=mipsel-uclibc-gcc
-#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
-#CFLAGS += -Os
-#CPPFLAGS += -I../src/include -I../../src/router/openssl/include
-#LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
-###
-
- openwrt (e.g., for Linksys WRT54G) ###
-#CC=mipsel-uclibc-gcc
-#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
-#CFLAGS += -Os
-#CPPFLAGS=-I../src/include -I../openssl-0.9.7d/include \
-#  -I../WRT54GS/release/src/include
-#LIBS = -lssl
-###
-
-
-# Driver interface for Host AP driver
-#CONFIG_DRIVER_HOSTAP=y
-
-# Driver interface for Agere driver
-#CONFIG_DRIVER_HERMES=y
-# Change include directories to match with the local setup
-#CFLAGS += -I../../hcf -I../../include -I../../include/hcf
-#CFLAGS += -I../../include/wireless
-
-# Driver interface for madwifi driver
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-#CONFIG_DRIVER_MADWIFI=y
-# Set include directory to the madwifi source tree
-#CFLAGS += -I../../madwifi
-
-# Driver interface for ndiswrapper
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-#CONFIG_DRIVER_NDISWRAPPER=y
-
-# Driver interface for Atmel driver
-#CONFIG_DRIVER_ATMEL=y
-
-# Driver interface for old Broadcom driver
-# Please note that the newer Broadcom driver (hybrid Linux driver) supports
-# Linux wireless extensions and does not need (or even work) with the old
-# driver wrapper. Use CONFIG_DRIVER_WEXT=y with that driver.
-#CONFIG_DRIVER_BROADCOM=y
-# Example path for wlioctl.h; change to match your configuration
-#CFLAGS += -I/opt/WRT54GS/release/src/include
-
-# Driver interface for Intel ipw2100/2200 driver
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-#CONFIG_DRIVER_IPW=y
-
-# Driver interface for Ralink driver
-#CONFIG_DRIVER_RALINK=y
-
 # Driver interface for generic Linux wireless extensions
 # Note: WEXT is deprecated in the current Linux kernel version and no new
 # functionality is added to it. nl80211-based interface is the new
@@ -88,6 +31,19 @@
 # Driver interface for Linux drivers using the nl80211 kernel interface
 CONFIG_DRIVER_NL80211=y
 
+# driver_nl80211.c requires libnl. If you are compiling it yourself
+# you may need to point hostapd to your version of libnl.
+#
+#CFLAGS += -I$path to libnl include files
+#LIBS += -L$path to libnl library files
+
+# Use libnl v2.0 (or 3.0) libraries.
+#CONFIG_LIBNL20=y
+
+# Use libnl 3.2 libraries (if this is 

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:58:15
  Author: thomas
Revision: 206216

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

Added:
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-i686/PKGBUILD
(from rev 206215, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-x86_64/
  wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD
(from rev 206215, wpa_supplicant_gui/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: wpa_supplicant_gui/repos/testing-i686/PKGBUILD (from rev 206215, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 19:58:15 UTC (rev 206216)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.1
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD (from rev 206215, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-21 19:58:15 UTC (rev 206216)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.1
+pkgrel=1
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake-qt4 QMAKE_CFLAGS_RELEASE=$CPPFLAGS $CFLAGS 
QMAKE_CXXFLAGS_RELEASE=$CPPFLAGS $CXXFLAGS QMAKE_LFLAGS_RELEASE=$LDFLAGS
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/bin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}



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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 21:01:53
  Author: thomas
Revision: 206217

archrelease: copy trunk to testing-i686

Added:
  wpa_supplicant/repos/testing-i686/
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 206216, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 206216, wpa_supplicant/trunk/config)

--+
 PKGBUILD |   58 +++
 config   |  505 +
 2 files changed, 563 insertions(+)

Copied: wpa_supplicant/repos/testing-i686/PKGBUILD (from rev 206216, 
wpa_supplicant/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 20:01:53 UTC (rev 206217)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=2.1
+pkgrel=1
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+backup=('etc/wpa_supplicant/wpa_supplicant.conf')
+source=(http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
+   config)
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277'
+'6cb74517f4cc1d319e5124ff049bc3fd224180cc4dabc274f8e4b0a5a2291cef')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+
+  # The Makefile does not pick up our CPPFLAGS
+  export CFLAGS=$CPPFLAGS $CFLAGS
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/etc/wpa_supplicant
+  install -m644 wpa_supplicant.conf 
${pkgdir}/etc/wpa_supplicant/wpa_supplicant.conf
+
+  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
+  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
+  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
+  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
+
+  install -d -m755 ${pkgdir}/usr/share/dbus-1/system-services
+  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
+
+  install -d -m755 ${pkgdir}/etc/dbus-1/system.d
+  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
+
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system
+  install -m644 systemd/*.service ${pkgdir}/usr/lib/systemd/system/
+
+  # usrmove
+  cd $pkgdir/usr
+  mv sbin bin
+}

Copied: wpa_supplicant/repos/testing-i686/config (from rev 206216, 
wpa_supplicant/trunk/config)
===
--- testing-i686/config (rev 0)
+++ testing-i686/config 2014-02-21 20:01:53 UTC (rev 206217)
@@ -0,0 +1,505 @@
+# Example wpa_supplicant build time configuration
+#
+# This file lists the configuration options that are used when building the
+# hostapd binary. All lines starting with # are ignored. Configuration option
+# lines must be commented out complete, if they are not to be included, i.e.,
+# just setting VARIABLE=n is not disabling that variable.
+#
+# This file is included in Makefile, so variables like CFLAGS and LIBS can also
+# be modified from here. In most cases, these lines should use += in order not
+# to override previous values of the variables.
+
+
+# Uncomment following two lines and fix the paths if you have installed OpenSSL
+# or GnuTLS in non-default location
+#CFLAGS += -I/usr/local/openssl/include
+#LIBS += -L/usr/local/openssl/lib
+
+# Some Red Hat versions seem to include kerberos header files from OpenSSL, but
+# the kerberos files are not in the default include path. Following line can be
+# used to fix build issues on such systems (krb5.h not found).
+#CFLAGS += -I/usr/include/kerberos
+
+# Driver interface for generic Linux wireless extensions
+# Note: WEXT is deprecated in the current Linux kernel version and no new
+# functionality is added to it. nl80211-based interface is the new
+# replacement for WEXT and its use allows wpa_supplicant to properly control
+# the driver to improve existing functionality like roaming and to support new
+# functionality.
+CONFIG_DRIVER_WEXT=y
+
+# Driver interface for Linux drivers using the nl80211 kernel interface
+CONFIG_DRIVER_NL80211=y
+
+# driver_nl80211.c requires libnl. If you are compiling it yourself
+# you may need to point hostapd to your version of libnl.
+#
+#CFLAGS += -I$path to libnl include files
+#LIBS += -L$path to libnl library files
+
+# Use libnl v2.0 (or 3.0) libraries.
+#CONFIG_LIBNL20=y
+
+# Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 21:02:02
  Author: thomas
Revision: 206218

archrelease: copy trunk to testing-x86_64

Added:
  wpa_supplicant/repos/testing-x86_64/
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 206217, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 206217, wpa_supplicant/trunk/config)

--+
 PKGBUILD |   58 +++
 config   |  505 +
 2 files changed, 563 insertions(+)

Copied: wpa_supplicant/repos/testing-x86_64/PKGBUILD (from rev 206217, 
wpa_supplicant/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-21 20:02:02 UTC (rev 206218)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant
+pkgver=2.1
+pkgrel=1
+pkgdesc=A utility providing key negotiation for WPA wireless networks
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+backup=('etc/wpa_supplicant/wpa_supplicant.conf')
+source=(http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
+   config)
+sha256sums=('91632e7e3b49a340ce408e2f978a93546a697383abf2e5a60f146faae9e1b277'
+'6cb74517f4cc1d319e5124ff049bc3fd224180cc4dabc274f8e4b0a5a2291cef')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+
+  cp ${srcdir}/config ./.config
+  sed -i 's@/usr/local@$(PREFIX)@g' Makefile
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+
+  # The Makefile does not pick up our CPPFLAGS
+  export CFLAGS=$CPPFLAGS $CFLAGS
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/etc/wpa_supplicant
+  install -m644 wpa_supplicant.conf 
${pkgdir}/etc/wpa_supplicant/wpa_supplicant.conf
+
+  install -d -m755 ${pkgdir}/usr/share/man/man{5,8}
+  install -m644 doc/docbook/*.5 ${pkgdir}/usr/share/man/man5/
+  install -m644 doc/docbook/*.8 ${pkgdir}/usr/share/man/man8/
+  rm -f ${pkgdir}/usr/share/man/man8/wpa_{priv,gui}.8
+
+  install -d -m755 ${pkgdir}/usr/share/dbus-1/system-services
+  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
${pkgdir}/usr/share/dbus-1/system-services/
+
+  install -d -m755 ${pkgdir}/etc/dbus-1/system.d
+  install -m644 dbus/dbus-wpa_supplicant.conf 
${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf
+
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system
+  install -m644 systemd/*.service ${pkgdir}/usr/lib/systemd/system/
+
+  # usrmove
+  cd $pkgdir/usr
+  mv sbin bin
+}

Copied: wpa_supplicant/repos/testing-x86_64/config (from rev 206217, 
wpa_supplicant/trunk/config)
===
--- testing-x86_64/config   (rev 0)
+++ testing-x86_64/config   2014-02-21 20:02:02 UTC (rev 206218)
@@ -0,0 +1,505 @@
+# Example wpa_supplicant build time configuration
+#
+# This file lists the configuration options that are used when building the
+# hostapd binary. All lines starting with # are ignored. Configuration option
+# lines must be commented out complete, if they are not to be included, i.e.,
+# just setting VARIABLE=n is not disabling that variable.
+#
+# This file is included in Makefile, so variables like CFLAGS and LIBS can also
+# be modified from here. In most cases, these lines should use += in order not
+# to override previous values of the variables.
+
+
+# Uncomment following two lines and fix the paths if you have installed OpenSSL
+# or GnuTLS in non-default location
+#CFLAGS += -I/usr/local/openssl/include
+#LIBS += -L/usr/local/openssl/lib
+
+# Some Red Hat versions seem to include kerberos header files from OpenSSL, but
+# the kerberos files are not in the default include path. Following line can be
+# used to fix build issues on such systems (krb5.h not found).
+#CFLAGS += -I/usr/include/kerberos
+
+# Driver interface for generic Linux wireless extensions
+# Note: WEXT is deprecated in the current Linux kernel version and no new
+# functionality is added to it. nl80211-based interface is the new
+# replacement for WEXT and its use allows wpa_supplicant to properly control
+# the driver to improve existing functionality like roaming and to support new
+# functionality.
+CONFIG_DRIVER_WEXT=y
+
+# Driver interface for Linux drivers using the nl80211 kernel interface
+CONFIG_DRIVER_NL80211=y
+
+# driver_nl80211.c requires libnl. If you are compiling it yourself
+# you may need to point hostapd to your version of libnl.
+#
+#CFLAGS += -I$path to libnl include files
+#LIBS += -L$path to libnl library files
+
+# Use libnl v2.0 (or 3.0) libraries.
+#CONFIG_LIBNL20=y
+
+# Use libnl 3.2 libraries (if this is selected, 

[arch-commits] Commit in perl-image-exiftool (3 files)

2014-02-21 Thread Eric Bélanger
Date: Friday, February 21, 2014 @ 22:43:01
  Author: eric
Revision: 206219

Fix svn

Modified:
  perl-image-exiftool/trunk/PKGBUILD(contents, properties)
Deleted:
  perl-image-exiftool/repos/extra-i686/
  perl-image-exiftool/repos/extra-x86_64/

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

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-02-21 20:02:02 UTC (rev 206218)
+++ trunk/PKGBUILD  2014-02-21 21:43:01 UTC (rev 206219)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
+# $Id$
 # Maintainer: Florian Pritz bluew...@xinu.at
 # Contributor: tobias tob...@archlinux.org
 # Contributor: Tobias Kieslich tob...@justdreams.de
@@ -34,8 +34,5 @@
 package() {
   cd ${srcdir}/${_srcname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  # remove *.pod, .packlist, and empty dirs:
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
 }
 


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


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

2014-02-21 Thread Eric Bélanger
Date: Friday, February 21, 2014 @ 23:04:47
  Author: eric
Revision: 106064

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 106063, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-21 22:04:22 UTC (rev 106063)
+++ PKGBUILD2014-02-21 22:04:47 UTC (rev 106064)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.02.20
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4a39d03326b4a037d75238646282b617fae44e3c'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 106063, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-21 22:04:47 UTC (rev 106064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.02.21.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('e40cd96a578c93407d2691520756115a135a443c'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-02-21 Thread Eric Bélanger
Date: Friday, February 21, 2014 @ 23:04:22
  Author: eric
Revision: 106063

upgpkg: youtube-dl 2014.02.21.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 19:27:13 UTC (rev 106062)
+++ PKGBUILD2014-02-21 22:04:22 UTC (rev 106063)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.02.20
+pkgver=2014.02.21.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4a39d03326b4a037d75238646282b617fae44e3c'
+sha1sums=('e40cd96a578c93407d2691520756115a135a443c'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in (8 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:08:05
  Author: anatolik
Revision: 106065

rethinkdb: move from aur to community

Added:
  rethinkdb/
  rethinkdb/repos/
  rethinkdb/trunk/
  rethinkdb/trunk/PKGBUILD
  rethinkdb/trunk/build.diff
  rethinkdb/trunk/rethinkdb-tmpfile.conf
  rethinkdb/trunk/rethinkdb.install
  rethinkdb/trunk/rethinkdb.service

+
 PKGBUILD   |   64 +++
 build.diff |   20 ++
 rethinkdb-tmpfile.conf |1 
 rethinkdb.install  |   47 ++
 rethinkdb.service  |   12 
 5 files changed, 144 insertions(+)

Added: rethinkdb/trunk/PKGBUILD
===
--- rethinkdb/trunk/PKGBUILD(rev 0)
+++ rethinkdb/trunk/PKGBUILD2014-02-21 22:08:05 UTC (rev 106065)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.11.3
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools)
+makedepends=(boost python python2 subversion) # subversion is for checking out 
V8 sources
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  build.diff
+)
+sha256sums=('ab59ebe40f4a6a499b27e4ce85818f8ebe88d919d832f22384ba2cdacf0ba267'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'d2330ac0d2fd0a8f14daa4993eb49b55b0de544496e15345502fcdea2a6aaf88')
+
+prepare() {
+  cd rethinkdb-$pkgver
+  patch -p1  $srcdir/build.diff
+}
+
+build() {
+  cd rethinkdb-$pkgver
+  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  # skip some failing tests (should be fixed in 1.12)
+  # https://github.com/rethinkdb/rethinkdb/issues/1059
+  # https://github.com/rethinkdb/rethinkdb/issues/549
+  ./build/release/rethinkdb-unittest 
--gtest_filter=-TimerTest.TestApproximateWaitTimes:RDBProtocol.OvershardedSindexCreateDrop:RDBProtocol.OvershardedMissingAttr:RDBProtocol.OvershardedOverSizedKeys:RDBBtree.SindexInterruptionViaDrop:RDBBtree.SindexPostConstruct
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}


Property changes on: rethinkdb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: rethinkdb/trunk/build.diff
===
--- rethinkdb/trunk/build.diff  (rev 0)
+++ rethinkdb/trunk/build.diff  2014-02-21 22:08:05 UTC (rev 106065)
@@ -0,0 +1,20 @@
+diff --git a/mk/support.mk b/mk/support.mk
+index 821695c..7f8f857 100644
+--- a/mk/support.mk
 b/mk/support.mk
+@@ -185,9 +185,13 @@ $(V8_SRC_DIR):
+   $P MAKE v8 dependencies
+   $(EXTERN_MAKE) -C $(V8_SRC_DIR) dependencies $(SUPPORT_LOG_REDIRECT)
+ 
+-$(V8_INT_LIB): $(V8_INT_DIR)
++  ( cd $(TC_SRC_DIR)  \
++  find v8 -type f -exec sed -e 's_^#!/usr/bin/env python$$_2_; 
s_^#!/usr/bin/python$$_2_' -i {} \;  \
++  sed 's/\bpython\b/python2/' -i v8/Makefile v8/build/gyp/gyp ) 
$(SUPPORT_LOG_REDIRECT)
++
++$(V8_INT_LIB): | $(V8_INT_DIR)
+   $P MAKE v8
+-  $(EXTERN_MAKE) -C $(V8_INT_DIR) native CXXFLAGS=-Wno-array-bounds 
$(SUPPORT_LOG_REDIRECT)
++  $(EXTERN_MAKE) -C $(V8_INT_DIR) native CXXFLAGS='-Wno-error' 
$(SUPPORT_LOG_REDIRECT)
+   $P AR $@
+   find $(V8_INT_DIR) -iname *.o | grep -v '\/preparser_lib\/' | xargs 
ar cqs $(V8_INT_LIB);
+ 

Added: rethinkdb/trunk/rethinkdb-tmpfile.conf
===
--- rethinkdb/trunk/rethinkdb-tmpfile.conf  (rev 0)
+++ 

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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:10:06
  Author: anatolik
Revision: 106066

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

Added:
  rethinkdb/repos/community-i686/
  rethinkdb/repos/community-i686/PKGBUILD
(from rev 106065, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-i686/build.diff
(from rev 106065, rethinkdb/trunk/build.diff)
  rethinkdb/repos/community-i686/rethinkdb-tmpfile.conf
(from rev 106065, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-i686/rethinkdb.install
(from rev 106065, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-i686/rethinkdb.service
(from rev 106065, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-x86_64/
  rethinkdb/repos/community-x86_64/PKGBUILD
(from rev 106065, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-x86_64/build.diff
(from rev 106065, rethinkdb/trunk/build.diff)
  rethinkdb/repos/community-x86_64/rethinkdb-tmpfile.conf
(from rev 106065, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-x86_64/rethinkdb.install
(from rev 106065, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-x86_64/rethinkdb.service
(from rev 106065, rethinkdb/trunk/rethinkdb.service)

-+
 community-i686/PKGBUILD |   64 ++
 community-i686/build.diff   |   20 +
 community-i686/rethinkdb-tmpfile.conf   |1 
 community-i686/rethinkdb.install|   47 ++
 community-i686/rethinkdb.service|   12 +
 community-x86_64/PKGBUILD   |   64 ++
 community-x86_64/build.diff |   20 +
 community-x86_64/rethinkdb-tmpfile.conf |1 
 community-x86_64/rethinkdb.install  |   47 ++
 community-x86_64/rethinkdb.service  |   12 +
 10 files changed, 288 insertions(+)

Copied: rethinkdb/repos/community-i686/PKGBUILD (from rev 106065, 
rethinkdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 22:10:06 UTC (rev 106066)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.11.3
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools)
+makedepends=(boost python python2 subversion) # subversion is for checking out 
V8 sources
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  build.diff
+)
+sha256sums=('ab59ebe40f4a6a499b27e4ce85818f8ebe88d919d832f22384ba2cdacf0ba267'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'d2330ac0d2fd0a8f14daa4993eb49b55b0de544496e15345502fcdea2a6aaf88')
+
+prepare() {
+  cd rethinkdb-$pkgver
+  patch -p1  $srcdir/build.diff
+}
+
+build() {
+  cd rethinkdb-$pkgver
+  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  # skip some failing tests (should be fixed in 1.12)
+  # https://github.com/rethinkdb/rethinkdb/issues/1059
+  # https://github.com/rethinkdb/rethinkdb/issues/549
+  ./build/release/rethinkdb-unittest 
--gtest_filter=-TimerTest.TestApproximateWaitTimes:RDBProtocol.OvershardedSindexCreateDrop:RDBProtocol.OvershardedMissingAttr:RDBProtocol.OvershardedOverSizedKeys:RDBBtree.SindexInterruptionViaDrop:RDBBtree.SindexPostConstruct
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-i686/build.diff (from rev 106065, 
rethinkdb/trunk/build.diff)
===
--- community-i686/build.diff 

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

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 23:14:41
  Author: thomas
Revision: 206220

upgpkg: linux-firmware 20140217.343e460-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 21:43:01 UTC (rev 206219)
+++ PKGBUILD2014-02-21 22:14:41 UTC (rev 206220)
@@ -3,7 +3,7 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-pkgver=20140123.418320b
+pkgver=20140217.343e460
 pkgrel=1
 pkgdesc=Firmware files for Linux
 makedepends=('git')
@@ -36,7 +36,7 @@
   'rt2x00-rt71w-fw'
   'amd-ucode')
 options=(!strip)
-source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=418320bd8b4243e51fe1cae8fa05ba2bfe290111')
+source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=343e46092a2b9c2ee24b88e66155226798bbec3f')
 md5sums=('SKIP')
 
 package() {



[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 23:14:51
  Author: thomas
Revision: 206221

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 206220, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 206220, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-02-21 22:14:51 UTC (rev 206221)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+pkgver=20140217.343e460
+pkgrel=1
+pkgdesc=Firmware files for Linux
+makedepends=('git')
+arch=('any')
+url=http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=343e46092a2b9c2ee24b88e66155226798bbec3f')
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  # remove not needed Makefile #35236
+  rm Makefile
+  install -d -m755 ${pkgdir}/usr/lib/firmware
+  cp -a * ${pkgdir}/usr/lib/firmware/
+  install -d -m755 ${pkgdir}/usr/share/licenses/linux-firmware/
+  rm -f ${pkgdir}/usr/lib/firmware/{README*,configure,GPL*}
+  mv ${pkgdir}/usr/lib/firmware/{LICEN*,WHENCE} 
${pkgdir}/usr/share/licenses/linux-firmware/
+}
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (9 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:28:59
  Author: anatolik
Revision: 106067

mldonkey: move package from aur to community

Added:
  mldonkey/
  mldonkey/repos/
  mldonkey/trunk/
  mldonkey/trunk/PKGBUILD
  mldonkey/trunk/gd_version.patch
  mldonkey/trunk/mldonkey.conf
  mldonkey/trunk/mldonkey.install
  mldonkey/trunk/mldonkey.service
  mldonkey/trunk/mldonkey.tmpfiles

---+
 PKGBUILD  |   51 +++
 gd_version.patch  |   40 
 mldonkey.conf |2 ++
 mldonkey.install  |   27 +++
 mldonkey.service  |   10 ++
 mldonkey.tmpfiles |1 +
 6 files changed, 131 insertions(+)

Added: mldonkey/trunk/PKGBUILD
===
--- mldonkey/trunk/PKGBUILD (rev 0)
+++ mldonkey/trunk/PKGBUILD 2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=mldonkey
+pkgver=3.1.3
+pkgrel=3
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(desktop-file-utils file gd)
+makedepends=(lablgtk2 librsvg ocaml)
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+gd_version.patch)
+sha1sums=('424386f277e84df55a2cbab213fae60787e42c8b'
+  '7e70e5f3c7bf5036debde4dacbed463c0464a1e7'
+  'd6886479cf36fbee0a62def0291706973c91dfa5'
+  'a454b919fac518ecb32f6262afbef0dfc423401c'
+  '18c4a0753d338bf24cac28dcbd43abcf59ce4534')
+
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p0  $srcdir/gd_version.patch # a fix from upstream 
http://cvs.savannah.gnu.org/viewvc/mldonkey/config/configure.in?root=mldonkeyr1=1.357r2=1.358view=patch
+
+  rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
+}
+
+build() {
+  cd mldonkey-$pkgver
+  ./configure --prefix=/usr --enable-gui=newgui2
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
$pkgdir/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
$pkgdir/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 $srcdir/mldonkey.conf $pkgdir/etc/conf.d/mldonkey
+  install -Dm644 $srcdir/mldonkey.service 
$pkgdir/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 $srcdir/mldonkey.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/mldonkey.conf
+}


Property changes on: mldonkey/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mldonkey/trunk/gd_version.patch
===
--- mldonkey/trunk/gd_version.patch (rev 0)
+++ mldonkey/trunk/gd_version.patch 2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,40 @@
+--- config/configure.in2013/07/07 11:46:34 1.357
 config/configure.in2013/07/20 10:14:57 1.358
+@@ -932,13 +932,30 @@
+ GDMAJORVERSION=`$GDLIBCONFIG --majorversion`
+ GDMINORVERSION=`$GDLIBCONFIG --minorversion`
+ GDREVISION=`$GDLIBCONFIG --revision`
+-if [ [ $GDMAJORVERSION = 2 ]  [ $GDMINORVERSION = 0 ]  [ $GDREVISION 
-gt 14 ]]; then
+-  AC_MSG_RESULT($GDVERSION)
+-  LIBGD=yes
+-else
+-  AC_MSG_RESULT(no (found $GDVERSION))
+-  LIBGD=no
+-fi
++case $GDMAJORVERSION in
++1)
++AC_MSG_RESULT(no (found $GDVERSION))
++LIBGD=no
++;;
++2)
++if test $GDMINORVERSION -ge 1; then
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++else
++if test $GDREVISION -gt 14; then
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++else
++AC_MSG_RESULT(no (found $GDVERSION))
++LIBGD=no
++fi
++fi
++;;
++*)
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++;;
++esac
+   else
+ LIBGD=yes
+   fi

Added: mldonkey/trunk/mldonkey.conf
===
--- mldonkey/trunk/mldonkey.conf(rev 0)
+++ mldonkey/trunk/mldonkey.conf2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,2 @@
+# Parameters to be passed to the daemon (default is empty)
+PARAMS=

Added: mldonkey/trunk/mldonkey.install
===
--- mldonkey/trunk/mldonkey.install 

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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:30:45
  Author: anatolik
Revision: 106068

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

Added:
  mldonkey/repos/community-i686/
  mldonkey/repos/community-i686/PKGBUILD
(from rev 106067, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-i686/gd_version.patch
(from rev 106067, mldonkey/trunk/gd_version.patch)
  mldonkey/repos/community-i686/mldonkey.conf
(from rev 106067, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-i686/mldonkey.install
(from rev 106067, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-i686/mldonkey.service
(from rev 106067, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-i686/mldonkey.tmpfiles
(from rev 106067, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/community-x86_64/
  mldonkey/repos/community-x86_64/PKGBUILD
(from rev 106067, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-x86_64/gd_version.patch
(from rev 106067, mldonkey/trunk/gd_version.patch)
  mldonkey/repos/community-x86_64/mldonkey.conf
(from rev 106067, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-x86_64/mldonkey.install
(from rev 106067, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-x86_64/mldonkey.service
(from rev 106067, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-x86_64/mldonkey.tmpfiles
(from rev 106067, mldonkey/trunk/mldonkey.tmpfiles)

+
 community-i686/PKGBUILD|   51 +++
 community-i686/gd_version.patch|   40 +++
 community-i686/mldonkey.conf   |2 +
 community-i686/mldonkey.install|   27 ++
 community-i686/mldonkey.service|   10 ++
 community-i686/mldonkey.tmpfiles   |1 
 community-x86_64/PKGBUILD  |   51 +++
 community-x86_64/gd_version.patch  |   40 +++
 community-x86_64/mldonkey.conf |2 +
 community-x86_64/mldonkey.install  |   27 ++
 community-x86_64/mldonkey.service  |   10 ++
 community-x86_64/mldonkey.tmpfiles |1 
 12 files changed, 262 insertions(+)

Copied: mldonkey/repos/community-i686/PKGBUILD (from rev 106067, 
mldonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 22:30:45 UTC (rev 106068)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=mldonkey
+pkgver=3.1.3
+pkgrel=3
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(desktop-file-utils file gd)
+makedepends=(lablgtk2 librsvg ocaml)
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+gd_version.patch)
+sha1sums=('424386f277e84df55a2cbab213fae60787e42c8b'
+  '7e70e5f3c7bf5036debde4dacbed463c0464a1e7'
+  'd6886479cf36fbee0a62def0291706973c91dfa5'
+  'a454b919fac518ecb32f6262afbef0dfc423401c'
+  '18c4a0753d338bf24cac28dcbd43abcf59ce4534')
+
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p0  $srcdir/gd_version.patch # a fix from upstream 
http://cvs.savannah.gnu.org/viewvc/mldonkey/config/configure.in?root=mldonkeyr1=1.357r2=1.358view=patch
+
+  rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
+}
+
+build() {
+  cd mldonkey-$pkgver
+  ./configure --prefix=/usr --enable-gui=newgui2
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
$pkgdir/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
$pkgdir/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 $srcdir/mldonkey.conf $pkgdir/etc/conf.d/mldonkey
+  install -Dm644 $srcdir/mldonkey.service 
$pkgdir/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 $srcdir/mldonkey.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/mldonkey.conf
+}

Copied: mldonkey/repos/community-i686/gd_version.patch (from rev 106067, 
mldonkey/trunk/gd_version.patch)
===
--- community-i686/gd_version.patch (rev 0)
+++ community-i686/gd_version.patch 2014-02-21 22:30:45 UTC (rev 106068)
@@ -0,0 +1,40 @@
+--- config/configure.in2013/07/07 11:46:34 1.357
 config/configure.in2013/07/20 10:14:57 1.358
+@@ -932,13 +932,30 @@
+ GDMAJORVERSION=`$GDLIBCONFIG --majorversion`
+ GDMINORVERSION=`$GDLIBCONFIG --minorversion`
+ GDREVISION=`$GDLIBCONFIG --revision`
+-if [ [ $GDMAJORVERSION 

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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:31:55
  Author: anatolik
Revision: 106069

mldonkey: use stronger hash function

Modified:
  mldonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 22:30:45 UTC (rev 106068)
+++ PKGBUILD2014-02-21 22:31:55 UTC (rev 106069)
@@ -19,11 +19,11 @@
 mldonkey.service
 mldonkey.tmpfiles
 gd_version.patch)
-sha1sums=('424386f277e84df55a2cbab213fae60787e42c8b'
-  '7e70e5f3c7bf5036debde4dacbed463c0464a1e7'
-  'd6886479cf36fbee0a62def0291706973c91dfa5'
-  'a454b919fac518ecb32f6262afbef0dfc423401c'
-  '18c4a0753d338bf24cac28dcbd43abcf59ce4534')
+sha256sums=('7c259f9f41cc12899045710ddce02e6d25962b2cb5c22f9cf58af0483f06d9e2'
+'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
+'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
+'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
+'0b6f523848790627fb8020dae788e33132bbb7fdd76d6385b012b1b0ad7a2457')
 
 prepare() {
   cd mldonkey-$pkgver



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

2014-02-21 Thread Allan McRae
Date: Friday, February 21, 2014 @ 23:41:41
  Author: allan
Revision: 206222

upgpkg: grep 2.18-1

upstream updated

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 22:14:51 UTC (rev 206221)
+++ PKGBUILD2014-02-21 22:41:41 UTC (rev 206222)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=grep
-pkgver=2.17
+pkgver=2.18
 pkgrel=1
 pkgdesc=A string search utility
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('texinfo')
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('3b1f0cbf1139e76171f790665b1b41cf'
+md5sums=('7439f8266f50844b56cc3e2721606541'
  'SKIP')
 
 build() {



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

2014-02-21 Thread Allan McRae
Date: Friday, February 21, 2014 @ 23:43:05
  Author: allan
Revision: 206223

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

Added:
  grep/repos/testing-i686/PKGBUILD
(from rev 206222, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 206222, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 206222, grep/trunk/grep.install)
  grep/repos/testing-x86_64/PKGBUILD
(from rev 206222, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 206222, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 206222, grep/trunk/grep.install)
Deleted:
  grep/repos/testing-i686/PKGBUILD
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
  grep/repos/testing-i686/grep.install
  grep/repos/testing-x86_64/PKGBUILD
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
  grep/repos/testing-x86_64/grep.install

--+
 /PKGBUILD|   68 
 /grep-2.11-exclude-dir-crash.patch   |   88 +
 /grep.install|   34 
 testing-i686/PKGBUILD|   34 
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 --
 testing-i686/grep.install|   17 
 testing-x86_64/PKGBUILD  |   34 
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 --
 testing-x86_64/grep.install  |   17 
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-02-21 22:41:41 UTC (rev 206222)
+++ testing-i686/PKGBUILD   2014-02-21 22:43:05 UTC (rev 206223)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=grep
-pkgver=2.17
-pkgrel=1
-pkgdesc=A string search utility
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/grep/grep.html;
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre' 'sh')
-makedepends=('texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('3b1f0cbf1139e76171f790665b1b41cf'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grep/repos/testing-i686/PKGBUILD (from rev 206222, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-21 22:43:05 UTC (rev 206223)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.18
+pkgrel=1
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('7439f8266f50844b56cc3e2721606541'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/grep-2.11-exclude-dir-crash.patch
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  2014-02-21 22:41:41 UTC 
(rev 206222)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2014-02-21 22:43:05 UTC 
(rev 206223)
@@ -1,44 +0,0 @@
-From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
-From: Allan McRae al...@archlinux.org
-Date: Mon, 12 Mar 2012 09:28:01 +0100
-Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
-
-* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
-* NEWS (Bug fixes): Mention it.

- NEWS   |5 +
- src/main.c |2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/NEWS b/NEWS
-index d0a63d5..d4d70f5 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
- 
- * Noteworthy changes in release ?.? (-??-??) [?]
- 
-+** Bug fixes
-+
-+   grep no longer segfaults with -r --exclude-dir and no file operand.
-+   I.e., :|grep -r --exclude-dir=D PAT would segfault.
-+
- 
- * 

[arch-commits] Commit in (v8 v8/repos v8/trunk v8/trunk/PKGBUILD v8/trunk/v8.pc)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:58:31
  Author: anatolik
Revision: 106070

v8: move from aur to community

Added:
  v8/
  v8/repos/
  v8/trunk/
  v8/trunk/PKGBUILD
  v8/trunk/v8.pc

--+
 PKGBUILD |   74 +
 v8.pc|   10 
 2 files changed, 84 insertions(+)

Added: v8/trunk/PKGBUILD
===
--- v8/trunk/PKGBUILD   (rev 0)
+++ v8/trunk/PKGBUILD   2014-02-21 22:58:31 UTC (rev 106070)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.23.17.13
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(subversion python2)
+# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+v8.pc)
+sha256sums=('4b826735d182e9615fd9259e3f5d008c4f53d98c9f3531a6af75f00bd07be0b1'
+'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
+
+[[ $CARCH = 'i686' ]]ARCH=ia32
+[[ $CARCH = 'x86_64' ]]  ARCH=x64
+
+prepare() {
+  cd v8-$pkgver
+
+  # we do not need icu sources, just one icu.gyp
+  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu 
--revision |' -i Makefile
+  make dependencies
+
+  find build/ test/ tools/ src/ -type f -exec \
+sed -e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+
+  sed 's/\bpython\b/python2/' -i Makefile build/gyp/gyp
+
+  sed s/@VERSION@/$pkgver/g -i $srcdir/v8.pc
+}
+
+build() {
+  cd v8-$pkgver
+
+  build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$ARCH -Dwerror= 
--generator-output=out -f make
+
+  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release mksnapshot.$ARCH
+  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release
+}
+
+check() {
+  cd v8-$pkgver
+  # A number of tests are failing. Figure out what happens and then enable 
tests.
+  # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit 
--outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
+}
+
+package() {
+  cd v8-$pkgver
+
+  install -Dm755 out/Release/d8 $pkgdir/usr/bin/d8
+  install -Dm755 out/Release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
+
+  # V8 has several header files and ideally if it had its own folder in 
/usr/include
+  # But doing it here will break all users. Ideally if they use provided 
pkgconfig file.
+  install -d $pkgdir/usr/include
+  install -Dm644 include/*.h $pkgdir/usr/include
+
+  install -d $pkgdir/usr/lib/pkgconfig
+  install -m644 $srcdir/v8.pc $pkgdir/usr/lib/pkgconfig
+
+  install -d $pkgdir/usr/share/licenses/v8
+  install -m644 LICENSE* $pkgdir/usr/share/licenses/v8
+}


Property changes on: v8/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: v8/trunk/v8.pc
===
--- v8/trunk/v8.pc  (rev 0)
+++ v8/trunk/v8.pc  2014-02-21 22:58:31 UTC (rev 106070)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib
+includedir=${prefix}/include
+
+Name: v8
+Description: V8 JavaScript Engine
+Version: @VERSION@
+Libs: -L${libdir} -lv8 -pthread
+Cflags: -I${includedir}



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

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:59:53
  Author: anatolik
Revision: 106071

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

Added:
  v8/repos/community-i686/
  v8/repos/community-i686/PKGBUILD
(from rev 106070, v8/trunk/PKGBUILD)
  v8/repos/community-i686/v8.pc
(from rev 106070, v8/trunk/v8.pc)
  v8/repos/community-x86_64/
  v8/repos/community-x86_64/PKGBUILD
(from rev 106070, v8/trunk/PKGBUILD)
  v8/repos/community-x86_64/v8.pc
(from rev 106070, v8/trunk/v8.pc)

---+
 community-i686/PKGBUILD   |   74 
 community-i686/v8.pc  |   10 +
 community-x86_64/PKGBUILD |   74 
 community-x86_64/v8.pc|   10 +
 4 files changed, 168 insertions(+)

Copied: v8/repos/community-i686/PKGBUILD (from rev 106070, v8/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 22:59:53 UTC (rev 106071)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.23.17.13
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(subversion python2)
+# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+v8.pc)
+sha256sums=('4b826735d182e9615fd9259e3f5d008c4f53d98c9f3531a6af75f00bd07be0b1'
+'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
+
+[[ $CARCH = 'i686' ]]ARCH=ia32
+[[ $CARCH = 'x86_64' ]]  ARCH=x64
+
+prepare() {
+  cd v8-$pkgver
+
+  # we do not need icu sources, just one icu.gyp
+  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu 
--revision |' -i Makefile
+  make dependencies
+
+  find build/ test/ tools/ src/ -type f -exec \
+sed -e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+
+  sed 's/\bpython\b/python2/' -i Makefile build/gyp/gyp
+
+  sed s/@VERSION@/$pkgver/g -i $srcdir/v8.pc
+}
+
+build() {
+  cd v8-$pkgver
+
+  build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$ARCH -Dwerror= 
--generator-output=out -f make
+
+  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release mksnapshot.$ARCH
+  make -C out builddir=`pwd`/out/Release BUILDTYPE=Release
+}
+
+check() {
+  cd v8-$pkgver
+  # A number of tests are failing. Figure out what happens and then enable 
tests.
+  # LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py --no-presubmit 
--outdir=out --buildbot --arch=$ARCH --mode=Release # --progress=dots
+}
+
+package() {
+  cd v8-$pkgver
+
+  install -Dm755 out/Release/d8 $pkgdir/usr/bin/d8
+  install -Dm755 out/Release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
+
+  # V8 has several header files and ideally if it had its own folder in 
/usr/include
+  # But doing it here will break all users. Ideally if they use provided 
pkgconfig file.
+  install -d $pkgdir/usr/include
+  install -Dm644 include/*.h $pkgdir/usr/include
+
+  install -d $pkgdir/usr/lib/pkgconfig
+  install -m644 $srcdir/v8.pc $pkgdir/usr/lib/pkgconfig
+
+  install -d $pkgdir/usr/share/licenses/v8
+  install -m644 LICENSE* $pkgdir/usr/share/licenses/v8
+}

Copied: v8/repos/community-i686/v8.pc (from rev 106070, v8/trunk/v8.pc)
===
--- community-i686/v8.pc(rev 0)
+++ community-i686/v8.pc2014-02-21 22:59:53 UTC (rev 106071)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib
+includedir=${prefix}/include
+
+Name: v8
+Description: V8 JavaScript Engine
+Version: @VERSION@
+Libs: -L${libdir} -lv8 -pthread
+Cflags: -I${includedir}

Copied: v8/repos/community-x86_64/PKGBUILD (from rev 106070, v8/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 22:59:53 UTC (rev 106071)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.23.17.13
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'

[arch-commits] Commit in (6 files)

2014-02-21 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 00:09:08
  Author: anatolik
Revision: 106072

subtle: move package from aur to community

Added:
  subtle/
  subtle/repos/
  subtle/trunk/
  subtle/trunk/PKGBUILD
  subtle/trunk/do_not_relink_binaries_on_install.diff
  subtle/trunk/subtle.install

+
 PKGBUILD   |   51 +++
 do_not_relink_binaries_on_install.diff |   12 +++
 subtle.install |5 +++
 3 files changed, 68 insertions(+)

Added: subtle/trunk/PKGBUILD
===
--- subtle/trunk/PKGBUILD   (rev 0)
+++ subtle/trunk/PKGBUILD   2014-02-21 23:09:08 UTC (rev 106072)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: unexist unex...@dorfelite.net
+# Contributor: Abakus ja...@arcor.de
+# Contributor: TDY t...@gmx.com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=subtle
+# check the mercurial hash at http://hg.subforge.org/subtle
+_hg_revision=3243
+_hg_hash=43d1d0478c46
+pkgver=0.11.r$_hg_revision
+pkgrel=1
+pkgdesc='Grid-based manual tiling window manager'
+arch=(x86_64 i686)
+url='http://subtle.subforge.org/'
+license=(GPL)
+depends=(ruby libxrandr libxft libxpm libxinerama libxtst)
+backup=(etc/xdg/subtle/subtle.rb)
+install=subtle.install
+source=(http://hg.subforge.org/subtle/archive/$_hg_hash.tar.bz2
+do_not_relink_binaries_on_install.diff)
+sha256sums=('d3e29561a78a0491e6357ce60c940a1b050e99d116bffb7881d97b6a6b893137'
+'448dd3bcc8fd3807ab0f66c1d82edccbeb830502dfe758770e7f7a76ffce35a0')
+
+prepare() {
+  cd subtle-$_hg_hash
+
+  # Use vendor_ruby instead of site_ruby
+  sed -e \
+'s/RbConfig::CONFIG\[sitelibdir\]/RbConfig::CONFIG\[vendorlibdir\]/' \
+-i Rakefile
+
+  patch -p1  $srcdir/do_not_relink_binaries_on_install.diff
+}
+
+build() {
+  cd subtle-$_hg_hash
+
+  rake build revision=$_hg_revision
+}
+
+package() {
+  cd subtle-$_hg_hash
+
+  # regenerate config with proper $pkgdir, revision and cppflags are not 
needed at this step
+  rake config destdir=$pkgdir
+  rake install
+}


Property changes on: subtle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: subtle/trunk/do_not_relink_binaries_on_install.diff
===
--- subtle/trunk/do_not_relink_binaries_on_install.diff 
(rev 0)
+++ subtle/trunk/do_not_relink_binaries_on_install.diff 2014-02-21 23:09:08 UTC 
(rev 106072)
@@ -0,0 +1,12 @@
+diff -r 71c757f2a3c4 Rakefile
+--- a/Rakefile  Wed Jun 19 15:12:38 2013 +0200
 b/Rakefile  Thu Jan 23 20:46:18 2014 -0800
+@@ -535,7 +535,7 @@
+  ##
+
+ desc(Install subtle)
+-task(:install = [:config, :build]) do
++task(:install = [:config]) do
+   verbose = (true == RakeFileUtils.verbose)
+
+   # Make install dirs

Added: subtle/trunk/subtle.install
===
--- subtle/trunk/subtle.install (rev 0)
+++ subtle/trunk/subtle.install 2014-02-21 23:09:08 UTC (rev 106072)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo In order to use sur you can install ruby-curb and ruby-minitar.
+  echo If you have subtle on your system remember to upgrade with:
+  echo   sur upgrade
+}



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

2014-02-21 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 00:10:38
  Author: anatolik
Revision: 106073

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

Added:
  subtle/repos/community-i686/
  subtle/repos/community-i686/PKGBUILD
(from rev 106072, subtle/trunk/PKGBUILD)
  subtle/repos/community-i686/do_not_relink_binaries_on_install.diff
(from rev 106072, subtle/trunk/do_not_relink_binaries_on_install.diff)
  subtle/repos/community-i686/subtle.install
(from rev 106072, subtle/trunk/subtle.install)
  subtle/repos/community-x86_64/
  subtle/repos/community-x86_64/PKGBUILD
(from rev 106072, subtle/trunk/PKGBUILD)
  subtle/repos/community-x86_64/do_not_relink_binaries_on_install.diff
(from rev 106072, subtle/trunk/do_not_relink_binaries_on_install.diff)
  subtle/repos/community-x86_64/subtle.install
(from rev 106072, subtle/trunk/subtle.install)

-+
 community-i686/PKGBUILD |   51 ++
 community-i686/do_not_relink_binaries_on_install.diff   |   12 +++
 community-i686/subtle.install   |5 +
 community-x86_64/PKGBUILD   |   51 ++
 community-x86_64/do_not_relink_binaries_on_install.diff |   12 +++
 community-x86_64/subtle.install |5 +
 6 files changed, 136 insertions(+)

Copied: subtle/repos/community-i686/PKGBUILD (from rev 106072, 
subtle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-21 23:10:38 UTC (rev 106073)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: unexist unex...@dorfelite.net
+# Contributor: Abakus ja...@arcor.de
+# Contributor: TDY t...@gmx.com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=subtle
+# check the mercurial hash at http://hg.subforge.org/subtle
+_hg_revision=3243
+_hg_hash=43d1d0478c46
+pkgver=0.11.r$_hg_revision
+pkgrel=1
+pkgdesc='Grid-based manual tiling window manager'
+arch=(x86_64 i686)
+url='http://subtle.subforge.org/'
+license=(GPL)
+depends=(ruby libxrandr libxft libxpm libxinerama libxtst)
+backup=(etc/xdg/subtle/subtle.rb)
+install=subtle.install
+source=(http://hg.subforge.org/subtle/archive/$_hg_hash.tar.bz2
+do_not_relink_binaries_on_install.diff)
+sha256sums=('d3e29561a78a0491e6357ce60c940a1b050e99d116bffb7881d97b6a6b893137'
+'448dd3bcc8fd3807ab0f66c1d82edccbeb830502dfe758770e7f7a76ffce35a0')
+
+prepare() {
+  cd subtle-$_hg_hash
+
+  # Use vendor_ruby instead of site_ruby
+  sed -e \
+'s/RbConfig::CONFIG\[sitelibdir\]/RbConfig::CONFIG\[vendorlibdir\]/' \
+-i Rakefile
+
+  patch -p1  $srcdir/do_not_relink_binaries_on_install.diff
+}
+
+build() {
+  cd subtle-$_hg_hash
+
+  rake build revision=$_hg_revision
+}
+
+package() {
+  cd subtle-$_hg_hash
+
+  # regenerate config with proper $pkgdir, revision and cppflags are not 
needed at this step
+  rake config destdir=$pkgdir
+  rake install
+}

Copied: subtle/repos/community-i686/do_not_relink_binaries_on_install.diff 
(from rev 106072, subtle/trunk/do_not_relink_binaries_on_install.diff)
===
--- community-i686/do_not_relink_binaries_on_install.diff   
(rev 0)
+++ community-i686/do_not_relink_binaries_on_install.diff   2014-02-21 
23:10:38 UTC (rev 106073)
@@ -0,0 +1,12 @@
+diff -r 71c757f2a3c4 Rakefile
+--- a/Rakefile  Wed Jun 19 15:12:38 2013 +0200
 b/Rakefile  Thu Jan 23 20:46:18 2014 -0800
+@@ -535,7 +535,7 @@
+  ##
+
+ desc(Install subtle)
+-task(:install = [:config, :build]) do
++task(:install = [:config]) do
+   verbose = (true == RakeFileUtils.verbose)
+
+   # Make install dirs

Copied: subtle/repos/community-i686/subtle.install (from rev 106072, 
subtle/trunk/subtle.install)
===
--- community-i686/subtle.install   (rev 0)
+++ community-i686/subtle.install   2014-02-21 23:10:38 UTC (rev 106073)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo In order to use sur you can install ruby-curb and ruby-minitar.
+  echo If you have subtle on your system remember to upgrade with:
+  echo   sur upgrade
+}

Copied: subtle/repos/community-x86_64/PKGBUILD (from rev 106072, 
subtle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-21 23:10:38 UTC (rev 106073)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: unexist 

[arch-commits] Commit in ppp/trunk (PKGBUILD ppp-2.4.6-makefiles.patch)

2014-02-21 Thread Thomas Bächler
Date: Saturday, February 22, 2014 @ 00:13:40
  Author: thomas
Revision: 206224

upgpkg: ppp 2.4.6-1: upstream update + apply our CFLAGS, CPPFLAGS and LDFLAGS

Added:
  ppp/trunk/ppp-2.4.6-makefiles.patch
Modified:
  ppp/trunk/PKGBUILD

---+
 PKGBUILD  |   62 --
 ppp-2.4.6-makefiles.patch |  264 
 2 files changed, 293 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 22:43:05 UTC (rev 206223)
+++ PKGBUILD2014-02-21 23:13:40 UTC (rev 206224)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Thomas Baechler tho...@archlinux.org
 pkgname=ppp
-pkgver=2.4.5
-pkgrel=8
+pkgver=2.4.6
+pkgrel=1
 pkgdesc=A daemon which implements the Point-to-Point Protocol for dial-up 
networking
 arch=(i686 x86_64) 
 url=http://www.samba.org/ppp/;
@@ -9,7 +9,8 @@
 license=('custom:GPL/BSD')
 depends=('glibc' 'libpcap=1.0.0')
 
backup=(etc/ppp/{chap-secrets,pap-secrets,options,ip-up,ip-down,ip-down.d/00-dns.sh,ip-up.d/00-dns.sh,ipv6-up.d/00-iface-config.sh})
-source=(ftp://ftp.samba.org/pub/ppp/ppp-${pkgver}.tar.gz
+source=(ftp://ftp.samba.org/pub/ppp/ppp-${pkgver}.tar.gz{,.asc}
+ppp-2.4.6-makefiles.patch
 options
 ip-up
 ip-down
@@ -19,28 +20,23 @@
 ipv6-down
 ipv6-up.d.iface-config.sh
 ppp.systemd)
-md5sums=('4621bc56167b6953ec4071043fe0ec57'
- '7a9259a8f038073eeea7e4552ff1849f'
- 'e4beb16ed600b61336d50b2bd2df7cd5'
- '529b924f644f80cf30d72a966abc7419'
- '0e2eeb1af125a46291999162dcc9004a'
- '3a5d56ac23e36cdbf48187813c8ec981'
- '4cbd0a9af01c27067450ec7d3f5fa673'
- 'b75c2fbc4afa9f2d8108b680c88c7036'
- '9dde53aa5a931ebe1c7e3469199777c5'
- '37401eb0c3dcccb87f5ac4716d0f9f2c')
+sha256sums=('1b33181a03962c8a092c055fb9980e9722728a8d98a4bb7ec7acda17c1b1b49d'
+'SKIP'
+'811059427fb4240c29712782a7bb3f3e860450efe554ecbe094b78c9af6028cd'
+'0933fecb9e0adaddd88ee1e049a5f3a0508e83b81dc1aa333df784e729ab4b6e'
+'ddef42b2cc5d49e81556dc9dbacf5ee3bf8dc32704f3670c2233eed42c4a4efd'
+'658630ba4c5cb583df80af6d4df81df8ae20798f63cc4b9cec8d4dad13a6a897'
+'aafb75b978aa13225444dc6b914fab324d686821be93c49e893800e647aa7648'
+'17b486fa69a71dafcbe543dc4f2b8cb9ed31e675aabc5f6c98ef94dbc1561c85'
+'bb3f44a4f2c4b8dbe7f84d77feae90a71caa9fa3c252a20c390e015d4f8ea248'
+'77292b79f99f97a01aa9a75cd7cd93da70d746d3b8cc60f35b31dfe0568544c0'
+'20780cf4bd0774bebb55ecb3bdae7667c9ae5cbe003a52a1ecb0bbc77d46260f'
+'eb8ab2e2d71c3bb9c4297cf847b6e9d52616a3fdbf2257c479cc43dff318c831')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # fix CFLAGS
-  # -D_GNU_SOURCE is needed for IPv6 to work apparently
-  export CFLAGS=$CFLAGS -D_GNU_SOURCE
-  sed -i s:-O2 -pipe -Wall -g:${CFLAGS}: pppd/Makefile.linux
-  sed -i s:-g -O2:${CFLAGS}: pppd/plugins/Makefile.linux
-  sed -i s:-O2:${CFLAGS}: pppstats/Makefile.linux
-  sed -i s:-O2 -g -pipe:${CFLAGS}: chat/Makefile.linux
-  sed -i s:-O:${CFLAGS}: pppdump/Makefile.linux
 
+  patch -p1 -i ${srcdir}/ppp-2.4.6-makefiles.patch
   # enable active filter
   sed -i s:^#FILTER=y:FILTER=y: pppd/Makefile.linux
   # enable ipv6 support
@@ -47,17 +43,20 @@
   sed -i s:^#HAVE_INET6=y:HAVE_INET6=y: pppd/Makefile.linux
   # Enable Microsoft proprietary Callback Control Protocol
   sed -i s:^#CBCP=y:CBCP=y: pppd/Makefile.linux 
-  
-  # Fix build error with recent kernels
-  rm include/linux/if_pppol2tp.h 
+}
 
-  ./configure --prefix=/usr
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # -D_GNU_SOURCE is needed for IPv6 to work apparently
+  CFLAGS=$CPPFLAGS $CFLAGS -D_GNU_SOURCE LDFLAGS=$LDFLAGS ./configure 
--prefix=/usr
   make 
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/usr install 
+  make INSTROOT=${pkgdir} install 
+
   install -D -m644 ../options ${pkgdir}/etc/ppp/options
   install -D -m755 ../ip-up   ${pkgdir}/etc/ppp/ip-up
   install -D -m755 ../ip-down ${pkgdir}/etc/ppp/ip-down
@@ -70,18 +69,15 @@
   install -d -m755 ${pkgdir}/etc/ppp/ipv6-up.d
   install -d -m755 ${pkgdir}/etc/ppp/ipv6-down.d
   install -m755 ../ipv6-up.d.iface-config.sh 
${pkgdir}/etc/ppp/ipv6-up.d/00-iface-config.sh
+
   install -D -m755 scripts/pon  ${pkgdir}/usr/bin/pon
   install -D -m755 scripts/poff ${pkgdir}/usr/bin/poff
-  install -D -m755 scripts/plog ${pkgdir}/usr/sbin/plog
+  install -D -m755 scripts/plog ${pkgdir}/usr/bin/plog
   install -D -m644 scripts/pon.1 ${pkgdir}/usr/share/man/man1/pon.1
   install -D -m600 etc.ppp/pap-secrets  ${pkgdir}/etc/ppp/pap-secrets
   install -D -m600 etc.ppp/chap-secrets ${pkgdir}/etc/ppp/chap-secrets
   install -d -m755 ${pkgdir}/etc/ppp/peers 
   chmod 0755 ${pkgdir}/usr/lib/pppd/${pkgver}/*.so
+
   install -D -m644 ${srcdir}/ppp.systemd 

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

2014-02-21 Thread Thomas Bächler
Date: Saturday, February 22, 2014 @ 00:14:08
  Author: thomas
Revision: 206225

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

Added:
  ppp/repos/testing-i686/
  ppp/repos/testing-i686/PKGBUILD
(from rev 206224, ppp/trunk/PKGBUILD)
  ppp/repos/testing-i686/ip-down
(from rev 206224, ppp/trunk/ip-down)
  ppp/repos/testing-i686/ip-down.d.dns.sh
(from rev 206224, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-i686/ip-up
(from rev 206224, ppp/trunk/ip-up)
  ppp/repos/testing-i686/ip-up.d.dns.sh
(from rev 206224, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-i686/ipv6-down
(from rev 206224, ppp/trunk/ipv6-down)
  ppp/repos/testing-i686/ipv6-up
(from rev 206224, ppp/trunk/ipv6-up)
  ppp/repos/testing-i686/ipv6-up.d.iface-config.sh
(from rev 206224, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-i686/options
(from rev 206224, ppp/trunk/options)
  ppp/repos/testing-i686/ppp-2.4.6-makefiles.patch
(from rev 206224, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-i686/ppp.systemd
(from rev 206224, ppp/trunk/ppp.systemd)
  ppp/repos/testing-x86_64/
  ppp/repos/testing-x86_64/PKGBUILD
(from rev 206224, ppp/trunk/PKGBUILD)
  ppp/repos/testing-x86_64/ip-down
(from rev 206224, ppp/trunk/ip-down)
  ppp/repos/testing-x86_64/ip-down.d.dns.sh
(from rev 206224, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-x86_64/ip-up
(from rev 206224, ppp/trunk/ip-up)
  ppp/repos/testing-x86_64/ip-up.d.dns.sh
(from rev 206224, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-x86_64/ipv6-down
(from rev 206224, ppp/trunk/ipv6-down)
  ppp/repos/testing-x86_64/ipv6-up
(from rev 206224, ppp/trunk/ipv6-up)
  ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh
(from rev 206224, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-x86_64/options
(from rev 206224, ppp/trunk/options)
  ppp/repos/testing-x86_64/ppp-2.4.6-makefiles.patch
(from rev 206224, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-x86_64/ppp.systemd
(from rev 206224, ppp/trunk/ppp.systemd)

--+
 testing-i686/PKGBUILD|   83 ++
 testing-i686/ip-down |   12 
 testing-i686/ip-down.d.dns.sh|7 
 testing-i686/ip-up   |   12 
 testing-i686/ip-up.d.dns.sh  |   11 
 testing-i686/ipv6-down   |   12 
 testing-i686/ipv6-up |   12 
 testing-i686/ipv6-up.d.iface-config.sh   |4 
 testing-i686/options |  352 +
 testing-i686/ppp-2.4.6-makefiles.patch   |  264 +
 testing-i686/ppp.systemd |9 
 testing-x86_64/PKGBUILD  |   83 ++
 testing-x86_64/ip-down   |   12 
 testing-x86_64/ip-down.d.dns.sh  |7 
 testing-x86_64/ip-up |   12 
 testing-x86_64/ip-up.d.dns.sh|   11 
 testing-x86_64/ipv6-down |   12 
 testing-x86_64/ipv6-up   |   12 
 testing-x86_64/ipv6-up.d.iface-config.sh |4 
 testing-x86_64/options   |  352 +
 testing-x86_64/ppp-2.4.6-makefiles.patch |  264 +
 testing-x86_64/ppp.systemd   |9 
 22 files changed, 1556 insertions(+)

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


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

2014-02-21 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 00:16:00
  Author: eric
Revision: 206227

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

Added:
  nvidia-304xx-utils/repos/staging-i686/
  nvidia-304xx-utils/repos/staging-i686/PKGBUILD
(from rev 206226, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/staging-x86_64/
  nvidia-304xx-utils/repos/staging-x86_64/PKGBUILD
(from rev 206226, nvidia-304xx-utils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  115 ++
 staging-x86_64/PKGBUILD |  115 ++
 2 files changed, 230 insertions(+)

Copied: nvidia-304xx-utils/repos/staging-i686/PKGBUILD (from rev 206226, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-21 23:16:00 UTC (rev 206227)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
+pkgver=304.119
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('a2acb8066ac296005dbf560ee83ae6d9')
+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=('fb93002115c99f15b6ca393a90a9c9ec')
+fi
+
+create_links() {
+# create soname links
+while read -d '' _lib; do
+_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
+done  (find ${pkgdir} -type f -name '*.so*' -print0)
+}
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+pkgdesc=OpenCL implemention for NVIDIA, 304xx legacy branch
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-nvidia')
+conflicts=('opencl-nvidia')
+ 
+cd ${srcdir}/${_pkg}
+
+# OpenCL
+install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
+create_links
+
+install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE
+}
+
+package_nvidia-304xx-utils() {
+pkgdesc=NVIDIA drivers utilities and libraries, 304xx legacy branch
+depends=('xorg-server' 'libxvmc')
+optdepends=('gtk2: nvidia-settings'
+'pkg-config: nvidia-xconfig'
+'opencl-nvidia-304xx: OpenCL support')
+conflicts=('libgl' 'nvidia-utils')
+provides=('libgl' 'nvidia-utils')
+cd ${srcdir}/${_pkg}
+
+# X driver
+install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
+# GLX extension module for X
+install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
+ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
+# XvMC
+#install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
+install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
+install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
+
+install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
+
+# nvidia-xconfig
+install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
+install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
+# nvidia-settings
+install -D -m755 

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

2014-02-21 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 00:15:29
  Author: eric
Revision: 206226

upgpkg: nvidia-304xx-utils 304.119-1

Upstream update

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 23:14:08 UTC (rev 206225)
+++ PKGBUILD2014-02-21 23:15:29 UTC (rev 206226)
@@ -3,7 +3,7 @@
 
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.117
+pkgver=304.119
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -15,12 +15,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
+md5sums=('a2acb8066ac296005dbf560ee83ae6d9')
 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=('8ee9f672028971c6d36118894d0e2c59')
+md5sums=('fb93002115c99f15b6ca393a90a9c9ec')
 fi
 
 create_links() {



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

2014-02-21 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 00:50:02
  Author: eric
Revision: 206228

upgpkg: nvidia-304xx 304.119-1

Upstream update

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-21 23:16:00 UTC (rev 206227)
+++ PKGBUILD2014-02-21 23:50:02 UTC (rev 206228)
@@ -2,9 +2,9 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia-304xx
-pkgver=304.117
+pkgver=304.119
 _extramodules=extramodules-3.13-ARCH
-pkgrel=5
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -21,12 +21,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('023eb03da304a1842fc503c81e3c5694')
+md5sums+=('a2acb8066ac296005dbf560ee83ae6d9')
 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+=('8ee9f672028971c6d36118894d0e2c59')
+md5sums+=('fb93002115c99f15b6ca393a90a9c9ec')
 fi
 
 



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

2014-02-21 Thread Eric Bélanger
Date: Saturday, February 22, 2014 @ 00:50:30
  Author: eric
Revision: 206229

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 206228, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/nvidia.install
(from rev 206228, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/staging-i686/nvidia_3.13_kernel.patch
(from rev 206228, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 206228, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/nvidia.install
(from rev 206228, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/staging-x86_64/nvidia_3.13_kernel.patch
(from rev 206228, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-i686/nvidia.install |   15 
 staging-i686/nvidia_3.13_kernel.patch   |   25 +
 staging-x86_64/PKGBUILD |   55 ++
 staging-x86_64/nvidia.install   |   15 
 staging-x86_64/nvidia_3.13_kernel.patch |   25 +
 6 files changed, 190 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 206228, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-21 23:50:30 UTC (rev 206229)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.119
+_extramodules=extramodules-3.13-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia_3.13_kernel.patch')
+md5sums=('f1569a1ce7f9293b876c2b72f3fd7c9e')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('a2acb8066ac296005dbf560ee83ae6d9')
+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+=('fb93002115c99f15b6ca393a90a9c9ec')
+fi
+
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+patch -p1 -i ${srcdir}/nvidia_3.13_kernel.patch
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/staging-i686/nvidia.install (from rev 206228, 
nvidia-304xx/trunk/nvidia.install)
===
--- staging-i686/nvidia.install (rev 0)
+++ staging-i686/nvidia.install 2014-02-21 23:50:30 UTC (rev 206229)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/staging-i686/nvidia_3.13_kernel.patch (from rev 
206228, nvidia-304xx/trunk/nvidia_3.13_kernel.patch)
===
--- staging-i686/nvidia_3.13_kernel.patch   (rev 0)
+++ staging-i686/nvidia_3.13_kernel.patch   2014-02-21 23:50:30 UTC (rev 
206229)
@@ -0,0 +1,25 @@
+diff -Nur NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c 
NVIDIA-Linux-x86_64-304.117-no-compat32/kernel/nv-acpi.c
+--- NVIDIA-Linux-x86_64-304.117-no-compat32.orig/kernel/nv-acpi.c  
2013-11-27 06:25:42.0 +0100
 

  1   2   >