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

2016-10-22 Thread Tobias Powalowski
Date: Sunday, October 23, 2016 @ 06:09:00
  Author: tpowa
Revision: 279163

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-10-23 06:08:59 UTC (rev 279162)
+++ core-i686/PKGBUILD  2016-10-23 06:09:00 UTC (rev 279163)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=27
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efivar";
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 279162, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-10-23 06:09:00 UTC (rev 279163)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=28
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efivar";
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}

Deleted: core-x86_64/PKGBUILD
===

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

2016-10-22 Thread Tobias Powalowski
Date: Sunday, October 23, 2016 @ 06:08:59
  Author: tpowa
Revision: 279162

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 279161, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 279161, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 279161, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 279161, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  106 +++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   53 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   53 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-10-23 06:08:38 UTC (rev 279161)
+++ core-i686/PKGBUILD  2016-10-23 06:08:59 UTC (rev 279162)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=13
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr";
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver}";)
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b";)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 279161, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-10-23 06:08:59 UTC (rev 279162)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=14
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr";
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver}";)
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b";)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Deleted: core-i686/efibootmgr-

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

2016-10-22 Thread Tobias Powalowski
Date: Sunday, October 23, 2016 @ 06:08:38
  Author: tpowa
Revision: 279161

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 279160, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 279160, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 279160, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 279160, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 279160, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 279160, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 279160, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 279160, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 279160, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 279160, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 279160, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 279160, 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 |  604 
 /change-default-console-loglevel.patch|   22 
 /config   |16414 
 /config.x86_64|15914 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  302 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 8207 --
 core-i686/config.x86_64   | 7957 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  302 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 8207 --
 core-x86_64/config.x86_64 | 7957 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 33056 insertions(+), 33056 deletions(-)

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


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:40:19
  Author: kkeen
Revision: 193027

fix local path

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:38:59 UTC (rev 193026)
+++ PKGBUILD2016-10-23 05:40:19 UTC (rev 193027)
@@ -11,7 +11,7 @@
 depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
  'python-pygments' 'python-prompt_toolkit')
 makedepends=('python-setuptools')
-source=("https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz";)
 md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
 
 build() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:38:59
  Author: kkeen
Revision: 193026

fix local path

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:37:22 UTC (rev 193025)
+++ PKGBUILD2016-10-23 05:38:59 UTC (rev 193026)
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz";)
+source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz";)
 md5sums=('ea6aaf431b100452905aaca208edac72')
 
 # jupyter -> python-jupyter_client  (add once dep cycle is resolved)


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:37:22
  Author: kkeen
Revision: 193025

fix local path

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:35:44 UTC (rev 193024)
+++ PKGBUILD2016-10-23 05:37:22 UTC (rev 193025)
@@ -15,7 +15,7 @@
  'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
  'python2-jupyter_core')
 
-source=("https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
 md5sums=('a0bd6fe6ba7c504fbc962a88a2a56a90')
 
 prepare() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:35:44
  Author: kkeen
Revision: 193024

fix local path

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:32:09 UTC (rev 193023)
+++ PKGBUILD2016-10-23 05:35:44 UTC (rev 193024)
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
-source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
 md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
 
 build() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:32:09
  Author: kkeen
Revision: 193023

fix local path

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:29:37 UTC (rev 193022)
+++ PKGBUILD2016-10-23 05:32:09 UTC (rev 193023)
@@ -13,7 +13,7 @@
  'python-traitlets' 'python-pygments' 'python-pyzmq'
  'qt5-svg' 'python-pyqt5' 'python-sip')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
 md5sums=('97a3e29cd69bc0270411b313c907c173')
 
 prepare() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:29:37
  Author: kkeen
Revision: 193022

fix local path

Modified:
  python-jupyter_core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:27:27 UTC (rev 193021)
+++ PKGBUILD2016-10-23 05:29:37 UTC (rev 193022)
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python-traitlets')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz";)
 md5sums=('25c1fc68b1b73c0a2e616c76f02bf061')
 
 prepare() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:27:27
  Author: kkeen
Revision: 193021

fix local path

Modified:
  python-ipywidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 05:24:47 UTC (rev 193020)
+++ PKGBUILD2016-10-23 05:27:27 UTC (rev 193021)
@@ -14,7 +14,7 @@
 # ipywidgets 5.2.X may be a joke, based on speed of releases
 # and it seems to be because it doesn't do npm correctly
 
-source=("https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz";)
 md5sums=('099e9b76c52839dc33604aad7a2f1a42')
 
 build() {


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

2016-10-22 Thread Kyle Keen
Date: Sunday, October 23, 2016 @ 05:24:47
  Author: kkeen
Revision: 193020

fix local name

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-23 04:44:16 UTC (rev 193019)
+++ PKGBUILD2016-10-23 05:24:47 UTC (rev 193020)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
-source=("https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
 md5sums=('826b4fc4ec42553b20144f53b57b4e7b')
 
 build() {


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

2016-10-22 Thread Felix Yan
Date: Sunday, October 23, 2016 @ 04:30:25
  Author: felixonmars
Revision: 193017

upgpkg: lib32-nvidia-utils 375.10-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:50:57 UTC (rev 193016)
+++ PKGBUILD2016-10-23 04:30:25 UTC (rev 193017)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=370.28
+pkgver=375.10
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('7d3e1c691cd53852f422a93169268178')
+md5sums=('8414d40bd101272ce082e204a7d032b2')
 
 create_links() {
 # create soname links


[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2016-10-22 Thread Felix Yan
Date: Sunday, October 23, 2016 @ 04:30:43
  Author: felixonmars
Revision: 193018

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 193017, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
193017, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-10-23 04:30:43 UTC (rev 193018)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=375.10
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('8414d40bd101272ce082e204a7d032b2')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
+depends=('lib32-nvidia-utils' 'nvidia-libgl')
+replaces=('lib32-nvidia-utils<=313.26-1')
+conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib32"
+ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
+ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
+
+ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
+ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+cd "${_pkg}"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
+
+# OpenGL libraries
+install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"

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

2016-10-22 Thread Antonio Rojas
Date: Sunday, October 23, 2016 @ 00:02:53
  Author: arojas
Revision: 279157

Unique name for tarball

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:56:39 UTC (rev 279156)
+++ PKGBUILD2016-10-23 00:02:53 UTC (rev 279157)
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(dbus-glib libxml2 sqlite)
 makedepends=(python-gobject docbook-xsl gtk-doc)
-source=("https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
 md5sums=('af872137184b38e39db415d67a32a510')
 
 build() {


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:56:39
  Author: heftig
Revision: 279156

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

Added:
  gcr/repos/testing-i686/
  gcr/repos/testing-i686/10-gcr.conf
(from rev 279155, gcr/trunk/10-gcr.conf)
  gcr/repos/testing-i686/PKGBUILD
(from rev 279155, gcr/trunk/PKGBUILD)
  gcr/repos/testing-x86_64/
  gcr/repos/testing-x86_64/10-gcr.conf
(from rev 279155, gcr/trunk/10-gcr.conf)
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 279155, gcr/trunk/PKGBUILD)

+
 testing-i686/10-gcr.conf   |3 ++
 testing-i686/PKGBUILD  |   58 +++
 testing-x86_64/10-gcr.conf |3 ++
 testing-x86_64/PKGBUILD|   58 +++
 4 files changed, 122 insertions(+)

Copied: gcr/repos/testing-i686/10-gcr.conf (from rev 279155, 
gcr/trunk/10-gcr.conf)
===
--- testing-i686/10-gcr.conf(rev 0)
+++ testing-i686/10-gcr.conf2016-10-22 23:56:39 UTC (rev 279156)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/testing-i686/PKGBUILD (from rev 279155, gcr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-22 23:56:39 UTC (rev 279156)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.20.0+11+g8322f27
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt gnome-common 
git)
+_commit=8322f271bd921278b2dd2692a7f2acdd452b1115  # gnome-3-20
+source=("git://git.gnome.org/gcr#commit=$_commit"
+10-gcr.conf)
+sha256sums=('SKIP'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--enable-gtk-doc \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-x86_64/10-gcr.conf (from rev 279155, 
gcr/trunk/10-gcr.conf)
===
--- testing-x86_64/10-gcr.conf  (rev 0)
+++ testing-x86_64/10-gcr.conf  2016-10-22 23:56:39 UTC (rev 279156)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/testing-x86_64/PKGBUILD (from rev 279155, gcr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 23:56:39 UTC (rev 279156)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.20.0+11+g8322f27
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt gnome-common 
git)
+_commit=8322f271bd921278b2dd2692a7f2acdd452b1115  # gnome-3-20
+source=("git://git.gnome.org/gcr#commit=$_commit"
+10-gcr.conf)
+sha256sums=('SKIP'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--enable-gtk-doc \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf "$p

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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:56:13
  Author: heftig
Revision: 279155

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

Added:
  gtk3/repos/testing-i686/
  
gtk3/repos/testing-i686/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
(from rev 279154, 
gtk3/trunk/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch)
  gtk3/repos/testing-i686/PKGBUILD
(from rev 279154, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook
(from rev 279154, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.hook
(from rev 279154, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.script
(from rev 279154, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-i686/gtk3.install
(from rev 279154, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 279154, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/
  
gtk3/repos/testing-x86_64/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
(from rev 279154, 
gtk3/trunk/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 279154, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
(from rev 279154, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
(from rev 279154, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
(from rev 279154, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 279154, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 279154, gtk3/trunk/settings.ini)

+
 testing-i686/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch   
|   83 +++
 testing-i686/PKGBUILD  
|  104 ++
 testing-i686/gtk-query-immodules-3.0.hook  
|   11 +
 testing-i686/gtk-update-icon-cache.hook
|   13 +
 testing-i686/gtk-update-icon-cache.script  
|   10 
 testing-i686/gtk3.install  
|3 
 testing-i686/settings.ini  
|4 
 testing-x86_64/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch 
|   83 +++
 testing-x86_64/PKGBUILD
|  104 ++
 testing-x86_64/gtk-query-immodules-3.0.hook
|   11 +
 testing-x86_64/gtk-update-icon-cache.hook  
|   13 +
 testing-x86_64/gtk-update-icon-cache.script
|   10 
 testing-x86_64/gtk3.install
|3 
 testing-x86_64/settings.ini
|4 
 14 files changed, 456 insertions(+)

Copied: 
gtk3/repos/testing-i686/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
 (from rev 279154, 
gtk3/trunk/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch)
===
--- 
testing-i686/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
(rev 0)
+++ 
testing-i686/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
2016-10-22 23:56:13 UTC (rev 279155)
@@ -0,0 +1,83 @@
+From 0d945f06faee49788191e3e28f797f72959b3583 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 10 Oct 2016 16:34:28 +0200
+Subject: [PATCH] gdkscreen-x11: Fix screen and monitor size calculation
+
+The monitors are already in scaled pixels, so scaling again when retrieving
+the screen size is wrong.
+
+With GDK_SCALE unset, the initial monitor sizes are unscaled, and when the
+xsettings client sets a scale > 1, the monitor sizes should be updated.
+
+The end result is that the monitor sizes start out wrong, and get
+corrected on the first xrandr event, while the screen size starts out
+right and becomes wrong after the event.
+
+This patch fixes Firefox misplacing menus and popovers when the xrandr
+configuration changes while it is running.
+
+Fix for the X11 side of
+
+https://bugzilla.gnome.org/show_bug.cgi?id=772202
+---
+ gdk/x11/gdkscreen-x11.c | 16 
+ 1 file changed, 4 insertions(+), 12 deletions(-)
+
+diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
+index 7738a47adfed1484..28a43a69bedbe955 100644
+--- a/gdk/x11/gdkscreen-x11.c
 b/gdk/x11/gdkscreen-x11.c
+@@ -49,6 +49,7 @@
+ static void gdk_x11_screen_dispose (GObject 
*object);
+ static void 

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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:55:30
  Author: heftig
Revision: 279154

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

Added:
  libcryptui/repos/testing-i686/
  libcryptui/repos/testing-i686/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/testing-x86_64/
  libcryptui/repos/testing-x86_64/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libcryptui/repos/testing-i686/PKGBUILD (from rev 279153, 
libcryptui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libcryptui/repos/testing-x86_64/PKGBUILD (from rev 279153, 
libcryptui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:55:05
  Author: heftig
Revision: 279153

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

Added:
  mutter/repos/testing-i686/
  mutter/repos/testing-i686/PKGBUILD
(from rev 279152, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 279152, mutter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 279152, 
mutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-22 23:55:05 UTC (rev 279153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.22.1+41+ge8fc090
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=e8fc09064afd8b1d50ff401140c412db558a2d62  # gnome-3-22
+source=("git://git.gnome.org/mutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 279152, 
mutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 23:55:05 UTC (rev 279153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.22.1+41+ge8fc090
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=e8fc09064afd8b1d50ff401140c412db558a2d62  # gnome-3-22
+source=("git://git.gnome.org/mutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:51:41
  Author: heftig
Revision: 279152

3.22.1+67+gffb1ac5-1

Modified:
  gtk3/trunk/0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
  gtk3/trunk/PKGBUILD

-+
 0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch |   10 
+-
 PKGBUILD|8 
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: 0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
===
--- 0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch 
2016-10-22 23:51:03 UTC (rev 279151)
+++ 0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch 
2016-10-22 23:51:41 UTC (rev 279152)
@@ -1,4 +1,4 @@
-From b4f90beaa96bb7ecf3e144f6d60b9fa9f3e9f582 Mon Sep 17 00:00:00 2001
+From 0d945f06faee49788191e3e28f797f72959b3583 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 10 Oct 2016 16:34:28 +0200
 Subject: [PATCH] gdkscreen-x11: Fix screen and monitor size calculation
@@ -24,7 +24,7 @@
  1 file changed, 4 insertions(+), 12 deletions(-)
 
 diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
-index 450872d99df56b79..1852a7dea2ad18e4 100644
+index 7738a47adfed1484..28a43a69bedbe955 100644
 --- a/gdk/x11/gdkscreen-x11.c
 +++ b/gdk/x11/gdkscreen-x11.c
 @@ -49,6 +49,7 @@
@@ -36,7 +36,7 @@
  enum
  {
 @@ -82,13 +83,13 @@ gdk_x11_screen_get_display (GdkScreen *screen)
- static gint
+ gint
  gdk_x11_screen_get_width (GdkScreen *screen)
  {
 -  return GDK_X11_SCREEN (screen)->width / GDK_X11_SCREEN 
(screen)->window_scale;
@@ -43,7 +43,7 @@
 +  return GDK_X11_SCREEN (screen)->width;
  }
  
- static gint
+ gint
  gdk_x11_screen_get_height (GdkScreen *screen)
  {
 -  return GDK_X11_SCREEN (screen)->height / GDK_X11_SCREEN 
(screen)->window_scale;
@@ -79,5 +79,5 @@
  
  /*
 -- 
-2.10.0
+2.10.1
 

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:51:03 UTC (rev 279151)
+++ PKGBUILD2016-10-22 23:51:41 UTC (rev 279152)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.1+8+ge11df6c
-pkgrel=2
+pkgver=3.22.1+67+gffb1ac5
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/";
@@ -14,7 +14,7 @@
  adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups)
 license=(LGPL)
-_commit=e11df6cca0c400f964d815bbe575cf04cc178a7c  # gtk-3-22
+_commit=ffb1ac56a8ae8b0261b9007115faed6206d4b06b  # gtk-3-22
 source=("git://git.gnome.org/gtk+#commit=$_commit"
 0001-gdkscreen-x11-Fix-screen-and-monitor-size-calculatio.patch
 settings.ini
@@ -22,7 +22,7 @@
 gtk-update-icon-cache.hook
 gtk-update-icon-cache.script)
 sha256sums=('SKIP'
-'209fbfaa4b83daf5c249a1cb1a6762d607f6d63034e80e2324f2fb3586a4f348'
+'f722a70cb1affac8bd054a43b726f57aba21d664144fcaf6d58f18e5bef78189'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'


[arch-commits] Commit in singular/trunk (revert-86ce458e.patch)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 23:50:57
  Author: arojas
Revision: 193016

Add patch

Added:
  singular/trunk/revert-86ce458e.patch

---+
 revert-86ce458e.patch |   71 
 1 file changed, 71 insertions(+)

Added: revert-86ce458e.patch
===
--- revert-86ce458e.patch   (rev 0)
+++ revert-86ce458e.patch   2016-10-22 23:50:57 UTC (rev 193016)
@@ -0,0 +1,71 @@
+From 86ce458e1269a1d57e682c12b9154dd1f1459354 Mon Sep 17 00:00:00 2001
+From: Hans Schoenemann 
+Date: Mon, 5 Sep 2016 19:19:40 +0200
+Subject: [PATCH] change: iiExprArith*Intern do not clean args (iiExprArith*
+ does iti for them)
+
+---
+ Singular/iparith.cc | 15 ---
+ 1 file changed, 15 deletions(-)
+
+diff --git a/Singular/iparith.cc b/Singular/iparith.cc
+index 3d43296..5919313 100644
+--- a/Singular/iparith.cc
 b/Singular/iparith.cc
+@@ -7959,8 +7959,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, 
int op, leftv b,
+ {
+   break;// leave loop, goto error handling
+ }
+-a->CleanUp();
+-b->CleanUp();
+ //Print("op: %d,result typ:%d\n",op,res->rtyp);
+ return FALSE;
+   }
+@@ -8016,8 +8014,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, 
int op, leftv b,
+   bn->CleanUp();
+   omFreeBin((ADDRESS)an, sleftv_bin);
+   omFreeBin((ADDRESS)bn, sleftv_bin);
+-  a->CleanUp();
+-  b->CleanUp();
+   return FALSE;
+ }
+   }
+@@ -8078,8 +8074,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, 
int op, leftv b,
+ }
+ res->rtyp = UNKNOWN;
+   }
+-  a->CleanUp();
+-  b->CleanUp();
+   return TRUE;
+ }
+ BOOLEAN iiExprArith2Tab(leftv res, leftv a, int op,
+@@ -8374,9 +8368,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, 
leftv a, leftv b, leftv
+ {
+   break;// leave loop, goto error handling
+ }
+-a->CleanUp();
+-b->CleanUp();
+-c->CleanUp();
+ return FALSE;
+   }
+   i++;
+@@ -8429,9 +8420,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, 
leftv a, leftv b, leftv
+ omFreeBin((ADDRESS)an, sleftv_bin);
+ omFreeBin((ADDRESS)bn, sleftv_bin);
+ omFreeBin((ADDRESS)cn, sleftv_bin);
+-a->CleanUp();
+-b->CleanUp();
+-c->CleanUp();
+ //Print("op: %d,result typ:%d\n",op,res->rtyp);
+ return FALSE;
+   }
+@@ -8491,9 +8479,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, 
leftv a, leftv b, leftv
+ }
+ res->rtyp = UNKNOWN;
+   }
+-  a->CleanUp();
+-  b->CleanUp();
+-  c->CleanUp();
+ //Print("op: %d,result typ:%d\n",op,res->rtyp);
+   return TRUE;
+ }


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:51:03
  Author: heftig
Revision: 279151

3.20.0+11+g8322f27-1

Modified:
  gcr/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 21 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:50:57 UTC (rev 279150)
+++ PKGBUILD2016-10-22 23:51:03 UTC (rev 279151)
@@ -1,30 +1,38 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=gcr
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.20.0+11+g8322f27
+pkgrel=1
 pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr";
 arch=(i686 x86_64)
-url="https://git.gnome.org/browse/gcr";
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libgcrypt' 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
-options=('!makeflags')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt gnome-common 
git)
+_commit=8322f271bd921278b2dd2692a7f2acdd452b1115  # gnome-3-20
+source=("git://git.gnome.org/gcr#commit=$_commit"
 10-gcr.conf)
-sha256sums=('90572c626d8a708225560c42b4421f7941315247fa1679d4ef569bde7f4bb379'
+sha256sums=('SKIP'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
   mkdir path
   ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   ./configure --prefix=/usr \
 --libexec=/usr/lib/gcr \
+--enable-gtk-doc \
 --disable-static \
 --disable-update-mime \
 --disable-schemas-compile
@@ -33,12 +41,12 @@
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   # gcr wants to lock some memory to prevent swapping out private keys


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:50:57
  Author: heftig
Revision: 279150

3.12.2+24+gd5e5bc5-1

Modified:
  libcryptui/trunk/PKGBUILD
Deleted:
  libcryptui/trunk/gnupg.patch

-+
 PKGBUILD|   35 +++
 gnupg.patch |   25 -
 2 files changed, 19 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:44:32 UTC (rev 279149)
+++ PKGBUILD2016-10-22 23:50:57 UTC (rev 279150)
@@ -3,33 +3,36 @@
 # Contributor: Balló György 
 
 pkgname=libcryptui
-pkgver=3.12.2
-pkgrel=2
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
 url="https://git.gnome.org/browse/libcryptui";
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
-makedepends=('intltool' 'gobject-introspection' 'gnome-common')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-gnupg.patch)
-sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866'
-'468e8d7730c50e6ba8da7a3deb948ab1244fb06fbce9acd2c983a93beb2b0f38')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../gnupg.patch
-  autoreconf -fvi
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-static --disable-schemas-compile --enable-gtk-doc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }

Deleted: gnupg.patch
===
--- gnupg.patch 2016-10-22 23:44:32 UTC (rev 279149)
+++ gnupg.patch 2016-10-22 23:50:57 UTC (rev 279150)
@@ -1,25 +0,0 @@
-From 183d7619c29482a5d4ae8019692899f87f198171 Mon Sep 17 00:00:00 2001
-From: Antoine Jacoutot 
-Date: Sat, 17 Oct 2015 08:52:35 +0200
-Subject: Allow building with gnupg 2.1.
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 406b9f3..b621b23 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
-   DO_CHECK=$enableval, DO_CHECK=yes)
- 
- if test   "$DO_CHECK" = "yes"; then
--  accepted_versions="1.2 1.4 2.0"
-+  accepted_versions="1.2 1.4 2.0 2.1"
-   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
-   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
-   ok="no"
--- 
-cgit v0.12
-


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:44:32
  Author: heftig
Revision: 279149

3.22.1+41+ge8fc090-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 21:24:53 UTC (rev 279148)
+++ PKGBUILD2016-10-22 23:44:32 UTC (rev 279149)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.22.1+32+g3287711
+pkgver=3.22.1+41+ge8fc090
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter";
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=32877118c3d24ca4a7bfbcfaff2ff49c0d0ff5b5  # gnome-3-22
+_commit=e8fc09064afd8b1d50ff401140c412db558a2d62  # gnome-3-22
 source=("git://git.gnome.org/mutter#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 21:24:53
  Author: heftig
Revision: 279148

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 279147, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279147, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 279147, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 279147, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 279147, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 279147, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 279147, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279147, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 279147, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 279147, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 279147, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 279147, linux-zen/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  312 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8254 +
 testing-i686/config.x86_64   | 8004 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  312 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8254 +
 testing-x86_64/config.x86_64 | 8004 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33264 insertions(+)

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


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 21:04:19
  Author: heftig
Revision: 279147

4.8.4-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 19:40:21 UTC (rev 279146)
+++ PKGBUILD2016-10-22 21:04:19 UTC (rev 279147)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-_zenpatch=zen-4.8.3-51c248fb17a385481d27f1a93712b88c8a1704e5.diff
-pkgver=4.8.3
+_zenpatch=zen-4.8.4-c02b9c5c9fdebf1ed062a445ef101cf62d08cf5b.diff
+pkgver=4.8.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -29,9 +29,9 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'1482dd7bda0a3a82abcde20f24576a57287c462e8e732fe688ed37daf42468cb'
+'86e246b19253ee3aa971403a5990376a5e33667122f7c8742cc0ee807f204403'
 'SKIP'
-'b20a8302f93c57c217dd2cd75e3bbe119c12b54ddb210cba677906241ac2fe6c'
+'f8877960852afb28bea1e9476246b714b02229d4739790c366236e2ad48ab43b'
 'SKIP'
 '3b764e486dfb961518a3b514fbc35b78a67df3abed83173e752aced212a16c82'
 '0a1194e0e5cdf73f4340fc73385f010fe4eb43125e9e6c45304bb91ff41e6278'


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

2016-10-22 Thread Laurent Carlier
Date: Saturday, October 22, 2016 @ 20:03:20
  Author: lcarlier
Revision: 193014

upgpkg: lib32-glib2 2.50.1-2

update dependency from lib32-elfutils to lib32-libelf

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 19:57:49 UTC (rev 193013)
+++ PKGBUILD2016-10-22 20:03:20 UTC (rev 193014)
@@ -6,12 +6,12 @@
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
 pkgver=2.50.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
 url="http://www.gtk.org/";
 arch=('x86_64')
 license=('LGPL')
-depends=(lib32-dbus lib32-libffi lib32-pcre lib32-util-linux lib32-elfutils 
"$_pkgbasename")
+depends=(lib32-dbus lib32-libffi lib32-pcre lib32-util-linux lib32-libelf 
"$_pkgbasename")
 makedepends=('gcc-multilib' 'python' 'git')
 _commit=e44ea516afeb41d22cebf968b3ea5d9543856df2 # tags/2.50.1^0
 #options=('!docs')


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

2016-10-22 Thread Laurent Carlier
Date: Saturday, October 22, 2016 @ 20:03:25
  Author: lcarlier
Revision: 193015

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD
(from rev 193014, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-x86_64/gio-querymodules-32.hook
(from rev 193014, lib32-glib2/trunk/gio-querymodules-32.hook)
  lib32-glib2/repos/multilib-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 193014, lib32-glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  lib32-glib2/repos/multilib-x86_64/PKGBUILD
  lib32-glib2/repos/multilib-x86_64/gio-querymodules-32.hook
  lib32-glib2/repos/multilib-x86_64/revert-warn-glib-compile-schemas.patch

+
 PKGBUILD   |  126 +++
 gio-querymodules-32.hook   |   22 ++---
 revert-warn-glib-compile-schemas.patch |   66 
 3 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-22 20:03:20 UTC (rev 193014)
+++ PKGBUILD2016-10-22 20:03:25 UTC (rev 193015)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=glib2
-pkgname=lib32-$_pkgbasename
-pkgver=2.50.1
-pkgrel=1
-pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
-url="http://www.gtk.org/";
-arch=('x86_64')
-license=('LGPL')
-depends=(lib32-dbus lib32-libffi lib32-pcre lib32-util-linux lib32-elfutils 
"$_pkgbasename")
-makedepends=('gcc-multilib' 'python' 'git')
-_commit=e44ea516afeb41d22cebf968b3ea5d9543856df2 # tags/2.50.1^0
-#options=('!docs')
-source=("git://git.gnome.org/glib#commit=$_commit"
-gio-querymodules-32.hook
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('SKIP'
-'e36da43ac0f705860646d4aecf66f82030bb0926814b5d4ec4e3284f24fecc36'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-pkgver() {
-  cd glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glib
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd glib
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libdir=/usr/lib32 --with-pcre=system --disable-fam
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd glib
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
-
-  cd "${pkgdir}"/usr/bin
-  mv gio-querymodules gio-querymodules-32
-  rm -f gdbus glib* gobject-query gsettings gtester*
-  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
-  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules-32 -delete
-
-  # install hook
-  install -d "$pkgdir/usr/share/libalpm/hooks/"
-  install -m644 "$srcdir"/gio-querymodules-32.hook \
-"$pkgdir/usr/share/libalpm/hooks/"
-}

Copied: lib32-glib2/repos/multilib-x86_64/PKGBUILD (from rev 193014, 
lib32-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-22 20:03:25 UTC (rev 193015)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.50.1
+pkgrel=2
+pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)"
+url="http://www.gtk.org/";
+arch=('x86_64')
+license=('LGPL')
+depends=(lib32-dbus lib32-libffi lib32-pcre lib32-util-linux lib32-libelf 
"$_pkgbasename")
+makedepends=('gcc-multilib' 'python' 'git')
+_commit=e44ea516afeb41d22cebf968b3ea5d9543856df2 # tags/2.50.1^0
+#options=('!docs')
+source=("git://git.gnome.org/glib#commit=$_commit"
+gio-querymodules-32.hook
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('SKIP'
+'e36da43ac0f705860646d4aecf66f82030bb0926814b5d4ec4e3284f24fecc36'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd glib
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libdir=/usr/lib32 --with-pcre=system --disable-fam
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd glib
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{share,include}}
+
+  cd "${pkgdir}"/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf "$pkgdir"/usr/lib32/gdbus-2.0
+  find "$pkgdir/usr/bin" -type f -not -nam

[arch-commits] Commit in (lib32-elfutils)

2016-10-22 Thread Laurent Carlier
Date: Saturday, October 22, 2016 @ 19:57:31
  Author: lcarlier
Revision: 193012

replaced by lib32-libelf

Deleted:
  lib32-elfutils/


[arch-commits] Commit in (lib32-libdbus)

2016-10-22 Thread Laurent Carlier
Date: Saturday, October 22, 2016 @ 19:57:49
  Author: lcarlier
Revision: 193013

replaced by lib32-dbus

Deleted:
  lib32-libdbus/


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 19:40:21
  Author: heftig
Revision: 279146

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 279145, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 279145, nspr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 279145, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-22 19:40:21 UTC (rev 279146)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.13.1
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ec6660257d41267a0e6ee25812e9012cb9ddd274')
+sha256sums=('5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 279145, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 19:40:21 UTC (rev 279146)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.13.1
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ec6660257d41267a0e6ee25812e9012cb9ddd274')
+sha256sums=('5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 19:35:43
  Author: heftig
Revision: 279144

4.13.1-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 17:57:58 UTC (rev 279143)
+++ PKGBUILD2016-10-22 19:35:43 UTC (rev 279144)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.13
+pkgver=4.13.1
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c9274bb5cc33a388a7e8cd9b378873c59190f74b')
-sha256sums=('19c4bb3fa6d24800ffa65d7d806c54ad5f8c3758a5c11352ad43212ab181')
+sha1sums=('ec6660257d41267a0e6ee25812e9012cb9ddd274')
+sha256sums=('5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (libfplll)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 18:33:59
  Author: arojas
Revision: 193007

Replaced by fplll

Deleted:
  libfplll/


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

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 18:28:58
  Author: arojas
Revision: 192986

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

Added:
  singular/repos/community-testing-i686/PKGBUILD
(from rev 192985, singular/trunk/PKGBUILD)
  singular/repos/community-testing-x86_64/PKGBUILD
(from rev 192985, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-testing-i686/PKGBUILD
  singular/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-testing-i686/PKGBUILD   |   42 ---
 community-testing-x86_64/PKGBUILD |   42 ---
 3 files changed, 96 insertions(+), 84 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-10-22 18:27:34 UTC (rev 192985)
+++ community-testing-i686/PKGBUILD 2016-10-22 18:28:58 UTC (rev 192986)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=2
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/";
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
-  cd singular-${_majver//-/.}
-# Fix build with NTL 10
-  patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-# move singular.hlp to the path expected by SageMath
-  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}

Copied: singular/repos/community-testing-i686/PKGBUILD (from rev 192985, 
singular/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-22 18:28:58 UTC (rev 192986)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=3
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/";
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";
 revert-86ce458e.patch)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65'
+ 'cc5eaa95cf24e5e295917f9ec96dea5e')
+
+prepare() {
+  cd singular-${_majver//-/.}
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
+# Revert commit that breaks Sage
+  patch -Rlp1 -i ../revert-86ce458e.patch
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+  chmod 755 "$pkgdir"/usr/share/singular/html
+  chmod 644 "$pkgdir"/usr/share/singular/html/*
+  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
+# move singular.hlp to the path expected by SageMath
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-10-22 18:27:34 UTC (rev 192985)
+++ community-testing-x86_64/PKGBUILD   2016-10-22 18:28:58 UTC (rev 192986)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=2
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/";
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch

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

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 18:27:34
  Author: arojas
Revision: 192985

Revert a commit that causes segfaults in Sage

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 16:21:56 UTC (rev 192984)
+++ PKGBUILD2016-10-22 18:27:34 UTC (rev 192985)
@@ -6,7 +6,7 @@
 _majver=4-0-3
 _patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=2
+pkgrel=3
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/";
@@ -15,14 +15,17 @@
 makedepends=(doxygen python2)
 optdepends=('python2: Python interface')
 
source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";
 revert-86ce458e.patch)
 md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
+ '3dce1e6533a1b4686f9730e0b534df65'
+ 'cc5eaa95cf24e5e295917f9ec96dea5e')
 
 prepare() {
   cd singular-${_majver//-/.}
 # Fix build with NTL 10
   patch -p1 -i ../singular-ntl10.patch
+# Revert commit that breaks Sage
+  patch -Rlp1 -i ../revert-86ce458e.patch
 }
 
 build() {
@@ -37,6 +40,9 @@
 
 # fix permissions
   chown -R root:root "$pkgdir"/usr/share
+  chmod 755 "$pkgdir"/usr/share/singular/html
+  chmod 644 "$pkgdir"/usr/share/singular/html/*
+  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
 # move singular.hlp to the path expected by SageMath
   install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
 }


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

2016-10-22 Thread Tobias Powalowski
Date: Saturday, October 22, 2016 @ 17:57:58
  Author: tpowa
Revision: 279143

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

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

--+
 testing-i686/PKGBUILD|  302 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8207 +
 testing-i686/config.x86_64   | 7957 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  302 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8207 +
 testing-x86_64/config.x86_64 | 7957 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33056 insertions(+)

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


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

2016-10-22 Thread Tobias Powalowski
Date: Saturday, October 22, 2016 @ 17:57:39
  Author: tpowa
Revision: 279142

upgpkg: linux 4.8.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 16:10:29 UTC (rev 279141)
+++ PKGBUILD2016-10-22 17:57:39 UTC (rev 279142)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -25,7 +25,7 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'1482dd7bda0a3a82abcde20f24576a57287c462e8e732fe688ed37daf42468cb'
+'86e246b19253ee3aa971403a5990376a5e33667122f7c8742cc0ee807f204403'
 'SKIP'
 '2ac8818414beb7dbacbd3ad450c516e6ada804827132a7132f63b8189e5f5151'
 '93a4ad4f6c7bb9296fddec436ed7477a5a5c11cf4d6e68482fa6610442cbcb1f'


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

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 16:21:56
  Author: arojas
Revision: 192984

No need to do this twice

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 16:16:06 UTC (rev 192983)
+++ PKGBUILD2016-10-22 16:21:56 UTC (rev 192984)
@@ -91,10 +91,6 @@
 
 # Remove unneeded files
   find html -name '*.py' -exec rm -r {} \;
-
-# fix thebe.js link
-  rm "$pkgdir"/usr/share/doc/sage/common/themes/sage/static/thebe.js
-  ln -s /usr/share/thebe/thebe.js 
"$pkgdir"/usr/share/doc/sage/common/themes/sage/static/thebe.js
 }
 
 package_sagemath-src() {


[arch-commits] Commit in min/repos (5 files)

2016-10-22 Thread Nicola Squartini
Date: Saturday, October 22, 2016 @ 16:16:06
  Author: tensor5
Revision: 192983

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/
  min/repos/community-any/PKGBUILD
(from rev 192982, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 192982, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 192982, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 192982, min/trunk/min.js)

-+
 PKGBUILD|   72 ++
 icon.patch  |   12 +
 min.desktop |9 +++
 min.js  |   29 +++
 4 files changed, 122 insertions(+)

Copied: min/repos/community-any/PKGBUILD (from rev 192982, min/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-22 16:16:06 UTC (rev 192983)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz";
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('00735435e2d42eafcb07688d80da25b5f0d967e9a98053cef82e2d5f9e05929c'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
+mv icons/icon256.png \
+"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+# Clean up
+rm "${pkgdir}"${appdir}/dist/{build,webview}.js
+rm -r "${pkgdir}"${appdir}/icons
+rm -r "${pkgdir}"${appdir}/main
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+-i {} \; \
+-or -name ".*" -prune -exec rm -r '{}' \; \
+-or -name "Gruntfile.js" -exec rm '{}' \; \
+-or -name "Makefile" -exec rm '{}' \; \
+-or -name "bower.json" -exec rm '{}' \; \
+-or -name "cmd.js" -exec rm '{}' \; \
+-or -name "coffee" -prune -exec rm -r '{}' \; \
+-or -name "example" -prune -exec rm -r '{}' \; \
+-or -name "gulpfile.js" -exec rm '{}' \; \
+-or -name "test" -prune -exec rm -r '{}' \; \
+-or -name "tests" -prune -exec rm -r '{}' \;
+}

Copied: min/repos/community-any/icon.patch (from rev 192982, 
min/trunk/icon.patch)
===
--- community-any/icon.patch(rev 0)
+++ community-any/icon.patch2016-10-22 16:16:06 UTC (rev 192983)
@@ -0,0 +1,12 @@
+--- a/main/main.js
 b/main/main.js
+@@ -78,8 +78,7 @@
+ y: bounds.y,
+ minWidth: 320,
+ minHeight: 500,
+-titleBarStyle: 'hidden-inset',
+-icon: __dirname + '/icons/icon256.png'
++titleBarStyle: 'hidden-inset'
+   })
+ 
+   // and load the index.html of the app.

Copied: min/repos/community-any/min.desktop (from rev 192982, 
min/trunk/min.desktop)
===
--- community-any/min.desktop   (rev 0)
+++ community-any/min.desktop   2016-10-22 16:16:06 UTC (rev 192983)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Min
+GenericName=Web Browser
+Comment=A smarter, faster web browser
+Icon=min
+Exec=min
+Categories=GTK;Network;WebBrowser;
+StartupNotify=true

Copied: min/repos/community-any/min.js (from rev 192982, min/trunk/min.js)
===
--- community-any/min.js(rev 0)
+++ community-any/min.js2016-10-22 16:16:06 UTC (rev 192983)
@@ -0,0 +1,29 @@
+#!/usr/bin/electron
+
+const name = 'min';
+
+const {app} = require('electron');
+const fs = require('fs');
+const path = require('path');
+
+// Change command name.
+const fd = fs.openSyn

[arch-commits] Commit in sagemath/repos (52 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 16:15:08
  Author: arojas
Revision: 192982

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

Added:
  sagemath/repos/community-testing-i686/PKGBUILD
(from rev 192980, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-i686/cython-sys-path.patch
(from rev 192980, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-testing-i686/disable-fes.patch
(from rev 192980, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-i686/ecm-7.patch
(from rev 192980, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-testing-i686/env.patch
(from rev 192981, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-i686/increase-rtol.patch
(from rev 192981, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-testing-i686/is-package-installed.patch
(from rev 192981, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-testing-i686/jupyter-path.patch
(from rev 192981, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-i686/package.patch
(from rev 192981, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-i686/python-2.7.11.patch
(from rev 192981, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-i686/sagemath-singular4.patch
(from rev 192981, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-testing-i686/skip-check.patch
(from rev 192981, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-i686/test-optional.patch
(from rev 192981, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 192981, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/cython-sys-path.patch
(from rev 192981, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-testing-x86_64/disable-fes.patch
(from rev 192981, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-testing-x86_64/ecm-7.patch
(from rev 192981, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-testing-x86_64/env.patch
(from rev 192981, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-x86_64/increase-rtol.patch
(from rev 192981, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-testing-x86_64/is-package-installed.patch
(from rev 192981, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
(from rev 192981, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 192981, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/python-2.7.11.patch
(from rev 192981, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-testing-x86_64/sagemath-singular4.patch
(from rev 192981, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-testing-x86_64/skip-check.patch
(from rev 192981, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 192981, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-testing-i686/PKGBUILD
  sagemath/repos/community-testing-i686/cython-sys-path.patch
  sagemath/repos/community-testing-i686/disable-fes.patch
  sagemath/repos/community-testing-i686/ecm-7.patch
  sagemath/repos/community-testing-i686/env.patch
  sagemath/repos/community-testing-i686/increase-rtol.patch
  sagemath/repos/community-testing-i686/is-package-installed.patch
  sagemath/repos/community-testing-i686/jupyter-path.patch
  sagemath/repos/community-testing-i686/package.patch
  sagemath/repos/community-testing-i686/python-2.7.11.patch
  sagemath/repos/community-testing-i686/sagemath-singular4.patch
  sagemath/repos/community-testing-i686/skip-check.patch
  sagemath/repos/community-testing-i686/test-optional.patch
  sagemath/repos/community-testing-x86_64/PKGBUILD
  sagemath/repos/community-testing-x86_64/cython-sys-path.patch
  sagemath/repos/community-testing-x86_64/disable-fes.patch
  sagemath/repos/community-testing-x86_64/ecm-7.patch
  sagemath/repos/community-testing-x86_64/env.patch
  sagemath/repos/community-testing-x86_64/increase-rtol.patch
  sagemath/repos/community-testing-x86_64/is-package-installed.patch
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
  sagemath/repos/community-testing-x86_64/package.patch
  sagemath/repos/community-testing-x86_64/python-2.7.11.patch
  sagemath/repos/community-testing-x86_64/sagemath-singular4.patch
  sagemath/repos/community-testing-x86_64/skip-check.patch
  sagemath/repos/community-testing-x86_64/test-optional.patch

-+
 /PKGBUILD   |  314 
 /cython-sys-path.patch  |   20 
 /disable-fes.patch  |   38 
 /ecm-7.patch|  158 
 /env

[arch-commits] Commit in (7 files)

2016-10-22 Thread Nicola Squartini
Date: Saturday, October 22, 2016 @ 16:14:31
  Author: tensor5
Revision: 192981

addpkg: min 1.5.0-1

Added:
  min/
  min/repos/
  min/trunk/
  min/trunk/PKGBUILD
  min/trunk/icon.patch
  min/trunk/min.desktop
  min/trunk/min.js

-+
 PKGBUILD|   72 ++
 icon.patch  |   12 +
 min.desktop |9 +++
 min.js  |   29 +++
 4 files changed, 122 insertions(+)

Added: min/trunk/PKGBUILD
===
--- min/trunk/PKGBUILD  (rev 0)
+++ min/trunk/PKGBUILD  2016-10-22 16:14:31 UTC (rev 192981)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz";
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('00735435e2d42eafcb07688d80da25b5f0d967e9a98053cef82e2d5f9e05929c'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
+mv icons/icon256.png \
+"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+# Clean up
+rm "${pkgdir}"${appdir}/dist/{build,webview}.js
+rm -r "${pkgdir}"${appdir}/icons
+rm -r "${pkgdir}"${appdir}/main
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+-i {} \; \
+-or -name ".*" -prune -exec rm -r '{}' \; \
+-or -name "Gruntfile.js" -exec rm '{}' \; \
+-or -name "Makefile" -exec rm '{}' \; \
+-or -name "bower.json" -exec rm '{}' \; \
+-or -name "cmd.js" -exec rm '{}' \; \
+-or -name "coffee" -prune -exec rm -r '{}' \; \
+-or -name "example" -prune -exec rm -r '{}' \; \
+-or -name "gulpfile.js" -exec rm '{}' \; \
+-or -name "test" -prune -exec rm -r '{}' \; \
+-or -name "tests" -prune -exec rm -r '{}' \;
+}


Property changes on: min/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: min/trunk/icon.patch
===
--- min/trunk/icon.patch(rev 0)
+++ min/trunk/icon.patch2016-10-22 16:14:31 UTC (rev 192981)
@@ -0,0 +1,12 @@
+--- a/main/main.js
 b/main/main.js
+@@ -78,8 +78,7 @@
+ y: bounds.y,
+ minWidth: 320,
+ minHeight: 500,
+-titleBarStyle: 'hidden-inset',
+-icon: __dirname + '/icons/icon256.png'
++titleBarStyle: 'hidden-inset'
+   })
+ 
+   // and load the index.html of the app.

Added: min/trunk/min.desktop
===
--- min/trunk/min.desktop   (rev 0)
+++ min/trunk/min.desktop   2016-10-22 16:14:31 UTC (rev 192981)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Min
+GenericName=Web Browser
+Comment=A smarter, faster web browser
+Icon=min
+Exec=min
+Categories=GTK;Network;WebBrowser;
+StartupNotify=true

Added: min/trunk/min.js
===
--- min/trunk/min.js(rev 0)
+++ min/trunk/min.js2016-10-22 16:14:31 UTC (rev 192981)
@@ -0,0 +1,29 @@
+#!/usr/bin/electron
+
+const name = 'min';
+
+const {app} = require('electron');
+const fs = require('fs');
+const path = require('path');
+
+// Change command name.
+const fd = fs.openSync('/proc/self/comm', fs.constants.O_WRONLY);
+fs.writeSync(fd, name);
+fs.closeSync(fd);
+
+// Remove first command line argument (/usr/bin/electron).
+process.argv.splice(0, 1);
+
+// Set application paths.
+const appPath = path.join(path.dirname(__dirname), 'lib', name);
+const packageJson = require(path.join

[arch-commits] Commit in sagemath/repos (testing-i686 testing-x86_64)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 16:14:14
  Author: arojas
Revision: 192980

Wrong repo

Deleted:
  sagemath/repos/testing-i686/
  sagemath/repos/testing-x86_64/


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

2016-10-22 Thread Andreas Radke
Date: Saturday, October 22, 2016 @ 16:10:29
  Author: andyrtr
Revision: 279141

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 279140, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 279140, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279140, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 279140, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 279140, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 279140, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 279140, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 279140, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 279140, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279140, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 279140, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 279140, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 279140, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 279140, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-10-22 Thread Andreas Radke
Date: Saturday, October 22, 2016 @ 16:10:07
  Author: andyrtr
Revision: 279140

upgpkg: linux-lts 4.4.27-1

upstream update 4.4.27, prepare for easy custom user builds

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 14:52:07 UTC (rev 279139)
+++ PKGBUILD2016-10-22 16:10:07 UTC (rev 279140)
@@ -2,8 +2,9 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
+#pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.26
+pkgver=4.4.27
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -15,13 +16,13 @@
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
-"$pkgbase.preset"
+linux-lts.preset
 change-default-console-loglevel.patch
 0001-sdhci-revert.patch)
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'100bb46956585d418a6950bc898c5abc8206c3e34adfaf7ce4f6d14598918f72'
+'578caffa00f5056a921f672c585734cd572b1e3e33227b71a54ef27873f7ea20'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'
@@ -120,7 +121,7 @@
 -i "${startdir}/${install}"
 
   # install mkinitcpio preset file for kernel
-  install -D -m644 "${srcdir}/${pkgbase}.preset" 
"${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
+  install -D -m644 "${srcdir}/linux-lts.preset" 
"${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
   sed \
 -e "1s|'linux.*'|'${pkgbase}'|" \
 -e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgbase}\"|" \


[arch-commits] Commit in sagemath-doc/repos/community-testing-any (14 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 16:03:41
  Author: arojas
Revision: 192979

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 192978, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/disable-fes.patch
(from rev 192978, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
(from rev 192978, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-testing-any/ecm-7.patch
(from rev 192978, sagemath-doc/trunk/ecm-7.patch)
  sagemath-doc/repos/community-testing-any/is-package-installed.patch
(from rev 192978, sagemath-doc/trunk/is-package-installed.patch)
  sagemath-doc/repos/community-testing-any/package.patch
(from rev 192978, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-testing-any/sagemath-singular4.patch
(from rev 192978, sagemath-doc/trunk/sagemath-singular4.patch)
Deleted:
  sagemath-doc/repos/community-testing-any/PKGBUILD
  sagemath-doc/repos/community-testing-any/disable-fes.patch
  sagemath-doc/repos/community-testing-any/docbuild_main.patch
  sagemath-doc/repos/community-testing-any/ecm-7.patch
  sagemath-doc/repos/community-testing-any/is-package-installed.patch
  sagemath-doc/repos/community-testing-any/package.patch
  sagemath-doc/repos/community-testing-any/sagemath-singular4.patch

+
 PKGBUILD   |  207 -
 disable-fes.patch  |   38 
 docbuild_main.patch|   16 
 ecm-7.patch|  158 
 is-package-installed.patch |  658 +--
 package.patch  |   80 
 sagemath-singular4.patch   | 7462 +--
 7 files changed, 4313 insertions(+), 4306 deletions(-)

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


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

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 16:02:51
  Author: arojas
Revision: 192978

Rebuild to fix missing docs

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 15:30:16 UTC (rev 192977)
+++ PKGBUILD2016-10-22 16:02:51 UTC (rev 192978)
@@ -4,11 +4,12 @@
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
 pkgver=7.4
-pkgrel=1
+pkgrel=2
 arch=(any)
 url="http://www.sagemath.org";
 license=(GPL)
-makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils ipython2-notebook python2-pkgconfig cython2 python2-sphinx)
+makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils
+ python2-jupyter_client python2-pkgconfig cython2 python2-sphinx 
thebe)
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
package.patch disable-fes.patch docbuild_main.patch 
is-package-installed.patch 
 ecm-7.patch sagemath-singular4.patch)
@@ -43,6 +44,9 @@
 
 # fix relative imports
   patch -p0 -i ../docbuild_main.patch
+# fix thebe.js link
+  rm src/doc/common/themes/sage/static/thebe.js
+  ln -s /usr/share/thebe/thebe.js src/doc/common/themes/sage/static/thebe.js
 
 # use python2
   sed -e 's|cython %s %s|cython2 %s %s|' -e 's|python setup.py|python2 
setup.py|' -i src/sage/misc/cython.py
@@ -65,7 +69,7 @@
 
 package_sagemath-doc() {
   pkgdesc="HTML documentation and inline help for SageMath"
-  depends=(sage-notebook python2-sphinx gap-doc)
+  depends=(sage-notebook python2-sphinx gap-doc thebe)
   conflicts=(sage-mathematics-doc)
   replaces=(sage-mathematics-doc)
 
@@ -87,6 +91,10 @@
 
 # Remove unneeded files
   find html -name '*.py' -exec rm -r {} \;
+
+# fix thebe.js link
+  rm "$pkgdir"/usr/share/doc/sage/common/themes/sage/static/thebe.js
+  ln -s /usr/share/thebe/thebe.js 
"$pkgdir"/usr/share/doc/sage/common/themes/sage/static/thebe.js
 }
 
 package_sagemath-src() {
@@ -96,5 +104,4 @@
   
   mkdir -p "$pkgdir"/usr/share/sage/source
   cp -r sage-$pkgver/src/{sage,sage_setup} "$pkgdir"/usr/share/sage/source
-  ln -s /usr/share/doc/sage/html "$pkgdir"/usr/share/sage/source/doc
 }


[arch-commits] Commit in atom/repos (56 files)

2016-10-22 Thread Nicola Squartini
Date: Saturday, October 22, 2016 @ 15:30:16
  Author: tensor5
Revision: 192977

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 192976, atom/trunk/PKGBUILD)
  atom/repos/community-i686/autocomplete-plus.patch
(from rev 192976, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-i686/beforeunload.patch
(from rev 192976, atom/trunk/beforeunload.patch)
  atom/repos/community-i686/deprecated-api.patch
(from rev 192976, atom/trunk/deprecated-api.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 192976, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-ime-events-handler.patch
(from rev 192976, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 192976, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-oniguruma.patch
(from rev 192976, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-i686/fix-pane-resize-handle.patch
(from rev 192976, atom/trunk/fix-pane-resize-handle.patch)
  atom/repos/community-i686/run-as-node.patch
(from rev 192976, atom/trunk/run-as-node.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 192976, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 192976, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 192976, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 192976, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/autocomplete-plus.patch
(from rev 192976, atom/trunk/autocomplete-plus.patch)
  atom/repos/community-x86_64/beforeunload.patch
(from rev 192976, atom/trunk/beforeunload.patch)
  atom/repos/community-x86_64/deprecated-api.patch
(from rev 192976, atom/trunk/deprecated-api.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 192976, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-ime-events-handler.patch
(from rev 192976, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 192976, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-oniguruma.patch
(from rev 192976, atom/trunk/fix-oniguruma.patch)
  atom/repos/community-x86_64/fix-pane-resize-handle.patch
(from rev 192976, atom/trunk/fix-pane-resize-handle.patch)
  atom/repos/community-x86_64/run-as-node.patch
(from rev 192976, atom/trunk/run-as-node.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 192976, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 192976, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 192976, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/autocomplete-plus.patch
  atom/repos/community-i686/beforeunload.patch
  atom/repos/community-i686/deprecated-api.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-ime-events-handler.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-marker-index.patch
  atom/repos/community-i686/fix-oniguruma.patch
  atom/repos/community-i686/fix-pane-resize-handle.patch
  atom/repos/community-i686/run-as-node.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/tree-view.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/autocomplete-plus.patch
  atom/repos/community-x86_64/beforeunload.patch
  atom/repos/community-x86_64/deprecated-api.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-ime-events-handler.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-marker-index.patch
  atom/repos/community-x86_64/fix-oniguruma.patch
  atom/repos/community-x86_64/fix-pane-resize-handle.patch
  atom/repos/community-x86_64/run-as-node.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/tree-view.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  262 +
 /autocomplete-plus.patch |   22 +
 /beforeunload.patch  |   28 +
 /deprecated-api.patch|   34 ++
 /fix-atom-sh.patch   |  208 +
 /fix-ime-events-handler.patch|   94 ++
 /fix-license-path.patch 

[arch-commits] Commit in atom/trunk (10 files)

2016-10-22 Thread Nicola Squartini
Date: Saturday, October 22, 2016 @ 15:29:26
  Author: tensor5
Revision: 192976

upgpkg: atom 1.11.2-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/beforeunload.patch
  atom/trunk/fix-atom-sh.patch
  atom/trunk/fix-ime-events-handler.patch
  atom/trunk/fix-license-path.patch
  atom/trunk/run-as-node.patch
  atom/trunk/use-system-apm.patch
  atom/trunk/use-system-electron.patch
Deleted:
  atom/trunk/fix-marker-index.patch
  atom/trunk/tree-view.patch

--+
 PKGBUILD |   75 +++-
 beforeunload.patch   |2 
 fix-atom-sh.patch|6 +-
 fix-ime-events-handler.patch |6 +-
 fix-license-path.patch   |6 +-
 fix-marker-index.patch   |   37 --
 run-as-node.patch|   18 +++---
 tree-view.patch  |   11 
 use-system-apm.patch |   13 
 use-system-electron.patch|  107 +++--
 10 files changed, 112 insertions(+), 169 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 14:16:33 UTC (rev 192975)
+++ PKGBUILD2016-10-22 15:29:26 UTC (rev 192976)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.10.2
-pkgrel=4
+pkgver=1.11.2
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -12,6 +12,7 @@
  'electron')
 makedepends=('git' 'npm')
 optdepends=('ctags: symbol indexing support')
+options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
 'autocomplete-plus.patch'
 'beforeunload.patch'
@@ -19,29 +20,25 @@
 'fix-atom-sh.patch'
 'fix-ime-events-handler.patch'
 'fix-license-path.patch'
-'fix-marker-index.patch'
 'fix-oniguruma.patch'
 'fix-pane-resize-handle.patch'
 'run-as-node.patch'
 'symbols-view-use-system-ctags.patch'
-'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('de47aa7d80b3e31f1c42823fec6e98a9473021c022970a8548cb36c498a7e6f8'
+sha256sums=('b7c09d03d950b0a6aca82225f072d9005d5681887e3a7c466b0504bf64d7c5cd'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
-'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
+'9c419697ed1ce272a864f1a89c91d4a2e314f88ba1dc6f1836468db6572f95b6'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
-'d3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
-'51e8f64206cdc96bddd934ffbf0a3b3509617deb9c9aad0ccb21df4b5b72dfee'
-'a606d1efbea1f68a0a9c250b1d7023315a5392fa23f220600304c7308be7ebbb'
-'2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
+'b0c94877962e98818b8c14865c35ac0d0e088838e24670264069b7417ce1b6ab'
+'25ccca2a773f6bf449691eac10fc4e78f5c2d264092c9f792177f6bd7ea32cce'
+'883b0be8b68cda5d1004e99e8c1622ca633cf3eaf5c4aad7cc25f8dcb1235350'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
 '41aaa35b638e29d28b5d92077b7b242725046cc11d4c51d3eca589eaed977ec5'
-'991626ab07c90643e14039a1367769761262ddbc108a66193c08fe146b0222e9'
+'b17d546406362572d94b5aee6cc66d9a55fd3967fc256d54f5070cc6ff415554'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
-'109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
-'0c9a815a3e6f13134cd648af67e1de3b9c24297b731d5815967a08256ec54f58'
-'1ee2fac6dd1f1ffb82b312a716fc96d8a838a16a727894ab3240979a5773fb0d')
+'8ad15829dd52df15eb2a963f96b5f1869950c6e90ed8dfeac2a3202d8389d4a2'
+'c246a7ee41a2b0f9334b6130abf58587fc70a85f5a24922e2e4083c213e6468a')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -51,9 +48,6 @@
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
 
-  # apm with system (updated) nodejs cannot 'require' modules inside asar
-  sed -e "s/, 'generate-asar'//" -i build/Gruntfile.coffee
-
   # Fix for Electron 1.2.0
   patch -Np1 -i "${srcdir}"/beforeunload.patch
   patch -Np1 -i "${srcdir}"/run-as-node.patch
@@ -84,47 +78,17 @@
   cd node_modules/autocomplete-plus
   patch -Np1 -i "${srcdir}"/autocomplete-plus.patch
   cd ../..
-  cd node_modules/tree-view
-  patch -Np1 -i "${srcdir}"/tree-view.patch
-  cd ../..
 
   # Fix for Electron 1.3
   _node_gyp="node-gyp rebuild --target=$(https://atom.io/download/atom-shell";
-  cd node_modules/marker-index
-  patch -Np1 -i "${srcdir}"/fix-marker-index.patch
-  ${_node_gyp}
-  cd ../oniguruma
+  cd node_modules/oniguruma
   patch -Np1 -i "${srcdir}"/fix-oniguruma.patch
   ${_node_gyp}
   cd ../../
 
-  _packagesToDedupe=('ab

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

2016-10-22 Thread Felix Yan
Date: Saturday, October 22, 2016 @ 14:52:07
  Author: felixonmars
Revision: 279139

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

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

---+
 staging-i686/PKGBUILD |   56 
 staging-i686/nvidia-lts.install   |   15 +
 staging-x86_64/PKGBUILD   |   56 
 staging-x86_64/nvidia-lts.install |   15 +
 4 files changed, 142 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 279138, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-22 14:52:07 UTC (rev 279139)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=375.10
+_extramodules=extramodules-4.4-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.21' 
'linux-lts-headers>=4.4.21')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums_i686=('b68af4b00a98f9f22ae2a41fdde7d823d22a7b3587b80860b206b96b6121adec203b81c258ee5ba3e20dfd0ba60337f95de268d96d417cc0b39a2822b7021017')
+sha512sums_x86_64=('6da1fdeac302e50c88ab1c5086c0bbf7466a34c647df3cc838d067f1ec87e851e5f10477279a9efef03ea820677ccd77ba893a83e531a00a7e0016cc83c45966')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.4.13' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 279138, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2016-10-22 14:52:07 UTC (rev 279139)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 279138, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-10-22 14:52:07 UTC (rev 279139)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=375.10
+_extramodules=extramodules-4.4-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+u

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

2016-10-22 Thread Felix Yan
Date: Saturday, October 22, 2016 @ 14:51:40
  Author: felixonmars
Revision: 279138

upgpkg: nvidia-lts 375.10-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 07:53:33 UTC (rev 279137)
+++ PKGBUILD2016-10-22 14:51:40 UTC (rev 279138)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=370.28
+pkgver=375.10
 _extramodules=extramodules-4.4-lts
-pkgrel=2
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('7d3e1c691cd53852f422a93169268178')
-md5sums_x86_64=('3bcd9a132e50a17b846869f1c57b9c75')
+sha512sums_i686=('b68af4b00a98f9f22ae2a41fdde7d823d22a7b3587b80860b206b96b6121adec203b81c258ee5ba3e20dfd0ba60337f95de268d96d417cc0b39a2822b7021017')
+sha512sums_x86_64=('6da1fdeac302e50c88ab1c5086c0bbf7466a34c647df3cc838d067f1ec87e851e5f10477279a9efef03ea820677ccd77ba893a83e531a00a7e0016cc83c45966')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 14:16:33
  Author: arojas
Revision: 192975

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

Added:
  sagemath/repos/testing-i686/
  sagemath/repos/testing-i686/PKGBUILD
(from rev 192974, sagemath/trunk/PKGBUILD)
  sagemath/repos/testing-i686/cython-sys-path.patch
(from rev 192974, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/testing-i686/disable-fes.patch
(from rev 192974, sagemath/trunk/disable-fes.patch)
  sagemath/repos/testing-i686/ecm-7.patch
(from rev 192974, sagemath/trunk/ecm-7.patch)
  sagemath/repos/testing-i686/env.patch
(from rev 192974, sagemath/trunk/env.patch)
  sagemath/repos/testing-i686/increase-rtol.patch
(from rev 192974, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/testing-i686/is-package-installed.patch
(from rev 192974, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/testing-i686/jupyter-path.patch
(from rev 192974, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/testing-i686/package.patch
(from rev 192974, sagemath/trunk/package.patch)
  sagemath/repos/testing-i686/python-2.7.11.patch
(from rev 192974, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/testing-i686/sagemath-singular4.patch
(from rev 192974, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/testing-i686/skip-check.patch
(from rev 192974, sagemath/trunk/skip-check.patch)
  sagemath/repos/testing-i686/test-optional.patch
(from rev 192974, sagemath/trunk/test-optional.patch)
  sagemath/repos/testing-x86_64/
  sagemath/repos/testing-x86_64/PKGBUILD
(from rev 192974, sagemath/trunk/PKGBUILD)
  sagemath/repos/testing-x86_64/cython-sys-path.patch
(from rev 192974, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/testing-x86_64/disable-fes.patch
(from rev 192974, sagemath/trunk/disable-fes.patch)
  sagemath/repos/testing-x86_64/ecm-7.patch
(from rev 192974, sagemath/trunk/ecm-7.patch)
  sagemath/repos/testing-x86_64/env.patch
(from rev 192974, sagemath/trunk/env.patch)
  sagemath/repos/testing-x86_64/increase-rtol.patch
(from rev 192974, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/testing-x86_64/is-package-installed.patch
(from rev 192974, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/testing-x86_64/jupyter-path.patch
(from rev 192974, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/testing-x86_64/package.patch
(from rev 192974, sagemath/trunk/package.patch)
  sagemath/repos/testing-x86_64/python-2.7.11.patch
(from rev 192974, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/testing-x86_64/sagemath-singular4.patch
(from rev 192974, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/testing-x86_64/skip-check.patch
(from rev 192974, sagemath/trunk/skip-check.patch)
  sagemath/repos/testing-x86_64/test-optional.patch
(from rev 192974, sagemath/trunk/test-optional.patch)

---+
 testing-i686/PKGBUILD |  157 +
 testing-i686/cython-sys-path.patch|   10 
 testing-i686/disable-fes.patch|   19 
 testing-i686/ecm-7.patch  |   79 
 testing-i686/env.patch|   93 
 testing-i686/increase-rtol.patch  |   37 
 testing-i686/is-package-installed.patch   |  329 ++
 testing-i686/jupyter-path.patch   |   22 
 testing-i686/package.patch|   40 
 testing-i686/python-2.7.11.patch  |   11 
 testing-i686/sagemath-singular4.patch | 3731 
 testing-i686/skip-check.patch |   22 
 testing-i686/test-optional.patch  |   25 
 testing-x86_64/PKGBUILD   |  157 +
 testing-x86_64/cython-sys-path.patch  |   10 
 testing-x86_64/disable-fes.patch  |   19 
 testing-x86_64/ecm-7.patch|   79 
 testing-x86_64/env.patch  |   93 
 testing-x86_64/increase-rtol.patch|   37 
 testing-x86_64/is-package-installed.patch |  329 ++
 testing-x86_64/jupyter-path.patch |   22 
 testing-x86_64/package.patch  |   40 
 testing-x86_64/python-2.7.11.patch|   11 
 testing-x86_64/sagemath-singular4.patch   | 3731 
 testing-x86_64/skip-check.patch   |   22 
 testing-x86_64/test-optional.patch|   25 
 26 files changed, 9150 insertions(+)

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


[arch-commits] Commit in sagemath/trunk (PKGBUILD env.patch test-optional.patch)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 14:14:48
  Author: arojas
Revision: 192974

Fix dependencies and conflicts, update patches

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/env.patch
  sagemath/trunk/test-optional.patch

-+
 PKGBUILD|   27 +++
 env.patch   |   20 +++-
 test-optional.patch |   36 +---
 3 files changed, 59 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 14:12:38 UTC (rev 192973)
+++ PKGBUILD2016-10-22 14:14:48 UTC (rev 192974)
@@ -10,13 +10,13 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org";
 license=(GPL)
-depends=(ipython2 cysignals ppl palp brial singular cliquer maxima-ecl gfan 
sympow tachyon python2-rpy2 nauty # fpylll
-  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow libgap flintqs lcalc lrcalc arb
+depends=(ipython2 cysignals ppl palp brial singular cliquer maxima-ecl gfan 
sympow tachyon python2-rpy2 nauty fpylll
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
@@ -30,14 +30,11 @@
   'libhomfly: for computing the homfly polynomial of links' 'libbraiding: for 
computing in braid groups')
 makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc libhomfly libbraiding
   mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib 
python2-pkgconfig meataxe) # libfes
-conflicts=(sage-mathematics)
-replaces=(sage-mathematics)
-provides=(sage-mathematics)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
 env.patch skip-check.patch cython-sys-path.patch 
is-package-installed.patch package.patch disable-fes.patch
 jupyter-path.patch test-optional.patch python-2.7.11.patch ecm-7.patch 
increase-rtol.patch sagemath-singular4.patch)
 md5sums=('8311ee35a309dbc668b5148795211254'
- 'b902f9e21dd13c2c9efea4803f003501'
+ '784ba3fca83f24ed0bbf62e01fa4e967'
  '6cafcb381437d4751fd55b25d5090987'
  'a1bcdd3fe620dbae60ed8b0e98b2ece7'
  '5dca842e4440e4ef235ae18c1b1f20e3'
@@ -44,7 +41,7 @@
  '493a9e0eae9b2ef87544b42785ae11ea'
  '06a67e611d10aa2381efe1f08ea4ffd9'
  '0d88207416dfb98a17bf8886257d9a02'
- 'cdcabd475b80afe0534a5621e972736e'
+ '921017fd2d9dadbb6b602ac0476bfd58'
  'ef927896f2071b442b1d07d7e69f5f3a'
  '0c9a57d35de80c2cd418ebec912efbbb'
  '39d3fded716d2a7ae0ab03e0896b7497'
@@ -65,7 +62,7 @@
 # supress warning about GAP install dir
   sed -e "s|gapdir = os.path.join(SAGE_LOCAL, 'gap', 'latest')|gapdir = 
'/usr/lib/gap'|" -i src/sage/libs/gap/util.pyx 
 # don't list optional packages when running tests
-# patch -p0 -i ../test-optional.patch
+  patch -p0 -i ../test-optional.patch
 # set jupyter path
   patch -p0 -i ../jupyter-path.patch
 # fix timeit with Python 2.7.11
@@ -75,7 +72,7 @@
 # fix regressions with ECM 7
   patch -p1 -i ../ecm-7.patch
 # increase numerical tolerance, needed by scipy 0.18
-# patch -p1 -i ../increase-rtol.patch
+  patch -p1 -i ../increase-rtol.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209
@@ -100,6 +97,7 @@
   cd sage-$pkgver/src
 
   export SAGE_LOCAL="/usr"
+  export SAGE_ROOT="$PWD"
   export SAGE_SRC="$PWD"
   export CC=gcc
 
@@ -108,6 +106,10 @@
 
 package_sagemath() {
   optdepends+=('sagemath-jupyter: Jupyter kernel')
+  conflicts=(sage-mathematics)
+  replaces=(sage-mathematics) 
+  provides=(sage-mathematics)
+
   cd sage-$pkgver/src
 
   export SAGE_ROOT="$PWD"
@@ -129,8 +131,9 @@
   mkdir -p "$pkgdir"/usr/share/sage
   cp -r ext "$pkgdir"/usr/share/sage
   
-# Create SAGE_SRC, needed for the notebook
+# Create SAGE_SRC, needed for the notebook and help
   mkdir "$pkgdir"/usr/share/sage/source
+  ln -s /usr/share/doc/sage "$pkgdir"/usr/share/sage/source/doc
 
 # Remove sage_setup
   rm -r "$pkgdir"/usr/lib/python2.7/site-packages/sage_setup
@@ -141,7 +144,7 @@
 
 package_sagemath-jupyter() {
   pkgdesc='Jupyter kernel for SageMath'
-  depends=(sagemath python2-ipykernel jupyter-notebook mathjax thebe)
+  depends=(sagemath python2-jupyter_client jupyter-widgetsnbextension 
python-ipywidgets mathjax thebe)
   optdepends=('sage-notebook-exporter: convert fl

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

2016-10-22 Thread Felix Yan
Date: Saturday, October 22, 2016 @ 14:12:38
  Author: felixonmars
Revision: 192973

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 192972, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-22 14:12:17 UTC (rev 192972)
+++ PKGBUILD2016-10-22 14:12:38 UTC (rev 192973)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.13.5
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 192972, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-22 14:12:38 UTC (rev 192973)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.13.6
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2016-10-22 Thread Felix Yan
Date: Saturday, October 22, 2016 @ 14:12:17
  Author: felixonmars
Revision: 192972

upgpkg: ruby-bundler 1.13.6-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 14:06:41 UTC (rev 192971)
+++ PKGBUILD2016-10-22 14:12:17 UTC (rev 192972)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.13.5
+pkgver=1.13.6
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('360a0569469c725dbad8e618cf28deb57366123efef93a04518f427cb03ab93b')
+sha256sums=('fafd22dfed658ca0603f321bdd168ed709d7c682e61273b55637716459f2d0f7')
 
 package() {
   cd "$srcdir"


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 14:06:34
  Author: jlichtblau
Revision: 192970

upgpkg: man-pages-de 1.16-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |6 +++---
 man-pages-de.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 14:01:57 UTC (rev 192969)
+++ PKGBUILD2016-10-22 14:06:34 UTC (rev 192970)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=1.12
+pkgver=1.16
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('po4a')
 changelog=$pkgname.changelog
 options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77')
+source=(http://manpages-de.alioth.debian.org/download/manpages-de-$pkgver.tar.xz)
+sha256sums=('7ca7e12e1ae3d058dd32a8df607e991b88455484d6d07f003a86956b4ddc32c4')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-10-22 14:01:57 UTC (rev 192969)
+++ man-pages-de.changelog  2016-10-22 14:06:34 UTC (rev 192970)
@@ -1,3 +1,6 @@
+2016-10-22 Jaroslav Lichtblau 
+   * man-pages-de 1.16-1
+
 2016-04-30 Jaroslav Lichtblau 
* man-pages-de 1.12-1
 


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 14:06:41
  Author: jlichtblau
Revision: 192971

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 192970, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 192970, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   58 +++
 man-pages-de.changelog |   55 +++-
 2 files changed, 58 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-22 14:06:34 UTC (rev 192970)
+++ PKGBUILD2016-10-22 14:06:41 UTC (rev 192971)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=1.12
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/";
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 192970, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-22 14:06:41 UTC (rev 192971)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=1.16
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/";
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/download/manpages-de-$pkgver.tar.xz)
+sha256sums=('7ca7e12e1ae3d058dd32a8df607e991b88455484d6d07f003a86956b4ddc32c4')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-10-22 14:06:34 UTC (rev 192970)
+++ man-pages-de.changelog  2016-10-22 14:06:41 UTC (rev 192971)
@@ -1,26 +0,0 @@
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
192970, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2016-10-22 14:06:41 UTC (rev 192971)
@@ -0,0 +1,29 @@
+2016-10-22 Jaroslav Lichtblau 
+   * man-pages-de 1.16-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * man-pages-de 1.8-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * man-pages-de 1.4-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau 
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau 
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau 
+   * removing some more man pages provided by the new shadow 4.1.3.1 
package
+
+2009-02-19 Jaroslav Lichtblau 
+   * removing some man pages provided by the new man-db 2.5.3 package


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

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 14:01:57
  Author: jlichtblau
Revision: 192969

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-22 14:01:47 UTC (rev 192968)
+++ community-i686/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3";
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ln -s build30 build
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 192968, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-22 14:01:47 UTC (rev 192968)
+++ community-x86_64/PKGBUILD   2016-10-22 14:01:57 UTC (rev 192969)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3";
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ln -s build30 build
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 192968, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-22 14:01:57 UTC (rev 192969)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/L

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

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 14:01:47
  Author: jlichtblau
Revision: 192968

upgpkg: wxsqlite3 3.4.1-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 13:55:17 UTC (rev 192967)
+++ PKGBUILD2016-10-22 14:01:47 UTC (rev 192968)
@@ -4,7 +4,7 @@
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk' 'sqlite')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 13:55:10
  Author: jlichtblau
Revision: 192966

upgpkg: youtube-dl 2016.10.21.1-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 09:15:47 UTC (rev 192965)
+++ PKGBUILD2016-10-22 13:55:10 UTC (rev 192966)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.10.21
+pkgver=2016.10.21.1
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987'
+sha256sums=('8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-10-22 Thread Jaroslav Lichtblau
Date: Saturday, October 22, 2016 @ 13:55:17
  Author: jlichtblau
Revision: 192967

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-22 13:55:10 UTC (rev 192966)
+++ PKGBUILD2016-10-22 13:55:17 UTC (rev 192967)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2016.10.21
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('b2c5cd432f5629f3ee0ffaa4e76086992bf14c41f447b454934176bbd24b7987'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 192966, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-22 13:55:17 UTC (rev 192967)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2016.10.21.1
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('8b768ad99ecdbc08521171456800515df29df8bceb0f1fe1cb8113dd2500d216'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in sage-data-combinatorial_designs/repos (2 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:15:47
  Author: arojas
Revision: 192965

archrelease: copy trunk to community-testing-any

Added:
  sage-data-combinatorial_designs/repos/community-testing-any/
  sage-data-combinatorial_designs/repos/community-testing-any/PKGBUILD
(from rev 192964, sage-data-combinatorial_designs/trunk/PKGBUILD)

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

Copied: sage-data-combinatorial_designs/repos/community-testing-any/PKGBUILD 
(from rev 192964, sage-data-combinatorial_designs/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-22 09:15:47 UTC (rev 192965)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=combinatorial_designs
+pkgname=sage-data-$_dbname
+pkgver=20140630
+pkgrel=2
+pkgdesc="Data for Combinatorial Designs"
+arch=(any)
+url="http://www.sagemath.org";
+license=('custom:public domain')
+depends=()
+makedepends=()
+source=("http://mirrors.mit.edu/sage/spkg/upstream/combinatorial_designs/$_dbname-$pkgver.tar.bz2";)
+md5sums=('f345a6918b1bcf34fcd71c2f26d10de0')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 MOLS_table.txt "$pkgdir"/usr/share/$_dbname
+}


[arch-commits] Commit in sage-data-combinatorial_designs/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:15:17
  Author: arojas
Revision: 192964

Move files to the new expected location

Modified:
  sage-data-combinatorial_designs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 09:13:56 UTC (rev 192963)
+++ PKGBUILD2016-10-22 09:15:17 UTC (rev 192964)
@@ -4,9 +4,9 @@
 _dbname=combinatorial_designs
 pkgname=sage-data-$_dbname
 pkgver=20140630
-pkgrel=1
+pkgrel=2
 pkgdesc="Data for Combinatorial Designs"
-arch=('any')
+arch=(any)
 url="http://www.sagemath.org";
 license=('custom:public domain')
 depends=()
@@ -16,6 +16,6 @@
 
 package() {
   cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/sage/$_dbname
-  install -m644 MOLS_table.txt "$pkgdir"/usr/share/sage/$_dbname
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 MOLS_table.txt "$pkgdir"/usr/share/$_dbname
 }


[arch-commits] Commit in sage-data-elliptic_curves/repos (3 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:13:56
  Author: arojas
Revision: 192963

archrelease: copy trunk to community-testing-any

Added:
  sage-data-elliptic_curves/repos/community-testing-any/
  sage-data-elliptic_curves/repos/community-testing-any/PKGBUILD
(from rev 192962, sage-data-elliptic_curves/trunk/PKGBUILD)
  sage-data-elliptic_curves/repos/community-testing-any/spkg-install
(from rev 192962, sage-data-elliptic_curves/trunk/spkg-install)

--+
 PKGBUILD |   31 
 spkg-install |   88 +
 2 files changed, 119 insertions(+)

Copied: sage-data-elliptic_curves/repos/community-testing-any/PKGBUILD (from 
rev 192962, sage-data-elliptic_curves/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-22 09:13:56 UTC (rev 192963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=elliptic_curves
+pkgname=sage-data-$_dbname
+pkgver=0.8
+pkgrel=2
+pkgdesc="Database of elliptic curves for SageMath"
+arch=(any)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=()
+makedepends=(python sqlite)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/elliptic_curves/$_dbname-$pkgver.tar.bz2";
+
"https://raw.githubusercontent.com/sagemath/sage/6ae960b3db36b628546c0fd3ea0f7f75154edb22/build/pkgs/elliptic_curves/spkg-install";)
+md5sums=('fd9beee5a0e4a5ae330ffd6f1ab12112'
+ 'b74eff87bdc6e9df132bc50a7e3513c6')
+
+package() {
+  export SAGE_SHARE="$pkgdir"/usr/share
+  cd $_dbname-$pkgver
+  mkdir src
+  cp -r common ellcurves src
+  python ../spkg-install
+
+# fix permissions
+  chmod 755 "$pkgdir"/usr/share/ellcurves
+  chmod 644 "$pkgdir"/usr/share/ellcurves/*
+
+  rm -r "$pkgdir"/usr/share/ellcurves/._*
+}

Copied: sage-data-elliptic_curves/repos/community-testing-any/spkg-install 
(from rev 192962, sage-data-elliptic_curves/trunk/spkg-install)
===
--- community-testing-any/spkg-install  (rev 0)
+++ community-testing-any/spkg-install  2016-10-22 09:13:56 UTC (rev 192963)
@@ -0,0 +1,88 @@
+#!/usr/bin/env python
+
+import os
+common_curves = os.path.join(os.getcwd(), 'src', 'common')
+
+def install_cremona():
+from sqlite3 import connect
+
+if 'SAGE_SHARE' not in os.environ:
+raise RuntimeError("SAGE_SHARE undefined, maybe run `sage -sh`?")
+
+cremona_root = os.path.join(os.environ['SAGE_SHARE'], 'cremona')
+if not os.path.exists(cremona_root):
+os.makedirs(cremona_root)
+
+target = os.path.join(cremona_root, 'cremona_mini.db')
+
+if os.path.exists(target):
+os.remove(target)
+
+con = connect(target)
+
+con.execute('CREATE TABLE t_class(rank INTEGER, class TEXT PRIMARY KEY,'
+' conductor INTEGER)')
+con.execute('CREATE TABLE t_curve(curve TEXT PRIMARY KEY, class TEXT, tors'
+' INTEGER, eqn TEXT UNIQUE)')
+con.execute('CREATE INDEX i_t_class_conductor ON t_class(conductor)')
+con.execute('CREATE INDEX i_t_curve_class ON t_curve(class)')
+
+class_data = []
+curve_data = []
+
+for line in open(os.path.join(common_curves, 'allcurves.0-0')):
+N, iso, num, eqn, r, tors = line.split()
+cls = N + iso
+cur = cls + num
+if num == "1":
+class_data.append((N, cls, r))
+curve_data.append((cur, cls, eqn, tors))
+
+con.executemany('INSERT INTO t_class(conductor,class,rank) VALUES'
+' (?,?,?)', class_data)
+con.executemany('INSERT INTO t_curve(curve,class,eqn,tors) VALUES'
+' (?,?,?,?)', curve_data)
+
+con.commit()
+
+def install_ellcurves():
+import shutil, tempfile
+
+if 'SAGE_SHARE' not in os.environ:
+raise RuntimeError("SAGE_SHARE undefined, maybe run `sage -sh`?")
+
+target = os.path.join(os.environ['SAGE_SHARE'], 'ellcurves')
+if os.path.exists(target):
+try:
+shutil.rmtree(target)
+except OSError:
+os.remove(target)
+
+shutil.move(os.path.join('src', 'ellcurves'), target)
+rank = {}
+for line in open(os.path.join(common_curves, 'allcurves.0-0')):
+r = line.split()[4]
+if r not in rank:
+rank[r] = open(tempfile.mkstemp()[1], 'w')
+rank[r].write(line)
+
+for r, f in rank.items():
+f.close()
+endpath = os.path.join(target, 'rank' + r)
+if os.path.exists(endpath):
+old = tempfile.mkstemp()[1]
+shutil.move(endpath, old)
+shutil.move(f.name, endpath)
+f = open(endpath, 'a')
+tmp = open(old, 'r')
+f.write(tmp.read())
+tmp.close()
+f.close()
+os.remove(old)
+else:
+shutil.move(f.name, endpath)
+os

[arch-commits] Commit in sage-data-elliptic_curves/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:13:25
  Author: arojas
Revision: 192962

Move files to the new expected location

Modified:
  sage-data-elliptic_curves/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 09:08:35 UTC (rev 192961)
+++ PKGBUILD2016-10-22 09:13:25 UTC (rev 192962)
@@ -4,13 +4,13 @@
 _dbname=elliptic_curves
 pkgname=sage-data-$_dbname
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Database of elliptic curves for SageMath"
-arch=('any')
+arch=(any)
 url="http://www.sagemath.org";
-license=('GPL')
+license=(GPL)
 depends=()
-makedepends=('python' 'sqlite')
+makedepends=(python sqlite)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/elliptic_curves/$_dbname-$pkgver.tar.bz2";
 
"https://raw.githubusercontent.com/sagemath/sage/6ae960b3db36b628546c0fd3ea0f7f75154edb22/build/pkgs/elliptic_curves/spkg-install";)
 md5sums=('fd9beee5a0e4a5ae330ffd6f1ab12112'
@@ -17,15 +17,15 @@
  'b74eff87bdc6e9df132bc50a7e3513c6')
 
 package() {
-  export SAGE_SHARE="$pkgdir"/usr/share/sage
+  export SAGE_SHARE="$pkgdir"/usr/share
   cd $_dbname-$pkgver
   mkdir src
-  mv common ellcurves src
+  cp -r common ellcurves src
   python ../spkg-install
 
 # fix permissions
-  chmod 755 "$pkgdir"/usr/share/sage/ellcurves
-  chmod 644 "$pkgdir"/usr/share/sage/ellcurves/*
+  chmod 755 "$pkgdir"/usr/share/ellcurves
+  chmod 644 "$pkgdir"/usr/share/ellcurves/*
 
-  rm -r "$pkgdir"/usr/share/sage/ellcurves/{.r*,..r*}
+  rm -r "$pkgdir"/usr/share/ellcurves/._*
 }


[arch-commits] Commit in sage-data-conway_polynomials/repos (3 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:08:35
  Author: arojas
Revision: 192961

archrelease: copy trunk to community-testing-any

Added:
  sage-data-conway_polynomials/repos/community-testing-any/
  sage-data-conway_polynomials/repos/community-testing-any/PKGBUILD
(from rev 192960, sage-data-conway_polynomials/trunk/PKGBUILD)
  sage-data-conway_polynomials/repos/community-testing-any/spkg-install
(from rev 192960, sage-data-conway_polynomials/trunk/spkg-install)

--+
 PKGBUILD |   25 +
 spkg-install |   22 ++
 2 files changed, 47 insertions(+)

Copied: sage-data-conway_polynomials/repos/community-testing-any/PKGBUILD (from 
rev 192960, sage-data-conway_polynomials/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-22 09:08:35 UTC (rev 192961)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=conway_polynomials
+pkgname=sage-data-$_dbname
+pkgver=0.4
+pkgrel=3
+pkgdesc="A small database of Conway polynomials"
+arch=(any)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=()
+makedepends=(sagemath)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2";
 'spkg-install')
+md5sums=('17f061204b3a6133abb21e17b3abea19'
+ '5b3b2fc90d2d639f1a44b621d7848b4d')
+
+package() {
+  export PYTHONPATH="$PWD:/usr/lib/sage/site-packages:/usr/bin"
+  export SAGE_LOCAL="/usr"
+  export SAGE_SHARE="$pkgdir/usr/share"
+
+  ln -s conway_polynomials-$pkgver src
+  python2 spkg-install
+}

Copied: sage-data-conway_polynomials/repos/community-testing-any/spkg-install 
(from rev 192960, sage-data-conway_polynomials/trunk/spkg-install)
===
--- community-testing-any/spkg-install  (rev 0)
+++ community-testing-any/spkg-install  2016-10-22 09:08:35 UTC (rev 192961)
@@ -0,0 +1,22 @@
+#!/usr/bin/env python2
+
+import os
+from sage.all import save
+from sage.env import SAGE_SHARE
+
+install_root = os.path.join(SAGE_SHARE, 'conway_polynomials')
+
+def create_db():
+db = {}
+from src import conway_polynomials
+for p,n,v in conway_polynomials:
+if not p in db:
+db[p] = {}
+db[p][n] = v
+if not os.path.exists(install_root):
+os.makedirs(install_root)
+save(db, os.path.join(install_root, 'conway_polynomials.sobj'))
+
+if __name__ == '__main__':
+create_db()
+


[arch-commits] Commit in sage-data-conway_polynomials/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:07:57
  Author: arojas
Revision: 192960

Move files to the new expected location

Modified:
  sage-data-conway_polynomials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 09:01:07 UTC (rev 192959)
+++ PKGBUILD2016-10-22 09:07:57 UTC (rev 192960)
@@ -4,13 +4,13 @@
 _dbname=conway_polynomials
 pkgname=sage-data-$_dbname
 pkgver=0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A small database of Conway polynomials"
-arch=('any')
+arch=(any)
 url="http://www.sagemath.org";
-license=('GPL')
+license=(GPL)
 depends=()
-makedepends=('sagemath')
+makedepends=(sagemath)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2";
 'spkg-install')
 md5sums=('17f061204b3a6133abb21e17b3abea19'
  '5b3b2fc90d2d639f1a44b621d7848b4d')
@@ -18,7 +18,7 @@
 package() {
   export PYTHONPATH="$PWD:/usr/lib/sage/site-packages:/usr/bin"
   export SAGE_LOCAL="/usr"
-  export SAGE_SHARE="$pkgdir/usr/share/sage"
+  export SAGE_SHARE="$pkgdir/usr/share"
 
   ln -s conway_polynomials-$pkgver src
   python2 spkg-install


[arch-commits] Commit in sage-data-polytopes_db/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:00:43
  Author: arojas
Revision: 192958

Move files to the new expected location

Modified:
  sage-data-polytopes_db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 08:59:19 UTC (rev 192957)
+++ PKGBUILD2016-10-22 09:00:43 UTC (rev 192958)
@@ -4,11 +4,11 @@
 _dbname=polytopes_db
 pkgname=sage-data-$_dbname
 pkgver=20120220
-pkgrel=2
+pkgrel=3
 pkgdesc="Reflexive polytopes database"
-arch=('any')
+arch=(any)
 url="http://www.sagemath.org";
-license=('GPL')
+license=(GPL)
 depends=()
 makedepends=()
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/polytopes_db/$_dbname-$pkgver.tar.bz2";)
@@ -16,6 +16,6 @@
 
 package() {
   cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/sage/reflexive_polytopes
-  mv * "$pkgdir"/usr/share/sage/reflexive_polytopes
+  mkdir -p "$pkgdir"/usr/share/reflexive_polytopes
+  cp -r * "$pkgdir"/usr/share/reflexive_polytopes
 }


[arch-commits] Commit in sage-data-polytopes_db/repos (2 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 09:01:07
  Author: arojas
Revision: 192959

archrelease: copy trunk to community-testing-any

Added:
  sage-data-polytopes_db/repos/community-testing-any/
  sage-data-polytopes_db/repos/community-testing-any/PKGBUILD
(from rev 192958, sage-data-polytopes_db/trunk/PKGBUILD)

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

Copied: sage-data-polytopes_db/repos/community-testing-any/PKGBUILD (from rev 
192958, sage-data-polytopes_db/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-22 09:01:07 UTC (rev 192959)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=polytopes_db
+pkgname=sage-data-$_dbname
+pkgver=20120220
+pkgrel=3
+pkgdesc="Reflexive polytopes database"
+arch=(any)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=("http://mirrors.mit.edu/sage/spkg/upstream/polytopes_db/$_dbname-$pkgver.tar.bz2";)
+md5sums=('99bd633f4dfcdfef33c22b0b1b33919a')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/reflexive_polytopes
+  cp -r * "$pkgdir"/usr/share/reflexive_polytopes
+}


[arch-commits] Commit in sage-data-graphs/repos (2 files)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 08:59:19
  Author: arojas
Revision: 192957

archrelease: copy trunk to community-testing-any

Added:
  sage-data-graphs/repos/community-testing-any/
  sage-data-graphs/repos/community-testing-any/PKGBUILD
(from rev 192956, sage-data-graphs/trunk/PKGBUILD)

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

Copied: sage-data-graphs/repos/community-testing-any/PKGBUILD (from rev 192956, 
sage-data-graphs/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-22 08:59:19 UTC (rev 192957)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=graphs
+pkgname=sage-data-$_dbname
+pkgver=20151224
+pkgrel=2
+pkgdesc="A database of graphs for Sage"
+arch=(any)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=()
+makedepends=()
+#source=("http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2";)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2";)
+md5sums=('3881c431d20f382dfba6ccede3955f6a')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 * "$pkgdir"/usr/share/$_dbname
+}


[arch-commits] Commit in sage-data-graphs/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Saturday, October 22, 2016 @ 08:54:48
  Author: arojas
Revision: 192956

Move files to the new expected location

Modified:
  sage-data-graphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 04:08:50 UTC (rev 192955)
+++ PKGBUILD2016-10-22 08:54:48 UTC (rev 192956)
@@ -4,7 +4,7 @@
 _dbname=graphs
 pkgname=sage-data-$_dbname
 pkgver=20151224
-pkgrel=1
+pkgrel=2
 pkgdesc="A database of graphs for Sage"
 arch=(any)
 url="http://www.sagemath.org";
@@ -17,6 +17,6 @@
 
 package() {
   cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/sage/$_dbname
-  install -m644 * "$pkgdir"/usr/share/sage/$_dbname
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 * "$pkgdir"/usr/share/$_dbname
 }


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

2016-10-22 Thread Gaëtan Bisson
Date: Saturday, October 22, 2016 @ 07:53:33
  Author: bisson
Revision: 279137

add signature

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 05:44:02 UTC (rev 279136)
+++ PKGBUILD2016-10-22 07:53:33 UTC (rev 279137)
@@ -17,8 +17,11 @@
 'kde-cli-tools: privilege escalation for zenmap'
 'gksu: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'lua52')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";)
+sha1sums=('9dcfc5bf599a4fe53ca9bfc53b1b9a2741bf1c6c'
+  'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"