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

2016-02-06 Thread Johannes Löthberg
Date: Saturday, February 6, 2016 @ 21:22:31
  Author: demize
Revision: 160483

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 20:22:27 UTC (rev 160482)
+++ PKGBUILD2016-02-06 20:22:31 UTC (rev 160483)
@@ -1,22 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-srcinfo
-pkgver=0.0.2
-pkgrel=2
-
-pkgdesc="Simple .SRCINFO parsing library"
-url='https://github.com/kyrias/python-srcinfo'
-arch=('any')
-license=('ISC')
-
-depends=('python' 'python-setuptools' 'python-parse')
-
-source=(python-srcinfo-"$pkgver".tar.gz::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz;)
-
-md5sums=('d9d7c8618a4eb288fb3e19fbd14af43d')
-
-package() {
-   cd python-srcinfo-"$pkgver"
-   python setup.py install --root="$pkgdir" --optimize=1
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: python-srcinfo/repos/community-any/PKGBUILD (from rev 160482, 
python-srcinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 20:22:31 UTC (rev 160483)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-srcinfo
+pkgver=0.0.5
+pkgrel=1
+
+pkgdesc="Simple .SRCINFO parsing library"
+url='https://github.com/kyrias/python-srcinfo'
+arch=('any')
+license=('ISC')
+
+depends=('python' 'python-setuptools' 'python-parse')
+checkdepends=('python-nose')
+
+source=("https://pypi.python.org/packages/source/s/srcinfo/srcinfo-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/srcinfo/srcinfo-$pkgver.tar.gz.asc;)
+
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5')
+md5sums=('404c2b92dab0d4c36cb417c872ef3074'
+ 'SKIP')
+
+check() {
+   cd srcinfo-"$pkgver"
+   python setup.py test
+}
+
+package() {
+   cd srcinfo-"$pkgver"
+   python setup.py install --root="$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2016-02-06 Thread Johannes Löthberg
Date: Saturday, February 6, 2016 @ 21:22:27
  Author: demize
Revision: 160482

upgpkg: python-srcinfo 0.0.5-1

Modified:
  python-srcinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 17:15:32 UTC (rev 160481)
+++ PKGBUILD2016-02-06 20:22:27 UTC (rev 160482)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=python-srcinfo
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.5
+pkgrel=1
 
 pkgdesc="Simple .SRCINFO parsing library"
 url='https://github.com/kyrias/python-srcinfo'
@@ -10,13 +10,22 @@
 license=('ISC')
 
 depends=('python' 'python-setuptools' 'python-parse')
+checkdepends=('python-nose')
 
-source=(python-srcinfo-"$pkgver".tar.gz::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz;)
+source=("https://pypi.python.org/packages/source/s/srcinfo/srcinfo-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/srcinfo/srcinfo-$pkgver.tar.gz.asc;)
 
-md5sums=('d9d7c8618a4eb288fb3e19fbd14af43d')
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5')
+md5sums=('404c2b92dab0d4c36cb417c872ef3074'
+ 'SKIP')
 
+check() {
+   cd srcinfo-"$pkgver"
+   python setup.py test
+}
+
 package() {
-   cd python-srcinfo-"$pkgver"
+   cd srcinfo-"$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }


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

2016-02-06 Thread Anatol Pomozov
Date: Saturday, February 6, 2016 @ 23:18:05
  Author: anatolik
Revision: 160486

Use ninja for compilation

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 20:51:11 UTC (rev 160485)
+++ PKGBUILD2016-02-06 22:18:05 UTC (rev 160486)
@@ -12,7 +12,7 @@
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs' 'gl2ps')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'jsoncpp')
+makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' 'jsoncpp')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'
@@ -96,15 +96,16 @@
 ${cmake_system_flags} \
 ${cmake_system_python_flags} \
 -DCMAKE_BUILD_TYPE=Release \
-"${srcdir}/VTK-$pkgver"
+"${srcdir}/VTK-$pkgver" \
+-GNinja
 
-  make
+  ninja
 }
 
 package() {
   cd "${srcdir}/build"
 
-  make DESTDIR="${pkgdir}" install
+  ninja DESTDIR="${pkgdir}" install
 
   # Move the vtk.jar to the arch-specific location
   install -dv "${pkgdir}/usr/share/java/vtk"


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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:43:43
  Author: anthraxx
Revision: 160493

upgpkg: powerdns-recursor 3.7.3-3

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 00:35:56 UTC (rev 160492)
+++ PKGBUILD2016-02-07 00:43:43 UTC (rev 160493)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns-recursor
 pkgver=3.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 license=('GPL')


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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:43:52
  Author: anthraxx
Revision: 160494

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 160493, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 160493, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 160493, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 160493, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   92 +++
 /pdns-recursor.service |   20 ++
 community-i686/PKGBUILD|   46 ---
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 00:43:43 UTC (rev 160493)
+++ community-i686/PKGBUILD 2016-02-07 00:43:52 UTC (rev 160494)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-
-pkgname=powerdns-recursor
-pkgver=3.7.3
-pkgrel=2
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost' 'inetutils')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2{,.asc}
-'pdns-recursor.service')
-sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
-'SKIP'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

-
-build() {
-  cd "pdns-recursor-$pkgver"
-
-  ./configure --prefix=/usr
-  make -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
-LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
-}
-
-package() {
-  cd "pdns-recursor-$pkgver"
-
-  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
-"$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 160493, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 00:43:52 UTC (rev 160494)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+
+pkgname=powerdns-recursor
+pkgver=3.7.3
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost' 'inetutils')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2{,.asc}
+'pdns-recursor.service')
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+'SKIP'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

+
+build() {
+  cd "pdns-recursor-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+  cd "pdns-recursor-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+"$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:35:56
  Author: anthraxx
Revision: 160492

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 160491, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 160491, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 160491, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 160491, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   92 +++
 /pdns-recursor.service |   20 ++
 community-i686/PKGBUILD|   44 --
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   44 --
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 112 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 00:35:47 UTC (rev 160491)
+++ community-i686/PKGBUILD 2016-02-07 00:35:56 UTC (rev 160492)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-
-pkgname=powerdns-recursor
-pkgver=3.7.3
-pkgrel=2
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost' 'inetutils')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
-'pdns-recursor.service')
-sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
-  cd "pdns-recursor-$pkgver"
-
-  ./configure --prefix=/usr
-  make -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
-LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
-}
-
-package() {
-  cd "pdns-recursor-$pkgver"
-
-  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
-"$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 160491, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 00:35:56 UTC (rev 160492)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+
+pkgname=powerdns-recursor
+pkgver=3.7.3
+pkgrel=2
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost' 'inetutils')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2{,.asc}
+'pdns-recursor.service')
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+'SKIP'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

+
+build() {
+  cd "pdns-recursor-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+  cd "pdns-recursor-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+"$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service   

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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:35:20
  Author: anthraxx
Revision: 160490

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 160489, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/powerdns.install
(from rev 160489, powerdns/trunk/powerdns.install)
  powerdns/repos/community-i686/powerdns.service
(from rev 160489, powerdns/trunk/powerdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 160489, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/powerdns.install
(from rev 160489, powerdns/trunk/powerdns.install)
  powerdns/repos/community-x86_64/powerdns.service
(from rev 160489, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/powerdns.install
  powerdns/repos/community-i686/powerdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/powerdns.install
  powerdns/repos/community-x86_64/powerdns.service

---+
 /PKGBUILD |  166 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   81 -
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   81 -
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 218 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 00:35:08 UTC (rev 160489)
+++ community-i686/PKGBUILD 2016-02-07 00:35:20 UTC (rev 160490)
@@ -1,81 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Maintainer: Levente Polyak 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-
-pkgname=powerdns
-pkgver=3.4.7
-pkgrel=3
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-install="$pkgname.install"
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-"$pkgname.service")
-sha256sums=('e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 160489, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 00:35:20 UTC (rev 160490)
@@ -0,0 +1,83 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.8

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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:35:47
  Author: anthraxx
Revision: 160491

upgpkg: powerdns-recursor 3.7.3-2

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 00:35:20 UTC (rev 160490)
+++ PKGBUILD2016-02-07 00:35:47 UTC (rev 160491)
@@ -16,10 +16,12 @@
 provides=('pdns-recursor')
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2{,.asc}
 'pdns-recursor.service')
 sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+'SKIP'
 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

 
 build() {
   cd "pdns-recursor-$pkgver"


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

2016-02-06 Thread Levente Polyak
Date: Sunday, February 7, 2016 @ 01:35:08
  Author: anthraxx
Revision: 160489

upgpkg: powerdns 3.4.8-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 22:20:13 UTC (rev 160488)
+++ PKGBUILD2016-02-07 00:35:08 UTC (rev 160489)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Mihelich 
 
 pkgname=powerdns
-pkgver=3.4.7
-pkgrel=3
+pkgver=3.4.8
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -18,10 +18,12 @@
 'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
 install="$pkgname.install"
 backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
+source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2{,.asc}
 "$pkgname.service")
-sha256sums=('e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b'
+sha256sums=('4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f'
+'SKIP'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3') # Peter van Dijk 

 
 prepare() {
   touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"


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

2016-02-06 Thread Fabio Castelli
Date: Saturday, February 6, 2016 @ 21:50:56
  Author: muflone
Revision: 160484

upgpkg: spyder 2.3.8-2

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 20:22:31 UTC (rev 160483)
+++ PKGBUILD2016-02-06 20:50:56 UTC (rev 160484)
@@ -6,11 +6,11 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
-url='http://code.google.com/p/spyderlib/'
+url='https://github.com/spyder-ide/spyder/'
 license=('MIT')
 install="${pkgbase}.install"
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;


[arch-commits] Commit in spyder/repos/community-any (6 files)

2016-02-06 Thread Fabio Castelli
Date: Saturday, February 6, 2016 @ 21:51:11
  Author: muflone
Revision: 160485

archrelease: copy trunk to community-any

Added:
  spyder/repos/community-any/PKGBUILD
(from rev 160484, spyder/trunk/PKGBUILD)
  spyder/repos/community-any/python2.patch
(from rev 160484, spyder/trunk/python2.patch)
  spyder/repos/community-any/spyder.install
(from rev 160484, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-any/PKGBUILD
  spyder/repos/community-any/python2.patch
  spyder/repos/community-any/spyder.install

+
 PKGBUILD   |  160 +++
 python2.patch  |   78 +-
 spyder.install |   24 
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 20:50:56 UTC (rev 160484)
+++ PKGBUILD2016-02-06 20:51:11 UTC (rev 160485)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.8
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch")
-sha256sums=('526ba9fe4d98049cbf6ca1ac361351817ebb5d494ae4097a9f8a61bf6bf8df9c'
-'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
-   'icu' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-jedi: editor code completion, calltips and 
go-to-definition'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'jupyter'
-   'icu' 'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console'
-  'python-jedi: editor code completion, calltips and 
go-to-definition'
-  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install 

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

2016-02-06 Thread Levente Polyak
Date: Saturday, February 6, 2016 @ 23:20:13
  Author: anthraxx
Revision: 160488

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 160487, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 22:20:05 UTC (rev 160487)
+++ PKGBUILD2016-02-06 22:20:13 UTC (rev 160488)
@@ -1,59 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=(
-  'groovy: the groovy programming language'
-  'grails-docs: documentation for grails'
-)
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('d82bbd073ff662836333f93d1713bcd7fcaba9638f00d570270c7bab0dfba490538e10ebb627bab3b72230c160cf22c9aa4c804e768c7d7ab00447743e75e551'
-
'b672572ff251ee568b0ac98f0ddd334d116b51e78617b1eb1b4fe1fa7fc949a73a575124648db991d3da64a29562052ad51ea5b021563c67a67180f4c3fb4767')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 160487, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 22:20:13 UTC (rev 160488)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('cb2f46af30842b4edcdf3b604afc0c90bfea0462381fbe6e106434956effc4eaa93963cc7e10bb624712c8ae3968ecd723223d3ebbb7826bd7e72fde6076eade'
+
'e72f686c54ee58d222e7e89660c92531e75e89cd2ca6d29ca450e78ef7d9f5c0fb8ffcb1aa441128c681dfdc786272f755aea7efb9fc7df15f93a0370a49fdad')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+
+  install -d 

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

2016-02-06 Thread Levente Polyak
Date: Saturday, February 6, 2016 @ 23:20:05
  Author: anthraxx
Revision: 160487

upgpkg: grails 3.1.1-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 22:18:05 UTC (rev 160486)
+++ PKGBUILD2016-02-06 22:20:05 UTC (rev 160487)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -18,8 +18,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('d82bbd073ff662836333f93d1713bcd7fcaba9638f00d570270c7bab0dfba490538e10ebb627bab3b72230c160cf22c9aa4c804e768c7d7ab00447743e75e551'
-
'b672572ff251ee568b0ac98f0ddd334d116b51e78617b1eb1b4fe1fa7fc949a73a575124648db991d3da64a29562052ad51ea5b021563c67a67180f4c3fb4767')
+sha512sums=('cb2f46af30842b4edcdf3b604afc0c90bfea0462381fbe6e106434956effc4eaa93963cc7e10bb624712c8ae3968ecd723223d3ebbb7826bd7e72fde6076eade'
+
'e72f686c54ee58d222e7e89660c92531e75e89cd2ca6d29ca450e78ef7d9f5c0fb8ffcb1aa441128c681dfdc786272f755aea7efb9fc7df15f93a0370a49fdad')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2016-02-06 Thread Jan Steffens
Date: Saturday, February 6, 2016 @ 19:53:29
  Author: heftig
Revision: 258927

0.10.27

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 18:51:11 UTC (rev 258926)
+++ PKGBUILD2016-02-06 18:53:29 UTC (rev 258927)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.26
+pkgver=0.10.27
 pkgrel=1
 pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb')
+sha256sums=('3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-06 Thread Jan Steffens
Date: Saturday, February 6, 2016 @ 19:54:20
  Author: heftig
Revision: 258928

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

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

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

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

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

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

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

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

2016-02-06 Thread Alexander Rødseth
Date: Saturday, February 6, 2016 @ 17:22:12
  Author: arodseth
Revision: 160478

upgpkg: catfish 1.3.4-2

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 15:19:08 UTC (rev 160477)
+++ PKGBUILD2016-02-06 16:22:12 UTC (rev 160478)
@@ -6,7 +6,7 @@
 
 pkgname=catfish
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'


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

2016-02-06 Thread Jan Steffens
Date: Saturday, February 6, 2016 @ 19:51:11
  Author: heftig
Revision: 258926

1.14.35

Modified:
  libgsf/trunk/PKGBUILD

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

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


[arch-commits] Commit in vim-nerdtree/repos/community-any (6 files)

2016-02-06 Thread Alexander Rødseth
Date: Saturday, February 6, 2016 @ 16:19:08
  Author: arodseth
Revision: 160477

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/COPYING
(from rev 160476, vim-nerdtree/trunk/COPYING)
  vim-nerdtree/repos/community-any/PKGBUILD
(from rev 160476, vim-nerdtree/trunk/PKGBUILD)
  vim-nerdtree/repos/community-any/vimdoc.install
(from rev 160476, vim-nerdtree/trunk/vimdoc.install)
Deleted:
  vim-nerdtree/repos/community-any/COPYING
  vim-nerdtree/repos/community-any/PKGBUILD
  vim-nerdtree/repos/community-any/vimdoc.install

+
 COPYING|   28 ++---
 PKGBUILD   |   71 +++
 vimdoc.install |   32 
 3 files changed, 66 insertions(+), 65 deletions(-)

Deleted: COPYING
===
--- COPYING 2016-02-06 15:19:00 UTC (rev 160476)
+++ COPYING 2016-02-06 15:19:08 UTC (rev 160477)
@@ -1,14 +0,0 @@
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar 
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. You just DO WHAT THE FUCK YOU WANT TO.
-

Copied: vim-nerdtree/repos/community-any/COPYING (from rev 160476, 
vim-nerdtree/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2016-02-06 15:19:08 UTC (rev 160477)
@@ -0,0 +1,14 @@
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar 
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 15:19:00 UTC (rev 160476)
+++ PKGBUILD2016-02-06 15:19:08 UTC (rev 160477)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kwpolska 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdtree
-pkgver=4.2.0
-_scriptid=17123
-pkgrel=4
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1658'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install='vimdoc.install'
-source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
-'COPYING')
-md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
- '389a9e29629d1f05e115f8f05c283df5')
-
-package() {
-  install -d \
-"$pkgdir/usr/share/vim/vimfiles/"{doc,nerdtree_plugin,plugin,syntax}
-  install -m644 doc/NERD_tree.txt "$pkgdir/usr/share/vim/vimfiles/doc/"
-  install -m644 nerdtree_plugin/{exec_menuitem,fs_menu}.vim \
-"$pkgdir/usr/share/vim/vimfiles/nerdtree_plugin/"
-  install -m644 plugin/NERD_tree.vim "$pkgdir/usr/share/vim/vimfiles/plugin/"
-  install -m644 syntax/nerdtree.vim "$pkgdir/usr/share/vim/vimfiles/syntax/"
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 160476, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 15:19:08 UTC (rev 160477)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kwpolska 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdtree
+pkgver=5.0.0
+_scriptid=17123
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1658'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+install='vimdoc.install'
+source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
+'COPYING')
+md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
+ '389a9e29629d1f05e115f8f05c283df5')
+
+package() {
+  install -d \
+"$pkgdir/usr/share/vim/vimfiles/"{doc,nerdtree_plugin,plugin,syntax}
+  install -m644 doc/NERD_tree.txt 

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

2016-02-06 Thread Alexander Rødseth
Date: Saturday, February 6, 2016 @ 16:19:00
  Author: arodseth
Revision: 160476

upgpkg: vim-nerdtree 5.0.0-1

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 12:29:30 UTC (rev 160475)
+++ PKGBUILD2016-02-06 15:19:00 UTC (rev 160476)
@@ -6,9 +6,9 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdtree
-pkgver=4.2.0
+pkgver=5.0.0
 _scriptid=17123
-pkgrel=4
+pkgrel=1
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1658'
@@ -32,4 +32,5 @@
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: github.com/scrooloose/nerdtree
 # vim:set ts=2 sw=2 et:


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

2016-02-06 Thread Alexander Rødseth
Date: Saturday, February 6, 2016 @ 17:22:19
  Author: arodseth
Revision: 160479

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   86 +++---
 catfish.install |   28 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 16:22:12 UTC (rev 160478)
+++ PKGBUILD2016-02-06 16:22:19 UTC (rev 160479)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-
-pkgname=catfish
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 
'python-ptyprocess' 'gtk3' 'xdg-utils')
-makedepends=('intltool' 'python-distutils-extra')
-optdepends=('zeitgeist: integration with zeitgeist'
-'findutils: filename search'
-'mlocate: filename search'
-'tracker: fulltext search'
-'strigi: fulltext search'
-'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('2bac6fedec6cdecefcbeed37e98cb6417c5646a3d4db5b04d831867983e8e1db')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-package () {
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: launchpad.net/catfish-search/+download
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 160478, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 16:22:19 UTC (rev 160479)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+
+pkgname=catfish
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 
'python-ptyprocess' 'gtk3' 'xdg-utils')
+makedepends=('intltool' 'python-distutils-extra')
+optdepends=('zeitgeist: integration with zeitgeist'
+'findutils: filename search'
+'mlocate: filename search'
+'tracker: fulltext search'
+'strigi: fulltext search'
+'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('2bac6fedec6cdecefcbeed37e98cb6417c5646a3d4db5b04d831867983e8e1db')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/pixmaps"
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: launchpad.net/catfish-search/+download
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2016-02-06 16:22:12 UTC (rev 160478)
+++ catfish.install 2016-02-06 16:22:19 UTC (rev 160479)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 160478, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2016-02-06 16:22:19 UTC (rev 160479)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be installed for catfish to 
work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-06 Thread Sébastien Luttringer
Date: Saturday, February 6, 2016 @ 18:07:07
  Author: seblu
Revision: 160480

upgpkg: docker 1:1.10.0-4

- fix agian FS#48047

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 16:22:19 UTC (rev 160479)
+++ PKGBUILD2016-02-06 17:07:07 UTC (rev 160480)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')


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

2016-02-06 Thread Sébastien Luttringer
Date: Saturday, February 6, 2016 @ 18:15:32
  Author: seblu
Revision: 160481

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 17:07:07 UTC (rev 160480)
+++ PKGBUILD2016-02-06 17:15:32 UTC (rev 160481)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.10.0
-pkgrel=3
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  for _f in "${source[@]}"; do
-[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d docker < "$_f"; }
-  done
-  :
-}
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 160480, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 17:15:32 UTC (rev 160481)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.10.0
+pkgrel=4
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d docker < "$_f"; }
+  done
+  :
+}
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
+  install -Dm644 'contrib/completion/zsh/_docker' 

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

2016-02-06 Thread Jan Steffens
Date: Saturday, February 6, 2016 @ 19:55:42
  Author: heftig
Revision: 258929

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-06 18:54:20 UTC (rev 258928)
+++ extra-i686/PKGBUILD 2016-02-06 18:55:42 UTC (rev 258929)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.26
-pkgrel=1
-pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 258928, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-06 18:55:42 UTC (rev 258929)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.27
+pkgrel=1
+pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-06 18:54:20 UTC (rev 258928)
+++ extra-x86_64/PKGBUILD   2016-02-06 18:55:42 UTC (rev 258929)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.26
-pkgrel=1
-pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 258928, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:33:57
  Author: fyan
Revision: 160498

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 01:33:05 UTC (rev 160497)
+++ community-i686/PKGBUILD 2016-02-07 01:33:57 UTC (rev 160498)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Spencer 
-
-pkgname=papyros-terminal
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="The terminal app for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/terminal-app;
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
- "libpapyros")
-makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;
-libpapyros-0.2.patch)
-sha256sums=('SKIP'
-'6c9720692749854672a5aec2e47afead17b836fddeaa65a67749e941170c2cdc')
-
-prepare() {
-  mkdir -p build
-  sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
-
-  (cd terminal-app; patch -p1 -i ../libpapyros-0.2.patch)
-}
-
-build() {
-  cd build
-  cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: papyros-terminal/repos/community-i686/PKGBUILD (from rev 160497, 
papyros-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 01:33:57 UTC (rev 160498)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=papyros-terminal
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="The terminal app for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/terminal-app;
+license=("GPL")
+depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
+ "libpapyros")
+makedepends=("git" "extra-cmake-modules")
+source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+  sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
+}
+
+build() {
+  cd build
+  cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-07 01:33:05 UTC (rev 160497)
+++ community-x86_64/PKGBUILD   2016-02-07 01:33:57 UTC (rev 160498)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Spencer 
-
-pkgname=papyros-terminal
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="The terminal app for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/terminal-app;
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
- "libpapyros")
-makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;
-libpapyros-0.2.patch)
-sha256sums=('SKIP'
-'6c9720692749854672a5aec2e47afead17b836fddeaa65a67749e941170c2cdc')
-
-prepare() {
-  mkdir -p build
-  sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
-
-  (cd terminal-app; patch -p1 -i ../libpapyros-0.2.patch)
-}
-
-build() {
-  cd build
-  cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: papyros-terminal/repos/community-x86_64/PKGBUILD (from rev 160497, 
papyros-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-07 01:33:57 UTC (rev 160498)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=papyros-terminal
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="The terminal app for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/terminal-app;

[arch-commits] Commit in papyros-terminal/trunk (PKGBUILD libpapyros-0.2.patch)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:33:05
  Author: fyan
Revision: 160497

upgpkg: papyros-terminal 0.1.1-1

Modified:
  papyros-terminal/trunk/PKGBUILD
Deleted:
  papyros-terminal/trunk/libpapyros-0.2.patch

--+
 PKGBUILD |   12 +--
 libpapyros-0.2.patch |  166 -
 2 files changed, 4 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 01:21:14 UTC (rev 160496)
+++ PKGBUILD2016-02-07 01:33:05 UTC (rev 160497)
@@ -3,8 +3,8 @@
 # Contributor: Michael Spencer 
 
 pkgname=papyros-terminal
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="The terminal app for Papyros"
 arch=("i686" "x86_64")
 url="https://github.com/papyros/terminal-app;
@@ -12,16 +12,12 @@
 depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
  "libpapyros")
 makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;
-libpapyros-0.2.patch)
-sha256sums=('SKIP'
-'6c9720692749854672a5aec2e47afead17b836fddeaa65a67749e941170c2cdc')
+source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;)
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build
   sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
-
-  (cd terminal-app; patch -p1 -i ../libpapyros-0.2.patch)
 }
 
 build() {

Deleted: libpapyros-0.2.patch
===
--- libpapyros-0.2.patch2016-02-07 01:21:14 UTC (rev 160496)
+++ libpapyros-0.2.patch2016-02-07 01:33:05 UTC (rev 160497)
@@ -1,166 +0,0 @@
-From 80c97ff9ed34fb2b2a4a53f8f0ed3d26334ab5a1 Mon Sep 17 00:00:00 2001
-From: Michael Spencer 
-Date: Mon, 18 Jan 2016 21:26:46 -0600
-Subject: [PATCH] Depend on the new Papyros.Core QML module instead of
- registering it ourselves
-

- src/CMakeLists.txt   |  3 +--
- src/clipboard.cpp| 31 ---
- src/clipboard.h  | 38 --
- src/main.cpp |  8 
- src/qml/Settings.qml |  2 +-
- src/qml/main.qml |  2 +-
- 6 files changed, 3 insertions(+), 81 deletions(-)
- delete mode 100644 src/clipboard.cpp
- delete mode 100644 src/clipboard.h
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 221ef4a..318d7c5 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -5,8 +5,7 @@ target_link_libraries(papyros-terminal
-   Qt5::Core
-   Qt5::Qml
-   Qt5::Quick
--  Qt5::Widgets
--  Papyros::Papyros)
-+  Qt5::Widgets)
- 
- install(TARGETS papyros-terminal
- DESTINATION ${CMAKE_INSTALL_BINDIR})
-diff --git a/src/clipboard.cpp b/src/clipboard.cpp
-deleted file mode 100644
-index 8fe79ea..000
 a/src/clipboard.cpp
-+++ /dev/null
-@@ -1,31 +0,0 @@
--/*
-- * Papyros Terminal - The terminal app for Papyros following Material Design
-- * Copyright (C) 2016 Michael Spencer 
-- *
-- * This program is free software: you can redistribute it and/or modify
-- * it under the terms of the GNU General Public License as published by
-- * the Free Software Foundation, either version 3 of the License, or
-- * (at your option) any later version.
-- *
-- * This program is distributed in the hope that it will be useful,
-- * but WITHOUT ANY WARRANTY; without even the implied warranty of
-- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- * GNU General Public License for more details.
-- *
-- * You should have received a copy of the GNU General Public License
-- * along with this program. If not, see .
-- */
--
--#include "clipboard.h"
--
--#include 
--
--Clipboard::Clipboard(QObject *parent) : QObject(parent), 
m_clipboard(QApplication::clipboard())
--{
--// Nothing needed here
--}
--
--QString Clipboard::text() const
--{
--return m_clipboard->text();
--}
-diff --git a/src/clipboard.h b/src/clipboard.h
-deleted file mode 100644
-index 241c053..000
 a/src/clipboard.h
-+++ /dev/null
-@@ -1,38 +0,0 @@
--/*
-- * Papyros Terminal - The terminal app for Papyros following Material Design
-- * Copyright (C) 2016 Michael Spencer 
-- *
-- * This program is free software: you can redistribute it and/or modify
-- * it under the terms of the GNU General Public License as published by
-- * the Free Software Foundation, either version 3 of the License, or
-- * (at your option) any later version.
-- *
-- * This program is distributed in the hope that it will be useful,
-- * but WITHOUT ANY WARRANTY; without even the implied warranty of
-- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- * GNU General Public License for more details.

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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:35:46
  Author: fyan
Revision: 160510

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-popt/repos/multilib-x86_64/
  lib32-popt/repos/multilib-x86_64/PKGBUILD
(from rev 160509, lib32-popt/trunk/PKGBUILD)

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

Copied: lib32-popt/repos/multilib-x86_64/PKGBUILD (from rev 160509, 
lib32-popt/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2016-02-07 04:35:46 UTC (rev 160510)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Lass 
+# Contributor: jospehgbr 
+# Contributor: coderoar 
+# Contributor: webjdm 
+
+_pkgbase=popt
+pkgname=lib32-${_pkgbase}
+pkgver=1.16
+pkgrel=6
+pkgdesc="Commandline option parser (32 bit)"
+arch=('x86_64')
+url="http://rpm5.org;
+license=('custom')
+depends=('lib32-glibc' "${_pkgbase}")
+source=(${url}/files/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8')
+
+build() {
+  export CC="gcc -m32"
+
+  cd ${_pkgbase}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-nls
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" pkgconfigdir='/usr/lib32/pkgconfig' install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbase} "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in (4 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:35:16
  Author: fyan
Revision: 160509

addpkg: lib32-popt 1.16-6

Added:
  lib32-popt/
  lib32-popt/repos/
  lib32-popt/trunk/
  lib32-popt/trunk/PKGBUILD

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

Added: lib32-popt/trunk/PKGBUILD
===
--- lib32-popt/trunk/PKGBUILD   (rev 0)
+++ lib32-popt/trunk/PKGBUILD   2016-02-07 04:35:16 UTC (rev 160509)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Lass 
+# Contributor: jospehgbr 
+# Contributor: coderoar 
+# Contributor: webjdm 
+
+_pkgbase=popt
+pkgname=lib32-${_pkgbase}
+pkgver=1.16
+pkgrel=6
+pkgdesc="Commandline option parser (32 bit)"
+arch=('x86_64')
+url="http://rpm5.org;
+license=('custom')
+depends=('lib32-glibc' "${_pkgbase}")
+source=(${url}/files/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8')
+
+build() {
+  export CC="gcc -m32"
+
+  cd ${_pkgbase}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-nls
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" pkgconfigdir='/usr/lib32/pkgconfig' install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbase} "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 03:30:03
  Author: fyan
Revision: 160504

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

Added:
  haskell-cassava/repos/community-i686/
  haskell-cassava/repos/community-i686/PKGBUILD
(from rev 160503, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-i686/haskell-cassava.install
(from rev 160503, haskell-cassava/trunk/haskell-cassava.install)
  haskell-cassava/repos/community-x86_64/
  haskell-cassava/repos/community-x86_64/PKGBUILD
(from rev 160503, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-x86_64/haskell-cassava.install
(from rev 160503, haskell-cassava/trunk/haskell-cassava.install)

--+
 community-i686/PKGBUILD  |   43 +
 community-i686/haskell-cassava.install   |   18 
 community-x86_64/PKGBUILD|   43 +
 community-x86_64/haskell-cassava.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-cassava/repos/community-i686/PKGBUILD (from rev 160503, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 02:30:03 UTC (rev 160504)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=1
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cassava/repos/community-i686/haskell-cassava.install (from rev 
160503, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-i686/haskell-cassava.install  (rev 0)
+++ community-i686/haskell-cassava.install  2016-02-07 02:30:03 UTC (rev 
160504)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cassava/repos/community-x86_64/PKGBUILD (from rev 160503, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-07 02:30:03 UTC (rev 160504)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=1
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

[arch-commits] Commit in (4 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:43:36
  Author: fyan
Revision: 160511

addpkg: lib32-libdv 1.0.0-4

Added:
  lib32-libdv/
  lib32-libdv/repos/
  lib32-libdv/trunk/
  lib32-libdv/trunk/PKGBUILD

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

Added: lib32-libdv/trunk/PKGBUILD
===
--- lib32-libdv/trunk/PKGBUILD  (rev 0)
+++ lib32-libdv/trunk/PKGBUILD  2016-02-07 04:43:36 UTC (rev 160511)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Limao Luo 
+
+_pkgname=libdv
+pkgname=lib32-libdv
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video (32-bit)"
+arch=('x86_64')
+url="http://libdv.sourceforge.net/;
+license=('LGPL')
+depends=("$_pkgname" 'lib32-popt')
+source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
+sha512sums=('19887a6f452fa7da8924901ad841f5c4a434a3bde56c932ddb43717592aa744281e3a8ad220231e11d7e6bc3b0e704952a8324e5f85d4e088675edceeeca7dc8')
+
+build() {
+  cd "${srcdir}/$_pkgname-${pkgver}"
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --disable-gtk 
--build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  cd "${srcdir}/$_pkgname-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}


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


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:47:29
  Author: fyan
Revision: 160500

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

Added:
  python-pyrsistent/repos/community-i686/LICENCE.mit
(from rev 160499, python-pyrsistent/trunk/LICENCE.mit)
  python-pyrsistent/repos/community-i686/PKGBUILD
(from rev 160499, python-pyrsistent/trunk/PKGBUILD)
  python-pyrsistent/repos/community-x86_64/LICENCE.mit
(from rev 160499, python-pyrsistent/trunk/LICENCE.mit)
  python-pyrsistent/repos/community-x86_64/PKGBUILD
(from rev 160499, python-pyrsistent/trunk/PKGBUILD)
Deleted:
  python-pyrsistent/repos/community-i686/LICENCE.mit
  python-pyrsistent/repos/community-i686/PKGBUILD
  python-pyrsistent/repos/community-x86_64/LICENCE.mit
  python-pyrsistent/repos/community-x86_64/PKGBUILD

--+
 /LICENCE.mit |   44 +
 /PKGBUILD|  106 +
 community-i686/LICENCE.mit   |   22 
 community-i686/PKGBUILD  |   53 
 community-x86_64/LICENCE.mit |   22 
 community-x86_64/PKGBUILD|   53 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/LICENCE.mit
===
--- community-i686/LICENCE.mit  2016-02-07 01:46:44 UTC (rev 160499)
+++ community-i686/LICENCE.mit  2016-02-07 01:47:29 UTC (rev 160500)
@@ -1,22 +0,0 @@
-Copyright (c) 2015 Tobias Gustafsson
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Copied: python-pyrsistent/repos/community-i686/LICENCE.mit (from rev 160499, 
python-pyrsistent/trunk/LICENCE.mit)
===
--- community-i686/LICENCE.mit  (rev 0)
+++ community-i686/LICENCE.mit  2016-02-07 01:47:29 UTC (rev 160500)
@@ -0,0 +1,22 @@
+Copyright (c) 2015 Tobias Gustafsson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-07 01:46:44 UTC (rev 160499)
+++ community-i686/PKGBUILD 2016-02-07 01:47:29 UTC (rev 160500)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyrsistent
-pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.11.11
-pkgrel=1
-pkgdesc="Persistent/Functional/Immutable data structures"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="https://github.com/tobgu/pyrsistent;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.python.org/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz;
-LICENCE.mit)

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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:48:15
  Author: fyan
Revision: 160501

upgpkg: python-wheel 0.29.0-1

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 01:47:29 UTC (rev 160500)
+++ PKGBUILD2016-02-07 01:48:15 UTC (rev 160501)
@@ -5,7 +5,7 @@
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
   'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
 
source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-md5sums=('6d6b7e87dd744c6fac77ca9b43479207')
+md5sums=('555a67e4507cedee23a0deb9651e452f')
 
 prepare() {
   cp -a wheel-$pkgver{,-py2}


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:48:34
  Author: fyan
Revision: 160502

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-07 01:48:15 UTC (rev 160501)
+++ PKGBUILD2016-02-07 01:48:34 UTC (rev 160502)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.28.0
-pkgrel=1
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
-source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-md5sums=('6d6b7e87dd744c6fac77ca9b43479207')
-
-prepare() {
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test wheel
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
-}
-
-package_python-wheel() {
-  depends=('python')
-  optdepends=('python-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2')
-  optdepends=('python2-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 160501, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-07 01:48:34 UTC (rev 160502)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
+source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+md5sums=('555a67e4507cedee23a0deb9651e452f')
+
+prepare() {
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test wheel
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
+}
+
+package_python-wheel() {
+  depends=('python')
+  optdepends=('python-keyring: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-wheel() {
+  depends=('python2')
+  optdepends=('python2-keyring: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:46:44
  Author: fyan
Revision: 160499

upgpkg: python-pyrsistent 0.11.12-1

Modified:
  python-pyrsistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 01:33:57 UTC (rev 160498)
+++ PKGBUILD2016-02-07 01:46:44 UTC (rev 160499)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyrsistent
 pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.11.11
+pkgver=0.11.12
 pkgrel=1
 pkgdesc="Persistent/Functional/Immutable data structures"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.python.org/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz;
 LICENCE.mit)
-sha512sums=('7edced0fbe57ad57aaff7d04dec79ed317d938e8e7369ff0d77dea9b1b097de74c794e19cbcdbb0144800ff7f6f491069a7726168b349f584d85bf3b27901695'
+sha512sums=('66424adb4d1e69d500cfbb2f9dd0d3d5f9678cd7ee7ca02909a714b7351412022cdb9507417318df3027287f0ffed9f2872dd8fb489e236f1769527a81756d1c'
 
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
 
 prepare() {


[arch-commits] Commit in (5 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 03:28:20
  Author: fyan
Revision: 160503

addpkg: haskell-cassava 0.4.5.0-1

Added:
  haskell-cassava/
  haskell-cassava/repos/
  haskell-cassava/trunk/
  haskell-cassava/trunk/PKGBUILD
  haskell-cassava/trunk/haskell-cassava.install

-+
 PKGBUILD|   43 +++
 haskell-cassava.install |   18 ++
 2 files changed, 61 insertions(+)

Added: haskell-cassava/trunk/PKGBUILD
===
--- haskell-cassava/trunk/PKGBUILD  (rev 0)
+++ haskell-cassava/trunk/PKGBUILD  2016-02-07 02:28:20 UTC (rev 160503)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=1
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-cassava/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-cassava/trunk/haskell-cassava.install
===
--- haskell-cassava/trunk/haskell-cassava.install   
(rev 0)
+++ haskell-cassava/trunk/haskell-cassava.install   2016-02-07 02:28:20 UTC 
(rev 160503)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:48:46
  Author: fyan
Revision: 160514

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libshout/repos/multilib-x86_64/
  lib32-libshout/repos/multilib-x86_64/PKGBUILD
(from rev 160513, lib32-libshout/trunk/PKGBUILD)

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

Copied: lib32-libshout/repos/multilib-x86_64/PKGBUILD (from rev 160513, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2016-02-07 04:48:46 UTC (rev 160514)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
+arch=('x86_64')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'libshout')
+url="http://www.icecast.org/;
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  cd "$pkgdir/usr/"
+  rm -rf {include,share}/
+}


[arch-commits] Commit in (4 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:05:22
  Author: fyan
Revision: 160505

addpkg: lib32-wavpack 4.75.2-2

Added:
  lib32-wavpack/
  lib32-wavpack/repos/
  lib32-wavpack/trunk/
  lib32-wavpack/trunk/PKGBUILD

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

Added: lib32-wavpack/trunk/PKGBUILD
===
--- lib32-wavpack/trunk/PKGBUILD(rev 0)
+++ lib32-wavpack/trunk/PKGBUILD2016-02-07 04:05:22 UTC (rev 160505)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: François Charette  
+# Contributor: Shinlun Hsieh 
+# Contributor: Michal Hybner 
+
+_pkgname=wavpack
+pkgname=lib32-wavpack
+pkgver=4.75.2
+pkgrel=2
+pkgdesc="Audio compression format with lossless, lossy, and hybrid compression 
modes"
+arch=('x86_64')
+url="http://www.wavpack.com/;
+license=('BSD')
+depends=('lib32-glibc' 'wavpack')
+source=("http://www.wavpack.com/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('e8bbc4c3382f9148918ad7b896e10ac1')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  ./configure --prefix=/usr \
+--disable-asm \
+--libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  cd "$pkgdir/usr"
+  rm -rf {bin,include,share/man}/
+}


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


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:05:44
  Author: fyan
Revision: 160506

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-wavpack/repos/multilib-x86_64/
  lib32-wavpack/repos/multilib-x86_64/PKGBUILD
(from rev 160505, lib32-wavpack/trunk/PKGBUILD)

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

Copied: lib32-wavpack/repos/multilib-x86_64/PKGBUILD (from rev 160505, 
lib32-wavpack/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2016-02-07 04:05:44 UTC (rev 160506)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: François Charette  
+# Contributor: Shinlun Hsieh 
+# Contributor: Michal Hybner 
+
+_pkgname=wavpack
+pkgname=lib32-wavpack
+pkgver=4.75.2
+pkgrel=2
+pkgdesc="Audio compression format with lossless, lossy, and hybrid compression 
modes"
+arch=('x86_64')
+url="http://www.wavpack.com/;
+license=('BSD')
+depends=('lib32-glibc' 'wavpack')
+source=("http://www.wavpack.com/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('e8bbc4c3382f9148918ad7b896e10ac1')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  ./configure --prefix=/usr \
+--disable-asm \
+--libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  cd "$pkgdir/usr"
+  rm -rf {bin,include,share/man}/
+}


[arch-commits] Commit in (4 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:21:24
  Author: fyan
Revision: 160507

addpkg: lib32-taglib 1.10-3

Added:
  lib32-taglib/
  lib32-taglib/repos/
  lib32-taglib/trunk/
  lib32-taglib/trunk/PKGBUILD

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

Added: lib32-taglib/trunk/PKGBUILD
===
--- lib32-taglib/trunk/PKGBUILD (rev 0)
+++ lib32-taglib/trunk/PKGBUILD 2016-02-07 04:21:24 UTC (rev 160507)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+_pkgname=taglib
+pkgname=lib32-taglib
+pkgver=1.10
+pkgrel=3
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
+arch=('x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
+makedepends=('cmake')
+options=('!libtool')
+source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX=32 \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  cd "$pkgdir/usr"
+  rm -rf {include,share}/
+  mv bin/taglib-config{,-32}
+}


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


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 05:21:39
  Author: fyan
Revision: 160508

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-taglib/repos/multilib-x86_64/
  lib32-taglib/repos/multilib-x86_64/PKGBUILD
(from rev 160507, lib32-taglib/trunk/PKGBUILD)

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

Copied: lib32-taglib/repos/multilib-x86_64/PKGBUILD (from rev 160507, 
lib32-taglib/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2016-02-07 04:21:39 UTC (rev 160508)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+_pkgname=taglib
+pkgname=lib32-taglib
+pkgver=1.10
+pkgrel=3
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
+arch=('x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
+makedepends=('cmake')
+options=('!libtool')
+source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX=32 \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  cd "$pkgdir/usr"
+  rm -rf {include,share}/
+  mv bin/taglib-config{,-32}
+}


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

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:21:14
  Author: fyan
Revision: 160496

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

Added:
  haskell-statistics/repos/community-i686/
  haskell-statistics/repos/community-i686/PKGBUILD
(from rev 160495, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-i686/haskell-statistics.install
(from rev 160495, haskell-statistics/trunk/haskell-statistics.install)
  haskell-statistics/repos/community-x86_64/
  haskell-statistics/repos/community-x86_64/PKGBUILD
(from rev 160495, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-x86_64/haskell-statistics.install
(from rev 160495, haskell-statistics/trunk/haskell-statistics.install)

-+
 community-i686/PKGBUILD |   44 ++
 community-i686/haskell-statistics.install   |   18 ++
 community-x86_64/PKGBUILD   |   44 ++
 community-x86_64/haskell-statistics.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-statistics/repos/community-i686/PKGBUILD (from rev 160495, 
haskell-statistics/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 01:21:14 UTC (rev 160496)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=1
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=("d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd")
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-statistics/repos/community-i686/haskell-statistics.install 
(from rev 160495, haskell-statistics/trunk/haskell-statistics.install)
===
--- community-i686/haskell-statistics.install   (rev 0)
+++ community-i686/haskell-statistics.install   2016-02-07 01:21:14 UTC (rev 
160496)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statistics
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-statistics/repos/community-x86_64/PKGBUILD (from rev 160495, 
haskell-statistics/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-07 01:21:14 UTC (rev 160496)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=1
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ 

[arch-commits] Commit in (5 files)

2016-02-06 Thread Felix Yan
Date: Sunday, February 7, 2016 @ 02:20:18
  Author: fyan
Revision: 160495

addpkg: haskell-statistics 0.13.2.3-1

Added:
  haskell-statistics/
  haskell-statistics/repos/
  haskell-statistics/trunk/
  haskell-statistics/trunk/PKGBUILD
  haskell-statistics/trunk/haskell-statistics.install

+
 PKGBUILD   |   44 +++
 haskell-statistics.install |   18 +
 2 files changed, 62 insertions(+)

Added: haskell-statistics/trunk/PKGBUILD
===
--- haskell-statistics/trunk/PKGBUILD   (rev 0)
+++ haskell-statistics/trunk/PKGBUILD   2016-02-07 01:20:18 UTC (rev 160495)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=1
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=("d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd")
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-statistics/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-statistics/trunk/haskell-statistics.install
===
--- haskell-statistics/trunk/haskell-statistics.install 
(rev 0)
+++ haskell-statistics/trunk/haskell-statistics.install 2016-02-07 01:20:18 UTC 
(rev 160495)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statistics
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-02-06 Thread Jonathan Steel
Date: Saturday, February 6, 2016 @ 09:10:21
  Author: jsteel
Revision: 160460

upgpkg: herbstluftwm 0.7.0-1

Modified:
  herbstluftwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 07:59:35 UTC (rev 160459)
+++ PKGBUILD2016-02-06 08:10:21 UTC (rev 160460)
@@ -3,8 +3,8 @@
 # Contributor: thorsten w. 
 
 pkgname=herbstluftwm
-pkgver=0.6.2
-pkgrel=4
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Manual tiling window manager for X"
 arch=('i686' 'x86_64')
 url="http://herbstluftwm.org;
@@ -15,7 +15,7 @@
 'dzen2: used in the default panel.sh'
 'dmenu: used in some example scripts')
 source=($url/tarballs/$pkgname-$pkgver.tar.gz)
-md5sums=('8bfbbdb16cf88821c8dacd5165590fd2')
+md5sums=('2a4f05d113fd81ceda0246ba63288b05')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-06 Thread Jonathan Steel
Date: Saturday, February 6, 2016 @ 09:10:42
  Author: jsteel
Revision: 160461

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-06 08:10:21 UTC (rev 160460)
+++ community-i686/PKGBUILD 2016-02-06 08:10:42 UTC (rev 160461)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: thorsten w. 
-
-pkgname=herbstluftwm
-pkgver=0.6.2
-pkgrel=4
-pkgdesc="Manual tiling window manager for X"
-arch=('i686' 'x86_64')
-url="http://herbstluftwm.org;
-license=('BSD')
-depends=('glib2' 'libxinerama')
-optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
-'xterm: used as the terminal in default autostart'
-'dzen2: used in the default panel.sh'
-'dmenu: used in some example scripts')
-source=($url/tarballs/$pkgname-$pkgver.tar.gz)
-md5sums=('8bfbbdb16cf88821c8dacd5165590fd2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  TERM=linux make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" \
-BASHCOMPLETIONDIR=/usr/share/bash-completion/completions install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-
-  ln -s /usr/share/doc/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/share/bash-completion/completions/herbstclient{-completion,}
-}

Copied: herbstluftwm/repos/community-i686/PKGBUILD (from rev 160460, 
herbstluftwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-06 08:10:42 UTC (rev 160461)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: thorsten w. 
+
+pkgname=herbstluftwm
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Manual tiling window manager for X"
+arch=('i686' 'x86_64')
+url="http://herbstluftwm.org;
+license=('BSD')
+depends=('glib2' 'libxinerama')
+optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
+'xterm: used as the terminal in default autostart'
+'dzen2: used in the default panel.sh'
+'dmenu: used in some example scripts')
+source=($url/tarballs/$pkgname-$pkgver.tar.gz)
+md5sums=('2a4f05d113fd81ceda0246ba63288b05')
+
+build() {
+  cd $pkgname-$pkgver
+
+  TERM=linux make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" \
+BASHCOMPLETIONDIR=/usr/share/bash-completion/completions install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+
+  ln -s /usr/share/doc/$pkgname/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/share/bash-completion/completions/herbstclient{-completion,}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-06 08:10:21 UTC (rev 160460)
+++ community-x86_64/PKGBUILD   2016-02-06 08:10:42 UTC (rev 160461)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: thorsten w. 
-
-pkgname=herbstluftwm
-pkgver=0.6.2
-pkgrel=4
-pkgdesc="Manual tiling window manager for X"
-arch=('i686' 'x86_64')
-url="http://herbstluftwm.org;
-license=('BSD')
-depends=('glib2' 'libxinerama')
-optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
-'xterm: used as the terminal in default autostart'
-'dzen2: used in the default panel.sh'
-'dmenu: used in some example scripts')
-source=($url/tarballs/$pkgname-$pkgver.tar.gz)
-md5sums=('8bfbbdb16cf88821c8dacd5165590fd2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  TERM=linux make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" \
-BASHCOMPLETIONDIR=/usr/share/bash-completion/completions install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-
-  ln -s /usr/share/doc/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/share/bash-completion/completions/herbstclient{-completion,}
-}

Copied: herbstluftwm/repos/community-x86_64/PKGBUILD (from rev 160460, 
herbstluftwm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 14:17:45
  Author: andyrtr
Revision: 258924

upgpkg: nvidia-lts 361.18-1

upstream update 361.18; FS#48048

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 10:23:41 UTC (rev 258923)
+++ PKGBUILD2016-02-06 13:17:45 UTC (rev 258924)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=358.16
+pkgver=361.18
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('5dfe11ca13548ca4813b10f3223d6014')
-md5sums_x86_64=('efb1e649c0e0d62e92774bbf2c124488')
+md5sums_i686=('ade4f7d0a5631ff492088671bc303a0a')
+md5sums_x86_64=('29a88f1538d622cebf751593396053e4')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -34,7 +34,7 @@
 }
 
 package() {
-depends=('linux-lts>=4.1.11' "nvidia-utils=$pkgver" 'libgl')
+depends=('linux-lts>=4.1.17' "nvidia-utils=$pkgver" 'libgl')
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 14:17:59
  Author: andyrtr
Revision: 258925

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

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

-+
 /PKGBUILD   |  108 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   54 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-06 13:17:45 UTC (rev 258924)
+++ extra-i686/PKGBUILD 2016-02-06 13:17:59 UTC (rev 258925)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=358.16
-_extramodules=extramodules-4.1-lts
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.17' 
'linux-lts-headers>=4.1.17')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=('!strip')
-source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('5dfe11ca13548ca4813b10f3223d6014')
-md5sums_x86_64=('efb1e649c0e0d62e92774bbf2c124488')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-export IGNORE_CC_MISMATCH=1
-
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-depends=('linux-lts>=4.1.11' "nvidia-utils=$pkgver" 'libgl')
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 258924, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-06 13:17:59 UTC (rev 258925)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=361.18
+_extramodules=extramodules-4.1-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.17' 
'linux-lts-headers>=4.1.17')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('ade4f7d0a5631ff492088671bc303a0a')
+md5sums_x86_64=('29a88f1538d622cebf751593396053e4')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {

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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 10:56:52
  Author: fyan
Revision: 160470

upgpkg: libpapyros 0.2.0-1

Modified:
  libpapyros/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 08:47:57 UTC (rev 160469)
+++ PKGBUILD2016-02-06 09:56:52 UTC (rev 160470)
@@ -3,13 +3,13 @@
 # Contributor: Michael Spencer 
 
 pkgname=libpapyros
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Library of common classes for Papyros"
 arch=("i686" "x86_64")
 url="https://github.com/papyros/libpapyros;
 license=("GPL")
-depends=("qt5-base" "qt5-declarative" "kconfig")
+depends=("qt5-base" "qt5-declarative" "kwallet")
 makedepends=("git" "python" "extra-cmake-modules")
 source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver;)
 sha256sums=('SKIP')


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

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 11:23:41
  Author: andyrtr
Revision: 258923

prepare next release; use system liblangtag libexttextcat libfbclient

Modified:
  libreoffice-fresh/trunk/PKGBUILD.51

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

Modified: PKGBUILD.51
===
--- PKGBUILD.51 2016-02-06 08:47:32 UTC (rev 258922)
+++ PKGBUILD.51 2016-02-06 10:23:41 UTC (rev 258923)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.1.0.0.beta1-buildfix1
+_LOver=5.1.0.3
 pkgver=5.1.0
-pkgrel=0.2 # beta1
+pkgrel=0.3 # RC3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -21,10 +21,11 @@
'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus')
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liborcus' 'liblangtag'
+   'libexttextcat' 'libfbclient')
 
-#_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url="http://dev-www.libreoffice.org/src;
 _additional_source_url2="http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
@@ -46,19 +47,16 @@

${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip

${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip

${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   
${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   ${_additional_source_url}/Firebird-2.5.4.26856-0.tar.bz2
${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2

${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip

${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
${_additional_source_url}/libfreehand-0.1.1.tar.bz2
-   
${_additional_source_url}/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
@@ -80,26 +78,23 @@
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
language-subtag-registry-2015-08-04.tar.bz2
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   Firebird-2.5.4.26856-0.tar.bz2
libgltf-0.0.2.tar.bz2
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
libfreehand-0.1.1.tar.bz2
-   aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-md5sums=('2fdc702c6f898c01978b5a1952ae3213'
+md5sums=('a0cbe7fe9368e35068bd619281380379'
  'SKIP'
- 'e64622585ef8a57399ac4b1a52ec3b2a'
+ 'e24d7920ef9fc36f977ebb954173fd43'
  'SKIP'
- '4764b30bc62dbc45e0dc7897b1c82bb2'
+ '76495173c3e7a74f4aa53198d8bb99e5'
  'SKIP'
  '6aa9a5c6a4ca1016edd0ed1178e3cb87'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -119,19 +114,16 @@
  '3bdf40c0d199af31923e900d082ca2dd'
  'ace6ab49184e329db254e454a010f56d'
  'db60e4fde8dd6d6807523deb71ee34dc'
- '10d61fbaa6a06348823651b1bd7940fe'
  

[arch-commits] Commit in (6 files)

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:47:23
  Author: andyrtr
Revision: 258921

community2extra: Moving libfbclient from community to extra

Added:
  libfbclient/
  libfbclient/repos/
  libfbclient/trunk/
  libfbclient/trunk/ChangeLog
  libfbclient/trunk/LICENSE
  libfbclient/trunk/PKGBUILD

---+
 ChangeLog |   26 ++
 LICENSE   |   44 
 PKGBUILD  |   47 +++
 3 files changed, 117 insertions(+)

Added: libfbclient/trunk/ChangeLog
===
--- libfbclient/trunk/ChangeLog (rev 0)
+++ libfbclient/trunk/ChangeLog 2016-02-06 08:47:23 UTC (rev 258921)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych 
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Added: libfbclient/trunk/LICENSE
===
--- libfbclient/trunk/LICENSE   (rev 0)
+++ libfbclient/trunk/LICENSE   2016-02-06 08:47:23 UTC (rev 258921)
@@ -0,0 +1,44 @@
+
+LICENSES
+
+
+The applicable and approved licenses for the source files
+of the Firebird RDBMS project are:
+
+  1) InterBase Public License (IPL), version 1.0
+ http://bdn.borland.com/article/0,1410,30198,00.html
+
+  2) Initial Developer's Public License (IDPL), version 1.0
+ http://www.ibphoenix.com/main.nfs?a=ibphoenix=ibp_idpl
+
+The IPL is copyright of Borland Corp., the other licenses are copyright
+by the source code authors and contributors.
+
+
+USAGE RULES
+---
+
+1) The source code which was released under the IPL must keep this license.
+   All modifications / adaptations of this code are still subjects of the IPL.
+
+2) The files that are derived from the IPL covered code, must also keep
+   this license. It means that if any new file contains some code covered by
+   the IPL, then this file should be released under the IPL too.
+
+3) The new files developed by the members of the Firebird project should
+   be released under the IDPL.
+
+4) The new files contributed by people who are not members of the Firebird
+   project should follow the rule #3. If an author (initial developer) doesn't
+   specify the license to be used, the person who applies the contributed code
+   to the CVS tree (a committer) becomes responsible for the license assigned
+   to the contributed code.
+
+5) Every non-binary file that exists in the CVS tree, should have a header
+   section which describes the license this code is released under. If a file
+   contains no header, it means that this code is freeware and nobody owns the
+   appropriate copyrights.
+
+
+You may find the exhibits for the approved licenses in /doc/license directory
+of the CVS tree.

Added: libfbclient/trunk/PKGBUILD
===
--- libfbclient/trunk/PKGBUILD  (rev 0)
+++ libfbclient/trunk/PKGBUILD  2016-02-06 08:47:23 UTC (rev 258921)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Carlier Laurent 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libfbclient
+pkgver=2.5.4.26856
+pkgrel=3
+pkgdesc="Client library for Firebird."
+arch=('i686' 'x86_64')
+url="http://www.firebirdsql.org/;
+license=('custom')
+depends=('gcc-libs' 'icu')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
+LICENSE)
+md5sums=('7a17ec9889424b98baa29e001a054434'
+ '0d61798861e159c85dbdf0f30fe2f2ce')
+
+build() {
+  cd $srcdir/Firebird-$pkgver-0
+
+  ./configure --prefix=/usr --with-system-icu --without-fbudf \
+--without-fbsbin --without-fbconf --without-fbdoc --without-fbsample \
+--without-fbsample-db --without-fbintl --without-fbmisc --without-fbhelp \
+--without-fbsecure-db --with-fbmsg=/usr/share/firebird --without-fblog \
+--without-fbglock --without-fbplugins
+
+  make
+}
+
+package() {
+  cd $srcdir/Firebird-$pkgver-0
+
+  mkdir -p $pkgdir/usr/{bin,share/{firebird,licenses/$pkgname}}
+
+  cp -R gen/firebird/{lib,include} $pkgdir/usr
+  rm -f $pkgdir/usr/lib/libedit.a
+
+  install -m644 gen/firebird/*.msg $pkgdir/usr/share/firebird
+  install -m755 gen/firebird/bin/fb_config $pkgdir/usr/bin
+  install -m644 ${srcdir}/LICENSE 

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

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:47:32
  Author: andyrtr
Revision: 258922

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

Added:
  libfbclient/repos/extra-i686/
  libfbclient/repos/extra-i686/ChangeLog
(from rev 258921, libfbclient/trunk/ChangeLog)
  libfbclient/repos/extra-i686/LICENSE
(from rev 258921, libfbclient/trunk/LICENSE)
  libfbclient/repos/extra-i686/PKGBUILD
(from rev 258921, libfbclient/trunk/PKGBUILD)
  libfbclient/repos/extra-x86_64/
  libfbclient/repos/extra-x86_64/ChangeLog
(from rev 258921, libfbclient/trunk/ChangeLog)
  libfbclient/repos/extra-x86_64/LICENSE
(from rev 258921, libfbclient/trunk/LICENSE)
  libfbclient/repos/extra-x86_64/PKGBUILD
(from rev 258921, libfbclient/trunk/PKGBUILD)

+
 extra-i686/ChangeLog   |   26 ++
 extra-i686/LICENSE |   44 
 extra-i686/PKGBUILD|   47 +++
 extra-x86_64/ChangeLog |   26 ++
 extra-x86_64/LICENSE   |   44 
 extra-x86_64/PKGBUILD  |   47 +++
 6 files changed, 234 insertions(+)

Copied: libfbclient/repos/extra-i686/ChangeLog (from rev 258921, 
libfbclient/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2016-02-06 08:47:32 UTC (rev 258922)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych 
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/extra-i686/LICENSE (from rev 258921, 
libfbclient/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-02-06 08:47:32 UTC (rev 258922)
@@ -0,0 +1,44 @@
+
+LICENSES
+
+
+The applicable and approved licenses for the source files
+of the Firebird RDBMS project are:
+
+  1) InterBase Public License (IPL), version 1.0
+ http://bdn.borland.com/article/0,1410,30198,00.html
+
+  2) Initial Developer's Public License (IDPL), version 1.0
+ http://www.ibphoenix.com/main.nfs?a=ibphoenix=ibp_idpl
+
+The IPL is copyright of Borland Corp., the other licenses are copyright
+by the source code authors and contributors.
+
+
+USAGE RULES
+---
+
+1) The source code which was released under the IPL must keep this license.
+   All modifications / adaptations of this code are still subjects of the IPL.
+
+2) The files that are derived from the IPL covered code, must also keep
+   this license. It means that if any new file contains some code covered by
+   the IPL, then this file should be released under the IPL too.
+
+3) The new files developed by the members of the Firebird project should
+   be released under the IDPL.
+
+4) The new files contributed by people who are not members of the Firebird
+   project should follow the rule #3. If an author (initial developer) doesn't
+   specify the license to be used, the person who applies the contributed code
+   to the CVS tree (a committer) becomes responsible for the license assigned
+   to the contributed code.
+
+5) Every non-binary file that exists in the CVS tree, should have a header
+   section which describes the license this code is released under. If a file
+   contains no header, it means that this code is freeware and nobody owns the
+   appropriate copyrights.
+
+
+You may find the exhibits for the approved licenses in /doc/license directory
+of the CVS tree.

Copied: libfbclient/repos/extra-i686/PKGBUILD (from rev 258921, 
libfbclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-06 08:47:32 UTC (rev 258922)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Carlier Laurent 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libfbclient
+pkgver=2.5.4.26856
+pkgrel=3
+pkgdesc="Client library for Firebird."
+arch=('i686' 'x86_64')
+url="http://www.firebirdsql.org/;
+license=('custom')
+depends=('gcc-libs' 'icu')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
+

[arch-commits] Commit in (libfbclient)

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:47:57
  Author: andyrtr
Revision: 160469

community2extra: Moving libfbclient from community to extra

Deleted:
  libfbclient/


[arch-commits] Commit in papyros-terminal/trunk (PKGBUILD libpapyros-0.2.patch)

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 10:57:39
  Author: fyan
Revision: 160472

upgpkg: papyros-terminal 0.1.0-2

rebuild and fix for libpapyros 0.2.0

Added:
  papyros-terminal/trunk/libpapyros-0.2.patch
Modified:
  papyros-terminal/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 libpapyros-0.2.patch |  166 +
 2 files changed, 173 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 09:57:18 UTC (rev 160471)
+++ PKGBUILD2016-02-06 09:57:39 UTC (rev 160472)
@@ -4,7 +4,7 @@
 
 pkgname=papyros-terminal
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The terminal app for Papyros"
 arch=("i686" "x86_64")
 url="https://github.com/papyros/terminal-app;
@@ -12,12 +12,16 @@
 depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
  "libpapyros")
 makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;)
-sha256sums=('SKIP')
+source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;
+libpapyros-0.2.patch)
+sha256sums=('SKIP'
+'6c9720692749854672a5aec2e47afead17b836fddeaa65a67749e941170c2cdc')
 
 prepare() {
   mkdir -p build
   sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
+
+  (cd terminal-app; patch -p1 -i ../libpapyros-0.2.patch)
 }
 
 build() {

Added: libpapyros-0.2.patch
===
--- libpapyros-0.2.patch(rev 0)
+++ libpapyros-0.2.patch2016-02-06 09:57:39 UTC (rev 160472)
@@ -0,0 +1,166 @@
+From 80c97ff9ed34fb2b2a4a53f8f0ed3d26334ab5a1 Mon Sep 17 00:00:00 2001
+From: Michael Spencer 
+Date: Mon, 18 Jan 2016 21:26:46 -0600
+Subject: [PATCH] Depend on the new Papyros.Core QML module instead of
+ registering it ourselves
+
+---
+ src/CMakeLists.txt   |  3 +--
+ src/clipboard.cpp| 31 ---
+ src/clipboard.h  | 38 --
+ src/main.cpp |  8 
+ src/qml/Settings.qml |  2 +-
+ src/qml/main.qml |  2 +-
+ 6 files changed, 3 insertions(+), 81 deletions(-)
+ delete mode 100644 src/clipboard.cpp
+ delete mode 100644 src/clipboard.h
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 221ef4a..318d7c5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -5,8 +5,7 @@ target_link_libraries(papyros-terminal
+   Qt5::Core
+   Qt5::Qml
+   Qt5::Quick
+-  Qt5::Widgets
+-  Papyros::Papyros)
++  Qt5::Widgets)
+ 
+ install(TARGETS papyros-terminal
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
+diff --git a/src/clipboard.cpp b/src/clipboard.cpp
+deleted file mode 100644
+index 8fe79ea..000
+--- a/src/clipboard.cpp
 /dev/null
+@@ -1,31 +0,0 @@
+-/*
+- * Papyros Terminal - The terminal app for Papyros following Material Design
+- * Copyright (C) 2016 Michael Spencer 
+- *
+- * This program is free software: you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License as published by
+- * the Free Software Foundation, either version 3 of the License, or
+- * (at your option) any later version.
+- *
+- * This program is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+- * GNU General Public License for more details.
+- *
+- * You should have received a copy of the GNU General Public License
+- * along with this program. If not, see .
+- */
+-
+-#include "clipboard.h"
+-
+-#include 
+-
+-Clipboard::Clipboard(QObject *parent) : QObject(parent), 
m_clipboard(QApplication::clipboard())
+-{
+-// Nothing needed here
+-}
+-
+-QString Clipboard::text() const
+-{
+-return m_clipboard->text();
+-}
+diff --git a/src/clipboard.h b/src/clipboard.h
+deleted file mode 100644
+index 241c053..000
+--- a/src/clipboard.h
 /dev/null
+@@ -1,38 +0,0 @@
+-/*
+- * Papyros Terminal - The terminal app for Papyros following Material Design
+- * Copyright (C) 2016 Michael Spencer 
+- *
+- * This program is free software: you can redistribute it and/or modify
+- * it under the terms of the GNU General Public License as published by
+- * the Free Software Foundation, either version 3 of the License, or
+- * (at your option) any later version.
+- *
+- * This program is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+- * GNU General Public License for more details.
+- *
+- * You should have received a copy of 

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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 10:57:18
  Author: fyan
Revision: 160471

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-06 09:56:52 UTC (rev 160470)
+++ community-i686/PKGBUILD 2016-02-06 09:57:18 UTC (rev 160471)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Spencer 
-
-pkgname=libpapyros
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="Library of common classes for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/libpapyros;
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "kconfig")
-makedepends=("git" "python" "extra-cmake-modules")
-source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake "$srcdir/${pkgname}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libpapyros/repos/community-i686/PKGBUILD (from rev 160470, 
libpapyros/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-06 09:57:18 UTC (rev 160471)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=libpapyros
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Library of common classes for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/libpapyros;
+license=("GPL")
+depends=("qt5-base" "qt5-declarative" "kwallet")
+makedepends=("git" "python" "extra-cmake-modules")
+source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/${pkgname}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-06 09:56:52 UTC (rev 160470)
+++ community-x86_64/PKGBUILD   2016-02-06 09:57:18 UTC (rev 160471)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Spencer 
-
-pkgname=libpapyros
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="Library of common classes for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/libpapyros;
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "kconfig")
-makedepends=("git" "python" "extra-cmake-modules")
-source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake "$srcdir/${pkgname}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libpapyros/repos/community-x86_64/PKGBUILD (from rev 160470, 
libpapyros/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-06 09:57:18 UTC (rev 160471)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=libpapyros
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Library of common classes for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/libpapyros;
+license=("GPL")
+depends=("qt5-base" "qt5-declarative" "kwallet")
+makedepends=("git" "python" "extra-cmake-modules")
+source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/${pkgname}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 10:58:03
  Author: fyan
Revision: 160473

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

Added:
  papyros-terminal/repos/community-i686/PKGBUILD
(from rev 160472, papyros-terminal/trunk/PKGBUILD)
  papyros-terminal/repos/community-i686/libpapyros-0.2.patch
(from rev 160472, papyros-terminal/trunk/libpapyros-0.2.patch)
  papyros-terminal/repos/community-x86_64/PKGBUILD
(from rev 160472, papyros-terminal/trunk/PKGBUILD)
  papyros-terminal/repos/community-x86_64/libpapyros-0.2.patch
(from rev 160472, papyros-terminal/trunk/libpapyros-0.2.patch)
Deleted:
  papyros-terminal/repos/community-i686/PKGBUILD
  papyros-terminal/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 +
 community-i686/PKGBUILD   |   32 --
 community-i686/libpapyros-0.2.patch   |  166 
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/libpapyros-0.2.patch |  166 
 5 files changed, 404 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-06 09:57:39 UTC (rev 160472)
+++ community-i686/PKGBUILD 2016-02-06 09:58:03 UTC (rev 160473)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Spencer 
-
-pkgname=papyros-terminal
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="The terminal app for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/terminal-app;
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
- "libpapyros")
-makedepends=("git" "extra-cmake-modules")
-source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-  sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
-}
-
-build() {
-  cd build
-  cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: papyros-terminal/repos/community-i686/PKGBUILD (from rev 160472, 
papyros-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-06 09:58:03 UTC (rev 160473)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Spencer 
+
+pkgname=papyros-terminal
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="The terminal app for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/terminal-app;
+license=("GPL")
+depends=("qt5-base" "qt5-declarative" "qml-material" "qmltermwidget"
+ "libpapyros")
+makedepends=("git" "extra-cmake-modules")
+source=("git+https://github.com/papyros/terminal-app.git#tag=v$pkgver;
+libpapyros-0.2.patch)
+sha256sums=('SKIP'
+'6c9720692749854672a5aec2e47afead17b836fddeaa65a67749e941170c2cdc')
+
+prepare() {
+  mkdir -p build
+  sed -i 's/Roboto Mono for Powerline/Monospace/' 
terminal-app/src/qml/Settings.qml
+
+  (cd terminal-app; patch -p1 -i ../libpapyros-0.2.patch)
+}
+
+build() {
+  cd build
+  cmake "$srcdir/terminal-app" -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: papyros-terminal/repos/community-i686/libpapyros-0.2.patch (from rev 
160472, papyros-terminal/trunk/libpapyros-0.2.patch)
===
--- community-i686/libpapyros-0.2.patch (rev 0)
+++ community-i686/libpapyros-0.2.patch 2016-02-06 09:58:03 UTC (rev 160473)
@@ -0,0 +1,166 @@
+From 80c97ff9ed34fb2b2a4a53f8f0ed3d26334ab5a1 Mon Sep 17 00:00:00 2001
+From: Michael Spencer 
+Date: Mon, 18 Jan 2016 21:26:46 -0600
+Subject: [PATCH] Depend on the new Papyros.Core QML module instead of
+ registering it ourselves
+
+---
+ src/CMakeLists.txt   |  3 +--
+ src/clipboard.cpp| 31 ---
+ src/clipboard.h  | 38 --
+ src/main.cpp |  8 
+ src/qml/Settings.qml |  2 +-
+ src/qml/main.qml |  2 +-
+ 6 files changed, 3 insertions(+), 81 deletions(-)
+ delete mode 100644 src/clipboard.cpp
+ delete mode 100644 src/clipboard.h
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 221ef4a..318d7c5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -5,8 +5,7 @@ target_link_libraries(papyros-terminal
+   Qt5::Core
+   Qt5::Qml
+   Qt5::Quick
+-  Qt5::Widgets
+-  Papyros::Papyros)
++  Qt5::Widgets)
+ 
+ install(TARGETS papyros-terminal

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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 08:59:35
  Author: fyan
Revision: 160459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 07:59:07 UTC (rev 160458)
+++ PKGBUILD2016-02-06 07:59:35 UTC (rev 160459)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.27.0
-pkgrel=1
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
-source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-md5sums=('ab8490eeb11e30a01d60bf7f156eac37')
-
-prepare() {
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test wheel
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
-}
-
-package_python-wheel() {
-  depends=('python')
-  optdepends=('python-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2')
-  optdepends=('python2-keyring: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 160458, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 07:59:35 UTC (rev 160459)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python2-keyring' 'python-keyrings-alt' 
'python2-keyrings-alt')
+source=("https://pypi.python.org/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+md5sums=('6d6b7e87dd744c6fac77ca9b43479207')
+
+prepare() {
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test wheel
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 wheel
+}
+
+package_python-wheel() {
+  depends=('python')
+  optdepends=('python-keyring: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-wheel() {
+  depends=('python2')
+  optdepends=('python2-keyring: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:41:33
  Author: andyrtr
Revision: 258919

community2extra: Moving libexttextcat from community to extra

Added:
  libexttextcat/
  libexttextcat/repos/
  libexttextcat/trunk/
  libexttextcat/trunk/PKGBUILD
  libexttextcat/trunk/libexttextcat.changelog

-+
 PKGBUILD|   30 ++
 libexttextcat.changelog |2 ++
 2 files changed, 32 insertions(+)

Added: libexttextcat/trunk/PKGBUILD
===
--- libexttextcat/trunk/PKGBUILD(rev 0)
+++ libexttextcat/trunk/PKGBUILD2016-02-06 08:41:33 UTC (rev 258919)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: libexttextcat/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libexttextcat/trunk/libexttextcat.changelog
===
--- libexttextcat/trunk/libexttextcat.changelog (rev 0)
+++ libexttextcat/trunk/libexttextcat.changelog 2016-02-06 08:41:33 UTC (rev 
258919)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'


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

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:41:42
  Author: andyrtr
Revision: 258920

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

Added:
  libexttextcat/repos/extra-i686/
  libexttextcat/repos/extra-i686/PKGBUILD
(from rev 258919, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/extra-i686/libexttextcat.changelog
(from rev 258919, libexttextcat/trunk/libexttextcat.changelog)
  libexttextcat/repos/extra-x86_64/
  libexttextcat/repos/extra-x86_64/PKGBUILD
(from rev 258919, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/extra-x86_64/libexttextcat.changelog
(from rev 258919, libexttextcat/trunk/libexttextcat.changelog)

--+
 extra-i686/PKGBUILD  |   30 ++
 extra-i686/libexttextcat.changelog   |2 ++
 extra-x86_64/PKGBUILD|   30 ++
 extra-x86_64/libexttextcat.changelog |2 ++
 4 files changed, 64 insertions(+)

Copied: libexttextcat/repos/extra-i686/PKGBUILD (from rev 258919, 
libexttextcat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/extra-i686/libexttextcat.changelog (from rev 
258919, libexttextcat/trunk/libexttextcat.changelog)
===
--- extra-i686/libexttextcat.changelog  (rev 0)
+++ extra-i686/libexttextcat.changelog  2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-x86_64/PKGBUILD (from rev 258919, 
libexttextcat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/extra-x86_64/libexttextcat.changelog (from rev 
258919, libexttextcat/trunk/libexttextcat.changelog)
===
--- extra-x86_64/libexttextcat.changelog(rev 0)
+++ extra-x86_64/libexttextcat.changelog2016-02-06 08:41:42 UTC (rev 
258920)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'


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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 09:41:24
  Author: fyan
Revision: 160463

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-06 08:40:59 UTC (rev 160462)
+++ community-i686/PKGBUILD 2016-02-06 08:41:24 UTC (rev 160463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.9.1
-_realver=1.0.9-1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 160462, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-06 08:41:24 UTC (rev 160463)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.10.0
+_realver=1.0.10-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src
+
+  # Hack vendored packages
+  # TODO: find a way to use Go's builtin vendoring handler
+  for pkg in go/vendor/*; do
+ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
+  done
+
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-06 08:40:59 UTC (rev 160462)
+++ community-x86_64/PKGBUILD   2016-02-06 08:41:24 UTC (rev 160463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.9.1
-_realver=1.0.9-1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 160462, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-06 08:41:24 UTC (rev 160463)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.10.0
+_realver=1.0.10-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')

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

2016-02-06 Thread Felix Yan
Date: Saturday, February 6, 2016 @ 09:40:59
  Author: fyan
Revision: 160462

upgpkg: keybase 1.0.10.0-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 08:10:42 UTC (rev 160461)
+++ PKGBUILD2016-02-06 08:40:59 UTC (rev 160462)
@@ -4,8 +4,8 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.9.1
-_realver=1.0.9-1
+pkgver=1.0.10.0
+_realver=1.0.10-0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'
@@ -17,11 +17,17 @@
 
 prepare() {
   cd client
+  mkdir -p .gopath/src
+
+  # Hack vendored packages
+  # TODO: find a way to use Go's builtin vendoring handler
+  for pkg in go/vendor/*; do
+ln -s "$PWD/$pkg" ".gopath/src/$(basename $pkg)"
+  done
+
   mkdir -p .gopath/src/github.com/keybase
   ln -sf "$PWD" .gopath/src/github.com/keybase/client
   export GOPATH="$PWD/.gopath"
-
-  go get github.com/keybase/client/go/keybase
 }
 
 build() {


[arch-commits] Commit in (libexttextcat)

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:42:07
  Author: andyrtr
Revision: 160466

community2extra: Moving libexttextcat from community to extra

Deleted:
  libexttextcat/


[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2016-02-06 Thread Massimiliano Torromeo
Date: Saturday, February 6, 2016 @ 13:29:30
  Author: mtorromeo
Revision: 160475

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 160474, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
(from rev 160474, sysdig/trunk/sysdig.install)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/sysdig.install

+
 PKGBUILD   |   91 +++
 sysdig.install |   42 -
 2 files changed, 66 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 12:29:20 UTC (rev 160474)
+++ PKGBUILD2016-02-06 12:29:30 UTC (rev 160475)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl')
-makedepends=('cmake')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5d8c8a080c88ebd419d6519a5c2c0874b407af6069537e6968eba48961a997c4')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_B64=ON \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 160474, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 12:29:30 UTC (rev 160475)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b90dacb27a101526cd21c78a43b336e6752b7cc45f03bb424de0754ed99869a4')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+  -i scripts/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_B64=ON \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: sysdig.install
===
--- sysdig.install  2016-02-06 12:29:20 UTC (rev 160474)
+++ sysdig.install  2016-02-06 12:29:30 UTC (rev 160475)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-x86_64/sysdig.install (from rev 160474, 
sysdig/trunk/sysdig.install)
===
--- sysdig.install  (rev 0)
+++ sysdig.install  2016-02-06 12:29:30 UTC (rev 160475)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+pre_remove "$2"
+}
+
+post_upgrade() {
+post_install "$1"
+}
+
+pre_remove() {
+[ -n 

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

2016-02-06 Thread Massimiliano Torromeo
Date: Saturday, February 6, 2016 @ 13:29:20
  Author: mtorromeo
Revision: 160474

upgpkg: sysdig 0.8.0-1

Updated to 0.8.0

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-06 09:58:03 UTC (rev 160473)
+++ PKGBUILD2016-02-06 12:29:20 UTC (rev 160474)
@@ -4,7 +4,7 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 url="http://www.sysdig.org/;
 license=('GPL2')
 depends=('dkms' 'jsoncpp' 'luajit' 'curl')
-makedepends=('cmake')
+makedepends=('cmake' 'pandoc')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5d8c8a080c88ebd419d6519a5c2c0874b407af6069537e6968eba48961a997c4')
+sha256sums=('b90dacb27a101526cd21c78a43b336e6752b7cc45f03bb424de0754ed99869a4')
 install=$pkgname.install
 
 prepare() {
@@ -30,7 +30,6 @@
   cmake .. \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
 -DSYSDIG_VERSION=$pkgver \
 -DUSE_BUNDLED_DEPS=OFF \
 -DUSE_BUNDLED_JSONCPP=OFF \