[arch-commits] Commit in deepin-file-manager-backend/repos (4 files)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 05:08:25
  Author: felixonmars
Revision: 187269

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

Added:
  deepin-file-manager-backend/repos/community-i686/PKGBUILD
(from rev 187268, deepin-file-manager-backend/trunk/PKGBUILD)
  deepin-file-manager-backend/repos/community-x86_64/PKGBUILD
(from rev 187268, deepin-file-manager-backend/trunk/PKGBUILD)
Deleted:
  deepin-file-manager-backend/repos/community-i686/PKGBUILD
  deepin-file-manager-backend/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 05:07:55 UTC (rev 187268)
+++ community-i686/PKGBUILD 2016-08-22 05:08:25 UTC (rev 187269)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager-backend
-pkgver=0.1.15
-_golibver=0.4.11
-_deepinapiver=3.0.10
-_dbusfactoryver=3.0.5
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc='deepin file manager backend'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-file-manager-backend;
-license=('GPL3')
-depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
-source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/$pkgname"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" do-install
-}

Copied: deepin-file-manager-backend/repos/community-i686/PKGBUILD (from rev 
187268, deepin-file-manager-backend/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 05:08:25 UTC (rev 187269)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager-backend
+pkgver=0.1.15
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=2
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager-backend;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'go') # 
'gcc-go')
+source=("git+https://cr.deepin.io/deepin-file-manager-backend.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
deepin-file-manager-backend/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3 
gopkg.in/alecthomas/kingpin.v2
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir 

[arch-commits] Commit in deepin-file-manager-backend/trunk (PKGBUILD)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 05:07:55
  Author: felixonmars
Revision: 187268

upgpkg: deepin-file-manager-backend 0.1.15-2

Modified:
  deepin-file-manager-backend/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 04:23:48 UTC (rev 187267)
+++ PKGBUILD2016-08-22 05:07:55 UTC (rev 187268)
@@ -7,9 +7,9 @@
 pkgver=0.1.15
 _golibver=0.4.11
 _deepinapiver=3.0.10
-_dbusfactoryver=3.0.5
+_dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-file-manager-backend;


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

2016-08-21 Thread Daniel Micay
Date: Monday, August 22, 2016 @ 04:23:48
  Author: thestinger
Revision: 187267

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

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

+
 /PKGBUILD  |  636 
 /change-default-console-loglevel.patch |   22 
 /config|16466 +++
 /config.x86_64 |15968 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  318 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8233 ---
 community-i686/config.x86_64   | 7984 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  318 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8233 ---
 community-x86_64/config.x86_64 | 7984 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33194 insertions(+), 33194 deletions(-)

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


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

2016-08-21 Thread Daniel Micay
Date: Monday, August 22, 2016 @ 04:22:10
  Author: thestinger
Revision: 187266

upgpkg: linux-grsec 4.7.2.201608211829-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 03:54:19 UTC (rev 187265)
+++ PKGBUILD2016-08-22 04:22:10 UTC (rev 187266)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.7
-_pkgver=4.7
+_pkgver=4.7.2
 _grsecver=3.1
-_timestamp=201608151842
+_timestamp=201608211829
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 
 sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'2f0c42f241112fa5cb3396fc68afba95a3048c7da7b7875b668e80ff67618164'
+'031cb0e7b86f2ef2cc4d0dde9d73495f68e8d23e4c41f50f7f95b065ee33a71d'
 'SKIP'
-'ffdd69d7ffa1953bb3523b432f8eb98a5508d884e07bd74000425685619dff43'
+'c35bd6b71cbc58f2dd83f254684f14d95e2ae3ffbb23ce894ef2f05356ddf7a8'
 'SKIP'
 '989b62325f632010a7f648056eda6fb8169c384e6431fe2913d9ec081e1a4717'
 'a7f8a8ae09552b214876e3294c8b9b73db59acfe67495af6f741ebc56c021d78'
@@ -52,7 +52,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${_pkgver}"
+  patch -p1 -i "${srcdir}/patch-${_pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:54:19
  Author: felixonmars
Revision: 187265

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 187264, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 187264, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 03:53:23 UTC (rev 187264)
+++ community-i686/PKGBUILD 2016-08-22 03:54:19 UTC (rev 187265)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.10
-_golibver=0.4.11
-_dbusfactoryver=3.0.5
-_girgeneratorver=0.9.5
-pkgrel=2
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 187264, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 03:54:19 UTC (rev 187265)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.10
+_golibver=0.4.11
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=4
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-generator' 'deepin-gir-generator' 'bzr' 'go') 
# 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${LDFLAGS}\"|\"\${LDFLAGS} $CFLAGS $LDFLAGS\"|" dde-api/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" SYSTEMD_LIB_DIR=/usr/lib install-binary
+}

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in python-pytest-django/repos/community-any (PKGBUILD PKGBUILD)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:53:23
  Author: felixonmars
Revision: 187264

archrelease: copy trunk to community-any

Added:
  python-pytest-django/repos/community-any/PKGBUILD
(from rev 187263, python-pytest-django/trunk/PKGBUILD)
Deleted:
  python-pytest-django/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-22 03:53:03 UTC (rev 187263)
+++ PKGBUILD2016-08-22 03:53:23 UTC (rev 187264)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-django
-pkgname=('python-pytest-django' 'python2-pytest-django')
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="A Django plugin for py.test"
-arch=('any')
-license=('BSD')
-url="https://github.com/pytest-dev/pytest-django;
-makedepends=('python-pytest' 'python2-pytest' 'git')
-checkdepends=('python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'twine' 'python2-twine' 'python-south' 'python2-south')
-source=("git+https://github.com/pytest-dev/pytest-django.git#tag=$pkgver;)
-#source=("git+https://github.com/pytest-dev/pytest-django.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-django{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-django"
-  python setup.py build
-
-  cd "$srcdir/pytest-django-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-django"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD" \
-  DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
-py.test tests || warning "Tests failed"
-
-  cd "$srcdir/pytest-django-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD" \
-  DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
-py.test2 tests
-}
-
-package_python-pytest-django() {
-  depends=('python-pytest')
-
-  cd pytest-django
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pytest-django() {
-  depends=('python2-pytest')
-
-  cd pytest-django-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pytest-django/repos/community-any/PKGBUILD (from rev 187263, 
python-pytest-django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-22 03:53:23 UTC (rev 187264)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-django
+pkgname=('python-pytest-django' 'python2-pytest-django')
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A Django plugin for py.test"
+arch=('any')
+license=('BSD')
+url="https://github.com/pytest-dev/pytest-django;
+makedepends=('python-pytest' 'python2-pytest' 'git')
+checkdepends=('python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'twine' 'python2-twine' 'python-south' 'python2-south')
+source=("git+https://github.com/pytest-dev/pytest-django.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-django{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-django
+  python setup.py build
+
+  cd "$srcdir"/pytest-django-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-django
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD" \
+  DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
+py.test tests
+
+  cd "$srcdir"/pytest-django-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD" \
+  DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
+py.test2 tests
+}
+
+package_python-pytest-django() {
+  depends=('python-pytest')
+
+  cd pytest-django
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-django() {
+  depends=('python2-pytest')
+
+  cd pytest-django-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:52:50
  Author: felixonmars
Revision: 187262

upgpkg: deepin-api 3.0.10-4

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 03:45:44 UTC (rev 187261)
+++ PKGBUILD2016-08-22 03:52:50 UTC (rev 187262)
@@ -6,9 +6,9 @@
 pkgname=deepin-api
 pkgver=3.0.10
 _golibver=0.4.11
-_dbusfactoryver=3.0.5
+_dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
-pkgrel=2
+pkgrel=4
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:53:03
  Author: felixonmars
Revision: 187263

upgpkg: python-pytest-django 3.0.0-1

Modified:
  python-pytest-django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 03:52:50 UTC (rev 187262)
+++ PKGBUILD2016-08-22 03:53:03 UTC (rev 187263)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-django
 pkgname=('python-pytest-django' 'python2-pytest-django')
-pkgver=2.9.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="A Django plugin for py.test"
 arch=('any')
@@ -13,7 +13,6 @@
 checkdepends=('python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'twine' 'python2-twine' 'python-south' 'python2-south')
 source=("git+https://github.com/pytest-dev/pytest-django.git#tag=$pkgver;)
-#source=("git+https://github.com/pytest-dev/pytest-django.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 prepare() {
@@ -21,10 +20,10 @@
 }
 
 build() {
-  cd "$srcdir/pytest-django"
+  cd "$srcdir"/pytest-django
   python setup.py build
 
-  cd "$srcdir/pytest-django-py2"
+  cd "$srcdir"/pytest-django-py2
   python2 setup.py build
 }
 
@@ -31,13 +30,13 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir/pytest-django"
+  cd "$srcdir"/pytest-django
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD" \
   DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
-py.test tests || warning "Tests failed"
+py.test tests
 
-  cd "$srcdir/pytest-django-py2"
+  cd "$srcdir"/pytest-django-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD" \
   DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite \
@@ -48,8 +47,8 @@
   depends=('python-pytest')
 
   cd pytest-django
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pytest-django() {
@@ -56,6 +55,6 @@
   depends=('python2-pytest')
 
   cd pytest-django-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:45:44
  Author: felixonmars
Revision: 187261

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 187260, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 187260, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 03:45:07 UTC (rev 187260)
+++ community-i686/PKGBUILD 2016-08-22 03:45:44 UTC (rev 187261)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.0.1
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 187260, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 03:45:44 UTC (rev 187261)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-22 03:45:07 UTC (rev 187260)
+++ community-x86_64/PKGBUILD   2016-08-22 03:45:44 UTC (rev 187261)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.0.1
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 187260, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-22 03:45:44 UTC (rev 187261)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:45:07
  Author: felixonmars
Revision: 187260

upgpkg: deepin-file-manager 1:1.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 03:37:00 UTC (rev 187259)
+++ PKGBUILD2016-08-22 03:45:07 UTC (rev 187260)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')
@@ -17,10 +17,6 @@
 source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
-prepare() {
-  sed -i 's/libsecret-1/libsecret-1 gio-unix-2.0/' 
dde-file-manager/dde-file-manager.pro
-}
-
 build() {
   cd dde-file-manager
   qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=


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

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:37:00
  Author: felixonmars
Revision: 187259

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

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

---+
 /PKGBUILD |  126 
 community-i686/PKGBUILD   |   59 
 community-x86_64/PKGBUILD |   59 
 3 files changed, 126 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 03:36:26 UTC (rev 187258)
+++ community-i686/PKGBUILD 2016-08-22 03:37:00 UTC (rev 187259)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.7
-_golibver=0.4.11
-_deepinapiver=3.0.10
-_dbusfactoryver=3.0.5
-_girgeneratorver=0.9.5
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 187258, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 03:37:00 UTC (rev 187259)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.8
+_golibver=0.4.11
+_deepinapiver=3.0.10
+_dbusfactoryver=3.0.6
+_girgeneratorver=0.9.5
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver;
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver;
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver;
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+ 

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

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:36:26
  Author: felixonmars
Revision: 187258

upgpkg: startdde 3.0.8-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 03:19:48 UTC (rev 187257)
+++ PKGBUILD2016-08-22 03:36:26 UTC (rev 187258)
@@ -4,10 +4,10 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.7
+pkgver=3.0.8
 _golibver=0.4.11
 _deepinapiver=3.0.10
-_dbusfactoryver=3.0.5
+_dbusfactoryver=3.0.6
 _girgeneratorver=0.9.5
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
@@ -56,4 +56,8 @@
 package() {
   cd startdde
   make DESTDIR="${pkgdir}" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
 }


[arch-commits] Commit in deepin-dbus-factory/repos (8 files)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:19:48
  Author: felixonmars
Revision: 187257

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

Added:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
(from rev 187256, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
(from rev 187256, deepin-dbus-factory/trunk/fix-arch.patch)
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 187256, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch
(from rev 187256, deepin-dbus-factory/trunk/fix-arch.patch)
Deleted:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch

-+
 /PKGBUILD   |   66 ++
 /fix-arch.patch |   26 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/fix-arch.patch   |   13 ---
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/fix-arch.patch |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-22 03:19:14 UTC (rev 187256)
+++ community-i686/PKGBUILD 2016-08-22 03:19:48 UTC (rev 187257)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='QML DBus factory for DDE'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dbus-factory;
-license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
-build(){
-  cd dbus-factory
-  make build-qml
-}
-
-package() {
-  cd dbus-factory
-  make DESTDIR="${pkgdir}" install-qml
-}

Copied: deepin-dbus-factory/repos/community-i686/PKGBUILD (from rev 187256, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-22 03:19:48 UTC (rev 187257)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.0.6
+pkgrel=1
+pkgdesc='QML DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+depends=('qt5-declarative')
+makedepends=('git' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
+fix-arch.patch)
+sha256sums=('SKIP'
+'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+  cd dbus-factory
+  patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+  cd dbus-factory
+  make build-qml
+}
+
+package() {
+  cd dbus-factory
+  make DESTDIR="${pkgdir}" install-qml
+}

Deleted: community-i686/fix-arch.patch
===
--- community-i686/fix-arch.patch   2016-08-22 03:19:14 UTC (rev 187256)
+++ community-i686/fix-arch.patch   2016-08-22 03:19:48 UTC (rev 187257)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
 a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)

Copied: deepin-dbus-factory/repos/community-i686/fix-arch.patch (from rev 
187256, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-i686/fix-arch.patch   (rev 0)
+++ community-i686/fix-arch.patch   2016-08-22 03:19:48 UTC (rev 187257)
@@ -0,0 +1,13 @@
+diff -ruN a/in.json/Makefile b/in.json/Makefile
+--- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
 b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
+@@ -1,7 +1,7 @@
+ PREFIX  = /usr
+ 
+-GOPATH := $(shell go env GOPATH)
+-QT5_LIBDIR ?= $(PREFIX)/lib/qt5
++GOPATH := $(PREFIX)/lib/go
++QT5_LIBDIR ?= $(PREFIX)/lib/qt
+ QMLDIR ?= $(QT5_LIBDIR)/qml
+ 
+ JSONS  := $(wildcard *.in.json)

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in deepin-dbus-factory/trunk (PKGBUILD)

2016-08-21 Thread Felix Yan
Date: Monday, August 22, 2016 @ 03:19:14
  Author: felixonmars
Revision: 187256

upgpkg: deepin-dbus-factory 3.0.6-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 20:30:21 UTC (rev 187255)
+++ PKGBUILD2016-08-22 03:19:14 UTC (rev 187256)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc='QML DBus factory for DDE'
 arch=('i686' 'x86_64')


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

2016-08-21 Thread Sébastien Luttringer
Date: Sunday, August 21, 2016 @ 23:50:14
  Author: seblu
Revision: 274571

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

Added:
  diffutils/repos/testing-i686/
  diffutils/repos/testing-i686/PKGBUILD
(from rev 274570, diffutils/trunk/PKGBUILD)
  diffutils/repos/testing-x86_64/
  diffutils/repos/testing-x86_64/PKGBUILD
(from rev 274570, diffutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: diffutils/repos/testing-i686/PKGBUILD (from rev 274570, 
diffutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 23:50:14 UTC (rev 274571)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.5
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('569354697ff1cfc9a9de3781361015fa'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/testing-x86_64/PKGBUILD (from rev 274570, 
diffutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 23:50:14 UTC (rev 274571)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=diffutils
+pkgver=3.5
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('569354697ff1cfc9a9de3781361015fa'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-21 Thread Sébastien Luttringer
Date: Sunday, August 21, 2016 @ 23:49:41
  Author: seblu
Revision: 274570

upgpkg: diffutils 3.5-1

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 23:31:39 UTC (rev 274569)
+++ PKGBUILD2016-08-21 23:49:41 UTC (rev 274570)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=diffutils
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc='Utility programs used for creating patch files'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc' 'bash')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('df9ca465f30307cffd03da176a43a5d4'
+md5sums=('569354697ff1cfc9a9de3781361015fa'
  'SKIP')
 
 build() {


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

2016-08-21 Thread Sébastien Luttringer
Date: Sunday, August 21, 2016 @ 23:31:39
  Author: seblu
Revision: 274569

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

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

--+
 /PKGBUILD|   82 +
 core-i686/PKGBUILD   |   37 --
 core-x86_64/PKGBUILD |   37 --
 3 files changed, 82 insertions(+), 74 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-21 23:26:45 UTC (rev 274568)
+++ core-i686/PKGBUILD  2016-08-21 23:31:39 UTC (rev 274569)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=131
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-i686/PKGBUILD (from rev 274568, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-21 23:31:39 UTC (rev 274569)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=131
+pkgrel=2
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  cd $pkgname
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd.lz4
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-08-21 23:26:45 UTC (rev 274568)
+++ core-x86_64/PKGBUILD2016-08-21 23:31:39 UTC (rev 274569)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=131
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 274568, 
lz4/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-08-21 23:31:39 UTC (rev 274569)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=131
+pkgrel=2
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {

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

2016-08-21 Thread Sébastien Luttringer
Date: Sunday, August 21, 2016 @ 23:26:45
  Author: seblu
Revision: 274568

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

Added:
  ceph/repos/testing-i686/01-virtualenv2.patch
(from rev 274567, ceph/trunk/01-virtualenv2.patch)
  ceph/repos/testing-i686/02-setup-python2.patch
(from rev 274567, ceph/trunk/02-setup-python2.patch)
  ceph/repos/testing-i686/PKGBUILD
(from rev 274567, ceph/trunk/PKGBUILD)
  ceph/repos/testing-i686/ceph.install
(from rev 274567, ceph/trunk/ceph.install)
  ceph/repos/testing-i686/ceph.sysusers
(from rev 274567, ceph/trunk/ceph.sysusers)
  ceph/repos/testing-x86_64/01-virtualenv2.patch
(from rev 274567, ceph/trunk/01-virtualenv2.patch)
  ceph/repos/testing-x86_64/02-setup-python2.patch
(from rev 274567, ceph/trunk/02-setup-python2.patch)
  ceph/repos/testing-x86_64/PKGBUILD
(from rev 274567, ceph/trunk/PKGBUILD)
  ceph/repos/testing-x86_64/ceph.install
(from rev 274567, ceph/trunk/ceph.install)
  ceph/repos/testing-x86_64/ceph.sysusers
(from rev 274567, ceph/trunk/ceph.sysusers)
Deleted:
  ceph/repos/testing-i686/01-virtualenv2.patch
  ceph/repos/testing-i686/02-setup-python2.patch
  ceph/repos/testing-i686/PKGBUILD
  ceph/repos/testing-i686/ceph.install
  ceph/repos/testing-i686/ceph.sysusers
  ceph/repos/testing-x86_64/01-virtualenv2.patch
  ceph/repos/testing-x86_64/02-setup-python2.patch
  ceph/repos/testing-x86_64/PKGBUILD
  ceph/repos/testing-x86_64/ceph.install
  ceph/repos/testing-x86_64/ceph.sysusers

---+
 /01-virtualenv2.patch |   22 
 /02-setup-python2.patch   |   76 +
 /PKGBUILD |  174 
 /ceph.install |   32 +
 /ceph.sysusers|2 
 testing-i686/01-virtualenv2.patch |   11 --
 testing-i686/02-setup-python2.patch   |   38 --
 testing-i686/PKGBUILD |   87 
 testing-i686/ceph.install |   16 --
 testing-i686/ceph.sysusers|1 
 testing-x86_64/01-virtualenv2.patch   |   11 --
 testing-x86_64/02-setup-python2.patch |   38 --
 testing-x86_64/PKGBUILD   |   87 
 testing-x86_64/ceph.install   |   16 --
 testing-x86_64/ceph.sysusers  |1 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: testing-i686/01-virtualenv2.patch
===
--- testing-i686/01-virtualenv2.patch   2016-08-21 23:26:25 UTC (rev 274567)
+++ testing-i686/01-virtualenv2.patch   2016-08-21 23:26:45 UTC (rev 274568)
@@ -1,11 +0,0 @@
 a/src/tools/setup-virtualenv.sh2016-06-14 13:43:58.0 +0200
-+++ b/src/tools/setup-virtualenv.sh2016-08-18 02:13:31.418624320 +0200
-@@ -18,7 +18,7 @@
- DIR=$1
- rm -fr $DIR
- mkdir -p $DIR
--virtualenv --python python2.7 $DIR
-+virtualenv2 --python python2.7 $DIR
- . $DIR/bin/activate
- # older versions of pip will not install wrap_console scripts
- # when using wheel packages

Copied: ceph/repos/testing-i686/01-virtualenv2.patch (from rev 274567, 
ceph/trunk/01-virtualenv2.patch)
===
--- testing-i686/01-virtualenv2.patch   (rev 0)
+++ testing-i686/01-virtualenv2.patch   2016-08-21 23:26:45 UTC (rev 274568)
@@ -0,0 +1,11 @@
+--- a/src/tools/setup-virtualenv.sh2016-06-14 13:43:58.0 +0200
 b/src/tools/setup-virtualenv.sh2016-08-18 02:13:31.418624320 +0200
+@@ -18,7 +18,7 @@
+ DIR=$1
+ rm -fr $DIR
+ mkdir -p $DIR
+-virtualenv --python python2.7 $DIR
++virtualenv2 --python python2.7 $DIR
+ . $DIR/bin/activate
+ # older versions of pip will not install wrap_console scripts
+ # when using wheel packages

Deleted: testing-i686/02-setup-python2.patch
===
--- testing-i686/02-setup-python2.patch 2016-08-21 23:26:25 UTC (rev 274567)
+++ testing-i686/02-setup-python2.patch 2016-08-21 23:26:45 UTC (rev 274568)
@@ -1,38 +0,0 @@
 a/src/Makefile.in  2016-06-14 13:44:59.0 +0200
-+++ b/src/Makefile.in  2016-08-19 22:09:15.526703376 +0200
-@@ -32623,7 +32623,7 @@
-   cd $(srcdir)/ceph-detect-init ; ../tools/setup-virtualenv.sh 
${CEPH_DETECT_INIT_VIRTUALENV} ; test -d wheelhouse && export 
NO_INDEX=--no-index ; ${CEPH_DETECT_INIT_VIRTUALENV}/bin/pip install $$NO_INDEX 
--use-wheel --find-links=file://$$(pwd)/wheelhouse -e .
- 
- ceph-detect-init-clean:
--  cd $(srcdir)/ceph-detect-init ; python setup.py clean ; rm -fr 
wheelhouse .tox build ${CEPH_DETECT_INIT_VIRTUALENV} .coverage *.egg-info
-+  cd $(srcdir)/ceph-detect-init ; python2 setup.py clean ; rm -fr 
wheelhouse .tox build ${CEPH_DETECT_INIT_VIRTUALENV} .coverage *.egg-info
- 
- ceph-detect-init-install-data:
-   cd $(srcdir)/ceph-detect-init ; \
-@@ -32635,7 +32635,7 @@
-   fi ; \
- 

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

2016-08-21 Thread Sébastien Luttringer
Date: Sunday, August 21, 2016 @ 23:26:25
  Author: seblu
Revision: 274567

upgpkg: ceph 10.2.2-1

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 21:44:10 UTC (rev 274566)
+++ PKGBUILD2016-08-21 23:26:25 UTC (rev 274567)
@@ -3,7 +3,7 @@
 
 pkgname=ceph
 pkgver=10.2.2
-pkgrel=0.1
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'


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

2016-08-21 Thread Jan Steffens
Date: Sunday, August 21, 2016 @ 21:44:10
  Author: heftig
Revision: 274566

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-21 21:42:29 UTC (rev 274565)
+++ extra-i686/PKGBUILD 2016-08-21 21:44:10 UTC (rev 274566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc)
-groups=(gnome)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16308c389deced3acb801dcc180c5e5e18b1db6ba5bd5835b5320cba9b0d2c26')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 274565, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-21 21:44:10 UTC (rev 274566)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('968774cc07ea0d3c27ac552dc0f1d51cf682b9036d342b447688a208f31a5be3')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-21 21:42:29 UTC (rev 274565)
+++ extra-x86_64/PKGBUILD   2016-08-21 21:44:10 UTC (rev 274566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.20.3
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc)
-groups=(gnome)
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16308c389deced3acb801dcc180c5e5e18b1db6ba5bd5835b5320cba9b0d2c26')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 274565, eog/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-21 21:44:10 UTC (rev 274566)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.20.4
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop 

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

2016-08-21 Thread Jan Steffens
Date: Sunday, August 21, 2016 @ 21:42:29
  Author: heftig
Revision: 274565

3.20.4-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 13:29:26 UTC (rev 274564)
+++ PKGBUILD2016-08-21 21:42:29 UTC (rev 274565)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.20.3
+pkgver=3.20.4
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -15,7 +15,7 @@
 groups=(gnome)
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16308c389deced3acb801dcc180c5e5e18b1db6ba5bd5835b5320cba9b0d2c26')
+sha256sums=('968774cc07ea0d3c27ac552dc0f1d51cf682b9036d342b447688a208f31a5be3')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-08-21 Thread Sergej Pupykin
Date: Sunday, August 21, 2016 @ 20:30:21
  Author: spupykin
Revision: 187255

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-21 20:30:04 UTC (rev 187254)
+++ community-i686/PKGBUILD 2016-08-21 20:30:21 UTC (rev 187255)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.41
-pkgrel=2
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe;
-license=("GPL")
-depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd4978240decbf0449f07c5061b9c4b8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-i686/PKGBUILD (from rev 187254, xfe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-21 20:30:21 UTC (rev 187255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.42
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe;
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('34326f185070db02e7419f85f7967cdf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-21 20:30:04 UTC (rev 187254)
+++ community-x86_64/PKGBUILD   2016-08-21 20:30:21 UTC (rev 187255)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.41
-pkgrel=2
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe;
-license=("GPL")
-depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd4978240decbf0449f07c5061b9c4b8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-x86_64/PKGBUILD (from rev 187254, 
xfe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-21 20:30:21 UTC (rev 187255)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.42
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe;
+license=("GPL")
+depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('34326f185070db02e7419f85f7967cdf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"

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

2016-08-21 Thread Sergej Pupykin
Date: Sunday, August 21, 2016 @ 20:30:04
  Author: spupykin
Revision: 187254

upgpkg: xfe 1.42-1

upd

Modified:
  xfe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 20:30:00 UTC (rev 187253)
+++ PKGBUILD2016-08-21 20:30:04 UTC (rev 187254)
@@ -4,8 +4,8 @@
 # Contributor: Ravi Desai 
 
 pkgname=xfe
-pkgver=1.41
-pkgrel=2
+pkgver=1.42
+pkgrel=1
 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
 arch=('i686' 'x86_64')
 url="http://roland65.free.fr/xfe;
@@ -13,7 +13,7 @@
 depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd4978240decbf0449f07c5061b9c4b8')
+md5sums=('34326f185070db02e7419f85f7967cdf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2016-08-21 Thread Sergej Pupykin
Date: Sunday, August 21, 2016 @ 20:30:00
  Author: spupykin
Revision: 187253

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

Added:
  sysstat/repos/community-i686/PKGBUILD
(from rev 187252, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-i686/lib64-fix.patch
(from rev 187252, sysstat/trunk/lib64-fix.patch)
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 187252, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 187252, sysstat/trunk/lib64-fix.patch)
Deleted:
  sysstat/repos/community-i686/PKGBUILD
  sysstat/repos/community-i686/lib64-fix.patch
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch

--+
 /PKGBUILD|   96 +
 /lib64-fix.patch |   50 +++
 community-i686/PKGBUILD  |   48 --
 community-i686/lib64-fix.patch   |   25 -
 community-x86_64/PKGBUILD|   48 --
 community-x86_64/lib64-fix.patch |   25 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-21 20:29:42 UTC (rev 187252)
+++ community-i686/PKGBUILD 2016-08-21 20:30:00 UTC (rev 187253)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Martin Devera 
-
-pkgname=sysstat
-pkgver=11.2.5
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('i686' 'x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/;
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
-   lib64-fix.patch)
-md5sums=('37537db3617053371882c248b589f7c2'
- '5c7acc9a31b7724b8815daffae219de1')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --enable-install-cron \
-   --enable-copy-only \
-   --disable-man-group
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/systemd/system
-  make DESTDIR=$pkgdir install
-  chown -R root:root $pkgdir
-  rm -rf $pkgdir/etc/rc*
-}

Copied: sysstat/repos/community-i686/PKGBUILD (from rev 187252, 
sysstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-21 20:30:00 UTC (rev 187253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Martin Devera 
+
+pkgname=sysstat
+pkgver=11.4.0
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('i686' 'x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/;
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
+   lib64-fix.patch)
+md5sums=('ee7b8c0b139a11a7a3418dc0658ca1be'
+ '5c7acc9a31b7724b8815daffae219de1')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --enable-yesterday \
+   --mandir=/usr/share/man \
+   --enable-install-isag \
+   --enable-install-cron \
+   --enable-copy-only \
+   --disable-man-group
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/systemd/system
+  make DESTDIR=$pkgdir install
+  chown -R root:root $pkgdir
+  rm -rf $pkgdir/etc/rc*
+}

Deleted: community-i686/lib64-fix.patch
===
--- community-i686/lib64-fix.patch  2016-08-21 20:29:42 UTC (rev 187252)
+++ community-i686/lib64-fix.patch  2016-08-21 20:30:00 UTC (rev 187253)
@@ -1,25 +0,0 @@
-diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
 sysstat-11.1.3.org/configure.in2015-02-13 17:05:44.0 +0300
-+++ sysstat-11.1.3/configure.in2015-02-16 13:25:26.201405593 +0300
-@@ -209,21 +209,6 @@
- fi
- 
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
--# Verify that this OS is really 64 

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

2016-08-21 Thread Sergej Pupykin
Date: Sunday, August 21, 2016 @ 20:29:42
  Author: spupykin
Revision: 187252

upgpkg: sysstat 11.4.0-1

upd

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 18:45:51 UTC (rev 187251)
+++ PKGBUILD2016-08-21 20:29:42 UTC (rev 187252)
@@ -3,7 +3,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=11.2.5
+pkgver=11.4.0
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
'etc/conf.d/sysstat.ioconf')
 source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.xz
lib64-fix.patch)
-md5sums=('37537db3617053371882c248b589f7c2'
+md5sums=('ee7b8c0b139a11a7a3418dc0658ca1be'
  '5c7acc9a31b7724b8815daffae219de1')
 
 prepare() {


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

2016-08-21 Thread Sven-Hendrik Haase
Date: Sunday, August 21, 2016 @ 18:45:46
  Author: svenstaro
Revision: 187250

upgpkg: glm 0.9.7.6-1

upstream release 0.9.7.6

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 17:18:22 UTC (rev 187249)
+++ PKGBUILD2016-08-21 18:45:46 UTC (rev 187250)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.7.5
+pkgver=0.9.7.6
 pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://glm.g-truc.net;
 makedepends=('cmake')
 
source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-md5sums=('8d8da9c561e43c975946be9c6d37935d')
+md5sums=('d0ed95bf9afeacb31cbe013ae1b0839b')
 
 package() {
 cd $pkgname


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

2016-08-21 Thread Sven-Hendrik Haase
Date: Sunday, August 21, 2016 @ 18:45:51
  Author: svenstaro
Revision: 187251

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 187250, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 18:45:46 UTC (rev 187250)
+++ PKGBUILD2016-08-21 18:45:51 UTC (rev 187251)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.7.5
-pkgrel=1
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net;
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-md5sums=('8d8da9c561e43c975946be9c6d37935d')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 187250, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 18:45:51 UTC (rev 187251)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.7.6
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net;
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
+md5sums=('d0ed95bf9afeacb31cbe013ae1b0839b')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-08-21 Thread Jiachen Yang
Date: Sunday, August 21, 2016 @ 17:18:22
  Author: farseerfc
Revision: 187249

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

Added:
  lzip/repos/community-i686/
  lzip/repos/community-i686/PKGBUILD
(from rev 187248, lzip/trunk/PKGBUILD)
  lzip/repos/community-x86_64/
  lzip/repos/community-x86_64/PKGBUILD
(from rev 187248, lzip/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: lzip/repos/community-i686/PKGBUILD (from rev 187248, 
lzip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-21 17:18:22 UTC (rev 187249)
@@ -0,0 +1,26 @@
+# Maintainer:  Jiachen Yang 
+# AUR Maintainer:  apophys 
+# Contributor: Christoph Zeiler 
+# Contributor: Renzo Carbonara 
+
+pkgname=lzip
+pkgver=1.17
+pkgrel=2
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzip.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}

Copied: lzip/repos/community-x86_64/PKGBUILD (from rev 187248, 
lzip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-21 17:18:22 UTC (rev 187249)
@@ -0,0 +1,26 @@
+# Maintainer:  Jiachen Yang 
+# AUR Maintainer:  apophys 
+# Contributor: Christoph Zeiler 
+# Contributor: Renzo Carbonara 
+
+pkgname=lzip
+pkgver=1.17
+pkgrel=2
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzip.html;
+license=('GPL3')
+depends=('gcc-libs')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}


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

2016-08-21 Thread Jiachen Yang
Date: Sunday, August 21, 2016 @ 17:17:28
  Author: farseerfc
Revision: 187248

upgpkg: lzip 1.17-2

release lzip 1.17-2

Modified:
  lzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 16:53:05 UTC (rev 187247)
+++ PKGBUILD2016-08-21 17:17:28 UTC (rev 187248)
@@ -1,18 +1,18 @@
-# Maintainer:  apophys 
+# Maintainer:  Jiachen Yang 
+# AUR Maintainer:  apophys 
 # Contributor: Christoph Zeiler 
 # Contributor: Renzo Carbonara 
 
 pkgname=lzip
 pkgver=1.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A lossless file compressor based on the LZMA algorithm"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/lzip/lzip.html;
 license=('GPL3')
 depends=('gcc-libs')
-install=lzip.install
 
source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('d023f1e95202e45b50656833d09eee1a8c7bd9d6')
+sha512sums=('cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-08-21 Thread Jiachen Yang
Date: Sunday, August 21, 2016 @ 16:53:05
  Author: farseerfc
Revision: 187247

add lzip

Added:
  lzip/
  lzip/repos/
  lzip/trunk/
  lzip/trunk/PKGBUILD

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

Added: lzip/trunk/PKGBUILD
===
--- lzip/trunk/PKGBUILD (rev 0)
+++ lzip/trunk/PKGBUILD 2016-08-21 16:53:05 UTC (rev 187247)
@@ -0,0 +1,26 @@
+# Maintainer:  apophys 
+# Contributor: Christoph Zeiler 
+# Contributor: Renzo Carbonara 
+
+pkgname=lzip
+pkgver=1.17
+pkgrel=1
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzip.html;
+license=('GPL3')
+depends=('gcc-libs')
+install=lzip.install
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('d023f1e95202e45b50656833d09eee1a8c7bd9d6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}


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


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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 15:38:19
  Author: felixonmars
Revision: 187245

upgpkg: python-rfc3986 0.4.1-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 13:18:32 UTC (rev 187244)
+++ PKGBUILD2016-08-21 15:38:19 UTC (rev 187245)
@@ -4,7 +4,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-md5sums=('1062c2561afc3d446a189a04bbe9e9ca')
+md5sums=('b2b48cd36dabb82d5eaa54bbfb20d382')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 15:38:35
  Author: felixonmars
Revision: 187246

archrelease: copy trunk to community-any

Added:
  python-rfc3986/repos/community-any/PKGBUILD
(from rev 187245, python-rfc3986/trunk/PKGBUILD)
Deleted:
  python-rfc3986/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 15:38:19 UTC (rev 187245)
+++ PKGBUILD2016-08-21 15:38:35 UTC (rev 187246)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=python-rfc3986
-pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Validating URI References per RFC 3986"
-arch=('any')
-license=('Apache')
-url="https://rfc3986.readthedocs.org/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-md5sums=('1062c2561afc3d446a189a04bbe9e9ca')
-
-prepare() {
-  cp -a rfc3986-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/rfc3986-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/rfc3986-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-rfc3986() {
-  depends=('python')
-
-  cd rfc3986-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-rfc3986() {
-  depends=('python2')
-
-  cd rfc3986-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-rfc3986/repos/community-any/PKGBUILD (from rev 187245, 
python-rfc3986/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 15:38:35 UTC (rev 187246)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-rfc3986
+pkgname=(python-rfc3986 python2-rfc3986)
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Validating URI References per RFC 3986"
+arch=('any')
+license=('Apache')
+url="https://rfc3986.readthedocs.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
+md5sums=('b2b48cd36dabb82d5eaa54bbfb20d382')
+
+prepare() {
+  cp -a rfc3986-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-rfc3986() {
+  depends=('python')
+
+  cd rfc3986-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-rfc3986() {
+  depends=('python2')
+
+  cd rfc3986-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 13:18:32
  Author: felixonmars
Revision: 187244

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-08-21 10:30:05 UTC (rev 187243)
+++ 30-win32-aliases.conf   2016-08-21 13:18:32 UTC (rev 187244)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 187243, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-08-21 13:18:32 UTC (rev 187244)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 10:30:05 UTC (rev 187243)
+++ PKGBUILD2016-08-21 13:18:32 UTC (rev 187244)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('7fae99e0a822410c07613f7bbcca68f09d8b5ae5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-08-21 Thread Dan McGee
Date: Sunday, August 21, 2016 @ 12:53:29
  Author: dan
Revision: 274561

upgpkg: memcached 1.4.31-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 12:08:20 UTC (rev 274560)
+++ PKGBUILD2016-08-21 12:53:29 UTC (rev 274561)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.4.30
+pkgver=1.4.31
 pkgrel=1
 pkgdesc="A distributed memory object caching system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
 memcached.service)
-sha256sums=('e0bea597c9082557f3357f63db08c3d5121ccc8502f300a48d4cb84d22e8be5f'
+sha256sums=('77ce5f820bafe94c33bf7bd86268d9bcdb3b76f68128d795b106db53d528707f'
 'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd')
 
 build() {


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

2016-08-21 Thread Dan McGee
Date: Sunday, August 21, 2016 @ 12:53:38
  Author: dan
Revision: 274562

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 274561, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.install
(from rev 274561, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 274561, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 274561, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.install
(from rev 274561, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 274561, memcached/trunk/memcached.service)
Deleted:
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   72 +++
 /memcached.install |   24 +
 /memcached.service |   32 +
 extra-i686/PKGBUILD|   36 ---
 extra-i686/memcached.install   |   12 --
 extra-i686/memcached.service   |   16 
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/memcached.install |   12 --
 extra-x86_64/memcached.service |   16 
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-21 12:53:29 UTC (rev 274561)
+++ extra-i686/PKGBUILD 2016-08-21 12:53:38 UTC (rev 274562)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.4.30
-pkgrel=1
-pkgdesc="A distributed memory object caching system"
-arch=(i686 x86_64)
-url="http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-memcached.service)
-sha256sums=('e0bea597c9082557f3357f63db08c3d5121ccc8502f300a48d4cb84d22e8be5f'
-'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
-  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
-}

Copied: memcached/repos/extra-i686/PKGBUILD (from rev 274561, 
memcached/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-21 12:53:38 UTC (rev 274562)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.4.31
+pkgrel=1
+pkgdesc="A distributed memory object caching system"
+arch=(i686 x86_64)
+url="http://memcached.org/;
+license=('GPL')
+depends=('libevent')
+optdepends=('perl: for memcached-tool usage')
+install=memcached.install
+source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
+memcached.service)
+sha256sums=('77ce5f820bafe94c33bf7bd86268d9bcdb3b76f68128d795b106db53d528707f'
+'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m 755 scripts/memcached-tool "$pkgdir"/usr/bin/memcached-tool
+  install -D -m 644 ../memcached.service 
"$pkgdir"/usr/lib/systemd/system/memcached.service
+}

Deleted: extra-i686/memcached.install
===
--- extra-i686/memcached.install2016-08-21 12:53:29 UTC (rev 274561)
+++ extra-i686/memcached.install2016-08-21 12:53:38 UTC (rev 274562)
@@ -1,12 +0,0 @@
-post_install() {
-  if ! getent group memcached >/dev/null; then
-groupadd --system memcached
-  fi
-  if ! getent passwd memcached >/dev/null; then
-useradd --system -c 'memcached user' -g memcached -d / -s /bin/bash 
memcached
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

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

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 12:08:09
  Author: andyrtr
Revision: 274559

upgpkg: cups-filters 1.11.1-1

upstream update 1.11.1

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 12:02:02 UTC (rev 274558)
+++ PKGBUILD2016-08-21 12:08:09 UTC (rev 274559)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('d84c6cb3df637a9655e46dfae41dce50')
+md5sums=('1c2397093639aa728e4ba866bbdc440c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 12:08:20
  Author: andyrtr
Revision: 274560

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-21 12:08:09 UTC (rev 274559)
+++ extra-i686/PKGBUILD 2016-08-21 12:08:20 UTC (rev 274560)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.10.0
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('d84c6cb3df637a9655e46dfae41dce50')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 274559, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-21 12:08:20 UTC (rev 274560)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('1c2397093639aa728e4ba866bbdc440c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 12:01:51
  Author: andyrtr
Revision: 274557

upgpkg: compface 1.5.2-7

rebuild old pkg - fix missing source - use a well known mirror

Modified:
  compface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 11:57:15 UTC (rev 274556)
+++ PKGBUILD2016-08-21 12:01:51 UTC (rev 274557)
@@ -5,13 +5,14 @@
 
 pkgname=compface
 pkgver=1.5.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Utils & libs to convert from/to X-Face format."
 arch=('i686' 'x86_64')
 url="http://ftp.xemacs.org/pub/xemacs/aux/;
 license=('custom')
 depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
+source=(#$url/$pkgname-$pkgver.tar.gz
+http://mirrors.ibiblio.org/xemacs/aux/$pkgname-$pkgver.tar.gz
 compface-1.5.2-build.patch
 LICENSE)
 md5sums=('62f4f79c0861ad292ba3cf77b4c48319'


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 12:02:02
  Author: andyrtr
Revision: 274558

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

Added:
  compface/repos/extra-i686/LICENSE
(from rev 274557, compface/trunk/LICENSE)
  compface/repos/extra-i686/PKGBUILD
(from rev 274557, compface/trunk/PKGBUILD)
  compface/repos/extra-i686/compface-1.5.2-build.patch
(from rev 274557, compface/trunk/compface-1.5.2-build.patch)
  compface/repos/extra-x86_64/LICENSE
(from rev 274557, compface/trunk/LICENSE)
  compface/repos/extra-x86_64/PKGBUILD
(from rev 274557, compface/trunk/PKGBUILD)
  compface/repos/extra-x86_64/compface-1.5.2-build.patch
(from rev 274557, compface/trunk/compface-1.5.2-build.patch)
Deleted:
  compface/repos/extra-i686/LICENSE
  compface/repos/extra-i686/PKGBUILD
  compface/repos/extra-i686/compface-1.5.2-build.patch
  compface/repos/extra-x86_64/LICENSE
  compface/repos/extra-x86_64/PKGBUILD
  compface/repos/extra-x86_64/compface-1.5.2-build.patch

-+
 /LICENSE|  188 ++
 /PKGBUILD   |   78 
 /compface-1.5.2-build.patch |  164 ++
 extra-i686/LICENSE  |   94 ---
 extra-i686/PKGBUILD |   38 --
 extra-i686/compface-1.5.2-build.patch   |   82 -
 extra-x86_64/LICENSE|   94 ---
 extra-x86_64/PKGBUILD   |   38 --
 extra-x86_64/compface-1.5.2-build.patch |   82 -
 9 files changed, 430 insertions(+), 428 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-08-21 12:01:51 UTC (rev 274557)
+++ extra-i686/LICENSE  2016-08-21 12:02:02 UTC (rev 274558)
@@ -1,94 +0,0 @@
-Extracted from Debian GNU/Linux's package:
-
-[...]
-
-Compface - 48x48x1 image compression and decompression
-Copyright (c) James Ashton 1990.
-Written 89/11/11
-
-Feel free to distribute this source at will so long as the above
-message and this message are included in full.
-
-This copyright message dosn't specify whether modified version is allowed,
-but the following mail from the author does allow them:
-
-> From: James Ashton 
-> Subject: Re: Bug#72019: compface not DFSG
-> Date: Wed, 20 Sep 2000 09:48:34 +1100 (EST)
-> 
-> >On Tue, Sep 19, 2000 at 08:58:43AM -0400, Raul Miller wrote:
-> >> Package: compface
-> >> Version: 1989.11.11-17.1
-> >> Severity: important
-> >>
-> >> compface's copyright doesn't grant permission to
-> >> distribute modified versions
-> >
-> >The compface copyright says:
-> >
-> >Feel free to distribute this source at will so long as the above
-> >message and this message are included in full.
-> >
-> >
-> >Which could be interpretated as it is allowed to distribute modified
-> >versions of it. James Ashton is the original author, would you care to
-> >clairify the matter, mr Ashton?
-> 
-> I don't mind modified versions being distributed.  Please included the
-> original copyright notices as specified and also prominently note, if
-> it is a modified version, the nature and author(s) of the
-> modifications.
-> --
-> James Ashton  VK1XJASystem Administrator
-> http://wwwsyseng.anu.edu.au/~jaa   Department of Systems 
Engineering
-> Voice +61 2 6279 8675  Research School of Information Sciences and 
Engineering
-> FAX   +61 2 6279 8688 Australian National University
-> Email james.ash...@anu.edu.auCanberra ACT 0200 Australia
-> 
-
-Another peoblem with the copyright of this source code is that the
-copyright message in the source files and in the readme file is conflicting.
-The following mail from the author should clear that up:
-
-> From: James Ashton 
-> Subject: Re: libcompface license (again)
-> Date: Thu, 22 Feb 2001 09:32:23 +1100 (EST)
-> 
-> >Hi,
-> >I'm maintaining the debian pkg of your compface lib, and I've talket to you
-> >before about it's license. And now ouer legal people have found another
-> >problem. The sourcefiles contains a diffrent copyright notice than the
-> >redmefile. They say:
-> >
-
-/*
- *  Compface - 48x48x1 image compression and decompression
- *
- *  Copyright (c) James Ashton - Sydney University - June 1990.
- *
- *  Written 11th November 1989.
- *
- *  Permission is given to distribute these sources, as long as the
- *  copyright messages are not removed, and no monies are exchanged. 
- *
- *  No responsibility is taken for any errors on inaccuracies inherent
- *  either to the comments or the code of this program, but if reported
- *  to me, then an attempt will be made to fix them.
- */
-
-> >
-> >The problem is the last part "no monies are exchanged". As you probably=20
-> >know we do allow third party companies 

[arch-commits] Commit in man2html/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:57:15
  Author: andyrtr
Revision: 274556

archrelease: copy trunk to extra-any

Added:
  man2html/repos/extra-any/PKGBUILD
(from rev 274555, man2html/trunk/PKGBUILD)
Deleted:
  man2html/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 11:57:05 UTC (rev 274555)
+++ PKGBUILD2016-08-21 11:57:15 UTC (rev 274556)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Paolo "PalmaWay" Palmieri 
-
-pkgname=man2html
-pkgver=3.0.1
-pkgrel=4
-pkgdesc="A Unix manpage-to-HTML converter"
-arch=('any')
-url="http://www.oac.uci.edu/indiv/ehood/man2html.html;
-license=('GPL')
-depends=('man-db' 'perl')
-source=(http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz)
-md5sums=('1c0d28c83225d0ebc845f2386c8f8384')
-
-package() {
-  cd ${srcdir}/${pkgname}${pkgver}
-  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 
-  perl install.me -batch -binpath ${pkgdir}/usr/bin -manpath 
${pkgdir}/usr/share/man
-  
-  sed -i "s:/usr/local:/usr:" man.cgi
-  install -m755 man.cgi ${pkgdir}/usr/bin/
-}

Copied: man2html/repos/extra-any/PKGBUILD (from rev 274555, 
man2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 11:57:15 UTC (rev 274556)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Paolo "PalmaWay" Palmieri 
+
+pkgname=man2html
+pkgver=3.0.1
+pkgrel=5
+pkgdesc="A Unix manpage-to-HTML converter"
+arch=('any')
+url="http://www.nongnu.org/man2html/;
+license=('GPL')
+depends=('man-db' 'perl')
+source=(#http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz
+http://www.cpan.org/authors/id/E/EH/EHOOD/$pkgname$pkgver.tar.gz)
+md5sums=('1c0d28c83225d0ebc845f2386c8f8384')
+
+# consider to move to Debians fork also used by Fedora
+# https://packages.debian.org/source/sid/man2html
+# http://pkgs.fedoraproject.org/cgit/rpms/man2html.git/tree/man2html.spec
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver}
+  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 
+  perl install.me -batch -binpath ${pkgdir}/usr/bin -manpath 
${pkgdir}/usr/share/man
+  
+  sed -i "s:/usr/local:/usr:" man.cgi
+  install -m755 man.cgi ${pkgdir}/usr/bin/
+}


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:57:05
  Author: andyrtr
Revision: 274555

upgpkg: man2html 3.0.1-5

rebuild old pkg - fix missing source/url

Modified:
  man2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 11:36:11 UTC (rev 274554)
+++ PKGBUILD2016-08-21 11:57:05 UTC (rev 274555)
@@ -6,15 +6,20 @@
 
 pkgname=man2html
 pkgver=3.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A Unix manpage-to-HTML converter"
 arch=('any')
-url="http://www.oac.uci.edu/indiv/ehood/man2html.html;
+url="http://www.nongnu.org/man2html/;
 license=('GPL')
 depends=('man-db' 'perl')
-source=(http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz)
+source=(#http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz
+http://www.cpan.org/authors/id/E/EH/EHOOD/$pkgname$pkgver.tar.gz)
 md5sums=('1c0d28c83225d0ebc845f2386c8f8384')
 
+# consider to move to Debians fork also used by Fedora
+# https://packages.debian.org/source/sid/man2html
+# http://pkgs.fedoraproject.org/cgit/rpms/man2html.git/tree/man2html.spec
+
 package() {
   cd ${srcdir}/${pkgname}${pkgver}
   install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:36:11
  Author: andyrtr
Revision: 274554

back to beanshell; beanshell2 is dead

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 11:35:44 UTC (rev 274553)
+++ PKGBUILD2016-08-21 11:36:11 UTC (rev 274554)
@@ -24,7 +24,7 @@
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'vigra' 'clucene'
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
@@ -334,7 +334,7 @@
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
'libmythes:for use in thesaurus'
-   'beanshell2:   interactive java -- good for 
prototyping/macros'
+   'beanshell:   interactive java -- good for 
prototyping/macros'
'vigra:C++ computer vision library, usable in 
Basebmp'
'libmspack:library for Microsoft compression formats 
for use in FontOOo'
'libwpg:   library for importing and converting 
WordPerfect Graphics format'


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:35:44
  Author: andyrtr
Revision: 274553

back to beanshell; beanshell2 is dead

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 11:33:00 UTC (rev 274552)
+++ PKGBUILD2016-08-21 11:35:44 UTC (rev 274553)
@@ -24,7 +24,7 @@
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'clucene' #'vigra' 
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' #'vigra' 
'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
@@ -304,7 +304,7 @@
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
'libmythes:for use in thesaurus'
-   'beanshell2:   interactive java -- good for 
prototyping/macros'
+   'beanshell:   interactive java -- good for 
prototyping/macros'
'libmspack:library for Microsoft compression formats 
for use in FontOOo'
'libwpg:   library for importing and converting 
WordPerfect Graphics format'
'sane: for scanner access'


[arch-commits] Commit in (beanshell2)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:33:00
  Author: andyrtr
Revision: 274552

remove dead pkg

Deleted:
  beanshell2/


[arch-commits] Commit in beanshell/repos (extra-any extra-any/PKGBUILD)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:30:22
  Author: andyrtr
Revision: 274550

archrelease: copy trunk to extra-any

Added:
  beanshell/repos/extra-any/
  beanshell/repos/extra-any/PKGBUILD
(from rev 274549, beanshell/trunk/PKGBUILD)

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

Copied: beanshell/repos/extra-any/PKGBUILD (from rev 274549, 
beanshell/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-08-21 11:30:22 UTC (rev 274550)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=beanshell
+pkgver=2.0b6
+pkgrel=1
+pkgdesc="Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java"
+arch=('any')
+url="https://github.com/beanshell/beanshell;
+license=('Apache')
+depends=('java-runtime')
+provides=('bsh')
+replaces=('beanshell2')
+conflicts=('beanshell2')
+source=("https://github.com/beanshell/beanshell/releases/download/$pkgver/bsh-${pkgver}.jar;)
+noextract=("${pkgname}-${pkgver}.jar")
+sha1sums=('fb418f9b33a0b951e9a2978b4b6ee93b2707e72f')
+
+# beanshell2 fork is dead
+# http://stackoverflow.com/questions/26549307/current-state-of-beanshell
+# https://github.com/stain/beanshell2 - google code got removed and only this 
fork is left and outdated 
+# original url http://www.beanshell.org - unmaintained
+
+# Fedora and our only package making use of it use the follow up of the old 
beanshell:
+# https://github.com/beanshell/beanshell
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/
+  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+}


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:30:12
  Author: andyrtr
Revision: 274549

upgpkg: beanshell 2.0b6-1

upstream update 2.0b6; CVE-2016-2510

Modified:
  beanshell/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 11:25:49 UTC (rev 274548)
+++ PKGBUILD2016-08-21 11:30:12 UTC (rev 274549)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 137744 2011-09-10 15:01:53Z pierre $
+# $Id$
 # Maintainer: AndyRTR 
 
 pkgname=beanshell


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


[arch-commits] Commit in (4 files)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 11:25:49
  Author: andyrtr
Revision: 274548

add pkg required by libreoffice replacing dead beanshell2 fork, original is 
alive again

Added:
  beanshell/
  beanshell/repos/
  beanshell/trunk/
  beanshell/trunk/PKGBUILD

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

Added: beanshell/trunk/PKGBUILD
===
--- beanshell/trunk/PKGBUILD(rev 0)
+++ beanshell/trunk/PKGBUILD2016-08-21 11:25:49 UTC (rev 274548)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 137744 2011-09-10 15:01:53Z pierre $
+# Maintainer: AndyRTR 
+
+pkgname=beanshell
+pkgver=2.0b6
+pkgrel=1
+pkgdesc="Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java"
+arch=('any')
+url="https://github.com/beanshell/beanshell;
+license=('Apache')
+depends=('java-runtime')
+provides=('bsh')
+replaces=('beanshell2')
+conflicts=('beanshell2')
+source=("https://github.com/beanshell/beanshell/releases/download/$pkgver/bsh-${pkgver}.jar;)
+noextract=("${pkgname}-${pkgver}.jar")
+sha1sums=('fb418f9b33a0b951e9a2978b4b6ee93b2707e72f')
+
+# beanshell2 fork is dead
+# http://stackoverflow.com/questions/26549307/current-state-of-beanshell
+# https://github.com/stain/beanshell2 - google code got removed and only this 
fork is left and outdated 
+# original url http://www.beanshell.org - unmaintained
+
+# Fedora and our only package making use of it use the follow up of the old 
beanshell:
+# https://github.com/beanshell/beanshell
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/
+  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+}


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 10:45:59
  Author: andyrtr
Revision: 274547

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 274546, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 274546, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 274546, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 274546, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 
 4 files changed, 188 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 274546, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-21 10:45:59 UTC (rev 274547)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.11.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python-nose' 'doxygen' 'python-sphinx' 'boost' 
'python-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/vigra-${pkgver}-src.tar.gz)
+md5sums=('7f80d289e03a2f2e8c8e85f3ff29d988')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc="Computer vision library"
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf "${pkgdir}"/usr/share/doc
+}
+
+package_vigra-doc() {
+  pkgdesc="Computer vision library - documentation and examples"
+  #depends=('vigra')
+  #arch=('any')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # cleanup
+  rm -rf "${pkgdir}"/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 274546, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2016-08-21 10:45:59 UTC (rev 
274547)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "mathutil.hxx"
+ #include "array_vector.hxx"
+ #include "sized_int.hxx"
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include 
+ #include 
+ #include  
++#include 
+ #include "vigra/multi_array.hxx"
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include 
++#include 
+ #include "tinyvector.hxx"
+ #include "iteratortags.hxx"
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 274546, 
vigra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-21 

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 10:45:48
  Author: andyrtr
Revision: 274546

upgpkg: vigra 1.11.0-3

boost 1.61 rebuild

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:35:06 UTC (rev 274545)
+++ PKGBUILD2016-08-21 10:45:48 UTC (rev 274546)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 10:30:05
  Author: tpowa
Revision: 187243

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

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

--+
 community-testing-i686/PKGBUILD  |   72 +
 community-testing-i686/build.sh  |   61 +++
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   72 +
 community-testing-x86_64/build.sh|   61 +++
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 6 files changed, 312 insertions(+)

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
187242, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 10:30:05 UTC (rev 187243)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.2
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.7' 'linux<4.8'
+ 'linux-headers>=4.7' 'linux-headers<4.8'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.7-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.7' 'linux<4.8')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.7' 'linux<4.8')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+

Copied: virtualbox-modules-arch/repos/community-testing-i686/build.sh (from rev 
187242, virtualbox-modules-arch/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2016-08-21 10:30:05 UTC (rev 187243)
@@ -0,0 +1,61 @@

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 10:29:50
  Author: tpowa
Revision: 187242

upgpkg: virtualbox-modules-arch 5.1.2-4

rebuild against 4.7.2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 10:25:12 UTC (rev 187241)
+++ PKGBUILD2016-08-21 10:29:50 UTC (rev 187242)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 10:25:12
  Author: tpowa
Revision: 187241

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

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

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
187240, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2016-08-21 10:25:12 UTC (rev 
187241)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 187240, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 10:25:12 UTC (rev 187241)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.7-ARCH
+pkgrel=33
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
187240, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2016-08-21 10:25:12 UTC (rev 
187241)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.7-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
187240, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2016-08-21 10:25:12 UTC (rev 
187241)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 187240, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 10:24:53
  Author: tpowa
Revision: 187240

upgpkg: vhba-module 20140928-33

rebuild against 4.7.2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:51:53 UTC (rev 187239)
+++ PKGBUILD2016-08-21 10:24:53 UTC (rev 187240)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.7-ARCH
-pkgrel=32
+pkgrel=33
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:51:42
  Author: tpowa
Revision: 187238

upgpkg: tp_smapi 0.42-3

rebuild against 4.7.2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:47:28 UTC (rev 187237)
+++ PKGBUILD2016-08-21 09:51:42 UTC (rev 187238)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.7-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:51:53
  Author: tpowa
Revision: 187239

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

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

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 187238, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 09:51:53 UTC (rev 187239)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.7-ARCH
+pkgrel=3
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
187238, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2016-08-21 09:51:53 UTC (rev 
187239)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.7-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 187238, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-21 09:51:53 UTC (rev 187239)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.7-ARCH
+pkgrel=3
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:47:28
  Author: tpowa
Revision: 187237

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

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

--+
 community-testing-i686/PKGBUILD  |   54 +
 community-testing-i686/linux-4.5.patch   |   13 ++
 community-testing-i686/linux-4.7.patch   |   34 ++
 community-testing-i686/r8168.install |   17 +
 community-testing-x86_64/PKGBUILD|   54 +
 community-testing-x86_64/linux-4.5.patch |   13 ++
 community-testing-x86_64/linux-4.7.patch |   34 ++
 community-testing-x86_64/r8168.install   |   17 +
 8 files changed, 236 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 187236, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 09:47:28 UTC (rev 187237)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.042
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch
+   linux-4.7.patch)
+sha256sums=('9dd8ae22115bcbef98c15b0b1e2160300cce3129ef7e0485d7e577188ba3fcc2'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e'
+'bbdc817278b17a1803c74228eaccbddb347ae92424a9a6cc92a68946f5392969')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+   patch -p1 -i ../linux-4.7.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/linux-4.5.patch (from rev 187236, 
r8168/trunk/linux-4.5.patch)
===
--- community-testing-i686/linux-4.5.patch  (rev 0)
+++ community-testing-i686/linux-4.5.patch  2016-08-21 09:47:28 UTC (rev 
187237)
@@ -0,0 +1,13 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index d197630..b47419d 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -4209,7 +4209,7 @@ static netdev_features_t rtl8168_fix_features(struct 
net_device *dev,
+ spin_lock_irqsave(>lock, flags);
+ if (dev->mtu > ETH_DATA_LEN) {
+ features &= ~NETIF_F_ALL_TSO;
+-features &= ~NETIF_F_ALL_CSUM;
++features &= ~NETIF_F_CSUM_MASK;
+ }
+ spin_unlock_irqrestore(>lock, flags);
+ 

Copied: 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:47:12
  Author: tpowa
Revision: 187236

upgpkg: r8168 8.042-4

rebuild against 4.7.2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:41:44 UTC (rev 187235)
+++ PKGBUILD2016-08-21 09:47:12 UTC (rev 187236)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.042
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:41:44
  Author: tpowa
Revision: 187235

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

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

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 187234, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 09:41:44 UTC (rev 187235)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
+pkgrel=53
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.7' 'linux<4.8')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
187234, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2016-08-21 09:41:44 UTC (rev 
187235)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 187234, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-21 09:41:44 UTC (rev 187235)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
+pkgrel=53
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8' 'linux>=4.7' 'linux<4.8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.7' 'linux<4.8')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:41:34
  Author: tpowa
Revision: 187234

upgpkg: bbswitch 0.8-53

rebuild against 4.7.2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:40:03 UTC (rev 187233)
+++ PKGBUILD2016-08-21 09:41:34 UTC (rev 187234)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.7-ARCH # Don't forget to update bbswitch.install
-pkgrel=52
+pkgrel=53
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:40:03
  Author: tpowa
Revision: 187233

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

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

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

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 187232, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-21 09:40:03 UTC (rev 187233)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=49
+_extramodules=extramodules-4.7-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
187232, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2016-08-21 09:40:03 UTC (rev 
187233)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.7-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 187232, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-21 09:40:03 UTC (rev 187233)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=49
+_extramodules=extramodules-4.7-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.7' 'linux<4.8')
+makedepends=('linux-headers>=4.7' 'linux-headers<4.8')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:39:52
  Author: tpowa
Revision: 187232

upgpkg: acpi_call 1.1.0-49

rebuild against 4.7.2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:22:02 UTC (rev 187231)
+++ PKGBUILD2016-08-21 09:39:52 UTC (rev 187232)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=48
+pkgrel=49
 _extramodules=extramodules-4.7-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:35:06
  Author: tpowa
Revision: 274545

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 274544, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/linux-4.6.patch
(from rev 274544, nvidia-340xx/trunk/linux-4.6.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 274544, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 274544, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/linux-4.6.patch
(from rev 274544, nvidia-340xx/trunk/linux-4.6.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 274544, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/PKGBUILD   |   71 
 testing-i686/linux-4.6.patch|  150 ++
 testing-i686/nvidia-340xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   71 
 testing-x86_64/linux-4.6.patch  |  150 ++
 testing-x86_64/nvidia-340xx.install |   13 ++
 6 files changed, 468 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 274544, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 09:35:06 UTC (rev 274545)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extramodules-4.7-ARCH
+pkgrel=15
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.7' 'linux-headers<4.8')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=('linux-4.6.patch')
+source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('1f2baa65fd351ae7a2fc3dfd71ffcbfe')
+md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
+md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+patch -p1 --no-backup-if-mismatch -i ../linux-4.6.patch
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.7' 'linux<4.8' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/testing-i686/linux-4.6.patch (from rev 274544, 
nvidia-340xx/trunk/linux-4.6.patch)
===
--- testing-i686/linux-4.6.patch(rev 0)
+++ testing-i686/linux-4.6.patch2016-08-21 09:35:06 UTC (rev 274545)
@@ -0,0 +1,150 @@
+--- /dev/null
 b/kernel/nv-mm.h
+@@ -0,0 +1,55 @@
++/***
++Copyright (c) 2016 NVIDIA 

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD linux-4.6.patch)

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:34:43
  Author: tpowa
Revision: 274544

upgpkg: nvidia-340xx 340.96-15

rebuild for 4.7.2

Added:
  nvidia-340xx/trunk/linux-4.6.patch
Modified:
  nvidia-340xx/trunk/PKGBUILD

-+
 PKGBUILD|2 
 linux-4.6.patch |  150 ++
 2 files changed, 151 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:25:36 UTC (rev 274543)
+++ PKGBUILD2016-08-21 09:34:43 UTC (rev 274544)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
 _extramodules=extramodules-4.7-ARCH
-pkgrel=14
+pkgrel=15
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.7' 'linux-headers<4.8')

Added: linux-4.6.patch
===
--- linux-4.6.patch (rev 0)
+++ linux-4.6.patch 2016-08-21 09:34:43 UTC (rev 274544)
@@ -0,0 +1,150 @@
+--- /dev/null
 b/kernel/nv-mm.h
+@@ -0,0 +1,55 @@
++/***
++Copyright (c) 2016 NVIDIA Corporation
++
++Permission is hereby granted, free of charge, to any person obtaining a 
copy
++of this software and associated documentation files (the "Software"), to
++deal in the Software without restriction, including without limitation the
++rights to use, copy, modify, merge, publish, distribute, sublicense, 
and/or
++sell copies of the Software, and to permit persons to whom the Software is
++furnished to do so, subject to the following conditions:
++
++The above copyright notice and this permission notice shall be
++included in all copies or substantial portions of the Software.
++
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
++THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
++FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
++DEALINGS IN THE SOFTWARE.
++
++***/
++#ifndef __NV_MM_H__
++#define __NV_MM_H__
++
++/*  get_user_pages_remote() was added by:
++ *2016 Feb 12: 1e9877902dc7e11d2be038371c6fbf2dfcd469d7
++ *
++ *  The very next commit (cde70140fed8429acf7a14e2e2cbd3e329036653)
++ *  deprecated the 8-argument version of get_user_pages for the
++ *  non-remote case (calling get_user_pages with current and current->mm).
++ *
++ *  The guidelines are: call NV_GET_USER_PAGES_REMOTE if you need the 
8-argument
++ *  version that uses something other than current and current->mm. Use
++ *  NV_GET_USER_PAGES if you are refering to current and current->mm.
++ *
++*  Note that get_user_pages_remote() requires the caller to hold a reference 
on
++*  the task_struct (if non-NULL) and the mm_struct. This will always be true
++*  when using current and current->mm. If the kernel passes the driver a vma
++*  via driver callback, the kernel holds a reference on vma->vm_mm over that
++*  callback.
++ */
++
++#if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
++#define NV_GET_USER_PAGES   get_user_pages
++#define NV_GET_USER_PAGES_REMOTEget_user_pages_remote
++#else
++#define NV_GET_USER_PAGES(start, nr_pages, write, force, pages, vmas) \
++get_user_pages(current, current->mm, start, nr_pages, write, force, 
pages, vmas)
++
++#define NV_GET_USER_PAGES_REMOTEget_user_pages
++#endif
++
++
++#endif // __NV_MM_H__
+--- a/kernel/os-mlock.c
 b/kernel/os-mlock.c
+@@ -13,6 +13,7 @@
+ 
+ #include "os-interface.h"
+ #include "nv-linux.h"
++#include "nv-mm.h"
+ 
+ RM_STATUS NV_API_CALL os_lock_user_pages(
+ void   *address,
+@@ -45,7 +46,7 @@ RM_STATUS NV_API_CALL os_lock_user_pages(
+ }
+ 
+ down_read(>mmap_sem);
+-ret = get_user_pages(current, mm, (unsigned long)address,
++ret = NV_GET_USER_PAGES((unsigned long)address,
+ page_count, write, force, user_pages, NULL);
+ up_read(>mmap_sem);
+ pinned = ret;
+@@ -59,7 +59,7 @@ RM_STATUS NV_API_CALL os_lock_user_pages(
+ else if (pinned < page_count)
+ {
+ for (i = 0; i < pinned; i++)
+-page_cache_release(user_pages[i]);
++put_page(user_pages[i]);
+ os_free_mem(user_pages);
+ return RM_ERR_INVALID_ADDRESS;
+ }
+@@ -86,7 +86,7 @@ RM_STATUS NV_API_CALL os_unlock_user_pages(
+ {
+ if (write)
+ set_page_dirty_lock(user_pages[i]);
+-page_cache_release(user_pages[i]);
++put_page(user_pages[i]);

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:25:27
  Author: andyrtr
Revision: 274542

upgpkg: liborcus 0.11.2-2

boost 1.61 rebuild

Modified:
  liborcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:21:55 UTC (rev 274541)
+++ PKGBUILD2016-08-21 09:25:27 UTC (rev 274542)
@@ -4,7 +4,7 @@
 
 pkgname=liborcus
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('i686' 'x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md;


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:25:36
  Author: andyrtr
Revision: 274543

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

Added:
  liborcus/repos/staging-i686/
  liborcus/repos/staging-i686/PKGBUILD
(from rev 274542, liborcus/trunk/PKGBUILD)
  liborcus/repos/staging-x86_64/
  liborcus/repos/staging-x86_64/PKGBUILD
(from rev 274542, liborcus/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: liborcus/repos/staging-i686/PKGBUILD (from rev 274542, 
liborcus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-21 09:25:36 UTC (rev 274543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('i686' 'x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}

Copied: liborcus/repos/staging-x86_64/PKGBUILD (from rev 274542, 
liborcus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-21 09:25:36 UTC (rev 274543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('i686' 'x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2016-08-21 Thread Maxime Gauduin
Date: Sunday, August 21, 2016 @ 09:22:02
  Author: alucryd
Revision: 187231

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 09:21:50 UTC (rev 187230)
+++ PKGBUILD2016-08-21 09:22:02 UTC (rev 187231)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Marc Schulte 
-
-pkgbase=tlp
-pkgname=('tlp' 'tlp-rdw')
-pkgver=0.9
-pkgrel=1
-arch=('any')
-url='http://linrunner.de/en/tlp/tlp.html'
-license=('GPL2' 'GPL3')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;)
-sha256sums=('887b226d443f930398fda5793ac690e1e1ef7dd2187db7be0278359315aa7a76')
-
-package_tlp() {
-  pkgdesc='Linux Advanced Power Management'
-  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
-  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
-  'bash-completion: Bash completion'
-  'ethtool: Disable Wake On Lan'
-  'lsb-release: Display LSB release version in tlp-stat'
-  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
-  'tp_smapi: ThinkPad battery functions'
-  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
-  conflicts=('laptop-mode-tools' 'pm-utils')
-  backup=('etc/default/tlp')
-
-  cd TLP-${pkgver}
-
-  export TLP_SBIN='/usr/bin'
-  export TLP_ULIB='/usr/lib/udev'
-  export TLP_SYSD='/usr/lib/systemd/system'
-  export TLP_NO_INIT='1'
-  export TLP_NO_PMUTILS='1'
-  export TLP_WITH_SYSTEMD='1'
-
-  make DESTDIR="${pkgdir}" install-tlp install-man
-}
-
-package_tlp-rdw() {
-  pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
-  depends=('networkmanager' 'tlp')
-
-  cd TLP-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-rdw
-}
-
-# vim: ts=2 sw=2 et:

Copied: tlp/repos/community-any/PKGBUILD (from rev 187230, tlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 09:22:02 UTC (rev 187231)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Marc Schulte 
+
+pkgbase=tlp
+pkgname=('tlp' 'tlp-rdw')
+pkgver=0.9
+pkgrel=2
+arch=('any')
+url='http://linrunner.de/en/tlp/tlp.html'
+license=('GPL2' 'GPL3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz;)
+sha256sums=('887b226d443f930398fda5793ac690e1e1ef7dd2187db7be0278359315aa7a76')
+
+package_tlp() {
+  pkgdesc='Linux Advanced Power Management'
+  depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
+  optdepends=('acpi_call: ThinkPad battery functions, Sandy Bridge and newer'
+  'bash-completion: Bash completion'
+  'ethtool: Disable Wake On Lan'
+  'lsb-release: Display LSB release version in tlp-stat'
+  'smartmontools: Display S.M.A.R.T. data in tlp-stat'
+  'tp_smapi: ThinkPad battery functions'
+  'x86_energy_perf_policy: Set energy versus performance policy on 
x86 processors')
+  conflicts=('laptop-mode-tools' 'pm-utils')
+  backup=('etc/default/tlp')
+
+  cd TLP-${pkgver}
+
+  export TLP_SBIN='/usr/bin'
+  export TLP_ULIB='/usr/lib/udev'
+  export TLP_SYSD='/usr/lib/systemd/system'
+  export TLP_NO_INIT='1'
+  export TLP_NO_PMUTILS='1'
+  export TLP_WITH_SYSTEMD='1'
+
+  make DESTDIR="${pkgdir}" install-tlp install-man
+}
+
+package_tlp-rdw() {
+  pkgdesc='Linux Advanced Power Management - Radio Device Wizard'
+  depends=('networkmanager' 'tlp')
+
+  cd TLP-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-rdw
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tlp-arch.patch
===
--- tlp-arch.patch  2016-08-21 09:21:50 UTC (rev 187230)
+++ tlp-arch.patch  2016-08-21 09:22:02 UTC (rev 187231)
@@ -1,41 +0,0 @@
-diff -rupN TLP-0.7.orig/tlp.rules TLP-0.7/tlp.rules
 TLP-0.7.orig/tlp.rules 2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/tlp.rules  2015-02-24 10:41:35.026696729 +0100
-@@ -4,7 +4,7 @@
- # This software is licensed under the GPL v2 or later.
- 
- # handle change of power source ac/bat
--ACTION=="change", SUBSYSTEM=="power_supply", ATTR{type}=="Mains", 
RUN+="/usr/sbin/tlp auto"
-+ACTION=="change", SUBSYSTEM=="power_supply", ATTR{type}=="Mains", 
RUN+="/usr/bin/tlp 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:21:55
  Author: tpowa
Revision: 274541

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 274540, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 274540, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/linux-4.6.patch
(from rev 274540, nvidia-304xx/trunk/linux-4.6.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 274540, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 274540, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 274540, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/linux-4.6.patch
(from rev 274540, nvidia-304xx/trunk/linux-4.6.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 274540, nvidia-304xx/trunk/nvidia-304xx.install)

-+
 testing-i686/PKGBUILD   |   75 +
 testing-i686/disable-mtrr.patch |   24 +
 testing-i686/linux-4.6.patch|  144 ++
 testing-i686/nvidia-304xx.install   |   13 +++
 testing-x86_64/PKGBUILD |   75 +
 testing-x86_64/disable-mtrr.patch   |   24 +
 testing-x86_64/linux-4.6.patch  |  144 ++
 testing-x86_64/nvidia-304xx.install |   13 +++
 8 files changed, 512 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 274540, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 09:21:55 UTC (rev 274541)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.131
+_extramodules=extramodules-4.7-ARCH
+pkgrel=16
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.7' 'linux-headers<4.8')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch' 'linux-4.6.patch')
+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=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'a240e354fcc8ad69982206b4291dfe0fa3660b410d0ffa7903c4fcdb2397254293bfa3160874f89327cfca85d78385260072008091990bc6640ea047e55c53ab')
+sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+
+patch -p1 --no-backup-if-mismatch -i ../linux-4.6.patch
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.7' 'linux<4.8' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module 

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

2016-08-21 Thread Maxime Gauduin
Date: Sunday, August 21, 2016 @ 09:21:50
  Author: alucryd
Revision: 187230

FS#49508: tlp 0.9-2

Modified:
  tlp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:57:03 UTC (rev 187229)
+++ PKGBUILD2016-08-21 09:21:50 UTC (rev 187230)
@@ -5,7 +5,7 @@
 pkgbase=tlp
 pkgname=('tlp' 'tlp-rdw')
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://linrunner.de/en/tlp/tlp.html'
 license=('GPL2' 'GPL3')
@@ -15,7 +15,7 @@
 package_tlp() {
   pkgdesc='Linux Advanced Power Management'
   depends=('hdparm' 'iw' 'pciutils' 'rfkill' 'usbutils' 'util-linux')
-  optdepends=('acpi_call: Sandy Bridge and newer ThinkPad battery functions'
+  optdepends=('acpi_call: ThinkPad battery functions, Sandy Bridge and newer'
   'bash-completion: Bash completion'
   'ethtool: Disable Wake On Lan'
   'lsb-release: Display LSB release version in tlp-stat'


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:21:04
  Author: tpowa
Revision: 274540

upgpkg: nvidia-304xx 304.131-16

rebuild for 4.7.2

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:20:00 UTC (rev 274539)
+++ PKGBUILD2016-08-21 09:21:04 UTC (rev 274540)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.7-ARCH
-pkgrel=15
+pkgrel=16
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.7' 'linux-headers<4.8')


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:20:00
  Author: tpowa
Revision: 274539

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

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

+
 testing-i686/0001-linux-4.7-i686.patch |   46 +
 testing-i686/0001-linux-4.7-x86_64.patch   |   64 +++
 testing-i686/PKGBUILD  |   89 +++
 testing-i686/nvidia.install|   13 +++
 testing-x86_64/0001-linux-4.7-i686.patch   |   46 +
 testing-x86_64/0001-linux-4.7-x86_64.patch |   64 +++
 testing-x86_64/PKGBUILD|   89 +++
 testing-x86_64/nvidia.install  |   13 +++
 8 files changed, 424 insertions(+)

Copied: nvidia/repos/testing-i686/0001-linux-4.7-i686.patch (from rev 274538, 
nvidia/trunk/0001-linux-4.7-i686.patch)
===
--- testing-i686/0001-linux-4.7-i686.patch  (rev 0)
+++ testing-i686/0001-linux-4.7-i686.patch  2016-08-21 09:20:00 UTC (rev 
274539)
@@ -0,0 +1,46 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include "nvidia-drm-ioctl.h"
+ #include "nvidia-drm-gem.h"
++#include 
+ 
+ static struct nvidia_drm_gem_object *nvidia_drm_gem_new
+ (
+@@ -408,7 +409,11 @@
+ 
+ mutex_lock(>struct_mutex);
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, handle);
++#else
+ gem = drm_gem_object_lookup(dev, file, handle);
++#endif
+ 
+ if (gem == NULL)
+ {

Copied: nvidia/repos/testing-i686/0001-linux-4.7-x86_64.patch (from rev 274538, 
nvidia/trunk/0001-linux-4.7-x86_64.patch)
===
--- testing-i686/0001-linux-4.7-x86_64.patch(rev 0)
+++ testing-i686/0001-linux-4.7-x86_64.patch2016-08-21 09:20:00 UTC (rev 
274539)
@@ -0,0 +1,64 @@
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c 
nvidia-367.35/nvidia-drm/nvidia-drm-fb.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-fb.c  2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-fb.c   2016-08-06 00:38:00.550651165 
+0200
+@@ -31,6 +31,7 @@
+ #include "nvidia-drm-gem.h"
+ 
+ #include 
++#include 
+ 
+ static void nvidia_framebuffer_destroy(struct drm_framebuffer *fb)
+ {
+@@ -114,7 +115,11 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,7,0)
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
++#else
+ gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++#endif
+ 
+ if (gem == NULL)
+ {
+diff -u -r nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 
nvidia-367.35/nvidia-drm/nvidia-drm-gem.c
+--- nvidia-367.35-orig/nvidia-drm/nvidia-drm-gem.c 2016-07-15 
18:58:50.0 +0200
 nvidia-367.35/nvidia-drm/nvidia-drm-gem.c  2016-08-06 00:37:47.237546102 
+0200
+@@ -27,6 +27,7 @@
+ #include "nvidia-drm-priv.h"
+ #include 

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 09:19:40
  Author: tpowa
Revision: 274538

upgpkg: nvidia 367.35-3

rebuild for 4.7.2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:19:01 UTC (rev 274537)
+++ PKGBUILD2016-08-21 09:19:40 UTC (rev 274538)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=367.35
 _extramodules=extramodules-4.7-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:18:54
  Author: andyrtr
Revision: 274536

upgpkg: libixion 0.11.1-2

boost 1.61 rebuild

Modified:
  libixion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:11:03 UTC (rev 274535)
+++ PKGBUILD2016-08-21 09:18:54 UTC (rev 274536)
@@ -4,7 +4,7 @@
 
 pkgname=libixion
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md;


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:19:01
  Author: andyrtr
Revision: 274537

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

Added:
  libixion/repos/staging-i686/
  libixion/repos/staging-i686/LICENSE
(from rev 274536, libixion/trunk/LICENSE)
  libixion/repos/staging-i686/PKGBUILD
(from rev 274536, libixion/trunk/PKGBUILD)
  libixion/repos/staging-x86_64/
  libixion/repos/staging-x86_64/LICENSE
(from rev 274536, libixion/trunk/LICENSE)
  libixion/repos/staging-x86_64/PKGBUILD
(from rev 274536, libixion/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|3 +++
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/LICENSE  |3 +++
 staging-x86_64/PKGBUILD |   37 +
 4 files changed, 80 insertions(+)

Copied: libixion/repos/staging-i686/LICENSE (from rev 274536, 
libixion/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-08-21 09:19:01 UTC (rev 274537)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied: libixion/repos/staging-i686/PKGBUILD (from rev 274536, 
libixion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-21 09:19:01 UTC (rev 274537)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=libixion
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md;
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;
+LICENSE)
+sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
+'2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 $srcdir/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: libixion/repos/staging-x86_64/LICENSE (from rev 274536, 
libixion/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2016-08-21 09:19:01 UTC (rev 274537)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 274536, 
libixion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-21 09:19:01 UTC (rev 274537)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=libixion
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md;
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;
+LICENSE)
+sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
+'2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 $srcdir/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:10:56
  Author: andyrtr
Revision: 274534

upgpkg: libcmis 0.5.1-3

boost 1.61 rebuild

Modified:
  libcmis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 09:03:50 UTC (rev 274533)
+++ PKGBUILD2016-08-21 09:10:56 UTC (rev 274534)
@@ -3,7 +3,7 @@
 
 pkgname=libcmis
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="a C/C++ client library for the CMIS protocol"
 arch=('x86_64' 'i686')
 url="https://github.com/tdf/libcmis;


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:11:03
  Author: andyrtr
Revision: 274535

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

Added:
  libcmis/repos/staging-i686/
  libcmis/repos/staging-i686/PKGBUILD
(from rev 274534, libcmis/trunk/PKGBUILD)
  libcmis/repos/staging-i686/google_drive.diff
(from rev 274534, libcmis/trunk/google_drive.diff)
  libcmis/repos/staging-x86_64/
  libcmis/repos/staging-x86_64/PKGBUILD
(from rev 274534, libcmis/trunk/PKGBUILD)
  libcmis/repos/staging-x86_64/google_drive.diff
(from rev 274534, libcmis/trunk/google_drive.diff)

--+
 staging-i686/PKGBUILD|   39 +
 staging-i686/google_drive.diff   |  106 +
 staging-x86_64/PKGBUILD  |   39 +
 staging-x86_64/google_drive.diff |  106 +
 4 files changed, 290 insertions(+)

Copied: libcmis/repos/staging-i686/PKGBUILD (from rev 274534, 
libcmis/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-21 09:11:03 UTC (rev 274535)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libcmis
+pkgver=0.5.1
+pkgrel=3
+pkgdesc="a C/C++ client library for the CMIS protocol"
+arch=('x86_64' 'i686')
+url="https://github.com/tdf/libcmis;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('boost-libs' 'curl' 'libxml2')
+makedepends=('docbook2x' 'cppunit' 'boost')
+source=("https://github.com/tdf/libcmis/releases/download/v${pkgver}/$pkgname-$pkgver.tar.gz;
+google_drive.diff)
+md5sums=('3270154f0f40d86fce849b161f914101'
+ '57eede4fdbd4709f48beee9e7b5f1509')
+validpgpkeys=()
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i ${srcdir}/google_drive.diff
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr DOCBOOK2MAN='docbook2man'
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+# fails a google drive check - fix will be included in the next release
+   make check || /bin/true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}

Copied: libcmis/repos/staging-i686/google_drive.diff (from rev 274534, 
libcmis/trunk/google_drive.diff)
===
--- staging-i686/google_drive.diff  (rev 0)
+++ staging-i686/google_drive.diff  2016-08-21 09:11:03 UTC (rev 274535)
@@ -0,0 +1,106 @@
+diff --git a/src/libcmis/oauth2-providers.cxx 
b/src/libcmis/oauth2-providers.cxx
+index 5e7f3bf..68a6aa5 100644
+--- a/src/libcmis/oauth2-providers.cxx
 b/src/libcmis/oauth2-providers.cxx
+@@ -37,11 +37,28 @@ using namespace std;
+ string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& 
authUrl,
+   const string& username, const string& 
password )
+ {
++/* This member function implements 'Google OAuth 2.0'
++ *
++ * The interaction is carried out by libcmis, with no web browser 
involved.
++ *
++ * Normal sequence (without 2FA) is:
++ * 1) a get to activate login page
++ *receive first login page, html format
++ * 2) subsequent post to sent email
++ *receive html page for password input
++ * 3) subsequent post to send password
++ *receive html page for application consent
++ * 4) subsequent post to send a consent for the application
++ *receive a single-use authorization code
++ *this code is returned as a string
++ */
++
+ static const string CONTENT_TYPE( "application/x-www-form-urlencoded" );
+ // STEP 1: Log in
+ string res;
+ try
+ {
++// send the first get, receive the html login page
+ res = session->httpGetRequest( authUrl )->getStream( )->str( );
+ }
+ catch ( const CurlException& e )
+@@ -49,20 +66,39 @@ string OAuth2Providers::OAuth2Gdrive( HttpSession* 
session, const string& authUr
+ return string( );
+ }
+ 
+-string loginPost, loginLink; 
+-if ( !parseResponse( res.c_str( ), loginPost, loginLink ) ) 
++string loginEmailPost, loginEmailLink;
++if ( !parseResponse( res.c_str( ), loginEmailPost, loginEmailLink ) )
+ return string( );
+-
+-loginPost += "Email=";  
+-loginPost += string( username );
+-loginPost += "=";
+-loginPost += string( password );
+-
+-istringstream loginIs( loginPost );
+-string loginRes;
+-try 
++
++loginEmailPost += "Email=";
++loginEmailPost += string( username );
++
++istringstream loginEmailIs( loginEmailPost );
++string loginEmailRes;
++try
++{
++// send a post with user email, receive the html page for password 
input
++loginEmailRes = session->httpPostRequest ( loginEmailLink, 
loginEmailIs, CONTENT_TYPE )
++

[arch-commits] Commit in xf86-video-intel/repos (6 files)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:03:50
  Author: andyrtr
Revision: 274533

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 274532, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 274532, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 274532, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 274532, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-i686/xf86-video-intel.install   |   21 +
 testing-x86_64/PKGBUILD |   65 ++
 testing-x86_64/xf86-video-intel.install |   21 +
 4 files changed, 172 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 274532, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 09:03:50 UTC (rev 274533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=12c14de # 7 digits
+pkgver=2.99.917+697+g12c14de
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
274532, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-08-21 09:03:50 UTC (rev 
274533)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 274532, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 09:03:50 UTC (rev 274533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=12c14de # 7 digits
+pkgver=2.99.917+697+g12c14de
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 09:03:42
  Author: andyrtr
Revision: 274532

upgpkg: xf86-video-intel 1:2.99.917+697+g12c14de-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:57:49 UTC (rev 274531)
+++ PKGBUILD2016-08-21 09:03:42 UTC (rev 274532)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=a77397a # 7 digits
-pkgver=2.99.917+691+ga77397a
+_commit=12c14de # 7 digits
+pkgver=2.99.917+697+g12c14de
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:57:49
  Author: andyrtr
Revision: 274531

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 274530, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 274530, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 274530, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 274530, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  116 +++
 testing-i686/license.txt   |   33 
 testing-x86_64/PKGBUILD|  116 +++
 testing-x86_64/license.txt |   33 
 4 files changed, 298 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 274530, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 08:57:49 UTC (rev 274531)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=3140100
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip
+http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('7127041adb3f7f94f0a668625d9e74a413c1ddbb'
+  'aad54bb01293bb75e880377be46132874d928ae0'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 274530, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:57:36
  Author: andyrtr
Revision: 274530

upgpkg: sqlite 3.14.1-1

upstream update 3.14.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:47:12 UTC (rev 274529)
+++ PKGBUILD2016-08-21 08:57:36 UTC (rev 274530)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=314
+_srcver=3140100
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('d9470fa06b352e3e17b6c4b78cf8059ac1f79aa4'
-  'a58fe1b26f55cda14271fe0356b5cbdb11e58751'
+sha1sums=('7127041adb3f7f94f0a668625d9e74a413c1ddbb'
+  'aad54bb01293bb75e880377be46132874d928ae0'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


[arch-commits] Commit in python-sphinx/repos (2 files)

2016-08-21 Thread Johannes Löthberg
Date: Sunday, August 21, 2016 @ 08:57:03
  Author: demize
Revision: 187229

archrelease: copy trunk to community-testing-any

Added:
  python-sphinx/repos/community-testing-any/
  python-sphinx/repos/community-testing-any/PKGBUILD
(from rev 187228, python-sphinx/trunk/PKGBUILD)

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

Copied: python-sphinx/repos/community-testing-any/PKGBUILD (from rev 187228, 
python-sphinx/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-08-21 08:57:03 UTC (rev 187229)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.4.6
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 'python2-babel'
+  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
+  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
+  'python2-mock'
+)
+
+source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
+md5sums=('e86658823b51296dbe6ebff5f58988c9'
+ 'SKIP')
+
+prepare() {
+  # souce duplication is required because makefile modify source code
+  # setyp.py --build tricks don't works well
+  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
+  # change python2 interpreter
+  find Sphinx-${pkgver}2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # change sphinx-binaries name in source code
+  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
+sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+}
+
+build() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+  make PYTHON=python3 build
+
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+  make PYTHON=python2 build
+}
+
+check() {
+  msg2 'Python 3 version'
+  cd "$srcdir"/Sphinx-$pkgver
+#  make PYTHON=python3 test
+  rm -r tests
+
+  msg2 'Python 2 version'
+  cd "$srcdir"/Sphinx-${pkgver}2
+#  make PYTHON=python2 test
+  rm -r tests
+}
+
+package_python-sphinx() {
+  pkgdesc='Python3 documentation generator'
+  depends=(
+'python-jinja'
+'python-pygments'
+'python-docutils'
+'python-sphinx_rtd_theme'
+'python-sphinx-alabaster-theme'
+'python-babel'
+'python-snowballstemmer'
+'python-six'
+'python-imagesize'
+  )
+  optdepends=('texlive-latexextra: for generation of PDF documentation')
+
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
+}
+
+package_python2-sphinx() {
+  pkgdesc='Python2 documentation generator'
+  depends=(
+'python2-jinja'
+'python2-pygments'
+'python2-docutils'
+'python2-sphinx_rtd_theme'
+'python2-sphinx-alabaster-theme'
+'python2-babel'
+'python2-snowballstemmer'
+'python2-six'
+'python2-imagesize'
+  )
+  optdepends=('texlive-latexextra: for generation of PDF documentation')
+
+  cd Sphinx-${pkgver}2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-21 Thread Johannes Löthberg
Date: Sunday, August 21, 2016 @ 08:56:45
  Author: demize
Revision: 187228

archrelease: copy trunk to community-any

Added:
  python-sphinx/repos/community-any/PKGBUILD
(from rev 187227, python-sphinx/trunk/PKGBUILD)
Deleted:
  python-sphinx/repos/community-any/PKGBUILD

--+
 PKGBUILD |  246 ++---
 1 file changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 08:56:35 UTC (rev 187227)
+++ PKGBUILD2016-08-21 08:56:45 UTC (rev 187228)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.5
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-)
-
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('5c2cd2dac45dfa6123d067e32a89e89a'
- 'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-#  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 187227, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 08:56:45 UTC (rev 187228)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.4.6
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 

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

2016-08-21 Thread Johannes Löthberg
Date: Sunday, August 21, 2016 @ 08:56:35
  Author: demize
Revision: 187227

upgpkg: python-sphinx 1.4.6-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:45:54 UTC (rev 187226)
+++ PKGBUILD2016-08-21 08:56:35 UTC (rev 187227)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 
 arch=('any')
@@ -41,7 +41,7 @@
 
source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
 
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('5c2cd2dac45dfa6123d067e32a89e89a'
+md5sums=('e86658823b51296dbe6ebff5f58988c9'
  'SKIP')
 
 prepare() {


[arch-commits] Commit in hunspell-en/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:47:12
  Author: andyrtr
Revision: 274529

archrelease: copy trunk to extra-any

Added:
  hunspell-en/repos/extra-any/PKGBUILD
(from rev 274528, hunspell-en/trunk/PKGBUILD)
Deleted:
  hunspell-en/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 08:46:40 UTC (rev 274528)
+++ PKGBUILD2016-08-21 08:47:12 UTC (rev 274529)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hunspell-en
-pkgver=2016.01.19
-pkgrel=1
-pkgdesc="English hunspell dictionaries"
-arch=(any)
-url="http://wordlist.aspell.net/dicts/;
-license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('efd0eca83d484a68785263904b68333f337178b5'
-  'cf4d87fa3f438bf588208a6547e8a52a7956250b'
-  'a82d605b934408e2fca193a8848ef6260febfa60')
-
-prepare() {
-  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
-}
-
-build() {
- /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
-  for lang in $en_GB_aliases; do
-   ln -s en_GB-large.aff $lang.aff
-   ln -s en_GB-large.dic $lang.dic
-  done
-  en_US_aliases="en_PH"
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
-
-  # licenses
-  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
-  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
-}

Copied: hunspell-en/repos/extra-any/PKGBUILD (from rev 274528, 
hunspell-en/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-21 08:47:12 UTC (rev 274529)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hunspell-en
+pkgver=2016.06.26
+pkgrel=1
+pkgdesc="English hunspell dictionaries"
+arch=(any)
+url="http://wordlist.aspell.net/dicts/;
+license=('LGPL' 'custom:scowl')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('40163c20e0b168d45caf002e7ee3bbadbf78c25f'
+  '639a59d74faa0cb0f763e802a9585f7f92b55866'
+  'b77e46f667e033dba2db97c9b2299c764da07165')
+
+prepare() {
+  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
+}
+
+build() {
+ /bin/true
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+  for lang in $en_GB_aliases; do
+   ln -s en_GB-large.aff $lang.aff
+   ln -s en_GB-large.dic $lang.dic
+  done
+  en_US_aliases="en_PH"
+  for lang in $en_US_aliases; do
+   ln -s en_US.aff $lang.aff
+   ln -s en_US.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
+
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+  install -D -m644 README_en_CA.txt 

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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:46:40
  Author: andyrtr
Revision: 274528

upgpkg: hunspell-en 2016.06.26-1

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:42:28 UTC (rev 274527)
+++ PKGBUILD2016-08-21 08:46:40 UTC (rev 274528)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-en
-pkgver=2016.01.19
+pkgver=2016.06.26
 pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
@@ -12,9 +12,9 @@
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('efd0eca83d484a68785263904b68333f337178b5'
-  'cf4d87fa3f438bf588208a6547e8a52a7956250b'
-  'a82d605b934408e2fca193a8848ef6260febfa60')
+sha1sums=('40163c20e0b168d45caf002e7ee3bbadbf78c25f'
+  '639a59d74faa0cb0f763e802a9585f7f92b55866'
+  'b77e46f667e033dba2db97c9b2299c764da07165')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff


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

2016-08-21 Thread Pierre Neidhardt
Date: Sunday, August 21, 2016 @ 08:45:54
  Author: ambrevar
Revision: 187226

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

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

--+
 /PKGBUILD|  116 +
 /fzf.install |   54 +++
 community-i686/PKGBUILD  |   58 
 community-i686/fzf.install   |   27 -
 community-x86_64/PKGBUILD|   58 
 community-x86_64/fzf.install |   27 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-21 08:45:05 UTC (rev 187225)
+++ community-i686/PKGBUILD 2016-08-21 08:45:54 UTC (rev 187226)
@@ -1,58 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.13.3
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("ncurses")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim-fzf: vim plugin"
-   "zsh: zsh keybindings")
-install="fzf.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
-   "git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('04bb6901959fb9d4a3193662ef27b6a9bac106630b9a4d2921d6af3512de8d2f'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf.fish"
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 187225, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-21 08:45:54 UTC (rev 187226)
@@ -0,0 +1,58 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.13.5
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+depends=("ncurses")
+makedepends=("git" "go")
+optdepends=("fish: fish keybindings"
+   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim-fzf: vim plugin"
+   "zsh: zsh keybindings")
+install="fzf.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
+   "git+https://github.com/junegunn/$pkgname.wiki;)
+sha256sums=('3494f3e3987da31f6de100214b24203f67852a15b309f1a954a54635dc0dc238'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 

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

2016-08-21 Thread Pierre Neidhardt
Date: Sunday, August 21, 2016 @ 08:45:05
  Author: ambrevar
Revision: 187225

upgpkg: fzf 0.13.5-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:06:51 UTC (rev 187224)
+++ PKGBUILD2016-08-21 08:45:05 UTC (rev 187225)
@@ -5,7 +5,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.13.3
+pkgver=0.13.5
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -21,7 +21,7 @@
 install="fzf.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
"git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('04bb6901959fb9d4a3193662ef27b6a9bac106630b9a4d2921d6af3512de8d2f'
+sha256sums=('3494f3e3987da31f6de100214b24203f67852a15b309f1a954a54635dc0dc238'
 'SKIP')
 
 build() {


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:42:28
  Author: andyrtr
Revision: 274527

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 274526, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 274526, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 274526, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 08:42:28 UTC (rev 274527)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('1213c7f17916e65afefc95054c1f90f9'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 274526, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 08:42:28 UTC (rev 274527)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('1213c7f17916e65afefc95054c1f90f9'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}


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

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:42:16
  Author: andyrtr
Revision: 274526

upgpkg: nano 2.6.3-1

upstream update 2.6.3

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:39:18 UTC (rev 274525)
+++ PKGBUILD2016-08-21 08:42:16 UTC (rev 274526)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 
source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('58568a4b8a33841d774c25f285fc11c1'
+md5sums=('1213c7f17916e65afefc95054c1f90f9'
  'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2016-08-21 Thread Gaëtan Bisson
Date: Sunday, August 21, 2016 @ 08:39:18
  Author: bisson
Revision: 274525

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 274524, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 274524, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-21 08:06:37 UTC (rev 274524)
+++ core-i686/PKGBUILD  2016-08-21 08:39:18 UTC (rev 274525)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.8.9
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('b7b0119d7f6497575eb17668d1d6ebb41c0a40c7' 'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   LIBEXECDIR=/usr/lib \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 274524, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-21 08:39:18 UTC (rev 274525)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.10
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('9916eac24289d624637783f54ace86fc4fa9f871' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-08-21 08:06:37 UTC (rev 274524)
+++ core-x86_64/PKGBUILD2016-08-21 08:39:18 UTC (rev 274525)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 

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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 07:10:00
  Author: felixonmars
Revision: 187220

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-08-21 07:00:03 UTC (rev 187219)
+++ 30-win32-aliases.conf   2016-08-21 07:10:00 UTC (rev 187220)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 187219, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-08-21 07:10:00 UTC (rev 187220)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-21 07:00:03 UTC (rev 187219)
+++ PKGBUILD2016-08-21 07:10:00 UTC (rev 187220)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('7fae99e0a822410c07613f7bbcca68f09d8b5ae5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 07:07:52
  Author: tpowa
Revision: 274520

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

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

--+
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8166 +
 testing-i686/config.x86_64   | 7923 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8166 +
 testing-x86_64/config.x86_64 | 7923 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 32904 insertions(+)

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


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

2016-08-21 Thread Tobias Powalowski
Date: Sunday, August 21, 2016 @ 07:07:29
  Author: tpowa
Revision: 274519

upgpkg: linux 4.7.2-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 06:25:28 UTC (rev 274518)
+++ PKGBUILD2016-08-21 07:07:29 UTC (rev 274519)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.7
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -24,7 +24,7 @@
 
 sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'838fa595436fbf9f70759aa43c1cacd83cc0adc95d166648c1625ebd50fad04e'
+'031cb0e7b86f2ef2cc4d0dde9d73495f68e8d23e4c41f50f7f95b065ee33a71d'
 'SKIP'
 '749b19cac625284ba6abae2d3932465b64d41d0274a3c070ca2c556779bb2078'
 '7d2bb66458b57d4df497ebb15a4ac130d08a0c084ae7845d0fe791a194efdb8e'


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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 07:00:03
  Author: felixonmars
Revision: 187219

upgpkg: wine 1.9.17-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 03:04:22 UTC (rev 187218)
+++ PKGBUILD2016-08-21 07:00:03 UTC (rev 187219)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.16
+pkgver=1.9.17
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('7fae99e0a822410c07613f7bbcca68f09d8b5ae5'
+sha1sums=('5628b6b6fe8d06c9a3f3be45aeca515d7deb78da'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-08-21 Thread Pierre Schmitz
Date: Sunday, August 21, 2016 @ 06:25:28
  Author: pierre
Revision: 274518

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

Added:
  fcgi/repos/extra-i686/PKGBUILD
(from rev 274517, fcgi/trunk/PKGBUILD)
  fcgi/repos/extra-i686/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch)
  fcgi/repos/extra-i686/fcgi-2.4.0-configure.in.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-configure.in.patch)
  fcgi/repos/extra-i686/fcgi-2.4.0-gcc44_fixes.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-gcc44_fixes.patch)
  fcgi/repos/extra-i686/fcgi-2.4.0-poll.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-poll.patch)
  fcgi/repos/extra-x86_64/PKGBUILD
(from rev 274517, fcgi/trunk/PKGBUILD)
  fcgi/repos/extra-x86_64/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch)
  fcgi/repos/extra-x86_64/fcgi-2.4.0-configure.in.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-configure.in.patch)
  fcgi/repos/extra-x86_64/fcgi-2.4.0-gcc44_fixes.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-gcc44_fixes.patch)
  fcgi/repos/extra-x86_64/fcgi-2.4.0-poll.patch
(from rev 274517, fcgi/trunk/fcgi-2.4.0-poll.patch)
Deleted:
  fcgi/repos/extra-i686/PKGBUILD
  fcgi/repos/extra-i686/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch
  fcgi/repos/extra-i686/fcgi-2.4.0-configure.in.patch
  fcgi/repos/extra-i686/fcgi-2.4.0-gcc44_fixes.patch
  fcgi/repos/extra-i686/fcgi-2.4.0-poll.patch
  fcgi/repos/extra-x86_64/PKGBUILD
  fcgi/repos/extra-x86_64/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch
  fcgi/repos/extra-x86_64/fcgi-2.4.0-configure.in.patch
  fcgi/repos/extra-x86_64/fcgi-2.4.0-gcc44_fixes.patch
  fcgi/repos/extra-x86_64/fcgi-2.4.0-poll.patch

+
 /PKGBUILD  |  100 +++
 /fcgi-2.4.0-Makefile.am-CPPFLAGS.patch |   72 +++
 /fcgi-2.4.0-configure.in.patch |   38 
 /fcgi-2.4.0-gcc44_fixes.patch  |   22 ++
 /fcgi-2.4.0-poll.patch |  172 +++
 extra-i686/PKGBUILD|   50 -
 extra-i686/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch   |   36 ---
 extra-i686/fcgi-2.4.0-configure.in.patch   |   19 --
 extra-i686/fcgi-2.4.0-gcc44_fixes.patch|   11 -
 extra-i686/fcgi-2.4.0-poll.patch   |   86 -
 extra-x86_64/PKGBUILD  |   50 -
 extra-x86_64/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch |   36 ---
 extra-x86_64/fcgi-2.4.0-configure.in.patch |   19 --
 extra-x86_64/fcgi-2.4.0-gcc44_fixes.patch  |   11 -
 extra-x86_64/fcgi-2.4.0-poll.patch |   86 -
 15 files changed, 404 insertions(+), 404 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-21 06:25:14 UTC (rev 274517)
+++ extra-i686/PKGBUILD 2016-08-21 06:25:28 UTC (rev 274518)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Modified by: eliott 
-# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
-
-pkgname=fcgi
-pkgver=2.4.0
-pkgrel=11
-depends=('gcc-libs')
-pkgdesc="FASTCgi (fcgi) is a language independent, high performant extension 
to CGI"
-arch=('i686' 'x86_64')
-license=('custom')
-options=('!makeflags')
-url="http://www.fastcgi.com;
-source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
-'fcgi-2.4.0-configure.in.patch' 'fcgi-2.4.0-Makefile.am-CPPFLAGS.patch'
-'fcgi-2.4.0-gcc44_fixes.patch' 'fcgi-2.4.0-poll.patch')
-md5sums=('d15060a813b91383a9f3c66faf84867e'
- '7e901968aa90168b6cdfc8323ca59868'
- '8c07165aed574b853326ae25fe9af291'
- '2e72c834db21da6af3f77dd2b36727a2'
- '02900e5f2400ed2982db1e02c4a17aa8')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # Patches by Fedora:
-  # http://pkgs.fedoraproject.org/cgit/fcgi.git/tree/
-  patch -p1 -i "${srcdir}/fcgi-2.4.0-configure.in.patch"
-  patch -p1 -i "${srcdir}/fcgi-2.4.0-Makefile.am-CPPFLAGS.patch"
-  patch -p1 -i "${srcdir}/fcgi-2.4.0-gcc44_fixes.patch"
-  patch -p1 -i "${srcdir}/fcgi-2.4.0-poll.patch"
-
-  libtoolize --automake --copy --force
-  aclocal
-  autoheader
-  automake --add-missing --force-missing --copy
-  autoconf
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE.TERMS 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fcgi/repos/extra-i686/PKGBUILD (from rev 274517, fcgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-21 06:25:28 UTC (rev 274518)
@@ -0,0 +1,50 @@
+# $Id$
+# 

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

2016-08-21 Thread Pierre Schmitz
Date: Sunday, August 21, 2016 @ 06:25:14
  Author: pierre
Revision: 274517

upgpkg: fcgi 2.4.0-12

Use source backup

Modified:
  fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 06:12:04 UTC (rev 274516)
+++ PKGBUILD2016-08-21 06:25:14 UTC (rev 274517)
@@ -5,7 +5,7 @@
 
 pkgname=fcgi
 pkgver=2.4.0
-pkgrel=11
+pkgrel=12
 depends=('gcc-libs')
 pkgdesc="FASTCgi (fcgi) is a language independent, high performant extension 
to CGI"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom')
 options=('!makeflags')
 url="http://www.fastcgi.com;
-source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
+source=("https://sources.archlinux.org/other/packages/fcgi/${pkgname}-${pkgver}.tar.gz;
 'fcgi-2.4.0-configure.in.patch' 'fcgi-2.4.0-Makefile.am-CPPFLAGS.patch'
 'fcgi-2.4.0-gcc44_fixes.patch' 'fcgi-2.4.0-poll.patch')
 md5sums=('d15060a813b91383a9f3c66faf84867e'


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

2016-08-21 Thread Pierre Schmitz
Date: Sunday, August 21, 2016 @ 06:12:04
  Author: pierre
Revision: 274516

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 274515, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 274515, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 274515, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 274515, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 274515, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 274515, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 274515, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 274515, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 274515, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 274515, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 274515, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 274515, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  144 
 /lighttpd.conf|   44 +++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   73 --
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   73 --
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 252 insertions(+), 254 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-21 06:11:49 UTC (rev 274515)
+++ extra-i686/PKGBUILD 2016-08-21 06:12:04 UTC (rev 274516)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.41
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
-  '649D0DD767FF206202A76C5158F14A786FE198C8'
-  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   

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

2016-08-21 Thread Pierre Schmitz
Date: Sunday, August 21, 2016 @ 06:11:49
  Author: pierre
Revision: 274515

upgpkg: lighttpd 1.4.41-2

Remove unnecessary dependencies

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 05:46:03 UTC (rev 274514)
+++ PKGBUILD2016-08-21 06:11:49 UTC (rev 274515)
@@ -3,13 +3,13 @@
 
 pkgname=lighttpd
 pkgver=1.4.41
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
+depends=('pcre' 'util-linux' 'systemd')
+makedepends=('libmariadbclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
 optdepends=('libxml2: mod_webdav'
 'lua: mod_cml/mod_magnet'
 'libmariadbclient: mod_mysql_vhost'
@@ -45,7 +45,6 @@
--with-webdav-props \
--with-webdav-locks \
--with-gdbm \
-   --with-memcache \
--with-lua
make
 }