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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:59:20
  Author: jgc
Revision: 261003

upgpkg: dbus-python 1.2.2-1

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 07:28:00 UTC (rev 261002)
+++ PKGBUILD2016-03-06 07:59:20 UTC (rev 261003)
@@ -3,17 +3,17 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.0
-pkgrel=5
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Python bindings for DBUS"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 url="http://www.freedesktop.org/wiki/Software/DBusBindings;
-makedepends=('docutils' 'dbus-glib' 'python' 'python2')
+makedepends=('docutils' 'dbus-glib' 'python' 'python2' 'autoconf-archive')
 
source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
+md5sums=('d1f2c7ba976d457206caf57d20b5cb5d'
  'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')  # Simon McVittie
+validpgpkeys=('3C8672A0F49637FE064AC30F52A43A1E4B77B059') #SimonMcVittie
 
 prepare() {
   mkdir build-python2 build-python3


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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:59:28
  Author: jgc
Revision: 261004

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 07:59:20 UTC (rev 261003)
+++ extra-i686/PKGBUILD 2016-03-06 07:59:28 UTC (rev 261004)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.0
-pkgrel=5
-pkgdesc="Python bindings for DBUS"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url="http://www.freedesktop.org/wiki/Software/DBusBindings;
-makedepends=('docutils' 'dbus-glib' 'python' 'python2')
-source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
- 'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')  # Simon McVittie
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -rf "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends=('python-dbus-common' 'python' 'dbus')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc="Python 3.5 bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -rf "${pkgdir}/usr/include"
-  rm -rf "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends=('python-dbus-common' 'python2' 'dbus')
-  optdepends=('dbus-glib: glib mainloop support')
-  pkgdesc="Python 2.7 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -rf "${pkgdir}/usr/include"
-  rm -rf "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/extra-i686/PKGBUILD (from rev 261003, 
dbus-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 07:59:28 UTC (rev 261004)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://www.freedesktop.org/wiki/Software/DBusBindings;
+makedepends=('docutils' 'dbus-glib' 'python' 'python2' 'autoconf-archive')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+md5sums=('d1f2c7ba976d457206caf57d20b5cb5d'
+ 'SKIP')
+validpgpkeys=('3C8672A0F49637FE064AC30F52A43A1E4B77B059') #SimonMcVittie
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -rf "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends=('python-dbus-common' 'python' 'dbus')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc="Python 3.5 bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/include"
+  rm -rf "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends=('python-dbus-common' 'python2' 'dbus')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc="Python 2.7 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf 

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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:27:54
  Author: jgc
Revision: 261001

upgpkg: autogen 5.18.7-1

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 07:21:16 UTC (rev 261000)
+++ PKGBUILD2016-03-06 07:27:54 UTC (rev 261001)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.18.6
+pkgver=5.18.7
 pkgrel=1
 pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('GPL3')
 depends=('guile' 'libxml2')
 install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('db0a9594979200a99d286aa85d492d21'
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('59644e59d30a5ca458d140d61e1fb24d'
  'SKIP')
 validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

 


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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:28:00
  Author: jgc
Revision: 261002

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

Added:
  autogen/repos/extra-i686/PKGBUILD
(from rev 261001, autogen/trunk/PKGBUILD)
  autogen/repos/extra-i686/autogen.install
(from rev 261001, autogen/trunk/autogen.install)
  autogen/repos/extra-x86_64/PKGBUILD
(from rev 261001, autogen/trunk/PKGBUILD)
  autogen/repos/extra-x86_64/autogen.install
(from rev 261001, autogen/trunk/autogen.install)
Deleted:
  autogen/repos/extra-i686/PKGBUILD
  autogen/repos/extra-i686/autogen.install
  autogen/repos/extra-x86_64/PKGBUILD
  autogen/repos/extra-x86_64/autogen.install

--+
 /PKGBUILD|   58 +
 /autogen.install |   40 
 extra-i686/PKGBUILD  |   29 
 extra-i686/autogen.install   |   20 --
 extra-x86_64/PKGBUILD|   29 
 extra-x86_64/autogen.install |   20 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 07:27:54 UTC (rev 261001)
+++ extra-i686/PKGBUILD 2016-03-06 07:28:00 UTC (rev 261002)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-# Contributor: Tor Krill
-
-pkgname=autogen
-pkgver=5.18.6
-pkgrel=1
-pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/autogen/;
-license=('GPL3')
-depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('db0a9594979200a99d286aa85d492d21'
- 'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: autogen/repos/extra-i686/PKGBUILD (from rev 261001, 
autogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 07:28:00 UTC (rev 261002)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.7
+pkgrel=1
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/autogen/;
+license=('GPL3')
+depends=('guile' 'libxml2')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('59644e59d30a5ca458d140d61e1fb24d'
+ 'SKIP')
+validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Deleted: extra-i686/autogen.install
===
--- extra-i686/autogen.install  2016-03-06 07:27:54 UTC (rev 261001)
+++ extra-i686/autogen.install  2016-03-06 07:28:00 UTC (rev 261002)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autogen/repos/extra-i686/autogen.install (from rev 261001, 
autogen/trunk/autogen.install)
===
--- extra-i686/autogen.install  (rev 0)
+++ extra-i686/autogen.install  2016-03-06 07:28:00 UTC (rev 261002)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 07:27:54 UTC (rev 261001)
+++ extra-x86_64/PKGBUILD   2016-03-06 

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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:21:16
  Author: jgc
Revision: 261000

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

Added:
  appstream-glib/repos/extra-i686/PKGBUILD
(from rev 260999, appstream-glib/trunk/PKGBUILD)
  appstream-glib/repos/extra-x86_64/PKGBUILD
(from rev 260999, appstream-glib/trunk/PKGBUILD)
Deleted:
  appstream-glib/repos/extra-i686/PKGBUILD
  appstream-glib/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-03-06 07:20:08 UTC (rev 260999)
+++ extra-i686/PKGBUILD 2016-03-06 07:21:16 UTC (rev 261000)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=appstream-glib
-pkgver=0.5.9
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/;
-license=('LGPL')
-depends=('gtk3' 'libyaml' 'pacman' 'gcab')
-makedepends=('intltool')
-provides=('appdata-tools')
-conflicts=('appdata-tools')
-replaces=('appdata-tools')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('e423da80b3bda1ecea02ea57dc459c41')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-alpm
-
-  #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 -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-glib/repos/extra-i686/PKGBUILD (from rev 260999, 
appstream-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 07:21:16 UTC (rev 261000)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=appstream-glib
+pkgver=0.5.10
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/;
+license=('LGPL')
+depends=('gtk3' 'libyaml' 'pacman' 'gcab')
+makedepends=('intltool')
+provides=('appdata-tools')
+conflicts=('appdata-tools')
+replaces=('appdata-tools')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('9e6aa5c3cebca5b7e1f4fa4cc9670d78')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-alpm
+
+  #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 -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-06 07:20:08 UTC (rev 260999)
+++ extra-x86_64/PKGBUILD   2016-03-06 07:21:16 UTC (rev 261000)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=appstream-glib
-pkgver=0.5.10
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/;
-license=('LGPL')
-depends=('gtk3' 'libyaml' 'pacman' 'gcab')
-makedepends=('intltool')
-provides=('appdata-tools')
-conflicts=('appdata-tools')
-replaces=('appdata-tools')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('9e6aa5c3cebca5b7e1f4fa4cc9670d78')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-alpm
-
-  #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 -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 260999, 
appstream-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-06 07:21:16 UTC (rev 261000)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=appstream-glib
+pkgver=0.5.10
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/;

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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:20:03
  Author: jgc
Revision: 260998

upgpkg: appstream-glib 0.5.10-1

Modified:
  appstream-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 07:17:43 UTC (rev 260997)
+++ PKGBUILD2016-03-06 07:20:03 UTC (rev 260998)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=appstream-glib
-pkgver=0.5.9
+pkgver=0.5.10
 pkgrel=1
 pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('appdata-tools')
 replaces=('appdata-tools')
 
source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('e423da80b3bda1ecea02ea57dc459c41')
+md5sums=('9e6aa5c3cebca5b7e1f4fa4cc9670d78')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in appstream-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:20:08
  Author: jgc
Revision: 260999

archrelease: copy trunk to extra-x86_64

Added:
  appstream-glib/repos/extra-x86_64/PKGBUILD
(from rev 260998, appstream-glib/trunk/PKGBUILD)
Deleted:
  appstream-glib/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 07:20:03 UTC (rev 260998)
+++ PKGBUILD2016-03-06 07:20:08 UTC (rev 260999)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=appstream-glib
-pkgver=0.5.9
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/;
-license=('LGPL')
-depends=('gtk3' 'libyaml' 'pacman' 'gcab')
-makedepends=('intltool')
-provides=('appdata-tools')
-conflicts=('appdata-tools')
-replaces=('appdata-tools')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('e423da80b3bda1ecea02ea57dc459c41')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-alpm
-
-  #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 -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 260998, 
appstream-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 07:20:08 UTC (rev 260999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=appstream-glib
+pkgver=0.5.10
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and 
write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/;
+license=('LGPL')
+depends=('gtk3' 'libyaml' 'pacman' 'gcab')
+makedepends=('intltool')
+provides=('appdata-tools')
+conflicts=('appdata-tools')
+replaces=('appdata-tools')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('9e6aa5c3cebca5b7e1f4fa4cc9670d78')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-alpm
+
+  #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 -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:17:43
  Author: jgc
Revision: 260997

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 260996, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 07:17:38 UTC (rev 260996)
+++ PKGBUILD2016-03-06 07:17:43 UTC (rev 260997)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.17
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 260996, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 07:17:43 UTC (rev 260997)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.17
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:17:38
  Author: jgc
Revision: 260996

upgpkg: xkeyboard-config 2.17-2

Include manpage (FS#48451)

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 07:13:09 UTC (rev 260995)
+++ PKGBUILD2016-03-06 07:17:38 UTC (rev 260996)
@@ -4,12 +4,12 @@
 
 pkgname=xkeyboard-config
 pkgver=2.17
-pkgrel=1
+pkgrel=2
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
 url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')


[arch-commits] Commit in abiword/repos (34 files)

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:13:09
  Author: jgc
Revision: 260995

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

Added:
  abiword/repos/extra-i686/PKGBUILD
(from rev 260994, abiword/trunk/PKGBUILD)
  abiword/repos/extra-i686/abiword-3.0.0-librevenge.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/extra-i686/abiword-3.0.0-link-grammar-5-second.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-link-grammar-5-second.patch)
  abiword/repos/extra-i686/abiword-3.0.0-link-grammar-5.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-link-grammar-5.patch)
  abiword/repos/extra-i686/abiword.install
(from rev 260994, abiword/trunk/abiword.install)
  abiword/repos/extra-i686/aiksaurus-plugin.m4
(from rev 260994, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/extra-i686/command-plugin.m4
(from rev 260994, abiword/trunk/command-plugin.m4)
  abiword/repos/extra-i686/gnutls-3.4.0.patch
(from rev 260994, abiword/trunk/gnutls-3.4.0.patch)
  abiword/repos/extra-i686/link-grammar-panic.patch
(from rev 260994, abiword/trunk/link-grammar-panic.patch)
  abiword/repos/extra-x86_64/PKGBUILD
(from rev 260994, abiword/trunk/PKGBUILD)
  abiword/repos/extra-x86_64/abiword-3.0.0-librevenge.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/extra-x86_64/abiword-3.0.0-link-grammar-5-second.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-link-grammar-5-second.patch)
  abiword/repos/extra-x86_64/abiword-3.0.0-link-grammar-5.patch
(from rev 260994, abiword/trunk/abiword-3.0.0-link-grammar-5.patch)
  abiword/repos/extra-x86_64/abiword.install
(from rev 260994, abiword/trunk/abiword.install)
  abiword/repos/extra-x86_64/aiksaurus-plugin.m4
(from rev 260994, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/extra-x86_64/command-plugin.m4
(from rev 260994, abiword/trunk/command-plugin.m4)
  abiword/repos/extra-x86_64/gnutls-3.4.0.patch
(from rev 260994, abiword/trunk/gnutls-3.4.0.patch)
  abiword/repos/extra-x86_64/link-grammar-panic.patch
(from rev 260994, abiword/trunk/link-grammar-panic.patch)
Deleted:
  abiword/repos/extra-i686/PKGBUILD
  abiword/repos/extra-i686/abiword-3.0.0-librevenge.patch
  abiword/repos/extra-i686/abiword-3.0.0-link-grammar-5-second.patch
  abiword/repos/extra-i686/abiword-3.0.0-link-grammar-5.patch
  abiword/repos/extra-i686/abiword.install
  abiword/repos/extra-i686/aiksaurus-plugin.m4
  abiword/repos/extra-i686/gnutls-3.4.0.patch
  abiword/repos/extra-i686/link-grammar-panic.patch
  abiword/repos/extra-x86_64/PKGBUILD
  abiword/repos/extra-x86_64/abiword-3.0.0-librevenge.patch
  abiword/repos/extra-x86_64/abiword-3.0.0-link-grammar-5-second.patch
  abiword/repos/extra-x86_64/abiword-3.0.0-link-grammar-5.patch
  abiword/repos/extra-x86_64/abiword.install
  abiword/repos/extra-x86_64/aiksaurus-plugin.m4
  abiword/repos/extra-x86_64/gnutls-3.4.0.patch
  abiword/repos/extra-x86_64/link-grammar-panic.patch

+
 /PKGBUILD  |  164 +
 /abiword-3.0.0-librevenge.patch| 2372 +++
 /abiword-3.0.0-link-grammar-5-second.patch |   70 
 /abiword-3.0.0-link-grammar-5.patch|   90 
 /abiword.install   |   24 
 /aiksaurus-plugin.m4   |   92 
 /gnutls-3.4.0.patch|   42 
 /link-grammar-panic.patch  |   20 
 extra-i686/PKGBUILD|   75 
 extra-i686/abiword-3.0.0-librevenge.patch  | 1186 ---
 extra-i686/abiword-3.0.0-link-grammar-5-second.patch   |   35 
 extra-i686/abiword-3.0.0-link-grammar-5.patch  |   45 
 extra-i686/abiword.install |   12 
 extra-i686/aiksaurus-plugin.m4 |   46 
 extra-i686/command-plugin.m4   |   47 
 extra-i686/gnutls-3.4.0.patch  |   21 
 extra-i686/link-grammar-panic.patch|   10 
 extra-x86_64/PKGBUILD  |   75 
 extra-x86_64/abiword-3.0.0-librevenge.patch| 1186 ---
 extra-x86_64/abiword-3.0.0-link-grammar-5-second.patch |   35 
 extra-x86_64/abiword-3.0.0-link-grammar-5.patch|   45 
 extra-x86_64/abiword.install   |   12 
 extra-x86_64/aiksaurus-plugin.m4   |   46 
 extra-x86_64/command-plugin.m4 |   47 
 extra-x86_64/gnutls-3.4.0.patch|   21 
 extra-x86_64/link-grammar-panic.patch  |   10 
 26 files changed, 2968 insertions(+), 2860 deletions(-)

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


[arch-commits] Commit in abiword/trunk (PKGBUILD command-plugin.m4)

2016-03-05 Thread Jan de Groot
Date: Sunday, March 6, 2016 @ 08:12:53
  Author: jgc
Revision: 260994

upgpkg: abiword 3.0.1-5

Fix command plugin

Added:
  abiword/trunk/command-plugin.m4
Modified:
  abiword/trunk/PKGBUILD

---+
 PKGBUILD  |9 -
 command-plugin.m4 |   47 +++
 2 files changed, 55 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 07:09:16 UTC (rev 260993)
+++ PKGBUILD2016-03-06 07:12:53 UTC (rev 260994)
@@ -5,7 +5,7 @@
 
 pkgname=abiword
 pkgver=3.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Fully-featured word processor'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,6 +24,7 @@
 abiword-3.0.0-link-grammar-5-second.patch
 link-grammar-panic.patch
 aiksaurus-plugin.m4
+command-plugin.m4
 gnutls-3.4.0.patch)
 sha256sums=('e094f6fbf0afc5c5538b4894888e7c346f8ee8f49c9d24821dd696d0734865c6'
 '77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
@@ -31,6 +32,7 @@
 'd2c80da81a339634a7a4ee4cef12f7ee968f2c2a8c2f75533b6713b71f0d61fd'
 '94d1e638f7b85123dc2282d2e59b982bde6ad0dbbe1b6b54351e610c5a0ea578'
 '5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
+'2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
 'b393e26c19f92901f64d2bae54c86708ea7dd0b647572088a8ac0cd2eec89100')
 
 prepare() {
@@ -45,9 +47,13 @@
   patch -Np0 -i ../link-grammar-panic.patch
   # Fix build with new gnutls 3.4.x
   patch -Np0 -i ../gnutls-3.4.0.patch
+
+  # python2 fix
+  sed -i 's/python -c/python2 -c/' src/gi-overrides/Makefile.{am,in}
   
   # Install missing m4 file
   install -m644 ../aiksaurus-plugin.m4 plugins/aiksaurus/plugin.m4
+  install -m644 ../command-plugin.m4 plugins/command/plugin.m4
 
   # Generate m4 file for configure
   find plugins -name plugin.m4 | xargs cat > plugin-configure.m4
@@ -66,6 +72,7 @@
 --enable-templates \
 --enable-plugins \
 --enable-introspection
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: command-plugin.m4
===
--- command-plugin.m4   (rev 0)
+++ command-plugin.m4   2016-03-06 07:12:53 UTC (rev 260994)
@@ -0,0 +1,47 @@
+command_deps="no"
+
+if test "$enable_command" != ""; then
+if test "$TOOLKIT" != "gtk"; then
+   command_deps="no"
+   AC_MSG_WARN([command plugin: only supported on UNIX/gtk 
platforms])
+   else 
+   # stolen from the original plugin.m4 in abiword-plugins
+   AC_CHECK_HEADER(readline/readline.h,[
+   AC_CHECK_HEADER(readline/history.h,[
+   AC_CHECK_LIB(readline,readline,[
+   
command_deps="yes"
+   ],[ 
AC_CHECK_LIB(readline,rl_initialize,[
+   
command_deps="yes"
+
+   ],,)
+   ],)
+   ])
+   ])
+   fi
+fi
+
+if test "$enable_command" = "yes" || \
+   test "$command_deps" = "yes"; then
+
+if test "$enable_command_builtin" = "yes"; then
+AC_MSG_ERROR([command plugin: static linking not supported])
+fi
+
+AC_MSG_CHECKING([command plugin: for readline and friends])
+if test "$command_deps" != "yes"; then
+   AC_MSG_ERROR([no])
+else
+   AC_MSG_RESULT([yes])
+COMMAND_LIBS="-lreadline -lhistory $COMMAND_LIBS"
+fi
+
+test "$enable_command" = "auto" && PLUGINS="$PLUGINS command"
+
+COMMAND_CFLAGS="$COMMAND_CFLAGS "'${PLUGIN_CFLAGS}'
+COMMAND_LIBS="$COMMAND_LIBS "'${PLUGIN_LIBS}'
+
+fi
+
+AC_SUBST([COMMAND_CFLAGS])
+AC_SUBST([COMMAND_LIBS])
+


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

2016-03-05 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 08:09:10
  Author: lcarlier
Revision: 260992

upgpkg: vulkan-docs 1.0.20160304-1

upstream update 1.0.20160304 - Vulkan 1.0.5 spec update

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:34:19 UTC (rev 260991)
+++ PKGBUILD2016-03-06 07:09:10 UTC (rev 260992)
@@ -3,9 +3,9 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.20160226
+pkgver=1.0.20160304
 _pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160226
+_pkgver=1.0-core+wsi-20160304
 pkgrel=1
 arch=(any)
 url="https://www.khronos.org/vulkan/;
@@ -13,7 +13,7 @@
 makedepends=(asciidoc)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('1e497d00435b593cd8e1615ba651d9f0')
+md5sums=('42e8f1a137591f50e564bed50a544131')
 
 build() {
   cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"


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

2016-03-05 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 08:09:16
  Author: lcarlier
Revision: 260993

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 260992, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 07:09:10 UTC (rev 260992)
+++ PKGBUILD2016-03-06 07:09:16 UTC (rev 260993)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-man-pages)
-pkgver=1.0.20160226
-_pkgname=Vulkan-Docs
-_pkgver=1.0-core+wsi-20160226
-pkgrel=1
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoc)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
-md5sums=('1e497d00435b593cd8e1615ba651d9f0')
-
-build() {
-  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
-
-  make manpages
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 ${pkgdir}/usr/include/vulkan
-  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
-  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}
-
-package_vulkan-man-pages() {
-  pkgdesc="Vulkan man pages"
-  cd "${_pkgname}-${_pkgver/+/-}"
-
-  install -dm755 "${pkgdir}/usr/share/man/man3"
-  install -m644 doc/specs/vulkan/man/*.3 "${pkgdir}/usr/share/man/man3/"
-
-  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 260992, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 07:09:16 UTC (rev 260993)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-man-pages)
+pkgver=1.0.20160304
+_pkgname=Vulkan-Docs
+_pkgver=1.0-core+wsi-20160304
+pkgrel=1
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoc)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${_pkgver}.tar.gz;)
+md5sums=('42e8f1a137591f50e564bed50a544131')
+
+build() {
+  cd "${_pkgname}-${_pkgver/+/-}/doc/specs/vulkan"
+
+  make manpages
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 ${pkgdir}/usr/include/vulkan
+  install -m644 src/vulkan/vk_platform.h ${pkgdir}/usr/include/vulkan/
+  install -m644 src/vulkan/vulkan.h ${pkgdir}/usr/include/vulkan
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}
+
+package_vulkan-man-pages() {
+  pkgdesc="Vulkan man pages"
+  cd "${_pkgname}-${_pkgver/+/-}"
+
+  install -dm755 "${pkgdir}/usr/share/man/man3"
+  install -m644 doc/specs/vulkan/man/*.3 "${pkgdir}/usr/share/man/man3/"
+
+  install -D -m644 doc/specs/vulkan/copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright.txt
+}


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

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:43:30
  Author: fyan
Revision: 165194

archrelease: copy trunk to community-any

Added:
  stylus/repos/community-any/PKGBUILD
(from rev 165193, stylus/trunk/PKGBUILD)
Deleted:
  stylus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 04:43:15 UTC (rev 165193)
+++ PKGBUILD2016-03-06 04:43:30 UTC (rev 165194)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=stylus
-pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.53.0
-pkgrel=1
-arch=('any')
-url='https://github.com/stylus/stylus'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('d482f4cdbb2fe4e8ffddd41ad005f89b78d09703431a914553785d2300dfd851')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: stylus/repos/community-any/PKGBUILD (from rev 165193, 
stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 04:43:30 UTC (rev 165194)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=stylus
+pkgdesc='Robust, expressive, and feature-rich CSS superset'
+pkgver=0.54.0
+pkgrel=1
+arch=('any')
+url='https://github.com/stylus/stylus'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('9fedf17dbb1e0c62ba08057b9ec480822f4ca003ff7504bf8f1dc7ef1af8449d')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:43:15
  Author: fyan
Revision: 165193

upgpkg: stylus 0.54.0-1

Modified:
  stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 04:42:34 UTC (rev 165192)
+++ PKGBUILD2016-03-06 04:43:15 UTC (rev 165193)
@@ -3,7 +3,7 @@
 
 pkgname=stylus
 pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.53.0
+pkgver=0.54.0
 pkgrel=1
 arch=('any')
 url='https://github.com/stylus/stylus'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('d482f4cdbb2fe4e8ffddd41ad005f89b78d09703431a914553785d2300dfd851')
+sha256sums=('9fedf17dbb1e0c62ba08057b9ec480822f4ca003ff7504bf8f1dc7ef1af8449d')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in diff-so-fancy/repos/community-any (6 files)

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:42:34
  Author: fyan
Revision: 165192

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 165191, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/diff-so-fancy.install
(from rev 165191, diff-so-fancy/trunk/diff-so-fancy.install)
  diff-so-fancy/repos/community-any/system-diff_highlight.patch
(from rev 165191, diff-so-fancy/trunk/system-diff_highlight.patch)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD
  diff-so-fancy/repos/community-any/diff-so-fancy.install
  diff-so-fancy/repos/community-any/system-diff_highlight.patch

-+
 PKGBUILD|   94 +-
 diff-so-fancy.install   |6 +-
 system-diff_highlight.patch |   44 +--
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 04:42:15 UTC (rev 165191)
+++ PKGBUILD2016-03-06 04:42:34 UTC (rev 165192)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=0.5.2
-pkgrel=2
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/so-fancy/diff-so-fancy;
-license=('MIT')
-install="${pkgname}.install"
-depends=('git')
-checkdepends=('bash-bats')
-source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
-"git+https://github.com/ztombol/bats-core.git;
-"git+https://github.com/ztombol/bats-assert.git;
-system-diff_highlight.patch)
-sha384sums=('SKIP'
-'SKIP'
-'SKIP'
-
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
-  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
-  git submodule update --init
-
-  patch -p1 -i ../system-diff_highlight.patch
-  rm -r third_party
-  rm test/diff-highlight.bats
-}
-
-check() {
-  cd "${srcdir}/${pkgname}"
-  bats test/*.bats
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  sed -i 
's|$(get_script_dir)/libs/header_clean/header_clean.pl|/usr/share/diff-so-fancy/header_clean/header_clean.pl|'
 diff-so-fancy
-  
-  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
-  install -Dm755 'libs/header_clean/header_clean.pl' 
"$pkgdir"/usr/share/diff-so-fancy/header_clean/header_clean.pl
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 165191, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 04:42:34 UTC (rev 165192)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/so-fancy/diff-so-fancy;
+license=('MIT')
+install="$pkgname.install"
+depends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-support.git;
+"git+https://github.com/ztombol/bats-assert.git;
+system-diff_highlight.patch)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP'
+
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
+
+prepare() {
+  cd "$srcdir"/$pkgname
+  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
+  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
+  git submodule update --init
+
+  patch -p1 -i ../system-diff_highlight.patch
+  rm -r third_party
+  rm test/diff-highlight.bats
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  bats test/*.bats
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  sed -i 
's|$(get_script_dir)/libs/header_clean/header_clean.pl|/usr/share/diff-so-fancy/header_clean/header_clean.pl|'
 diff-so-fancy
+  
+  install -Dm755 'diff-so-fancy' "$pkgdir"/usr/bin/diff-so-fancy
+  install -Dm755 'libs/header_clean/header_clean.pl' 
"$pkgdir"/usr/share/diff-so-fancy/header_clean/header_clean.pl
+}

Deleted: diff-so-fancy.install
===
--- diff-so-fancy.install   2016-03-06 04:42:15 UTC (rev 165191)
+++ diff-so-fancy.install   2016-03-06 04:42:34 UTC (rev 165192)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Refer to https://github.com/so-fancy/diff-so-fancy#usage for usage"
-}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
165191, diff-so-fancy/trunk/diff-so-fancy.install)

[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:42:15
  Author: fyan
Revision: 165191

upgpkg: diff-so-fancy 0.6.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 04:39:32 UTC (rev 165190)
+++ PKGBUILD2016-03-06 04:42:15 UTC (rev 165191)
@@ -3,17 +3,17 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
 url="https://github.com/so-fancy/diff-so-fancy;
 license=('MIT')
-install="${pkgname}.install"
+install="$pkgname.install"
 depends=('git')
 checkdepends=('bash-bats')
 source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
-"git+https://github.com/ztombol/bats-core.git;
+"git+https://github.com/ztombol/bats-support.git;
 "git+https://github.com/ztombol/bats-assert.git;
 system-diff_highlight.patch)
 sha384sums=('SKIP'
@@ -22,9 +22,9 @@
 
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
 
 prepare() {
-  cd "${srcdir}/${pkgname}"
-  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
-  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
+  cd "$srcdir"/$pkgname
+  git config submodule."test/test_helper/bats-support".url 
"$srcdir"/bats-support
+  git config submodule."test/test_helper/bats-assert".url "$srcdir"/bats-assert
   git submodule update --init
 
   patch -p1 -i ../system-diff_highlight.patch
@@ -33,12 +33,12 @@
 }
 
 check() {
-  cd "${srcdir}/${pkgname}"
+  cd "$srcdir"/$pkgname
   bats test/*.bats
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
+  cd "$srcdir"/$pkgname
 
   sed -i 
's|$(get_script_dir)/libs/header_clean/header_clean.pl|/usr/share/diff-so-fancy/header_clean/header_clean.pl|'
 diff-so-fancy
   


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

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:39:16
  Author: fyan
Revision: 165189

upgpkg: you-get 0.4.324-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 00:55:55 UTC (rev 165188)
+++ PKGBUILD2016-03-06 04:39:16 UTC (rev 165189)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.306
+pkgver=0.4.324
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-03-05 Thread Felix Yan
Date: Sunday, March 6, 2016 @ 05:39:32
  Author: fyan
Revision: 165190

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 165189, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 04:39:16 UTC (rev 165189)
+++ PKGBUILD2016-03-06 04:39:32 UTC (rev 165190)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.306
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 165189, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 04:39:32 UTC (rev 165190)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.324
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2016-03-05 Thread Anatol Pomozov
Date: Sunday, March 6, 2016 @ 01:55:55
  Author: anatolik
Revision: 165188

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 00:54:22 UTC (rev 165187)
+++ community-i686/PKGBUILD 2016-03-06 00:55:55 UTC (rev 165188)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Peter Lewis 
-# Contributor: Grigorios Bouzakis 
-# Contributor: Damir Perisa 
-
-pkgname=ascii
-pkgver=3.14
-pkgrel=2
-pkgdesc="Utility for conversion between various byte representations and the 
ASCII character table"
-arch=('i686' 'x86_64')
-url="http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=("http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ascii/repos/community-i686/PKGBUILD (from rev 165187, 
ascii/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 00:55:55 UTC (rev 165188)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Peter Lewis 
+# Contributor: Grigorios Bouzakis 
+# Contributor: Damir Perisa 
+
+pkgname=ascii
+pkgver=3.15
+pkgrel=1
+pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
+arch=(i686 x86_64)
+url='http://www.catb.org/~esr/ascii'
+license=(BSD)
+depends=(glibc)
+source=(http://www.catb.org/~esr/ascii/ascii-$pkgver.tar.gz)
+sha256sums=('ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f')
+
+build() {
+  cd ascii-$pkgver
+
+  make
+}
+
+package() {
+  cd ascii-$pkgver
+
+  install -D ascii $pkgdir/usr/bin/ascii
+  install -D -m644 ascii.1 $pkgdir/usr/share/man/man1/ascii.1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-06 00:54:22 UTC (rev 165187)
+++ community-x86_64/PKGBUILD   2016-03-06 00:55:55 UTC (rev 165188)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Peter Lewis 
-# Contributor: Grigorios Bouzakis 
-# Contributor: Damir Perisa 
-
-pkgname=ascii
-pkgver=3.14
-pkgrel=2
-pkgdesc="Utility for conversion between various byte representations and the 
ASCII character table"
-arch=('i686' 'x86_64')
-url="http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=("http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ascii/repos/community-x86_64/PKGBUILD (from rev 165187, 
ascii/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-06 00:55:55 UTC (rev 165188)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Peter Lewis 
+# Contributor: Grigorios Bouzakis 
+# Contributor: Damir Perisa 
+
+pkgname=ascii
+pkgver=3.15
+pkgrel=1
+pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
+arch=(i686 x86_64)
+url='http://www.catb.org/~esr/ascii'
+license=(BSD)
+depends=(glibc)
+source=(http://www.catb.org/~esr/ascii/ascii-$pkgver.tar.gz)
+sha256sums=('ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f')
+
+build() {
+  cd ascii-$pkgver
+
+  make
+}
+

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

2016-03-05 Thread Anatol Pomozov
Date: Sunday, March 6, 2016 @ 01:54:22
  Author: anatolik
Revision: 165187

upgpkg: ascii 3.15-1

Modified:
  ascii/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:28:51 UTC (rev 165186)
+++ PKGBUILD2016-03-06 00:54:22 UTC (rev 165187)
@@ -4,31 +4,26 @@
 # Contributor: Damir Perisa 
 
 pkgname=ascii
-pkgver=3.14
-pkgrel=2
-pkgdesc="Utility for conversion between various byte representations and the 
ASCII character table"
-arch=('i686' 'x86_64')
-url="http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=("http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
+pkgver=3.15
+pkgrel=1
+pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
+arch=(i686 x86_64)
+url='http://www.catb.org/~esr/ascii'
+license=(BSD)
+depends=(glibc)
+source=(http://www.catb.org/~esr/ascii/ascii-$pkgver.tar.gz)
+sha256sums=('ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ascii-$pkgver
 
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ascii-$pkgver
 
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D ascii $pkgdir/usr/bin/ascii
+  install -D -m644 ascii.1 $pkgdir/usr/share/man/man1/ascii.1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:34:19
  Author: arojas
Revision: 260991

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 23:33:51 UTC (rev 260990)
+++ PKGBUILD2016-03-05 23:34:19 UTC (rev 260991)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Maintainer: AndyRTR 
-
-pkgname=hunspell-es
-pkgver=0.8
-pkgrel=1
-epoch=1
-pkgdesc="Spanish hunspell dictionaries"
-arch=(any)
-url="https://github.com/sbosio/rla-es;
-license=('LGPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
-   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
-   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-   es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=("https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_AR.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_BO.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CL.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CO.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CR.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CU.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_DO.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_EC.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ES.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_GT.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_HN.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_MX.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_NI.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PA.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PE.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PR.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PY.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_SV.oxt;
-"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_UY.oxt;
-
"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_VE.oxt;)
-md5sums=('719839f3381ac3da5eb601c950658710'
- '8ccf803a8a197fef83e13c66b61d9ecc'
- '5c4148898ada48149d8ca87fb404fede'
- '4b78739de82ab4cc27ec60747d23d46b'
- '8d023b2ba18a9de3de899e5d892fdc4d'
- '31c8a90204eb4b980599eba94b8ec6bc'
- 'ddaaa5452e182fd1f9a1e3fdd3b7abbf'
- '481ff06565a8bf6ec27644316f809d75'
- '9795ebd7d5a5215b7b9884bf5203fe32'
- '1b999fcef948148e269161a08e7acf20'
- '02e21977929e7f58f53b9f324d518c1a'
- '226266993367552b9c69a710ca54ba11'
- '2dd9abfd34be1fc5f5529ed3d25b880f'
- 'a22126f1514a4f760e5228b4ba75c928'
- '96b2bb0842e5ce4729e25cfe622fc972'
- '23098afb7400613f89e18ec534cd4983'
- '2012e290def734bb7fc2bdcdee8e5ac7'
- 'a51756240a8c6ab63171fbfa6264d414'
- '8062760f828434d8a8adb3ea649913ff'
- '678de223759ef901db08a9bcea0bb21e'
- 'fcd15cb76cec775ae9b56c3f23656a5b')
-
-package() {
-  cd "$srcdir"
-  for file in *.oxt; do
-LANG=en_US.utf8 bsdtar -xf $file
-  done
-
-  install -dm755 "${pkgdir}/usr/share/hunspell"
-  install -m644 es_*.dic es_*.aff "$pkgdir/usr/share/hunspell"
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for file in "$pkgdir"/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
-  install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
-}
-

Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 260990, 
hunspell-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 23:34:19 UTC (rev 260991)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Maintainer: AndyRTR 
+
+pkgname=hunspell-es
+pkgver=2.0
+pkgrel=1
+epoch=1
+pkgdesc="Spanish hunspell dictionaries"
+arch=(any)

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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:33:34
  Author: heftig
Revision: 260989

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

Added:
  gegl02/repos/extra-i686/PKGBUILD
(from rev 260988, gegl02/trunk/PKGBUILD)
  gegl02/repos/extra-i686/gegl-0.2.0-CVE-2012-4433.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl02/repos/extra-i686/gegl-0.2.0-ffmpeg-0.11.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-ffmpeg-0.11.patch)
  gegl02/repos/extra-i686/gegl-0.2.0-lua-5.2.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl02/repos/extra-i686/gegl-0.2.0-remove-src-over-op.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-remove-src-over-op.patch)
  gegl02/repos/extra-x86_64/PKGBUILD
(from rev 260988, gegl02/trunk/PKGBUILD)
  gegl02/repos/extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl02/repos/extra-x86_64/gegl-0.2.0-ffmpeg-0.11.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-ffmpeg-0.11.patch)
  gegl02/repos/extra-x86_64/gegl-0.2.0-lua-5.2.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl02/repos/extra-x86_64/gegl-0.2.0-remove-src-over-op.patch
(from rev 260988, gegl02/trunk/gegl-0.2.0-remove-src-over-op.patch)
Deleted:
  gegl02/repos/extra-i686/PKGBUILD
  gegl02/repos/extra-i686/gegl-0.2.0-CVE-2012-4433.patch
  gegl02/repos/extra-i686/gegl-0.2.0-ffmpeg-0.11.patch
  gegl02/repos/extra-i686/gegl-0.2.0-lua-5.2.patch
  gegl02/repos/extra-i686/gegl-0.2.0-remove-src-over-op.patch
  gegl02/repos/extra-x86_64/PKGBUILD
  gegl02/repos/extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch
  gegl02/repos/extra-x86_64/gegl-0.2.0-ffmpeg-0.11.patch
  gegl02/repos/extra-x86_64/gegl-0.2.0-lua-5.2.patch
  gegl02/repos/extra-x86_64/gegl-0.2.0-remove-src-over-op.patch

--+
 /PKGBUILD|  120 ++
 /gegl-0.2.0-CVE-2012-4433.patch  |  318 +
 /gegl-0.2.0-ffmpeg-0.11.patch|   94 +
 /gegl-0.2.0-lua-5.2.patch|  106 +
 /gegl-0.2.0-remove-src-over-op.patch |  390 +
 extra-i686/PKGBUILD  |   59 ---
 extra-i686/gegl-0.2.0-CVE-2012-4433.patch|  159 
 extra-i686/gegl-0.2.0-ffmpeg-0.11.patch  |   47 --
 extra-i686/gegl-0.2.0-lua-5.2.patch  |   53 --
 extra-i686/gegl-0.2.0-remove-src-over-op.patch   |  195 --
 extra-x86_64/PKGBUILD|   59 ---
 extra-x86_64/gegl-0.2.0-CVE-2012-4433.patch  |  159 
 extra-x86_64/gegl-0.2.0-ffmpeg-0.11.patch|   47 --
 extra-x86_64/gegl-0.2.0-lua-5.2.patch|   53 --
 extra-x86_64/gegl-0.2.0-remove-src-over-op.patch |  195 --
 15 files changed, 1028 insertions(+), 1026 deletions(-)

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


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:33:51
  Author: arojas
Revision: 260990

Update to 2.0

Modified:
  hunspell-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:33:34 UTC (rev 260989)
+++ PKGBUILD2016-03-05 23:33:51 UTC (rev 260990)
@@ -3,7 +3,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-es
-pkgver=0.8
+pkgver=2.0
 pkgrel=1
 epoch=1
 pkgdesc="Spanish hunspell dictionaries"
@@ -37,27 +37,27 @@
 "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_SV.oxt;
 "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_UY.oxt;
 
"https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_VE.oxt;)
-md5sums=('719839f3381ac3da5eb601c950658710'
- '8ccf803a8a197fef83e13c66b61d9ecc'
- '5c4148898ada48149d8ca87fb404fede'
- '4b78739de82ab4cc27ec60747d23d46b'
- '8d023b2ba18a9de3de899e5d892fdc4d'
- '31c8a90204eb4b980599eba94b8ec6bc'
- 'ddaaa5452e182fd1f9a1e3fdd3b7abbf'
- '481ff06565a8bf6ec27644316f809d75'
- '9795ebd7d5a5215b7b9884bf5203fe32'
- '1b999fcef948148e269161a08e7acf20'
- '02e21977929e7f58f53b9f324d518c1a'
- '226266993367552b9c69a710ca54ba11'
- '2dd9abfd34be1fc5f5529ed3d25b880f'
- 'a22126f1514a4f760e5228b4ba75c928'
- '96b2bb0842e5ce4729e25cfe622fc972'
- '23098afb7400613f89e18ec534cd4983'
- '2012e290def734bb7fc2bdcdee8e5ac7'
- 'a51756240a8c6ab63171fbfa6264d414'
- '8062760f828434d8a8adb3ea649913ff'
- '678de223759ef901db08a9bcea0bb21e'
- 'fcd15cb76cec775ae9b56c3f23656a5b')
+md5sums=('3a7ffc0796bb375ff27bbf3e909c6caf'
+ '42740a3546a1c37d44fd57f40fe8bd3b'
+ 'fc15d8f6395e9a3eb165a8bc9dd3aca2'
+ '65b0b76727e8c811b78f03e71ff8fb93'
+ '9babb38c8eb438de9275e4584732062f'
+ '84f149025f487c4debfc3bc3e44b8cb8'
+ 'd3cec9c5bacfa775cc4bf1d13bbf5072'
+ 'bc8132739e8fa40ba5204776c01a08cd'
+ '2611104aef958ee0b864e1f0a025d935'
+ 'd593342c6ccbc55119c784c3cc43f6f9'
+ 'ced1b261d6cbc707c7d577d43b7ca513'
+ 'd3644dd3b51d5d6c3e2d3ef4bbe173b5'
+ '5075920abe34d9505b4457df2ed68d46'
+ '12f6ad8e855cad40fcbcc15990a0659b'
+ '04c679e772374e89855c7891e9fbbe67'
+ '9674bcb06eadae133b5653f6b0d32627'
+ 'ad3266ffd6be53446f422b34b8efba02'
+ '9be037dda99a21211643c63671d91487'
+ '5db0b4b7de421682ce4e75717b605bbf'
+ '46972565466c0f2c7272d348dd4ce190'
+ '69de53e8d6e29cc42247dfe5cbaafaa2')
 
 package() {
   cd "$srcdir"


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:32:05
  Author: heftig
Revision: 260988

FS#48463

Modified:
  gegl02/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:20:38 UTC (rev 260987)
+++ PKGBUILD2016-03-05 23:32:05 UTC (rev 260988)
@@ -4,7 +4,7 @@
 
 pkgname=gegl02
 pkgver=0.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Graph based image processing framework (v0.2)"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/;
@@ -34,6 +34,7 @@
   patch -Np1 -i ../gegl-0.2.0-CVE-2012-4433.patch
   patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
   patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch
+  sed -i 's/avcodec_alloc_frame/av_frame_alloc/g' operations/external/ff-*.c
 }
 
 build() {


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:28:51
  Author: heftig
Revision: 165186

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 165185, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 23:13:05 UTC (rev 165185)
+++ PKGBUILD2016-03-05 23:28:51 UTC (rev 165186)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=4.5.6
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=(any)
-url="http://wiki.winehq.org/Mono;
-license=(GPL LGPL2.1 MPL)
-depends=('wine')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
-md5sums=('6cec03fb81eb083c517c9bb2d70a1424')
-
-package() {
-  _monodir="$pkgdir/usr/share/wine/mono"
-
-  install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 165185, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 23:28:51 UTC (rev 165186)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=4.6.0
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=(any)
+url="http://wiki.winehq.org/Mono;
+license=(GPL LGPL2.1 MPL)
+depends=('wine')
+source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
+md5sums=('5ce501be8d4f9751a351b47536731a7b')
+
+package() {
+  _monodir="$pkgdir/usr/share/wine/mono"
+  install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
+}


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:20:38
  Author: heftig
Revision: 260987

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 23:19:19 UTC (rev 260986)
+++ extra-i686/PKGBUILD 2016-03-05 23:20:38 UTC (rev 260987)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.40
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/;
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-i686/PKGBUILD (from rev 260986, 
accountsservice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 23:20:38 UTC (rev 260987)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.40
+pkgrel=2
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/;
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gobject-introspection python2 gtk-doc)
+source=($url/$pkgname-$pkgver.tar.xz)
+md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libsystemd-login/libsystemd/g' configure.ac
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/accountsservice \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--localstatedir=/var --disable-static --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-05 23:19:19 UTC (rev 260986)
+++ extra-x86_64/PKGBUILD   2016-03-05 23:20:38 UTC (rev 260987)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=accountsservice
-pkgver=0.6.40
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/accountsservice/;
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/accountsservice \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---localstatedir=/var --disable-static --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 260986, 
accountsservice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-05 23:20:38 UTC (rev 260987)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=accountsservice
+pkgver=0.6.40
+pkgrel=2
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/accountsservice/;
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gobject-introspection python2 gtk-doc)
+source=($url/$pkgname-$pkgver.tar.xz)
+md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
+
+prepare() {
+  cd 

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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:19:19
  Author: heftig
Revision: 260986

Fix libsystemd link

Modified:
  accountsservice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:15:53 UTC (rev 260985)
+++ PKGBUILD2016-03-05 23:19:19 UTC (rev 260986)
@@ -1,18 +1,25 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=accountsservice
 pkgver=0.6.40
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus interface for user account query and manipulation"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/software/accountsservice/;
-license=('GPL3')
-depends=('glib2' 'polkit' 'systemd')
-makedepends=('intltool' 'gobject-introspection' 'python2')
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gobject-introspection python2 gtk-doc)
 source=($url/$pkgname-$pkgver.tar.xz)
 md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libsystemd-login/libsystemd/g' configure.ac
+  autoreconf -fvi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:15:53
  Author: heftig
Revision: 260985

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 23:14:44 UTC (rev 260984)
+++ extra-i686/PKGBUILD 2016-03-05 23:15:53 UTC (rev 260985)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=geoclue2
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/;
-license=(LGPL)
-depends=(libsoup json-glib libnm-glib libmm-glib avahi)
-makedepends=(intltool geoip python2 systemd gobject-introspection)
-optdepends=('geoip: geoip-lookup server binary')
-backup=(etc/geoclue/geoclue.conf)
-source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('3b4ccf1ce72cebd6becacedb20f52845')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd geoclue-$pkgver
-  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
-  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
-  -i data/geoclue.conf.in
-}
-
-build() {
-  cd geoclue-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd geoclue-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue2/repos/extra-i686/PKGBUILD (from rev 260984, 
geoclue2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 23:15:53 UTC (rev 260985)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=geoclue2
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib libnm-glib libmm-glib avahi)
+makedepends=(intltool geoip python2 systemd gobject-introspection)
+optdepends=('geoip: geoip-lookup server binary')
+backup=(etc/geoclue/geoclue.conf)
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('86381eeff164a890eb2178ceb5823cfe')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd geoclue-$pkgver
+  sed -e "s/key=geoclue/key=$_mozilla_api_key/" \
+  -e "s/key=YOUR_KEY/key=$_google_api_key/" \
+  -i data/geoclue.conf.in
+}
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-05 23:14:44 UTC (rev 260984)
+++ extra-x86_64/PKGBUILD   2016-03-05 23:15:53 UTC (rev 260985)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-

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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:14:44
  Author: heftig
Revision: 260984

2.4.3

Modified:
  geoclue2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:12:44 UTC (rev 260983)
+++ PKGBUILD2016-03-05 23:14:44 UTC (rev 260984)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=geoclue2
-pkgver=2.4.1
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Modular geoinformation service built on the D-Bus messaging system"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('geoip: geoip-lookup server binary')
 backup=(etc/geoclue/geoclue.conf)
 
source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
-md5sums=('3b4ccf1ce72cebd6becacedb20f52845')
+md5sums=('86381eeff164a890eb2178ceb5823cfe')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:12:44
  Author: arojas
Revision: 260983

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

Added:
  whois/repos/testing-i686/
  whois/repos/testing-i686/PKGBUILD
(from rev 260982, whois/trunk/PKGBUILD)
  whois/repos/testing-x86_64/
  whois/repos/testing-x86_64/PKGBUILD
(from rev 260982, whois/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: whois/repos/testing-i686/PKGBUILD (from rev 260982, 
whois/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 23:12:44 UTC (rev 260983)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.11
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('df870615563b23e2270ffc4f039290a1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}

Copied: whois/repos/testing-x86_64/PKGBUILD (from rev 260982, 
whois/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-05 23:12:44 UTC (rev 260983)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.11
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('df870615563b23e2270ffc4f039290a1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


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

2016-03-05 Thread Jan Steffens
Date: Sunday, March 6, 2016 @ 00:13:05
  Author: heftig
Revision: 165185

4.6.0

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:07:07 UTC (rev 165184)
+++ PKGBUILD2016-03-05 23:13:05 UTC (rev 165185)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.5.6
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=(any)
@@ -9,11 +9,10 @@
 url="http://wiki.winehq.org/Mono;
 license=(GPL LGPL2.1 MPL)
 depends=('wine')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
-md5sums=('6cec03fb81eb083c517c9bb2d70a1424')
+source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
+md5sums=('5ce501be8d4f9751a351b47536731a7b')
 
 package() {
   _monodir="$pkgdir/usr/share/wine/mono"
-
   install -Dm644 $pkgname-${pkgver}.msi "$_monodir/$pkgname-${pkgver}.msi"
 }


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:12:16
  Author: arojas
Revision: 260982

Update to 5.2.11

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:11:22 UTC (rev 260981)
+++ PKGBUILD2016-03-05 23:12:16 UTC (rev 260982)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.2.7
+pkgver=5.2.11
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('perl')
 backup=('etc/whois.conf')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('5dc3d9d77224109f61b5dd1e7cfafebc')
+md5sums=('df870615563b23e2270ffc4f039290a1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:11:22
  Author: arojas
Revision: 260981

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

Added:
  irssi/repos/testing-i686/PKGBUILD
(from rev 260980, irssi/trunk/PKGBUILD)
  irssi/repos/testing-x86_64/PKGBUILD
(from rev 260980, irssi/trunk/PKGBUILD)
Deleted:
  irssi/repos/testing-i686/PKGBUILD
  irssi/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-05 23:10:48 UTC (rev 260980)
+++ testing-i686/PKGBUILD   2016-03-05 23:11:22 UTC (rev 260981)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=0.8.17
-pkgrel=4
-pkgdesc="Modular text mode IRC client with Perl scripting"
-arch=('i686' 'x86_64')
-url="http://irssi.org/;
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ecf64be47978d89a742b435a81cb47db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
- --with-proxy \
- --sysconfdir=/etc \
- --with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: irssi/repos/testing-i686/PKGBUILD (from rev 260980, 
irssi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 23:11:22 UTC (rev 260981)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.18
+pkgrel=1
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b9093e9e31b6a4ca1a1be31913b3a7bb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-03-05 23:10:48 UTC (rev 260980)
+++ testing-x86_64/PKGBUILD 2016-03-05 23:11:22 UTC (rev 260981)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=0.8.17
-pkgrel=4
-pkgdesc="Modular text mode IRC client with Perl scripting"
-arch=('i686' 'x86_64')
-url="http://irssi.org/;
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ecf64be47978d89a742b435a81cb47db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
- --with-proxy \
- --sysconfdir=/etc \
- --with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: irssi/repos/testing-x86_64/PKGBUILD (from rev 260980, 
irssi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-05 23:11:22 UTC (rev 260981)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.18
+pkgrel=1
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b9093e9e31b6a4ca1a1be31913b3a7bb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+

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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:10:48
  Author: arojas
Revision: 260980

Update to 0.8.18

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 22:54:05 UTC (rev 260979)
+++ PKGBUILD2016-03-05 23:10:48 UTC (rev 260980)
@@ -3,8 +3,8 @@
 # Contributor: Dan McGee 
 
 pkgname=irssi
-pkgver=0.8.17
-pkgrel=4
+pkgver=0.8.18
+pkgrel=1
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=('i686' 'x86_64')
 url="http://irssi.org/;
@@ -12,8 +12,8 @@
 depends=('glib2' 'openssl')
 optdepends=('perl-libwww: for the scriptassist script')
 backup=('etc/irssi.conf')
-source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ecf64be47978d89a742b435a81cb47db')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b9093e9e31b6a4ca1a1be31913b3a7bb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:07:07
  Author: arojas
Revision: 165184

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

Added:
  libtommath/repos/community-i686/PKGBUILD
(from rev 165183, libtommath/trunk/PKGBUILD)
  libtommath/repos/community-i686/libtommath-0.42.0-makefile.patch
(from rev 165183, libtommath/trunk/libtommath-0.42.0-makefile.patch)
  libtommath/repos/community-x86_64/PKGBUILD
(from rev 165183, libtommath/trunk/PKGBUILD)
  libtommath/repos/community-x86_64/libtommath-0.42.0-makefile.patch
(from rev 165183, libtommath/trunk/libtommath-0.42.0-makefile.patch)
Deleted:
  libtommath/repos/community-i686/PKGBUILD
  libtommath/repos/community-i686/libtommath-0.42.0-makefile.patch
  libtommath/repos/community-x86_64/PKGBUILD
  libtommath/repos/community-x86_64/libtommath-0.42.0-makefile.patch

---+
 /PKGBUILD |   60 
 /libtommath-0.42.0-makefile.patch |   94 
 community-i686/PKGBUILD   |   34 ---
 community-i686/libtommath-0.42.0-makefile.patch   |   47 --
 community-x86_64/PKGBUILD |   34 ---
 community-x86_64/libtommath-0.42.0-makefile.patch |   47 --
 6 files changed, 154 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-05 23:06:32 UTC (rev 165183)
+++ community-i686/PKGBUILD 2016-03-05 23:07:07 UTC (rev 165184)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: suasageandeggs 
-# Contributor: Michael Fellinger 
-
-pkgname=libtommath
-pkgver=0.42.0
-pkgrel=4
-pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
-url="http://www.libtom.org/;
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=(staticlibs)
-source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2;
-'libtommath-0.42.0-makefile.patch')
-md5sums=('7380da904b020301be7045cb3a89039b'
- 'ff127effd4418073a16ffb5df45a1bcb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/libtommath-0.42.0-makefile.patch
-
-  make -f makefile.shared IGNORE_SPEED=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  chmod 644 ${pkgdir}/usr/lib/libtommath.a
-}

Copied: libtommath/repos/community-i686/PKGBUILD (from rev 165183, 
libtommath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 23:07:07 UTC (rev 165184)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: suasageandeggs 
+# Contributor: Michael Fellinger 
+
+pkgname=libtommath
+pkgver=1.0
+pkgrel=1
+pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
+url="http://www.libtom.org/;
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz;)
+md5sums=('a95dc984d8409a6f355efb0831009a66')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  chmod 644 ${pkgdir}/usr/lib/libtommath.a
+}

Deleted: community-i686/libtommath-0.42.0-makefile.patch
===
--- community-i686/libtommath-0.42.0-makefile.patch 2016-03-05 23:06:32 UTC 
(rev 165183)
+++ community-i686/libtommath-0.42.0-makefile.patch 2016-03-05 23:07:07 UTC 
(rev 165184)
@@ -1,47 +0,0 @@
 a/makefile.shared  2010-07-23 22:27:20.0 +0800
-+++ b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
-@@ -1,9 +1,9 @@
- #Makefile for GCC
- #
- #Tom St Denis
--VERSION=0:41
-+VERSION=0:42
- 
--CC = libtool --mode=compile --tag=CC gcc
-+LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
- 
- CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
- 
-@@ -82,21 +82,24 @@
- 
- objs: $(OBJECTS)
- 
-+.c.o:
-+  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
-+
- $(LIBNAME):  $(OBJECTS)
--  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
-+  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
- 
- install: $(LIBNAME)
--  install -d -g $(GROUP) -o 

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

2016-03-05 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 00:06:32
  Author: arojas
Revision: 165183

Update to 1.0

Modified:
  libtommath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 22:51:27 UTC (rev 165182)
+++ PKGBUILD2016-03-05 23:06:32 UTC (rev 165183)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=libtommath
-pkgver=0.42.0
-pkgrel=4
+pkgver=1.0
+pkgrel=1
 pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
 url="http://www.libtom.org/;
 license=('custom')
@@ -12,16 +12,12 @@
 arch=('i686' 'x86_64')
 depends=('glibc')
 options=(staticlibs)
-source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2;
-'libtommath-0.42.0-makefile.patch')
-md5sums=('7380da904b020301be7045cb3a89039b'
- 'ff127effd4418073a16ffb5df45a1bcb')
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz;)
+md5sums=('a95dc984d8409a6f355efb0831009a66')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i ${srcdir}/libtommath-0.42.0-makefile.patch
-
   make -f makefile.shared IGNORE_SPEED=1
 }
 


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:54:05
  Author: arojas
Revision: 260979

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

Added:
  orc/repos/testing-i686/
  orc/repos/testing-i686/PKGBUILD
(from rev 260978, orc/trunk/PKGBUILD)
  orc/repos/testing-x86_64/
  orc/repos/testing-x86_64/PKGBUILD
(from rev 260978, orc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: orc/repos/testing-i686/PKGBUILD (from rev 260978, orc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 22:54:05 UTC (rev 260979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=orc
+pkgver=0.4.25
+pkgrel=1
+pkgdesc="The Oil Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/;
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('8582a28b15f53110c88d8043d9f55bcf')
+
+build () {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check || [[ $CARCH == i686 ]]
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: orc/repos/testing-x86_64/PKGBUILD (from rev 260978, orc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-05 22:54:05 UTC (rev 260979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=orc
+pkgver=0.4.25
+pkgrel=1
+pkgdesc="The Oil Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/;
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('8582a28b15f53110c88d8043d9f55bcf')
+
+build () {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check || [[ $CARCH == i686 ]]
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:53:28
  Author: arojas
Revision: 260978

Update to 0.4.25

Modified:
  orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 22:45:29 UTC (rev 260977)
+++ PKGBUILD2016-03-05 22:53:28 UTC (rev 260978)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=orc
-pkgver=0.4.24
+pkgver=0.4.25
 pkgrel=1
 pkgdesc="The Oil Runtime Compiler"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('valgrind')
 source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
-md5sums=('9e793ec34c0e20339659dd4bbbf62135')
+md5sums=('8582a28b15f53110c88d8043d9f55bcf')
 
 build () {
 cd $pkgname-$pkgver


[arch-commits] Commit in libvdpau-va-gl/repos (4 files)

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:51:27
  Author: arojas
Revision: 165182

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

Added:
  libvdpau-va-gl/repos/community-i686/PKGBUILD
(from rev 165181, libvdpau-va-gl/trunk/PKGBUILD)
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD
(from rev 165181, libvdpau-va-gl/trunk/PKGBUILD)
Deleted:
  libvdpau-va-gl/repos/community-i686/PKGBUILD
  libvdpau-va-gl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-05 22:50:45 UTC (rev 165181)
+++ community-i686/PKGBUILD 2016-03-05 22:51:27 UTC (rev 165182)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Behem0th 
-
-pkgname=libvdpau-va-gl
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
-arch=('i686' 'x86_64')
-url='https://github.com/i-rinat/libvdpau-va-gl'
-license=('LGPL3')
-depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('09ceb2f75eafccc9b002d35ede0de6a5')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: libvdpau-va-gl/repos/community-i686/PKGBUILD (from rev 165181, 
libvdpau-va-gl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 22:51:27 UTC (rev 165182)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Behem0th 
+
+pkgname=libvdpau-va-gl
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('i686' 'x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPL3')
+depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-05 22:50:45 UTC (rev 165181)
+++ community-x86_64/PKGBUILD   2016-03-05 22:51:27 UTC (rev 165182)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Behem0th 
-
-pkgname=libvdpau-va-gl
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
-arch=('i686' 'x86_64')
-url='https://github.com/i-rinat/libvdpau-va-gl'
-license=('LGPL3')
-depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('09ceb2f75eafccc9b002d35ede0de6a5')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: libvdpau-va-gl/repos/community-x86_64/PKGBUILD (from rev 165181, 
libvdpau-va-gl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-05 22:51:27 UTC (rev 165182)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Behem0th 
+
+pkgname=libvdpau-va-gl
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('i686' 'x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPL3')
+depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libvdpau-va-gl/trunk (PKGBUILD)

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:50:45
  Author: arojas
Revision: 165181

Update to 0.3.5

Modified:
  libvdpau-va-gl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 22:49:04 UTC (rev 165180)
+++ PKGBUILD2016-03-05 22:50:45 UTC (rev 165181)
@@ -3,7 +3,7 @@
 # Contributor: Behem0th 
 
 pkgname=libvdpau-va-gl
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
 makedepends=('cmake')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('09ceb2f75eafccc9b002d35ede0de6a5')
+md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:49:04
  Author: arojas
Revision: 165180

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

Added:
  aspell-pl/repos/community-i686/PKGBUILD
(from rev 165179, aspell-pl/trunk/PKGBUILD)
  aspell-pl/repos/community-x86_64/PKGBUILD
(from rev 165179, aspell-pl/trunk/PKGBUILD)
Deleted:
  aspell-pl/repos/community-i686/PKGBUILD
  aspell-pl/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-03-05 22:48:30 UTC (rev 165179)
+++ community-i686/PKGBUILD 2016-03-05 22:49:04 UTC (rev 165180)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20150428
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('i686' 'x86_64')
-url="http://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-i686/PKGBUILD (from rev 165179, 
aspell-pl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 22:49:04 UTC (rev 165180)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20160208
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('0adc05b76aa227d8c638f998f00bf407')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-05 22:48:30 UTC (rev 165179)
+++ community-x86_64/PKGBUILD   2016-03-05 22:49:04 UTC (rev 165180)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20150428
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('i686' 'x86_64')
-url="http://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 165179, 
aspell-pl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-05 22:49:04 UTC (rev 165180)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20160208
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('0adc05b76aa227d8c638f998f00bf407')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:48:30
  Author: arojas
Revision: 165179

Update to 20160208

Modified:
  aspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 20:04:05 UTC (rev 165178)
+++ PKGBUILD2016-03-05 22:48:30 UTC (rev 165179)
@@ -5,7 +5,7 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=aspell-pl
-pkgver=20150428
+pkgver=20160208
 pkgrel=1
 pkgdesc='Polish dictionary for aspell'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
 depends=('aspell')
 source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('ec91a90778326fcf4470ddfdcb6ce818')
+md5sums=('0adc05b76aa227d8c638f998f00bf407')
 
 build() {
   cd aspell6-pl-6.0_$pkgver-0


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:45:29
  Author: arojas
Revision: 260977

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

Added:
  libunicodenames/repos/testing-i686/
  libunicodenames/repos/testing-i686/PKGBUILD
(from rev 260976, libunicodenames/trunk/PKGBUILD)
  libunicodenames/repos/testing-x86_64/
  libunicodenames/repos/testing-x86_64/PKGBUILD
(from rev 260976, libunicodenames/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   25 +
 testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: libunicodenames/repos/testing-i686/PKGBUILD (from rev 260976, 
libunicodenames/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 22:45:29 UTC (rev 260977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Bastien Dejean 
+
+pkgname=libunicodenames
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library for retrieving Unicode annotation data'
+url='https://bitbucket.org/sortsmill/libunicodenames'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('wget')
+source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --libexecdir=/usr/lib
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: libunicodenames/repos/testing-x86_64/PKGBUILD (from rev 260976, 
libunicodenames/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-05 22:45:29 UTC (rev 260977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Bastien Dejean 
+
+pkgname=libunicodenames
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library for retrieving Unicode annotation data'
+url='https://bitbucket.org/sortsmill/libunicodenames'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('wget')
+source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --libexecdir=/usr/lib
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+}


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:44:59
  Author: arojas
Revision: 260976

Update to 1.2.0

Modified:
  libunicodenames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 22:30:38 UTC (rev 260975)
+++ PKGBUILD2016-03-05 22:44:59 UTC (rev 260976)
@@ -3,22 +3,23 @@
 # Contributor: Bastien Dejean 
 
 pkgname=libunicodenames
-pkgver=1.1.0_beta1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Library for retrieving Unicode annotation data'
 url='https://bitbucket.org/sortsmill/libunicodenames'
 arch=('i686' 'x86_64')
 license=('GPL3')
-source=("https://bitbucket.org/sortsmill/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f82d9f99d534144dd4c28c28ecff029f3116c5b4')
+makedepends=('wget')
+source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --libexecdir=/usr/lib
make PREFIX=/usr
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}-${pkgver}
make PREFIX=/usr DESTDIR="${pkgdir}" install
 }


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:30:38
  Author: arojas
Revision: 260975

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

Added:
  cups-pk-helper/repos/extra-i686/PKGBUILD
(from rev 260974, cups-pk-helper/trunk/PKGBUILD)
  cups-pk-helper/repos/extra-x86_64/PKGBUILD
(from rev 260974, cups-pk-helper/trunk/PKGBUILD)
Deleted:
  cups-pk-helper/repos/extra-i686/PKGBUILD
  cups-pk-helper/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-03-05 22:29:59 UTC (rev 260974)
+++ extra-i686/PKGBUILD 2016-03-05 22:30:38 UTC (rev 260975)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Ionut Biru 
-pkgname=cups-pk-helper
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="A helper that makes system-config-printer use PolicyKit"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/cups-pk-helper/releases/;
-license=('GPL')
-depends=(polkit libcups)
-makedepends=(intltool)
-source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('19221eed65a1e1498d396f3f99a783a95b21b4385e63b57a1f16e8728b8ca118')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/cups-pk-helper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cups-pk-helper/repos/extra-i686/PKGBUILD (from rev 260974, 
cups-pk-helper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 22:30:38 UTC (rev 260975)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Ionut Biru 
+pkgname=cups-pk-helper
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="A helper that makes system-config-printer use PolicyKit"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/cups-pk-helper/releases/;
+license=('GPL')
+depends=(polkit libcups)
+makedepends=(intltool)
+source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/cups-pk-helper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-05 22:29:59 UTC (rev 260974)
+++ extra-x86_64/PKGBUILD   2016-03-05 22:30:38 UTC (rev 260975)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Ionut Biru 
-pkgname=cups-pk-helper
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="A helper that makes system-config-printer use PolicyKit"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/cups-pk-helper/releases/;
-license=('GPL')
-depends=(polkit libcups)
-makedepends=(intltool)
-source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('19221eed65a1e1498d396f3f99a783a95b21b4385e63b57a1f16e8728b8ca118')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/cups-pk-helper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cups-pk-helper/repos/extra-x86_64/PKGBUILD (from rev 260974, 
cups-pk-helper/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-05 22:30:38 UTC (rev 260975)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Ionut Biru 
+pkgname=cups-pk-helper
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="A helper that makes system-config-printer use PolicyKit"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/cups-pk-helper/releases/;
+license=('GPL')
+depends=(polkit libcups)
+makedepends=(intltool)
+source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/cups-pk-helper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 23:29:59
  Author: arojas
Revision: 260974

Update to 0.2.6

Modified:
  cups-pk-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 21:03:07 UTC (rev 260973)
+++ PKGBUILD2016-03-05 22:29:59 UTC (rev 260974)
@@ -1,7 +1,7 @@
 #$Id$
 # Maintainer: Ionut Biru 
 pkgname=cups-pk-helper
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="A helper that makes system-config-printer use PolicyKit"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(polkit libcups)
 makedepends=(intltool)
 
source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('19221eed65a1e1498d396f3f99a783a95b21b4385e63b57a1f16e8728b8ca118')
+sha256sums=('959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 22:03:07
  Author: arojas
Revision: 260973

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

Added:
  mlt/repos/testing-i686/
  mlt/repos/testing-i686/PKGBUILD
(from rev 260972, mlt/trunk/PKGBUILD)
  mlt/repos/testing-x86_64/
  mlt/repos/testing-x86_64/PKGBUILD
(from rev 260972, mlt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: mlt/repos/testing-i686/PKGBUILD (from rev 260972, mlt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 21:03:07 UTC (rev 260973)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="An open source multimedia framework"
+arch=(i686 x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
+md5sums=('df4909bbf3dacb1186b5c1bd2aeef568')
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3 \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  optdepends=('sdl_image: for SDL plugin'
+   'libsamplerate: for libavresample plugin'
+   'sox: for SOX (Audio Swiss Army Knife) plugin'
+   'ffmpeg: for ffmpeg plugin'
+   'vid.stab: for video stabilize plugin'
+   'gtk2: Gtk plugin'
+   'qt5-svg: for Qt5 plugins'
+   'jack: for JACK sound output plugin'
+   'libexif: for auto rotate plugin'
+   'frei0r-plugins: for additional effects'
+   'movit: opengl plugin')
+  conflicts=('mlt++<=0.3.8')
+
+  cd mlt-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+package_mlt-python-bindings() {
+  depends=(python2 mlt)
+
+  cd "$srcdir/mlt-$pkgver/src/swig/python"
+  mkdir -p "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
+  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
+}

Copied: mlt/repos/testing-x86_64/PKGBUILD (from rev 260972, mlt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-05 21:03:07 UTC (rev 260973)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="An open source multimedia framework"
+arch=(i686 x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
+md5sums=('df4909bbf3dacb1186b5c1bd2aeef568')
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl --enable-gpl3 \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  optdepends=('sdl_image: for SDL plugin'
+   'libsamplerate: for libavresample plugin'
+   'sox: for SOX (Audio Swiss Army Knife) plugin'
+   'ffmpeg: for ffmpeg plugin'
+   'vid.stab: for video stabilize plugin'
+   'gtk2: Gtk plugin'
+   'qt5-svg: for Qt5 plugins'
+   'jack: for JACK sound output plugin'
+

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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 22:02:09
  Author: arojas
Revision: 260972

Update to 6.0.0

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 20:52:23 UTC (rev 260971)
+++ PKGBUILD2016-03-05 21:02:09 UTC (rev 260972)
@@ -9,26 +9,16 @@
 
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
-pkgver=0.9.8
-pkgrel=6
+pkgver=6.0.0
+pkgrel=1
 pkgdesc="An open source multimedia framework"
 arch=(i686 x86_64)
 url="http://www.mltframework.org;
 license=(GPL)
 makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
-   
mlt-ffmpeg3.patch::"https://github.com/mltframework/mlt/commit/97c2dd0d.patch;)
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5'
- '32b4e88d82285ac43bca73a5ecb77e1d')
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;)
+md5sums=('df4909bbf3dacb1186b5c1bd2aeef568')
 
-prepare() {
-  cd mlt-$pkgver
-  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
-
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../mlt-ffmpeg3.patch
-}
-
 build() {
   # mlt
   cd mlt-$pkgver


[arch-commits] Commit in qt5-examples (3 files)

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 21:52:23
  Author: arojas
Revision: 260971

archrelease: copy trunk to kde-unstable-any

Added:
  qt5-examples/repos/
  qt5-examples/repos/kde-unstable-any/
  qt5-examples/repos/kde-unstable-any/PKGBUILD
(from rev 260970, qt5-examples/trunk/PKGBUILD)

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

Copied: qt5-examples/repos/kde-unstable-any/PKGBUILD (from rev 260970, 
qt5-examples/trunk/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2016-03-05 20:52:23 UTC (rev 260971)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('7320f21e0aff25aa40d85a9376e15bc9')
+
+package() {
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# Don't overwrite existing examples.pro file
+  cp -rn $_dir/* $_base/
+  done
+}


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 21:51:43
  Author: arojas
Revision: 260970

Add qt5-examples (FS#38122)

Added:
  qt5-examples/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 20:51:43 UTC (rev 260970)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgname=qt5-examples
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Examples and demos from qt5 documentation'
+depends=('qt5-doc')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+md5sums=('7320f21e0aff25aa40d85a9376e15bc9')
+
+package() {
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# Don't overwrite existing examples.pro file
+  cp -rn $_dir/* $_base/
+  done
+}


[arch-commits] Commit in (qt5-examples qt5-examples/trunk)

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 21:51:28
  Author: arojas
Revision: 260969

Add qt5-examples (FS#38122)

Added:
  qt5-examples/
  qt5-examples/trunk/


[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 21:03:55
  Author: spupykin
Revision: 165177

upgpkg: owncloud-app-contacts 2:0.0.0.3-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 20:03:49 UTC (rev 165176)
+++ PKGBUILD2016-03-05 20:03:55 UTC (rev 165177)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-contacts
 epoch=2
-pkgver=0.0.0.1
+pkgver=0.0.0.3
 pkgrel=1
 pkgdesc="Contacts app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('e2663626547ffa91db63a5ad1179a038')
+md5sums=('e7ac4cead5009cc20b534e75a21267a6')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 21:03:40
  Author: spupykin
Revision: 165175

upgpkg: owncloud-app-calendar 1:1.0alpha2git-2

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:44:19 UTC (rev 165174)
+++ PKGBUILD2016-03-05 20:03:40 UTC (rev 165175)
@@ -4,7 +4,8 @@
 pkgname=owncloud-app-calendar
 epoch=1
 pkgver=1.0alpha2git
-pkgrel=1
+_commit=53edf80b55d88a646734f3b81a6602295d2a0568
+pkgrel=2
 pkgdesc="Calendar app for owncloud"
 arch=('any')
 url="http://owncloud.org/;
@@ -13,11 +14,11 @@
 makedepends=()
 options=('!strip')
 
#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/ded98e48fadf9ad231d7066dbced24f7248dc155.tar.gz;)
-md5sums=('60d22a0d5f95ec4b6133dfe3d2d0c787')
+source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/owncloud/calendar/archive/${_commit}.tar.gz;)
+md5sums=('2ad0ffd86749a3a114d16856a9e5dfb4')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps
 #  cp -a ${srcdir}/calendar-${pkgver/alpha/-alpha} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-  cp -a ${srcdir}/calendar-ded98e48fadf9ad231d7066dbced24f7248dc155 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+  cp -a ${srcdir}/calendar-${_commit} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
 }


[arch-commits] Commit in owncloud-app-contacts/repos/community-testing-any (2 files)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 21:04:05
  Author: spupykin
Revision: 165178

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-contacts/repos/community-testing-any/PKGBUILD
(from rev 165177, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 20:03:55 UTC (rev 165177)
+++ PKGBUILD2016-03-05 20:04:05 UTC (rev 165178)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=0.0.0.1
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('e2663626547ffa91db63a5ad1179a038')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-testing-any/PKGBUILD (from rev 
165177, owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 20:04:05 UTC (rev 165178)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=0.0.0.3
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('e7ac4cead5009cc20b534e75a21267a6')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in owncloud-app-calendar/repos/community-testing-any (2 files)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 21:03:49
  Author: spupykin
Revision: 165176

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-calendar/repos/community-testing-any/PKGBUILD
(from rev 165175, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 20:03:40 UTC (rev 165175)
+++ PKGBUILD2016-03-05 20:03:49 UTC (rev 165176)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-calendar
-epoch=1
-pkgver=1.0alpha2git
-pkgrel=1
-pkgdesc="Calendar app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/ded98e48fadf9ad231d7066dbced24f7248dc155.tar.gz;)
-md5sums=('60d22a0d5f95ec4b6133dfe3d2d0c787')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-#  cp -a ${srcdir}/calendar-rework-${pkgver/alpha/-alpha} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-  cp -a ${srcdir}/calendar-ded98e48fadf9ad231d7066dbced24f7248dc155 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-testing-any/PKGBUILD (from rev 
165175, owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 20:03:49 UTC (rev 165176)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-calendar
+epoch=1
+pkgver=1.0alpha2git
+_commit=53edf80b55d88a646734f3b81a6602295d2a0568
+pkgrel=2
+pkgdesc="Calendar app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
+source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/owncloud/calendar/archive/${_commit}.tar.gz;)
+md5sums=('2ad0ffd86749a3a114d16856a9e5dfb4')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+#  cp -a ${srcdir}/calendar-${pkgver/alpha/-alpha} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+  cp -a ${srcdir}/calendar-${_commit} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


[arch-commits] Commit in owncloud-app-gallery/repos/community-testing-any (2 files)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:44:19
  Author: spupykin
Revision: 165174

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-gallery/repos/community-testing-any/PKGBUILD
(from rev 165173, owncloud-app-gallery/trunk/PKGBUILD)
Deleted:
  owncloud-app-gallery/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 19:44:09 UTC (rev 165173)
+++ PKGBUILD2016-03-05 19:44:19 UTC (rev 165174)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-gallery
-pkgver=9.0.0RC1
-pkgrel=1
-pkgdesc="Gallery app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('8e6b4105e972f46c336ee530a3d69d09')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-testing-any/PKGBUILD (from rev 
165173, owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 19:44:19 UTC (rev 165174)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-gallery
+pkgver=9.0.0RC2
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('ef65bba396a550fd3e5be25ff2323c09')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


[arch-commits] Commit in owncloud-app-documents/repos/community-testing-any (2 files)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:44:04
  Author: spupykin
Revision: 165172

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-documents/repos/community-testing-any/PKGBUILD
(from rev 165171, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 19:43:55 UTC (rev 165171)
+++ PKGBUILD2016-03-05 19:44:04 UTC (rev 165172)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-epoch=1
-pkgver=9.0.0RC1
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('2ab7d6e99237af8086944a7fd135b6a0')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-testing-any/PKGBUILD (from rev 
165171, owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 19:44:04 UTC (rev 165172)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+epoch=1
+pkgver=9.0.0RC2
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('b11b0a5ec4a8ef593971e113aec302d8')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:44:09
  Author: spupykin
Revision: 165173

upgpkg: owncloud-app-gallery 9.0.0RC2-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:44:04 UTC (rev 165172)
+++ PKGBUILD2016-03-05 19:44:09 UTC (rev 165173)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-gallery
-pkgver=9.0.0RC1
+pkgver=9.0.0RC2
 pkgrel=1
 pkgdesc="Gallery app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('8e6b4105e972f46c336ee530a3d69d09')
+md5sums=('ef65bba396a550fd3e5be25ff2323c09')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:43:41
  Author: spupykin
Revision: 165169

upgpkg: owncloud-app-bookmarks 9.0.0RC2-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:43:35 UTC (rev 165168)
+++ PKGBUILD2016-03-05 19:43:41 UTC (rev 165169)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=9.0.0RC1
+pkgver=9.0.0RC2
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('7c0924c8bb6592c5f9a186f463c2648c')
+md5sums=('7ceacf8dc31410ccda917193479df6c7')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:43:35
  Author: spupykin
Revision: 165168

archrelease: copy trunk to community-testing-any

Added:
  owncloud/repos/community-testing-any/PKGBUILD
(from rev 165167, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-testing-any/apache.example.conf
(from rev 165167, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-testing-any/PKGBUILD
  owncloud/repos/community-testing-any/apache.example.conf

-+
 PKGBUILD|  204 +-
 apache.example.conf |   36 
 2 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 19:43:09 UTC (rev 165167)
+++ PKGBUILD2016-03-05 19:43:35 UTC (rev 165168)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=9.0.0RC1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-_watch="https://owncloud.org/changelog/;
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz;
-   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz;
-   
"$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz;
-   
"$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz;
-   
"$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz;
-   
"$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz;
-#  
"$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;
-   
"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
-   'apache.example.conf')
-md5sums=('d75bc778e4f15200630ba9c85c78fe32'
- '671f6d30d2b282c70fb41769ead699ec'
- 'b58e70c9ec17a8b319062c9db9199aca'
- '6df83fec79261ef58f084ef4e878a33c'
- 'a9293f5a4c5d3581790818f8a357036a'
- '447851bc4f03e75683988e9cd78ceeaf'
- 'd3bcfcce734951428bdc37241be66d6b'
- '1e57b1d17e8ee22fbc742f498eb6d30c'
- '9b8e74697229e7e55421d04fe0d0e75b'
- '825bc73b2b661f90308dd9d5b570e481')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
-
-#  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
-  for i in files_pdfviewer files_texteditor firstrunwizard \
-   templateeditor updater activity; do
-mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
-  done
-  find . -type f -name .gitattributes -delete
-  find . -type f -name .gitkeep -delete
-  find . -type f -name .gitignore -delete
-  find . -type f -name .gitmodules -delete
-  find . -type f -name .travis.yml -delete
-  find . -type d -name .git -exec rm -rf {} \;
-  find ./apps -maxdepth 1 -type f -delete
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  

[arch-commits] Commit in owncloud-app-bookmarks/repos/community-testing-any (2 files)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:43:51
  Author: spupykin
Revision: 165170

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD
(from rev 165169, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 19:43:41 UTC (rev 165169)
+++ PKGBUILD2016-03-05 19:43:51 UTC (rev 165170)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=9.0.0RC1
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('7c0924c8bb6592c5f9a186f463c2648c')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD (from rev 
165169, owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 19:43:51 UTC (rev 165170)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=9.0.0RC2
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('7ceacf8dc31410ccda917193479df6c7')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:43:55
  Author: spupykin
Revision: 165171

upgpkg: owncloud-app-documents 1:9.0.0RC2-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:43:51 UTC (rev 165170)
+++ PKGBUILD2016-03-05 19:43:55 UTC (rev 165171)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-documents
 epoch=1
-pkgver=9.0.0RC1
+pkgver=9.0.0RC2
 pkgrel=1
 pkgdesc="Documents app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('2ab7d6e99237af8086944a7fd135b6a0')
+md5sums=('b11b0a5ec4a8ef593971e113aec302d8')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:43:09
  Author: spupykin
Revision: 165167

upgpkg: owncloud 9.0.0RC2-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:36:18 UTC (rev 165166)
+++ PKGBUILD2016-03-05 19:43:09 UTC (rev 165167)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=9.0.0RC1
+pkgver=9.0.0RC2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -41,15 +41,15 @@

"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;

"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
'apache.example.conf')
-md5sums=('d75bc778e4f15200630ba9c85c78fe32'
- '671f6d30d2b282c70fb41769ead699ec'
- 'b58e70c9ec17a8b319062c9db9199aca'
- '6df83fec79261ef58f084ef4e878a33c'
- 'a9293f5a4c5d3581790818f8a357036a'
- '447851bc4f03e75683988e9cd78ceeaf'
- 'd3bcfcce734951428bdc37241be66d6b'
- '1e57b1d17e8ee22fbc742f498eb6d30c'
- '9b8e74697229e7e55421d04fe0d0e75b'
+md5sums=('1b81c26249e1da36d8991c46b30baf1c'
+ '10bb16faa454069fe8274bb056e8bf88'
+ '8175ed45d9d59f51c63fbb0502352eab'
+ '77d401f1d5aec6d4f30dd833cc33a6ad'
+ '9272a0b4d58ca476da7dcc894d56acfd'
+ 'be4ab802899fac78b68b37a9bec94f7b'
+ '764f2b994dcf48588f050eecfbb5a2da'
+ 'dc4e70ac42a165d72320383846d1d0e0'
+ '63f11ceb3f3b91e6c92365fe5757c75b'
  '825bc73b2b661f90308dd9d5b570e481')
 
 prepare() {


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

2016-03-05 Thread Sergej Pupykin
Date: Saturday, March 5, 2016 @ 20:36:18
  Author: spupykin
Revision: 165166

license

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:18:39 UTC (rev 165165)
+++ PKGBUILD2016-03-05 19:36:18 UTC (rev 165166)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
-license=('custom:MAME License')
+license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
 makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')


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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:29:36
  Author: heftig
Revision: 260968

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 260967, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 260967, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/gtkrc
(from rev 260967, gtk2/trunk/gtkrc)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 260967, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 260967, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 260967, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/gtkrc
(from rev 260967, gtk2/trunk/gtkrc)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 260967, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/gtkrc
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/gtkrc
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 /PKGBUILD  |  108 +++
 /gtk2.install  |   34 +
 /gtkrc |6 +
 /xid-collision-debug.patch |   30 
 extra-i686/PKGBUILD|   53 ---
 extra-i686/gtk2.install|   17 
 extra-i686/gtkrc   |3 
 extra-i686/xid-collision-debug.patch   |   15 
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/gtk2.install  |   17 
 extra-x86_64/gtkrc |3 
 extra-x86_64/xid-collision-debug.patch |   15 
 12 files changed, 178 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 19:21:16 UTC (rev 260967)
+++ extra-i686/PKGBUILD 2016-03-05 19:29:36 UTC (rev 260968)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gtk2
-pkgver=2.24.29
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage 
- shared-mime-info cairo libcups gtk-update-icon-cache librsvg)
-makedepends=(gobject-introspection python2)
-optdepends=('gnome-themes-standard: Default widget theme'
-'adwaita-icon-theme: Default icon theme')
-license=(LGPL)
-install=gtk2.install
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-gtkrc xid-collision-debug.patch)
-sha256sums=('0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8'
-'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR="$pkgdir" install
-
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-
-install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
-
-rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-# vim:set noet sw=4:

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 260967, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 19:29:36 UTC (rev 260968)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtk2
+pkgver=2.24.30
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage 
+ shared-mime-info cairo libcups gtk-update-icon-cache librsvg)
+makedepends=(gobject-introspection python2)
+optdepends=('gnome-themes-standard: Default widget theme'
+'adwaita-icon-theme: Default icon theme')
+license=(LGPL)
+install=gtk2.install
+source=(https://download.gnome.org/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+gtkrc xid-collision-debug.patch)
+sha256sums=('0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50'
+'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+prepare() {
+cd 

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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:21:16
  Author: heftig
Revision: 260967

2.24.30

Modified:
  gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:20:30 UTC (rev 260966)
+++ PKGBUILD2016-03-05 19:21:16 UTC (rev 260967)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk2
-pkgver=2.24.29
+pkgver=2.24.30
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=gtk2.install
 source=(https://download.gnome.org/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 gtkrc xid-collision-debug.patch)
-sha256sums=('0741c59600d3d810a223866453dc2bbb18ce4723828681ba24aa6519c37631b8'
+sha256sums=('0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50'
 'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
@@ -48,6 +48,7 @@
 install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
 
 rm "$pkgdir/usr/bin/gtk-update-icon-cache"
+rm -r "$pkgdir/usr/share/gtk-doc"
 }
 
 # vim:set noet sw=4:


[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (4 files)

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:20:30
  Author: heftig
Revision: 260966

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 260965, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install
(from rev 260965, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install

+
 PKGBUILD   |   56 +++
 gnome-shell-extensions.install |   22 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 19:19:27 UTC (rev 260965)
+++ PKGBUILD2016-03-05 19:20:30 UTC (rev 260966)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.18.3
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-arch=(any)
-url="http://live.gnome.org/GnomeShell/Extensions;
-license=(GPL2)
-depends=(gnome-shell)
-makedepends=(intltool)
-optdepends=('nautilus: gnome-classic session')
-install=gnome-shell-extensions.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bb3726decf14a31ae35755c049d8f03425231857c42ed27f01854af755ec035')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 260965, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 19:20:30 UTC (rev 260966)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.18.4
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+arch=(any)
+url="http://live.gnome.org/GnomeShell/Extensions;
+license=(GPL2)
+depends=(gnome-shell)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8ae470f894aad914a56d447e3b07dc99e2f36c30ef3ec386f6f03f619599b73a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-shell-extensions.install
===
--- gnome-shell-extensions.install  2016-03-05 19:19:27 UTC (rev 260965)
+++ gnome-shell-extensions.install  2016-03-05 19:20:30 UTC (rev 260966)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install 
(from rev 260965, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===
--- gnome-shell-extensions.install  (rev 0)
+++ gnome-shell-extensions.install  2016-03-05 19:20:30 UTC (rev 260966)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:19:27
  Author: heftig
Revision: 260965

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

Added:
  rygel/repos/extra-i686/PKGBUILD
(from rev 260964, rygel/trunk/PKGBUILD)
  rygel/repos/extra-i686/rygel.install
(from rev 260964, rygel/trunk/rygel.install)
  rygel/repos/extra-x86_64/PKGBUILD
(from rev 260964, rygel/trunk/PKGBUILD)
  rygel/repos/extra-x86_64/rygel.install
(from rev 260964, rygel/trunk/rygel.install)
Deleted:
  rygel/repos/extra-i686/PKGBUILD
  rygel/repos/extra-i686/rygel.install
  rygel/repos/extra-x86_64/PKGBUILD
  rygel/repos/extra-x86_64/rygel.install

+
 /PKGBUILD  |   84 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   42 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   42 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 19:11:22 UTC (rev 260964)
+++ extra-i686/PKGBUILD 2016-03-05 19:19:27 UTC (rev 260965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.28.2
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  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: rygel/repos/extra-i686/PKGBUILD (from rev 260964, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 19:19:27 UTC (rev 260965)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.28.3
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bedb76ecb1f36b721914b5c65934f8cd01f281f9ab40c22c583902c22f169c77')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  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-i686/rygel.install
===
--- extra-i686/rygel.install2016-03-05 19:11:22 UTC (rev 260964)
+++ extra-i686/rygel.install2016-03-05 19:19:27 UTC (rev 260965)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource 

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

2016-03-05 Thread Jonathan Steel
Date: Saturday, March 5, 2016 @ 20:18:22
  Author: jsteel
Revision: 165164

upgpkg: obs-studio 0.13.2-3

Enable jack plugin (missing dep)

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 17:20:34 UTC (rev 165163)
+++ PKGBUILD2016-03-05 19:18:22 UTC (rev 165164)
@@ -3,18 +3,18 @@
 
 pkgname=obs-studio
 pkgver=0.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com;
 license=('GPL2')
 depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'hicolor-icon-theme')
+ 'qt5-x11extras' 'curl' 'hicolor-icon-theme' 'jack')
 makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
 optdepends=('libfdk-aac: FDK AAC codec support'
 'libxcomposite: XComposite capture support')
 install=$pkgname.install
-source=(https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
 md5sums=('466208339f3b60905345f262b4e7e37b')
 
 build() {


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

2016-03-05 Thread Jonathan Steel
Date: Saturday, March 5, 2016 @ 20:18:39
  Author: jsteel
Revision: 165165

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

Added:
  obs-studio/repos/community-i686/PKGBUILD
(from rev 165164, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-i686/obs-studio.install
(from rev 165164, obs-studio/trunk/obs-studio.install)
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 165164, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-x86_64/obs-studio.install
(from rev 165164, obs-studio/trunk/obs-studio.install)
Deleted:
  obs-studio/repos/community-i686/PKGBUILD
  obs-studio/repos/community-i686/obs-studio.install
  obs-studio/repos/community-x86_64/PKGBUILD
  obs-studio/repos/community-x86_64/obs-studio.install

-+
 /PKGBUILD   |   70 ++
 /obs-studio.install |   22 ++
 community-i686/PKGBUILD |   35 -
 community-i686/obs-studio.install   |   11 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/obs-studio.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-05 19:18:22 UTC (rev 165164)
+++ community-i686/PKGBUILD 2016-03-05 19:18:39 UTC (rev 165165)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=0.13.2
-pkgrel=2
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'hicolor-icon-theme')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-install=$pkgname.install
-source=(https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('466208339f3b60905345f262b4e7e37b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-i686/PKGBUILD (from rev 165164, 
obs-studio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 19:18:39 UTC (rev 165165)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=0.13.2
+pkgrel=3
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'hicolor-icon-theme' 'jack')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('466208339f3b60905345f262b4e7e37b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/obs-studio.install
===
--- community-i686/obs-studio.install   2016-03-05 19:18:22 UTC (rev 165164)
+++ community-i686/obs-studio.install   2016-03-05 19:18:39 UTC (rev 165165)
@@ -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: obs-studio/repos/community-i686/obs-studio.install (from rev 165164, 
obs-studio/trunk/obs-studio.install)
===
--- community-i686/obs-studio.install   (rev 0)
+++ community-i686/obs-studio.install   2016-03-05 19:18:39 UTC (rev 165165)
@@ -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-03-05 19:18:22 UTC (rev 165164)
+++ community-x86_64/PKGBUILD   2016-03-05 19:18:39 UTC (rev 165165)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin 

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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:11:22
  Author: heftig
Revision: 260964

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 260963, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 260963, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/libsecret-crash.patch
(from rev 260963, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 260963, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 260963, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 260963, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/libsecret-crash.patch
(from rev 260963, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 260963, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/libsecret-crash.patch
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-i686/vpn-secrets.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/libsecret-crash.patch
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/vpn-secrets.patch

+
 /PKGBUILD  |  112 +++
 /gnome-shell.install   |   38 +++
 /libsecret-crash.patch |   64 
 /nm-libexecdir.patch   |   24 +++
 extra-i686/PKGBUILD|   58 --
 extra-i686/gnome-shell.install |   19 -
 extra-i686/libsecret-crash.patch   |   32 --
 extra-i686/nm-libexecdir.patch |   12 ---
 extra-i686/vpn-secrets.patch   |   63 ---
 extra-x86_64/PKGBUILD  |   58 --
 extra-x86_64/gnome-shell.install   |   19 -
 extra-x86_64/libsecret-crash.patch |   32 --
 extra-x86_64/nm-libexecdir.patch   |   12 ---
 extra-x86_64/vpn-secrets.patch |   63 ---
 14 files changed, 238 insertions(+), 368 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 19:10:14 UTC (rev 260963)
+++ extra-i686/PKGBUILD 2016-03-05 19:11:22 UTC (rev 260964)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab 

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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:10:14
  Author: heftig
Revision: 260963

3.18.4

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:09:28 UTC (rev 260962)
+++ PKGBUILD2016-03-05 19:10:14 UTC (rev 260963)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.18.3
+pkgver=3.18.4
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-shell-extensions.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bb3726decf14a31ae35755c049d8f03425231857c42ed27f01854af755ec035')
+sha256sums=('8ae470f894aad914a56d447e3b07dc99e2f36c30ef3ec386f6f03f619599b73a')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:09:28
  Author: heftig
Revision: 260962

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 260960, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/mutter.install
(from rev 260960, mutter/trunk/mutter.install)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 260961, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 260961, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/mutter.install
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

-+
 /PKGBUILD   |   86 ++
 /mutter.install |   38 ++
 extra-i686/PKGBUILD |   43 -
 extra-i686/mutter.install   |   19 -
 extra-x86_64/PKGBUILD   |   43 -
 extra-x86_64/mutter.install |   19 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-05 19:09:17 UTC (rev 260961)
+++ extra-i686/PKGBUILD 2016-03-05 19:09:28 UTC (rev 260962)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 
'libgudev')
-makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
-conflicts=('mutter-wayland')
-replaces=('mutter-wayland')
-url="http://www.gnome.org;
-groups=('gnome')
-options=('!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8a69326f216c7575ed6cd53938b9cfc49b3b359cde95d3b6a7ed46c837261181')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 260960, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-05 19:09:28 UTC (rev 260962)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 
'libgudev')
+makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url="http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('58dd88d5596bb0377ae3aed692b306995de45aefae9e215cfaf4b13287526846')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2016-03-05 19:09:17 UTC (rev 260961)
+++ extra-i686/mutter.install   2016-03-05 19:09:28 UTC (rev 260962)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:09:17
  Author: heftig
Revision: 260961

0.28.3

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:08:07 UTC (rev 260960)
+++ PKGBUILD2016-03-05 19:09:17 UTC (rev 260961)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.28.2
+pkgver=0.28.3
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5')
+sha256sums=('bedb76ecb1f36b721914b5c65934f8cd01f281f9ab40c22c583902c22f169c77')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-shell/trunk (PKGBUILD vpn-secrets.patch)

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:08:07
  Author: heftig
Revision: 260960

3.18.4

Modified:
  gnome-shell/trunk/PKGBUILD
Deleted:
  gnome-shell/trunk/vpn-secrets.patch

---+
 PKGBUILD  |   14 ---
 vpn-secrets.patch |   63 
 2 files changed, 6 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:05:43 UTC (rev 260959)
+++ PKGBUILD2016-03-05 19:08:07 UTC (rev 260960)
@@ -3,11 +3,11 @@
 # Contributor: Flamelab 
-Date: Tue, 26 Jan 2016 17:31:34 +0100
-Subject: NetworkAgent: correctly identify the VPN secret requests
-
-The non-interactive requests for 'vpn' settings are forwarded to the UI because
-it is able to talk to the auth helpers. However, the VPN requests are 
identified
-by the connection type instead of setting type. That is incorrect and the UI
-is not prepared to handle such requests; tries to construct a dialog and fails
-miserably:
-
-  Gjs-Message: JS LOG: Invalid connection type: vpn
-
-  (gnome-shell:13133): Gjs-WARNING **: JS ERROR: Error: No property 'text' in 
property list (or its value was undefined)
-  
NetworkSecretDialog<._init@resource:///org/gnome/shell/ui/components/networkAgent.js:60
-  wrapper@resource:///org/gnome/gjs/modules/lang.js:169
-  _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
-  
Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
-  
NetworkAgent<._handleRequest@resource:///org/gnome/shell/ui/components/networkAgent.js:724
-  wrapper@resource:///org/gnome/gjs/modules/lang.js:169
-  
NetworkAgent<._newRequest@resource:///org/gnome/shell/ui/components/networkAgent.js:715
-  wrapper@resource:///org/gnome/gjs/modules/lang.js:169
-
-https://bugzilla.gnome.org/show_bug.cgi?id=760999

- src/shell-network-agent.c | 7 +--
- 1 file changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/src/shell-network-agent.c b/src/shell-network-agent.c
-index c6f4b79..8e8c548 100644
 a/src/shell-network-agent.c
-+++ b/src/shell-network-agent.c
-@@ -366,8 +366,6 @@ shell_network_agent_get_secrets (NMSecretAgent 
*agent,
- {
-   ShellNetworkAgent *self = SHELL_NETWORK_AGENT (agent);
-   ShellAgentRequest *request;
--  NMSettingConnection *setting_connection;
--  const char *connection_type;
-   GHashTable *attributes;
-   char *request_id;
- 
-@@ -381,9 +379,6 @@ shell_network_agent_get_secrets (NMSecretAgent 
*agent,
-   shell_agent_request_cancel (request);
- }
- 
--  setting_connection = nm_connection_get_setting_connection (connection);
--  connection_type = nm_setting_connection_get_connection_type 
(setting_connection);
--
-   request = g_slice_new (ShellAgentRequest);
-   request->self = g_object_ref (self);
-   request->cancellable = g_cancellable_new ();
-@@ -393,7 +388,7 @@ shell_network_agent_get_secrets (NMSecretAgent 
*agent,
-   request->flags = flags;
-   request->callback = callback;
-   request->callback_data = callback_data;
--  

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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:05:43
  Author: heftig
Revision: 260959

3.18.3

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 19:02:15 UTC (rev 260958)
+++ PKGBUILD2016-03-05 19:05:43 UTC (rev 260959)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 install=mutter.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8a69326f216c7575ed6cd53938b9cfc49b3b359cde95d3b6a7ed46c837261181')
+sha256sums=('58dd88d5596bb0377ae3aed692b306995de45aefae9e215cfaf4b13287526846')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 20:02:15
  Author: heftig
Revision: 260958

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

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

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

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


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 18:21:40
  Author: arojas
Revision: 260957

credit

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 17:17:07 UTC (rev 260956)
+++ PKGBUILD2016-03-05 17:21:40 UTC (rev 260957)
@@ -27,7 +27,7 @@
   mkdir -p bin
   ln -s /usr/bin/python2 bin/python
 
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870
+  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
   cd ${_pkgfqn}
   patch -p1 -i ../qt5-webengine-nss.patch
 }


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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 18:20:34
  Author: fyan
Revision: 165163

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

Added:
  python-gevent/repos/community-testing-i686/PKGBUILD
(from rev 165162, python-gevent/trunk/PKGBUILD)
  python-gevent/repos/community-testing-x86_64/PKGBUILD
(from rev 165162, python-gevent/trunk/PKGBUILD)
Deleted:
  python-gevent/repos/community-testing-i686/PKGBUILD
  python-gevent/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-05 17:20:08 UTC (rev 165162)
+++ community-testing-i686/PKGBUILD 2016-03-05 17:20:34 UTC (rev 165163)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-gevent
-pkgname=(python-gevent python2-gevent)
-pkgver=1.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
-license=("MIT")
-url="http://www.gevent.org/;
-makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 
'libev' 'git')
-checkdepends=('lsof')
-source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
-  cp -a gevent{,-py2}
-}
-
-build() {
-  cd "$srcdir"/gevent
-
-  EMBED=0 \
-  CYTHON=cython \
-  PYTHON=python \
-  python setup.py build
-
-  cd "$srcdir"/gevent-py2
-
-  EMBED=0 \
-  CYTHON=cython2 \
-  PYTHON=python2 \
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/gevent
-  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
-
-  cd "$srcdir"/gevent-py2
-  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
-}
-
-package_python-gevent() {
-  depends=('c-ares' 'libev' 'python-greenlet')
-
-  cd gevent
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-gevent() {
-  depends=('c-ares' 'libev' 'python2-greenlet')
-
-  cd gevent-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-gevent/repos/community-testing-i686/PKGBUILD (from rev 165162, 
python-gevent/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-05 17:20:34 UTC (rev 165163)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=1 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=1 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- 

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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 18:20:08
  Author: fyan
Revision: 165162

upgpkg: python-gevent 1.1.0-2

revert to use EMBED'ed libraries as per suggested by upstream

Modified:
  python-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 16:38:56 UTC (rev 165161)
+++ PKGBUILD2016-03-05 17:20:08 UTC (rev 165162)
@@ -6,12 +6,12 @@
 pkgbase=python-gevent
 pkgname=(python-gevent python2-gevent)
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
 license=("MIT")
 url="http://www.gevent.org/;
-makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 
'libev' 'git')
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
 checkdepends=('lsof')
 source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
 md5sums=('SKIP')
@@ -24,7 +24,7 @@
 build() {
   cd "$srcdir"/gevent
 
-  EMBED=0 \
+  EMBED=1 \
   CYTHON=cython \
   PYTHON=python \
   python setup.py build
@@ -31,7 +31,7 @@
 
   cd "$srcdir"/gevent-py2
 
-  EMBED=0 \
+  EMBED=1 \
   CYTHON=cython2 \
   PYTHON=python2 \
   python2 setup.py build
@@ -46,7 +46,7 @@
 }
 
 package_python-gevent() {
-  depends=('c-ares' 'libev' 'python-greenlet')
+  depends=('python-greenlet')
 
   cd gevent
   python setup.py install -O1 --root="$pkgdir"
@@ -54,7 +54,7 @@
 }
 
 package_python2-gevent() {
-  depends=('c-ares' 'libev' 'python2-greenlet')
+  depends=('python2-greenlet')
 
   cd gevent-py2
   python2 setup.py install -O1 --root="$pkgdir"


[arch-commits] Commit in qt5-webengine/trunk (PKGBUILD qt5-webengine-nss.patch)

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 18:16:33
  Author: arojas
Revision: 260955

Add fix for recent nss

Added:
  qt5-webengine/trunk/qt5-webengine-nss.patch
Modified:
  qt5-webengine/trunk/PKGBUILD

-+
 PKGBUILD|   15 +
 qt5-webengine-nss.patch |   50 ++
 2 files changed, 60 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 17:06:32 UTC (rev 260954)
+++ PKGBUILD2016-03-05 17:16:33 UTC (rev 260955)
@@ -5,19 +5,20 @@
 pkgname=qt5-webengine
 _qtver=5.6.0-rc
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'nss'
- 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 
'minizip')
+depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
+ 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'minizip' 'nss' 
'libxml2' 'libxslt')
 makedepends=('python2' 'git' 'gperf')
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('af563195bc61e878e8de45658a1bd745')
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch)
+md5sums=('af563195bc61e878e8de45658a1bd745'
+ '26f5e1e96be524ccad564dc2fdb9766c')
 
 prepare() {
   mkdir -p build
@@ -25,6 +26,10 @@
   # Hack to force using python2
   mkdir -p bin
   ln -s /usr/bin/python2 bin/python
+
+  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870
+  cd ${_pkgfqn}
+  patch -p1 -i ../qt5-webengine-nss.patch
 }
 
 build() {

Added: qt5-webengine-nss.patch
===
--- qt5-webengine-nss.patch (rev 0)
+++ qt5-webengine-nss.patch 2016-03-05 17:16:33 UTC (rev 260955)
@@ -0,0 +1,50 @@
+diff -ur 
qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
 
+qtwebengine-opensource-src-5.6.0-beta-chimera-nss-init/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
+--- 
qtwebengine-opensource-src-5.6.0-beta/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
2015-12-10 18:17:21.0 +0100
 
qtwebengine-opensource-src-5.6.0-beta-chimera-nss-init/src/3rdparty/chromium/net/socket/ssl_client_socket_openssl.cc
   2016-01-14 
+17:11:38.432633534 +0100
+@@ -57,6 +57,10 @@
+ #include "net/ssl/ssl_platform_key.h"
+ #endif
+ 
++#if defined(USE_NSS_CERTS) || defined(OS_IOS)
++#include "net/cert_net/nss_ocsp.h"
++#endif
++
+ namespace net {
+ 
+ namespace {
+@@ -795,6 +799,14 @@
+   DCHECK(!ssl_);
+   DCHECK(!transport_bio_);
+ 
++#if defined(USE_NSS_CERTS) || defined(OS_IOS)
++  if (ssl_config_.cert_io_enabled) {
++// TODO(davidben): Move this out of SSLClientSocket. See
++// https://crbug.com/539520.
++EnsureNSSHttpIOInit();
++  }
++#endif
++
+   SSLContext* context = SSLContext::GetInstance();
+   crypto::OpenSSLErrStackTracer err_tracer(FROM_HERE);
+   
+diff -ur qtwebengine-opensource-src-5.6.0-beta/src/core/config/linux.pri 
qtwebengine-opensource-src-5.6.0-beta-linux-pri/src/core/config/linux.pri
+--- qtwebengine-opensource-src-5.6.0-beta/src/core/config/linux.pri
2015-12-14 16:27:24.0 +0100
 qtwebengine-opensource-src-5.6.0-beta-linux-pri/src/core/config/linux.pri  
2016-01-14 17:31:05.765975551 +0100
+@@ -18,7 +18,13 @@
+ use_kerberos=0 \
+ use_pango=0
+ 
+-!use?(nss) {
++use?(nss) {
++# do a "chimera build" (BoringSSL code, NSS certs): This is the default in
++# Chromium 47+, and it is the only variant that works with NSS 3.21.
++GYP_CONFIG += use_nss_certs=1 \
++use_openssl=1 \
++use_openssl_certs=0
++} else {
+ GYP_CONFIG += use_nss_certs=0 \
+ use_openssl=1 \
+ use_openssl_certs=1
+


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 18:17:07
  Author: arojas
Revision: 260956

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 260955, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
(from rev 260955, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260955, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
(from rev 260955, qt5-webengine/trunk/qt5-webengine-nss.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD

-+
 /PKGBUILD   |  106 ++
 kde-unstable-i686/PKGBUILD  |   48 ---
 kde-unstable-i686/qt5-webengine-nss.patch   |   50 
 kde-unstable-x86_64/PKGBUILD|   48 ---
 kde-unstable-x86_64/qt5-webengine-nss.patch |   50 
 5 files changed, 206 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-05 17:16:33 UTC (rev 260955)
+++ kde-unstable-i686/PKGBUILD  2016-03-05 17:17:07 UTC (rev 260956)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.6.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'nss'
- 'libvpx' 'opus' 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 
'minizip')
-makedepends=('python2' 'git' 'gperf')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('af563195bc61e878e8de45658a1bd745')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webengine/repos/kde-unstable-i686/PKGBUILD (from rev 260955, 
qt5-webengine/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-05 17:17:07 UTC (rev 260956)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.6.0-rc
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 
'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
+ 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'minizip' 'nss' 
'libxml2' 'libxslt')
+makedepends=('python2' 'git' 'gperf')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
 qt5-webengine-nss.patch)
+md5sums=('af563195bc61e878e8de45658a1bd745'
+ '26f5e1e96be524ccad564dc2fdb9766c')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870
+  cd ${_pkgfqn}
+  patch -p1 -i ../qt5-webengine-nss.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base 

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

2016-03-05 Thread Andreas Radke
Date: Saturday, March 5, 2016 @ 18:06:32
  Author: andyrtr
Revision: 260954

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

Added:
  liborcus/repos/staging-i686/PKGBUILD
(from rev 260953, liborcus/trunk/PKGBUILD)
  liborcus/repos/staging-x86_64/PKGBUILD
(from rev 260953, liborcus/trunk/PKGBUILD)
Deleted:
  liborcus/repos/staging-i686/PKGBUILD
  liborcus/repos/staging-i686/mdds-1.0.patch
  liborcus/repos/staging-x86_64/PKGBUILD
  liborcus/repos/staging-x86_64/mdds-1.0.patch

---+
 /PKGBUILD |   62 
 staging-i686/PKGBUILD |   46 -
 staging-i686/mdds-1.0.patch   |   25 
 staging-x86_64/PKGBUILD   |   46 -
 staging-x86_64/mdds-1.0.patch |   25 
 5 files changed, 62 insertions(+), 142 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-i686/PKGBUILD   2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Thomas Arnhold 
-
-pkgname=liborcus
-pkgver=0.10.99
-pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
-pkgdesc="File import filter library for spreadsheet documents."
-arch=('i686' 'x86_64')
-url="https://gitlab.com/orcus/orcus/blob/master/README.md;
-license=('MPL')
-depends=('libixion')
-makedepends=('boost' 'mdds')
-source=(#http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
-
https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=da946ed8908550cb5fe281055dcff46c1aefebab
-mdds-1.0.patch)
-#sha1sums=('skip'
-#  '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
-sha1sums=('20e326484faa8614d9f09ed083bc942164550ae0'
-  '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
-
-prepare() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-#patch -Np1 -i ../mdds-1.0.patch
-autoreconf -vi
-}
-
-build() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-./configure --prefix=/usr
-make
-}
-
-check() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-make -k check
-}
-
-package() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-make DESTDIR=$pkgdir install
-}

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

Deleted: staging-i686/mdds-1.0.patch
===
--- staging-i686/mdds-1.0.patch 2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-i686/mdds-1.0.patch 2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,25 +0,0 @@
-From 27fdcb78e19ea147180820f49acbc17bd694 Mon Sep 17 00:00:00 2001
-From: Kohei Yoshida 
-Date: Tue, 7 Jul 2015 22:20:34 -0400
-Subject: [PATCH] Use the master branch of mdds.
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1b09236..aafdc51 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -188,7 +188,7 @@ AS_IF([test "x$with_tools" != "xno"], [
- # 
- # mdds support
- # 
--PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0])
-+PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.13.0])
- CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS"
- 
- # =
---
-libgit2 0.23.3
-

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-03-05 17:06:14 UTC (rev 260953)
+++ staging-x86_64/PKGBUILD 2016-03-05 17:06:32 UTC (rev 260954)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Thomas Arnhold 
-
-pkgname=liborcus
-pkgver=0.10.99
-pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
-pkgdesc="File import filter library for spreadsheet documents."
-arch=('i686' 'x86_64')
-url="https://gitlab.com/orcus/orcus/blob/master/README.md;
-license=('MPL')
-depends=('libixion')

[arch-commits] Commit in liborcus/trunk (PKGBUILD mdds-1.0.patch)

2016-03-05 Thread Andreas Radke
Date: Saturday, March 5, 2016 @ 18:06:14
  Author: andyrtr
Revision: 260953

upgpkg: liborcus 0.11.0-1

upstream update 0.11.0

Modified:
  liborcus/trunk/PKGBUILD
Deleted:
  liborcus/trunk/mdds-1.0.patch

+
 PKGBUILD   |   31 ---
 mdds-1.0.patch |   25 -
 2 files changed, 8 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 14:25:01 UTC (rev 260952)
+++ PKGBUILD2016-03-05 17:06:14 UTC (rev 260953)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=liborcus
-pkgver=0.10.99
-pkgrel=1 # da946ed8908550cb5fe281055dcff46c1aefebab
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('i686' 'x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -11,36 +11,21 @@
 license=('MPL')
 depends=('libixion')
 makedepends=('boost' 'mdds')
-source=(#http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
-
https://gitlab.com/orcus/orcus/repository/archive.tar.bz2?ref=da946ed8908550cb5fe281055dcff46c1aefebab
-mdds-1.0.patch)
-#sha1sums=('skip'
-#  '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
-sha1sums=('20e326484faa8614d9f09ed083bc942164550ae0'
-  '40061fbd6276f8760ab63e136bc304f9e1a88f2a')
+source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('bc4eefe44b3237004df7edb8b98cf74ac4e18f117b901e08c2b435ec339b0f97')
 
-prepare() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-#patch -Np1 -i ../mdds-1.0.patch
-autoreconf -vi
-}
-
 build() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
+cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr
 make
 }
 
 check() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
-make -k check
+cd ${pkgname}-${pkgver}
+make check
 }
 
 package() {
-#cd ${pkgname}-${pkgver}
-cd orcus*
+cd ${pkgname}-${pkgver}
 make DESTDIR=$pkgdir install
 }

Deleted: mdds-1.0.patch
===
--- mdds-1.0.patch  2016-03-05 14:25:01 UTC (rev 260952)
+++ mdds-1.0.patch  2016-03-05 17:06:14 UTC (rev 260953)
@@ -1,25 +0,0 @@
-From 27fdcb78e19ea147180820f49acbc17bd694 Mon Sep 17 00:00:00 2001
-From: Kohei Yoshida 
-Date: Tue, 7 Jul 2015 22:20:34 -0400
-Subject: [PATCH] Use the master branch of mdds.
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1b09236..aafdc51 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -188,7 +188,7 @@ AS_IF([test "x$with_tools" != "xno"], [
- # 
- # mdds support
- # 
--PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0])
-+PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.13.0])
- CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS"
- 
- # =
---
-libgit2 0.23.3
-


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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 17:38:56
  Author: fyan
Revision: 165161

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

Added:
  python-gevent/repos/community-testing-i686/
  python-gevent/repos/community-testing-i686/PKGBUILD
(from rev 165160, python-gevent/trunk/PKGBUILD)
  python-gevent/repos/community-testing-x86_64/
  python-gevent/repos/community-testing-x86_64/PKGBUILD
(from rev 165160, python-gevent/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   62 
 community-testing-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: python-gevent/repos/community-testing-i686/PKGBUILD (from rev 165160, 
python-gevent/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-05 16:38:56 UTC (rev 165161)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 
'libev' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=0 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=0 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('c-ares' 'libev' 'python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('c-ares' 'libev' 'python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-gevent/repos/community-testing-x86_64/PKGBUILD (from rev 165160, 
python-gevent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-05 16:38:56 UTC (rev 165161)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 
'libev' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=0 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=0 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('c-ares' 'libev' 'python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('c-ares' 'libev' 'python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 17:38:35
  Author: fyan
Revision: 165160

upgpkg: python-gevent 1.1.0-1

Modified:
  python-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 16:28:47 UTC (rev 165159)
+++ PKGBUILD2016-03-05 16:38:35 UTC (rev 165160)
@@ -3,39 +3,60 @@
 # Maintainer: Felix Yan 
 # Contributor: Ralf Schmitt 
 
-pkgname=python2-gevent
-pkgver=1.0.2
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
 license=("MIT")
 url="http://www.gevent.org/;
-depends=('python2-greenlet')
-makedepends=('git' 'cython2')
-provides=('python2-gevent-beta')
-conflicts=('python2-gevent-beta')
-replaces=('python2-gevent-beta')
-source=("git://github.com/surfly/gevent.git#tag=v$pkgver")
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'c-ares' 
'libev' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-cd gevent
-mv Makefile{.ext,}
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
 }
 
 build() {
-   cd gevent
+  cd "$srcdir"/gevent
 
-LIBEV_EMBED=1 \
-CARES_EMBED=1 \
-CYTHON=cython2 \
-PYTHON=python2 \
-   python2 setup.py build
+  EMBED=0 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=0 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
 }
 
-package() {
-   cd gevent
-   python2 setup.py install -O1 --root="$pkgdir"
-   install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
 }
 
-md5sums=('SKIP')
+package_python-gevent() {
+  depends=('c-ares' 'libev' 'python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('c-ares' 'libev' 'python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-05 Thread Jaroslav Lichtblau
Date: Saturday, March 5, 2016 @ 17:28:47
  Author: jlichtblau
Revision: 165159

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
(from rev 165158, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 16:28:39 UTC (rev 165158)
+++ PKGBUILD2016-03-05 16:28:47 UTC (rev 165159)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Diego Galizzi 
-# Contributor: zoulnix 
-pkgname=cimg
-pkgver=1.6.5
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.sourceforge.net/;
-license=('CeCiLL-C' 'CeCiLL')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v$pkgver.tar.gz;)
-md5sums=('063961ceb014f60d3e0571e0ae464389')
-
-package() {
-  cd ${srcdir}/CImg-${pkgver}
-  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h ${pkgdir}/usr/include/
-  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 165158, cimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 16:28:47 UTC (rev 165159)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+
+pkgname=cimg
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.sourceforge.net/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
+sha256sums=('d8b304e537a64a9d3213669bf52d3282490b84347248460c9a8bb3a0cf0f22c7')
+
+package() {
+  cd "${srcdir}"/CImg-v.${pkgver//./}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2016-03-05 Thread Jaroslav Lichtblau
Date: Saturday, March 5, 2016 @ 17:28:39
  Author: jlichtblau
Revision: 165158

upgpkg: cimg 1.6.9-1 - new upstream release

Modified:
  cimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 16:21:16 UTC (rev 165157)
+++ PKGBUILD2016-03-05 16:28:39 UTC (rev 165158)
@@ -2,8 +2,9 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Diego Galizzi 
 # Contributor: zoulnix 
+
 pkgname=cimg
-pkgver=1.6.5
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
@@ -10,13 +11,13 @@
 url="http://cimg.sourceforge.net/;
 license=('CeCiLL-C' 'CeCiLL')
 depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v$pkgver.tar.gz;)
-md5sums=('063961ceb014f60d3e0571e0ae464389')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
+sha256sums=('d8b304e537a64a9d3213669bf52d3282490b84347248460c9a8bb3a0cf0f22c7')
 
 package() {
-  cd ${srcdir}/CImg-${pkgver}
-  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h ${pkgdir}/usr/include/
-  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+  cd "${srcdir}"/CImg-v.${pkgver//./}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2016-03-05 Thread Alexander Rødseth
Date: Saturday, March 5, 2016 @ 17:21:16
  Author: arodseth
Revision: 165157

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-05 16:21:03 UTC (rev 165156)
+++ community-i686/PKGBUILD 2016-03-05 16:21:16 UTC (rev 165157)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 165156, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 16:21:16 UTC (rev 165157)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('custom')
+depends=('curl' 'rust')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-05 16:21:03 UTC (rev 165156)
+++ community-x86_64/PKGBUILD   2016-03-05 16:21:16 UTC (rev 165157)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv 

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

2016-03-05 Thread Alexander Rødseth
Date: Saturday, March 5, 2016 @ 17:21:03
  Author: arodseth
Revision: 165156

upgpkg: cargo 0.9.0-2

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 15:55:53 UTC (rev 165155)
+++ PKGBUILD2016-03-05 16:21:03 UTC (rev 165156)
@@ -4,7 +4,7 @@
 
 pkgname=cargo
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Rust package manager'
 url='http://crates.io/'
 arch=('x86_64' 'i686')


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

2016-03-05 Thread Alexander Rødseth
Date: Saturday, March 5, 2016 @ 16:55:39
  Author: arodseth
Revision: 165154

upgpkg: rust 1:1.7.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 15:53:57 UTC (rev 165153)
+++ PKGBUILD2016-03-05 15:55:39 UTC (rev 165154)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=rust
-pkgver=1.6.0
+pkgver=1.7.0
 epoch=1
 pkgrel=1
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('3002a4a4b0727709abeefe1ab1b2731845e4dab74566f363861801bb3326'
+sha256sums=('6df96059d87b718676d9cd879672e4e22418b6093396b4ccb5b5b66df37bf13a'
 'SKIP')
 install="$pkgname.install"
 options=('staticlibs' '!strip')


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

2016-03-05 Thread Alexander Rødseth
Date: Saturday, March 5, 2016 @ 16:55:53
  Author: arodseth
Revision: 165155

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

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

---+
 /PKGBUILD |   86 
 /rust.install |   26 
 community-i686/PKGBUILD   |   43 
 community-i686/rust.install   |   13 --
 community-x86_64/PKGBUILD |   43 
 community-x86_64/rust.install |   13 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-05 15:55:39 UTC (rev 165154)
+++ community-i686/PKGBUILD 2016-03-05 15:55:53 UTC (rev 165155)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-pkgver=1.6.0
-epoch=1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('3002a4a4b0727709abeefe1ab1b2731845e4dab74566f363861801bb3326'
-'SKIP')
-install="$pkgname.install"
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 165154, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-05 15:55:53 UTC (rev 165155)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+pkgver=1.7.0
+epoch=1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('6df96059d87b718676d9cd879672e4e22418b6093396b4ccb5b5b66df37bf13a'
+'SKIP')
+install="$pkgname.install"
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2016-03-05 15:55:39 UTC (rev 165154)
+++ community-i686/rust.install 2016-03-05 15:55:53 UTC (rev 165155)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rust/repos/community-i686/rust.install (from rev 165154, 
rust/trunk/rust.install)

[arch-commits] Commit in (python-gevent python2-gevent)

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 16:53:57
  Author: fyan
Revision: 165153

move pkgbase: python2-gevent -> python-gevent

Added:
  python-gevent/
Deleted:
  python2-gevent/


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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 16:53:28
  Author: fyan
Revision: 165151

upgpkg: pm2 1.0.2-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 13:55:37 UTC (rev 165150)
+++ PKGBUILD2016-03-05 15:53:28 UTC (rev 165151)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
 url='http://pm2.keymetrics.io'
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('ef9f89299ae6f8259ae76702445b24b2'
+md5sums=('f0cc81164b84005c68f5b5b17e38bb42'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2016-03-05 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 16:53:45
  Author: fyan
Revision: 165152

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 165151, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 165151, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-05 15:53:28 UTC (rev 165151)
+++ PKGBUILD2016-03-05 15:53:45 UTC (rev 165152)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'coffee-script' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('ef9f89299ae6f8259ae76702445b24b2'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in coffee-script semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 165151, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-05 15:53:45 UTC (rev 165152)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'coffee-script' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('f0cc81164b84005c68f5b5b17e38bb42'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in coffee-script semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2016-03-05 15:53:28 UTC (rev 165151)
+++ pm2.service 2016-03-05 15:53:45 UTC (rev 165152)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 165151, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2016-03-05 15:53:45 UTC (rev 165152)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2016-03-05 Thread Jan Steffens
Date: Saturday, March 5, 2016 @ 15:24:39
  Author: heftig
Revision: 260951

4.4.4

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 13:32:46 UTC (rev 260950)
+++ PKGBUILD2016-03-05 14:24:39 UTC (rev 260951)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
-_zenpatch=e7debce2accf322c8a4736cfff8cf0878084ffec
-pkgver=4.4.3
+_zenpatch=6ef1b4b4385ee27707c6997a0bece5a374fc246c
+pkgver=4.4.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -26,12 +26,12 @@
 'change-default-console-loglevel.patch')
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'4a24c79c40b2cb820ce9f22d44f31edcbde5971432753ab0289772946ed05b7b'
+'9061d8f57cc25d760387c4e6b7d5cceacaa808e8784a3e478012e7c2949853c8'
 'SKIP'
 '65c3eac42931f76f42c36e7399908cfc548968e5606fc690abd792e0be85a7de'
 '7e93c4b59748b6d2ecdcc72802bb020f12b0af62368beecec8d704cc6424c1ea'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'6c1cf38707b5b6e473afad32aca53d93f980e74a69c5e301adf2ddca87d2c386'
+'f42a83f1ff3d950949c1784cd20b99fdd2daef64d36cb63498c78c7605e8ee92'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds


[arch-commits] Commit in mailman/repos (86 files)

2016-03-05 Thread Sébastien Luttringer
Date: Saturday, March 5, 2016 @ 14:55:37
  Author: seblu
Revision: 165150

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

Added:
  mailman/repos/community-i686/01-mailman-2.1-build.patch
(from rev 165149, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-i686/02-fix-fs#48387.patch
(from rev 165149, mailman/trunk/02-fix-fs#48387.patch)
  mailman/repos/community-i686/PKGBUILD
(from rev 165149, mailman/trunk/PKGBUILD)
  mailman/repos/community-i686/mailman-checkdbs.service
(from rev 165149, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-i686/mailman-checkdbs.timer
(from rev 165149, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-i686/mailman-cullbadshunt.service
(from rev 165149, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-i686/mailman-cullbadshunt.timer
(from rev 165149, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-i686/mailman-disabled.service
(from rev 165149, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-i686/mailman-disabled.timer
(from rev 165149, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-i686/mailman-gatenews.service
(from rev 165149, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-i686/mailman-gatenews.timer
(from rev 165149, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-i686/mailman-mailpasswds.service
(from rev 165149, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-i686/mailman-mailpasswds.timer
(from rev 165149, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-i686/mailman-nightlygzip.service
(from rev 165149, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-i686/mailman-nightlygzip.timer
(from rev 165149, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-i686/mailman-senddigests.service
(from rev 165149, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-i686/mailman-senddigests.timer
(from rev 165149, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-i686/mailman.install
(from rev 165149, mailman/trunk/mailman.install)
  mailman/repos/community-i686/mailman.profile.csh
(from rev 165149, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-i686/mailman.profile.sh
(from rev 165149, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-i686/mailman.service
(from rev 165149, mailman/trunk/mailman.service)
  mailman/repos/community-i686/mailman.sysusers
(from rev 165149, mailman/trunk/mailman.sysusers)
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 165149, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/02-fix-fs#48387.patch
(from rev 165149, mailman/trunk/02-fix-fs#48387.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 165149, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 165149, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 165149, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 165149, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 165149, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 165149, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 165149, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 165149, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 165149, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 165149, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 165149, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 165149, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 165149, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 165149, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 165149, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 165149, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 165149, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 165149, 

[arch-commits] Commit in mailman/trunk (02-fix-fs#48387.patch PKGBUILD)

2016-03-05 Thread Sébastien Luttringer
Date: Saturday, March 5, 2016 @ 14:50:59
  Author: seblu
Revision: 165149

upgpkg: mailman 2.1.21-2

- fix FS#48387

Added:
  mailman/trunk/02-fix-fs#48387.patch
Modified:
  mailman/trunk/PKGBUILD

---+
 02-fix-fs#48387.patch |   21 +
 PKGBUILD  |9 ++---
 2 files changed, 27 insertions(+), 3 deletions(-)

Added: 02-fix-fs#48387.patch
===
--- 02-fix-fs#48387.patch   (rev 0)
+++ 02-fix-fs#48387.patch   2016-03-05 13:50:59 UTC (rev 165149)
@@ -0,0 +1,21 @@
+=== modified file 'Mailman/Handlers/MimeDel.py'
+--- a/Mailman/Handlers/MimeDel.py  2011-04-13 04:13:10 +
 b/Mailman/Handlers/MimeDel.py  2016-02-29 06:28:44 +
+@@ -1,4 +1,4 @@
+-# Copyright (C) 2002-2011 by the Free Software Foundation, Inc.
++# Copyright (C) 2002-2016 by the Free Software Foundation, Inc.
+ #
+ # This program is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU General Public License
+@@ -210,6 +210,11 @@
+ # If we're left with a multipart message with only one sub-part, recast
+ # the message to just the sub-part, but not if the part is message/rfc822
+ # because we don't want to lose the headers.
++# Also, if this is a multipart/signed part, stop now as the original part
++# may have had a multipart sub-part with only one sub-sub-part, the sig
++# may still be valid and going further may break it.  (LP: #1551075)
++if msg.get_content_type() == 'multipart/signed':
++return
+ if msg.is_multipart():
+ if (len(msg.get_payload()) == 1 and
+ msg.get_content_type() <> 'message/rfc822'):

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 13:48:11 UTC (rev 165148)
+++ PKGBUILD2016-03-05 13:50:59 UTC (rev 165149)
@@ -5,7 +5,7 @@
 pkgname=mailman
 _pkgver=2.1.21
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
 license=('GPL')
@@ -35,7 +35,9 @@
 'mailman-nightlygzip.timer'
 'mailman-senddigests.service'
 'mailman-senddigests.timer'
-'01-mailman-2.1-build.patch')
+'01-mailman-2.1-build.patch'
+'02-fix-fs#48387.patch'
+)
 md5sums=('848fcb250ca1461445d07b8a30c07376'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'
@@ -55,7 +57,8 @@
  '3af65082d3cd4d5746944890c7a72962'
  '350dac1e350691e3d9cb8f99fd4b669a'
  '52917f62441ac5d950789e8f8af28f09'
- 'ed04d062379eb21e39ce1e70e6b1ade2')
+ 'ed04d062379eb21e39ce1e70e6b1ade2'
+ 'ba9bb00dd25448b85859926ed562e638')
 
 prepare() {
   # some files in mailman doesn't use configure parameter


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

2016-03-05 Thread Daniel Micay
Date: Saturday, March 5, 2016 @ 14:39:52
  Author: thestinger
Revision: 165147

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

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

+
 /PKGBUILD  |  632 
 /change-default-console-loglevel.patch |   22 
 /config|15932 +++
 /config.x86_64 |15346 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7966 ---
 community-i686/config.x86_64   | 7673 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7966 ---
 community-x86_64/config.x86_64 | 7673 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32034 insertions(+), 32034 deletions(-)

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


  1   2   >