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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 09:20:43
  Author: fyan
Revision: 126900

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

Added:
  python-xcffib/repos/community-i686/PKGBUILD
(from rev 126899, python-xcffib/trunk/PKGBUILD)
  python-xcffib/repos/community-x86_64/PKGBUILD
(from rev 126899, python-xcffib/trunk/PKGBUILD)
Deleted:
  python-xcffib/repos/community-i686/PKGBUILD
  python-xcffib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 08:17:37 UTC (rev 126899)
+++ community-i686/PKGBUILD 2015-02-01 08:20:43 UTC (rev 126900)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('4481d40c16fa5511d2d0c9fdc05645ab')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-i686/PKGBUILD (from rev 126899, 
python-xcffib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 08:20:43 UTC (rev 126900)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.1.11
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb')
+source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
+md5sums=('a142ab769262fa60f1abbc68921ec4c7')
+
+prepare() {
+  cp -a xcffib-$pkgver{,-py2}
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-01 08:17:37 UTC (rev 126899)
+++ community-x86_64/PKGBUILD   2015-02-01 08:20:43 UTC (rev 126900)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('i686' 'x86_64')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('4481d40c16fa5511d2d0c9fdc05645ab')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-x86_64/PKGBUILD (from rev 126899, 
python-xcffib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-01 08:20:43 UTC (rev 126900)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran 

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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 09:23:08
  Author: fyan
Revision: 126902

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 126901, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 126901, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-01 08:21:17 UTC (rev 126901)
+++ PKGBUILD2015-02-01 08:23:08 UTC (rev 126902)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150125
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('c7a2417da1c64e6864ab4920975f08d5'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '37436a1e0ce2ce975a490b61dcd1e03c')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 126901, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-01 08:23:08 UTC (rev 126902)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150201
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('eaa87e9fb8a8990cbbd3958934296c55'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '37436a1e0ce2ce975a490b61dcd1e03c')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-02-01 08:21:17 UTC (rev 126901)
+++ skk-jisyo.install   2015-02-01 08:23:08 UTC (rev 126902)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 126901, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-02-01 08:23:08 UTC (rev 126902)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 09:21:17
  Author: fyan
Revision: 126901

upgpkg: skk-jisyo 20150201-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 08:20:43 UTC (rev 126900)
+++ PKGBUILD2015-02-01 08:21:17 UTC (rev 126901)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150125
+pkgver=20150201
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('c7a2417da1c64e6864ab4920975f08d5'
+md5sums=('eaa87e9fb8a8990cbbd3958934296c55'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 09:17:37
  Author: fyan
Revision: 126899

upgpkg: python-xcffib 0.1.11-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 04:56:05 UTC (rev 126898)
+++ PKGBUILD2015-02-01 08:17:37 UTC (rev 126899)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.1.10
+pkgver=0.1.11
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
  'python-six' 'python2-six' 'libxcb')
 
source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('4481d40c16fa5511d2d0c9fdc05645ab')
+md5sums=('a142ab769262fa60f1abbc68921ec4c7')
 
 prepare() {
   cp -a xcffib-$pkgver{,-py2}


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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 11:46:14
  Author: fyan
Revision: 230363

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-01 10:45:54 UTC (rev 230362)
+++ extra-i686/PKGBUILD 2015-02-01 10:46:14 UTC (rev 230363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('088b2fb1f3167703f79fb187fdb3b80513426eb1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 230362, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 10:46:14 UTC (rev 230363)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.5
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('271813b317e4836853d2249fc8ce2df34c2a062a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning Tests failed
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-01 10:45:54 UTC (rev 230362)
+++ extra-x86_64/PKGBUILD   2015-02-01 10:46:14 UTC (rev 230363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('088b2fb1f3167703f79fb187fdb3b80513426eb1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning Tests failed
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 230362, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-01 10:46:14 UTC (rev 230363)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=3.0.5
+pkgrel=1

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

2015-02-01 Thread Felix Yan
Date: Sunday, February 1, 2015 @ 11:45:54
  Author: fyan
Revision: 230362

upgpkg: swig 3.0.5-1

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 09:03:35 UTC (rev 230361)
+++ PKGBUILD2015-02-01 10:45:54 UTC (rev 230362)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('pcre' 'gcc-libs')
 checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('088b2fb1f3167703f79fb187fdb3b80513426eb1')
+sha1sums=('271813b317e4836853d2249fc8ce2df34c2a062a')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-02-01 Thread Maxime Gauduin
Date: Sunday, February 1, 2015 @ 15:53:01
  Author: alucryd
Revision: 126935

upgpkg: tlp 0.7-1

Modified:
  tlp/trunk/PKGBUILD
  tlp/trunk/tlp-arch.patch

+
 PKGBUILD   |   32 
 tlp-arch.patch |   22 +++---
 2 files changed, 27 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 10:29:12 UTC (rev 126934)
+++ PKGBUILD2015-02-01 14:53:01 UTC (rev 126935)
@@ -4,7 +4,7 @@
 
 pkgbase=tlp
 pkgname=('tlp' 'tlp-rdw')
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 arch=('any')
 url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
@@ -11,8 +11,8 @@
 license=('GPL2' 'GPL3')
 source=(https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
 'tlp-arch.patch')
-sha256sums=('31d05d249aa83a6e43e94cee9f307f37c59934bbf7a37a87adf05cf74073cfe5'
-'d240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce')
+sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
+'836a07ebb222d7d696ac33d8596a9b129debb70793bb4dbb6283ce8311ea303c')
 
 prepare() {
   cd TLP-${pkgver}
@@ -21,17 +21,16 @@
 }
 
 package_tlp() {
-pkgdesc='Linux Advanced Power Management'
-depends=('bash' 'hdparm' 'perl' 'rfkill' 'util-linux' 'wireless_tools')
-optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
-'acpid: ThinkPad wireless radio switch'
-'ethtool: Disable Wake On Lan'
-'iw: Wifi power save'
-'lsb-release: Display LSB release version in tlp-stat'
-'smartmontools: Display S.M.A.R.T. data in tlp-stat'
-'tp_smapi: ThinkPad battery functions')
-conflicts=('laptop-mode-tools' 'pm-utils')
-backup=('etc/default/tlp')
+  pkgdesc='Linux Advanced Power Management'
+  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
+  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
+  'ethtool: Disable Wake On Lan'
+  'lsb-release: Display LSB release version in tlp-stat'
+  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
+  'tp_smapi: ThinkPad battery functions'
+  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
+  conflicts=('laptop-mode-tools' 'pm-utils')
+  backup=('etc/default/tlp')
 
   cd TLP-${pkgver}
 
@@ -41,6 +40,7 @@
   export TLP_NO_INIT='1'
   export TLP_NO_PMUTILS='1'
   export TLP_WITH_SYSTEMD='1'
+
   make DESTDIR=${pkgdir} install-tlp
 
   install -dm 755 ${pkgdir}/usr/share/man/man{1,8}
@@ -49,8 +49,8 @@
 }
 
 package_tlp-rdw() {
-pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
-depends=('networkmanager' 'tlp')
+  pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
+  depends=('networkmanager' 'tlp')
 
   cd TLP-${pkgver}
 

Modified: tlp-arch.patch
===
--- tlp-arch.patch  2015-02-01 10:29:12 UTC (rev 126934)
+++ tlp-arch.patch  2015-02-01 14:53:01 UTC (rev 126935)
@@ -1,6 +1,6 @@
-diff -rupN TLP-0.4.1.orig/tlp.rules TLP-0.4.1/tlp.rules
 TLP-0.4.1.orig/tlp.rules   2014-01-02 17:48:08.0 +0100
-+++ TLP-0.4.1/tlp.rules2014-01-27 11:16:06.231719068 +0100
+diff -rupN tlp.orig/tlp.rules tlp/tlp.rules
+--- tlp.orig/tlp.rules 2015-01-10 02:43:33.341388989 +0100
 tlp/tlp.rules  2015-01-10 02:45:33.361390081 +0100
 @@ -4,7 +4,7 @@
  # This software is licensed under the GPL v2 or later.
  
@@ -8,15 +8,15 @@
 -ACTION==change, SUBSYSTEM==power_supply, ATTR{type}==Mains, 
RUN+=/usr/sbin/tlp auto
 +ACTION==change, SUBSYSTEM==power_supply, ATTR{type}==Mains, 
RUN+=/usr/bin/tlp auto
  
- # handle added usb devices (exclude subdevices)
+ # handle added usb devices (exclude subdevices via DRIVER==USB)
 -ACTION==add, SUBSYSTEM==usb, DRIVER==usb, ENV{DEVTYPE}==usb_device, 
RUN+=/lib/udev/tlp-usb-udev %p
 +ACTION==add, SUBSYSTEM==usb, DRIVER==usb, ENV{DEVTYPE}==usb_device, 
RUN+=/usr/lib/udev/tlp-usb-udev %p
-diff -rupN TLP-0.4.1.orig/tlp.service TLP-0.4.1/tlp.service
 TLP-0.4.1.orig/tlp.service 2014-01-02 17:48:08.0 +0100
-+++ TLP-0.4.1/tlp.service  2014-01-27 11:13:34.737140892 +0100
+diff -rupN tlp.orig/tlp.service tlp/tlp.service
+--- tlp.orig/tlp.service   2015-01-10 02:43:33.341388989 +0100
 tlp/tlp.service2015-01-10 02:43:48.678055785 +0100
 @@ -11,8 +11,8 @@ Before=shutdown.target
  [Service]
- Type=oneshot
+ Type=simple
  RemainAfterExit=yes
 -ExecStart=/usr/sbin/tlp init start
 -ExecStop=/usr/sbin/tlp init stop
@@ -25,9 +25,9 @@
  
  [Install]
  WantedBy=multi-user.target
-diff -rupN TLP-0.4.1.orig/tlp-sleep.service TLP-0.4.1/tlp-sleep.service
 TLP-0.4.1.orig/tlp-sleep.service   2014-01-02 17:48:08.0 +0100
-+++ TLP-0.4.1/tlp-sleep.service2014-01-27 11:16:53.463600400 +0100
+diff -rupN tlp.orig/tlp-sleep.service 

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

2015-02-01 Thread Maxime Gauduin
Date: Sunday, February 1, 2015 @ 15:54:44
  Author: alucryd
Revision: 126936

archrelease: copy trunk to community-any

Added:
  tlp/repos/community-any/PKGBUILD
(from rev 126935, tlp/trunk/PKGBUILD)
  tlp/repos/community-any/tlp-arch.patch
(from rev 126935, tlp/trunk/tlp-arch.patch)
Deleted:
  tlp/repos/community-any/PKGBUILD
  tlp/repos/community-any/tlp-arch.patch

+
 PKGBUILD   |  120 +++
 tlp-arch.patch |   82 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-01 14:53:01 UTC (rev 126935)
+++ PKGBUILD2015-02-01 14:54:44 UTC (rev 126936)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Marc Schulte bo...@nerdstube.de
-
-pkgbase=tlp
-pkgname=('tlp' 'tlp-rdw')
-pkgver=0.6
-pkgrel=1
-arch=('any')
-url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
-license=('GPL2' 'GPL3')
-source=(https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
-'tlp-arch.patch')
-sha256sums=('31d05d249aa83a6e43e94cee9f307f37c59934bbf7a37a87adf05cf74073cfe5'
-'d240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce')
-
-prepare() {
-  cd TLP-${pkgver}
-
-  patch -Np1 -i ../tlp-arch.patch
-}
-
-package_tlp() {
-pkgdesc='Linux Advanced Power Management'
-depends=('bash' 'hdparm' 'perl' 'rfkill' 'util-linux' 'wireless_tools')
-optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
-'acpid: ThinkPad wireless radio switch'
-'ethtool: Disable Wake On Lan'
-'iw: Wifi power save'
-'lsb-release: Display LSB release version in tlp-stat'
-'smartmontools: Display S.M.A.R.T. data in tlp-stat'
-'tp_smapi: ThinkPad battery functions')
-conflicts=('laptop-mode-tools' 'pm-utils')
-backup=('etc/default/tlp')
-
-  cd TLP-${pkgver}
-
-  export TLP_SBIN='/usr/bin'
-  export TLP_ULIB='/usr/lib/udev'
-  export TLP_SYSD='/usr/lib/systemd/system'
-  export TLP_NO_INIT='1'
-  export TLP_NO_PMUTILS='1'
-  export TLP_WITH_SYSTEMD='1'
-  make DESTDIR=${pkgdir} install-tlp
-
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,8}
-  install -m 644 man/*.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/*.8 ${pkgdir}/usr/share/man/man8/
-}
-
-package_tlp-rdw() {
-pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
-depends=('networkmanager' 'tlp')
-
-  cd TLP-${pkgver}
-
-  make DESTDIR=${pkgdir} install-rdw
-}
-
-# vim: ts=2 sw=2 et:

Copied: tlp/repos/community-any/PKGBUILD (from rev 126935, tlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-01 14:54:44 UTC (rev 126936)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Marc Schulte bo...@nerdstube.de
+
+pkgbase=tlp
+pkgname=('tlp' 'tlp-rdw')
+pkgver=0.7
+pkgrel=1
+arch=('any')
+url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
+license=('GPL2' 'GPL3')
+source=(https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;
+'tlp-arch.patch')
+sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
+'836a07ebb222d7d696ac33d8596a9b129debb70793bb4dbb6283ce8311ea303c')
+
+prepare() {
+  cd TLP-${pkgver}
+
+  patch -Np1 -i ../tlp-arch.patch
+}
+
+package_tlp() {
+  pkgdesc='Linux Advanced Power Management'
+  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
+  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
+  'ethtool: Disable Wake On Lan'
+  'lsb-release: Display LSB release version in tlp-stat'
+  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
+  'tp_smapi: ThinkPad battery functions'
+  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
+  conflicts=('laptop-mode-tools' 'pm-utils')
+  backup=('etc/default/tlp')
+
+  cd TLP-${pkgver}
+
+  export TLP_SBIN='/usr/bin'
+  export TLP_ULIB='/usr/lib/udev'
+  export TLP_SYSD='/usr/lib/systemd/system'
+  export TLP_NO_INIT='1'
+  export TLP_NO_PMUTILS='1'
+  export TLP_WITH_SYSTEMD='1'
+
+  make DESTDIR=${pkgdir} install-tlp
+
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,8}
+  install -m 644 man/*.1 ${pkgdir}/usr/share/man/man1/
+  install -m 644 man/*.8 ${pkgdir}/usr/share/man/man8/
+}
+
+package_tlp-rdw() {
+  pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
+  depends=('networkmanager' 'tlp')
+
+  cd TLP-${pkgver}
+
+  make DESTDIR=${pkgdir} install-rdw
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tlp-arch.patch
===
--- tlp-arch.patch  2015-02-01 14:53:01 UTC (rev 126935)
+++ tlp-arch.patch   

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

2015-02-01 Thread Giovanni Scafora
Date: Sunday, February 1, 2015 @ 16:43:12
  Author: giovanni
Revision: 126938

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 15:43:04 UTC (rev 126937)
+++ community-i686/PKGBUILD 2015-02-01 15:43:12 UTC (rev 126938)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.fasterland.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3e3a915fe20df66840297a4d5c5c4115')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 126937, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 15:43:12 UTC (rev 126938)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.fasterland.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('7e5ba39048c47240ecf982152322bf9d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2015-02-01 15:43:04 UTC (rev 126937)
+++ community-i686/converseen.install   2015-02-01 15:43:12 UTC (rev 126938)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 126937, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2015-02-01 15:43:12 UTC (rev 126938)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-01 15:43:04 UTC (rev 126937)
+++ community-x86_64/PKGBUILD   2015-02-01 15:43:12 UTC (rev 126938)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.fasterland.net/;
-license=('GPL3')
-depends=('imagemagick' 

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

2015-02-01 Thread Giovanni Scafora
Date: Sunday, February 1, 2015 @ 16:43:04
  Author: giovanni
Revision: 126937

upgpkg: converseen 0.8.6-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 14:54:44 UTC (rev 126936)
+++ PKGBUILD2015-02-01 15:43:04 UTC (rev 126937)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3e3a915fe20df66840297a4d5c5c4115')
+md5sums=('7e5ba39048c47240ecf982152322bf9d')
 
 build() {
   cd ${srcdir}


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

2015-02-01 Thread Jaroslav Lichtblau
Date: Sunday, February 1, 2015 @ 16:59:36
  Author: jlichtblau
Revision: 126940

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 126939, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-01 15:59:26 UTC (rev 126939)
+++ PKGBUILD2015-02-01 15:59:36 UTC (rev 126940)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('39ee9626edf76412d92a13c396dddba1')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 126939, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-01 15:59:36 UTC (rev 126940)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.6
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('6a965ecb8add11ef96b82381a1477df4')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}


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

2015-02-01 Thread Jaroslav Lichtblau
Date: Sunday, February 1, 2015 @ 16:59:26
  Author: jlichtblau
Revision: 126939

upgpkg: syncthing-gtk 0.6-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 15:43:12 UTC (rev 126938)
+++ PKGBUILD2015-02-01 15:59:26 UTC (rev 126939)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.5.9
+pkgver=0.6
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('39ee9626edf76412d92a13c396dddba1')
+md5sums=('6a965ecb8add11ef96b82381a1477df4')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:20
  Author: tpowa
Revision: 126943

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 18:29:18 UTC (rev 126942)
+++ community-i686/PKGBUILD 2015-02-01 18:29:20 UTC (rev 126943)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 126940, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:20 UTC (rev 126943)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=8
+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')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+  

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:32
  Author: tpowa
Revision: 126947

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  116 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   58 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   58 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 18:29:29 UTC (rev 126946)
+++ community-i686/PKGBUILD 2015-02-01 18:29:32 UTC (rev 126947)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.20
-pkgrel=6
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.18' 'linux3.19'
- 'linux-headers=3.18' 'linux-headers3.19'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.18-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.18' 'linux3.19')
-  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.18' 'linux3.19')
-  

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:25
  Author: tpowa
Revision: 126944

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

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

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 18:29:20 UTC (rev 126943)
+++ community-i686/PKGBUILD 2015-02-01 18:29:25 UTC (rev 126944)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=17
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 126940, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:25 UTC (rev 126944)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=18
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:29
  Author: tpowa
Revision: 126946

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 126940, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 126940, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 126940, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 126940, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 126940, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 126940, 
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|   88 +
 /vhba-module.install |   44 
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   22 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   22 
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-02-01 18:29:27 UTC (rev 126945)
+++ community-i686/60-vhba.rules2015-02-01 18:29:29 UTC (rev 126946)
@@ -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 126940, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-02-01 18:29:29 UTC (rev 126946)
@@ -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 2015-02-01 18:29:27 UTC (rev 126945)
+++ community-i686/PKGBUILD 2015-02-01 18:29:29 UTC (rev 126946)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.18-ARCH
-pkgrel=3
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-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 126940, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:29 UTC (rev 126946)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.18-ARCH
+pkgrel=4
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:28:57
  Author: tpowa
Revision: 230369

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 230366, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 230366, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 230366, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 230366, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 230366, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 230366, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  102 
 /nv-drm.patch |   54 +++
 /nvidia-340xx.install |   30 ++
 extra-i686/PKGBUILD   |   51 --
 extra-i686/nv-drm.patch   |   27 -
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   51 --
 extra-x86_64/nv-drm.patch |   27 -
 extra-x86_64/nvidia-340xx.install |   15 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-01 18:28:55 UTC (rev 230368)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:57 UTC (rev 230369)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.65
-_extramodules=extramodules-3.18-ARCH
-pkgrel=8
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm.patch)
-md5sums=('4aa6039b8543312b41a924bb87b0b2db'
- '4558104f8601d27c7fd3e5cec7892345'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i ../nv-drm.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 230366, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:57 UTC (rev 230369)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.65
+_extramodules=extramodules-3.18-ARCH
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-340xx-libgl 
nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:28:55
  Author: tpowa
Revision: 230368

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 230366, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 230366, nvidia/repos/testing-i686/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 230366, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 230366, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 230366, nvidia/repos/testing-x86_64/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 230366, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  112 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 +++
 extra-i686/PKGBUILD  |   56 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 -
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 -
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-01 18:28:53 UTC (rev 230367)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:55 UTC (rev 230368)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.35
-_extramodules=extramodules-3.18-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm-343.36.patch)
-md5sums=('d2b8f7f90ef5037f03f94519f9809511'
- '9ca9f07f91361362f304ca8317ddd453'
- 'ff8a5f979e4428f8c847423fb007042c')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p1 -i ../nv-drm-343.36.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 230366, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:55 UTC (rev 230368)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.35
+_extramodules=extramodules-3.18-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm-343.36.patch)
+md5sums=('d2b8f7f90ef5037f03f94519f9809511'
+ '9ca9f07f91361362f304ca8317ddd453'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:18
  Author: tpowa
Revision: 126942

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 18:29:16 UTC (rev 126941)
+++ community-i686/PKGBUILD 2015-02-01 18:29:18 UTC (rev 126942)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
-pkgrel=23
-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.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 126940, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:18 UTC (rev 126942)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.18-ARCH # Don't forget to update bbswitch.install
+pkgrel=24
+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.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-02-01 18:29:16 UTC (rev 126941)
+++ community-i686/bbswitch.install 2015-02-01 18:29:18 UTC (rev 126942)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.18-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 126940, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-02-01 18:29:18 UTC (rev 126942)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:28:35
  Author: tpowa
Revision: 230366

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 230365, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 230365, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 230365, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 230365, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 230365, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 230365, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 230365, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 230365, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 230365, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 230365, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 230365, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 230365, linux/repos/testing-x86_64/linux.preset)
Deleted:
  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/linux.install
  linux/repos/core-i686/linux.preset
  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/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  602 
 /change-default-console-loglevel.patch|   22 
 /config   |14442 
 /config.x86_64|13944 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  301 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7221 --
 core-i686/config.x86_64   | 6972 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  301 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7221 --
 core-x86_64/config.x86_64 | 6972 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 29112 insertions(+), 29112 deletions(-)

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


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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:16
  Author: tpowa
Revision: 126941

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

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

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 15:59:36 UTC (rev 126940)
+++ community-i686/PKGBUILD 2015-02-01 18:29:16 UTC (rev 126941)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=19
-_extramodules=extramodules-3.18-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix build with Linux 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 126940, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:16 UTC (rev 126941)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=20
+_extramodules=extramodules-3.18-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-02-01 15:59:36 UTC (rev 126940)
+++ 

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:28:53
  Author: tpowa
Revision: 230367

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 230366, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 230366, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 230366, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 230366, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 230366, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 230366, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

-+
 /PKGBUILD   |  114 ++
 /nv-drm.patch   |   54 +++
 /nvidia.install |   30 +++
 extra-i686/PKGBUILD |   57 -
 extra-i686/nv-drm.patch |   27 -
 extra-i686/nvidia.install   |   15 -
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/nv-drm.patch   |   27 -
 extra-x86_64/nvidia.install |   15 -
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-01 18:28:35 UTC (rev 230366)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:53 UTC (rev 230367)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.18-ARCH
-pkgrel=7
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-source+=('nv-drm.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031')
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i $srcdir/nv-drm.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 230366, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 18:28:53 UTC (rev 230367)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.18-ARCH
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+conflicts=('nvidia')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 19:29:27
  Author: tpowa
Revision: 126945

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

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 126940, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 126940, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 126940, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 126940, 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 2015-02-01 18:29:25 UTC (rev 126944)
+++ community-i686/PKGBUILD 2015-02-01 18:29:27 UTC (rev 126945)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=60
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.18' 'linux3.19')
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-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 126940, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 18:29:27 UTC (rev 126945)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=61
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.18' 'linux3.19')
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( 

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 20:50:19
  Author: tpowa
Revision: 230371

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

Added:
  refind-efi/repos/testing-i686/
  refind-efi/repos/testing-i686/PKGBUILD
(from rev 230370, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-i686/refind-efi.install
(from rev 230370, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-i686/refind_linux.conf
(from rev 230370, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/testing-x86_64/
  refind-efi/repos/testing-x86_64/PKGBUILD
(from rev 230370, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-x86_64/refind-efi.install
(from rev 230370, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-x86_64/refind_linux.conf
(from rev 230370, refind-efi/trunk/refind_linux.conf)

---+
 testing-i686/PKGBUILD |  378 
 testing-i686/refind-efi.install   |   32 +++
 testing-i686/refind_linux.conf|5 
 testing-x86_64/PKGBUILD   |  378 
 testing-x86_64/refind-efi.install |   32 +++
 testing-x86_64/refind_linux.conf  |5 
 6 files changed, 830 insertions(+)

Copied: refind-efi/repos/testing-i686/PKGBUILD (from rev 230370, 
refind-efi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-01 19:50:19 UTC (rev 230371)
@@ -0,0 +1,378 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+_USE_GNU_EFI=1
+
+###
+[[ ${CARCH} == x86_64 ]]  _TIANO_ARCH=X64
+[[ ${CARCH} == i686 ]]  _TIANO_ARCH=IA32
+
+[[ ${CARCH} == x86_64 ]]  _TIANO_S_ARCH=x64
+[[ ${CARCH} == i686 ]]  _TIANO_S_ARCH=ia32
+###
+
+pkgname=refind-efi
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager
+url=http://www.rodsbooks.com/refind/index.html;
+arch=('x86_64' 'i686')
+license=('GPL3' 'custom')
+
+depends=('bash' 'dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems'
+'imagemagick: For refind-mkfont script')
+
+options=('!strip' 'docs' '!makeflags')
+
+install=${pkgname}.install
+
+source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
+'refind_linux.conf')
+md5sums=('932cfc7b5275b2ecebb362864044ea24'
+ '12ce3e22a216e7b25c253478a34713b4')
+
+
+if [[ ${_USE_GNU_EFI} == 1 ]]; then
+   
+   pkgdesc=${pkgdesc} - Built with GNU-EFI libs
+   makedepends=('gnu-efi-libs' 'git')
+   
+else
+   
+   pkgdesc=${pkgdesc} - Built with Tianocore UDK libs
+   makedepends+=('subversion' 'python2' 'git')
+   
+   
_TIANOCORE_SVN_URL=https://svn.code.sf.net/p/edk2/code/branches/UDK2014;
+   _TIANO_DIR_=tianocore-udk-2014-svn
+   _TIANO_SVN_REV_=15322
+   
+   _TIANOCORE_PKG=Mde
+   _TIANOCORE_TARGET=RELEASE
+   _UDK_TARGET=${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc
+   _COMPILER=GCC48
+   
+   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   
source+=(${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_})
+   done
+   
+fi
+
+
+_setup_tianocore_env_vars() {
+   
+   msg Setup UDK PATH ENV variables
+   export _UDK_DIR=${srcdir}/${_TIANO_DIR_}_build
+   export EDK_TOOLS_PATH=${_UDK_DIR}/BaseTools
+   
+}
+
+_prepare_tianocore_sources() {
+   
+   msg Delete old UDK BUILD dir
+   rm -rf ${_UDK_DIR}/ || true
+   
+   msg Create UDK BUILD dir
+   mkdir -p ${_UDK_DIR}/
+   
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   mv ${srcdir}/${_TIANO_DIR_}_${_DIR_} ${_UDK_DIR}/${_DIR_}
+   done
+   
+   cd ${_UDK_DIR}/
+   
+   msg Cleanup UDK config files
+   rm -rf ${_UDK_DIR}/Build/ || true
+   rm -rf ${_UDK_DIR}/Conf/ || true
+   mkdir -p ${_UDK_DIR}/Conf/
+   mkdir -p ${_UDK_DIR}/Build/
+   
+   msg Use python2 for UDK BaseTools
+   sed 's|python |python2 |g' -i 
${EDK_TOOLS_PATH}/BinWrappers/PosixLike/* || true
+   sed 's|python |python2 |g' -i ${EDK_TOOLS_PATH}/Tests/GNUmakefile
+   
+   msg Fix GCC Warning as error
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile || true
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   
+   msg Fix GenFw: ERROR 3000: Invalid, bad symbol definition
+   ## 

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

2015-02-01 Thread Tobias Powalowski
Date: Sunday, February 1, 2015 @ 20:50:02
  Author: tpowa
Revision: 230370

upgpkg: refind-efi 0.8.4-1

bump to latest version, enable network support on x86_64

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 18:28:57 UTC (rev 230369)
+++ PKGBUILD2015-02-01 19:50:02 UTC (rev 230370)
@@ -13,7 +13,7 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager
 url=http://www.rodsbooks.com/refind/index.html;
@@ -30,8 +30,7 @@
 
 source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
 'refind_linux.conf')
-
-md5sums=('ed0a6048e135e7140ee37540819454fa'
+md5sums=('932cfc7b5275b2ecebb362864044ea24'
  '12ce3e22a216e7b25c253478a34713b4')
 
 
@@ -38,12 +37,12 @@
 if [[ ${_USE_GNU_EFI} == 1 ]]; then

pkgdesc=${pkgdesc} - Built with GNU-EFI libs
-   makedepends=('gnu-efi-libs')
+   makedepends=('gnu-efi-libs' 'git')

 else

pkgdesc=${pkgdesc} - Built with Tianocore UDK libs
-   makedepends+=('subversion' 'python2')
+   makedepends+=('subversion' 'python2' 'git')


_TIANOCORE_SVN_URL=https://svn.code.sf.net/p/edk2/code/branches/UDK2014;
_TIANO_DIR_=tianocore-udk-2014-svn
@@ -295,7 +294,19 @@
# make xfs
# echo
fi
-   
+if [[ ${CARCH} == x86_64 ]];then
+cd ${srcdir}/refind-${pkgver}/net
+msg Unset all compiler FLAGS
+unset CFLAGS
+unset CPPFLAGS
+unset CXXFLAGS
+unset LDFLAGS
+unset MAKEFLAGS
+
+msg Compile Network support
+make source
+make netboot
+fi
 }
 
 package() {
@@ -311,7 +322,10 @@
msg Install UEFI applications built from rEFInd
install -d ${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}
install -D -m0644 
${srcdir}/refind-${pkgver}/gptsync/gptsync_${_TIANO_S_ARCH}.efi 
${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/gptsync_${_TIANO_S_ARCH}.efi
-   
+if [[ ${CARCH} == x86_64 ]]; then
+install -D -m0644 ${srcdir}/refind-${pkgver}/net/bin/ipxe.efi 
${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/ipxe_${_TIANO_S_ARCH}.efi
+install -D -m0644 
${srcdir}/refind-${pkgver}/net/bin/ipxe_discovery.efi 
${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/ipxe_discovery_${_TIANO_S_ARCH}.efi
+fi
msg Install rEFInd helper scripts
install -d ${pkgdir}/usr/bin/
install -D -m0755 ${srcdir}/refind-${pkgver}/install.sh 
${pkgdir}/usr/bin/refind-install


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2015-02-01 Thread Anatol Pomozov
Date: Monday, February 2, 2015 @ 02:18:23
  Author: anatolik
Revision: 126948

FS#43629 compile gcc twice, one is normal variant another nano (no exceptions 
support in libstdc)

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 18:29:32 UTC (rev 126947)
+++ PKGBUILD2015-02-02 01:18:23 UTC (rev 126948)
@@ -7,7 +7,7 @@
 _islver=0.12.2
 _cloogver=0.18.1
 pkgrel=4
-_snapshot=4.9-20141224
+_snapshot=4.9-20150128
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -21,7 +21,7 @@
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('c4038e28fb85496c8b7840b4882d5a6c19b3fe67231a3091de0ca9a90c401f56'
+sha256sums=('a6f8617b0cc3403ecc442476583ca8904f7008f31ef9862ebc02c6de5f0afcc9'
 'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
 '02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
 '95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')
@@ -46,14 +46,10 @@
 
   patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
 
-  mkdir $srcdir/gcc-build
+  mkdir $srcdir/build-{gcc,gcc-nano}
 }
 
-build() {
-  cd gcc-build
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+_build_gcc() {
   $srcdir/$_basedir/configure \
 --target=$_target \
 --prefix=/usr \
@@ -94,16 +90,40 @@
   make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
 }
 
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
+  _build_gcc
+}
+
 package() {
-  cd gcc-build
-
+  cd $srcdir/build-gcc
   make DESTDIR=$pkgdir install -j1
 
+  cd $srcdir/build-gcc-nano
+  make DESTDIR=$pkgdir.nano install -j1
+  # we need only libstdc nano files
+  multilibs=( $($pkgdir/usr/bin/$_target-gcc -print-multi-lib 2/dev/null) )
+  for multilib in ${multilibs[@]}; do
+dir=${multilib%%;*}
+from_dir=$pkgdir.nano/usr/$_target/lib/$dir
+to_dir=$pkgdir/usr/$_target/lib/$dir
+cp -f $from_dir/libstdc++.a $to_dir/libstdc++_nano.a
+cp -f $from_dir/libsupc++.a $to_dir/libsupc++_nano.a
+  done
+
   # strip target binaries
-  find $pkgdir/usr/lib/gcc/$_target/ $pkgdir/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
+  find $pkgdir/usr/lib/gcc/$_target/$pkgver $pkgdir/usr/$_target/lib -type 
f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R 
.note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
 
   # strip host binaries
-  find $pkgdir/usr/bin/ $pkgdir/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
+  find $pkgdir/usr/bin/ $pkgdir/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
 
   # Remove files that conflict with host gcc package
   rm -r $pkgdir/usr/share/man/man7


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

2015-02-01 Thread Tobias Powalowski
Date: Monday, February 2, 2015 @ 08:44:07
  Author: tpowa
Revision: 230373

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 230372, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 230372, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 230372, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 230372, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-i686/splash-arch.bmp
(from rev 230372, gummiboot/trunk/splash-arch.bmp)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 230372, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 230372, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 230372, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 230372, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/splash-arch.bmp
(from rev 230372, gummiboot/trunk/splash-arch.bmp)

--+
 testing-i686/PKGBUILD|   50 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 +
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   50 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 +
 testing-x86_64/loader.conf   |2 +
 8 files changed, 144 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 230372, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-02 07:44:07 UTC (rev 230373)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=48
+pkgrel=1
+pkgdesc=Simple UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=(git://anongit.freedesktop.org/$pkgname#tag=$pkgver
+'loader.conf'
+'arch.conf'
+'splash-arch.bmp')
+install=gummiboot.install
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15'
+ '1e2f9a8b0fa32022bf0a8f39123e5f4e')
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   ## ship an Arch Linux boot splash (still has to be dropped in manually 
to take effect)
+   install -D -m0644 ${srcdir}/splash-arch.bmp 
${pkgdir}/usr/lib/gummiboot/splash-arch.bmp
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 230372, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2015-02-02 07:44:07 UTC (rev 230373)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 230372, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2015-02-02 07:44:07 UTC (rev 230373)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 230372, 

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

2015-02-01 Thread Tobias Powalowski
Date: Monday, February 2, 2015 @ 08:43:51
  Author: tpowa
Revision: 230372

upgpkg: gummiboot 48-1

bump to latest version

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 19:50:19 UTC (rev 230371)
+++ PKGBUILD2015-02-02 07:43:51 UTC (rev 230372)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=45
+pkgver=48
 pkgrel=1
 pkgdesc=Simple UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;


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

2015-02-01 Thread Maxime Gauduin
Date: Monday, February 2, 2015 @ 08:53:47
  Author: alucryd
Revision: 126953

upgpkg: lib32-wayland 1.6.1-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 07:19:42 UTC (rev 126952)
+++ PKGBUILD2015-02-02 07:53:47 UTC (rev 126953)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=lib32-wayland
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
+sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
 
 build() {
   cd wayland-${pkgver}
@@ -22,8 +22,11 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure --prefix='/usr' --libdir='/usr/lib32' \
-  --disable-{documentation,static}
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
   make
 }
 


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

2015-02-01 Thread Maxime Gauduin
Date: Monday, February 2, 2015 @ 08:55:04
  Author: alucryd
Revision: 126954

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 07:53:47 UTC (rev 126953)
+++ PKGBUILD2015-02-02 07:55:04 UTC (rev 126954)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer sеblu@аrchlіnux․org
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=lib32-wayland
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-libffi' 'lib32-expat' 'wayland')
-source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
-sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
-
-build() {
-  cd wayland-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' \
-  --disable-{documentation,static}
-  make
-}
-
-package() {
-  cd wayland-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s wayland ${pkgdir}/usr/share/licenses/lib32-wayland
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 126953, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 07:55:04 UTC (rev 126954)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer sеblu@аrchlіnux․org
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=lib32-wayland
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-libffi' 'lib32-expat' 'wayland')
+source=(http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz;)
+sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
+
+build() {
+  cd wayland-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
+  make
+}
+
+package() {
+  cd wayland-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s wayland ${pkgdir}/usr/share/licenses/lib32-wayland
+}
+
+# vim: ts=2 sw=2 et:


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

2015-02-01 Thread Bartłomiej Piotrowski
Date: Monday, February 2, 2015 @ 08:19:42
  Author: bpiotrowski
Revision: 126952

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

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 126951, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-1.0-shared-ffmpeg.patch
(from rev 126951, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 126951, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 126951, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 126951, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-1.0-shared-ffmpeg.patch
(from rev 126951, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 126951, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 126951, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-0.9.9.1-ffmpeg2.2.patch
  ppsspp/repos/community-i686/ppsspp-0.9.9.1-shared-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-0.9.9.1-ffmpeg2.2.patch
  ppsspp/repos/community-x86_64/ppsspp-0.9.9.1-shared-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

-+
 /PKGBUILD   |  114 +++
 /ppsspp.desktop |   20 ++
 /ppsspp.install |   22 ++
 community-i686/PKGBUILD |   58 -
 community-i686/ppsspp-0.9.9.1-ffmpeg2.2.patch   |   12 -
 community-i686/ppsspp-0.9.9.1-shared-ffmpeg.patch   |  176 -
 community-i686/ppsspp-1.0-shared-ffmpeg.patch   |  180 ++
 community-i686/ppsspp.desktop   |   10 -
 community-i686/ppsspp.install   |   11 -
 community-x86_64/PKGBUILD   |   58 -
 community-x86_64/ppsspp-0.9.9.1-ffmpeg2.2.patch |   12 -
 community-x86_64/ppsspp-0.9.9.1-shared-ffmpeg.patch |  176 -
 community-x86_64/ppsspp-1.0-shared-ffmpeg.patch |  180 ++
 community-x86_64/ppsspp.desktop |   10 -
 community-x86_64/ppsspp.install |   11 -
 15 files changed, 516 insertions(+), 534 deletions(-)

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


[arch-commits] Commit in ppsspp/trunk (4 files)

2015-02-01 Thread Bartłomiej Piotrowski
Date: Monday, February 2, 2015 @ 08:19:33
  Author: bpiotrowski
Revision: 126951

upgpkg: ppsspp 1.0-1

new upstream release

Added:
  ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch
(from rev 126950, ppsspp/trunk/ppsspp-0.9.9.1-shared-ffmpeg.patch)
Modified:
  ppsspp/trunk/PKGBUILD
Deleted:
  ppsspp/trunk/ppsspp-0.9.9.1-ffmpeg2.2.patch
  ppsspp/trunk/ppsspp-0.9.9.1-shared-ffmpeg.patch

+
 PKGBUILD   |   27 ++---
 ppsspp-0.9.9.1-ffmpeg2.2.patch |   12 --
 ppsspp-0.9.9.1-shared-ffmpeg.patch |  176 --
 ppsspp-1.0-shared-ffmpeg.patch |  180 +++
 4 files changed, 193 insertions(+), 202 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 06:46:49 UTC (rev 126950)
+++ PKGBUILD2015-02-02 07:19:33 UTC (rev 126951)
@@ -2,28 +2,28 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=ppsspp
-pkgver=0.9.9.1
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
+depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
 makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
 install=ppsspp.install
 source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=2ba8e36
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=fdc4558
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
-ppsspp-0.9.9.1-shared-ffmpeg.patch
-ppsspp-0.9.9.1-ffmpeg2.2.patch
+git://github.com/hrydgard/native.git#commit=5becb9a
+lang::git://github.com/hrydgard/ppsspp-lang.git#commit=f5812ba
+ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
+git://github.com/Kingcom/armips#commit=a0b878f
+ppsspp-1.0-shared-ffmpeg.patch
 ppsspp.desktop)
 md5sums=('SKIP'
  'SKIP'
  'SKIP'
  'SKIP'
- 'dbdc26c7ec8d008c7d5240cf06a61016'
- '1634b48a6f594ad95402d80729dfcbec'
+ 'SKIP'
+ '0b6265a0ba7c8b7066adbed210a5a5bb'
  'b70b8b3913079468db3469abeacaa9f6')
 
 prepare() {
@@ -31,13 +31,12 @@
   cd $pkgname
 
   git submodule init
-  for submodule in native lang ffmpeg; do
-git config submodule.${submodule}.url $srcdir/$submodule
+  for submodule in native lang ffmpeg ext/armips; do
+git config submodule.${submodule}.url $srcdir/${submodule#*/}
 git submodule update $submodule
   done
 
-  patch -p1 -i ../ppsspp-0.9.9.1-shared-ffmpeg.patch
-  patch -p1 -i ../ppsspp-0.9.9.1-ffmpeg2.2.patch
+  patch -p1 -i ../ppsspp-1.0-shared-ffmpeg.patch
 }
 
 build() {

Deleted: ppsspp-0.9.9.1-ffmpeg2.2.patch
===
--- ppsspp-0.9.9.1-ffmpeg2.2.patch  2015-02-02 06:46:49 UTC (rev 126950)
+++ ppsspp-0.9.9.1-ffmpeg2.2.patch  2015-02-02 07:19:33 UTC (rev 126951)
@@ -1,12 +0,0 @@
-diff -urN ppsspp-0.9.9.1/Core/HW/SimpleAudioDec.cpp 
ppsspp-0.9.9.1-patched/Core/HW/SimpleAudioDec.cpp
 ppsspp-0.9.9.1/Core/HW/SimpleAudioDec.cpp  2014-08-19 07:35:25.0 
+1100
-+++ ppsspp-0.9.9.1-patched/Core/HW/SimpleAudioDec.cpp  2014-11-02 
20:37:58.0 +1000
-@@ -94,6 +94,8 @@
-   }
-   codecCtx_-channels = channels_;
-   codecCtx_-channel_layout = channels_ == 2 ? AV_CH_LAYOUT_STEREO : 
AV_CH_LAYOUT_MONO;
-+  if (!codecCtx_-block_align)
-+  codecCtx_-block_align = sample_rate_;
-   codecCtx_-sample_rate = sample_rate_;
-   OpenCodec();
- #endif  // USE_FFMPEG

Deleted: ppsspp-0.9.9.1-shared-ffmpeg.patch
===
--- ppsspp-0.9.9.1-shared-ffmpeg.patch  2015-02-02 06:46:49 UTC (rev 126950)
+++ ppsspp-0.9.9.1-shared-ffmpeg.patch  2015-02-02 07:19:33 UTC (rev 126951)
@@ -1,176 +0,0 @@
-diff -urN ppsspp-0.9.9/CMakeLists.txt ppsspp-0.9.9-patched/CMakeLists.txt
 ppsspp-0.9.9/CMakeLists.txt2014-07-23 01:14:59.0 +1100
-+++ ppsspp-0.9.9-patched/CMakeLists.txt2014-07-23 18:38:20.695717128 
+1100
-@@ -374,138 +374,19 @@
-   native/ext/stb_vorbis/stb_vorbis.h)
- include_directories(native/ext/stb_vorbis)
- 
--if(USE_FFMPEG AND NOT DEFINED FFMPEG_BUILDDIR)
--  if(ANDROID)
--  if(ARMV7)
--  set(PLATFORM_ARCH android/armv7)
--  elseif(ARM)
--  set(PLATFORM_ARCH android/arm)
--  elseif(X86)
--  set(PLATFORM_ARCH android/x86)
--  endif()
--  elseif(BLACKBERRY)
--  set(PLATFORM_ARCH blackberry/armv7)
--  elseif(IOS)
--  set(PLATFORM_ARCH ios/universal)
--  elseif(MACOSX)
--  

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

2015-02-01 Thread Lukas Fleischer
Date: Monday, February 2, 2015 @ 07:46:37
  Author: lfleischer
Revision: 126949

upgpkg: libasr 1.0.1-1

Upstream update.

Modified:
  libasr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 01:18:23 UTC (rev 126948)
+++ PKGBUILD2015-02-02 06:46:37 UTC (rev 126949)
@@ -2,7 +2,7 @@
 # Contributor: Hugo Osvaldo Barrera h...@barrera.io
 
 pkgname=libasr
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='A free, simple and portable asynchronous resolver library.'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libevent' 'openssl')
 provides=('libasr')
 source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;)
-sha256sums=('fcb1d47981916a1a3cfcb971e8d0d34db2209026e029c84854e51719cac1922f')
+sha256sums=('262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-02-01 Thread Lukas Fleischer
Date: Monday, February 2, 2015 @ 07:46:49
  Author: lfleischer
Revision: 126950

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 06:46:37 UTC (rev 126949)
+++ community-i686/PKGBUILD 2015-02-02 06:46:49 UTC (rev 126950)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Hugo Osvaldo Barrera h...@barrera.io
-
-pkgname=libasr
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A free, simple and portable asynchronous resolver library.'
-arch=('i686' 'x86_64')
-url=http://www.opensmtpd.org/;
-license=('BSD')
-depends=('libevent' 'openssl')
-provides=('libasr')
-source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;)
-sha256sums=('fcb1d47981916a1a3cfcb971e8d0d34db2209026e029c84854e51719cac1922f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
-}
- 

Copied: libasr/repos/community-i686/PKGBUILD (from rev 126949, 
libasr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 06:46:49 UTC (rev 126950)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgname=libasr
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A free, simple and portable asynchronous resolver library.'
+arch=('i686' 'x86_64')
+url=http://www.opensmtpd.org/;
+license=('BSD')
+depends=('libevent' 'openssl')
+provides=('libasr')
+source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;)
+sha256sums=('262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
+}
+ 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 06:46:37 UTC (rev 126949)
+++ community-x86_64/PKGBUILD   2015-02-02 06:46:49 UTC (rev 126950)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Hugo Osvaldo Barrera h...@barrera.io
-
-pkgname=libasr
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A free, simple and portable asynchronous resolver library.'
-arch=('i686' 'x86_64')
-url=http://www.opensmtpd.org/;
-license=('BSD')
-depends=('libevent' 'openssl')
-provides=('libasr')
-source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;)
-sha256sums=('fcb1d47981916a1a3cfcb971e8d0d34db2209026e029c84854e51719cac1922f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
-}
- 

Copied: libasr/repos/community-x86_64/PKGBUILD (from rev 126949, 
libasr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-02 06:46:49 UTC (rev 126950)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgname=libasr
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A free, simple and portable asynchronous resolver library.'
+arch=('i686' 'x86_64')
+url=http://www.opensmtpd.org/;
+license=('BSD')
+depends=('libevent' 'openssl')
+provides=('libasr')
+source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;)
+sha256sums=('262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 LICENCE