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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:58:09
  Author: tpowa
Revision: 196547

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

Added:
  gptfdisk/repos/staging-i686/PKGBUILD
(from rev 196546, gptfdisk/trunk/PKGBUILD)
  gptfdisk/repos/staging-x86_64/PKGBUILD
(from rev 196546, gptfdisk/trunk/PKGBUILD)
Deleted:
  gptfdisk/repos/staging-i686/PKGBUILD
  gptfdisk/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-10-15 06:57:58 UTC (rev 196546)
+++ staging-i686/PKGBUILD   2013-10-15 06:58:09 UTC (rev 196547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=2
-pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/";
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package () {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}

Copied: gptfdisk/repos/staging-i686/PKGBUILD (from rev 196546, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-15 06:58:09 UTC (rev 196547)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.8
+pkgrel=2
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
+arch=('i686' 'x86_64')
+url="http://www.rodsbooks.com/gdisk/";
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}
+md5sums=('bd47d03ec27bab5613254b5a20f72143')

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-10-15 06:57:58 UTC (rev 196546)
+++ staging-x86_64/PKGBUILD 2013-10-15 06:58:09 UTC (rev 196547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=2
-pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/";
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package () {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}

Copied: gptfdisk/repos/staging-x86_64/PKGBUILD (from rev 196546, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-15 06:58:09 UTC (rev 196547)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.8
+pkgrel=2
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
+arch=('i68

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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:57:58
  Author: tpowa
Revision: 196546

upgpkg: gptfdisk 0.8.8-2

bump to latest version

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:55:43 UTC (rev 196545)
+++ PKGBUILD2013-10-15 06:57:58 UTC (rev 196546)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/";



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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:55:43
  Author: tpowa
Revision: 196545

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 06:55:30 UTC (rev 196544)
+++ extra-i686/PKGBUILD 2013-10-15 06:55:43 UTC (rev 196545)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=1
-pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/";
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/extra-i686/PKGBUILD (from rev 196544, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 06:55:43 UTC (rev 196545)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.8
+pkgrel=1
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
+arch=('i686' 'x86_64')
+url="http://www.rodsbooks.com/gdisk/";
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}
+md5sums=('bd47d03ec27bab5613254b5a20f72143')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-15 06:55:30 UTC (rev 196544)
+++ extra-x86_64/PKGBUILD   2013-10-15 06:55:43 UTC (rev 196545)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Powalowski 
-# Contributor: Hokum 
-
-pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=1
-pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
-arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/";
-license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=("gdisk=$pkgver")
-conflicts=('gdisk')
-replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package () {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
-  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
-  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
-  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/extra-x86_64/PKGBUILD (from rev 196544, 
gptfdisk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-15 06:55:43 UTC (rev 196545)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.8
+pkgrel=1
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (

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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:55:30
  Author: tpowa
Revision: 196544

upgpkg: gptfdisk 0.8.8-1

bump to latest version

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:38:31 UTC (rev 196543)
+++ PKGBUILD2013-10-15 06:55:30 UTC (rev 196544)
@@ -4,8 +4,8 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/";
@@ -15,7 +15,6 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
 
 build() {
   cd $pkgname-$pkgver
@@ -30,3 +29,4 @@
   install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
   install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
 }
+md5sums=('bd47d03ec27bab5613254b5a20f72143')



[arch-commits] Commit in epydoc/repos/community-any (8 files)

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 08:44:40
  Author: allan
Revision: 98606

archrelease: copy trunk to community-any

Added:
  epydoc/repos/community-any/PKGBUILD
(from rev 98605, epydoc/trunk/PKGBUILD)
  epydoc/repos/community-any/handle-docutils-0.6.patch
(from rev 98605, epydoc/trunk/handle-docutils-0.6.patch)
  epydoc/repos/community-any/python26-tokenizer.patch
(from rev 98605, epydoc/trunk/python26-tokenizer.patch)
  epydoc/repos/community-any/string-exceptions.patch
(from rev 98605, epydoc/trunk/string-exceptions.patch)
Deleted:
  epydoc/repos/community-any/PKGBUILD
  epydoc/repos/community-any/handle-docutils-0.6.patch
  epydoc/repos/community-any/python26-tokenizer.patch
  epydoc/repos/community-any/string-exceptions.patch

---+
 PKGBUILD  |   98 +
 handle-docutils-0.6.patch |   94 +++
 python26-tokenizer.patch  |  130 ++--
 string-exceptions.patch   |   36 ++--
 4 files changed, 181 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-15 06:43:43 UTC (rev 98605)
+++ PKGBUILD2013-10-15 06:44:40 UTC (rev 98606)
@@ -1,47 +0,0 @@
-# Maintainer: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angelo Theodorou 
-# Contributor: SpepS 
-
-pkgname=epydoc
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="A tool for generating API documentation for Python modules, based on 
their docstrings"
-arch=(any)
-license=('MIT')
-url="http://epydoc.sourceforge.net/";
-depends=('python2' 'docutils')
-optdepends=('tk: needed for epydocgui' 'texlive-bin: needed for PDF 
conversion' 'graphviz: needed for graph generation')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"handle-docutils-0.6.patch"
-"python26-tokenizer.patch"
-"string-exceptions.patch")
-md5sums=('cdd6f6c76dd8bab5e653a343a0544294'
- 'cff5c98976a9768e0ce53561dc816bf0'
- 'f0fec671b1c9a01c4452ae9c00926787'
- 'c942d7bf218d62d5913bd186762093c1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fixes
-  sed -i "s|env python|&2|" `grep -Erl "env python" .`
-
-  # patches
-  patch -p1 -i ../${source[1]}
-  patch -p1 -i ../${source[2]}
-  patch -p1 -i ../${source[3]}
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-
-  # Man and license
-  install -d "$pkgdir/usr/share/man/man1"
-  install -m644 man/*.1 "$pkgdir/usr/share/man/man1"
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: epydoc/repos/community-any/PKGBUILD (from rev 98605, 
epydoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-15 06:44:40 UTC (rev 98606)
@@ -0,0 +1,51 @@
+# Maintainer: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angelo Theodorou 
+# Contributor: SpepS 
+
+pkgname=epydoc
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="A tool for generating API documentation for Python modules, based on 
their docstrings"
+arch=(any)
+license=('MIT')
+url="http://epydoc.sourceforge.net/";
+depends=('python2' 'docutils')
+optdepends=('tk: needed for epydocgui' 'texlive-bin: needed for PDF 
conversion' 'graphviz: needed for graph generation')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"handle-docutils-0.6.patch"
+"python26-tokenizer.patch"
+"string-exceptions.patch")
+md5sums=('cdd6f6c76dd8bab5e653a343a0544294'
+ 'cff5c98976a9768e0ce53561dc816bf0'
+ 'f0fec671b1c9a01c4452ae9c00926787'
+ 'c942d7bf218d62d5913bd186762093c1')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fixes
+  sed -i "s|env python|&2|" `grep -Erl "env python" .`
+
+  # patches
+  patch -p1 -i $srcdir/handle-docutils-0.6.patch
+  patch -p1 -i $srcdir/python26-tokenizer.patch
+  patch -p1 -i $srcdir/string-exceptions.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+
+  # Man and license
+  install -d "$pkgdir/usr/share/man/man1"
+  install -m644 man/*.1 "$pkgdir/usr/share/man/man1"
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: handle-docutils-0.6.patch
===
--- handle-docutils-0.6.patch   2013-10-15 06:43:43 UTC (rev 98605)
+++ handle-docutils-0.6.patch   2013-10-15 06:44:40 UTC (rev 98606)
@@ -1,47 +0,0 @@
-# Description: Handle problems encountered with docutils 0.6.
-#  The problem here is that the child.data element does not alway

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

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 08:43:43
  Author: allan
Revision: 98605

upgpkg: epydoc 3.0.1-3

rebuild for revoked signature

Modified:
  epydoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:05:31 UTC (rev 98604)
+++ PKGBUILD2013-10-15 06:43:43 UTC (rev 98605)
@@ -5,7 +5,7 @@
 
 pkgname=epydoc
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool for generating API documentation for Python modules, based on 
their docstrings"
 arch=(any)
 license=('MIT')
@@ -21,7 +21,7 @@
  'f0fec671b1c9a01c4452ae9c00926787'
  'c942d7bf218d62d5913bd186762093c1')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # python2 fixes
@@ -28,10 +28,14 @@
   sed -i "s|env python|&2|" `grep -Erl "env python" .`
 
   # patches
-  patch -p1 -i ../${source[1]}
-  patch -p1 -i ../${source[2]}
-  patch -p1 -i ../${source[3]}
+  patch -p1 -i $srcdir/handle-docutils-0.6.patch
+  patch -p1 -i $srcdir/python26-tokenizer.patch
+  patch -p1 -i $srcdir/string-exceptions.patch
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   python2 setup.py build
 }
 



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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:38:31
  Author: tpowa
Revision: 196543

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

Added:
  pam/repos/testing-i686/
  pam/repos/testing-i686/PKGBUILD
(from rev 196542, pam/trunk/PKGBUILD)
  pam/repos/testing-i686/other
(from rev 196542, pam/trunk/other)
  pam/repos/testing-i686/pam.install
(from rev 196542, pam/trunk/pam.install)
  pam/repos/testing-i686/pam_namespace-build-1.1.6.patch
(from rev 196542, pam/trunk/pam_namespace-build-1.1.6.patch)
  pam/repos/testing-i686/pam_unix2-glibc216.patch
(from rev 196542, pam/trunk/pam_unix2-glibc216.patch)
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 196542, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/other
(from rev 196542, pam/trunk/other)
  pam/repos/testing-x86_64/pam.install
(from rev 196542, pam/trunk/pam.install)
  pam/repos/testing-x86_64/pam_namespace-build-1.1.6.patch
(from rev 196542, pam/trunk/pam_namespace-build-1.1.6.patch)
  pam/repos/testing-x86_64/pam_unix2-glibc216.patch
(from rev 196542, pam/trunk/pam_unix2-glibc216.patch)

+
 testing-i686/PKGBUILD  |   63 +++
 testing-i686/other |5 +
 testing-i686/pam.install   |   12 
 testing-i686/pam_namespace-build-1.1.6.patch   |   11 
 testing-i686/pam_unix2-glibc216.patch  |   20 +++
 testing-x86_64/PKGBUILD|   63 +++
 testing-x86_64/other   |5 +
 testing-x86_64/pam.install |   12 
 testing-x86_64/pam_namespace-build-1.1.6.patch |   11 
 testing-x86_64/pam_unix2-glibc216.patch|   20 +++
 10 files changed, 222 insertions(+)

Copied: pam/repos/testing-i686/PKGBUILD (from rev 196542, pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-15 06:38:31 UTC (rev 196543)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.kernel.org/pub/linux/libs/pam/";
+depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+pam_unix2-glibc216.patch)
+options=('!libtool' '!emptydirs')
+md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
+ 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
+ 'dac109f68e04a4df37575fda6001ea17')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  make
+
+  cd $srcdir/pam_unix2-2.9.1
+  patch -Np1 -i ../pam_unix2-glibc216.patch
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # build pam_unix2 module
+  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
+  cd $srcdir/pam_unix2-2.9.1
+  make DESTDIR=$pkgdir install
+
+  # add the realtime permissions for audio users
+  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
+  cat >>$pkgdir/etc/security/limits.conf <<_EOT
+*   -   rtprio  0
+*   -   nice0
+@audio  -   rtprio  65
+@audio  -   nice   -10
+@audio  -   memlock 4
+_EOT
+
+  # fix some missing symlinks from old pam for compatibility
+  cd $pkgdir/usr/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  ln -s pam_unix.so pam_unix_auth.so
+  ln -s pam_unix.so pam_unix_passwd.so
+  ln -s pam_unix.so pam_unix_session.so
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+}

Copied: pam/repos/testing-i686/other (from rev 196542, pam/trunk/other)
===
--- testing-i686/other  (rev 0)
+++ testing-i686/other  2013-10-15 06:38:31 UTC (rev 196543)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/testing-i686/pam.install (from rev 196542, 
pam/trunk/pam.install)
===
--- testing-i686/pam.install 

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

2013-10-14 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:38:15
  Author: tpowa
Revision: 196542

upgpkg: pam 1.1.8-1

bump to latest version

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:01:06 UTC (rev 196541)
+++ PKGBUILD2013-10-15 06:38:15 UTC (rev 196542)
@@ -3,8 +3,8 @@
 # Contributor: judd 
 
 pkgname=pam
-pkgver=1.1.6
-pkgrel=5
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,18 +15,15 @@
 
source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
 
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
 ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
-pam_unix2-glibc216.patch
-pam_namespace-build-1.1.6.patch)
+pam_unix2-glibc216.patch)
 options=('!libtool' '!emptydirs')
-md5sums=('7b73e58b7ce79ffa321d408de06db2c4'
+md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
  'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
- 'dac109f68e04a4df37575fda6001ea17'
- '440a510164ba5eb69bf41e129746ff44')
+ 'dac109f68e04a4df37575fda6001ea17')
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
   ./configure --libdir=/usr/lib --sbindir=/usr/bin
-  patch -Np0 -i ../pam_namespace-build-1.1.6.patch
   make
 
   cd $srcdir/pam_unix2-2.9.1



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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:05:29
  Author: bpiotrowski
Revision: 98603

upgpkg: tp_smapi-lts 0.41-17

- rebuild against linux-lts 3.10.16

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:04:53 UTC (rev 98602)
+++ PKGBUILD2013-10-15 06:05:29 UTC (rev 98603)
@@ -11,7 +11,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=16
+pkgrel=17
 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)

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:05:31
  Author: bpiotrowski
Revision: 98604

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

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

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 98603, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:05:31 UTC (rev 98604)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=17
+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-lts<3.11')
+makedepends=('linux-lts-headers>=3.10' 'linux-lts-headers<3.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 98603, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2013-10-15 06:05:31 UTC (rev 
98604)
@@ -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 98603, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-15 06:05:31 UTC (rev 98604)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=17
+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-lts<3.11')
+makedepends=('linux-lts-headers>=3.10' 'linux-lts-headers<3.11')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramod

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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:04:53
  Author: bpiotrowski
Revision: 98602

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

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

+
 /PKGBUILD  |   82 ++
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 +++
 community-testing-i686/PKGBUILD|   41 -
 community-testing-i686/linux-3.10.patch|   59 -
 community-testing-i686/r8168-lts.install   |   17 ---
 community-testing-x86_64/PKGBUILD  |   41 -
 community-testing-x86_64/linux-3.10.patch  |   59 -
 community-testing-x86_64/r8168-lts.install |   17 ---
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-15 06:04:26 UTC (rev 98601)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:04:53 UTC (rev 98602)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=5
-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-lts<3.11")
-makedepends=("linux-lts-headers>=3.10" "linux-lts-headers<3.11")
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd "$_pkgname-$pkgver"
-patch -p0 -i ../linux-3.10.patch
-}
-
-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=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 98601, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:04:53 UTC (rev 98602)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=5
+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-lts<3.11")
+makedepends=("linux-lts-headers>=3.10" "linux-lts-headers<3.11")
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd "$_pkgname-$pkgver"
+patch -p0 -i ../linux-3.10.patch
+}
+
+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=('937fd5d7d4cbfc9

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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:04:23
  Author: bpiotrowski
Revision: 98600

upgpkg: r8168-lts 8.036.00-5

- rebuild against linux-lts 3.10.16

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:03:14 UTC (rev 98599)
+++ PKGBUILD2013-10-15 06:04:23 UTC (rev 98600)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.036.00
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:04:26
  Author: bpiotrowski
Revision: 98601

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

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

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 98600, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:04:26 UTC (rev 98601)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=5
+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-lts<3.11")
+makedepends=("linux-lts-headers>=3.10" "linux-lts-headers<3.11")
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd "$_pkgname-$pkgver"
+patch -p0 -i ../linux-3.10.patch
+}
+
+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=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
98600, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2013-10-15 06:04:26 UTC (rev 
98601)
@@ -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 
+ #include 
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
++#include 
++#endif
++
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
+ #include 
+ #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->feat

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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:03:11
  Author: bpiotrowski
Revision: 98598

upgpkg: virtualbox-modules-lts 4.2.18-9

- rebuild against linux-lts 3.10.16

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 19:36:11 UTC (rev 98597)
+++ PKGBUILD2013-10-15 06:03:11 UTC (rev 98598)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.2.18
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:03:14
  Author: bpiotrowski
Revision: 98599

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

---+
 community-testing-i686/PKGBUILD   |   65 ++
 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 |   65 ++
 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, 338 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
98598, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:03:14 UTC (rev 98599)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.2.18
+pkgrel=9
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts>=3.10' 'linux-lts<3.11'
+ 'linux-lts-headers>=3.10' 'linux-lts-headers<3.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-lts<3.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-lts<3.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:

Copied: virtualbox-modules-lts/repos/community-testing-i686/build.sh (fro

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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:01:06
  Author: bpiotrowski
Revision: 196541

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

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

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

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 196540, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-15 06:01:06 UTC (rev 196541)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.10-lts
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.10.14' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.10.14')
+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=('528fc538584de6446384b9cec3099d6c')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  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/nvidia-lts.install (from rev 196540, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2013-10-15 06:01:06 UTC (rev 196541)
@@ -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-lts/repos/testing-x86_64/PKGBUILD (from rev 196540, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-15 06:01:06 UTC (rev 196541)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.10-lts
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.10.14' "nvidia-utils=$pkgver")
+makedepends=('linux-lts-headers>=3.10.14')
+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=('528fc538584de6446384b9cec3099d6c')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  sh ${_pkg}.run --extract-on

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

2013-10-14 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:00:47
  Author: bpiotrowski
Revision: 196540

upgpkg: nvidia-lts 325.15-7

- rebuild against linux-lts 3.10.16

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 04:14:09 UTC (rev 196539)
+++ PKGBUILD2013-10-15 06:00:47 UTC (rev 196540)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=325.15
 _extramodules=extramodules-3.10-lts
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



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

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 06:14:09
  Author: allan
Revision: 196539

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 196538, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 196538, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 196538, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 196538, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 196538, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 196538, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 196538, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 196538, pacman/trunk/pacman.conf.x86_64)

---+
 testing-i686/PKGBUILD |   85 +
 testing-i686/makepkg.conf |  140 
 testing-i686/pacman.conf.i686 |   90 +++
 testing-i686/pacman.conf.x86_64   |   99 +
 testing-x86_64/PKGBUILD   |   85 +
 testing-x86_64/makepkg.conf   |  140 
 testing-x86_64/pacman.conf.i686   |   90 +++
 testing-x86_64/pacman.conf.x86_64 |   99 +
 8 files changed, 828 insertions(+)

Copied: pacman/repos/testing-i686/PKGBUILD (from rev 196538, 
pacman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-15 04:14:09 UTC (rev 196539)
@@ -0,0 +1,85 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=4.1.2
+pkgrel=2
+pkgdesc="A library-based package manager with dependency support"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/pacman/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash>=4.2.042-2' 'glibc>=2.17-2' 'libarchive>=3.1.2' 'curl>=7.19.4'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+checkdepends=('python2' 'fakechroot')
+optdepends=('fakeroot: for makepkg usage as normal user')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+options=(!libtool)
+source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf)
+md5sums=('063c8b0ff6bdf903dc235445525627cd'
+ 'SKIP'
+ '2db6c94709bb30cc614a176ecf8badb1'
+ 'de74a13618347f08ae4a9637f74471c4'
+ '88817f39676dcb093e9e64d465e40849')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make
+  make -C contrib
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C contrib install
+
+  # install Arch specific stuff
+  install -dm755 $pkgdir/etc
+  install -m644 $srcdir/pacman.conf.$CARCH $pkgdir/etc/pacman.conf
+  
+  case "$CARCH" in
+i686)
+  mycarch="i686"
+  mychost="i686-pc-linux-gnu"
+  myflags="-march=i686"
+  ;;
+x86_64)
+  mycarch="x86_64"
+  mychost="x86_64-unknown-linux-gnu"
+  myflags="-march=x86-64"
+  ;;
+  esac
+  install -m644 $srcdir/makepkg.conf $pkgdir/etc/
+  # set things correctly in the default conf file
+  sed -i $pkgdir/etc/makepkg.conf \
+-e "s|@CARCH[@]|$mycarch|g" \
+-e "s|@CHOST[@]|$mychost|g" \
+-e "s|@CARCHFLAGS[@]|$myflags|g"
+
+  # put bash_completion in the right location
+  install -dm755 ${pkgdir}/usr/share/bash-completion/completions
+  mv ${pkgdir}/etc/bash_completion.d/pacman \
+${pkgdir}/usr/share/bash-completion/completions
+  rmdir ${pkgdir}/etc/bash_completion.d
+
+  for f in makepkg pacman-key; do
+ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
+  done
+}

Copied: pacman/repos/testing-i686/makepkg.conf (from rev 196538, 
pacman/trunk/makepkg.conf)
===
--- testing-i686/makepkg.conf   (rev 0)
+++ testing-i686/makepkg.conf   2013-10-15 04:14:09 UTC (rev 196539)
@@ -0,0 +1,140 @@
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'
+

[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf pacman.install)

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 06:12:42
  Author: allan
Revision: 196538

upgpkg: pacman 4.1.2-2

add \!staticlibs to makepkg.conf, remove install file as none of the checks are 
relevant on systems updated in the last two years

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf
Deleted:
  pacman/trunk/pacman.install

+
 PKGBUILD   |5 +--
 makepkg.conf   |4 +-
 pacman.install |   75 ---
 3 files changed, 4 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 02:05:11 UTC (rev 196537)
+++ PKGBUILD2013-10-15 04:12:42 UTC (rev 196538)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/";
@@ -19,7 +19,6 @@
 conflicts=('pacman-contrib')
 replaces=('pacman-contrib')
 backup=(etc/pacman.conf etc/makepkg.conf)
-install=pacman.install
 options=(!libtool)
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
 pacman.conf.i686
@@ -29,7 +28,7 @@
  'SKIP'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '5f360e003e95f1a5cbd6e60d937dfd25')
+ '88817f39676dcb093e9e64d465e40849')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: makepkg.conf
===
--- makepkg.conf2013-10-15 02:05:11 UTC (rev 196537)
+++ makepkg.conf2013-10-15 04:12:42 UTC (rev 196538)
@@ -67,7 +67,7 @@
 #   These are default values for the options=() settings
 #
 #
-# Default: OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !upx 
!debug)
+# Default: OPTIONS=(strip docs libtool !staticlibs emptydirs zipman purge !upx 
!debug)
 #  A negated option will do the opposite of the comments below.
 #
 #-- strip:  Strip symbols from binaries/libraries
@@ -80,7 +80,7 @@
 #-- upx:Compress binary executable files using UPX
 #-- debug:  Add debugging flags as specified in DEBUG_* variables
 #
-OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !upx !debug)
+OPTIONS=(strip docs libtool !staticlibs emptydirs zipman purge !upx !debug)
 
 #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
 INTEGRITY_CHECK=(md5)

Deleted: pacman.install
===
--- pacman.install  2013-10-15 02:05:11 UTC (rev 196537)
+++ pacman.install  2013-10-15 04:12:42 UTC (rev 196538)
@@ -1,75 +0,0 @@
-#!/bin/sh
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-# one time stuff for md5sum issue with older pacman versions
-if [ "$(vercmp $2 3.0.2)" -lt 0 ]; then
-_resetbackups
-fi
-if [ "$(vercmp $2 3.5.0)" -lt 0 ]; then
-_warnupgrade
-fi
-if [ ! -f "etc/pacman.d/gnupg/pubring.gpg" ] || [ "$(vercmp $2 4.0.3-2)" 
-lt 0 ]; then
-_check_pubring
-fi
-}
-
-post_install() {
-_check_pubring
-}
-
-_check_pubring() {
-echo " >>> Run  \`pacman-key --init; pacman-key --populate archlinux\`"
-echo " >>> to import the data required by pacman for package verification."
-echo " >>> See: 
https://www.archlinux.org/news/having-pacman-verify-packages";
-}
-
-_warnupgrade() {
-echo ">>> The pacman database format has changed as of pacman 3.5.0."
-echo ">>> You will need to run \`pacman-db-upgrade\` as root."
-echo ">>>"
-}
-
-_resetbackups() {
-echo ">>> Performing one-time reset of NoUpgrade md5sums. After this reset"
-echo ">>> you are able to remove all NoUpgrade lines of already protected"
-echo ">>> files from pacman.conf."
-echo ">>>"
-
-# path variables
-pacconf="/etc/pacman.conf"
-dbpath="/var/lib/pacman/local"
-
-# get a list of NoUpgrade files from the user's pacman.conf
-echo ">>> Retrieving pacman.conf NoUpgrade list..."
-config=$(grep "^NoUpgrade" $pacconf | cut -d'=' -f2)
-# add the standard list of files, even if they are already above
-config="$config \
-etc/passwd etc/group etc/shadow etc/sudoers \
-etc/fstab etc/raidtab etc/ld.so.conf \
-etc/rc.conf etc/rc.local \
-etc/modprobe.conf etc/modules.conf \
-etc/lilo.conf boot/grub/menu.lst"
-
-# blank md5sum for use in sed expression
-zeroes=''
-
-for file in $config; do
-echo ">>> -> finding owner of /$file..."
-line=$(LC_ALL=C LANG=C pacman -Qo /$file 2>/dev/null)
-# if file is owned by a package, go find its incorrectly stored sum
-if [ ! -z "$line" ]; then
-# get the name and version of the package owning file
-name=$(echo $line | awk '{print $5}')
-   

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

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 04:05:11
  Author: allan
Revision: 196537

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

Added:
  cloog/repos/testing-i686/
  cloog/repos/testing-i686/PKGBUILD
(from rev 196536, cloog/trunk/PKGBUILD)
  cloog/repos/testing-x86_64/
  cloog/repos/testing-x86_64/PKGBUILD
(from rev 196536, cloog/trunk/PKGBUILD)

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

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 196536, 
cloog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-15 02:05:11 UTC (rev 196537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=cloog
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Library that generates loops for scanning polyhedra"
+arch=('i686' 'x86_64')
+url="http://www.bastoul.net/cloog/";
+license=('GPL')
+depends=('isl' 'gmp')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('e34fca0540d840e5d0f6427e98c92252')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: cloog/repos/testing-x86_64/PKGBUILD (from rev 196536, 
cloog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-15 02:05:11 UTC (rev 196537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=cloog
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Library that generates loops for scanning polyhedra"
+arch=('i686' 'x86_64')
+url="http://www.bastoul.net/cloog/";
+license=('GPL')
+depends=('isl' 'gmp')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('e34fca0540d840e5d0f6427e98c92252')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in cloog/trunk (PKGBUILD cloog-0.18.0-isl-0.11.2.patch)

2013-10-14 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 04:04:11
  Author: allan
Revision: 196536

upgpkg: cloog 0.18.1-1

upstream update, remove included patch

Modified:
  cloog/trunk/PKGBUILD
Deleted:
  cloog/trunk/cloog-0.18.0-isl-0.11.2.patch

---+
 PKGBUILD  |   17 +--
 cloog-0.18.0-isl-0.11.2.patch |   95 
 2 files changed, 4 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 22:08:24 UTC (rev 196535)
+++ PKGBUILD2013-10-15 02:04:11 UTC (rev 196536)
@@ -2,8 +2,8 @@
 # Maintainer: Allan McRae 
 
 pkgname=cloog
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
 url="http://www.bastoul.net/cloog/";
@@ -10,18 +10,9 @@
 license=('GPL')
 depends=('isl' 'gmp')
 options=('!libtool')
-source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz
-cloog-0.18.0-isl-0.11.2.patch)
-md5sums=('be78a47bd82523250eb3e91646db5b3d'
- '1bec9a7f1c3e9e0f3f10f23898f7148d')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('e34fca0540d840e5d0f6427e98c92252')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  # test-suite fix - commit fc8b0627
-  patch -p1 -i $srcdir/cloog-0.18.0-isl-0.11.2.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-isl=system

Deleted: cloog-0.18.0-isl-0.11.2.patch
===
--- cloog-0.18.0-isl-0.11.2.patch   2013-10-14 22:08:24 UTC (rev 196535)
+++ cloog-0.18.0-isl-0.11.2.patch   2013-10-15 02:04:11 UTC (rev 196536)
@@ -1,95 +0,0 @@
-diff --git a/test/darte.c b/test/darte.c
-index e185b7a..2a4a1b8 100644
 a/test/darte.c
-+++ b/test/darte.c
-@@ -6,14 +6,14 @@ if (n >= 1) {
- }
-   }
-   for (t1=-n+2;t1<=n-1;t1++) {
--if (t1 >= 2) {
-+if (t1 >= 0) {
-   for (t3=t1+4;t3<=t1+2*n+2;t3++) {
- if ((t1+t3)%2 == 0) {
-   S1(t1+1,1,(-t1+t3-2)/2);
- }
-   }
- }
--for (t2=max(-t1+2,t1+2);t2<=-t1+4;t2++) {
-+for (t2=max(-t1+2,t1+3);t2<=-t1+4;t2++) {
-   for (t3=t2+2;t3<=t2+2*n;t3++) {
- if ((t1+t2)%2 == 0) {
-   if ((t1+t3)%2 == 0) {
-diff --git a/test/dartef.f b/test/dartef.f
-index 50e1073..3b5e3e2 100644
 a/test/dartef.f
-+++ b/test/dartef.f
-@@ -6,14 +6,14 @@ IF (n >= 1) THEN
- END IF
-   END DO
-   DO t1=-n+2, n-1
--IF (t1 >= 2) THEN
-+IF (t1 >= 0) THEN
-   DO t3=t1+4, t1+2*n+2
- IF (MOD(t1+t3, 2) == 0) THEN
-   S1(t1+1,1,(-t1+t3-2)/2)
- END IF
-   END DO
- END IF
--DO t2=MAX(-t1+2,t1+2), -t1+4
-+DO t2=MAX(-t1+2,t1+3), -t1+4
-   DO t3=t2+2, t2+2*n
- IF (MOD(t1+t2, 2) == 0) THEN
-   IF (MOD(t1+t3, 2) == 0) THEN
-diff --git a/test/dealII.c b/test/dealII.c
-index 200b257..5d28c4a 100644
 a/test/dealII.c
-+++ b/test/dealII.c
-@@ -3,10 +3,13 @@ for (scat_0=0;scat_0<=min(T_66,T_2-1);scat_0++) {
-   S1(scat_0);
-   S2(scat_0);
- }
--if ((T_2 == 0) && (T_67 == 0)) {
-+if ((T_2 == 0) && (T_66 >= 0) && (T_67 == 0)) {
-   S1(0);
- }
--for (scat_0=max(0,T_66+1);scat_0<=T_2-1;scat_0++) {
-+if ((T_66 <= -1) && (T_67 == 0)) {
-+  S1(0);
-+}
-+for (scat_0=max(max(0,T_66+1),-T_67+1);scat_0<=T_2-1;scat_0++) {
-   S1(scat_0);
- }
- for (scat_0=T_2;scat_0<=min(T_66,T_67-1);scat_0++) {
-diff --git a/test/isl/jacobi-shared.c b/test/isl/jacobi-shared.c
-index e8e5ec7..9e345c6 100644
 a/test/isl/jacobi-shared.c
-+++ b/test/isl/jacobi-shared.c
-@@ -1,6 +1,6 @@
- /* Generated from ../../../git/cloog/test/isl/jacobi-shared.cloog by CLooG 
0.16.3-2-g5511bef gmp bits in 1.82s. */
- if ((h0+1)%2 == 0) {
--  if ((16*floord(t0-1,16) >= -N+g1+t0+1) && (16*floord(N+15*g1+15*t0+15,16) 
>= 15*g1+15*t0+19) && (32*floord(t1-1,32) <= g2+t1-3) && (32*floord(t1-1,32) >= 
-N+g2+t1+1)) {
-+  if ((16*floord(N+15*g1+15*t0+15,16) >= 15*g1+15*t0+19) && 
(16*floord(N+15*g1+15*t0+15,16) >= 16*g1+15*t0+17) && (32*floord(t1-1,32) <= 
g2+t1-3) && (32*floord(t1-1,32) >= -N+g2+t1+1)) { 
- for 
(c0=max(-16*floord(t0-1,16)+t0,-16*floord(g1+t0-3,16)+t0);c0<=min(32,N-g1-1);c0+=16)
 {
-   c1 = 32*floord(-t1,32)+t1+32;
-   if (c1 <= 32) {
-diff --git a/test/vasilache.c b/test/vasilache.c
-index 5a00a33..fdff031 100644
 a/test/vasilache.c
-+++ b/test/vasilache.c
-@@ -15,12 +15,12 @@ for (p1=0;p1<=N-1;p1++) {
- S6(p1,p3,p5,p7-1);
- S7(p1,p3,p5,p7);
-   }
--  if (p5 <= floord(N-33,32)) {
--S6(p1,p3,p5,32*p5+31);
--  }
--  if (p5 >= ceild(N-32,32)) {
-+  if (p5 >= ceild(N-31,32)) {
- S6(p1,p3,p5,N-1);
-   }
-+  if (p5 <= floord(N-32,32)) {
-+S6(p1,p3,p5,32*p5+31);
-+  }
- }
-   }
- }



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

2013-10-14 Thread Gaetan Bisson
Date: Tuesday, October 15, 2013 @ 00:08:24
  Author: bisson
Revision: 196535

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 196534, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 196534, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 196534, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 196534, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 196534, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 196534, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 ---
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 ---
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 22:07:38 UTC (rev 196534)
+++ extra-i686/PKGBUILD 2013-10-14 22:08:24 UTC (rev 196535)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.17.5
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-'tmpfiles.d')
-sha1sums=('a12b78452de5ff876c36827572c6bb4af26e0f7d'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/cdio_paranoia_input_plugin.c
-   sed 's:AVCODEC_MAX_AUDIO_FRAME_SIZE:192000:g' -i 
src/decoder/ffmpeg_decoder_plugin.c
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -d "${pkgdir}"/usr/lib/systemd/user
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   ln -s ../system/mpd.service "${pkgdir}"/usr/lib/systemd/user/mpd.service
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
"/var/lib/mpd/playlists"' \
-   -e '/^#db_file/c db_file "/var/lib/mpd/mpd.db"' \
-   -e '/^#pid_file/c pid_file "/run/mpd/mpd.pid"' \
-   -e '/^#state_file/c state_file "/var/lib/mpd/mpdstate"' \
-   -e '/^#user/c user "mpd"' \
-   -i "${pkgdir}"/etc/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 196534, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 22:08:24 UTC (rev 196535)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.17.6
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'tmpfiles.d')
+sha1sums=('c8cea5cbf87ece252d15457d2249090e73a8d11f'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-$

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

2013-10-14 Thread Gaetan Bisson
Date: Tuesday, October 15, 2013 @ 00:07:38
  Author: bisson
Revision: 196534

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 19:20:26 UTC (rev 196533)
+++ PKGBUILD2013-10-14 22:07:38 UTC (rev 196534)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.17.5
+pkgver=0.17.6
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'tmpfiles.d')
-sha1sums=('a12b78452de5ff876c36827572c6bb4af26e0f7d'
+sha1sums=('c8cea5cbf87ece252d15457d2249090e73a8d11f'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7')
 
 backup=('etc/mpd.conf')



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

2013-10-14 Thread Jaroslav Lichtblau
Date: Monday, October 14, 2013 @ 21:36:11
  Author: jlichtblau
Revision: 98597

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++---
 synbak.changelog |   25 --
 2 files changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-14 19:36:00 UTC (rev 98596)
+++ PKGBUILD2013-10-14 19:36:11 UTC (rev 98597)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: aeolist 
-
-pkgname=synbak
-pkgver=2.1
-pkgrel=1
-pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
-arch=('any')
-url='http://www.initzero.it/products/opensource/synbak'
-license=('GPL')
-depends=('bc' 'netcat')
-changelog=$pkgname.changelog
-source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8af093458baf8ddf914996a5704b3adee22d6f17c76eedc3892c693eacf40ef4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: synbak/repos/community-any/PKGBUILD (from rev 98596, 
synbak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-14 19:36:11 UTC (rev 98597)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: aeolist 
+
+pkgname=synbak
+pkgver=3.0
+pkgrel=1
+pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
+arch=('any')
+url='http://www.initzero.it/products/opensource/synbak'
+license=('GPL')
+depends=('bc' 'netcat')
+changelog=$pkgname.changelog
+source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1aa2ab54a3e3461f1969fc1cd64f861e44f503e2be7625d2610e24445a7119af')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: synbak.changelog
===
--- synbak.changelog2013-10-14 19:36:00 UTC (rev 98596)
+++ synbak.changelog2013-10-14 19:36:11 UTC (rev 98597)
@@ -1,11 +0,0 @@
-2013-01-13 Jaroslav Lichtblau 
-   * synbak 2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * synbak 1.4.0-1
-
-2010-08-29 Jaroslav Lichtblau 
-   * synbak 1.3.2-1
-
-2009-11-08 Jaroslav Lichtblau 
-   * synbak 1.2.2-1

Copied: synbak/repos/community-any/synbak.changelog (from rev 98596, 
synbak/trunk/synbak.changelog)
===
--- synbak.changelog(rev 0)
+++ synbak.changelog2013-10-14 19:36:11 UTC (rev 98597)
@@ -0,0 +1,14 @@
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
+2013-01-13 Jaroslav Lichtblau 
+   * synbak 2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * synbak 1.4.0-1
+
+2010-08-29 Jaroslav Lichtblau 
+   * synbak 1.3.2-1
+
+2009-11-08 Jaroslav Lichtblau 
+   * synbak 1.2.2-1



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

2013-10-14 Thread Jaroslav Lichtblau
Date: Monday, October 14, 2013 @ 21:36:00
  Author: jlichtblau
Revision: 98596

upgpkg: synbak 3.0-1

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |4 ++--
 synbak.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 16:58:33 UTC (rev 98595)
+++ PKGBUILD2013-10-14 19:36:00 UTC (rev 98596)
@@ -5,7 +5,7 @@
 # Contributor: aeolist 
 
 pkgname=synbak
-pkgver=2.1
+pkgver=3.0
 pkgrel=1
 pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8af093458baf8ddf914996a5704b3adee22d6f17c76eedc3892c693eacf40ef4')
+sha256sums=('1aa2ab54a3e3461f1969fc1cd64f861e44f503e2be7625d2610e24445a7119af')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: synbak.changelog
===
--- synbak.changelog2013-10-14 16:58:33 UTC (rev 98595)
+++ synbak.changelog2013-10-14 19:36:00 UTC (rev 98596)
@@ -1,3 +1,6 @@
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
 2013-01-13 Jaroslav Lichtblau 
* synbak 2.1-1
 



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

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 21:20:26
  Author: ronald
Revision: 196533

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 196532, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 196532, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 196532, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 196532, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 196532, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 196532, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   54 +++
 testing-i686/dhcpcd.service|   13 +
 testing-i686/dhcpcd_.service   |   15 ++
 testing-x86_64/PKGBUILD|   54 +++
 testing-x86_64/dhcpcd.service  |   13 +
 testing-x86_64/dhcpcd_.service |   15 ++
 6 files changed, 164 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 196532, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 19:20:26 UTC (rev 196533)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/";
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2";
+'dhcpcd_.service'
+'dhcpcd.service')
+sha1sums=('dcd6970db0440398aaf3ae4b58cc262a67b2e472'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '7f3e62908037b888df2f6b87af1c7611f462dd08')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q "$srcdir/$pkgname-$pkgver/control.h" \
+  >>"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 196532, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2013-10-14 19:20:26 UTC (rev 196533)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/bin/dhcpcd -q -b
+ExecStop=/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 196532, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2013-10-14 19:20:26 UTC (rev 196533)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 196532, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-14 19:20:26 UTC (rev 196533)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/";
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Emp

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

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 21:20:14
  Author: ronald
Revision: 196532

upgpkg: dhcpcd 6.1.0-1

update to 6.1.0; FS#34074 move sbin/bin in service files

Modified:
  dhcpcd/trunk/PKGBUILD
  dhcpcd/trunk/dhcpcd.service
  dhcpcd/trunk/dhcpcd_.service

-+
 PKGBUILD|8 
 dhcpcd.service  |4 ++--
 dhcpcd_.service |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 19:14:25 UTC (rev 196531)
+++ PKGBUILD2013-10-14 19:20:14 UTC (rev 196532)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=6.0.5
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/";
@@ -18,9 +18,9 @@
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2";
 'dhcpcd_.service'
 'dhcpcd.service')
-sha1sums=('433555ac1166944d7ec80120f3ccdd0fcae5'
-  '6245b8db7e6f39a0305571726bb693a53901c400'
-  'e49e01041f831281a1cd0c97ca21204e0aa07fda')
+sha1sums=('dcd6970db0440398aaf3ae4b58cc262a67b2e472'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '7f3e62908037b888df2f6b87af1c7611f462dd08')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: dhcpcd.service
===
--- dhcpcd.service  2013-10-14 19:14:25 UTC (rev 196531)
+++ dhcpcd.service  2013-10-14 19:20:14 UTC (rev 196532)
@@ -6,8 +6,8 @@
 [Service]
 Type=forking
 PIDFile=/run/dhcpcd.pid
-ExecStart=/sbin/dhcpcd -q -b
-ExecStop=/sbin/dhcpcd -x
+ExecStart=/bin/dhcpcd -q -b
+ExecStop=/bin/dhcpcd -x
 
 [Install]
 WantedBy=multi-user.target

Modified: dhcpcd_.service
===
--- dhcpcd_.service 2013-10-14 19:14:25 UTC (rev 196531)
+++ dhcpcd_.service 2013-10-14 19:20:14 UTC (rev 196532)
@@ -8,8 +8,8 @@
 [Service]
 Type=forking
 PIDFile=/run/dhcpcd-%I.pid
-ExecStart=/usr/sbin/dhcpcd -q -w %I
-ExecStop=/usr/sbin/dhcpcd -x %I
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
 
 [Install]
 WantedBy=multi-user.target



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

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 21:14:25
  Author: ronald
Revision: 196531

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

Added:
  iptables/repos/testing-i686/
  iptables/repos/testing-i686/0503-extension_cppflags.patch
(from rev 196530, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-i686/PKGBUILD
(from rev 196530, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 196530, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 196530, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 196530, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 196530, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 196530, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 196530, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables.service
(from rev 196530, iptables/trunk/ip6tables.service)
  iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch
(from rev 196530, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-i686/iptables-flush
(from rev 196530, iptables/trunk/iptables-flush)
  iptables/repos/testing-i686/iptables.service
(from rev 196530, iptables/trunk/iptables.service)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 196530, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/0503-extension_cppflags.patch
(from rev 196530, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 196530, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 196530, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 196530, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 196530, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 196530, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 196530, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 196530, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 196530, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch
(from rev 196530, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 196530, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 196530, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 196530, iptables/trunk/simple_firewall.rules)

+
 testing-i686/0503-extension_cppflags.patch |   13 +++
 testing-i686/PKGBUILD  |   76 +++
 testing-i686/empty-filter.rules|6 +
 testing-i686/empty-mangle.rules|8 ++
 testing-i686/empty-nat.rules   |7 ++
 testing-i686/empty-raw.rules   |5 +
 testing-i686/empty-security.rules  |6 +
 testing-i686/empty.rules   |6 +
 testing-i686/ip6tables.service |   12 +++
 testing-i686/iptables-1.4.12-fixresore.patch   |   28 
 testing-i686/iptables-flush|   18 +
 testing-i686/iptables.service  |   12 +++
 testing-i686/simple_firewall.rules |   11 +++
 testing-x86_64/0503-extension_cppflags.patch   |   13 +++
 testing-x86_64/PKGBUILD|   76 +++
 testing-x86_64/empty-filter.rules  |6 +
 testing-x86_64/empty-mangle.rules  |8 ++
 testing-x86_64/empty-nat.rules |7 ++
 testing-x86_64/empty-raw.rules |5 +
 testing-x86_64/empty-security.rules|6 +
 testing-x86_64/empty.rules |6 +
 testing-x86_64/ip6tables.service   |   12 +++
 testing-x86_64/iptables-1.4.12-fixresore.patch |   28 
 testing-x86_64/iptables-flush  |   18 +
 testing-x86_64/iptables.service|   12 +++
 testing-x86_64/simple_firewall.rules   |   11 +++
 26 files changed, 416 insertions(+)

Copied: iptables/repos/testing-i686/0503-extension_cppflags.patch (from rev 
196530, iptables/trunk/0503-extension_cppflags.patch)
===
--- testing-i686/0503-extension_cppflags.patch  (rev 0)
+++ testing-i686/0503-extension_cppflags.patch  2013-10-14 19:14:25 UTC (rev

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

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 21:13:46
  Author: ronald
Revision: 196530

upgpkg: iptables 1.4.20-1

update to 1.4.20

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 18:57:44 UTC (rev 196529)
+++ PKGBUILD2013-10-14 19:13:46 UTC (rev 196530)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=iptables
-pkgver=1.4.19.1
+pkgver=1.4.20
 pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 iptables.service
 ip6tables.service
 iptables-flush)
-sha1sums=('566ba23b73403b0e4b4511d35c40124717bba97b'
+sha1sums=('7219b32657e9f794ff1b5a2476363c59f9c2175c'
   'SKIP'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'



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

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 20:57:44
  Author: ronald
Revision: 196529

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

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 196528, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 196528, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 196528, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 196528, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 196528, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 196528, iproute2/trunk/unwanted-link-help.patch)

-+
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ++
 testing-i686/unwanted-link-help.patch   |   17 ++
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 ++
 testing-x86_64/unwanted-link-help.patch |   17 ++
 6 files changed, 306 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 196528, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-14 18:57:44 UTC (rev 196529)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="IP Routing Utilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";
+depends=('glibc' 'db' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('efb5ca0688e28967ec146ac37cc728c4f53c9d8f'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i "$srcdir/iproute2-fhs.patch"
+
+  # allow operations on links called "h", "he", "hel", "help"
+  patch -Np1 -i "$srcdir/unwanted-link-help.patch"
+
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h "$pkgdir/usr/include/libnetlink.h"
+  install -Dm644 lib/libnetlink.a "$pkgdir/usr/lib/libnetlink.a"
+
+  # usrmove
+  cd "$pkgdir"
+  mv usr/sbin usr/bin
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 196528, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2013-10-14 18:57:44 UTC (rev 196529)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2-3.4.0/tc/Makefile iproute2-3.4.0.new/tc/Makefile
+--- iproute2-3.4.0/tc/Makefile 2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/tc/Makefile 2012-06-18 10:23:53.893426840 +0200
+@@ -105,18 +105,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
++  mkdir -p $(

[arch-commits] Commit in iproute2/trunk (PKGBUILD unwanted-link-help.patch)

2013-10-14 Thread Ronald van Haren
Date: Monday, October 14, 2013 @ 20:57:27
  Author: ronald
Revision: 196528

upgpkg: iproute2 3.11.0-1

update to 3.11.0;  FS#36464 - [iproute2] cannot manipulate links whose names 
are prefixes of 'help'

Added:
  iproute2/trunk/unwanted-link-help.patch
Modified:
  iproute2/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 unwanted-link-help.patch |   17 +
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 18:17:47 UTC (rev 196527)
+++ PKGBUILD2013-10-14 18:57:27 UTC (rev 196528)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.11.0
+pkgrel=1
 pkgdesc="IP Routing Utilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -20,9 +20,11 @@
 backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
-iproute2-fhs.patch)
-sha1sums=('e94b5dc9dc586006b272f67134ec07f6fbc81bd7'
-  '35b8cf2dc94b73eccad427235c07596146cd6f6c')
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('efb5ca0688e28967ec146ac37cc728c4f53c9d8f'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -30,6 +32,9 @@
   # set correct fhs structure
   patch -Np1 -i "$srcdir/iproute2-fhs.patch"
 
+  # allow operations on links called "h", "he", "hel", "help"
+  patch -Np1 -i "$srcdir/unwanted-link-help.patch"
+
   # do not treat warnings as errors
   sed -i 's/-Werror//' Makefile
 }

Added: unwanted-link-help.patch
===
--- unwanted-link-help.patch(rev 0)
+++ unwanted-link-help.patch2013-10-14 18:57:27 UTC (rev 196528)
@@ -0,0 +1,17 @@
+diff -ru iproute2-3.10.0.orig/ip/iplink.c iproute2-3.10.0/ip/iplink.c
+--- iproute2-3.10.0.orig/ip/iplink.c   2013-08-08 13:53:33.0 -0700
 iproute2-3.10.0/ip/iplink.c2013-08-08 13:55:03.179865309 -0700
+@@ -467,11 +467,11 @@
+   addattr_l(&req->n, sizeof(*req), IFLA_NUM_RX_QUEUES,
+ &numrxqueues, 4);
+   } else {
++  if (matches(*argv, "help") == 0)
++  usage();
+   if (strcmp(*argv, "dev") == 0) {
+   NEXT_ARG();
+   }
+-  if (matches(*argv, "help") == 0)
+-  usage();
+   if (*dev)
+   duparg2("dev", *argv);
+   *dev = *argv;



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

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

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

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

+
 /PKGBUILD  |   66 +++
 /gedit.install |   36 +++
 extra-i686/PKGBUILD|   33 -
 extra-i686/gedit.install   |   18 ---
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/gedit.install |   18 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 18:16:20 UTC (rev 196526)
+++ extra-i686/PKGBUILD 2013-10-14 18:17:47 UTC (rev 196527)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gedit
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A text editor for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool zeitgeist)
-optdepends=('zeitgeist: Zeitgeist plugin')
-groups=(gnome-extra)
-options=('!libtool' '!emptydirs')
-url="http://www.gnome.org";
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 196526, gedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 18:17:47 UTC (rev 196527)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool zeitgeist)
+optdepends=('zeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d2e931661c2c2f9ea76cb581fe0eb09d65925b06a57ee7e20cbecb49474cab7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2013-10-14 18:16:20 UTC (rev 196526)
+++ extra-i686/gedit.install2013-10-14 18:17:47 UTC (rev 196527)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 196526, 
gedit/trunk/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2013-10-14 18:17:47 UTC (rev 196527)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 18:16:20 UTC (rev 196526)
+++ extra-x86_64/PKGBUILD   2013-10-14 18

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 20:16:20
  Author: heftig
Revision: 196526

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

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

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 18:14:27 UTC (rev 196525)
+++ extra-i686/PKGBUILD 2013-10-14 18:16:20 UTC (rev 196526)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=(i686 x86_64)
-url="http://live.gnome.org/Empathy";
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool' '!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 196525, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 18:16:20 UTC (rev 196526)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=(i686 x86_64)
+url="http://live.gnome.org/Empathy";
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2013-10-14 18:14:27 UTC (rev 196525)
+++ extra-i686/empathy.install  2013-10-14 18:16:20 UTC (rev 196526)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}

Copied: empathy

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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 20:14:27
  Author: heftig
Revision: 196525

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 18:13:33 UTC (rev 196524)
+++ extra-i686/PKGBUILD 2013-10-14 18:14:27 UTC (rev 196525)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 196524, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 18:14:27 UTC (rev 196525)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 18:13:33 UTC (rev 196524)
+++ extra-x86_64/PKGBUILD   2013-10-14 18:14:27 UTC (rev 196525)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 196524, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-14 18:14:27 UTC (rev 196525)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgb

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

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

3.10.1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 18:08:22 UTC (rev 196523)
+++ PKGBUILD2013-10-14 18:13:33 UTC (rev 196524)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org";
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5')
+sha256sums=('2d2e931661c2c2f9ea76cb581fe0eb09d65925b06a57ee7e20cbecb49474cab7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-14 Thread Andrea Scarpino
Date: Monday, October 14, 2013 @ 20:08:22
  Author: andrea
Revision: 196523

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

Added:
  qtwebkit/repos/extra-i686/PKGBUILD
(from rev 196522, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/extra-i686/bison3.patch
(from rev 196522, qtwebkit/trunk/bison3.patch)
  qtwebkit/repos/extra-i686/qwebview.patch
(from rev 196522, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/extra-i686/use-python2.patch
(from rev 196522, qtwebkit/trunk/use-python2.patch)
  qtwebkit/repos/extra-x86_64/PKGBUILD
(from rev 196522, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/extra-x86_64/bison3.patch
(from rev 196522, qtwebkit/trunk/bison3.patch)
  qtwebkit/repos/extra-x86_64/qwebview.patch
(from rev 196522, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/extra-x86_64/use-python2.patch
(from rev 196522, qtwebkit/trunk/use-python2.patch)
Deleted:
  qtwebkit/repos/extra-i686/PKGBUILD
  qtwebkit/repos/extra-i686/qwebview.patch
  qtwebkit/repos/extra-i686/use-python2.patch
  qtwebkit/repos/extra-x86_64/PKGBUILD
  qtwebkit/repos/extra-x86_64/qwebview.patch
  qtwebkit/repos/extra-x86_64/use-python2.patch

+
 /PKGBUILD  |  126 +++
 /qwebview.patch|   42 +
 /use-python2.patch |  114 +++
 extra-i686/PKGBUILD|   56 -
 extra-i686/bison3.patch|   38 +++
 extra-i686/qwebview.patch  |   21 --
 extra-i686/use-python2.patch   |   57 -
 extra-x86_64/PKGBUILD  |   56 -
 extra-x86_64/bison3.patch  |   38 +++
 extra-x86_64/qwebview.patch|   21 --
 extra-x86_64/use-python2.patch |   57 -
 11 files changed, 358 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 18:08:12 UTC (rev 196522)
+++ extra-i686/PKGBUILD 2013-10-14 18:08:22 UTC (rev 196523)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qtwebkit
-pkgver=2.3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://trac.webkit.org/wiki/QtWebKit'
-pkgdesc='An open source web browser engine (Qt port)'
-license=('LGPL2.1' 'GPL3')
-depends=('qt4' 'systemd' 'gstreamer0.10-base')
-makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
-conflicts=('qt<4.8')
-_qtver=4.8.5
-source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver}";
-
"http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-${_qtver}.tar.gz";
-'use-python2.patch'
-'qwebview.patch')
-sha1sums=('adf66bc92b0c3e41791a419c6b776d0167acaa7c'
-  '745f9ebf091696c0d5403ce691dc28c039d77b9e'
-  '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
-
-build() {
-  cd webkit-qtwebkit-23
-
-  patch -p1 -i "${srcdir}"/use-python2.patch
-
-  OPTS="--no-webkit2"
-  if [ "${CARCH}" = "i686" ]; then
-  # FS#33418
-  OPTS="${OPTS} --no-force-sse2"
-  fi
-
-  export QTDIR=/usr
-  export PATH="/usr/lib/qt4/bin:$PATH"
-  Tools/Scripts/build-webkit --qt \
---makeargs="${MAKEFLAGS}" \
---prefix=/usr \
-${OPTS}
-
-  # Build the QWebView plugin (FS#27914)
-  cd ../qt-everywhere-opensource-src-${_qtver}
-  patch -p1 -i "${srcdir}"/qwebview.patch
-  cd tools/designer/src/plugins/qwebview
-  qmake-qt4
-  make
-}
-
-package() {
-  cd webkit-qtwebkit-23
-  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
-
-  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: qtwebkit/repos/extra-i686/PKGBUILD (from rev 196522, 
qtwebkit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 18:08:22 UTC (rev 196523)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtwebkit
+pkgver=2.3.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt<4.8')
+_qtver=4.8.5
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-${_qtver}.tar.gz";
+'use-python2.patch'
+'bison3.patch'
+'qwebview.patch')
+sha1sums=('64f3ab7f8e53b5b971a3a6577fc61db0cc2ea31f'
+  '745f9ebf091696c0d5403ce691dc28c039d77b9e'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'd2c6182512e4bcbdf30a9e9d513c52fe4b16d9f2'
+  '

[arch-commits] Commit in qtwebkit/trunk (PKGBUILD bison3.patch qwebview.patch)

2013-10-14 Thread Andrea Scarpino
Date: Monday, October 14, 2013 @ 20:08:12
  Author: andrea
Revision: 196522

upgpkg: qtwebkit 2.3.3-1

Upstream release

Added:
  qtwebkit/trunk/bison3.patch
Modified:
  qtwebkit/trunk/PKGBUILD
  qtwebkit/trunk/qwebview.patch

+
 PKGBUILD   |   29 ++---
 bison3.patch   |   38 ++
 qwebview.patch |4 ++--
 3 files changed, 58 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 18:08:00 UTC (rev 196521)
+++ PKGBUILD2013-10-14 18:08:12 UTC (rev 196522)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=qtwebkit
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
@@ -12,20 +12,29 @@
 makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
 conflicts=('qt<4.8')
 _qtver=4.8.5
-source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver}";
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-${_qtver}.tar.gz";
 'use-python2.patch'
+'bison3.patch'
 'qwebview.patch')
-sha1sums=('adf66bc92b0c3e41791a419c6b776d0167acaa7c'
+sha1sums=('64f3ab7f8e53b5b971a3a6577fc61db0cc2ea31f'
   '745f9ebf091696c0d5403ce691dc28c039d77b9e'
   '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
+  'd2c6182512e4bcbdf30a9e9d513c52fe4b16d9f2'
+  '88ed73e6bd7ea9c6d227ceaed0ff2f1cf0200667')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/use-python2.patch
+  patch -p1 -i "${srcdir}"/bison3.patch
+  
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+}
+
 build() {
-  cd webkit-qtwebkit-23
+  cd ${pkgname}-${pkgver}
 
-  patch -p1 -i "${srcdir}"/use-python2.patch
-
   OPTS="--no-webkit2"
   if [ "${CARCH}" = "i686" ]; then
   # FS#33418
@@ -40,15 +49,13 @@
 ${OPTS}
 
   # Build the QWebView plugin (FS#27914)
-  cd ../qt-everywhere-opensource-src-${_qtver}
-  patch -p1 -i "${srcdir}"/qwebview.patch
-  cd tools/designer/src/plugins/qwebview
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
   qmake-qt4
   make
 }
 
 package() {
-  cd webkit-qtwebkit-23
+  cd ${pkgname}-${pkgver}
   make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
 
   cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview

Added: bison3.patch
===
--- bison3.patch(rev 0)
+++ bison3.patch2013-10-14 18:08:12 UTC (rev 196522)
@@ -0,0 +1,38 @@
+From 60ba8bd5b3575d0c7740571fbb4e681b21a49a82 Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen 
+Date: Fri, 16 Aug 2013 18:27:07 +0200
+Subject: [PATCH] ANGLE doesn't build with bison 3.0
+
+https://bugs.webkit.org/show_bug.cgi?id=119798
+
+Reviewed by Antti Koivisto.
+
+Make glslang.y compatible with bison 3.0
+by using %lex-param to set YYLEX_PARAM.
+
+* src/compiler/glslang.y:
+
+git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154109 
268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+Task-number: QTBUG-32913
+Change-Id: I15505d31f0588c4d558b73befdb9d2358e29c1a3
+Reviewed-by: Jocelyn Turcotte 
+---
+ Source/ThirdParty/ANGLE/src/compiler/glslang.y |1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/Source/ThirdParty/ANGLE/src/compiler/glslang.y 
b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+index 3cad335..b41e95a 100644
+--- a/Source/ThirdParty/ANGLE/src/compiler/glslang.y
 b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+@@ -47,6 +47,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND 
glslang_tab.h).
+ %expect 1 /* One shift reduce conflict because of if | else */
+ %pure-parser
+ %parse-param {TParseContext* context}
++%lex-param {YYLEX_PARAM}
+ 
+ %union {
+ struct {
+-- 
+1.7.1
+

Modified: qwebview.patch
===
--- qwebview.patch  2013-10-14 18:08:00 UTC (rev 196521)
+++ qwebview.patch  2013-10-14 18:08:12 UTC (rev 196522)
@@ -1,8 +1,8 @@
 --- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 +++ qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
 @@ -1,3 +1,6 @@
-+INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
-+LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
++INCLUDEPATH += ../../../../../../qtwebkit-2.3.3/WebKitBuild/Release/include
++LIBS += -L../../../../../../qtwebkit-2.3.3/WebKitBuild/Release/lib
 +
  CONFIG += designer
  win32|mac: CONFIG+= debug_and_release


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

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 20:07:55
  Author: heftig
Revision: 196520

3.10.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 17:44:18 UTC (rev 196519)
+++ PKGBUILD2013-10-14 18:07:55 UTC (rev 196520)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f')
+sha256sums=('a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054')
 
 build() {
   cd $pkgname-$pkgver



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

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

3.10.1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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

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

upgpkg: nvidia-304xx-lts 304.108-6

upstream update 3.10.16 rebuild

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

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

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



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

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

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

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

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

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

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 98589, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:30 UTC (rev 98593)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=38
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.11' 'linux<3.12')
+makedepends=('linux-headers>=3.11' 'linux-headers<3.12')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/u

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 98589, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 16:58:32 UTC (rev 98594)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.11-ARCH
+pkgrel=17
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.11' 'linux<3.12')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The di

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

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

upgpkg: linux-lts 3.10.16-1

upstream update 3.10.16

Modified:
  linux-lts/trunk/PKGBUILD

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

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



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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-x86_64/PKGBUILD   2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="a VNC server for the GNOME desktop"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm t

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

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

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

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

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

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

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

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

Copied: cheese/repos/extra-i686/cheese.install (from rev 196507, 
cheese/trunk/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2013-10-14 15:42:47 UTC (rev 196508)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-

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

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

3.10.1

Modified:
  vinagre/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD

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

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

2.10.1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

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



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

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

3.10.1

Modified:
  vino/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

[arch-commits] Commit in (5 files)

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

addpkg: xmind 3.3.1-2

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

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

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

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



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

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

3.10.1

Modified:
  cheese/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

Deleted: community-i686/fcitx-unikey.install
===
--- community-i686/fcitx-unikey.install 2013-10-14 15:12:02 UTC (rev 98586)
+++ community-i686/fcitx-unikey.install 2013-10-14 15:13:19 UTC (rev 98587)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-unikey/repos/community-i686/fcitx-unikey.install (from rev 98586, 
fcitx-unikey/trunk/fcitx-unikey.install)
===
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2013-10-14 15:13:19 UTC (rev 98587)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-14 15:12:02 UTC (rev 98586)
+++ community-x86_64/PKGBUILD   2013-10-14 15:13:19 UTC (rev 98587)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-unikey
-pkgver=0.2.2
-pkgrel=2
-pkgdesc="Fcitx Wrapper for

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

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

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

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

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

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

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

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

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

upgpkg: fcitx-unikey 0.2.3-1

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

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



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

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

upgpkg: cgminer 3.6.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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

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

upgpkg: curl 7.33.0-1

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 14:05:19 UTC (rev 196500)
+++ extra-x86_64/PKGBUILD   2013-10-14 14:05:34 UTC (rev 196501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x8

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

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

3.10.1

Modified:
  gnome-photos/trunk/PKGBUILD

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

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



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

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

archrelease: copy trunk to extra-any

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

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

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

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

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

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



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

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

3.10.1

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

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

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



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

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

fix #37004

Modified:
  fakeroot/trunk/fakeroot.install

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

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



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

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

fix #37004

Modified:
  pam/trunk/pam.install

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

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



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

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

fix #37004

Modified:
  pam/trunk/pam.install

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

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



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

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

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

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

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

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

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

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

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

upgpkg: cgminer 3.6.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

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



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

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

3.10.1

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 11:53:46 UTC (rev 196488)
+++ extra-x86_64/PKGBUILD

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

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

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

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

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

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

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

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

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

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

0.20.1

Modified:
  rygel/trunk/PKGBUILD

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

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



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

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

3.10.1

Modified:
  gnome-power-manager/trunk/PKGBUILD

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

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



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

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

3.10.1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

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



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

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

3.10.1

Modified:
  pygobject/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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

Deleted: community-x86_64/PKG

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

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

update to 3.10

Modified:
  gnote/trunk/PKGBUILD

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

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



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

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

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

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

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

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


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

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

update to 4.3.1

Modified:
  eclipse/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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



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

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

update to 3.11

Modified:
  ethtool/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

Deleted: community-i686/fcitx-unikey.install
===
--- community-i686/fcitx-unikey.install 2013-10-14 08:44:35 UTC (rev 98578)
+++ community-i686/fcitx-unikey.install 2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-unikey/repos/community-i686/fcitx-unikey.install (from rev 98578, 
fcitx-unikey/trunk/fcitx-unikey.install)
===
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2013-10-14 08:45:50 UTC (rev 98579)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-14 08:44:35 UTC (rev 98578)
+++ community-x86_64/PKGBUILD   2013-10-14 08:45:50 UTC (rev 98579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-unikey
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey

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

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

upgpkg: fcitx-unikey 0.2.2-2

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

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



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

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

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

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

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

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


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

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

upgpkg: syslinux 6.02-1

bump to latest version

Modified:
  syslinux/trunk/PKGBUILD

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

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



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

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

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

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

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

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

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

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

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

upgpkg: xinetd 2.3.15-4

fix #37310

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

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

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

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



  1   2   >