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

2016-02-13 Thread Florian Pritz
Date: Saturday, February 13, 2016 @ 11:03:08
  Author: bluewind
Revision: 161461

upgpkg: filezilla 3.15.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 09:32:56 UTC (rev 161460)
+++ PKGBUILD2016-02-13 10:03:08 UTC (rev 161461)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.15.0.1
+pkgver=3.15.0.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('f3c8eb38fe49a8366ac2f2f303e648ef')
+md5sums=('fe83f8f1b9a52934bd437615fa408131')


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

2016-02-13 Thread Florian Pritz
Date: Saturday, February 13, 2016 @ 11:03:13
  Author: bluewind
Revision: 161462

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

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

+
 /PKGBUILD  |   74 +++
 /filezilla.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 10:03:08 UTC (rev 161461)
+++ community-i686/PKGBUILD 2016-02-13 10:03:13 UTC (rev 161462)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.15.0.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('f3c8eb38fe49a8366ac2f2f303e648ef')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 161461, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 10:03:13 UTC (rev 161462)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.15.0.2
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('fe83f8f1b9a52934bd437615fa408131')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2016-02-13 10:03:08 UTC (rev 161461)
+++ community-i686/filezilla.install2016-02-13 10:03:13 UTC (rev 161462)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 161461, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2016-02-13 10:03:13 UTC (rev 161462)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 10:03:08 UTC (rev 161461)
+++ community-x86_64/PKGBUILD   2016-02-13 10:03:13 UTC (rev 161462)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.15.0.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and 

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

2016-02-13 Thread Jakob Gruber
Date: Saturday, February 13, 2016 @ 12:27:55
  Author: schuay
Revision: 161463

mcomix-1.2.1-1

Modified:
  mcomix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 10:03:13 UTC (rev 161462)
+++ PKGBUILD2016-02-13 11:27:55 UTC (rev 161463)
@@ -3,7 +3,7 @@
 # Contributor: Ray Powell 
 
 pkgname=mcomix
-pkgver=1.2
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
 arch=('any')
@@ -45,4 +45,4 @@
   install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
 }
 
-md5sums=('c879c6eb5888a80781b87c10c5de826c')
+md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')


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

2016-02-13 Thread Jakob Gruber
Date: Saturday, February 13, 2016 @ 12:28:07
  Author: schuay
Revision: 161464

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/PKGBUILD
(from rev 161463, mcomix/trunk/PKGBUILD)
  mcomix/repos/community-any/mcomix.install
(from rev 161463, mcomix/trunk/mcomix.install)
Deleted:
  mcomix/repos/community-any/PKGBUILD
  mcomix/repos/community-any/mcomix.install

+
 PKGBUILD   |   96 +++
 mcomix.install |   62 +--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-13 11:27:55 UTC (rev 161463)
+++ PKGBUILD2016-02-13 11:28:07 UTC (rev 161464)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Ray Powell 
-
-pkgname=mcomix
-pkgver=1.2
-pkgrel=1
-pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
-arch=('any')
-url="http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://www.archlinux.org/todo/replace-pil-with-pillow/
-  sed -i 's/import Image/from PIL import Image/' mime/comicthumb
-
-  # python2 fix
-  for file in $(grep -Rl "/usr/bin/env python" .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('c879c6eb5888a80781b87c10c5de826c')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 161463, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-13 11:28:07 UTC (rev 161464)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Ray Powell 
+
+pkgname=mcomix
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
+arch=('any')
+url="http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://www.archlinux.org/todo/replace-pil-with-pillow/
+  sed -i 's/import Image/from PIL import Image/' mime/comicthumb
+
+  # python2 fix
+  for file in $(grep -Rl "/usr/bin/env python" .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')

Deleted: mcomix.install
===
--- mcomix.install  2016-02-13 11:27:55 UTC (rev 161463)
+++ mcomix.install  2016-02-13 11:28:07 UTC (rev 161464)
@@ -1,31 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname} &> /dev/null
-  fi
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  echo 'In case of any issues with zoom keybindings, delete 
~/.config/mcomix/keybindings.conf.'
-  post_install $1
-}
-
-pre_remove() 

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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:28:55
  Author: svenstaro
Revision: 259107

upgpkg: bullet 2.83.7-1

upstream release 2.83.7

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 05:20:12 UTC (rev 259106)
+++ PKGBUILD2016-02-13 12:28:55 UTC (rev 259107)
@@ -4,8 +4,8 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.6
-pkgrel=2
+pkgver=2.83.7
+pkgrel=1
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
 arch=('i686' 'x86_64')
 url="http://www.bulletphysics.com/Bullet/;
@@ -13,10 +13,10 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
 optdepends=('glu: for the example browser')
 source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('44cb2464336a2082b2c144194c2a2668')
+md5sums=('39fd0138fcb59047c12861f3b65c063e')
 
 build() {
-  cd ${pkgbase}3-${pkgver}
+  cd bullet3-${pkgver}
 
   [[ -d build ]] && rm -rf build
   mkdir build && cd build 
@@ -38,11 +38,13 @@
 package_bullet() {
   optdepends=('bullet-docs: documentation')
 
-  cd ${pkgbase}3-${pkgver}/build
+  cd bullet3-${pkgver}/build
 
   # install it
   make DESTDIR=${pkgdir} install
 
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
${pkgdir}/usr/bin/bullet3_examplebrowser
+
   # install license
   install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
 }
@@ -51,7 +53,7 @@
   pkgdesc="Documentation for bullet"
   depends=()
 
-  cd ${pkgbase}3-${pkgver}
+  cd bullet3-${pkgver}
 
   # install docs
   install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:29:11
  Author: svenstaro
Revision: 259108

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 12:28:55 UTC (rev 259107)
+++ extra-i686/PKGBUILD 2016-02-13 12:29:11 UTC (rev 259108)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph Zeiler 
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.6
-pkgrel=2
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
-arch=('i686' 'x86_64')
-url="http://www.bulletphysics.com/Bullet/;
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
-optdepends=('glu: for the example browser')
-source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('44cb2464336a2082b2c144194c2a2668')
-
-build() {
-  cd ${pkgbase}3-${pkgver}
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build 
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_SHARED_LIBS=1 \
-   -DINSTALL_LIBS=1 \
-   -DINSTALL_EXTRA_LIBS=1 \
-   -DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  cd ..
-  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}3-${pkgver}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc="Documentation for bullet"
-  depends=()
-
-  cd ${pkgbase}3-${pkgver}
-
-  # install docs
-  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
-  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/extra-i686/PKGBUILD (from rev 259107, 
bullet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 12:29:11 UTC (rev 259108)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.83.7
+pkgrel=1
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
+arch=('i686' 'x86_64')
+url="http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
+optdepends=('glu: for the example browser')
+source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
+md5sums=('39fd0138fcb59047c12861f3b65c063e')
+
+build() {
+  cd bullet3-${pkgver}
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build 
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  cd ..
+  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd bullet3-${pkgver}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
${pkgdir}/usr/bin/bullet3_examplebrowser
+
+  # install license
+  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+  depends=()
+
+  cd bullet3-${pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 12:28:55 UTC (rev 259107)
+++ extra-x86_64/PKGBUILD   2016-02-13 12:29:11 UTC 

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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:44:44
  Author: svenstaro
Revision: 259109

upgpkg: nvidia-utils 361.28-5

Install tls libs to proper location

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 12:29:11 UTC (rev 259108)
+++ PKGBUILD2016-02-13 12:44:44 UTC (rev 259109)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=361.28
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -120,7 +120,8 @@
 install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"
 
 # nvidia-tls library
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/tls/libnvidia-tls.so.${pkgver}"
 
 # CUDA
 install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/libcuda.so.${pkgver}"


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:44:55
  Author: svenstaro
Revision: 259110

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 259109, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 259109, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 259109, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 259109, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  362 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  180 -
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  180 -
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 382 insertions(+), 380 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 12:44:44 UTC (rev 259109)
+++ extra-i686/PKGBUILD 2016-02-13 12:44:55 UTC (rev 259110)
@@ -1,180 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=361.28
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server' 'libglvnd')
-optdepends=('nvidia-settings: configuration tool'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-install="${pkgname}.install"
- 

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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:47:13
  Author: svenstaro
Revision: 161465

upgpkg: lib32-nvidia-utils 361.28-4

Install tls libs to proper location

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 11:28:07 UTC (rev 161464)
+++ PKGBUILD2016-02-13 12:47:13 UTC (rev 161465)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=361.28
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -108,7 +108,8 @@
 install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
 
 # nvidia-tls library
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/tls/libnvidia-tls.so.${pkgver}"
 
 # CUDA
 install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 13:47:20
  Author: svenstaro
Revision: 161466

archrelease: copy trunk to multilib-x86_64

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

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

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

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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 13:54:52
  Author: arodseth
Revision: 161468

archrelease: copy trunk to community-any

Added:
  vim-airline/repos/community-any/PKGBUILD
(from rev 161467, vim-airline/trunk/PKGBUILD)
  vim-airline/repos/community-any/vimdoc.install
(from rev 161467, vim-airline/trunk/vimdoc.install)
Deleted:
  vim-airline/repos/community-any/PKGBUILD
  vim-airline/repos/community-any/vimdoc.install

+
 PKGBUILD   |   66 +++
 vimdoc.install |   32 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-13 12:54:43 UTC (rev 161467)
+++ PKGBUILD2016-02-13 12:54:52 UTC (rev 161468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: olantwin 
-
-pkgname=vim-airline
-pkgver=0.7
-pkgrel=1
-pkgdesc='Lean & mean statusline/tabline for ViM'
-arch=('any')
-url='https://github.com/vim-airline/vim-airline'
-license=('MIT')
-depends=('vim-runtime')
-makedepends=('git')
-#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
-install='vimdoc.install'
-source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-
-  _installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
-  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
-  install -d "$_installpath/autoload"
-  install -d "$_installpath/t"
-  cp -R autoload/* "$_installpath/autoload"
-  cp -R t/* "$_installpath/t"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/PKGBUILD (from rev 161467, 
vim-airline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-13 12:54:52 UTC (rev 161468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: olantwin 
+
+pkgname=vim-airline
+pkgver=0.7
+pkgrel=3
+pkgdesc='Lean & mean statusline/tabline for ViM'
+arch=('any')
+url='https://github.com/vim-airline/vim-airline'
+license=('MIT')
+depends=('vim-runtime')
+makedepends=('git')
+#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
+install='vimdoc.install'
+source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  _installpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
+  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
+  install -d "$_installpath/autoload"
+  install -d "$_installpath/t"
+  cp -R autoload/* "$_installpath/autoload"
+  cp -R t/* "$_installpath/t"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
+# vim:set ts=2 sw=2 et:

Deleted: vimdoc.install
===
--- vimdoc.install  2016-02-13 12:54:43 UTC (rev 161467)
+++ vimdoc.install  2016-02-13 12:54:52 UTC (rev 161468)
@@ -1,16 +0,0 @@
-post_install() {
-echo -n 'Updating vim help tags...'
-/usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/vimdoc.install (from rev 161467, 
vim-airline/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2016-02-13 12:54:52 UTC (rev 161468)
@@ -0,0 +1,16 @@
+post_install() {
+echo -n 'Updating vim help tags...'
+/usr/bin/vim --noplugins -u NONE -U NONE \
+ --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
+echo 'done.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 13:54:43
  Author: arodseth
Revision: 161467

upgpkg: vim-airline 0.7-3

Modified:
  vim-airline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 12:47:20 UTC (rev 161466)
+++ PKGBUILD2016-02-13 12:54:43 UTC (rev 161467)
@@ -4,7 +4,7 @@
 
 pkgname=vim-airline
 pkgver=0.7
-pkgrel=1
+pkgrel=3
 pkgdesc='Lean & mean statusline/tabline for ViM'
 arch=('any')
 url='https://github.com/vim-airline/vim-airline'


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:36:27
  Author: heftig
Revision: 259111

0.23.10

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 12:44:55 UTC (rev 259110)
+++ PKGBUILD2016-02-13 13:36:27 UTC (rev 259111)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgit2-glib
-pkgver=0.23.8
+pkgver=0.23.10
 pkgrel=1
 pkgdesc="GLib wrapper for libgit2"
 url="http://wiki.gnome.org/Projects/Libgit2-glib;
@@ -11,7 +11,7 @@
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection python2 vala)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b')
+sha256sums=('398ea6ff5fb1eafa61f2908da5ff8722dc051a2081be6cbed76a2ab07ecab1af')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:38:31
  Author: heftig
Revision: 259113

0.20.16

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:37:57 UTC (rev 259112)
+++ PKGBUILD2016-02-13 13:38:31 UTC (rev 259113)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=0.20.15
+pkgver=0.20.16
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala) 
 optdepends=('python2: gupnp-binding-tool')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2')
+sha256sums=('ff1119eff12529c46837e03c742f69dc4fae48d59097d79582d38a383b832602')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:37:57
  Author: heftig
Revision: 259112

0.14.14

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:36:27 UTC (rev 259111)
+++ PKGBUILD2016-02-13 13:37:57 UTC (rev 259112)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gssdp
-pkgver=0.14.13
+pkgver=0.14.14
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk3 gtk-doc vala)
 optdepends=('gtk3: gssdp-device-sniffer')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea')
+sha256sums=('685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:39:37
  Author: heftig
Revision: 259115

1.14.36

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:39:09 UTC (rev 259114)
+++ PKGBUILD2016-02-13 13:39:37 UTC (rev 259115)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.35
+pkgver=1.14.36
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('8fad55e6782bf72466c6335c6bdcb2552d9da10c655486c699b6464bac2ff847')
+sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:39:09
  Author: heftig
Revision: 259114

0.42.4

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:38:31 UTC (rev 259113)
+++ PKGBUILD2016-02-13 13:39:09 UTC (rev 259114)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.42.3
+pkgver=0.42.4
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'glade')
 url="http://www.gnome.org;
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0')
+sha256sums=('08c88bf5c0aa1dfa3711e2e83b784fb5ea82025661f30b54e93eebd5f4bce113')
 
 build() {
   cd "vte-$pkgver"


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:40:02
  Author: heftig
Revision: 259116

0.12.8

Modified:
  gupnp-av/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:39:37 UTC (rev 259115)
+++ PKGBUILD2016-02-13 13:40:02 UTC (rev 259116)
@@ -4,7 +4,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=gupnp-av
-pkgver=0.12.7
+pkgver=0.12.8
 pkgrel=1
 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gupnp)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
+sha256sums=('759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:41:06
  Author: heftig
Revision: 259118

0.10.4

Modified:
  gupnp-dlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:40:57 UTC (rev 259117)
+++ PKGBUILD2016-02-13 13:41:06 UTC (rev 259118)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.2
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3')
+sha256sums=('5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:40:57
  Author: heftig
Revision: 259117

3.0.16

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:40:02 UTC (rev 259116)
+++ PKGBUILD2016-02-13 13:40:57 UTC (rev 259117)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.14
+pkgver=3.0.16
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
+sha256sums=('803e8b7265e63e0581e21fd0c6064792dfe951512e9f515e9e7a9b452caaf9f0')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:42:33
  Author: heftig
Revision: 259119

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

Added:
  libgit2-glib/repos/extra-i686/PKGBUILD
(from rev 259118, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/extra-x86_64/PKGBUILD
(from rev 259118, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/extra-i686/PKGBUILD
  libgit2-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:41:06 UTC (rev 259118)
+++ extra-i686/PKGBUILD 2016-02-13 13:42:33 UTC (rev 259119)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.23.8
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python2 vala)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/extra-i686/PKGBUILD (from rev 259118, 
libgit2-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:42:33 UTC (rev 259119)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.10
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('398ea6ff5fb1eafa61f2908da5ff8722dc051a2081be6cbed76a2ab07ecab1af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:41:06 UTC (rev 259118)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:42:33 UTC (rev 259119)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.23.8
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python2 vala)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('50853d1fbdabcdf67c14d3295a973c1c6f625b7d298459e494135a31984f140b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 259118, 
libgit2-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:42:33 UTC (rev 259119)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.23.10
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('398ea6ff5fb1eafa61f2908da5ff8722dc051a2081be6cbed76a2ab07ecab1af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc 

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:44:08
  Author: heftig
Revision: 259120

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:42:33 UTC (rev 259119)
+++ extra-i686/PKGBUILD 2016-02-13 13:44:08 UTC (rev 259120)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.35
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('8fad55e6782bf72466c6335c6bdcb2552d9da10c655486c699b6464bac2ff847')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 259119, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:44:08 UTC (rev 259120)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.36
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:42:33 UTC (rev 259119)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:44:08 UTC (rev 259120)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.35
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('8fad55e6782bf72466c6335c6bdcb2552d9da10c655486c699b6464bac2ff847')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 259119, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:44:08 UTC (rev 259120)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.36
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('71b7507f86c0f7c341bb362bdc7925a2ae286729be0bf5b8fd9581ffbbd62940')
+
+build() {
+  cd 

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:45:19
  Author: heftig
Revision: 259121

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:44:08 UTC (rev 259120)
+++ extra-i686/PKGBUILD 2016-02-13 13:45:19 UTC (rev 259121)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.42.3
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'glade')
-url="http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-glade-catalogue
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  cd "vte-$pkgver"
-
-  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 259120, vte3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:45:19 UTC (rev 259121)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.42.4
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'glade')
+url="http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('08c88bf5c0aa1dfa3711e2e83b784fb5ea82025661f30b54e93eebd5f4bce113')
+
+build() {
+  cd "vte-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-glade-catalogue
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "vte-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "vte-$pkgver"
+
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:44:08 UTC (rev 259120)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:45:19 UTC (rev 259121)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.42.3
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'glade')
-url="http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-glade-catalogue
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:46:53
  Author: heftig
Revision: 259122

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 259121, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 259121, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:45:19 UTC (rev 259121)
+++ extra-i686/PKGBUILD 2016-02-13 13:46:53 UTC (rev 259122)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.14
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 259121, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:46:53 UTC (rev 259122)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.16
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('803e8b7265e63e0581e21fd0c6064792dfe951512e9f515e9e7a9b452caaf9f0')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:45:19 UTC (rev 259121)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:46:53 UTC (rev 259122)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.14
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7c8a7dc479759cad5ff7483cb5a1abbe3efd0b4f83ed0e443dc602430a82de2')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 259121, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:46:53 UTC (rev 259122)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:48:06
  Author: heftig
Revision: 259123

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:46:53 UTC (rev 259122)
+++ extra-i686/PKGBUILD 2016-02-13 13:48:06 UTC (rev 259123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.13
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 259122, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:48:06 UTC (rev 259123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.14
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('685718755b5b8d24aaeadda44047e515443784712891fc53879ab9a4865b48d6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:46:53 UTC (rev 259122)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:48:06 UTC (rev 259123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=0.14.13
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('43057f0e3c07a12ad698cfb70420da21fc6e6eefe3c83161ef69e8308979eaea')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 259122, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:48:06 UTC (rev 259123)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gssdp
+pkgver=0.14.14
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:49:25
  Author: heftig
Revision: 259124

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:48:06 UTC (rev 259123)
+++ extra-i686/PKGBUILD 2016-02-13 13:49:25 UTC (rev 259124)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.15
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 259123, gupnp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:49:25 UTC (rev 259124)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.16
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ff1119eff12529c46837e03c742f69dc4fae48d59097d79582d38a383b832602')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --with-context-manager=linux
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:48:06 UTC (rev 259123)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:49:25 UTC (rev 259124)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=0.20.15
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
-}
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 259123, 
gupnp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:49:25 UTC (rev 259124)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=0.20.16
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:50:35
  Author: heftig
Revision: 259125

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

Added:
  gupnp-av/repos/extra-i686/PKGBUILD
(from rev 259124, gupnp-av/trunk/PKGBUILD)
  gupnp-av/repos/extra-x86_64/PKGBUILD
(from rev 259124, gupnp-av/trunk/PKGBUILD)
Deleted:
  gupnp-av/repos/extra-i686/PKGBUILD
  gupnp-av/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:49:25 UTC (rev 259124)
+++ extra-i686/PKGBUILD 2016-02-13 13:50:35 UTC (rev 259125)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.7
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-i686/PKGBUILD (from rev 259124, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:50:35 UTC (rev 259125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.8
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:49:25 UTC (rev 259124)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:50:35 UTC (rev 259125)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thijs Vermeir 
-# Contributor: Denis Zawada 
-
-pkgname=gupnp-av
-pkgver=0.12.7
-pkgrel=1
-pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gupnp)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gupnp-av/repos/extra-x86_64/PKGBUILD (from rev 259124, 
gupnp-av/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:50:35 UTC (rev 259125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thijs Vermeir 
+# Contributor: Denis Zawada 
+
+pkgname=gupnp-av
+pkgver=0.12.8
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:52:04
  Author: heftig
Revision: 259126

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

Added:
  gupnp-dlna/repos/extra-i686/PKGBUILD
(from rev 259125, gupnp-dlna/trunk/PKGBUILD)
  gupnp-dlna/repos/extra-x86_64/PKGBUILD
(from rev 259125, gupnp-dlna/trunk/PKGBUILD)
Deleted:
  gupnp-dlna/repos/extra-i686/PKGBUILD
  gupnp-dlna/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 13:50:35 UTC (rev 259125)
+++ extra-i686/PKGBUILD 2016-02-13 13:52:04 UTC (rev 259126)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=gupnp-dlna
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gst-plugins-base-libs)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}

Copied: gupnp-dlna/repos/extra-i686/PKGBUILD (from rev 259125, 
gupnp-dlna/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 13:52:04 UTC (rev 259126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=gupnp-dlna
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gst-plugins-base-libs)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 13:50:35 UTC (rev 259125)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:52:04 UTC (rev 259126)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=gupnp-dlna
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
-arch=(i686 x86_64)
-url="http://gupnp.org/;
-license=(LGPL)
-depends=(gst-plugins-base-libs)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}

Copied: gupnp-dlna/repos/extra-x86_64/PKGBUILD (from rev 259125, 
gupnp-dlna/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 13:52:04 UTC (rev 259126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=gupnp-dlna
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
+arch=(i686 x86_64)
+url="http://gupnp.org/;
+license=(LGPL)
+depends=(gst-plugins-base-libs)
+makedepends=(gobject-introspection gtk-doc vala)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 15:12:11
  Author: svenstaro
Revision: 161469

upgpkg: emscripten 1.35.23-1

upstream release 1.35.23

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 12:54:52 UTC (rev 161468)
+++ PKGBUILD2016-02-13 14:12:11 UTC (rev 161469)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.35.22
+pkgver=1.35.23
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('70d82052d30dc8a2ef07c519cd3764f788e60ac7c18236c09a6369be394bafaa'
-'3228eca1039f784410788521c2e8685ec23f0c6d5060b79e0b46529058313abe'
-'45dffd3ee7f8bc032470c11c19a77ce3ec11205a386b1b9911ed2744998272eb'
+sha256sums=('66b176203f82a52f511ffa1a47baa9d6a033b61dc5486b4034655912d8224c38'
+'89901c882684f6ff3745b15a5994c77ec2df6a957f4525d786e14c0bd6165e20'
+'cb39e052177b1461f7404d4d0601e0276982e847cc5054c813ed48d5e0ed082d'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 15:15:19
  Author: svenstaro
Revision: 259131

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

Added:
  qtcreator/repos/testing-i686/
  qtcreator/repos/testing-i686/PKGBUILD
(from rev 259130, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/testing-i686/qtcreator.desktop
(from rev 259130, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/testing-i686/qtcreator.install
(from rev 259130, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/testing-x86_64/
  qtcreator/repos/testing-x86_64/PKGBUILD
(from rev 259130, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/testing-x86_64/qtcreator.desktop
(from rev 259130, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/testing-x86_64/qtcreator.install
(from rev 259130, qtcreator/trunk/qtcreator.install)

--+
 testing-i686/PKGBUILD|   76 +
 testing-i686/qtcreator.desktop   |   10 
 testing-i686/qtcreator.install   |   12 +
 testing-x86_64/PKGBUILD  |   76 +
 testing-x86_64/qtcreator.desktop |   10 
 testing-x86_64/qtcreator.install |   12 +
 6 files changed, 196 insertions(+)

Copied: qtcreator/repos/testing-i686/PKGBUILD (from rev 259130, 
qtcreator/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-13 14:15:19 UTC (rev 259131)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.6.0
+_pkgver=v3.6.0
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'clang: Clang code model'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
+"git://code.qt.io/qt-labs/qbs.git"
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '800c94165c547b64012a207d9830250a')
+
+prepare() {
+  cd qt-creator
+  git submodule init
+  git config submodule.qbs.url $srcdir/qbs
+  git submodule update
+
+  # Debugger: Allow LLDB-MI to be used as debugger
+  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
+  git cherry-pick -n 97e9f113879c e57b0db0f959
+
+  # Fix FS#47640
+  sed -i "s/libexec/lib/g" qtcreator.pri
+}
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  # Workaround for FS#40583
+  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
+  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
+  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
+  chmod +x "${pkgdir}"/usr/bin/qtcreator
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/testing-i686/qtcreator.desktop (from rev 259130, 
qtcreator/trunk/qtcreator.desktop)
===
--- testing-i686/qtcreator.desktop  (rev 0)
+++ testing-i686/qtcreator.desktop  2016-02-13 14:15:19 UTC (rev 259131)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=qtcreator %F
+Name=Qt Creator
+GenericName=C++ IDE for developing Qt applications
+X-KDE-StartupNotify=true
+Icon=QtProject-qtcreator
+Terminal=false
+Categories=Development;IDE;Qt;
+MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;

Copied: qtcreator/repos/testing-i686/qtcreator.install (from rev 259130, 
qtcreator/trunk/qtcreator.install)

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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 15:32:55
  Author: heftig
Revision: 259133

1.12.8

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 14:30:26 UTC (rev 259132)
+++ PKGBUILD2016-02-13 14:32:55 UTC (rev 259133)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.12.6
+pkgver=1.12.8
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 bash)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780')
+sha256sums=('d23a397d9c963f637c99622df74ed08a2ba2276552c21eea1ed1d05eeafc82a7')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 15:34:30
  Author: heftig
Revision: 259134

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 14:32:55 UTC (rev 259133)
+++ extra-i686/PKGBUILD 2016-02-13 14:34:30 UTC (rev 259134)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.12.6
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(glib2 bash)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-i686/PKGBUILD (from rev 259133, 
libqmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 14:34:30 UTC (rev 259134)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.12.8
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(glib2 bash)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d23a397d9c963f637c99622df74ed08a2ba2276552c21eea1ed1d05eeafc82a7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 14:32:55 UTC (rev 259133)
+++ extra-x86_64/PKGBUILD   2016-02-13 14:34:30 UTC (rev 259134)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.12.6
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(glib2 bash)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 259133, 
libqmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-13 14:34:30 UTC (rev 259134)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.12.8
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(glib2 bash)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d23a397d9c963f637c99622df74ed08a2ba2276552c21eea1ed1d05eeafc82a7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-13 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 16:43:38
  Author: fyan
Revision: 259135

upgpkg: python-cffi 1.5.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 14:34:30 UTC (rev 259134)
+++ PKGBUILD2016-02-13 15:43:38 UTC (rev 259135)
@@ -4,8 +4,8 @@
 
 pkgbase=python-cffi
 pkgname=(python-cffi python2-cffi)
-pkgver=1.5.0
-_revision=904eb4b94a4e
+pkgver=1.5.1
+_revision=3ea5159b897c428b010b2c966737a108cd31e812
 pkgrel=1
 pkgdesc="Foreign Function Interface for Python calling C code"
 arch=('i686' 'x86_64')


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

2016-02-13 Thread Felix Yan
Date: Saturday, February 13, 2016 @ 16:44:08
  Author: fyan
Revision: 259136

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

Added:
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 259135, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 259135, python-cffi/trunk/PKGBUILD)
Deleted:
  python-cffi/repos/extra-i686/PKGBUILD
  python-cffi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-13 15:43:38 UTC (rev 259135)
+++ extra-i686/PKGBUILD 2016-02-13 15:44:08 UTC (rev 259136)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lilydjwg 
-
-pkgbase=python-cffi
-pkgname=(python-cffi python2-cffi)
-pkgver=1.5.0
-_revision=904eb4b94a4e
-pkgrel=1
-pkgdesc="Foreign Function Interface for Python calling C code"
-arch=('i686' 'x86_64')
-url="http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser' 'mercurial')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("hg+https://felixonm...@bitbucket.org/cffi/cffi#revision=$_revision;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a cffi{,-py2}
-}
-
-build() {
-  cd "$srcdir/cffi"
-  python3 setup.py build
-
-  cd "$srcdir/cffi-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/cffi"
-  python3 setup.py ptr
-
-  cd "$srcdir/cffi-py2"
-  python2 setup.py ptr
-}
-
-package_python-cffi() {
-  depends=('python-pycparser')
-
-  cd "$srcdir/cffi"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-cffi() {
-  depends=('python2-pycparser')
-
-  cd "$srcdir/cffi-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 259135, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-13 15:44:08 UTC (rev 259136)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+pkgbase=python-cffi
+pkgname=(python-cffi python2-cffi)
+pkgver=1.5.1
+_revision=3ea5159b897c428b010b2c966737a108cd31e812
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser' 'mercurial')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("hg+https://felixonm...@bitbucket.org/cffi/cffi#revision=$_revision;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a cffi{,-py2}
+}
+
+build() {
+  cd "$srcdir/cffi"
+  python3 setup.py build
+
+  cd "$srcdir/cffi-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/cffi"
+  python3 setup.py ptr
+
+  cd "$srcdir/cffi-py2"
+  python2 setup.py ptr
+}
+
+package_python-cffi() {
+  depends=('python-pycparser')
+
+  cd "$srcdir/cffi"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cffi() {
+  depends=('python2-pycparser')
+
+  cd "$srcdir/cffi-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-13 15:43:38 UTC (rev 259135)
+++ extra-x86_64/PKGBUILD   2016-02-13 15:44:08 UTC (rev 259136)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lilydjwg 
-
-pkgbase=python-cffi
-pkgname=(python-cffi python2-cffi)
-pkgver=1.5.0
-_revision=904eb4b94a4e
-pkgrel=1
-pkgdesc="Foreign Function Interface for Python calling C code"
-arch=('i686' 'x86_64')
-url="http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser' 'mercurial')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("hg+https://felixonm...@bitbucket.org/cffi/cffi#revision=$_revision;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a cffi{,-py2}
-}
-
-build() {
-  cd "$srcdir/cffi"
-  python3 setup.py build
-
-  cd "$srcdir/cffi-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/cffi"
-  python3 setup.py 

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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 16:44:33
  Author: jelle
Revision: 161472

initial commit

Added:
  pbpst/
  pbpst/repos/
  pbpst/trunk/
  pbpst/trunk/PKGBUILD

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

Added: pbpst/trunk/PKGBUILD
===
--- pbpst/trunk/PKGBUILD(rev 0)
+++ pbpst/trunk/PKGBUILD2016-02-13 15:44:33 UTC (rev 161472)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('3e868197a3530b59f6696d3afe83e81a')
+
+build () {
+cd "pbpst-${pkgver}"
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}


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


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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 17:03:07
  Author: jelle
Revision: 161473

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

Added:
  pbpst/repos/community-i686/
  pbpst/repos/community-i686/PKGBUILD
(from rev 161472, pbpst/trunk/PKGBUILD)
  pbpst/repos/community-x86_64/
  pbpst/repos/community-x86_64/PKGBUILD
(from rev 161472, pbpst/trunk/PKGBUILD)

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

Copied: pbpst/repos/community-i686/PKGBUILD (from rev 161472, 
pbpst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 16:03:07 UTC (rev 161473)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('3e868197a3530b59f6696d3afe83e81a')
+
+build () {
+cd "pbpst-${pkgver}"
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}

Copied: pbpst/repos/community-x86_64/PKGBUILD (from rev 161472, 
pbpst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 16:03:07 UTC (rev 161473)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sam Stuewe 
+#
+# Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
+
+pkgname=pbpst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A small tool to interact with pb instances'
+url='https://github.com/HalosGhost/pbpst'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('curl' 'jansson')
+makedepends=('git' 'tup' 'clang' 'python-sphinx')
+source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz;)
+md5sums=('3e868197a3530b59f6696d3afe83e81a')
+
+build () {
+cd "pbpst-${pkgver}"
+make
+}
+
+package () {
+cd "pbpst-${pkgver}"
+make DESTDIR="${pkgdir}" PREFIX='/usr' install
+}


[arch-commits] Commit in (4 files)

2016-02-13 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 20:05:09
  Author: anatolik
Revision: 259137

Add libcacard project

Qemu 2.5 splits libcacard out
http://wiki.qemu.org/ChangeLog/2.5#Build_dependencies

Added:
  libcacard/
  libcacard/repos/
  libcacard/trunk/
  libcacard/trunk/PKGBUILD

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

Added: libcacard/trunk/PKGBUILD
===
--- libcacard/trunk/PKGBUILD(rev 0)
+++ libcacard/trunk/PKGBUILD2016-02-13 19:05:09 UTC (rev 259137)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


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

2016-02-13 Thread Anatol Pomozov
Date: Saturday, February 13, 2016 @ 20:06:01
  Author: anatolik
Revision: 259138

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

Added:
  libcacard/repos/testing-i686/
  libcacard/repos/testing-i686/PKGBUILD
(from rev 259137, libcacard/trunk/PKGBUILD)
  libcacard/repos/testing-x86_64/
  libcacard/repos/testing-x86_64/PKGBUILD
(from rev 259137, libcacard/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libcacard/repos/testing-i686/PKGBUILD (from rev 259137, 
libcacard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-13 19:06:01 UTC (rev 259138)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcacard/repos/testing-x86_64/PKGBUILD (from rev 259137, 
libcacard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-13 19:06:01 UTC (rev 259138)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 21:03:36
  Author: arojas
Revision: 161474

New kadu dependency

Added:
  qxmpp/
  qxmpp/trunk/
  qxmpp/trunk/PKGBUILD

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

Added: qxmpp/trunk/PKGBUILD
===
--- qxmpp/trunk/PKGBUILD(rev 0)
+++ qxmpp/trunk/PKGBUILD2016-02-13 20:03:36 UTC (rev 161474)
@@ -0,0 +1,34 @@
+# Maintainer: Spike29 
+# Contributor: Samir Faci 
+# Contributor: Timothée Ravier 
+
+pkgname=qxmpp
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Cross-platform C++ XMPP client and server library'
+arch=(i686 x86_64)
+url='https://github.com/qxmpp-project/qxmpp'
+license=(LGPL2.1)
+depends=(qt5-base opus speex libvpx libtheora)
+source=("https://github.com/qxmpp-project/qxmpp/archive/v$pkgver.tar.gz;)
+sha1sums=('f9391bedd5153ae19f68f25276bf2624c5020d09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+   
+  qmake-qt5 PREFIX=/usr ../$pkgname-$pkgver \
+QXMPP_USE_OPUS=1\
+QXMPP_USE_SPEEX=1   \
+QXMPP_USE_THEORA=1  \
+QXMPP_USE_VPX=1
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in qxmpp (5 files)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 21:04:53
  Author: arojas
Revision: 161475

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

Added:
  qxmpp/repos/
  qxmpp/repos/community-i686/
  qxmpp/repos/community-i686/PKGBUILD
(from rev 161474, qxmpp/trunk/PKGBUILD)
  qxmpp/repos/community-x86_64/
  qxmpp/repos/community-x86_64/PKGBUILD
(from rev 161474, qxmpp/trunk/PKGBUILD)

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

Copied: qxmpp/repos/community-i686/PKGBUILD (from rev 161474, 
qxmpp/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-02-13 20:04:53 UTC (rev 161475)
@@ -0,0 +1,34 @@
+# Maintainer: Spike29 
+# Contributor: Samir Faci 
+# Contributor: Timothée Ravier 
+
+pkgname=qxmpp
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Cross-platform C++ XMPP client and server library'
+arch=(i686 x86_64)
+url='https://github.com/qxmpp-project/qxmpp'
+license=(LGPL2.1)
+depends=(qt5-base opus speex libvpx libtheora)
+source=("https://github.com/qxmpp-project/qxmpp/archive/v$pkgver.tar.gz;)
+sha1sums=('f9391bedd5153ae19f68f25276bf2624c5020d09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+   
+  qmake-qt5 PREFIX=/usr ../$pkgname-$pkgver \
+QXMPP_USE_OPUS=1\
+QXMPP_USE_SPEEX=1   \
+QXMPP_USE_THEORA=1  \
+QXMPP_USE_VPX=1
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qxmpp/repos/community-x86_64/PKGBUILD (from rev 161474, 
qxmpp/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-02-13 20:04:53 UTC (rev 161475)
@@ -0,0 +1,34 @@
+# Maintainer: Spike29 
+# Contributor: Samir Faci 
+# Contributor: Timothée Ravier 
+
+pkgname=qxmpp
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='Cross-platform C++ XMPP client and server library'
+arch=(i686 x86_64)
+url='https://github.com/qxmpp-project/qxmpp'
+license=(LGPL2.1)
+depends=(qt5-base opus speex libvpx libtheora)
+source=("https://github.com/qxmpp-project/qxmpp/archive/v$pkgver.tar.gz;)
+sha1sums=('f9391bedd5153ae19f68f25276bf2624c5020d09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+   
+  qmake-qt5 PREFIX=/usr ../$pkgname-$pkgver \
+QXMPP_USE_OPUS=1\
+QXMPP_USE_SPEEX=1   \
+QXMPP_USE_THEORA=1  \
+QXMPP_USE_VPX=1
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 21:21:38
  Author: arodseth
Revision: 161477

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

Added:
  compton/repos/community-i686/PKGBUILD
(from rev 161476, compton/trunk/PKGBUILD)
  compton/repos/community-i686/compton.conf
(from rev 161476, compton/trunk/compton.conf)
  compton/repos/community-i686/compton.install
(from rev 161476, compton/trunk/compton.install)
  compton/repos/community-x86_64/PKGBUILD
(from rev 161476, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 161476, compton/trunk/compton.conf)
  compton/repos/community-x86_64/compton.install
(from rev 161476, compton/trunk/compton.install)
Deleted:
  compton/repos/community-i686/PKGBUILD
  compton/repos/community-i686/compton.conf
  compton/repos/community-i686/compton.install
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf
  compton/repos/community-x86_64/compton.install

--+
 /PKGBUILD|   80 ++
 /compton.conf|  466 +
 /compton.install |   30 ++
 community-i686/PKGBUILD  |   39 ---
 community-i686/compton.conf  |  233 --
 community-i686/compton.install   |   15 -
 community-x86_64/PKGBUILD|   39 ---
 community-x86_64/compton.conf|  233 --
 community-x86_64/compton.install |   15 -
 9 files changed, 576 insertions(+), 574 deletions(-)

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


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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 21:21:24
  Author: arodseth
Revision: 161476

upgpkg: compton 0.1_beta2.5-1

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 20:04:53 UTC (rev 161475)
+++ PKGBUILD2016-02-13 20:21:24 UTC (rev 161476)
@@ -5,8 +5,8 @@
 # Contributor: Valère Monseur 
 
 pkgname=compton
-pkgver=0.1_beta2
-pkgrel=7
+pkgver=0.1_beta2.5
+pkgrel=1
 pkgdesc='Superb X compositor that may fix tearing issues'
 arch=('x86_64' 'i686')
 url='https://github.com/chjj/compton'
@@ -18,7 +18,8 @@
 optdepends=('dbus:  To control compton via D-Bus'
 'xorg-xwininfo: For compton-trans'
 'xorg-xprop:For compton-trans')
-source=("git://github.com/chjj/compton#tag=v$pkgver"
+#source=("git://github.com/chjj/compton#tag=v$pkgver"
+source=("git://github.com/chjj/compton#commit=d7f95b5"
 'compton.conf')
 sha256sums=('SKIP'
 '89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 21:22:26
  Author: svenstaro
Revision: 161478

upgpkg: arrayfire 3.2.2-1

upstream release 3.2.2

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 20:21:38 UTC (rev 161477)
+++ PKGBUILD2016-02-13 20:22:26 UTC (rev 161478)
@@ -2,9 +2,9 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='http://arrayfire.com'
-pkgver=3.2.1
+pkgver=3.2.2
 arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
 license=('BSD')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
 makedepends_x86_64=('cuda' 'nvidia-utils')
@@ -13,7 +13,7 @@
 'nvidia-utils: Required for using CUDA backend'
 'libclc: Required for using OpenCL backend')
 source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('2ea5766357c6740ccbdbfdb127bfa97c')
+md5sums=('2b7f354c249bdbeef158513c0136b4a5')
 
 check() {
   cd "${srcdir}/arrayfire-full-${pkgver}/build"


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

2016-02-13 Thread Sven-Hendrik Haase
Date: Saturday, February 13, 2016 @ 21:22:41
  Author: svenstaro
Revision: 161479

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 20:22:26 UTC (rev 161478)
+++ community-i686/PKGBUILD 2016-02-13 20:22:41 UTC (rev 161479)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.2.1
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('2ea5766357c6740ccbdbfdb127bfa97c')
-
-check() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/build"
-
-  #make test
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_FORGE=ON \
-  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
-  -DBUILD_CPU=ON \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: arrayfire/repos/community-i686/PKGBUILD (from rev 161478, 
arrayfire/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 20:22:41 UTC (rev 161479)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='http://arrayfire.com'
+pkgver=3.2.2
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
+makedepends_x86_64=('cuda' 'nvidia-utils')
+depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
+md5sums=('2b7f354c249bdbeef158513c0136b4a5')
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
+
+  #make test
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_FORGE=ON \
+  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
+  -DBUILD_CPU=ON \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 20:22:26 UTC (rev 161478)
+++ community-x86_64/PKGBUILD   2016-02-13 20:22:41 UTC (rev 161479)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.2.1
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for 

[arch-commits] Commit in kadu/trunk (PKGBUILD qdatastream.patch qt_dock_icon.patch)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 21:47:23
  Author: arojas
Revision: 161480

Update to 3.0

Modified:
  kadu/trunk/PKGBUILD
Deleted:
  kadu/trunk/qdatastream.patch
  kadu/trunk/qt_dock_icon.patch

+
 PKGBUILD   |   28 +---
 qdatastream.patch  |   11 ---
 qt_dock_icon.patch |   31 ---
 3 files changed, 9 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 20:22:41 UTC (rev 161479)
+++ PKGBUILD2016-02-13 20:47:23 UTC (rev 161480)
@@ -4,20 +4,21 @@
 # Contributor: Jaroslaw Swierczynski 
 
 pkgname=kadu
-pkgver=2.1
-pkgrel=3
+pkgver=3.0
+pkgrel=1
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5' 'libidn'
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5'
  'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-quick1' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools')
+ 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch qt_dock_icon.patch)
-md5sums=('b40f95123b1167c51c26bee8d56577d2'
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('9d42c16682b338c14e6a912efd739447'
  '289814966b21db02efab4125eec41b74'
  '961d79dbbf5ec5827b8cda424773b9c8')
 
@@ -24,16 +25,6 @@
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
   sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-
-# Fix build with coinstallable Qca-qt5
-  sed -i 's|||g' 
$pkgname-$pkgver/kadu-core/main.cpp
-
-# Fix build with Qt 5.5
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/qdatastream.patch
-
-# Fix tray icon in Plasma 5 http://www.kadu.im/redmine/issues/3020
-  patch -p2 -i "$srcdir"/qt_dock_icon.patch
 }
 
 build() {
@@ -44,8 +35,7 @@
 -GNinja \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
   ninja
 }
 

Deleted: qdatastream.patch
===
--- qdatastream.patch   2016-02-13 20:22:41 UTC (rev 161479)
+++ qdatastream.patch   2016-02-13 20:47:23 UTC (rev 161480)
@@ -1,11 +0,0 @@
-diff -ru kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp 
kadu-2.1/kadu-core/os/single-application/single-application.cpp
 kadu-2.1.orig/kadu-core/os/single-application/single-application.cpp   
2015-07-11 11:49:28.020701056 +0200
-+++ kadu-2.1/kadu-core/os/single-application/single-application.cpp
2015-07-11 11:50:30.834040618 +0200
-@@ -26,6 +26,7 @@
- #include "long-lived-lock-file.h"
- 
- #include 
-+#include 
- #include 
- #include 
- #include 

Deleted: qt_dock_icon.patch
===
--- qt_dock_icon.patch  2016-02-13 20:22:41 UTC (rev 161479)
+++ qt_dock_icon.patch  2016-02-13 20:47:23 UTC (rev 161480)
@@ -1,31 +0,0 @@
-diff --git a/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp 
b/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp
-index 5d228c8..1b576e6 100644
 a/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp
-+++ b/kadu-2.1/plugins/qt4_docking/qt4_docking.cpp 
-@@ -26,6 +26,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "plugins/docking/docking.h"
- 
-@@ -68,7 +69,8 @@ Qt4TrayIcon::Qt4TrayIcon(QWidget *parent) :
- {
-   kdebugf();
- 
--  setIcon(DockingManager::instance()->defaultIcon().icon());
-+  QIcon icon = 
QIcon::fromTheme(DockingManager::instance()->defaultIcon().fullPath());
-+  setIcon(icon);
- 
-   connect(this, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), 
this, SLOT(trayActivated(QSystemTrayIcon::ActivationReason)));
- 
-@@ -102,7 +104,7 @@ void Qt4TrayIcon::changeTrayIcon(const KaduIcon )
-   Movie->deleteLater();
-   Movie = 0;
-   }
--  setIcon(icon.icon());
-+  setIcon(QIcon::fromTheme(icon.fullPath()));
- }
- 
- void Qt4TrayIcon::changeTrayMovie(const QString )


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

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 21:48:34
  Author: arojas
Revision: 161481

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

Added:
  kadu/repos/community-i686/PKGBUILD
(from rev 161480, kadu/trunk/PKGBUILD)
  kadu/repos/community-i686/kadu.install
(from rev 161480, kadu/trunk/kadu.install)
  kadu/repos/community-x86_64/PKGBUILD
(from rev 161480, kadu/trunk/PKGBUILD)
  kadu/repos/community-x86_64/kadu.install
(from rev 161480, kadu/trunk/kadu.install)
Deleted:
  kadu/repos/community-i686/PKGBUILD
  kadu/repos/community-i686/kadu.install
  kadu/repos/community-i686/qdatastream.patch
  kadu/repos/community-i686/qt_dock_icon.patch
  kadu/repos/community-x86_64/PKGBUILD
  kadu/repos/community-x86_64/kadu.install
  kadu/repos/community-x86_64/qdatastream.patch
  kadu/repos/community-x86_64/qt_dock_icon.patch

-+
 /PKGBUILD   |   90 ++
 /kadu.install   |   24 +
 community-i686/PKGBUILD |   55 
 community-i686/kadu.install |   12 
 community-i686/qdatastream.patch|   11 
 community-i686/qt_dock_icon.patch   |   31 ---
 community-x86_64/PKGBUILD   |   55 
 community-x86_64/kadu.install   |   12 
 community-x86_64/qdatastream.patch  |   11 
 community-x86_64/qt_dock_icon.patch |   31 ---
 10 files changed, 114 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 20:47:23 UTC (rev 161480)
+++ community-i686/PKGBUILD 2016-02-13 20:48:34 UTC (rev 161481)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=2.1
-pkgrel=3
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5' 'libidn'
- 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-quick1' 'qt5-x11extras' 'qt5-svg' 'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2 
qdatastream.patch qt_dock_icon.patch)
-md5sums=('b40f95123b1167c51c26bee8d56577d2'
- '289814966b21db02efab4125eec41b74'
- '961d79dbbf5ec5827b8cda424773b9c8')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-
-# Fix build with coinstallable Qca-qt5
-  sed -i 's|||g' 
$pkgname-$pkgver/kadu-core/main.cpp
-
-# Fix build with Qt 5.5
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/qdatastream.patch
-
-# Fix tray icon in Plasma 5 http://www.kadu.im/redmine/issues/3020
-  patch -p2 -i "$srcdir"/qt_dock_icon.patch
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 161480, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 20:48:34 UTC (rev 161481)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=3.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('9d42c16682b338c14e6a912efd739447'
+ '289814966b21db02efab4125eec41b74'
+ '961d79dbbf5ec5827b8cda424773b9c8')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  

[arch-commits] Commit in coin-or-cgl/repos (4 files)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 10:17:12
  Author: arojas
Revision: 161458

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

Added:
  coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 161457, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 161457, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-i686/PKGBUILD
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 09:16:33 UTC (rev 161457)
+++ community-i686/PKGBUILD 2016-02-13 09:17:12 UTC (rev 161458)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.7
-pkgrel=2
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('17357cc5377922ad574c361791ed10f506e97f3c')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-cgl/repos/community-i686/PKGBUILD (from rev 161457, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 09:17:12 UTC (rev 161458)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cgl
+pkgver=0.59.8
+pkgrel=1
+pkgdesc="COIN-OR Cut Generation Library"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('a7b75ac16dfa730c4229e907f7ef43a6bc4b5bb7')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 09:16:33 UTC (rev 161457)
+++ community-x86_64/PKGBUILD   2016-02-13 09:17:12 UTC (rev 161458)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-cgl
-pkgver=0.59.7
-pkgrel=2
-pkgdesc="COIN-OR Cut Generation Library"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('17357cc5377922ad574c361791ed10f506e97f3c')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-clp-lib="$(pkg-config --libs clp)" \
-  --with-clp-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make 

[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 10:16:33
  Author: arojas
Revision: 161457

Update to 0.59.8

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 09:11:13 UTC (rev 161456)
+++ PKGBUILD2016-02-13 09:16:33 UTC (rev 161457)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cgl
-pkgver=0.59.7
-pkgrel=2
+pkgver=0.59.8
+pkgrel=1
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cgl;
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-clp)
 source=("http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('17357cc5377922ad574c361791ed10f506e97f3c')
+sha1sums=('a7b75ac16dfa730c4229e907f7ef43a6bc4b5bb7')
 
 build() {
   cd Cgl-$pkgver/Cgl


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

2016-02-13 Thread Jerome Leclanche
Date: Saturday, February 13, 2016 @ 10:32:39
  Author: jleclanche
Revision: 161459

upgpkg: libsass 3.3.3-1

Upstream release 3.3.3

Modified:
  libsass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 09:17:12 UTC (rev 161458)
+++ PKGBUILD2016-02-13 09:32:39 UTC (rev 161459)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=libsass
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor (library)."
 arch=("i686" "x86_64")
@@ -10,7 +10,7 @@
 url="http://libsass.org/;
 license=("MIT")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("affb7efaa7e152e576cc1d510c662ebe067b0b9e9228ad2937dcafdd4431b573")
+sha256sums=("fe1731b1aa00f43aa20f5bfabe039a4320b841d002fc7f7a9845a0ae0e19701c")
 
 
 build() {


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

2016-02-13 Thread Jerome Leclanche
Date: Saturday, February 13, 2016 @ 10:32:56
  Author: jleclanche
Revision: 161460

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

Added:
  libsass/repos/community-i686/PKGBUILD
(from rev 161459, libsass/trunk/PKGBUILD)
  libsass/repos/community-x86_64/PKGBUILD
(from rev 161459, libsass/trunk/PKGBUILD)
Deleted:
  libsass/repos/community-i686/PKGBUILD
  libsass/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-02-13 09:32:39 UTC (rev 161459)
+++ community-i686/PKGBUILD 2016-02-13 09:32:56 UTC (rev 161460)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("affb7efaa7e152e576cc1d510c662ebe067b0b9e9228ad2937dcafdd4431b573")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-i686/PKGBUILD (from rev 161459, 
libsass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 09:32:56 UTC (rev 161460)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("fe1731b1aa00f43aa20f5bfabe039a4320b841d002fc7f7a9845a0ae0e19701c")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 09:32:39 UTC (rev 161459)
+++ community-x86_64/PKGBUILD   2016-02-13 09:32:56 UTC (rev 161460)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("affb7efaa7e152e576cc1d510c662ebe067b0b9e9228ad2937dcafdd4431b573")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 161459, 
libsass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 09:32:56 UTC (rev 161460)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("fe1731b1aa00f43aa20f5bfabe039a4320b841d002fc7f7a9845a0ae0e19701c")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in coin-or-clp/repos (4 files)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 10:11:13
  Author: arojas
Revision: 161456

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

Added:
  coin-or-clp/repos/community-i686/PKGBUILD
(from rev 161455, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-x86_64/PKGBUILD
(from rev 161455, coin-or-clp/trunk/PKGBUILD)
Deleted:
  coin-or-clp/repos/community-i686/PKGBUILD
  coin-or-clp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 09:07:47 UTC (rev 161455)
+++ community-i686/PKGBUILD 2016-02-13 09:11:13 UTC (rev 161456)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-clp
-pkgver=1.16.9
-pkgrel=2
-pkgdesc="COIN-OR linear programming solver"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('87fd4c57fbb60777a2420c3a6514600f525abc09')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-clp/repos/community-i686/PKGBUILD (from rev 161455, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 09:11:13 UTC (rev 161456)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-clp
+pkgver=1.16.10
+pkgrel=1
+pkgdesc="COIN-OR linear programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 09:07:47 UTC (rev 161455)
+++ community-x86_64/PKGBUILD   2016-02-13 09:11:13 UTC (rev 161456)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: spider-mario 
-# Contributor: Daniel Ehlers 
-
-pkgname=coin-or-clp
-pkgver=1.16.9
-pkgrel=2
-pkgdesc="COIN-OR linear programming solver"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('87fd4c57fbb60777a2420c3a6514600f525abc09')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr \
-  --with-osi-lib="$(pkg-config --libs osi)" \
-  --with-osi-incdir="/usr/include/coin/" \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/" \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: 

[arch-commits] Commit in coin-or-osi/repos (4 files)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 09:54:50
  Author: arojas
Revision: 161454

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

Added:
  coin-or-osi/repos/community-i686/PKGBUILD
(from rev 161453, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 161453, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-i686/PKGBUILD
  coin-or-osi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 08:53:48 UTC (rev 161453)
+++ community-i686/PKGBUILD 2016-02-13 08:54:50 UTC (rev 161454)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.6
-pkgrel=2
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('defc1b9cdd7a2016cc4c6be75afef91ae69a03d5')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 161453, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 08:54:50 UTC (rev 161454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.7
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 08:53:48 UTC (rev 161453)
+++ community-x86_64/PKGBUILD   2016-02-13 08:54:50 UTC (rev 161454)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=coin-or-osi
-pkgver=0.107.6
-pkgrel=2
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('defc1b9cdd7a2016cc4c6be75afef91ae69a03d5')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-  --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 161453, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 08:54:50 UTC (rev 161454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-osi
+pkgver=0.107.7
+pkgrel=1
+pkgdesc="COIN-OR Open Solver Interface"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  

[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 09:53:48
  Author: arojas
Revision: 161453

Update to 0.107.7

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 07:14:27 UTC (rev 161452)
+++ PKGBUILD2016-02-13 08:53:48 UTC (rev 161453)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=coin-or-osi
-pkgver=0.107.6
-pkgrel=2
+pkgver=0.107.7
+pkgrel=1
 pkgdesc="COIN-OR Open Solver Interface"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Osi;
@@ -12,7 +12,7 @@
 depends=(coin-or-coinutils)
 makedepends=(gcc-fortran)
 source=("http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('defc1b9cdd7a2016cc4c6be75afef91ae69a03d5')
+sha1sums=('05f295b48f21c75a3832f661fa958d99cfb6e356')
 
 
 build() {


[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2016-02-13 Thread Antonio Rojas
Date: Saturday, February 13, 2016 @ 10:07:47
  Author: arojas
Revision: 161455

Update to 1.16.10

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 08:54:50 UTC (rev 161454)
+++ PKGBUILD2016-02-13 09:07:47 UTC (rev 161455)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-clp
-pkgver=1.16.9
-pkgrel=2
+pkgver=1.16.10
+pkgrel=1
 pkgdesc="COIN-OR linear programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Clp;
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-osi suitesparse)
 source=("http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('87fd4c57fbb60777a2420c3a6514600f525abc09')
+sha1sums=('c74ef781ef050df6a127186f7a0069118cf89b12')
 
 build() {
   cd Clp-$pkgver/Clp


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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 22:09:36
  Author: arodseth
Revision: 161482

upgpkg: compton 0.1_beta2.5-1

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.install

-+
 PKGBUILD|   10 +-
 compton.install |   10 +-
 2 files changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 20:48:34 UTC (rev 161481)
+++ PKGBUILD2016-02-13 21:09:36 UTC (rev 161482)
@@ -13,7 +13,7 @@
 license=('MIT')
 install='compton.install'
 depends=('libgl' 'libdbus' 'libxcomposite' 'libxdamage' 'libxrandr' 'pcre' 
'libconfig' 'libxinerama' 'hicolor-icon-theme')
-makedepends=('asciidoc' 'mesa' 'git' 'cmake')
+makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
 backup=('etc/xdg/compton.conf')
 optdepends=('dbus:  To control compton via D-Bus'
 'xorg-xwininfo: For compton-trans'
@@ -24,6 +24,14 @@
 sha256sums=('SKIP'
 '89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
 
+prepare() {
+  cd "$pkgname"
+
+  setconf "$pkgname.desktop" Exec 'compton --xrender-sync-fence'
+  setconf "$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
+  setconf "$pkgname.desktop" Comment 'An X compositor'
+}
+
 build() {
   COMPTON_VERSION=v$pkgver make -C "$pkgname" PREFIX=/usr compton docs
 }

Modified: compton.install
===
--- compton.install 2016-02-13 20:48:34 UTC (rev 161481)
+++ compton.install 2016-02-13 21:09:36 UTC (rev 161482)
@@ -1,15 +1,15 @@
-post_install() {
+post_upgrade() {
   update-desktop-database -q
   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  echo 'Remember to configure /etc/xdg/compton.conf to your liking.'
 }
 
-post_upgrade() {
-  post_install
+post_install() {
+  echo 'Configure /etc/xdg/compton.conf as you please.'
+  post_upgrade
 }
 
 post_remove() {
-  post_install
+  post_upgrade
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-02-13 Thread Alexander Rødseth
Date: Saturday, February 13, 2016 @ 22:09:54
  Author: arodseth
Revision: 161483

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

Added:
  compton/repos/community-i686/PKGBUILD
(from rev 161482, compton/trunk/PKGBUILD)
  compton/repos/community-i686/compton.conf
(from rev 161482, compton/trunk/compton.conf)
  compton/repos/community-i686/compton.install
(from rev 161482, compton/trunk/compton.install)
  compton/repos/community-x86_64/PKGBUILD
(from rev 161482, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 161482, compton/trunk/compton.conf)
  compton/repos/community-x86_64/compton.install
(from rev 161482, compton/trunk/compton.install)
Deleted:
  compton/repos/community-i686/PKGBUILD
  compton/repos/community-i686/compton.conf
  compton/repos/community-i686/compton.install
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf
  compton/repos/community-x86_64/compton.install

--+
 /PKGBUILD|   96 +++
 /compton.conf|  466 +
 /compton.install |   30 ++
 community-i686/PKGBUILD  |   40 ---
 community-i686/compton.conf  |  233 --
 community-i686/compton.install   |   15 -
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/compton.conf|  233 --
 community-x86_64/compton.install |   15 -
 9 files changed, 592 insertions(+), 576 deletions(-)

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


[arch-commits] Commit in libc++abi/repos (4 files)

2016-02-13 Thread Daniel Micay
Date: Saturday, February 13, 2016 @ 23:03:56
  Author: thestinger
Revision: 161487

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 161486, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 161486, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/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-02-13 22:03:29 UTC (rev 161486)
+++ community-i686/PKGBUILD 2016-02-13 22:03:56 UTC (rev 161487)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('5aa769e2fca79fa5335cfae8f6258772'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-  # Hans Wennborg 
-  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p "$pkgdir/usr/include"
-  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
-  cp -a include/ "$pkgdir/usr/include/cxxabi"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # fix incorrect permissions
-  chmod -R o=g "$pkgdir/usr/include"
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 161486, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 22:03:56 UTC (rev 161487)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Benno Fünfstück 
+
+pkgname=libc++abi
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url="http://libcxxabi.llvm.org/;
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+makedepends=(libunwind clang libc++)
+source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
+
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
+md5sums=('52d925afac9f97e9dcac90745255c169'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p "$pkgdir/usr/include"
+  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
+  cp -a include/ "$pkgdir/usr/include/cxxabi"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fix incorrect permissions
+  chmod -R o=g "$pkgdir/usr/include"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 22:03:29 UTC (rev 161486)
+++ community-x86_64/PKGBUILD   2016-02-13 22:03:56 UTC (rev 161487)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/;
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)

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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 23:22:08
  Author: jelle
Revision: 161489

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

Added:
  vte3-ng/repos/community-i686/PKGBUILD
(from rev 161488, vte3-ng/trunk/PKGBUILD)
  vte3-ng/repos/community-x86_64/PKGBUILD
(from rev 161488, vte3-ng/trunk/PKGBUILD)
Deleted:
  vte3-ng/repos/community-i686/PKGBUILD
  vte3-ng/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-02-13 22:21:54 UTC (rev 161488)
+++ community-i686/PKGBUILD 2016-02-13 22:22:08 UTC (rev 161489)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=vte3-ng
-_basever=0.42.1
-pkgver=$_basever.a
-pkgrel=1
-pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-depends=('gtk3' 'vte-common')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
-url="https://github.com/thestinger/vte-ng;
-source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
-sha256sums=('bc598a37717c94c337b95660e9d433f48c541fdf81e869664cc340fbdf25f4da')
-provides=(vte3=$_basever vte3-select-text=$_basever)
-conflicts=(vte3 vte3-select-text)
-replaces=(vte3-select-text)
-
-build() {
-  cd "vte-ng-$pkgver"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd "vte-ng-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir/etc/profile.d/vte.sh"
-}

Copied: vte3-ng/repos/community-i686/PKGBUILD (from rev 161488, 
vte3-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 22:22:08 UTC (rev 161489)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=vte3-ng
+_basever=0.42.4
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
+sha256sums=('97f1572b1080614b9dcf261a8abe4c7bfd840f7dc91e9bb29ffe310525b28443')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 22:21:54 UTC (rev 161488)
+++ community-x86_64/PKGBUILD   2016-02-13 22:22:08 UTC (rev 161489)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=vte3-ng
-_basever=0.42.1
-pkgver=$_basever.a
-pkgrel=1
-pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-depends=('gtk3' 'vte-common')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
-url="https://github.com/thestinger/vte-ng;
-source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
-sha256sums=('bc598a37717c94c337b95660e9d433f48c541fdf81e869664cc340fbdf25f4da')
-provides=(vte3=$_basever vte3-select-text=$_basever)
-conflicts=(vte3 vte3-select-text)
-replaces=(vte3-select-text)
-
-build() {
-  cd "vte-ng-$pkgver"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd "vte-ng-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir/etc/profile.d/vte.sh"
-}

Copied: vte3-ng/repos/community-x86_64/PKGBUILD (from rev 161488, 
vte3-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 22:22:08 UTC (rev 161489)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=vte3-ng
+_basever=0.42.4
+pkgver=$_basever.a
+pkgrel=1

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2016-02-13 Thread Daniel Micay
Date: Saturday, February 13, 2016 @ 23:03:29
  Author: thestinger
Revision: 161486

upgpkg: libc++abi 3.7.1-1

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 22:02:01 UTC (rev 161485)
+++ PKGBUILD2016-02-13 22:03:29 UTC (rev 161486)
@@ -3,7 +3,7 @@
 # Contributor: Benno Fünfstück 
 
 pkgname=libc++abi
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=(libunwind clang libc++)
 source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz;
 
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig;)
-md5sums=('5aa769e2fca79fa5335cfae8f6258772'
+md5sums=('52d925afac9f97e9dcac90745255c169'
  'SKIP')
 validpgpkeys=(
   # Bill Wendling 


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

2016-02-13 Thread Daniel Micay
Date: Saturday, February 13, 2016 @ 23:01:31
  Author: thestinger
Revision: 161484

upgpkg: libc++ 3.7.1-1

Modified:
  libc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 21:09:54 UTC (rev 161483)
+++ PKGBUILD2016-02-13 22:01:31 UTC (rev 161484)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay 
 # Contributor: MThinkCpp 
 pkgname=libc++
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
 url='http://libcxx.llvm.org'
@@ -13,7 +13,7 @@
 makedepends=('clang' 'subversion' 'cmake')
 source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
 "http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('46aa5175cbe1ad42d6e9c995968e56dd'
+md5sums=('f9c43fa552a10e14ff53b94d04bea140'
  'SKIP')
 install=${pkgname}.install
 validpgpkeys=(


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

2016-02-13 Thread Daniel Micay
Date: Saturday, February 13, 2016 @ 23:02:01
  Author: thestinger
Revision: 161485

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

Added:
  libc++/repos/community-i686/PKGBUILD
(from rev 161484, libc++/trunk/PKGBUILD)
  libc++/repos/community-i686/libc++.install
(from rev 161484, libc++/trunk/libc++.install)
  libc++/repos/community-x86_64/PKGBUILD
(from rev 161484, libc++/trunk/PKGBUILD)
  libc++/repos/community-x86_64/libc++.install
(from rev 161484, libc++/trunk/libc++.install)
Deleted:
  libc++/repos/community-i686/PKGBUILD
  libc++/repos/community-i686/libc++.install
  libc++/repos/community-x86_64/PKGBUILD
  libc++/repos/community-x86_64/libc++.install

-+
 /PKGBUILD   |   80 ++
 /libc++.install |   14 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/libc++.install   |7 ---
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/libc++.install |7 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 22:01:31 UTC (rev 161484)
+++ community-i686/PKGBUILD 2016-02-13 22:02:01 UTC (rev 161485)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: MThinkCpp 
-pkgname=libc++
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
-url='http://libcxx.llvm.org'
-license=('custom:University of Illinois/NCSA Open Source License')
-arch=('i686' 'x86_64')
-# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
-depends=('glibc' 'libc++abi' 'gcc-libs')
-makedepends=('clang' 'subversion' 'cmake')
-source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
-"http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
-md5sums=('46aa5175cbe1ad42d6e9c995968e56dd'
- 'SKIP')
-install=${pkgname}.install
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-  # Hans Wennborg 
-  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
-)
-
-build() {
-  mkdir -p libcxx-${pkgver}.src/build
-  cd libcxx-${pkgver}.src/build
-  CC=clang CXX=clang++ cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_CXX_ABI_INCLUDE_PATHS=/usr/include/cxxabi \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
"$srcdir/libcxx-${pkgver}.src"
-  make
-}
-package() {
-  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-  cd libcxx-${pkgver}.src/build
-  make DESTDIR="$pkgdir" install
-}

Copied: libc++/repos/community-i686/PKGBUILD (from rev 161484, 
libc++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 22:02:01 UTC (rev 161485)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: MThinkCpp 
+pkgname=libc++
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
+url='http://libcxx.llvm.org'
+license=('custom:University of Illinois/NCSA Open Source License')
+arch=('i686' 'x86_64')
+# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt 
clang
+depends=('glibc' 'libc++abi' 'gcc-libs')
+makedepends=('clang' 'subversion' 'cmake')
+source=("http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz;
+"http://www.llvm.org/releases/$pkgver/libcxx-${pkgver}.src.tar.xz.sig;)
+md5sums=('f9c43fa552a10e14ff53b94d04bea140'
+ 'SKIP')
+install=${pkgname}.install
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  mkdir -p libcxx-${pkgver}.src/build
+  cd libcxx-${pkgver}.src/build
+  CC=clang CXX=clang++ cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_CXX_ABI_INCLUDE_PATHS=/usr/include/cxxabi \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
"$srcdir/libcxx-${pkgver}.src"
+  make
+}
+package() {
+  install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+  cd libcxx-${pkgver}.src/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libc++.install

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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 23:21:54
  Author: jelle
Revision: 161488

upgpkg: vte3-ng 0.42.4.a-1

0.42.4

Modified:
  vte3-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 22:03:56 UTC (rev 161487)
+++ PKGBUILD2016-02-13 22:21:54 UTC (rev 161488)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay 
 
 pkgname=vte3-ng
-_basever=0.42.1
+_basever=0.42.4
 pkgver=$_basever.a
 pkgrel=1
 pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
 url="https://github.com/thestinger/vte-ng;
 source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
-sha256sums=('bc598a37717c94c337b95660e9d433f48c541fdf81e869664cc340fbdf25f4da')
+sha256sums=('97f1572b1080614b9dcf261a8abe4c7bfd840f7dc91e9bb29ffe310525b28443')
 provides=(vte3=$_basever vte3-select-text=$_basever)
 conflicts=(vte3 vte3-select-text)
 replaces=(vte3-select-text)


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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 23:25:23
  Author: jelle
Revision: 161490

upgpkg: termite 10-3

rebuild for vte3 0.42.4

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 22:22:08 UTC (rev 161489)
+++ PKGBUILD2016-02-13 22:25:23 UTC (rev 161490)
@@ -3,7 +3,7 @@
 
 pkgname=termite
 pkgver=10
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple VTE-based terminal"
 arch=('i686' 'x86_64')
 url="https://github.com/thestinger/termite/;


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

2016-02-13 Thread Jelle van der Waa
Date: Saturday, February 13, 2016 @ 23:25:37
  Author: jelle
Revision: 161491

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

Added:
  termite/repos/community-i686/PKGBUILD
(from rev 161490, termite/trunk/PKGBUILD)
  termite/repos/community-x86_64/PKGBUILD
(from rev 161490, termite/trunk/PKGBUILD)
Deleted:
  termite/repos/community-i686/PKGBUILD
  termite/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-02-13 22:25:23 UTC (rev 161490)
+++ community-i686/PKGBUILD 2016-02-13 22:25:37 UTC (rev 161491)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=termite
-pkgver=10
-pkgrel=2
-pkgdesc="A simple VTE-based terminal"
-arch=('i686' 'x86_64')
-url="https://github.com/thestinger/termite/;
-license=('LGPL')
-depends=('vte3-ng')
-makedepends=('git')
-backup=(etc/xdg/termite/config)
-source=("git://github.com/thestinger/termite#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
-}

Copied: termite/repos/community-i686/PKGBUILD (from rev 161490, 
termite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 22:25:37 UTC (rev 161491)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=termite
+pkgver=10
+pkgrel=3
+pkgdesc="A simple VTE-based terminal"
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 22:25:23 UTC (rev 161490)
+++ community-x86_64/PKGBUILD   2016-02-13 22:25:37 UTC (rev 161491)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=termite
-pkgver=10
-pkgrel=2
-pkgdesc="A simple VTE-based terminal"
-arch=('i686' 'x86_64')
-url="https://github.com/thestinger/termite/;
-license=('LGPL')
-depends=('vte3-ng')
-makedepends=('git')
-backup=(etc/xdg/termite/config)
-source=("git://github.com/thestinger/termite#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
-}

Copied: termite/repos/community-x86_64/PKGBUILD (from rev 161490, 
termite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 22:25:37 UTC (rev 161491)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=termite
+pkgver=10
+pkgrel=3
+pkgdesc="A simple VTE-based terminal"
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}


[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:38:49
  Author: alucryd
Revision: 161493

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

Added:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
(from rev 161492, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 161492, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 23:38:33 UTC (rev 161492)
+++ community-i686/PKGBUILD 2016-02-13 23:38:49 UTC (rev 161493)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=9
-pkgrel=2
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD (from rev 
161492, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 23:38:49 UTC (rev 161493)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=11
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
+sha256sums=('93f6d5e734976209f2385198492d87f2e7a6227e6f321763e9c1112a5925e6bf')
+
+build() {
+  cd vapoursynth-mvtools-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd vapoursynth-mvtools-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
+  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 23:38:33 UTC (rev 161492)
+++ community-x86_64/PKGBUILD   2016-02-13 23:38:49 UTC (rev 161493)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=9
-pkgrel=2
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
-
-build() {
-  cd vapoursynth-mvtools-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-mvtools-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 
161492, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:38:33
  Author: alucryd
Revision: 161492

upgpkg: vapoursynth-plugin-mvtools 11-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 22:25:37 UTC (rev 161491)
+++ PKGBUILD2016-02-13 23:38:33 UTC (rev 161492)
@@ -3,16 +3,16 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=9
-pkgrel=2
+pkgver=11
+pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
 arch=('i686' 'x86_64')
 url='https://github.com/dubhater/vapoursynth-mvtools'
 license=('GPL2')
-depends=('fftw' 'vapoursynth')
+depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
 makedepends=('yasm')
 
source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz;)
-sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
+sha256sums=('93f6d5e734976209f2385198492d87f2e7a6227e6f321763e9c1112a5925e6bf')
 
 build() {
   cd vapoursynth-mvtools-${pkgver}


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:50:24
  Author: alucryd
Revision: 161495

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

Added:
  vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD
(from rev 161494, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
  vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD
(from rev 161494, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD
  vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 23:50:04 UTC (rev 161494)
+++ community-i686/PKGBUILD 2016-02-13 23:50:24 UTC (rev 161495)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=785
-pkgrel=2
-pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=('i686' 'x86_64')
-url='https://github.com/VFR-maniac/L-SMASH-Works'
-license=('custom')
-depends=('vapoursynth'
- 'liblsmash.so')
-makedepends=('git')
-_commit='2a6cadfacc9597d008fb60d479a565236ddf5f8e'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
-  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
-
-  install -dm 755 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
-  install -m 644 LICENSE 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD (from rev 
161494, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 23:50:24 UTC (rev 161495)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=1
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  install -dm 755 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 23:50:04 UTC (rev 161494)
+++ community-x86_64/PKGBUILD   2016-02-13 23:50:24 UTC (rev 161495)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=785
-pkgrel=2
-pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=('i686' 'x86_64')
-url='https://github.com/VFR-maniac/L-SMASH-Works'
-license=('custom')
-depends=('vapoursynth'
- 'liblsmash.so')
-makedepends=('git')
-_commit='2a6cadfacc9597d008fb60d479a565236ddf5f8e'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:50:04
  Author: alucryd
Revision: 161494

upgpkg: vapoursynth-plugin-lsmashsource 875-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 23:38:49 UTC (rev 161493)
+++ PKGBUILD2016-02-13 23:50:04 UTC (rev 161494)
@@ -3,16 +3,17 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=785
-pkgrel=2
+pkgver=875
+pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'
 license=('custom')
-depends=('vapoursynth'
- 'liblsmash.so')
+depends=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
 makedepends=('git')
-_commit='2a6cadfacc9597d008fb60d479a565236ddf5f8e'
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
 
source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
 sha256sums=('SKIP')
 


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

2016-02-13 Thread Daniel Micay
Date: Sunday, February 14, 2016 @ 00:54:35
  Author: thestinger
Revision: 161497

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

Added:
  termite/repos/community-i686/PKGBUILD
(from rev 161496, termite/trunk/PKGBUILD)
  termite/repos/community-x86_64/PKGBUILD
(from rev 161496, termite/trunk/PKGBUILD)
Deleted:
  termite/repos/community-i686/PKGBUILD
  termite/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-02-13 23:54:01 UTC (rev 161496)
+++ community-i686/PKGBUILD 2016-02-13 23:54:35 UTC (rev 161497)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=termite
-pkgver=10
-pkgrel=3
-pkgdesc="A simple VTE-based terminal"
-arch=('i686' 'x86_64')
-url="https://github.com/thestinger/termite/;
-license=('LGPL')
-depends=('vte3-ng')
-makedepends=('git')
-backup=(etc/xdg/termite/config)
-source=("git://github.com/thestinger/termite#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
-}

Copied: termite/repos/community-i686/PKGBUILD (from rev 161496, 
termite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 23:54:35 UTC (rev 161497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=termite
+pkgver=11
+pkgrel=1
+pkgdesc="A simple VTE-based terminal"
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 23:54:01 UTC (rev 161496)
+++ community-x86_64/PKGBUILD   2016-02-13 23:54:35 UTC (rev 161497)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=termite
-pkgver=10
-pkgrel=3
-pkgdesc="A simple VTE-based terminal"
-arch=('i686' 'x86_64')
-url="https://github.com/thestinger/termite/;
-license=('LGPL')
-depends=('vte3-ng')
-makedepends=('git')
-backup=(etc/xdg/termite/config)
-source=("git://github.com/thestinger/termite#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
-}

Copied: termite/repos/community-x86_64/PKGBUILD (from rev 161496, 
termite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-13 23:54:35 UTC (rev 161497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=termite
+pkgver=11
+pkgrel=1
+pkgdesc="A simple VTE-based terminal"
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}


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

2016-02-13 Thread Daniel Micay
Date: Sunday, February 14, 2016 @ 00:54:01
  Author: thestinger
Revision: 161496

upgpkg: termite 11-1

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 23:50:24 UTC (rev 161495)
+++ PKGBUILD2016-02-13 23:54:01 UTC (rev 161496)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Micay 
 
 pkgname=termite
-pkgver=10
-pkgrel=3
+pkgver=11
+pkgrel=1
 pkgdesc="A simple VTE-based terminal"
 arch=('i686' 'x86_64')
 url="https://github.com/thestinger/termite/;


[arch-commits] Commit in vapoursynth-plugin-f3kdb (5 files)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:59:05
  Author: alucryd
Revision: 161499

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

Added:
  vapoursynth-plugin-f3kdb/repos/
  vapoursynth-plugin-f3kdb/repos/community-i686/
  vapoursynth-plugin-f3kdb/repos/community-i686/PKGBUILD
(from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
  vapoursynth-plugin-f3kdb/repos/community-x86_64/
  vapoursynth-plugin-f3kdb/repos/community-x86_64/PKGBUILD
(from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)

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

Copied: vapoursynth-plugin-f3kdb/repos/community-i686/PKGBUILD (from rev 
161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-02-13 23:59:05 UTC (rev 161499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=vapoursynth-plugin-f3kdb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='flash3kyuu deband plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/SAPikachu/flash3kyuu_deband'
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-f3kdb-${pkgver}.tar.gz::https://github.com/SAPikachu/flash3kyuu_deband/archive/${pkgver}-1.tar.gz;)
+md5sums=('a18d2c87439fdf0aa21dd01ab5dfbb59')
+
+build() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  ./waf build
+}
+
+package() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf install \
+--destdir="${pkgdir}" \
+--no-ldconfig
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-f3kdb/repos/community-x86_64/PKGBUILD (from rev 
161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-02-13 23:59:05 UTC (rev 161499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=vapoursynth-plugin-f3kdb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='flash3kyuu deband plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/SAPikachu/flash3kyuu_deband'
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-f3kdb-${pkgver}.tar.gz::https://github.com/SAPikachu/flash3kyuu_deband/archive/${pkgver}-1.tar.gz;)
+md5sums=('a18d2c87439fdf0aa21dd01ab5dfbb59')
+
+build() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  ./waf build
+}
+
+package() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf install \
+--destdir="${pkgdir}" \
+--no-ldconfig
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:58:50
  Author: alucryd
Revision: 161498

Add vapoursynth-plugin-f3kdb

Added:
  vapoursynth-plugin-f3kdb/
  vapoursynth-plugin-f3kdb/trunk/
  vapoursynth-plugin-f3kdb/trunk/PKGBUILD

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

Added: vapoursynth-plugin-f3kdb/trunk/PKGBUILD
===
--- vapoursynth-plugin-f3kdb/trunk/PKGBUILD (rev 0)
+++ vapoursynth-plugin-f3kdb/trunk/PKGBUILD 2016-02-13 23:58:50 UTC (rev 
161498)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=vapoursynth-plugin-f3kdb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='flash3kyuu deband plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/SAPikachu/flash3kyuu_deband'
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-f3kdb-${pkgver}.tar.gz::https://github.com/SAPikachu/flash3kyuu_deband/archive/${pkgver}-1.tar.gz;)
+md5sums=('a18d2c87439fdf0aa21dd01ab5dfbb59')
+
+build() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf configure \
+--prefix='/usr' \
+--libdir='/usr/lib/vapoursynth'
+  ./waf build
+}
+
+package() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf install \
+--destdir="${pkgdir}" \
+--no-ldconfig
+}
+
+# vim: ts=2 sw=2 et:


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


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 03:58:04
  Author: fyan
Revision: 161504

upgpkg: python-jsonpatch 1.13-1

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 02:54:21 UTC (rev 161503)
+++ PKGBUILD2016-02-14 02:58:04 UTC (rev 161504)
@@ -5,7 +5,7 @@
 pkgbase=python-jsonpatch
 _pkgname=jsonpatch
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc="Python object model built on JSON schema and JSON patch"
 arch=(any)
@@ -14,8 +14,8 @@
 makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('2e1eb457f9c8dd5dae837ca93c0fe5bd2522c9d44b9b380fb1aab2ab4dec04b1')
-sha512sums=('3f8654b498a4da6d5feaf483a8328167b8540c8736813219cda3f47da2afdc6ffb1357b5c2b4c21f0097eef3e7d6801cf7e59e0bb2fe154bc3c571cd92c16969')
+sha256sums=('9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5')
+sha512sums=('23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45')
 
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 03:58:47
  Author: fyan
Revision: 161505

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 02:58:04 UTC (rev 161504)
+++ PKGBUILD2016-02-14 02:58:47 UTC (rev 161505)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-jsonpatch
-_pkgname=jsonpatch
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.12
-pkgrel=1
-pkgdesc="Python object model built on JSON schema and JSON patch"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-patch
-license=(BSD)
-makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('2e1eb457f9c8dd5dae837ca93c0fe5bd2522c9d44b9b380fb1aab2ab4dec04b1')
-sha512sums=('3f8654b498a4da6d5feaf483a8328167b8540c8736813219cda3f47da2afdc6ffb1357b5c2b4c21f0097eef3e7d6801cf7e59e0bb2fe154bc3c571cd92c16969')
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-LANG=en_US.UTF-8
-cd $srcdir/$_pkgname-$pkgver
-python setup.py build
-cd $srcdir/$_pkgname-$pkgver-2
-python2 setup.py build
-}
-
-package_python-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver
-depends=(python-jsonschema)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python setup.py install --prefix=/usr --root="$pkgdir"
-}
-package_python2-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver-2
-depends=(python2-jsonschema)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-rm $pkgdir/usr/bin/json{diff,patch}
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 161504, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 02:58:47 UTC (rev 161505)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.13
+pkgrel=1
+pkgdesc="Python object model built on JSON schema and JSON patch"
+arch=(any)
+url=https://github.com/stefankoegl/python-json-patch
+license=(BSD)
+makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5')
+sha512sums=('23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+LANG=en_US.UTF-8
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver
+depends=(python-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python setup.py install --prefix=/usr --root="$pkgdir"
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+rm $pkgdir/usr/bin/json{diff,patch}
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:39:21
  Author: fyan
Revision: 259162

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

Added:
  kcompletion/repos/testing-i686/
  kcompletion/repos/testing-i686/PKGBUILD
(from rev 259161, kcompletion/trunk/PKGBUILD)
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
(from rev 259161, kcompletion/trunk/PKGBUILD)

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

Copied: kcompletion/repos/testing-i686/PKGBUILD (from rev 259161, 
kcompletion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:39:21 UTC (rev 259162)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcompletion'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e0542f7b67153e79efcdbb0877979775')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 259161, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:39:21 UTC (rev 259162)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcompletion'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e0542f7b67153e79efcdbb0877979775')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:40:02
  Author: fyan
Revision: 259166

upgpkg: kconfigwidgets 5.19.0-1

KF 5.19.0

Modified:
  kconfigwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:39:54 UTC (rev 259165)
+++ PKGBUILD2016-02-14 03:40:02 UTC (rev 259166)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kconfigwidgets
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Widgets for KConfig'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ed946b78eb19c3fe1458ec78606d089c')
+md5sums=('ce0c538d90c1753fea03be8beacfc648')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:39:29
  Author: fyan
Revision: 259164

upgpkg: kguiaddons 5.19.0-1

KF 5.19.0

Modified:
  kguiaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:39:25 UTC (rev 259163)
+++ PKGBUILD2016-02-14 03:39:29 UTC (rev 259164)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kguiaddons
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Addons to QtGui'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d8a16a939ca84b04ec31b4b57a979bd7')
+md5sums=('b423159cec98dbac442bdb88e1daeda4')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:38:22
  Author: fyan
Revision: 259160

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

Added:
  kwidgetsaddons/repos/testing-i686/
  kwidgetsaddons/repos/testing-i686/PKGBUILD
(from rev 259159, kwidgetsaddons/trunk/PKGBUILD)
  kwidgetsaddons/repos/testing-x86_64/
  kwidgetsaddons/repos/testing-x86_64/PKGBUILD
(from rev 259159, kwidgetsaddons/trunk/PKGBUILD)

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

Copied: kwidgetsaddons/repos/testing-i686/PKGBUILD (from rev 259159, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:38:22 UTC (rev 259160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwidgetsaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1b37d5c240ad5dea9c43012282beb7e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 259159, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:38:22 UTC (rev 259160)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwidgetsaddons'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1b37d5c240ad5dea9c43012282beb7e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:38:57
  Author: fyan
Revision: 259161

upgpkg: kcompletion 5.19.0-1

KF 5.19.0

Modified:
  kcompletion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:38:22 UTC (rev 259160)
+++ PKGBUILD2016-02-14 03:38:57 UTC (rev 259161)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcompletion
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Text completion helpers and widgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('af520088daa15b0ead9fe6077059359b')
+md5sums=('e0542f7b67153e79efcdbb0877979775')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:37:58
  Author: fyan
Revision: 259159

upgpkg: kwidgetsaddons 5.19.0-1

KF 5.19.0

Modified:
  kwidgetsaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:37:47 UTC (rev 259158)
+++ PKGBUILD2016-02-14 03:37:58 UTC (rev 259159)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwidgetsaddons
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Addons to QtWidgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('13f7cdb060d00905021f63ce24705219')
+md5sums=('b1b37d5c240ad5dea9c43012282beb7e')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:54:28
  Author: fyan
Revision: 259212

upgpkg: kplotting 5.19.0-1

KF 5.19.0

Modified:
  kplotting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:54:20 UTC (rev 259211)
+++ PKGBUILD2016-02-14 03:54:28 UTC (rev 259212)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kplotting
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Lightweight plotting framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('57803cd443bc0a1d1c957c71f08e7899')
+md5sums=('7487f642bc0c0ed9a38e68c4ef21ff2c')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:53:44
  Author: fyan
Revision: 259209

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

Added:
  kparts/repos/testing-i686/
  kparts/repos/testing-i686/PKGBUILD
(from rev 259208, kparts/trunk/PKGBUILD)
  kparts/repos/testing-x86_64/
  kparts/repos/testing-x86_64/PKGBUILD
(from rev 259208, kparts/trunk/PKGBUILD)

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

Copied: kparts/repos/testing-i686/PKGBUILD (from rev 259208, 
kparts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:53:44 UTC (rev 259209)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kparts'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d1472c82637f2eecd4561b815b96c5e4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kparts/repos/testing-x86_64/PKGBUILD (from rev 259208, 
kparts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:53:44 UTC (rev 259209)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kparts'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('d1472c82637f2eecd4561b815b96c5e4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:53:56
  Author: fyan
Revision: 259210

upgpkg: kdewebkit 5.19.0-1

KF 5.19.0

Modified:
  kdewebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:53:44 UTC (rev 259209)
+++ PKGBUILD2016-02-14 03:53:56 UTC (rev 259210)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdewebkit
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='KDE Integration for QtWebKit'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1b4757582112bf05fdc85f4ad8bdeca9')
+md5sums=('a6a871e08809693934ea8f4b255f8065')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:54:52
  Author: fyan
Revision: 259213

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

Added:
  kplotting/repos/testing-i686/
  kplotting/repos/testing-i686/PKGBUILD
(from rev 259212, kplotting/trunk/PKGBUILD)
  kplotting/repos/testing-x86_64/
  kplotting/repos/testing-x86_64/PKGBUILD
(from rev 259212, kplotting/trunk/PKGBUILD)

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

Copied: kplotting/repos/testing-i686/PKGBUILD (from rev 259212, 
kplotting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:54:52 UTC (rev 259213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kplotting'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7487f642bc0c0ed9a38e68c4ef21ff2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kplotting/repos/testing-x86_64/PKGBUILD (from rev 259212, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:54:52 UTC (rev 259213)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kplotting'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7487f642bc0c0ed9a38e68c4ef21ff2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:54:58
  Author: fyan
Revision: 259214

upgpkg: kdesignerplugin 5.19.0-1

KF 5.19.0

Modified:
  kdesignerplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:54:52 UTC (rev 259213)
+++ PKGBUILD2016-02-14 03:54:58 UTC (rev 259214)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesignerplugin
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9e03c83e412caf74b42949393665b533')
+md5sums=('be9704c908fe4a7d8ab04b14192f9948')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:54:20
  Author: fyan
Revision: 259211

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

Added:
  kdewebkit/repos/testing-i686/
  kdewebkit/repos/testing-i686/PKGBUILD
(from rev 259210, kdewebkit/trunk/PKGBUILD)
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 259210, kdewebkit/trunk/PKGBUILD)

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

Copied: kdewebkit/repos/testing-i686/PKGBUILD (from rev 259210, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:54:20 UTC (rev 259211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdewebkit'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a6a871e08809693934ea8f4b255f8065')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 259210, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:54:20 UTC (rev 259211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdewebkit'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a6a871e08809693934ea8f4b255f8065')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:55:23
  Author: fyan
Revision: 259215

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

Added:
  kdesignerplugin/repos/testing-i686/
  kdesignerplugin/repos/testing-i686/PKGBUILD
(from rev 259214, kdesignerplugin/trunk/PKGBUILD)
  kdesignerplugin/repos/testing-x86_64/
  kdesignerplugin/repos/testing-x86_64/PKGBUILD
(from rev 259214, kdesignerplugin/trunk/PKGBUILD)

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

Copied: kdesignerplugin/repos/testing-i686/PKGBUILD (from rev 259214, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 03:55:23 UTC (rev 259215)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesignerplugin'
+license=('LGPL')
+depends=('kplotting' 'kdewebkit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('be9704c908fe4a7d8ab04b14192f9948')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 259214, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 03:55:23 UTC (rev 259215)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesignerplugin'
+license=('LGPL')
+depends=('kplotting' 'kdewebkit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('be9704c908fe4a7d8ab04b14192f9948')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:03:26
  Author: fyan
Revision: 259239

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

Added:
  kdesu/repos/testing-i686/
  kdesu/repos/testing-i686/PKGBUILD
(from rev 259238, kdesu/trunk/PKGBUILD)
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 259238, kdesu/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: kdesu/repos/testing-i686/PKGBUILD (from rev 259238, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 04:03:26 UTC (rev 259239)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('adcff09780e4b64d1148825f452ded1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 259238, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 04:03:26 UTC (rev 259239)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('adcff09780e4b64d1148825f452ded1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:03:00
  Author: fyan
Revision: 259238

upgpkg: kdesu 5.19.0-1

KF 5.19.0

Modified:
  kdesu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 04:02:53 UTC (rev 259237)
+++ PKGBUILD2016-02-14 04:03:00 UTC (rev 259238)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesu
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Integration with su for elevated privileges'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1c9505a8e516eb01e69049c032772ad8')
+md5sums=('adcff09780e4b64d1148825f452ded1d')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:03:33
  Author: fyan
Revision: 259240

upgpkg: kdnssd 5.19.0-1

KF 5.19.0

Modified:
  kdnssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 04:03:26 UTC (rev 259239)
+++ PKGBUILD2016-02-14 04:03:33 UTC (rev 259240)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdnssd
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Abstraction to system DNSSD features'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kdnssd-framework')
 conflicts=('kdnssd-framework')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9b5d3628895cc6f09adf47856fc392ab')
+md5sums=('678deda3ac690b5cc43f398504211273')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:03:57
  Author: fyan
Revision: 259241

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 259240, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 259240, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 259240, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 04:03:57 UTC (rev 259241)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('678deda3ac690b5cc43f398504211273')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 259240, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 04:03:57 UTC (rev 259241)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('678deda3ac690b5cc43f398504211273')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:04:28
  Author: fyan
Revision: 259243

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

Added:
  kemoticons/repos/testing-i686/
  kemoticons/repos/testing-i686/PKGBUILD
(from rev 259242, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 259242, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 259242, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 04:04:28 UTC (rev 259243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9126afb4d6d54090f0b72ff08f396d96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 259242, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 04:04:28 UTC (rev 259243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9126afb4d6d54090f0b72ff08f396d96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:04:04
  Author: fyan
Revision: 259242

upgpkg: kemoticons 5.19.0-1

KF 5.19.0

Modified:
  kemoticons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 04:03:57 UTC (rev 259241)
+++ PKGBUILD2016-02-14 04:04:04 UTC (rev 259242)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kemoticons
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('52afdc09c21c786acbe863e3f64334a3')
+md5sums=('9126afb4d6d54090f0b72ff08f396d96')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:08:01
  Author: fyan
Revision: 161507

archrelease: copy trunk to community-any

Added:
  semver/repos/community-any/
  semver/repos/community-any/PKGBUILD
(from rev 161506, semver/trunk/PKGBUILD)

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

Copied: semver/repos/community-any/PKGBUILD (from rev 161506, 
semver/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-14 03:08:01 UTC (rev 161507)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('45488e5d3a4008fee2dda2eaf002392c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:07:34
  Author: fyan
Revision: 161506

addpkg: semver 5.1.0-1

Added:
  semver/
  semver/repos/
  semver/trunk/
  semver/trunk/PKGBUILD

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

Added: semver/trunk/PKGBUILD
===
--- semver/trunk/PKGBUILD   (rev 0)
+++ semver/trunk/PKGBUILD   2016-02-14 03:07:34 UTC (rev 161506)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('45488e5d3a4008fee2dda2eaf002392c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:22:55
  Author: fyan
Revision: 161511

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 161510, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |  103 -
 1 file changed, 55 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 03:22:38 UTC (rev 161510)
+++ PKGBUILD2016-02-14 03:22:55 UTC (rev 161511)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 161510, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 03:22:55 UTC (rev 161511)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.7.1
+pkgrel=2
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:22:38
  Author: fyan
Revision: 161510

upgpkg: npm 3.7.1-2

use system semver

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:14:06 UTC (rev 161509)
+++ PKGBUILD2016-02-14 03:22:38 UTC (rev 161510)
@@ -3,12 +3,12 @@
 
 pkgname=npm
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'
 license=('custom:Artistic')
-depends=('nodejs')
+depends=('nodejs' 'semver')
 provides=('nodejs-node-gyp')
 makedepends=('git' 'procps-ng')
 optdepends=('python2: for node-gyp')
@@ -43,6 +43,13 @@
   # Provide node-gyp executable
   cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
   sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
   
   install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in extra-cmake-modules/repos (testing-any testing-any/PKGBUILD)

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:33:10
  Author: fyan
Revision: 259142

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 259141, extra-cmake-modules/trunk/PKGBUILD)

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

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 259141, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-02-14 03:33:10 UTC (rev 259142)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.19.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c18b4e3ad6e37ce1fe372931d2b269fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:33:18
  Author: fyan
Revision: 259143

upgpkg: kapidox 5.19.0-1

KF 5.19.0

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:33:10 UTC (rev 259142)
+++ PKGBUILD2016-02-14 03:33:18 UTC (rev 259143)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kapidox
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5ce0af21d551f36bcf95c2afcfb5')
+md5sums=('ed50b3908baef964e14266477133e3ea')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:32:23
  Author: fyan
Revision: 259141

upgpkg: extra-cmake-modules 5.19.0-1

KF 5.19.0

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 19:54:17 UTC (rev 259140)
+++ PKGBUILD2016-02-14 03:32:23 UTC (rev 259141)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=extra-cmake-modules
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcbcd88f7da0ee5fb54f8e5242f1')
+md5sums=('c18b4e3ad6e37ce1fe372931d2b269fb')
 
 prepare() {
   mkdir -p build


  1   2   3   >