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

2016-10-16 Thread Jan Steffens
Date: Sunday, October 16, 2016 @ 14:07:57
  Author: heftig
Revision: 278858

whoops, move submodule handling to prepare

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 06:25:17 UTC (rev 278857)
+++ PKGBUILD2016-10-16 14:07:57 UTC (rev 278858)
@@ -30,18 +30,17 @@
 
 pkgver() {
   cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
 
+prepare() {
+  cd $pkgname
+
   git submodule init
   git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
   git config --local submodule.data/theme/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
   git submodule update
 
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
 


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

2016-10-16 Thread Felix Yan
Date: Sunday, October 16, 2016 @ 15:01:06
  Author: felixonmars
Revision: 192358

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 192357, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-16 15:00:48 UTC (rev 192357)
+++ PKGBUILD2016-10-16 15:01:06 UTC (rev 192358)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgbase=apache-libcloud
-pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
-source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
-sha256sums=('b26b542c6c9785dd4e34892d87421ffa4c043335c1cba301a97a8d9748c423f2')
-
-prepare() {
-  cp -a apache-libcloud-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/apache-libcloud-$pkgver"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python setup.py test
-  rm libcloud/test/secrets.py
-
-  cd "$srcdir/apache-libcloud-$pkgver-py2"
-  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-  python2 setup.py test
-  rm libcloud/test/secrets.py
-}
-
-package_python-apache-libcloud() {
-  depends=('python')
-
-  cd apache-libcloud-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-apache-libcloud() {
-  depends=('python2')
-  replaces=('apache-libcloud')
-  conflicts=('apache-libcloud')
-
-  cd apache-libcloud-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 192357, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-16 15:01:06 UTC (rev 192358)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
+sha256sums=('198d86a69f889ded7c023567280f6c479862da5a3d82f70eba7c208bba07b395')
+
+prepare() {
+  cp -a apache-libcloud-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+
+  cd apache-libcloud-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=('apache-libcloud')
+  conflicts=('apache-libcloud')
+
+  cd apache-libcloud-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-10-16 Thread Jaroslav Lichtblau
Date: Sunday, October 16, 2016 @ 15:35:36
  Author: jlichtblau
Revision: 192359

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 15:01:06 UTC (rev 192358)
+++ PKGBUILD2016-10-16 15:35:36 UTC (rev 192359)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.10.12
+pkgver=2016.10.16
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('3e96d144c5abe8016bc771eebbc687947c3332b3f06247d3cfcca1231041bde9'
+sha256sums=('0ff39cbc17b4a73957238ab94ff5f05de2b7d833b0af3e2caf1df51acc60'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-10-16 Thread Jaroslav Lichtblau
Date: Sunday, October 16, 2016 @ 15:35:48
  Author: jlichtblau
Revision: 192360

archrelease: copy trunk to community-any

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

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

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

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


[arch-commits] Commit in docker/repos/community-x86_64 (6 files)

2016-10-16 Thread Sébastien Luttringer
Date: Sunday, October 16, 2016 @ 13:28:16
  Author: seblu
Revision: 192356

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 192355, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 192355, docker/trunk/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 192355, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  206 +++---
 docker.install  |   26 +++---
 docker.sysusers |2 
 3 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-16 13:27:46 UTC (rev 192355)
+++ PKGBUILD2016-10-16 13:28:16 UTC (rev 192356)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.12.1
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
-# https://github.com/docker/containerd/issues/299#issuecomment-240745119
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
-
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  export GOPATH="$srcdir"
-
-  # runc
-  msg2 'Building runc'
-  mkdir -p src/github.com/opencontainers
-  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
-  cd src/github.com/opencontainers/runc
-  make BUILDTAGS='seccomp'
-
-  # containerd
-  msg2 'Building containerd'
-  cd "$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-
-  # docker
-  msg2 'Building docker'
-  cd "$srcdir"/docker
-  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh 2>/dev/null
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  # runc & containerd
-  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
-  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
-  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
-  # docker binary
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
-  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 'contrib/udev/80-docker.rules' 
"$pkgdir/usr/lib/udev/rules.d/80-docker.rules"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 192355, 

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

2016-10-16 Thread Sébastien Luttringer
Date: Sunday, October 16, 2016 @ 13:27:46
  Author: seblu
Revision: 192355

upgpkg: docker 1:1.12.2-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 10:51:22 UTC (rev 192354)
+++ PKGBUILD2016-10-16 13:27:46 UTC (rev 192355)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'


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

2016-10-16 Thread Felix Yan
Date: Sunday, October 16, 2016 @ 15:00:48
  Author: felixonmars
Revision: 192357

upgpkg: apache-libcloud 1.3.0-1

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 13:28:16 UTC (rev 192356)
+++ PKGBUILD2016-10-16 15:00:48 UTC (rev 192357)
@@ -6,7 +6,7 @@
 
 pkgbase=apache-libcloud
 pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
 
source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
-sha256sums=('b26b542c6c9785dd4e34892d87421ffa4c043335c1cba301a97a8d9748c423f2')
+sha256sums=('198d86a69f889ded7c023567280f6c479862da5a3d82f70eba7c208bba07b395')
 
 prepare() {
   cp -a apache-libcloud-$pkgver{,-py2}


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

2016-10-16 Thread Gaëtan Bisson
Date: Sunday, October 16, 2016 @ 16:14:28
  Author: bisson
Revision: 192361

upstream update

Modified:
  openipmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 15:35:48 UTC (rev 192360)
+++ PKGBUILD2016-10-16 16:14:28 UTC (rev 192361)
@@ -6,8 +6,8 @@
 
 pkgname=openipmi
 _pkgname=OpenIPMI
-pkgver=2.0.21
-pkgrel=2
+pkgver=2.0.22
+pkgrel=1
 pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
 url='http://openipmi.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('swig')
 depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz;)
-sha1sums=('54f63ab7fe09f6a4b0b718601fe9c61014aa220b')
+sha1sums=('826081e7ed0ad430de9b8fdb75a9eaa10c99b660')
 
 options=('!libtool')
 


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

2016-10-16 Thread Gaëtan Bisson
Date: Sunday, October 16, 2016 @ 16:15:11
  Author: bisson
Revision: 192362

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 16:14:28 UTC (rev 192361)
+++ community-i686/PKGBUILD 2016-10-16 16:15:11 UTC (rev 192362)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Miguel Revilla 
-# Contributor: Massimiliano Torromeo 
-# Contributor: goodmen 
-
-pkgname=openipmi
-_pkgname=OpenIPMI
-pkgver=2.0.21
-pkgrel=2
-pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
-url='http://openipmi.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-makedepends=('swig')
-depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz;)
-sha1sums=('54f63ab7fe09f6a4b0b718601fe9c61014aa220b')
-
-options=('!libtool')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed \
-   -e '/Requires:/s/pthread//' \
-   -e '/Libs:/s/$/ -lpthread/' \
-   -i OpenIPMIpthread.pc.in
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install-exec
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/IPMI.pdf 
"${pkgdir}/usr/share/doc/${pkgname}/IPMI.pdf"
-}

Copied: openipmi/repos/community-i686/PKGBUILD (from rev 192361, 
openipmi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 16:15:11 UTC (rev 192362)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Miguel Revilla 
+# Contributor: Massimiliano Torromeo 
+# Contributor: goodmen 
+
+pkgname=openipmi
+_pkgname=OpenIPMI
+pkgver=2.0.22
+pkgrel=1
+pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
+url='http://openipmi.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+makedepends=('swig')
+depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz;)
+sha1sums=('826081e7ed0ad430de9b8fdb75a9eaa10c99b660')
+
+options=('!libtool')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed \
+   -e '/Requires:/s/pthread//' \
+   -e '/Libs:/s/$/ -lpthread/' \
+   -i OpenIPMIpthread.pc.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install-exec
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/IPMI.pdf 
"${pkgdir}/usr/share/doc/${pkgname}/IPMI.pdf"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 16:14:28 UTC (rev 192361)
+++ community-x86_64/PKGBUILD   2016-10-16 16:15:11 UTC (rev 192362)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Miguel Revilla 
-# Contributor: Massimiliano Torromeo 
-# Contributor: goodmen 
-
-pkgname=openipmi
-_pkgname=OpenIPMI
-pkgver=2.0.21
-pkgrel=2
-pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
-url='http://openipmi.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-makedepends=('swig')
-depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz;)
-sha1sums=('54f63ab7fe09f6a4b0b718601fe9c61014aa220b')
-
-options=('!libtool')
-
-prepare() {
-   cd 

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

2016-10-16 Thread Sven-Hendrik Haase
Date: Sunday, October 16, 2016 @ 06:25:17
  Author: svenstaro
Revision: 278857

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 278856, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 278856, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 278856, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 278856, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 278856, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 278856, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 /PKGBUILD  |  144 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   72 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-16 06:25:04 UTC (rev 278856)
+++ extra-i686/PKGBUILD 2016-10-16 06:25:17 UTC (rev 278857)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'vlc')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-sha1sums=('656ccdae1ac02bca2788f9e8a222cdd02bf110ac'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput
-
-  make
-  make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 278856, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-16 06:25:17 UTC (rev 278857)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')

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

2016-10-16 Thread Sven-Hendrik Haase
Date: Sunday, October 16, 2016 @ 06:25:04
  Author: svenstaro
Revision: 278856

upgpkg: efl 1.18.0-2

rebuild

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 03:15:53 UTC (rev 278855)
+++ PKGBUILD2016-10-16 06:25:04 UTC (rev 278856)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;


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

2016-10-16 Thread Alexander Rødseth
Date: Sunday, October 16, 2016 @ 10:51:22
  Author: arodseth
Revision: 192354

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 10:51:05 UTC (rev 192353)
+++ community-i686/PKGBUILD 2016-10-16 10:51:22 UTC (rev 192354)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.4
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('25075b12ba0138afa1cb694c52dd756b35a5350fe3b30132fbcacd137db3adb3')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-i686/PKGBUILD (from rev 192353, 
howl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 10:51:22 UTC (rev 192354)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('2c3dbf6b463664ad79f21743697197bb720e66fc63595fb19af40bc2cd0f3211')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 10:51:05 UTC (rev 192353)
+++ community-x86_64/PKGBUILD   2016-10-16 10:51:22 UTC (rev 192354)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.4
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('25075b12ba0138afa1cb694c52dd756b35a5350fe3b30132fbcacd137db3adb3')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 192353, 
howl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-16 10:51:22 UTC (rev 192354)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('2c3dbf6b463664ad79f21743697197bb720e66fc63595fb19af40bc2cd0f3211')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 

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

2016-10-16 Thread Alexander Rødseth
Date: Sunday, October 16, 2016 @ 10:51:05
  Author: arodseth
Revision: 192353

upgpkg: howl 0.4.1-1

Modified:
  howl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 05:34:58 UTC (rev 192352)
+++ PKGBUILD2016-10-16 10:51:05 UTC (rev 192353)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.4
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('25075b12ba0138afa1cb694c52dd756b35a5350fe3b30132fbcacd137db3adb3')
+sha256sums=('2c3dbf6b463664ad79f21743697197bb720e66fc63595fb19af40bc2cd0f3211')
 
 build() {
   make -C "howl-$pkgver/src"


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

2016-10-16 Thread Andreas Radke
Date: Sunday, October 16, 2016 @ 19:55:25
  Author: andyrtr
Revision: 278861

upgpkg: linux-lts 4.4.25-1

upstream update 4.4.25

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 16:42:44 UTC (rev 278860)
+++ PKGBUILD2016-10-16 19:55:25 UTC (rev 278861)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.24
+pkgver=4.4.25
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'10a083229253e7f781496a077913d8666c156c6900f4f735542fb15030339eef'
+'5c5599ae77435cf35a6b59c4bd0c49cd928c66d4bbdb6c0e39974318c8c3d31e'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-10-16 Thread Andreas Radke
Date: Sunday, October 16, 2016 @ 19:55:55
  Author: andyrtr
Revision: 278862

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

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

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

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


[arch-commits] Commit in mate-netbook-gtk3/repos (4 files)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:49:58
  Author: bgyorgy
Revision: 192367

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

Added:
  mate-netbook-gtk3/repos/community-i686/PKGBUILD
(from rev 192366, mate-netbook-gtk3/trunk/PKGBUILD)
  mate-netbook-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192366, mate-netbook-gtk3/trunk/PKGBUILD)
Deleted:
  mate-netbook-gtk3/repos/community-i686/PKGBUILD
  mate-netbook-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 20:49:50 UTC (rev 192366)
+++ community-i686/PKGBUILD 2016-10-16 20:49:58 UTC (rev 192367)
@@ -1,32 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel-gtk3')
-makedepends=('intltool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook-gtk3/repos/community-i686/PKGBUILD (from rev 192366, 
mate-netbook-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 20:49:58 UTC (rev 192367)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A simple window management tool (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel-gtk3')
+makedepends=('intltool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 20:49:50 UTC (rev 192366)
+++ community-x86_64/PKGBUILD   2016-10-16 20:49:58 UTC (rev 192367)
@@ -1,32 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel-gtk3')
-makedepends=('intltool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook-gtk3/repos/community-x86_64/PKGBUILD (from rev 192366, 
mate-netbook-gtk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-16 20:49:58 UTC (rev 192367)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A simple window management tool (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel-gtk3')
+makedepends=('intltool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+
+build() {
+

[arch-commits] Commit in mate-netbook-gtk3/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:49:50
  Author: bgyorgy
Revision: 192366

upgpkg: mate-netbook-gtk3 1.16.1-1

Update to new version

Modified:
  mate-netbook-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 20:48:40 UTC (rev 192365)
+++ PKGBUILD2016-10-16 20:49:50 UTC (rev 192366)
@@ -3,7 +3,7 @@
 _ver=1.16
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK3 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-screensaver-gtk3/repos (4 files)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:00:44
  Author: bgyorgy
Revision: 192371

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

Added:
  mate-screensaver-gtk3/repos/community-i686/PKGBUILD
(from rev 192370, mate-screensaver-gtk3/trunk/PKGBUILD)
  mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192370, mate-screensaver-gtk3/trunk/PKGBUILD)
Deleted:
  mate-screensaver-gtk3/repos/community-i686/PKGBUILD
  mate-screensaver-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:00:37 UTC (rev 192370)
+++ community-i686/PKGBUILD 2016-10-16 21:00:44 UTC (rev 192371)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK3 version)'
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop-gtk3' 'dbus-glib' 
'libmatekbd-gtk3' 'libnotify')
-makedepends=('intltool')
-optdepends=('mate-screensaver-hacks: Additional screensavers'
-'rss-glx: Really slick screensavers')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
---with-xscreensaverhackdir=/usr/lib/xscreensaver \
---with-mit-ext \
---with-libnotify \
---enable-locking \
---with-gtk=3.0 \
---without-console-kit
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-screensaver-gtk3/repos/community-i686/PKGBUILD (from rev 192370, 
mate-screensaver-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:00:44 UTC (rev 192371)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc='Screensaver for MATE (GTK3 version)'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatekbd-gtk3' 'libnotify' 'libxss' 'mate-desktop-gtk3' 
'mate-menus' 'mate-session-manager')
+makedepends=('intltool')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=3.0 \
+--without-console-kit
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 21:00:37 UTC (rev 192370)
+++ community-x86_64/PKGBUILD   2016-10-16 21:00:44 UTC (rev 192371)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK3 version)'
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop-gtk3' 'dbus-glib' 
'libmatekbd-gtk3' 'libnotify')
-makedepends=('intltool')
-optdepends=('mate-screensaver-hacks: Additional screensavers'
-'rss-glx: Really slick screensavers')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc 

[arch-commits] Commit in mate-screensaver-gtk3/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:00:37
  Author: bgyorgy
Revision: 192370

upgpkg: mate-screensaver-gtk3 1.16.0-2

Add back mate-session-manager to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-screensaver-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 20:59:12 UTC (rev 192369)
+++ PKGBUILD2016-10-16 21:00:37 UTC (rev 192370)
@@ -4,12 +4,12 @@
 _pkgbase=mate-screensaver
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Screensaver for MATE (GTK3 version)'
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop-gtk3' 'dbus-glib' 
'libmatekbd-gtk3' 'libnotify')
+depends=('libmatekbd-gtk3' 'libnotify' 'libxss' 'mate-desktop-gtk3' 
'mate-menus' 'mate-session-manager')
 makedepends=('intltool')
 optdepends=('mate-screensaver-hacks: Additional screensavers'
 'rss-glx: Really slick screensavers')


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:46:31
  Author: bgyorgy
Revision: 192379

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:46:25 UTC (rev 192378)
+++ community-i686/PKGBUILD 2016-10-16 21:46:31 UTC (rev 192379)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkitgtk2')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 192378, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:46:31 UTC (rev 192379)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkitgtk2')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 21:46:25 UTC (rev 192378)
+++ community-x86_64/PKGBUILD   2016-10-16 21:46:31 UTC (rev 192379)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkitgtk2')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-   

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:59:06
  Author: bgyorgy
Revision: 192368

upgpkg: mate-screensaver 1.16.0-2

Add back mate-session-manager to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 20:49:58 UTC (rev 192367)
+++ PKGBUILD2016-10-16 20:59:06 UTC (rev 192368)
@@ -4,12 +4,12 @@
 _pkgbase=mate-screensaver
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Screensaver for MATE (GTK2 version)'
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
 makedepends=('intltool')
 optdepends=('mate-screensaver-hacks: Additional screensavers'
 'rss-glx: Really slick screensavers')


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:59:12
  Author: bgyorgy
Revision: 192369

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

Added:
  mate-screensaver/repos/community-i686/PKGBUILD
(from rev 192368, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-x86_64/PKGBUILD
(from rev 192368, mate-screensaver/trunk/PKGBUILD)
Deleted:
  mate-screensaver/repos/community-i686/PKGBUILD
  mate-screensaver/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 20:59:06 UTC (rev 192368)
+++ community-i686/PKGBUILD 2016-10-16 20:59:12 UTC (rev 192369)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK2 version)'
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
-makedepends=('intltool')
-optdepends=('mate-screensaver-hacks: Additional screensavers'
-'rss-glx: Really slick screensavers')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
---with-xscreensaverhackdir=/usr/lib/xscreensaver \
---with-mit-ext \
---with-libnotify \
---enable-locking \
---with-gtk=2.0 \
---without-console-kit
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-screensaver/repos/community-i686/PKGBUILD (from rev 192368, 
mate-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 20:59:12 UTC (rev 192369)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc='Screensaver for MATE (GTK2 version)'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
+makedepends=('intltool')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=2.0 \
+--without-console-kit
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 20:59:06 UTC (rev 192368)
+++ community-x86_64/PKGBUILD   2016-10-16 20:59:12 UTC (rev 192369)
@@ -1,40 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-screensaver
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc='Screensaver for MATE (GTK2 version)'
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
-makedepends=('intltool')
-optdepends=('mate-screensaver-hacks: Additional screensavers'
-'rss-glx: Really slick screensavers')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-xscreensaverdir=/usr/share/xscreensaver/config \
-

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:23:07
  Author: bgyorgy
Revision: 192373

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
(from rev 192372, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 192372, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-i686/PKGBUILD
  mate-desktop/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  152 
 community-i686/PKGBUILD   |   65 --
 community-x86_64/PKGBUILD |   65 --
 3 files changed, 152 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:23:00 UTC (rev 192372)
+++ community-i686/PKGBUILD 2016-10-16 21:23:07 UTC (rev 192373)
@@ -1,65 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgbase=mate-desktop
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk2' 'gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'intltool')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('624d2e7af6416cb81d1d0946ab66bbb34fc7d150')
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---with-gtk=3.0 \
---disable-schemas-compile
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_mate-desktop() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'startup-notification')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-desktop-gtk3() {
-pkgdesc+=' (GTK3 version)'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('gtk3' 'startup-notification')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 192372, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:23:07 UTC (rev 192373)
@@ -0,0 +1,76 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgbase=mate-desktop
+pkgname=(${pkgbase} ${pkgbase}-gtk3 ${pkgbase}-schemas)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+options=('!emptydirs')
+depends=('gtk2' 'gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('624d2e7af6416cb81d1d0946ab66bbb34fc7d150')
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--with-gtk=3.0 \
+--disable-schemas-compile
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_mate-desktop() {
+pkgdesc+=' (GTK2 version)'
+groups=('mate')
+conflicts=("${pkgbase}-gtk3")
+depends=('dconf' 'gtk2' 'mate-desktop-schemas' 'startup-notification')
+
+cd "${srcdir}/${pkgbase}-gtk2"
+make DESTDIR="${pkgdir}" install
+make -C schemas DESTDIR="${pkgdir}" uninstall
+}
+
+package_mate-desktop-gtk3() {
+pkgdesc+=' (GTK3 version)'
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+depends=('gtk3' 'mate-desktop-schemas' 'startup-notification')
+
+cd "${srcdir}/${pkgbase}-gtk3"
+make DESTDIR="${pkgdir}" install
+make -C schemas DESTDIR="${pkgdir}" uninstall
+}
+
+package_mate-desktop-schemas() {
+pkgdesc='GSettings schemas for MATE 

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:23:00
  Author: bgyorgy
Revision: 192372

upgpkg: mate-desktop 1.16.0-2

Split out GSettings schemas

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:00:44 UTC (rev 192371)
+++ PKGBUILD2016-10-16 21:23:00 UTC (rev 192372)
@@ -2,13 +2,14 @@
 
 _ver=1.16
 pkgbase=mate-desktop
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgname=(${pkgbase} ${pkgbase}-gtk3 ${pkgbase}-schemas)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
+options=('!emptydirs')
 depends=('gtk2' 'gtk3' 'startup-notification')
 makedepends=('gobject-introspection' 'intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
@@ -48,10 +49,11 @@
 pkgdesc+=' (GTK2 version)'
 groups=('mate')
 conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'startup-notification')
+depends=('dconf' 'gtk2' 'mate-desktop-schemas' 'startup-notification')
 
 cd "${srcdir}/${pkgbase}-gtk2"
 make DESTDIR="${pkgdir}" install
+make -C schemas DESTDIR="${pkgdir}" uninstall
 }
 
 package_mate-desktop-gtk3() {
@@ -58,8 +60,17 @@
 pkgdesc+=' (GTK3 version)'
 groups=('mate-gtk3')
 conflicts=("${pkgbase}")
-depends=('gtk3' 'startup-notification')
+depends=('gtk3' 'mate-desktop-schemas' 'startup-notification')
 
 cd "${srcdir}/${pkgbase}-gtk3"
 make DESTDIR="${pkgdir}" install
+make -C schemas DESTDIR="${pkgdir}" uninstall
 }
+
+package_mate-desktop-schemas() {
+pkgdesc='GSettings schemas for MATE Desktop'
+depends=()
+
+cd "${srcdir}/${pkgbase}-gtk3"
+make -C schemas DESTDIR="${pkgdir}" install
+}


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:48:40
  Author: bgyorgy
Revision: 192365

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

Added:
  mate-netbook/repos/community-i686/PKGBUILD
(from rev 192364, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-x86_64/PKGBUILD
(from rev 192364, mate-netbook/trunk/PKGBUILD)
Deleted:
  mate-netbook/repos/community-i686/PKGBUILD
  mate-netbook/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 20:48:34 UTC (rev 192364)
+++ community-i686/PKGBUILD 2016-10-16 20:48:40 UTC (rev 192365)
@@ -1,32 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-i686/PKGBUILD (from rev 192364, 
mate-netbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 20:48:40 UTC (rev 192365)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=2.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 20:48:34 UTC (rev 192364)
+++ community-x86_64/PKGBUILD   2016-10-16 20:48:40 UTC (rev 192365)
@@ -1,32 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-netbook
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libfakekey' 'mate-panel')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 192364, 
mate-netbook/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-16 20:48:40 UTC (rev 192365)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-netbook
+pkgname=${_pkgbase}
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 20:48:34
  Author: bgyorgy
Revision: 192364

upgpkg: mate-netbook 1.16.1-1

Update to new version

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 18:18:46 UTC (rev 192363)
+++ PKGBUILD2016-10-16 20:48:34 UTC (rev 192364)
@@ -3,7 +3,7 @@
 _ver=1.16
 _pkgbase=mate-netbook
 pkgname=${_pkgbase}
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9f616e58ea6335ce29c83502ba226fd35faa9783')
+sha1sums=('94790796ce349f009482c8bdb8647aef89f6f28b')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:26:05
  Author: bgyorgy
Revision: 192374

upgpkg: mate-terminal 1.16.1-2

Add back mate-desktop-schemas to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:23:07 UTC (rev 192373)
+++ PKGBUILD2016-10-16 21:26:05 UTC (rev 192374)
@@ -3,12 +3,12 @@
 _ver=1.16
 pkgname=mate-terminal
 pkgver=${_ver}.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE Terminal Emulator"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsm' 'vte3')
+depends=('libsm' 'mate-desktop-schemas' 'vte3')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra' 'mate-extra-gtk3')
 conflicts=('mate-terminal-gtk3')


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:26:11
  Author: bgyorgy
Revision: 192375

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

Added:
  mate-terminal/repos/community-i686/PKGBUILD
(from rev 192374, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-x86_64/PKGBUILD
(from rev 192374, mate-terminal/trunk/PKGBUILD)
Deleted:
  mate-terminal/repos/community-i686/PKGBUILD
  mate-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:26:05 UTC (rev 192374)
+++ community-i686/PKGBUILD 2016-10-16 21:26:11 UTC (rev 192375)
@@ -1,29 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgname=mate-terminal
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Terminal Emulator"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsm' 'vte3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra' 'mate-extra-gtk3')
-conflicts=('mate-terminal-gtk3')
-replaces=('mate-terminal-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('99f9de97e35b6739c1b6ee07bd7d8819ee01bf7a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-terminal/repos/community-i686/PKGBUILD (from rev 192374, 
mate-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:26:11 UTC (rev 192375)
@@ -0,0 +1,29 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-terminal
+pkgver=${_ver}.1
+pkgrel=2
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop-schemas' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('99f9de97e35b6739c1b6ee07bd7d8819ee01bf7a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 21:26:05 UTC (rev 192374)
+++ community-x86_64/PKGBUILD   2016-10-16 21:26:11 UTC (rev 192375)
@@ -1,29 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgname=mate-terminal
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Terminal Emulator"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsm' 'vte3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra' 'mate-extra-gtk3')
-conflicts=('mate-terminal-gtk3')
-replaces=('mate-terminal-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('99f9de97e35b6739c1b6ee07bd7d8819ee01bf7a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-terminal/repos/community-x86_64/PKGBUILD (from rev 192374, 
mate-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-16 21:26:11 UTC (rev 192375)
@@ -0,0 +1,29 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-terminal
+pkgver=${_ver}.1
+pkgrel=2
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop-schemas' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('99f9de97e35b6739c1b6ee07bd7d8819ee01bf7a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:30:30
  Author: bgyorgy
Revision: 192376

upgpkg: mate-session-manager 1.16.0-2

Add back mate-desktop-schemas to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:26:11 UTC (rev 192375)
+++ PKGBUILD2016-10-16 21:30:30 UTC (rev 192376)
@@ -3,12 +3,12 @@
 _ver=1.16
 pkgname=mate-session-manager
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MATE Session Handler"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas')
 makedepends=('intltool')
 optdepends=('gnome-keyring: keyring support'
 'xdg-user-dirs-gtk: manage user directories')


[arch-commits] Commit in mate-session-manager/repos (4 files)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:30:36
  Author: bgyorgy
Revision: 192377

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

Added:
  mate-session-manager/repos/community-i686/PKGBUILD
(from rev 192376, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 192376, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-i686/PKGBUILD
  mate-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:30:30 UTC (rev 192376)
+++ community-i686/PKGBUILD 2016-10-16 21:30:36 UTC (rev 192377)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgname=mate-session-manager
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm')
-makedepends=('intltool')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate' 'mate-gtk3')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-upower
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-i686/PKGBUILD (from rev 192376, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:30:36 UTC (rev 192377)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-session-manager
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop-schemas')
+makedepends=('intltool')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate' 'mate-gtk3')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 21:30:30 UTC (rev 192376)
+++ community-x86_64/PKGBUILD   2016-10-16 21:30:36 UTC (rev 192377)
@@ -1,35 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgname=mate-session-manager
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm')
-makedepends=('intltool')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate' 'mate-gtk3')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-upower
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 192376, 
mate-session-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-16 21:30:36 UTC (rev 192377)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-session-manager
+pkgver=${_ver}.0
+pkgrel=2

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:46:25
  Author: bgyorgy
Revision: 192378

upgpkg: atril 1.16.0-2

Remove unused mate-desktop dependency

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:30:36 UTC (rev 192377)
+++ PKGBUILD2016-10-16 21:46:25 UTC (rev 192378)
@@ -4,12 +4,12 @@
 _pkgbase=atril
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE document viewer (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('mate-desktop' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkitgtk2')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkitgtk2')
 makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
 optdepends=('caja: Document Properties extension'
 'texlive-bin: DVI support')


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:49:37
  Author: bgyorgy
Revision: 192380

upgpkg: atril-gtk3 1.16.0-2

Remove unused mate-desktop-gtk3 dependency

Modified:
  atril-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:46:31 UTC (rev 192379)
+++ PKGBUILD2016-10-16 21:49:37 UTC (rev 192380)
@@ -4,12 +4,12 @@
 _pkgbase=atril
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE document viewer (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('mate-desktop-gtk3' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkit2gtk')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
 makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
 optdepends=('caja-gtk3: Document Properties extension'
 'texlive-bin: DVI support')


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 21:49:43
  Author: bgyorgy
Revision: 192381

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

Added:
  atril-gtk3/repos/community-i686/PKGBUILD
(from rev 192380, atril-gtk3/trunk/PKGBUILD)
  atril-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192380, atril-gtk3/trunk/PKGBUILD)
Deleted:
  atril-gtk3/repos/community-i686/PKGBUILD
  atril-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 21:49:37 UTC (rev 192380)
+++ community-i686/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop-gtk3' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkit2gtk')
-makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
-optdepends=('caja-gtk3: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 192380, 
atril-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE document viewer (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
+optdepends=('caja-gtk3: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 21:49:37 UTC (rev 192380)
+++ community-x86_64/PKGBUILD   2016-10-16 21:49:43 UTC (rev 192381)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop-gtk3' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 
'poppler-glib' 'webkit2gtk')
-makedepends=('caja-gtk3' 

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:30:13
  Author: bgyorgy
Revision: 192383

archrelease: copy trunk to community-any

Added:
  mozo/repos/community-any/PKGBUILD
(from rev 192382, mozo/trunk/PKGBUILD)
Deleted:
  mozo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-16 23:30:09 UTC (rev 192382)
+++ PKGBUILD2016-10-16 23:30:13 UTC (rev 192383)
@@ -1,30 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mozo
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE menu editing tool"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('mate-menus' 'python2-gobject')
-makedepends=('intltool')
-groups=('mate-extra' 'mate-extra-gtk3')
-conflicts=("${_pkgbase}-gtk3")
-replaces=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bd9b1e70a6976940d40ef78f58c11a96ffa41a26')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mozo/repos/community-any/PKGBUILD (from rev 192382, mozo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-16 23:30:13 UTC (rev 192383)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mozo
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'mate-menus' 'python2-gobject')
+makedepends=('intltool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=("${_pkgbase}-gtk3")
+replaces=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('bd9b1e70a6976940d40ef78f58c11a96ffa41a26')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:30:09
  Author: bgyorgy
Revision: 192382

upgpkg: mozo 1.16.0-2

Add back gtk3 dependency, it's needed

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 21:49:43 UTC (rev 192381)
+++ PKGBUILD2016-10-16 23:30:09 UTC (rev 192382)
@@ -4,12 +4,12 @@
 _pkgbase=mozo
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE menu editing tool"
 url="http://mate-desktop.org;
 arch=('any')
 license=('GPL')
-depends=('mate-menus' 'python2-gobject')
+depends=('gtk3' 'mate-menus' 'python2-gobject')
 makedepends=('intltool')
 groups=('mate-extra' 'mate-extra-gtk3')
 conflicts=("${_pkgbase}-gtk3")


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:37:29
  Author: bgyorgy
Revision: 192384

upgpkg: pluma 1.16.0-3

Replace mate-desktop dependency with mate-desktop-schemas

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:30:13 UTC (rev 192383)
+++ PKGBUILD2016-10-16 23:37:29 UTC (rev 192384)
@@ -4,12 +4,12 @@
 _pkgbase=pluma
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful text editor for MATE (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('iso-codes' 'pygtksourceview2' 'zenity' 'mate-desktop')
+depends=('iso-codes' 'mate-desktop-schemas' 'pygtksourceview2' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:37:35
  Author: bgyorgy
Revision: 192385

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 23:37:29 UTC (rev 192384)
+++ community-i686/PKGBUILD 2016-10-16 23:37:35 UTC (rev 192385)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="A powerful text editor for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('iso-codes' 'pygtksourceview2' 'zenity' 'mate-desktop')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-i686/PKGBUILD (from rev 192384, 
pluma/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:37:35 UTC (rev 192385)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=pluma
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=3
+pkgdesc="A powerful text editor for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop-schemas' 'pygtksourceview2' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc=no \
+--enable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 23:37:29 UTC (rev 192384)
+++ community-x86_64/PKGBUILD   2016-10-16 23:37:35 UTC (rev 192385)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=pluma
-pkgname=${_pkgbase}
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="A powerful text editor for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('iso-codes' 'pygtksourceview2' 'zenity' 'mate-desktop')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc=no \
---enable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:39:49
  Author: bgyorgy
Revision: 192386

upgpkg: pluma-gtk3 1.16.0-3

Replace mate-desktop-gtk3 dependency with mate-desktop-schemas

Modified:
  pluma-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:37:35 UTC (rev 192385)
+++ PKGBUILD2016-10-16 23:39:49 UTC (rev 192386)
@@ -4,12 +4,12 @@
 _pkgbase=pluma
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful text editor for MATE (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'zenity' 'mate-desktop-gtk3')
+depends=('gtksourceview3' 'iso-codes' 'mate-desktop-schemas' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:39:56
  Author: bgyorgy
Revision: 192387

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

Added:
  pluma-gtk3/repos/community-i686/PKGBUILD
(from rev 192386, pluma-gtk3/trunk/PKGBUILD)
  pluma-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192386, pluma-gtk3/trunk/PKGBUILD)
Deleted:
  pluma-gtk3/repos/community-i686/PKGBUILD
  pluma-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 23:39:49 UTC (rev 192386)
+++ community-i686/PKGBUILD 2016-10-16 23:39:56 UTC (rev 192387)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=pluma
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="A powerful text editor for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'zenity' 'mate-desktop-gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc=no \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: pluma-gtk3/repos/community-i686/PKGBUILD (from rev 192386, 
pluma-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:39:56 UTC (rev 192387)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=pluma
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=3
+pkgdesc="A powerful text editor for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'iso-codes' 'mate-desktop-schemas' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--enable-gtk-doc=no \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 23:39:49 UTC (rev 192386)
+++ community-x86_64/PKGBUILD   2016-10-16 23:39:56 UTC (rev 192387)
@@ -1,42 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=pluma
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="A powerful text editor for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'zenity' 'mate-desktop-gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---enable-gtk-doc=no \
---disable-python
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}

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

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:16:16
  Author: bgyorgy
Revision: 192397

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 00:16:09 UTC (rev 192396)
+++ community-i686/PKGBUILD 2016-10-17 00:16:16 UTC (rev 192397)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-i686/PKGBUILD (from rev 192396, 
marco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 00:16:16 UTC (rev 192397)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'mate-desktop-schemas' 
'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 00:16:09 UTC (rev 192396)
+++ community-x86_64/PKGBUILD   2016-10-17 00:16:16 UTC (rev 192397)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=marco
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 192396, 
marco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 00:16:16 UTC (rev 192397)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A window manager for 

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

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:16:09
  Author: bgyorgy
Revision: 192396

upgpkg: marco 1.16.0-2

Replace mate-desktop dependency with mate-desktop-schemas

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:12:24 UTC (rev 192395)
+++ PKGBUILD2016-10-17 00:16:09 UTC (rev 192396)
@@ -4,12 +4,12 @@
 _pkgbase=marco
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for MATE (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+depends=('gtk2' 'libcanberra' 'libgtop' 'mate-desktop-schemas' 
'startup-notification' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")


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

2016-10-16 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 00:24:47
  Author: heftig
Revision: 278864

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

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

--+
 /PKGBUILD|  624 
 /change-default-console-loglevel.patch   |   22 
 /config  |16508 +
 /config.x86_64   |16008 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  312 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8254 
 testing-i686/config.x86_64   | 8004 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  312 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8254 
 testing-x86_64/config.x86_64 | 8004 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 33264 insertions(+), 33264 deletions(-)

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


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 01:19:18
  Author: felixonmars
Revision: 192402

upgpkg: python-sortedcontainers 1.5.4-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:55:41 UTC (rev 192401)
+++ PKGBUILD2016-10-17 01:19:18 UTC (rev 192402)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')


[arch-commits] Commit in python-sortedcontainers/repos/community-any (2 files)

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 01:19:50
  Author: felixonmars
Revision: 192403

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 01:19:18 UTC (rev 192402)
+++ PKGBUILD2016-10-17 01:19:50 UTC (rev 192403)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-sortedcontainers
-pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
-arch=('any')
-license=('Apache')
-url="http://www.grantjenks.com/docs/sortedcontainers/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sorted_containers{,-py2}
-}
-
-build() {
-  cd "$srcdir/sorted_containers"
-  python setup.py build
-
-  cd "$srcdir/sorted_containers-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/sorted_containers"
-  nosetests3
-
-  cd "$srcdir/sorted_containers-py2"
-  nosetests2
-}
-
-package_python-sortedcontainers() {
-  depends=('python')
-
-  cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-sortedcontainers() {
-  depends=('python2')
-
-  cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-sortedcontainers/repos/community-any/PKGBUILD (from rev 192402, 
python-sortedcontainers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 01:19:50 UTC (rev 192403)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-sortedcontainers
+pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
+arch=('any')
+license=('Apache')
+url="http://www.grantjenks.com/docs/sortedcontainers/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sorted_containers{,-py2}
+}
+
+build() {
+  cd "$srcdir/sorted_containers"
+  python setup.py build
+
+  cd "$srcdir/sorted_containers-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/sorted_containers"
+  nosetests3
+
+  cd "$srcdir/sorted_containers-py2"
+  nosetests2
+}
+
+package_python-sortedcontainers() {
+  depends=('python')
+
+  cd sorted_containers
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-sortedcontainers() {
+  depends=('python2')
+
+  cd sorted_containers-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-10-16 Thread Pierre Neidhardt
Date: Monday, October 17, 2016 @ 01:20:07
  Author: ambrevar
Revision: 192404

upgpkg: uncrustify 0.64-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 01:19:50 UTC (rev 192403)
+++ PKGBUILD2016-10-17 01:20:07 UTC (rev 192404)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.63
+pkgver=0.64
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=("i686" "x86_64")
@@ -9,16 +9,23 @@
 url="http://uncrustify.sourceforge.net/;
 license=("GPL")
 depends=("gcc-libs")
+makedepends=("cmake")
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('791ffa57ac6a301d16463c1a97c77c0c')
+md5sums=('008904ca40d07c4b3d66c717d59cb65b')
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
 }


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:29:48
  Author: felixonmars
Revision: 192408

upgpkg: python-pytest 3.0.3-2

- add back pytest executable (FS#50791)
- enable tests again (FS#50792)

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 03:23:40 UTC (rev 192407)
+++ PKGBUILD2016-10-17 03:29:48 UTC (rev 192408)
@@ -5,7 +5,7 @@
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -12,9 +12,9 @@
 url="http://pytest.org/;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
  'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-twisted' 
'python2-twisted'
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
   'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
 source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
 sha512sums=('SKIP')
@@ -35,15 +35,12 @@
   python2 setup.py build
 }
 
-# Tests hang as of 3.0.0
-check_disabled() {
+check() {
   cd "$srcdir"/pytest
-  # 1 xdist-related failure
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/pytest-py2
-  # 1 xdist-related failure
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-pytest() {
@@ -52,8 +49,6 @@
   cd pytest
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/bin/pytest
 }
 
 package_python2-pytest() {
@@ -64,5 +59,5 @@
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir"/usr/bin/py.test{,2}
-  rm "$pkgdir"/usr/bin/pytest
+  mv "$pkgdir"/usr/bin/pytest{,2}
 }


[arch-commits] Commit in mate-utils-gtk3/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:48:14
  Author: bgyorgy
Revision: 192390

upgpkg: mate-utils-gtk3 1.16.0-2

Add back mate-desktop-schemas to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-utils-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:46:00 UTC (rev 192389)
+++ PKGBUILD2016-10-16 23:48:14 UTC (rev 192390)
@@ -4,12 +4,12 @@
 _pkgbase=mate-utils
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+depends=('gtk3' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
 makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
 optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
 groups=('mate-extra-gtk3')


[arch-commits] Commit in mate-utils-gtk3/repos (4 files)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:48:20
  Author: bgyorgy
Revision: 192391

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

Added:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
(from rev 192390, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192390, mate-utils-gtk3/trunk/PKGBUILD)
Deleted:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 23:48:14 UTC (rev 192390)
+++ community-i686/PKGBUILD 2016-10-16 23:48:20 UTC (rev 192391)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
-optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---sysconfdir=/etc \
---disable-maintainer-flags
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils-gtk3/repos/community-i686/PKGBUILD (from rev 192390, 
mate-utils-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:48:20 UTC (rev 192391)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 23:48:14 UTC (rev 192390)
+++ community-x86_64/PKGBUILD   2016-10-16 23:48:20 UTC (rev 192391)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
-optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---sysconfdir=/etc \
---disable-maintainer-flags

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

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:12:17
  Author: bgyorgy
Revision: 192394

upgpkg: marco-gtk3 1.16.0-2

Add back mate-desktop-schemas to dependencies, its GSettings schemas are 
required for this package

Modified:
  marco-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:56:24 UTC (rev 192393)
+++ PKGBUILD2016-10-17 00:12:17 UTC (rev 192394)
@@ -4,12 +4,12 @@
 _pkgbase=marco
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for MATE (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libcanberra' 'libgtop' 'zenity' 'startup-notification')
+depends=('libcanberra' 'libgtop' 'mate-desktop-schemas' 'startup-notification' 
'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-gtk3')
 conflicts=("${_pkgbase}")


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

2016-10-16 Thread Jan Steffens
Date: Monday, October 17, 2016 @ 00:11:26
  Author: heftig
Revision: 278863

4.8.2-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   12 ++--
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 19:55:55 UTC (rev 278862)
+++ PKGBUILD2016-10-17 00:11:26 UTC (rev 278863)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-_zenpatch=zen-4.8.1-977d84e196640b0d4ef187cb32be59dca0db9d8e.diff
-pkgver=4.8.1
+_zenpatch=zen-4.8.2-04fe723b83f2e5cb83d9aca6afc89c92faa38804.diff
+pkgver=4.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -29,12 +29,12 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'79c7bda5b4ac4dee7791f34448464f7aa74d498f80df6e1e5ab73f96c5baea41'
+'edb6e8022172df2b020b53e1cfa32bcde070f3119a6618766066098c46008a9b'
 'SKIP'
-'0a468fb213636d68b30b9f98101372c705986a29d0aae7cccd505fba73fdc58e'
+'cfef09dda21e17ae8208b1eaacbc37ca4cc60646dcdfc48be60067b684cdfe75'
 'SKIP'
-'44aa052e6d4aae954d5a956633da5920ba72f8a74382418468115cd62eff5a3c'
-'f20a0237ce591336edee5fb6a6522fc1662ec893568523923f69dba96313c5dc'
+'cdbb9e444c920b9c8f54ec23b64a08dd0ef94847e453a5100132583f4a76efd6'
+'92f406e970bce0631a0cdcf7b6279c60813051094090e315511c82097c52bf94'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(

Modified: config
===
--- config  2016-10-16 19:55:55 UTC (rev 278862)
+++ config  2016-10-17 00:11:26 UTC (rev 278863)
@@ -7329,7 +7329,7 @@
 CONFIG_EXT4_USE_FOR_EXT2=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
-# CONFIG_EXT4_ENCRYPTION is not set
+CONFIG_EXT4_ENCRYPTION=y
 # CONFIG_EXT4_DEBUG is not set
 CONFIG_JBD2=m
 # CONFIG_JBD2_DEBUG is not set

Modified: config.x86_64
===
--- config.x86_64   2016-10-16 19:55:55 UTC (rev 278862)
+++ config.x86_64   2016-10-17 00:11:26 UTC (rev 278863)
@@ -7052,7 +7052,7 @@
 CONFIG_EXT4_USE_FOR_EXT2=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
-# CONFIG_EXT4_ENCRYPTION is not set
+CONFIG_EXT4_ENCRYPTION=y
 # CONFIG_EXT4_DEBUG is not set
 CONFIG_JBD2=m
 # CONFIG_JBD2_DEBUG is not set


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

2016-10-16 Thread Pierre Neidhardt
Date: Monday, October 17, 2016 @ 01:22:49
  Author: ambrevar
Revision: 192405

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 01:20:07 UTC (rev 192404)
+++ community-i686/PKGBUILD 2016-10-17 01:22:49 UTC (rev 192405)
@@ -1,24 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.63
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('791ffa57ac6a301d16463c1a97c77c0c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 192404, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 01:22:49 UTC (rev 192405)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.64
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('008904ca40d07c4b3d66c717d59cb65b')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 01:20:07 UTC (rev 192404)
+++ community-x86_64/PKGBUILD   2016-10-17 01:22:49 UTC (rev 192405)
@@ -1,24 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.63
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=("i686" "x86_64")
-url="http://uncrustify.sourceforge.net/;
-license=("GPL")
-depends=("gcc-libs")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('791ffa57ac6a301d16463c1a97c77c0c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 192404, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 01:22:49 UTC (rev 192405)
@@ -0,0 +1,31 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.64
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+makedepends=("cmake")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('008904ca40d07c4b3d66c717d59cb65b')
+
+build() {
+   cd "$srcdir"
+   mkdir -p build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+
+   cd ..
+   install -d -m755 "$pkgdir"/usr/share/uncrustify
+   install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}


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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:46:00
  Author: bgyorgy
Revision: 192389

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

Added:
  mate-utils/repos/community-i686/PKGBUILD
(from rev 192388, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 192388, mate-utils/trunk/PKGBUILD)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 23:45:54 UTC (rev 192388)
+++ community-i686/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---disable-maintainer-flags
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 192388, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 23:45:54 UTC (rev 192388)
+++ community-x86_64/PKGBUILD   2016-10-16 23:46:00 UTC (rev 192389)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---disable-maintainer-flags
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared 

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

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:45:54
  Author: bgyorgy
Revision: 192388

upgpkg: mate-utils 1.16.0-2

Add back mate-desktop-schemas to dependencies, its GSettings schemas are 
required for this package

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:39:56 UTC (rev 192387)
+++ PKGBUILD2016-10-16 23:45:54 UTC (rev 192388)
@@ -4,12 +4,12 @@
 _pkgbase=mate-utils
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
 makedepends=('intltool' 'itstool' 'mate-panel')
 optdepends=('mate-panel: Look up words in dictionaries from the panel')
 groups=('mate-extra')


[arch-commits] Commit in mate-user-share-gtk3/repos (4 files)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:56:24
  Author: bgyorgy
Revision: 192393

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

Added:
  mate-user-share-gtk3/repos/community-i686/PKGBUILD
(from rev 192392, mate-user-share-gtk3/trunk/PKGBUILD)
  mate-user-share-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192392, mate-user-share-gtk3/trunk/PKGBUILD)
Deleted:
  mate-user-share-gtk3/repos/community-i686/PKGBUILD
  mate-user-share-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-16 23:56:19 UTC (rev 192392)
+++ community-i686/PKGBUILD 2016-10-16 23:56:24 UTC (rev 192393)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-user-share
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libunique3' 'mod_dnssd')
-makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
-optdepends=('caja-gtk3: File sharing extension')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---disable-bluetooth
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make  DESTDIR="${pkgdir}" install
-}

Copied: mate-user-share-gtk3/repos/community-i686/PKGBUILD (from rev 192392, 
mate-user-share-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:56:24 UTC (rev 192393)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'mod_dnssd')
+makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
+optdepends=('caja-gtk3: File sharing extension')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--disable-bluetooth
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-16 23:56:19 UTC (rev 192392)
+++ community-x86_64/PKGBUILD   2016-10-16 23:56:24 UTC (rev 192393)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-user-share
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libunique3' 'mod_dnssd')
-makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
-optdepends=('caja-gtk3: File sharing extension')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexec=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---with-gtk=3.0 \
---disable-bluetooth
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd 

[arch-commits] Commit in mate-user-share-gtk3/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Sunday, October 16, 2016 @ 23:56:19
  Author: bgyorgy
Revision: 192392

upgpkg: mate-user-share-gtk3 1.16.0-2

Remove unused libunique3 dependency

Modified:
  mate-user-share-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 23:48:20 UTC (rev 192391)
+++ PKGBUILD2016-10-16 23:56:19 UTC (rev 192392)
@@ -4,12 +4,12 @@
 _pkgbase=mate-user-share
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libunique3' 'mod_dnssd')
+depends=('gtk3' 'mod_dnssd')
 makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
 optdepends=('caja-gtk3: File sharing extension')
 groups=('mate-extra-gtk3')


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

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:12:24
  Author: bgyorgy
Revision: 192395

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

Added:
  marco-gtk3/repos/community-i686/PKGBUILD
(from rev 192394, marco-gtk3/trunk/PKGBUILD)
  marco-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192394, marco-gtk3/trunk/PKGBUILD)
Deleted:
  marco-gtk3/repos/community-i686/PKGBUILD
  marco-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 00:12:17 UTC (rev 192394)
+++ community-i686/PKGBUILD 2016-10-17 00:12:24 UTC (rev 192395)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=marco
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'zenity' 'startup-notification')
-makedepends=('intltool' 'itstool')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco-gtk3/repos/community-i686/PKGBUILD (from rev 192394, 
marco-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 00:12:24 UTC (rev 192395)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="A window manager for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop-schemas' 'startup-notification' 
'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-startup-notification
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 00:12:17 UTC (rev 192394)
+++ community-x86_64/PKGBUILD   2016-10-17 00:12:24 UTC (rev 192395)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=marco
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="A window manager for MATE (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'zenity' 'startup-notification')
-makedepends=('intltool' 'itstool')
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-startup-notification
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: marco-gtk3/repos/community-x86_64/PKGBUILD (from rev 192394, 
marco-gtk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-17 00:12:24 UTC (rev 192395)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco

[arch-commits] Commit in mate-power-manager-gtk3/repos (4 files)

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:24:33
  Author: bgyorgy
Revision: 192399

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

Added:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 192398, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192398, mate-power-manager-gtk3/trunk/PKGBUILD)
Deleted:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-17 00:24:26 UTC (rev 192398)
+++ community-i686/PKGBUILD 2016-10-17 00:24:33 UTC (rev 192399)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
-optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---with-gtk=3.0 \
---disable-strict
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 192398, 
mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-17 00:24:33 UTC (rev 192399)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libcanberra' 'libgnome-keyring' 'libnotify' 
'upower')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--with-gtk=3.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-17 00:24:26 UTC (rev 192398)
+++ community-x86_64/PKGBUILD   2016-10-17 00:24:33 UTC (rev 192399)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
-optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---with-gtk=3.0 \
---disable-strict
-make
-}
-
-package() {
-cd 

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

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:24:26
  Author: bgyorgy
Revision: 192398

upgpkg: mate-power-manager-gtk3 1.16.0-2

Add missing gtk3 depencency

Modified:
  mate-power-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:16:16 UTC (rev 192397)
+++ PKGBUILD2016-10-17 00:24:26 UTC (rev 192398)
@@ -4,12 +4,12 @@
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+depends=('dbus-glib' 'gtk3' 'libcanberra' 'libgnome-keyring' 'libnotify' 
'upower')
 makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
 optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)


[arch-commits] Commit in mate-applet-dock/trunk (PKGBUILD)

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:55:36
  Author: bgyorgy
Revision: 192400

upgpkg: mate-applet-dock 0.75-1

Update to new version

Modified:
  mate-applet-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:24:33 UTC (rev 192399)
+++ PKGBUILD2016-10-17 00:55:36 UTC (rev 192400)
@@ -3,7 +3,7 @@
 
 pkgname=mate-applet-dock
 _pkgname=mate-dock-applet
-pkgver=0.74
+pkgver=0.75
 pkgrel=1
 pkgdesc="Application dock for the MATE panel"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('mate-panel-gtk3' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
-sha256sums=('72fe8979fbddf5f905a281533f124377a6371c8ac000ef024de08c2f8e7d2ee0')
+sha256sums=('2666e56290d34adbd58b3245e4874bd4f0d00118950ad0a72e9fe4db3f70a575')
 
 prepare() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

2016-10-16 Thread Balló György
Date: Monday, October 17, 2016 @ 00:55:41
  Author: bgyorgy
Revision: 192401

archrelease: copy trunk to community-any

Added:
  mate-applet-dock/repos/community-any/PKGBUILD
(from rev 192400, mate-applet-dock/trunk/PKGBUILD)
Deleted:
  mate-applet-dock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 00:55:36 UTC (rev 192400)
+++ PKGBUILD2016-10-17 00:55:41 UTC (rev 192401)
@@ -1,30 +0,0 @@
-# $Id$
-# Contriburor: Balló György 
-
-pkgname=mate-applet-dock
-_pkgname=mate-dock-applet
-pkgver=0.74
-pkgrel=1
-pkgdesc="Application dock for the MATE panel"
-arch=('any')
-url="https://github.com/robint99/dock-applet;
-license=('GPL3')
-depends=('mate-panel-gtk3' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
-sha256sums=('72fe8979fbddf5f905a281533f124377a6371c8ac000ef024de08c2f8e7d2ee0')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 192400, 
mate-applet-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 00:55:41 UTC (rev 192401)
@@ -0,0 +1,30 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.75
+pkgrel=1
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet;
+license=('GPL3')
+depends=('mate-panel-gtk3' 'python-cairo' 'python-gobject' 'python-pillow' 
'python-xdg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
+sha256sums=('2666e56290d34adbd58b3245e4874bd4f0d00118950ad0a72e9fe4db3f70a575')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:08:45
  Author: felixonmars
Revision: 278865

upgpkg: python-setuptools 1:28.6.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 00:24:47 UTC (rev 278864)
+++ PKGBUILD2016-10-17 03:08:45 UTC (rev 278865)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=28.3.0
+pkgver=28.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -48,12 +48,19 @@
 
 check() {
   # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.utf8
 
+  # https://github.com/pypa/setuptools/pull/810
+  export PYTHONDONTWRITEBYTECODE=1
+
+  (
   cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
+  python setup.py ptr
 
   cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+  python2 setup.py ptr
+  ) || warning "Tests failed"
+  # https://github.com/pypa/setuptools/issues/816
 }
  
 package_python-setuptools() {


[arch-commits] Commit in python-setuptools/repos (testing-any testing-any/PKGBUILD)

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:09:25
  Author: felixonmars
Revision: 278866

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 278865, python-setuptools/trunk/PKGBUILD)

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

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 278865, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-10-17 03:09:25 UTC (rev 278866)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=28.6.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.utf8
+
+  # https://github.com/pypa/setuptools/pull/810
+  export PYTHONDONTWRITEBYTECODE=1
+
+  (
+  cd "$srcdir"/setuptools
+  python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py ptr
+  ) || warning "Tests failed"
+  # https://github.com/pypa/setuptools/issues/816
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging' 'python-appdirs')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2-packaging' 'python2-appdirs')
+  provides=('python2-distribute')
+  replaces=('python2-distribute')
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+  rm "$pkgdir"/usr/bin/easy_install
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:23:40
  Author: felixonmars
Revision: 192407

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 03:23:18 UTC (rev 192406)
+++ PKGBUILD2016-10-17 03:23:40 UTC (rev 192407)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Cilyan Olowen 
-
-pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="WSGI request and response object"
-arch=('any')
-url="http://pythonpaste.org/webob/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-nose' 'python2-nose')
-optdepends=('python-webob-docs: documentation')
-source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-md5sums=('04049d82e9d12dd91f6f46f54cc826aa')
-
-prepare() {
-  cp -a "$srcdir/WebOb-$pkgver"{,-py2}
-  cp -a "$srcdir/WebOb-$pkgver"{,-docs}
-}
-
-build() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  python setup.py build_sphinx
-}
-
-check() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-webob() {
-  depends=('python')
-
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-webob-docs() {
-  optdepends=()
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  _doc_dir="$pkgdir"/usr/share/docs/python-webob
-  mkdir -p "$_doc_dir"
-  cp -a "build/sphinx/html" "$_doc_dir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-webob/repos/community-any/PKGBUILD (from rev 192406, 
python-webob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 03:23:40 UTC (rev 192407)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Cilyan Olowen 
+
+pkgbase='python-webob'
+pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="WSGI request and response object"
+arch=('any')
+url="http://pythonpaste.org/webob/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+checkdepends=('python-nose' 'python2-nose')
+optdepends=('python-webob-docs: documentation')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
+md5sums=('cc88bf68d6bf879c2d2145c86b6f5010')
+
+prepare() {
+  cp -a "$srcdir/WebOb-$pkgver"{,-py2}
+  cp -a "$srcdir/WebOb-$pkgver"{,-docs}
+}
+
+build() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  python setup.py build_sphinx
+}
+
+check() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-webob() {
+  depends=('python')
+
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-webob() {
+  depends=('python2')
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-webob-docs() {
+  optdepends=()
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  _doc_dir="$pkgdir"/usr/share/docs/python-webob
+  mkdir -p "$_doc_dir"
+  cp -a "build/sphinx/html" "$_doc_dir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:23:18
  Author: felixonmars
Revision: 192406

upgpkg: python-webob 1.6.2-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 01:22:49 UTC (rev 192405)
+++ PKGBUILD2016-10-17 03:23:18 UTC (rev 192406)
@@ -5,7 +5,7 @@
 
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="WSGI request and response object"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-nose' 'python2-nose')
 optdepends=('python-webob-docs: documentation')
 source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-md5sums=('04049d82e9d12dd91f6f46f54cc826aa')
+md5sums=('cc88bf68d6bf879c2d2145c86b6f5010')
 
 prepare() {
   cp -a "$srcdir/WebOb-$pkgver"{,-py2}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:30:08
  Author: felixonmars
Revision: 192409

archrelease: copy trunk to community-testing-any

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

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

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 192408, 
python-pytest/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-17 03:30:08 UTC (rev 192409)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
+  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest
+  python setup.py test
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py test
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:31:37
  Author: felixonmars
Revision: 192411

archrelease: copy trunk to community-testing-any

Added:
  python-logilab-common/repos/community-testing-any/
  python-logilab-common/repos/community-testing-any/PKGBUILD
(from rev 192410, python-logilab-common/trunk/PKGBUILD)

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

Copied: python-logilab-common/repos/community-testing-any/PKGBUILD (from rev 
192410, python-logilab-common/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-17 03:31:37 UTC (rev 192411)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
+source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('ecad2d10c31dcf183c8bed87b6ec35e7ed397d27')
+
+prepare() {
+  cp -a logilab-common-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/logilab-common-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/logilab-common-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/pytest
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 bin/pytest
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  optdepends=('python-six: for logilab.common.testlib')
+
+  cd "$srcdir"/logilab-common-$pkgver
+
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/pytest{,-logilab}
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  optdepends=('python2-six: for logilab.common.testlib')
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/pytest{,2-logilab}
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 05:02:46
  Author: felixonmars
Revision: 192413

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-17 05:02:22 UTC (rev 192412)
+++ PKGBUILD2016-10-17 05:02:46 UTC (rev 192413)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mimeparse
-pkgname=(python-mimeparse python2-mimeparse)
-pkgver=1.5.5
-pkgrel=1
-pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
-arch=('any')
-url="https://github.com/dbtsai/python-mimeparse;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/dbtsai/python-mimeparse#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-mimeparse{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-mimeparse
-  python setup.py build
-
-  cd "$srcdir"/python-mimeparse-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-mimeparse
-  python mimeparse_test.py
-
-  cd "$srcdir"/python-mimeparse-py2
-  python2 mimeparse_test.py
-}
-
-package_python-mimeparse() {
-  depends=('python')
-
-  cd python-mimeparse
-  python setup.py install -O1 --root "$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mimeparse() {
-  depends=('python2')
-
-  cd python-mimeparse-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mimeparse/repos/community-any/PKGBUILD (from rev 192412, 
python-mimeparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-17 05:02:46 UTC (rev 192413)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mimeparse
+pkgname=(python-mimeparse python2-mimeparse)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
+arch=('any')
+url="https://github.com/dbtsai/python-mimeparse;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/dbtsai/python-mimeparse#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-mimeparse{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-mimeparse
+  python setup.py build
+
+  cd "$srcdir"/python-mimeparse-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-mimeparse
+  python mimeparse_test.py
+
+  cd "$srcdir"/python-mimeparse-py2
+  python2 mimeparse_test.py
+}
+
+package_python-mimeparse() {
+  depends=('python')
+
+  cd python-mimeparse
+  python setup.py install -O1 --root "$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mimeparse() {
+  depends=('python2')
+
+  cd python-mimeparse-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 05:02:22
  Author: felixonmars
Revision: 192412

upgpkg: python-mimeparse 1.6.0-1

Modified:
  python-mimeparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 03:31:37 UTC (rev 192411)
+++ PKGBUILD2016-10-17 05:02:22 UTC (rev 192412)
@@ -3,7 +3,7 @@
 
 pkgbase=python-mimeparse
 pkgname=(python-mimeparse python2-mimeparse)
-pkgver=1.5.5
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
 arch=('any')


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

2016-10-16 Thread Felix Yan
Date: Monday, October 17, 2016 @ 03:31:19
  Author: felixonmars
Revision: 192410

upgpkg: python-logilab-common 1.2.2-2

- rename obsolete pytest executable to avoid conflict with new pytest

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 03:30:08 UTC (rev 192409)
+++ PKGBUILD2016-10-17 03:31:19 UTC (rev 192410)
@@ -7,7 +7,7 @@
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="http://www.logilab.org/project/logilab-common;
@@ -44,6 +44,8 @@
   cd "$srcdir"/logilab-common-$pkgver
 
   python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/pytest{,-logilab}
 }
 
 package_python2-logilab-common() {
@@ -54,5 +56,5 @@
 
   python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
 
-  mv "$pkgdir"/usr/bin/pytest{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2-logilab}
 }