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

2016-09-21 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 03:59:30
  Author: svenstaro
Revision: 190146

upgpkg: kcov 31-1

Push kcov

Modified:
  kcov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 03:56:58 UTC (rev 190145)
+++ PKGBUILD2016-09-22 03:59:30 UTC (rev 190146)
@@ -2,7 +2,7 @@
 # Contributor: Jan-Erik Rediger 
 
 pkgname=kcov
-pkgver=v31
+pkgver=31
 pkgrel=1
 pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
 arch=('i686' 'x86_64')
@@ -10,13 +10,11 @@
 license=('GPL2')
 depends=('elfutils' 'curl')
 makedepends=('cmake' 'python2')
-source=('https://github.com/SimonKagstrom/kcov/archive/${pkgver}.tar.gz')
-sha1sums=('SKIP')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz;)
+sha1sums=('76f046d71f120f0304817b8e755783be34892924')
 
-_gitname="kcov"
-
 build() {
-  cd "$srcdir/$_gitname"
+  cd $pkgname-$pkgver
 
   sed -i 's/env python$/env python2/' src/bin-to-c-source.py
   sed -i 's/env python$/env python2/' src/engines/python-helper.py
@@ -31,7 +29,7 @@
 }
 
 package() {
-  cd "$srcdir/$_gitname/build"
+  cd $pkgname-$pkgver/build
 
   make DESTDIR="$pkgdir/" install
   make clean


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

2016-09-21 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 03:59:44
  Author: svenstaro
Revision: 190147

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

Added:
  kcov/repos/community-i686/
  kcov/repos/community-i686/PKGBUILD
(from rev 190146, kcov/trunk/PKGBUILD)
  kcov/repos/community-x86_64/
  kcov/repos/community-x86_64/PKGBUILD
(from rev 190146, kcov/trunk/PKGBUILD)

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

Copied: kcov/repos/community-i686/PKGBUILD (from rev 190146, 
kcov/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-22 03:59:44 UTC (rev 190147)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=kcov
+pkgver=31
+pkgrel=1
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
+arch=('i686' 'x86_64')
+url="http://simonkagstrom.github.com/kcov/index.html;
+license=('GPL2')
+depends=('elfutils' 'curl')
+makedepends=('cmake' 'python2')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz;)
+sha1sums=('76f046d71f120f0304817b8e755783be34892924')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
+  sed -i 's/env python$/env python2/' src/engines/python-helper.py
+
+
+  mkdir -p build && cd build
+  # Strip --as-needed, because dl is linked before dw,
+  # but is actually used by dw, so we can't strip it before
+  export LDFLAGS="${LDFLAGS/--as-needed,/}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl 
-D__FOO_BAR_BAZ__" ..
+  make VERBOSE=1
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir/" install
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:

Copied: kcov/repos/community-x86_64/PKGBUILD (from rev 190146, 
kcov/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-22 03:59:44 UTC (rev 190147)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=kcov
+pkgver=31
+pkgrel=1
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
+arch=('i686' 'x86_64')
+url="http://simonkagstrom.github.com/kcov/index.html;
+license=('GPL2')
+depends=('elfutils' 'curl')
+makedepends=('cmake' 'python2')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz;)
+sha1sums=('76f046d71f120f0304817b8e755783be34892924')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
+  sed -i 's/env python$/env python2/' src/engines/python-helper.py
+
+
+  mkdir -p build && cd build
+  # Strip --as-needed, because dl is linked before dw,
+  # but is actually used by dw, so we can't strip it before
+  export LDFLAGS="${LDFLAGS/--as-needed,/}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl 
-D__FOO_BAR_BAZ__" ..
+  make VERBOSE=1
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir/" install
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-21 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 03:56:58
  Author: svenstaro
Revision: 190145

Add kcov

Added:
  kcov/
  kcov/repos/
  kcov/trunk/
  kcov/trunk/PKGBUILD

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

Added: kcov/trunk/PKGBUILD
===
--- kcov/trunk/PKGBUILD (rev 0)
+++ kcov/trunk/PKGBUILD 2016-09-22 03:56:58 UTC (rev 190145)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=kcov
+pkgver=v31
+pkgrel=1
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
+arch=('i686' 'x86_64')
+url="http://simonkagstrom.github.com/kcov/index.html;
+license=('GPL2')
+depends=('elfutils' 'curl')
+makedepends=('cmake' 'python2')
+source=('https://github.com/SimonKagstrom/kcov/archive/${pkgver}.tar.gz')
+sha1sums=('SKIP')
+
+_gitname="kcov"
+
+build() {
+  cd "$srcdir/$_gitname"
+
+  sed -i 's/env python$/env python2/' src/bin-to-c-source.py
+  sed -i 's/env python$/env python2/' src/engines/python-helper.py
+
+
+  mkdir -p build && cd build
+  # Strip --as-needed, because dl is linked before dw,
+  # but is actually used by dw, so we can't strip it before
+  export LDFLAGS="${LDFLAGS/--as-needed,/}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr DCMAKE_C_FLAGS:STRING="-ldl 
-D__FOO_BAR_BAZ__" ..
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$_gitname/build"
+
+  make DESTDIR="$pkgdir/" install
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-21 Thread Felix Yan
Date: Thursday, September 22, 2016 @ 02:33:34
  Author: felixonmars
Revision: 190144

archrelease: copy trunk to community-any

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

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

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

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

Deleted: pm2.service
===
--- pm2.service 2016-09-22 02:33:17 UTC (rev 190143)
+++ pm2.service 2016-09-22 02:33:34 UTC (rev 190144)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

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


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

2016-09-21 Thread Felix Yan
Date: Thursday, September 22, 2016 @ 02:33:17
  Author: felixonmars
Revision: 190143

upgpkg: pm2 2.0.15-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 19:07:57 UTC (rev 190142)
+++ PKGBUILD2016-09-22 02:33:17 UTC (rev 190143)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.0.12
+pkgver=2.0.15
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('2984763dd66978be69837985735b498c'
+md5sums=('18fb70ba5e27238e1b0cc308ff77e80f'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2016-09-21 Thread Thomas Bächler
Date: Wednesday, September 21, 2016 @ 21:37:12
  Author: thomas
Revision: 276817

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 21:36:16 UTC (rev 276816)
+++ extra-i686/PKGBUILD 2016-09-21 21:37:12 UTC (rev 276817)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=0.8.19
-pkgrel=2
-pkgdesc="Modular text mode IRC client with Perl scripting"
-arch=('i686' 'x86_64')
-url="http://irssi.org/;
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('98c0d15c8f752a595520d817e1cb5667')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
- --with-proxy \
- --sysconfdir=/etc \
- --with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: irssi/repos/extra-i686/PKGBUILD (from rev 276816, irssi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-21 21:37:12 UTC (rev 276817)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.20
+pkgrel=1
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+
"https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;)
+md5sums=('67d48c5feec2d3b949d088aa4abc3601'
+ 'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-21 21:36:16 UTC (rev 276816)
+++ extra-x86_64/PKGBUILD   2016-09-21 21:37:12 UTC (rev 276817)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=0.8.19
-pkgrel=2
-pkgdesc="Modular text mode IRC client with Perl scripting"
-arch=('i686' 'x86_64')
-url="http://irssi.org/;
-license=('GPL')
-depends=('glib2' 'openssl')
-optdepends=('perl-libwww: for the scriptassist script')
-backup=('etc/irssi.conf')
-source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('98c0d15c8f752a595520d817e1cb5667')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
- --with-proxy \
- --sysconfdir=/etc \
- --with-perl-lib=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: irssi/repos/extra-x86_64/PKGBUILD (from rev 276816, 
irssi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-21 21:37:12 UTC (rev 276817)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.20
+pkgrel=1
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/;
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+

[arch-commits] Commit in iana-etc/repos/testing-any (4 files)

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 21:36:16
  Author: bisson
Revision: 276816

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/LICENSE
(from rev 276815, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 276815, iana-etc/trunk/PKGBUILD)
Deleted:
  iana-etc/repos/testing-any/LICENSE
  iana-etc/repos/testing-any/PKGBUILD

--+
 LICENSE  |2 -
 PKGBUILD |  112 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-09-21 21:35:48 UTC (rev 276815)
+++ LICENSE 2016-09-21 21:36:16 UTC (rev 276816)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/LICENSE (from rev 276815, 
iana-etc/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-09-21 21:36:16 UTC (rev 276816)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 21:35:48 UTC (rev 276815)
+++ PKGBUILD2016-09-21 21:36:16 UTC (rev 276816)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler <tho...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=iana-etc
-pkgver=20160916
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('0e27e74f62d1b3b253cb408c636ed550e777cf75'
-  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 276815, 
iana-etc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 21:36:16 UTC (rev 276816)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler <tho...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=iana-etc
+pkgver=20160921
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 21:35:48
  Author: bisson
Revision: 276815

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 21:32:37 UTC (rev 276814)
+++ PKGBUILD2016-09-21 21:35:48 UTC (rev 276815)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson <bis...@archlinux.org>
 
 pkgname=iana-etc
-pkgver=20160916
+pkgver=20160921
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -10,10 +10,10 @@
 arch=('any')
 license=('custom:none')
 backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha1sums=('0e27e74f62d1b3b253cb408c636ed550e777cf75'
+sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
   'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
   'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
 


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

2016-09-21 Thread Thomas Bächler
Date: Wednesday, September 21, 2016 @ 21:32:37
  Author: thomas
Revision: 276814

Upgrade irssi to 0.8.20

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 21:32:23 UTC (rev 276813)
+++ PKGBUILD2016-09-21 21:32:37 UTC (rev 276814)
@@ -3,8 +3,8 @@
 # Contributor: Dan McGee 
 
 pkgname=irssi
-pkgver=0.8.19
-pkgrel=2
+pkgver=0.8.20
+pkgrel=1
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=('i686' 'x86_64')
 url="http://irssi.org/;
@@ -12,8 +12,11 @@
 depends=('glib2' 'openssl')
 optdepends=('perl-libwww: for the scriptassist script')
 backup=('etc/irssi.conf')
-source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('98c0d15c8f752a595520d817e1cb5667')
+source=("https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+
"https://github.com/irssi/irssi/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;)
+md5sums=('67d48c5feec2d3b949d088aa4abc3601'
+ 'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 21:32:23
  Author: bisson
Revision: 276813

update source

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 21:26:27 UTC (rev 276812)
+++ PKGBUILD2016-09-21 21:32:23 UTC (rev 276813)
@@ -17,7 +17,7 @@
 'kde-cli-tools: privilege escalation for zenmap'
 'gksu: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'lua52')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('0c25e4089f93adec2ad50e99b92dc8c5bf85c231')
 
 build() {


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 19:06:04
  Author: arojas
Revision: 276809

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

Added:
  intel-tbb/repos/testing-i686/
  intel-tbb/repos/testing-i686/PKGBUILD
(from rev 276808, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/testing-x86_64/
  intel-tbb/repos/testing-x86_64/PKGBUILD
(from rev 276808, intel-tbb/trunk/PKGBUILD)

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

Copied: intel-tbb/repos/testing-i686/PKGBUILD (from rev 276808, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-21 19:06:04 UTC (rev 276809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=2017_20160722
+_tag=tbb${pkgver/\./}oss
+_file=${_tag}_src.tgz
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(i686 x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
+sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
+
+build() {
+  cd $_tag
+  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
+  make
+}
+
+package() {
+  cd $_tag
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}

Copied: intel-tbb/repos/testing-x86_64/PKGBUILD (from rev 276808, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-21 19:06:04 UTC (rev 276809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=2017_20160722
+_tag=tbb${pkgver/\./}oss
+_file=${_tag}_src.tgz
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(i686 x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
+sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
+
+build() {
+  cd $_tag
+  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
+  make
+}
+
+package() {
+  cd $_tag
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 19:05:17
  Author: arojas
Revision: 276808

Update to 2017_20160722

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 17:17:30 UTC (rev 276807)
+++ PKGBUILD2016-09-21 19:05:17 UTC (rev 276808)
@@ -4,10 +4,10 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=4.4_20160526
+pkgver=2017_20160722
 _tag=tbb${pkgver/\./}oss
-_file=${_tag}_src_0.tgz
-pkgrel=2
+_file=${_tag}_src.tgz
+pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=(i686 x86_64)
 url='http://www.threadingbuildingblocks.org/'
@@ -14,7 +14,7 @@
 license=(GPL)
 depends=(gcc-libs)
 
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
-sha1sums=('d6737ce2aa16e1d6729bb15ae067b139d0842533')
+sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
 
 build() {
   cd $_tag


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

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:47:25
  Author: jlichtblau
Revision: 190140

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

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 190139, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 190139, vifm/trunk/vifm.changelog)
  vifm/repos/community-x86_64/PKGBUILD
(from rev 190139, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 190139, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog

-+
 /PKGBUILD   |   54 +
 /vifm.changelog |  120 ++
 community-i686/PKGBUILD |   27 
 community-i686/vifm.changelog   |   57 --
 community-x86_64/PKGBUILD   |   27 
 community-x86_64/vifm.changelog |   57 --
 6 files changed, 174 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 18:47:05 UTC (rev 190139)
+++ community-i686/PKGBUILD 2016-09-21 18:47:25 UTC (rev 190140)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=vifm
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Ncurses based file manager with vi like keybindings"
-arch=('i686' 'x86_64')
-url="http://vifm.info/;
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f')
-
-build() {
-   cd "${srcdir}"/$pkgname-$pkgver
- 
-   ./configure --prefix=/usr
-   make 
-}
-
-package() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 190139, 
vifm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 18:47:25 UTC (rev 190140)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=vifm
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="Ncurses based file manager with vi like keybindings"
+arch=('i686' 'x86_64')
+url="http://vifm.info/;
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f')
+
+build() {
+   cd "${srcdir}"/$pkgname-$pkgver
+ 
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make 
+}
+
+package() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/vifm.changelog
===
--- community-i686/vifm.changelog   2016-09-21 18:47:05 UTC (rev 190139)
+++ community-i686/vifm.changelog   2016-09-21 18:47:25 UTC (rev 190140)
@@ -1,57 +0,0 @@
-2016-07-19 Jaroslav Lichtblau 
-   * vifm 0.8.2
-
-2016-05-01 Jaroslav Lichtblau 
-   * vifm 0.8.1.a-1 FS#49159 fix
-
-2016-04-30 Jaroslav Lichtblau 
-   * vifm 0.8.1a-1
-
-2016-01-19 Jaroslav Lichtblau 
-   * vifm 0.8.1-1
-
-2015-07-10 Jaroslav Lichtblau 
-   * vifm 0.8-1
-   * .install file added
-
-2014-10-28 Jaroslav Lichtblau 
-   * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau 
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau 
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau 
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau 
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau 
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau 
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau 
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau 
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: 

[arch-commits] Commit in vifm/trunk (PKGBUILD vifm.changelog)

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:47:05
  Author: jlichtblau
Revision: 190139

upgpkg: vifm 0.8.2-2 - FS#50799 fix

Modified:
  vifm/trunk/PKGBUILD
  vifm/trunk/vifm.changelog

+
 PKGBUILD   |4 ++--
 vifm.changelog |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 18:45:57 UTC (rev 190138)
+++ PKGBUILD2016-09-21 18:47:05 UTC (rev 190139)
@@ -3,7 +3,7 @@
 
 pkgname=vifm
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Ncurses based file manager with vi like keybindings"
 arch=('i686' 'x86_64')
 url="http://vifm.info/;
@@ -16,7 +16,7 @@
 build() {
cd "${srcdir}"/$pkgname-$pkgver
  
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --sysconfdir=/etc
make 
 }
 

Modified: vifm.changelog
===
--- vifm.changelog  2016-09-21 18:45:57 UTC (rev 190138)
+++ vifm.changelog  2016-09-21 18:47:05 UTC (rev 190139)
@@ -1,5 +1,8 @@
+2016-09-21 Jaroslav Lichtblau 
+   * vifm 0.8.2-2 FS#50799 fix
+
 2016-07-19 Jaroslav Lichtblau 
-   * vifm 0.8.2
+   * vifm 0.8.2-1
 
 2016-05-01 Jaroslav Lichtblau 
* vifm 0.8.1.a-1 FS#49159 fix


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

2016-09-21 Thread Sven-Hendrik Haase
Date: Wednesday, September 21, 2016 @ 18:45:57
  Author: svenstaro
Revision: 190138

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

Added:
  rust-racer/repos/community-i686/
  rust-racer/repos/community-i686/PKGBUILD
(from rev 190137, rust-racer/trunk/PKGBUILD)
  rust-racer/repos/community-x86_64/
  rust-racer/repos/community-x86_64/PKGBUILD
(from rev 190137, rust-racer/trunk/PKGBUILD)

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

Copied: rust-racer/repos/community-i686/PKGBUILD (from rev 190137, 
rust-racer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 18:45:57 UTC (rev 190138)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer;
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
+sha256sums=('73887d937ae9a27aa5dcc0b071fe90708c3dcf3d67b57193b037238dfb9c0592')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}

Copied: rust-racer/repos/community-x86_64/PKGBUILD (from rev 190137, 
rust-racer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 18:45:57 UTC (rev 190138)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer;
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
+sha256sums=('73887d937ae9a27aa5dcc0b071fe90708c3dcf3d67b57193b037238dfb9c0592')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 18:38:58
  Author: jsteel
Revision: 190135

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

Added:
  mednafen/repos/community-i686/PKGBUILD
(from rev 190134, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 190134, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-i686/PKGBUILD
  mednafen/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-09-21 18:38:39 UTC (rev 190134)
+++ community-i686/PKGBUILD 2016-09-21 18:38:58 UTC (rev 190135)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.39.1
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.fobby.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('36045a99d78d02b54fd27b20890b4786')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 190134, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 18:38:58 UTC (rev 190135)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.39.2
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.fobby.net;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('4a78f38d642b04c6b64acdfe2705aa20')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 18:38:39 UTC (rev 190134)
+++ community-x86_64/PKGBUILD   2016-09-21 18:38:58 UTC (rev 190135)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.39.1
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.fobby.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('36045a99d78d02b54fd27b20890b4786')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 190134, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 18:38:58 UTC (rev 190135)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: 

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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 18:38:39
  Author: jsteel
Revision: 190134

upgpkg: mednafen 0.9.39.2-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 18:36:52 UTC (rev 190133)
+++ PKGBUILD2016-09-21 18:38:39 UTC (rev 190134)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.39.1
+pkgver=0.9.39.2
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="http://mednafen.fobby.net;
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://mednafen.fobby.net/releases/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('36045a99d78d02b54fd27b20890b4786')
+md5sums=('4a78f38d642b04c6b64acdfe2705aa20')
 
 build() {
   cd $pkgname


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

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:36:15
  Author: jlichtblau
Revision: 190132

upgpkg: syncthing 0.14.7-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 18:32:09 UTC (rev 190131)
+++ PKGBUILD2016-09-21 18:36:15 UTC (rev 190132)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.6
+pkgver=0.14.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('8ec92eba9ea07c3bed914be99f6f5b9ff5fa27de0af82c523eb50f79746b017e'
+sha256sums=('b485ff5ff5725cd8187f275ab54543f7719a8f4b5f4921419271e29d0479cfef'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:36:52
  Author: jlichtblau
Revision: 190133

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 190132, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.install
(from rev 190132, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 190132, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 190132, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 190132, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 190132, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 190132, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
(from rev 190132, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 190132, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 190132, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 190132, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 190132, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.install
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  182 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   24 +++
 community-i686/PKGBUILD  |   91 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |   12 -
 community-x86_64/PKGBUILD|   91 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |   12 -
 18 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 18:36:15 UTC (rev 190132)
+++ community-i686/PKGBUILD 2016-09-21 18:36:52 UTC (rev 190133)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('8ec92eba9ea07c3bed914be99f6f5b9ff5fa27de0af82c523eb50f79746b017e'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
- 

[arch-commits] Commit in (4 files)

2016-09-21 Thread Sven-Hendrik Haase
Date: Wednesday, September 21, 2016 @ 18:32:09
  Author: svenstaro
Revision: 190131

Move rust-racer from AUR

Added:
  rust-racer/
  rust-racer/repos/
  rust-racer/trunk/
  rust-racer/trunk/PKGBUILD

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

Added: rust-racer/trunk/PKGBUILD
===
--- rust-racer/trunk/PKGBUILD   (rev 0)
+++ rust-racer/trunk/PKGBUILD   2016-09-21 18:32:09 UTC (rev 190131)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer;
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
+sha256sums=('73887d937ae9a27aa5dcc0b071fe90708c3dcf3d67b57193b037238dfb9c0592')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}


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

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:29:27
  Author: jlichtblau
Revision: 190130

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 190129, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 190129, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   96 +++
 offlineimap.changelog |  197 
 2 files changed, 148 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 18:29:10 UTC (rev 190129)
+++ PKGBUILD2016-09-21 18:29:27 UTC (rev 190130)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('f50002d0760794f1190526b74e2010becc16d2ff541526aadc95ec11cb064fd7')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 190129, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 18:29:27 UTC (rev 190130)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.0.7
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('802e7574fd4771c4e3bf5da11cb039e58c11bbbe799776bd9d05aa0eb8ed299c')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/mail.target 
"${pkgdir}"/usr/lib/systemd/user/mail.target
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.timer
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname@.timer 

[arch-commits] Commit in offlineimap/trunk (PKGBUILD offlineimap.changelog)

2016-09-21 Thread Jaroslav Lichtblau
Date: Wednesday, September 21, 2016 @ 18:29:10
  Author: jlichtblau
Revision: 190129

upgpkg: offlineimap 7.0.7-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 17:08:58 UTC (rev 190128)
+++ PKGBUILD2016-09-21 18:29:10 UTC (rev 190129)
@@ -5,7 +5,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.0.6
+pkgver=7.0.7
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('asciidoc')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('f50002d0760794f1190526b74e2010becc16d2ff541526aadc95ec11cb064fd7')
+sha256sums=('802e7574fd4771c4e3bf5da11cb039e58c11bbbe799776bd9d05aa0eb8ed299c')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2016-09-21 17:08:58 UTC (rev 190128)
+++ offlineimap.changelog   2016-09-21 18:29:10 UTC (rev 190129)
@@ -1,3 +1,6 @@
+2016-09-21 Jaroslav Lichtblau 
+   * offlineimap 7.0.7-1
+
 2016-08-22 Jaroslav Lichtblau 
* offlineimap 7.0.6-1
 


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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 17:17:30
  Author: bisson
Revision: 276807

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

Added:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
(from rev 276806, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 276806, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 17:16:45 UTC (rev 276806)
+++ extra-i686/PKGBUILD 2016-09-21 17:17:30 UTC (rev 276807)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-pkgname=libjpeg-turbo
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
-url='http://libjpeg-turbo.virtualgl.org/'
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('nasm' 'jdk8-openjdk')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('9adc21b927e48e4c6889e77079f6c1f3eecf98ab')
-
-provides=('libjpeg=8.1.2' 'turbojpeg')
-conflicts=('libjpeg' 'turbojpeg')
-replaces=('libjpeg' 'turbojpeg')
-
-options=('!makeflags')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export JNI_CFLAGS='-I/usr/lib/jvm/default/include 
-I/usr/lib/jvm/default/include/linux'
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-jpeg8 \
-   --with-java \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make \
-   DESTDIR="${pkgdir}" \
-   docdir="/usr/share/doc/${pkgname}" \
-   exampledir="/usr/share/doc/${pkgname}" \
-   install
-   
-   install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
-   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README{,-turbo.txt}
-   install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
-}

Copied: libjpeg-turbo/repos/extra-i686/PKGBUILD (from rev 276806, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-21 17:17:30 UTC (rev 276807)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libjpeg-turbo
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
+url='http://libjpeg-turbo.virtualgl.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('nasm' 'jdk8-openjdk')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ebb3f9e94044c77831a3e8c809c7ea7506944622')
+
+provides=('libjpeg=8.1.2' 'turbojpeg')
+conflicts=('libjpeg' 'turbojpeg')
+replaces=('libjpeg' 'turbojpeg')
+
+options=('!makeflags')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export JNI_CFLAGS='-I/usr/lib/jvm/default/include 
-I/usr/lib/jvm/default/include/linux'
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-jpeg8 \
+   --with-java \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   DESTDIR="${pkgdir}" \
+   docdir="/usr/share/doc/${pkgname}" \
+   exampledir="/usr/share/doc/${pkgname}" \
+   install
+   
+   install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
+   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README.*
+   install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-21 17:16:45 UTC (rev 276806)
+++ extra-x86_64/PKGBUILD   

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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 17:16:45
  Author: bisson
Revision: 276806

upstream update

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 14:42:18 UTC (rev 276805)
+++ PKGBUILD2016-09-21 17:16:45 UTC (rev 276806)
@@ -4,7 +4,7 @@
 # Contributor: Simone Sclavi 'Ito' 
 
 pkgname=libjpeg-turbo
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
 url='http://libjpeg-turbo.virtualgl.org/'
@@ -12,7 +12,7 @@
 license=('custom')
 makedepends=('nasm' 'jdk8-openjdk')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('9adc21b927e48e4c6889e77079f6c1f3eecf98ab')
+sha1sums=('ebb3f9e94044c77831a3e8c809c7ea7506944622')
 
 provides=('libjpeg=8.1.2' 'turbojpeg')
 conflicts=('libjpeg' 'turbojpeg')


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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 17:08:58
  Author: bisson
Revision: 190128

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

Added:
  gmp-ecm/repos/community-i686/PKGBUILD
(from rev 190127, gmp-ecm/trunk/PKGBUILD)
  gmp-ecm/repos/community-x86_64/PKGBUILD
(from rev 190127, gmp-ecm/trunk/PKGBUILD)
Deleted:
  gmp-ecm/repos/community-i686/PKGBUILD
  gmp-ecm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 17:08:15 UTC (rev 190127)
+++ community-i686/PKGBUILD 2016-09-21 17:08:58 UTC (rev 190128)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0
-pkgrel=2
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
-sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-i686/PKGBUILD (from rev 190127, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 17:08:58 UTC (rev 190128)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz;)
+sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure --prefix=/usr --enable-shared --enable-openmp
+   # make ecm-params
+   make
+}
+
+check() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/ecm-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 17:08:15 UTC (rev 190127)
+++ community-x86_64/PKGBUILD   2016-09-21 17:08:58 UTC (rev 190128)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng 
-# Maintainer: Gaetan Bisson 
-
-pkgname=gmp-ecm
-pkgver=7.0
-pkgrel=2
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
-sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
-
-build() {
-   cd "${srcdir}/ecm-${pkgver}"
-   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
-   ./configure --prefix=/usr --enable-shared --enable-openmp
-   # make ecm-params
-   make
-}
-
-check() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/ecm-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 190127, 
gmp-ecm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 17:08:58 UTC (rev 190128)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng 
+# Maintainer: Gaetan Bisson 
+
+pkgname=gmp-ecm
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz;)
+sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
+
+build() {
+   cd "${srcdir}/ecm-${pkgver}"
+   [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+   ./configure 

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

2016-09-21 Thread Gaëtan Bisson
Date: Wednesday, September 21, 2016 @ 17:08:15
  Author: bisson
Revision: 190127

upstream update

Modified:
  gmp-ecm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:37:07 UTC (rev 190126)
+++ PKGBUILD2016-09-21 17:08:15 UTC (rev 190127)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=gmp-ecm
-pkgver=7.0
-pkgrel=2
+pkgver=7.0.3
+pkgrel=1
 pkgdesc='Elliptic Curve Method for Integer Factorization'
 url='http://ecm.gforge.inria.fr/'
 license=('GPL' 'LGPL')
@@ -10,8 +10,8 @@
 depends=('gmp')
 options=('!libtool')
 arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/35642/ecm-${pkgver}.tar.gz;)
-sha1sums=('b5acb139099f197d4c38aae079543ba26fa20737')
+source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz;)
+sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
 
 build() {
cd "${srcdir}/ecm-${pkgver}"


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:37:07
  Author: felixonmars
Revision: 190126

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

Added:
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 190125, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 190125, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 190125, shadowsocks-libev/trunk/shadowsocks-libev@.service)
Deleted:
  shadowsocks-libev/repos/community-i686/PKGBUILD
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service

+
 /PKGBUILD  |   86 +++
 /shadowsocks-libev-redir@.service  |   26 +
 /shadowsocks-libev-server@.service |   26 +
 /shadowsocks-libev-tunnel@.service |   26 +
 /shadowsocks-libev.install |   20 
 /shadowsocks-libev@.service|   26 +
 community-i686/PKGBUILD|   43 -
 community-i686/shadowsocks-libev-redir@.service|   13 --
 community-i686/shadowsocks-libev-server@.service   |   13 --
 community-i686/shadowsocks-libev-tunnel@.service   |   13 --
 community-i686/shadowsocks-libev.install   |   10 --
 community-i686/shadowsocks-libev@.service  |   13 --
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/shadowsocks-libev-redir@.service  |   13 --
 community-x86_64/shadowsocks-libev-server@.service |   13 --
 community-x86_64/shadowsocks-libev-tunnel@.service |   13 --
 community-x86_64/shadowsocks-libev.install |   10 --
 community-x86_64/shadowsocks-libev@.service|   13 --
 18 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 16:36:10 UTC (rev 190125)
+++ community-i686/PKGBUILD 2016-09-21 16:37:07 UTC (rev 190126)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns' 'zlib' 'pcre')
-makedepends=('git' 'asciidoc' 'xmlto')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-

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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:36:10
  Author: felixonmars
Revision: 190125

upgpkg: shadowsocks-libev 2.5.3-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:34:51 UTC (rev 190124)
+++ PKGBUILD2016-09-21 16:36:10 UTC (rev 190125)
@@ -5,7 +5,7 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:34:51
  Author: felixonmars
Revision: 190124

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 16:34:28 UTC (rev 190123)
+++ PKGBUILD2016-09-21 16:34:51 UTC (rev 190124)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstacksdk{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 190123, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 16:34:51 UTC (rev 190124)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:34:28
  Author: felixonmars
Revision: 190123

upgpkg: python-openstacksdk 0.9.7-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:31:12 UTC (rev 190122)
+++ PKGBUILD2016-09-21 16:34:28 UTC (rev 190123)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:30:52
  Author: spupykin
Revision: 190121

upgpkg: python-pybluez 0.22-1

upd

Modified:
  python-pybluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:24:25 UTC (rev 190120)
+++ PKGBUILD2016-09-21 16:30:52 UTC (rev 190121)
@@ -4,20 +4,20 @@
 
 pkgbase=python-pybluez
 pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=4
+pkgver=0.22
+pkgrel=1
 pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/pybluez/;
+url="http://karulis.github.io/pybluez/;
 license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
+makedepends=('python-setuptools' 'python2-setuptools' 'bluez-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz;)
+md5sums=('06f71ca6d4216ace671d5e588ec85887')
 
 package_python-pybluez() {
   depends=('python' 'bluez-libs')
 
-  cd $srcdir/PyBluez-$pkgver
+  cd $srcdir/pybluez-$pkgver
   python setup.py install --root=$pkgdir
 #  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
 }
@@ -25,7 +25,7 @@
 package_python2-pybluez() {
   depends=('python2' 'bluez-libs')
 
-  cd $srcdir/PyBluez-$pkgver
+  cd $srcdir/pybluez-$pkgver
   python2 setup.py install --root=$pkgdir
 #  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
 }


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:31:12
  Author: spupykin
Revision: 190122

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

Added:
  python-pybluez/repos/community-i686/PKGBUILD
(from rev 190121, python-pybluez/trunk/PKGBUILD)
  python-pybluez/repos/community-x86_64/PKGBUILD
(from rev 190121, python-pybluez/trunk/PKGBUILD)
Deleted:
  python-pybluez/repos/community-i686/PKGBUILD
  python-pybluez/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 16:30:52 UTC (rev 190121)
+++ community-i686/PKGBUILD 2016-09-21 16:31:12 UTC (rev 190122)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=4
-pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python2 setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
-}

Copied: python-pybluez/repos/community-i686/PKGBUILD (from rev 190121, 
python-pybluez/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 16:31:12 UTC (rev 190122)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.22
+pkgrel=1
+pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
+arch=('i686' 'x86_64')
+url="http://karulis.github.io/pybluez/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'bluez-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karulis/pybluez/archive/$pkgver.tar.gz;)
+md5sums=('06f71ca6d4216ace671d5e588ec85887')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/pybluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/pybluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 16:30:52 UTC (rev 190121)
+++ community-x86_64/PKGBUILD   2016-09-21 16:31:12 UTC (rev 190122)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgbase=python-pybluez
-pkgname=(python-pybluez python2-pybluez)
-pkgver=0.20
-pkgrel=4
-pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pybluez/;
-license=('GPL')
-makedepends=('python' 'python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
-md5sums=('1e7fad332d50f089bbce69070c877ef6')
-
-package_python-pybluez() {
-  depends=('python' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
-}
-
-package_python2-pybluez() {
-  depends=('python2' 'bluez-libs')
-
-  cd $srcdir/PyBluez-$pkgver
-  python2 setup.py install --root=$pkgdir
-#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
-}

Copied: python-pybluez/repos/community-x86_64/PKGBUILD (from rev 190121, 
python-pybluez/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 16:31:12 UTC (rev 190122)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 

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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:24:25
  Author: spupykin
Revision: 190120

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  141 +-
 apache.example.conf |   36 ++--
 2 files changed, 90 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 16:24:14 UTC (rev 190119)
+++ PKGBUILD2016-09-21 16:24:25 UTC (rev 190120)
@@ -1,69 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=9.1.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'php-xcache'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-conflicts=('owncloud-app-gallery')
-replaces=('owncloud-app-gallery')
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-source=("https://download.owncloud.org/community/owncloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf')
-sha256sums=('845c43fe981fa0fd07fc3708f41f1ea15ecb11c2a15c65a4de191fc85b237c74'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-sha256sums=('5cf45c1b75434496635a58fcbece668bc0abb40f04d8304ce6d01e6b75887f60'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-sha256sums=('ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-sha256sums=('26df5f51ae87f83dba93c130a1929278afe69f9426b877e3c5064034bec28ee3'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-
-package() {
-# install license
-install -d ${pkgdir}/usr/share/licenses/${pkgname}
-cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-# install project
-install -d ${pkgdir}/usr/share/webapps/
-cp -R ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/.
-
-# install apache config file
-install -d  ${pkgdir}/etc/webapps/${pkgname}
-install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  ${pkgdir}/etc/webapps/${pkgname}
-mv ${pkgdir}/usr/share/webapps/${pkgname}/config 
${pkgdir}/etc/webapps/${pkgname}/config
-chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/${pkgname}/config
-chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-find ${pkgdir}/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find ${pkgdir}/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x ${pkgdir}/usr/share/webapps/${pkgname}/occ
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 190119, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 16:24:25 UTC (rev 190120)
@@ -0,0 +1,72 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=9.1.1
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://owncloud.org/;
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'php-xcache'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')

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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:24:14
  Author: spupykin
Revision: 190119

upgpkg: owncloud 9.1.1-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:10:28 UTC (rev 190118)
+++ PKGBUILD2016-09-21 16:24:14 UTC (rev 190119)
@@ -3,7 +3,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=9.1.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -41,6 +41,9 @@
 sha256sums=('26df5f51ae87f83dba93c130a1929278afe69f9426b877e3c5064034bec28ee3'
 'SKIP'
 '4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
+sha256sums=('a6bf3531ebb7e09a11aaae641bc3af933f339261424782841c640bf9df1ba7b9'
+'SKIP'
+'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
 
 package() {
 # install license


[arch-commits] Commit in xl2tpd/repos (28 files)

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:10:28
  Author: spupykin
Revision: 190118

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

Added:
  xl2tpd/repos/community-i686/PKGBUILD
(from rev 190117, xl2tpd/trunk/PKGBUILD)
  xl2tpd/repos/community-i686/ipparam.patch
(from rev 190117, xl2tpd/trunk/ipparam.patch)
  xl2tpd/repos/community-i686/options.l2tpd
(from rev 190117, xl2tpd/trunk/options.l2tpd)
  xl2tpd/repos/community-i686/xl2tpd.conf.client-example
(from rev 190117, xl2tpd/trunk/xl2tpd.conf.client-example)
  xl2tpd/repos/community-i686/xl2tpd.conf.server-example
(from rev 190117, xl2tpd/trunk/xl2tpd.conf.server-example)
  xl2tpd/repos/community-i686/xl2tpd.service
(from rev 190117, xl2tpd/trunk/xl2tpd.service)
  xl2tpd/repos/community-i686/xl2tpd.tmpfiles
(from rev 190117, xl2tpd/trunk/xl2tpd.tmpfiles)
  xl2tpd/repos/community-x86_64/PKGBUILD
(from rev 190117, xl2tpd/trunk/PKGBUILD)
  xl2tpd/repos/community-x86_64/ipparam.patch
(from rev 190117, xl2tpd/trunk/ipparam.patch)
  xl2tpd/repos/community-x86_64/options.l2tpd
(from rev 190117, xl2tpd/trunk/options.l2tpd)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
(from rev 190117, xl2tpd/trunk/xl2tpd.conf.client-example)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
(from rev 190117, xl2tpd/trunk/xl2tpd.conf.server-example)
  xl2tpd/repos/community-x86_64/xl2tpd.service
(from rev 190117, xl2tpd/trunk/xl2tpd.service)
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles
(from rev 190117, xl2tpd/trunk/xl2tpd.tmpfiles)
Deleted:
  xl2tpd/repos/community-i686/PKGBUILD
  xl2tpd/repos/community-i686/ipparam.patch
  xl2tpd/repos/community-i686/options.l2tpd
  xl2tpd/repos/community-i686/xl2tpd.conf.client-example
  xl2tpd/repos/community-i686/xl2tpd.conf.server-example
  xl2tpd/repos/community-i686/xl2tpd.service
  xl2tpd/repos/community-i686/xl2tpd.tmpfiles
  xl2tpd/repos/community-x86_64/PKGBUILD
  xl2tpd/repos/community-x86_64/ipparam.patch
  xl2tpd/repos/community-x86_64/options.l2tpd
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
  xl2tpd/repos/community-x86_64/xl2tpd.service
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles

-+
 /PKGBUILD   |   98 ++
 /ipparam.patch  |   72 +++
 /options.l2tpd  |   48 
 /xl2tpd.conf.client-example |   38 ++
 /xl2tpd.conf.server-example |   42 +++
 /xl2tpd.service |   30 +++
 /xl2tpd.tmpfiles|2 
 community-i686/PKGBUILD |   49 -
 community-i686/ipparam.patch|   36 -
 community-i686/options.l2tpd|   24 --
 community-i686/xl2tpd.conf.client-example   |   19 -
 community-i686/xl2tpd.conf.server-example   |   21 -
 community-i686/xl2tpd.service   |   15 ---
 community-i686/xl2tpd.tmpfiles  |1 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/ipparam.patch  |   36 -
 community-x86_64/options.l2tpd  |   24 --
 community-x86_64/xl2tpd.conf.client-example |   19 -
 community-x86_64/xl2tpd.conf.server-example |   21 -
 community-x86_64/xl2tpd.service |   15 ---
 community-x86_64/xl2tpd.tmpfiles|1 
 21 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 16:09:51 UTC (rev 190117)
+++ community-i686/PKGBUILD 2016-09-21 16:10:28 UTC (rev 190118)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Hengfu 
-
-pkgname=xl2tpd
-pkgver=1.3.7
-pkgrel=1
-pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
-arch=('i686' 'x86_64')
-url="http://www.xelerance.com/services/software/xl2tpd/;
-license=('GPL')
-depends=('ppp')
-options=(emptydirs zipman docs)
-backup=(etc/ppp/options.l2tpd)
-source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$pkgver.tar.gz
-   xl2tpd.conf.client-example
-   xl2tpd.conf.server-example
-   options.l2tpd
-   xl2tpd.service
-   xl2tpd.tmpfiles
-   ipparam.patch)
-md5sums=('740b3b59209c59a181cebae55468355a'
- '5f0ae07026e61a3dd15a76fd4144a6d5'
- '16ed0886115d4dcc21072cfb847250bb'
- 'ed57eb67335cdf246251285dad502cc7'
- '219942dd098ce4fdba37d1db327baf57'
- '2e95e4fc03e1521ab20fd7e249efab5a'
- '4d258a58cc109d5c4d96af8f81d481cf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-#  patch -p1 <$srcdir/ipparam.patch
-
-  make 

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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:51
  Author: spupykin
Revision: 190117

upgpkg: xl2tpd 1.3.8-1

upd

Modified:
  xl2tpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:09:46 UTC (rev 190116)
+++ PKGBUILD2016-09-21 16:09:51 UTC (rev 190117)
@@ -3,7 +3,7 @@
 # Contributor: Hengfu 
 
 pkgname=xl2tpd
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
xl2tpd.service
xl2tpd.tmpfiles
ipparam.patch)
-md5sums=('740b3b59209c59a181cebae55468355a'
+md5sums=('d244fdcd88f64601b64b7302870afca8'
  '5f0ae07026e61a3dd15a76fd4144a6d5'
  '16ed0886115d4dcc21072cfb847250bb'
  'ed57eb67335cdf246251285dad502cc7'


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:46
  Author: spupykin
Revision: 190116

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 190115, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 16:09:33 UTC (rev 190115)
+++ PKGBUILD2016-09-21 16:09:46 UTC (rev 190116)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old maintainer: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('a5e68185bd4d55d4bbd88fbee4c95660')
-
-build() {
-  cd "${srcdir}/"elixir-lang*
-  make
-}
-
-check() {
-  cd "${srcdir}/"elixir-lang*
-  make test_erlang
-}
-
-package() {
-  cd "${srcdir}/"elixir-lang*
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 190115, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 16:09:46 UTC (rev 190116)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old maintainer: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
+md5sums=('9bb7c7ac259670e7a1ecfa49d52bd448')
+
+build() {
+  cd "${srcdir}/"elixir-lang*
+  make
+}
+
+check() {
+  cd "${srcdir}/"elixir-lang*
+  make test_erlang
+}
+
+package() {
+  cd "${srcdir}/"elixir-lang*
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:29
  Author: spupykin
Revision: 190114

archrelease: copy trunk to community-any

Added:
  devede/repos/community-any/PKGBUILD
(from rev 190113, devede/trunk/PKGBUILD)
  devede/repos/community-any/locale.patch
(from rev 190113, devede/trunk/locale.patch)
Deleted:
  devede/repos/community-any/PKGBUILD
  devede/repos/community-any/locale.patch

--+
 PKGBUILD |   60 +++---
 locale.patch |  114 -
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 16:09:17 UTC (rev 190113)
+++ PKGBUILD2016-09-21 16:09:29 UTC (rev 190114)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Javier 'Phrodo_00' Aravena 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=devede
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="A program to create VideoDVDs and CDs"
-arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
-license=('GPL3')
-depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
-'cdrkit' 'ttf-dejavu'
-'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
-   locale.patch)
-md5sums=('21b871fbbbc147cab6fcc4828ef1b18b'
- 'f59565a12684b80583ca12ebe12aa624')
-
-prepare() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-#  patch -p1 <$srcdir/locale.patch
-}
-
-package() {
-  cd ${srcdir}/${pkgname}ng-$pkgver
-  python setup.py install --root=${pkgdir}
-}

Copied: devede/repos/community-any/PKGBUILD (from rev 190113, 
devede/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 16:09:29 UTC (rev 190114)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Javier 'Phrodo_00' Aravena 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=devede
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html;
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+'cdrkit' 'ttf-dejavu'
+'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
+   locale.patch)
+md5sums=('eb0d52a64a5144b49ebe0b5d63a424b8'
+ 'f59565a12684b80583ca12ebe12aa624')
+
+prepare() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+#  patch -p1 <$srcdir/locale.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}

Deleted: locale.patch
===
--- locale.patch2016-09-21 16:09:17 UTC (rev 190113)
+++ locale.patch2016-09-21 16:09:29 UTC (rev 190114)
@@ -1,57 +0,0 @@
-diff -wbBur devedeng-4.6.0/po/es.po devedeng-4.6.0.q/po/es.po
 devedeng-4.6.0/po/es.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/es.po  2016-03-14 14:54:52.127234097 +0300
-@@ -1027,10 +1027,6 @@
- "Matroska / H.264\n"
- "Crea ficheros H.264 en un contenedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPUs multinúcleo"
-Only in devedeng-4.6.0.q/po: es.po~
-diff -wbBur devedeng-4.6.0/po/gl.po devedeng-4.6.0.q/po/gl.po
 devedeng-4.6.0/po/gl.po2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/gl.po  2016-03-14 14:54:36.563900382 +0300
-@@ -1026,10 +1026,6 @@
- "Matroska / H.264\n"
- "Crea ficheiros H.264 nun contedor MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programas necesarios para Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multinúcleo"
-diff -wbBur devedeng-4.6.0/po/it_IT.po devedeng-4.6.0.q/po/it_IT.po
 devedeng-4.6.0/po/it_IT.po 2016-03-13 22:00:16.0 +0300
-+++ devedeng-4.6.0.q/po/it_IT.po   2016-03-14 14:54:45.310567263 +0300
-@@ -1024,10 +1024,6 @@
- "Matroska / H.264\n"
- "Crea file H.264 in un contenitore MKV"
- 
--#: ../data/interface/wselect_disk.ui.h:15
--msgid "Programs needed by Devede NG"
--msgstr "Programmi necessari a Devede NG"
--
- #: ../data/interface/wsettings.ui.h:1
- msgid "Multicore CPUs"
- msgstr "CPU multicore"
-diff -wbBur devedeng-4.6.0/po/sk.po devedeng-4.6.0.q/po/sk.po
 devedeng-4.6.0/po/sk.po2016-03-13 

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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:33
  Author: spupykin
Revision: 190115

upgpkg: elixir 1.3.3-1

upd

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:09:29 UTC (rev 190114)
+++ PKGBUILD2016-09-21 16:09:33 UTC (rev 190115)
@@ -3,7 +3,7 @@
 # Old maintainer: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
@@ -11,7 +11,7 @@
 license=('Apache' 'custom:EPL')
 depends=('erlang-nox')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('a5e68185bd4d55d4bbd88fbee4c95660')
+md5sums=('9bb7c7ac259670e7a1ecfa49d52bd448')
 
 build() {
   cd "${srcdir}/"elixir-lang*


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:09
  Author: spupykin
Revision: 190112

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

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

-+
 /PKGBUILD   |   82 ++
 /denemo.install |   26 
 community-i686/PKGBUILD |   41 ---
 community-i686/denemo.install   |   13 --
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/denemo.install |   13 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 16:08:47 UTC (rev 190111)
+++ community-i686/PKGBUILD 2016-09-21 16:09:09 UTC (rev 190112)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-install=denemo.install
-noextract=(${pkgname}-${pkgver}.tar.gz)
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('85a486c64acb5eb7b493d2b22433fc2e')
-
-prepare() {
-  cd $srcdir
-  LC_ALL=en_US.UTF-8 tar xzf ${pkgname}-${pkgver}.tar.gz
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|||' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 190111, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 16:09:09 UTC (rev 190112)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+epoch=1
+pkgver=2.0.12
+pkgrel=1
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+noextract=(${pkgname}-${pkgver}.tar.gz)
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7e132514661b4fb4b289407848b67854')
+
+prepare() {
+  cd $srcdir
+  LC_ALL=en_US.UTF-8 tar xzf ${pkgname}-${pkgver}.tar.gz
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|||' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/denemo.install
===
--- community-i686/denemo.install   2016-09-21 16:08:47 UTC (rev 190111)
+++ community-i686/denemo.install   2016-09-21 16:09:09 UTC (rev 190112)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s /usr/share/fonts/truetype/denemo
-  mkfontscale /usr/share/fonts/truetype/denemo
-  mkfontdir /usr/share/fonts/truetype/denemo
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: denemo/repos/community-i686/denemo.install (from rev 190111, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2016-09-21 16:09:09 UTC (rev 190112)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir 

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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:09:17
  Author: spupykin
Revision: 190113

upgpkg: devede 4.8.1-1

upd

Modified:
  devede/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:09:09 UTC (rev 190112)
+++ PKGBUILD2016-09-21 16:09:17 UTC (rev 190113)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=devede
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="A program to create VideoDVDs and CDs"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz
locale.patch)
-md5sums=('21b871fbbbc147cab6fcc4828ef1b18b'
+md5sums=('eb0d52a64a5144b49ebe0b5d63a424b8'
  'f59565a12684b80583ca12ebe12aa624')
 
 prepare() {


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

2016-09-21 Thread Sergej Pupykin
Date: Wednesday, September 21, 2016 @ 16:08:47
  Author: spupykin
Revision: 190111

upgpkg: denemo 1:2.0.12-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 16:03:33 UTC (rev 190110)
+++ PKGBUILD2016-09-21 16:08:47 UTC (rev 190111)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=2.0.10
+pkgver=2.0.12
 pkgrel=1
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=denemo.install
 noextract=(${pkgname}-${pkgver}.tar.gz)
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('85a486c64acb5eb7b493d2b22433fc2e')
+md5sums=('7e132514661b4fb4b289407848b67854')
 
 prepare() {
   cd $srcdir


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:03:33
  Author: felixonmars
Revision: 190110

archrelease: copy trunk to community-any

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

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

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

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


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 16:03:15
  Author: felixonmars
Revision: 190109

upgpkg: npm 3.10.8-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 15:10:15 UTC (rev 190108)
+++ PKGBUILD2016-09-21 16:03:15 UTC (rev 190109)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.10.7
+pkgver=3.10.8
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-09-21 Thread Maxime Gauduin
Date: Wednesday, September 21, 2016 @ 15:10:15
  Author: alucryd
Revision: 190108

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 190107, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 190107, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 190107, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 190107, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 190107, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 190107, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 190107, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 190107, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 190107, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 190107, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 190107, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 190107, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 15:00:14 UTC (rev 190107)
+++ community-i686/PKGBUILD 2016-09-21 15:10:15 UTC (rev 190108)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.7100
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('ded64d3ca5cc6ee322724aedfb43f67999dc114aaa21bae8974b9c8b2e99b83b'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-

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

2016-09-21 Thread Maxime Gauduin
Date: Wednesday, September 21, 2016 @ 15:00:14
  Author: alucryd
Revision: 190107

upgpkg: emby-server 3.0.7200-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 12:25:36 UTC (rev 190106)
+++ PKGBUILD2016-09-21 15:00:14 UTC (rev 190107)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.7100
+pkgver=3.0.7200
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('ded64d3ca5cc6ee322724aedfb43f67999dc114aaa21bae8974b9c8b2e99b83b'
+sha256sums=('5802b2c296cb58faa0b831a16dc5b1afa6b0065f89bfe2272e4723ad48512ec8'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-09-21 Thread Andreas Radke
Date: Wednesday, September 21, 2016 @ 14:41:05
  Author: andyrtr
Revision: 276804

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

Added:
  cups/repos/testing-i686/PKGBUILD
(from rev 276803, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
(from rev 276803, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
(from rev 276803, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 276803, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 276803, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 276803, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-systemd-socket.patch
(from rev 276803, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-i686/cups.install
(from rev 276803, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 276803, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 276803, cups/trunk/cups.pam)
  cups/repos/testing-i686/fix_endless_loops.diff
(from rev 276803, cups/trunk/fix_endless_loops.diff)
  cups/repos/testing-i686/start_cups_by_port631.diff
(from rev 276803, cups/trunk/start_cups_by_port631.diff)
  cups/repos/testing-x86_64/PKGBUILD
(from rev 276803, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 276803, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
(from rev 276803, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 276803, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 276803, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 276803, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 276803, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 276803, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 276803, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 276803, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/fix_endless_loops.diff
(from rev 276803, cups/trunk/fix_endless_loops.diff)
  cups/repos/testing-x86_64/start_cups_by_port631.diff
(from rev 276803, cups/trunk/start_cups_by_port631.diff)
Deleted:
  cups/repos/testing-i686/PKGBUILD
  cups/repos/testing-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/testing-i686/cups-1.6.2-statedir.patch
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
  cups/repos/testing-i686/cups-no-gcrypt.patch
  cups/repos/testing-i686/cups-no-gzip-man.patch
  cups/repos/testing-i686/cups-systemd-socket.patch
  cups/repos/testing-i686/cups.install
  cups/repos/testing-i686/cups.logrotate
  cups/repos/testing-i686/cups.pam
  cups/repos/testing-i686/start_cups_by_port631.diff
  cups/repos/testing-x86_64/PKGBUILD
  cups/repos/testing-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/testing-x86_64/cups-1.6.2-statedir.patch
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
  cups/repos/testing-x86_64/cups-systemd-socket.patch
  cups/repos/testing-x86_64/cups.install
  cups/repos/testing-x86_64/cups.logrotate
  cups/repos/testing-x86_64/cups.pam
  cups/repos/testing-x86_64/start_cups_by_port631.diff

---+
 /PKGBUILD |  348 
 /cups-1.6.0-fix-install-perms.patch   |   50 ++
 /cups-1.6.2-statedir.patch|   24 +
 /cups-no-export-ssllibs.patch |   24 +
 /cups-no-gcrypt.patch |   22 +
 /cups-no-gzip-man.patch   |   36 ++
 /cups-systemd-socket.patch|   96 +
 /cups.install |   12 
 /cups.logrotate   |   10 
 /cups.pam |6 
 /start_cups_by_port631.diff   |   20 +
 testing-i686/PKGBUILD |  170 -
 testing-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 testing-i686/cups-1.6.2-statedir.patch|   12 
 testing-i686/cups-no-export-ssllibs.patch |   12 
 testing-i686/cups-no-gcrypt.patch |   11 
 testing-i686/cups-no-gzip-man.patch   |   18 -
 testing-i686/cups-systemd-socket.patch|   48 --
 testing-i686/cups.install |6 
 testing-i686/cups.logrotate   |5 
 

[arch-commits] Commit in cups/trunk (PKGBUILD fix_endless_loops.diff)

2016-09-21 Thread Andreas Radke
Date: Wednesday, September 21, 2016 @ 14:40:36
  Author: andyrtr
Revision: 276803

upgpkg: cups 2.2.0-3

apply upstream fix for libcups running in endless loops FS#50796

Added:
  cups/trunk/fix_endless_loops.diff
Modified:
  cups/trunk/PKGBUILD

+
 PKGBUILD   |8 +-
 fix_endless_loops.diff |   54 +++
 2 files changed, 60 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 12:39:53 UTC (rev 276802)
+++ PKGBUILD2016-09-21 14:40:36 UTC (rev 276803)
@@ -4,7 +4,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.cups.org/;
@@ -22,6 +22,7 @@
 # bugfixes
 cups-systemd-socket.patch
 start_cups_by_port631.diff
+fix_endless_loops.diff
 )
 md5sums=('e22d943cff300411d3616dc2ee86272c'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
@@ -32,7 +33,8 @@
  '451609db34f95209d64c38474de27ce1'
  '5117f65342fcc69c6a506529e4daca9e'
  '53bb3c80ee6823d36f9ab499373edfc5'
- 'f75c17b1b2d446a27b629f63622b9468')
+ 'f75c17b1b2d446a27b629f63622b9468'
+ '32f6e1f907247dab466c37403d87d4e4')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 
 prepare() {
@@ -56,6 +58,8 @@
   patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
   # make sure cupsd starts when requested via web interface
   patch -Np1 -i ${srcdir}/start_cups_by_port631.diff
+  # fix endless loops; FS#50796; https://github.com/apple/cups/issues/4870
+  patch -Np1 -i ${srcdir}/fix_endless_loops.diff
 
   # set MaxLogSize to 0 to prevent using cups internal log rotation
   sed -i -e '5i\ ' conf/cupsd.conf.in

Added: fix_endless_loops.diff
===
--- fix_endless_loops.diff  (rev 0)
+++ fix_endless_loops.diff  2016-09-21 14:40:36 UTC (rev 276803)
@@ -0,0 +1,54 @@
+diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c
+index 6e2ad81..e9ef53e 100644
+--- a/cups/http-addrlist.c
 b/cups/http-addrlist.c
+@@ -304,6 +304,8 @@ httpAddrConnect2(
+ 
+ if (result > 0)
+ {
++  http_addrlist_t *connaddr = NULL;   /* Connected address, if any */
++
+   for (i = 0; i < nfds; i ++)
+   {
+ #  ifdef HAVE_POLL
+@@ -314,7 +316,7 @@ httpAddrConnect2(
+ #  endif /* HAVE_POLL */
+   {
+ *sock= fds[i];
+-addrlist = addrs[i];
++connaddr = addrs[i];
+ 
+ #  ifdef DEBUG
+ len   = sizeof(peer);
+@@ -322,11 +324,29 @@ httpAddrConnect2(
+   DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", 
httpAddrString(, temp, sizeof(temp)), httpAddrPort()));
+ #  endif /* DEBUG */
+   }
+-  else
++#  ifdef HAVE_POLL
++  else if (pfds[i].revents & (POLLERR | POLLHUP))
++#  else
++  else if (FD_ISSET(fds[i], ))
++#  endif /* HAVE_POLL */
++{
++ /*
++  * Error on socket, remove from the "pool"...
++  */
++
+ httpAddrClose(NULL, fds[i]);
++  nfds --;
++  if (i < nfds)
++  {
++memmove(fds + i, fds + i + 1, (size_t)(nfds - i) * 
(sizeof(fds[0])));
++memmove(addrs + i, addrs + i + 1, (size_t)(nfds - i) * 
(sizeof(addrs[0])));
++  }
++  i --;
++}
+   }
+ 
+-  return (addrlist);
++  if (connaddr)
++return (connaddr);
+ }
+ #endif /* O_NONBLOCK */
+ 


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 12:39:53
  Author: jgc
Revision: 276802

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

Added:
  gjs/repos/gnome-unstable-i686/
  gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 276801, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-x86_64/
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276801, gjs/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   44 +++
 gnome-unstable-x86_64/PKGBUILD |   44 +++
 2 files changed, 88 insertions(+)

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 276801, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-21 12:39:53 UTC (rev 276802)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.46.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection' 'git' 'gnome-common')
+_commit=caeb97adf1f3de02fe5c9d0cd3c1434999a1a6ce
+source=("git://git.gnome.org/gjs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276801, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-21 12:39:53 UTC (rev 276802)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.46.0
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
+makedepends=('gobject-introspection' 'git' 'gnome-common')
+_commit=caeb97adf1f3de02fe5c9d0cd3c1434999a1a6ce
+source=("git://git.gnome.org/gjs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 12:39:47
  Author: jgc
Revision: 276801

upgpkg: gjs 1.46.0-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 12:10:43 UTC (rev 276800)
+++ PKGBUILD2016-09-21 12:39:47 UTC (rev 276801)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.45.4
+pkgver=1.46.0
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=(i686 x86_64)
@@ -9,12 +9,24 @@
 url="http://live.gnome.org/Gjs;
 license=(GPL)
 depends=(cairo gobject-introspection-runtime 'js>=24.2.0' 'gtk3')
-makedepends=('gobject-introspection')
-source=(https://download.gnome.org/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db51bc2aae51700a2a8ca8ba597c488505d106bc70b9605e77c6ab5183212228')
+makedepends=('gobject-introspection' 'git' 'gnome-common')
+_commit=caeb97adf1f3de02fe5c9d0cd3c1434999a1a6ce
+source=("git://git.gnome.org/gjs#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -21,12 +33,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   # Needs a display
   make -k check || :
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-21 Thread Alexander Rødseth
Date: Wednesday, September 21, 2016 @ 12:25:36
  Author: arodseth
Revision: 190106

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

Added:
  glide/repos/community-i686/PKGBUILD
(from rev 190105, glide/trunk/PKGBUILD)
  glide/repos/community-x86_64/PKGBUILD
(from rev 190105, glide/trunk/PKGBUILD)

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

Copied: glide/repos/community-i686/PKGBUILD (from rev 190105, 
glide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 12:25:36 UTC (rev 190106)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: fanningert 
+
+pkgname=glide
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz;)
+sha256sums=('ebb20c81df87e4d230027e07d81d88ce8ef18400df62c82f7b766693acb3106e')
+
+prepare() {
+  mkdir -p build/go; cd build/go
+  for f in "/usr/lib/go/"*; do ln -s "$f"; done
+  rm pkg; mkdir pkg; cd pkg
+  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+  export GOROOT="$srcdir/build/go"
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH/src/$_gourl"
+  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+  cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+  go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glide/repos/community-x86_64/PKGBUILD (from rev 190105, 
glide/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 12:25:36 UTC (rev 190106)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: fanningert 
+
+pkgname=glide
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz;)
+sha256sums=('ebb20c81df87e4d230027e07d81d88ce8ef18400df62c82f7b766693acb3106e')
+
+prepare() {
+  mkdir -p build/go; cd build/go
+  for f in "/usr/lib/go/"*; do ln -s "$f"; done
+  rm pkg; mkdir pkg; cd pkg
+  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+  export GOROOT="$srcdir/build/go"
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH/src/$_gourl"
+  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+  cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+  go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (6 files)

2016-09-21 Thread Alexander Rødseth
Date: Wednesday, September 21, 2016 @ 12:23:04
  Author: arodseth
Revision: 190105

Add glide

Added:
  glide/
  glide/repos/
  glide/repos/community-i686/
  glide/repos/community-x86_64/
  glide/trunk/
  glide/trunk/PKGBUILD

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

Added: glide/trunk/PKGBUILD
===
--- glide/trunk/PKGBUILD(rev 0)
+++ glide/trunk/PKGBUILD2016-09-21 12:23:04 UTC (rev 190105)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: fanningert 
+
+pkgname=glide
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz;)
+sha256sums=('ebb20c81df87e4d230027e07d81d88ce8ef18400df62c82f7b766693acb3106e')
+
+prepare() {
+  mkdir -p build/go; cd build/go
+  for f in "/usr/lib/go/"*; do ln -s "$f"; done
+  rm pkg; mkdir pkg; cd pkg
+  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+  export GOROOT="$srcdir/build/go"
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH/src/$_gourl"
+  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+  cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+  go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 12:10:38
  Author: jgc
Revision: 276799

upgpkg: evince 3.22.0+1+gc1dd9eb-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 12:00:02 UTC (rev 276798)
+++ PKGBUILD2016-09-21 12:10:38 UTC (rev 276799)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.20.1
-pkgrel=2
+pkgver=3.22.0+1+gc1dd9eb
+pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince;
 arch=(i686 x86_64)
@@ -12,16 +12,28 @@
  libsecret gsettings-desktop-schemas gnome-desktop libarchive
  gst-plugins-base-libs)
 makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
- intltool docbook-xsl python gtk-doc)
+ intltool docbook-xsl python gtk-doc git gnome-common)
 optdepends=('texlive-bin: DVI support'
'gvfs: bookmark support and session saving')
 groups=(gnome)
 options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc7ac23036939c24f02e9fed6dd6e28a85b4b00b60fa4b591b86443251d20055')
+_commit=c1dd9eb697a58044e9d04846590fdfe1e65dda0f
+source=("git://git.gnome.org/evince#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
@@ -46,6 +58,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 12:10:43
  Author: jgc
Revision: 276800

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

Added:
  evince/repos/gnome-unstable-i686/
  evince/repos/gnome-unstable-i686/PKGBUILD
(from rev 276799, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-x86_64/
  evince/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276799, evince/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   63 +++
 gnome-unstable-x86_64/PKGBUILD |   63 +++
 2 files changed, 126 insertions(+)

Copied: evince/repos/gnome-unstable-i686/PKGBUILD (from rev 276799, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-21 12:10:43 UTC (rev 276800)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.22.0+1+gc1dd9eb
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc git gnome-common)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+_commit=c1dd9eb697a58044e9d04846590fdfe1e65dda0f
+source=("git://git.gnome.org/evince#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-compile-warnings=minimum \
+--enable-introspection \
+--enable-nautilus \
+--enable-pdf \
+--enable-tiff \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-comics \
+--enable-gtk-doc \
+--enable-multimedia \
+--disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: evince/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276799, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-21 12:10:43 UTC (rev 276800)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.22.0+1+gc1dd9eb
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc git gnome-common)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+_commit=c1dd9eb697a58044e9d04846590fdfe1e65dda0f
+source=("git://git.gnome.org/evince#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-compile-warnings=minimum \
+--enable-introspection \
+--enable-nautilus \
+--enable-pdf \
+--enable-tiff \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-comics \
+--enable-gtk-doc \
+--enable-multimedia \
+--disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 12:00:02
  Author: jgc
Revision: 276798

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

Added:
  libgxps/repos/gnome-unstable-i686/
  libgxps/repos/gnome-unstable-i686/PKGBUILD
(from rev 276797, libgxps/trunk/PKGBUILD)
  libgxps/repos/gnome-unstable-x86_64/
  libgxps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276797, libgxps/trunk/PKGBUILD)

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

Copied: libgxps/repos/gnome-unstable-i686/PKGBUILD (from rev 276797, 
libgxps/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-21 12:00:02 UTC (rev 276798)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ionut Biru 
+
+pkgname=libgxps
+pkgver=0.2.4+12+g4709da9
+pkgrel=1
+pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgxps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276797, 
libgxps/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-21 12:00:02 UTC (rev 276798)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ionut Biru 
+
+pkgname=libgxps
+pkgver=0.2.4+12+g4709da9
+pkgrel=1
+pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-21 Thread Jan de Groot
Date: Wednesday, September 21, 2016 @ 11:59:57
  Author: jgc
Revision: 276797

upgpkg: libgxps 0.2.4+12+g4709da9-1

Modified:
  libgxps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 09:56:09 UTC (rev 276796)
+++ PKGBUILD2016-09-21 11:59:57 UTC (rev 276797)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Jan de Groot 
 # Contributor: Ionut Biru 
 
 pkgname=libgxps
-pkgver=0.2.4
+pkgver=0.2.4+12+g4709da9
 pkgrel=1
 pkgdesc="XPS Documents library"
 url="https://wiki.gnome.org/Projects/libgxps;
@@ -9,18 +10,31 @@
 arch=(i686 x86_64)
 license=(GPL2)
 depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
-makedepends=(gobject-introspection gtk-doc)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4')
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 11:30:46
  Author: jsteel
Revision: 190104

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 190103, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 11:30:39 UTC (rev 190103)
+++ PKGBUILD2016-09-21 11:30:46 UTC (rev 190104)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.65
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e8e2b8efa38f710f09e3ed33028fbb73')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 190103, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 11:30:46 UTC (rev 190104)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.66
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('c99df2eb8517e247560a6f1bc3610ab3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 11:30:26
  Author: jsteel
Revision: 190101

upgpkg: python-botocore 1.4.56-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 11:21:03 UTC (rev 190100)
+++ PKGBUILD2016-09-21 11:30:26 UTC (rev 190101)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.55
+pkgver=1.4.56
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8007fa2cd3ee3efcdf47bcd7f1160a4d')
+md5sums=('40677d87cb41623b2f74cd6c8a2b7d4e')
 
 build() {
   cd botocore-$pkgver


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 11:30:39
  Author: jsteel
Revision: 190103

upgpkg: aws-cli 1.10.66-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 11:30:33 UTC (rev 190102)
+++ PKGBUILD2016-09-21 11:30:39 UTC (rev 190103)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.65
+pkgver=1.10.66
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('e8e2b8efa38f710f09e3ed33028fbb73')
+md5sums=('c99df2eb8517e247560a6f1bc3610ab3')
 
 build() {
   cd $pkgname-$pkgver


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 11:30:33
  Author: jsteel
Revision: 190102

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 11:30:26 UTC (rev 190101)
+++ PKGBUILD2016-09-21 11:30:33 UTC (rev 190102)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.55
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('8007fa2cd3ee3efcdf47bcd7f1160a4d')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 190101, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 11:30:33 UTC (rev 190102)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.56
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('40677d87cb41623b2f74cd6c8a2b7d4e')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-09-21 Thread Jonathan Steel
Date: Wednesday, September 21, 2016 @ 11:21:03
  Author: jsteel
Revision: 190100

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

Added:
  mgba/repos/community-testing-i686/PKGBUILD
(from rev 190099, mgba/trunk/PKGBUILD)
  mgba/repos/community-testing-x86_64/PKGBUILD
(from rev 190099, mgba/trunk/PKGBUILD)
Deleted:
  mgba/repos/community-testing-i686/PKGBUILD
  mgba/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  122 
 community-testing-i686/PKGBUILD   |   60 -
 community-testing-x86_64/PKGBUILD |   61 --
 3 files changed, 122 insertions(+), 121 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-09-21 10:52:39 UTC (rev 190099)
+++ community-testing-i686/PKGBUILD 2016-09-21 11:21:03 UTC (rev 190100)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Duck Hunt 
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.5.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://mgba.io'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'imagemagick' 'desktop-file-utils')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-md5sums=('fe6624b2eed4792c9abc28c0cc0099de')
-
-prepare() {
-  [[ ! -d build ]] && mkdir build || rm -rf build
-}
-
-build() {
-  cd build
-  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_libmgba() {
-  pkgdesc='Shared library of mGBA'
-  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
-  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
-  depends=('libmgba' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
--P build/cmake_install.cmake
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
-  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy. Qt5 UI.'
-  depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
-  cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
--P build/cmake_install.cmake
-
-  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir 
"$pkgdir"/usr/share/applications/
-  install -Dm644 mgba-$pkgver/res/mgba-256.png 
"$pkgdir"/usr/share/pixmaps/mgba.png
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mgba/repos/community-testing-i686/PKGBUILD (from rev 190099, 
mgba/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-21 11:21:03 UTC (rev 190100)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('fe6624b2eed4792c9abc28c0cc0099de')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+-P build/cmake_install.cmake
+  install -Dm644 mgba-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+  pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and 
accuracy'
+  depends=('libmgba' 'sdl2')
+
+  cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" 
\
+-P build/cmake_install.cmake
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s /usr/share/licenses/libmgba/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

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

2016-09-21 Thread Sébastien Luttringer
Date: Wednesday, September 21, 2016 @ 09:58:29
  Author: seblu
Revision: 190096

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 09:57:40 UTC (rev 190095)
+++ community-i686/PKGBUILD 2016-09-21 09:58:29 UTC (rev 190096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 190095, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 09:58:29 UTC (rev 190096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   # license
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 09:57:40 UTC (rev 190095)
+++ community-x86_64/PKGBUILD   2016-09-21 09:58:29 UTC (rev 190096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 190095, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 09:58:29 UTC (rev 190096)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+

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

2016-09-21 Thread Sébastien Luttringer
Date: Wednesday, September 21, 2016 @ 09:57:40
  Author: seblu
Revision: 190095

upgpkg: weston 1.12.0-1

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 08:49:31 UTC (rev 190094)
+++ PKGBUILD2016-09-21 09:57:40 UTC (rev 190095)
@@ -3,7 +3,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=weston
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('wayland-protocols')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('8b051ee16b785b6db16657161aeed6cd6724f028'
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
   'SKIP')
 
 build() {


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

2016-09-21 Thread Sébastien Luttringer
Date: Wednesday, September 21, 2016 @ 09:56:09
  Author: seblu
Revision: 276796

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 09:55:46 UTC (rev 276795)
+++ extra-i686/PKGBUILD 2016-09-21 09:56:09 UTC (rev 276796)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('glibc' 'libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 276795, 
wayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-21 09:56:09 UTC (rev 276796)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('9a0dd96f53fff3e227035ed76caaa209b632ea8d'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-21 09:55:46 UTC (rev 276795)
+++ extra-x86_64/PKGBUILD   2016-09-21 09:56:09 UTC (rev 276796)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('glibc' 'libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 276795, 
wayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-21 09:56:09 UTC (rev 276796)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})

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

2016-09-21 Thread Sébastien Luttringer
Date: Wednesday, September 21, 2016 @ 09:55:46
  Author: seblu
Revision: 276795

upgpkg: wayland 1.12.0-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 09:13:49 UTC (rev 276794)
+++ PKGBUILD2016-09-21 09:55:46 UTC (rev 276795)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=wayland
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848'
+sha1sums=('9a0dd96f53fff3e227035ed76caaa209b632ea8d'
   'SKIP')
 
 build() {


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 09:13:49
  Author: arojas
Revision: 276794

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

Added:
  katepart4/repos/extra-i686/PKGBUILD
(from rev 276793, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 276793, katepart4/trunk/pkgbuild-syntax-highlight.patch)
  katepart4/repos/extra-x86_64/PKGBUILD
(from rev 276793, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 276793, katepart4/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  katepart4/repos/extra-i686/PKGBUILD
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
  katepart4/repos/extra-x86_64/PKGBUILD
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   96 +
 /pkgbuild-syntax-highlight.patch |   22 +
 extra-i686/PKGBUILD  |   43 ---
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 --
 extra-x86_64/PKGBUILD|   43 ---
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 --
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 09:13:19 UTC (rev 276793)
+++ extra-i686/PKGBUILD 2016-09-21 09:13:49 UTC (rev 276794)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katepart4
-pkgver=4.14.3
-pkgrel=5
-pkgdesc="A fast and feature-rich text editor component"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-url="http://kate-editor.org/about-katepart/;
-depends=('kdelibs')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
-provides=('kdebase-katepart')
-replaces=('kdebase-katepart')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
-  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  mkdir build
-
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build/part
-  make DESTDIR="${pkgdir}" install
-
-  cd ../addons/ktexteditor
-  make DESTDIR="${pkgdir}" install
-}

Copied: katepart4/repos/extra-i686/PKGBUILD (from rev 276793, 
katepart4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-21 09:13:49 UTC (rev 276794)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=6
+pkgdesc="A fast and feature-rich text editor component"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+url="http://kate-editor.org/about-katepart/;
+depends=('kdelibs')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+provides=('kdebase-katepart')
+replaces=('kdebase-katepart')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+# Don't build kate and plasma addons
+  sed -e '/kate/d' -e '/plasma/d' -i addons/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_kate=OFF \
+-DBUILD_kwrite=OFF \
+-DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd ../addons/ktexteditor
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pkgbuild-syntax-highlight.patch
===
--- extra-i686/pkgbuild-syntax-highlight.patch  2016-09-21 09:13:19 UTC (rev 
276793)
+++ extra-i686/pkgbuild-syntax-highlight.patch  2016-09-21 09:13:49 UTC (rev 
276794)
@@ -1,11 +0,0 @@
 kate-4.10.80/part/syntax/data/bash.xml~2013-06-13 09:46:51.569245577 
+
-+++ kate-4.10.80/part/syntax/data/bash.xml 2013-06-13 09:47:31.745637790 
+
-@@ -8,7 +8,7 @@
- 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 
-  
- ]>
--
-+
- 
- 
+  
+ ]>
+-
++
+ 
+ 

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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 09:13:19
  Author: arojas
Revision: 276793

Only build needed pieces, drop unused kdebindings-python makedepeds

Modified:
  katepart4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 08:53:30 UTC (rev 276792)
+++ PKGBUILD2016-09-21 09:13:19 UTC (rev 276793)
@@ -4,13 +4,13 @@
 
 pkgname=katepart4
 pkgver=4.14.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast and feature-rich text editor component"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 url="http://kate-editor.org/about-katepart/;
 depends=('kdelibs')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
+makedepends=('kdelibs' 'cmake' 'automoc4')
 provides=('kdebase-katepart')
 replaces=('kdebase-katepart')
 source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
@@ -23,6 +23,8 @@
 
   cd kate-${pkgver}
   patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+# Don't build kate and plasma addons
+  sed -e '/kate/d' -e '/plasma/d' -i addons/CMakeLists.txt
 }
 
 build() {
@@ -30,7 +32,10 @@
   cmake ../kate-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_kate=OFF \
+-DBUILD_kwrite=OFF \
+-DBUILD_doc=OFF
   make
 }
 


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 08:53:30
  Author: arojas
Revision: 276792

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

Added:
  kdebindings-python/repos/extra-i686/PKGBUILD
(from rev 276791, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/extra-i686/pykde4-4.14.3-missing_symbols.patch
(from rev 276791, 
kdebindings-python/trunk/pykde4-4.14.3-missing_symbols.patch)
  kdebindings-python/repos/extra-x86_64/PKGBUILD
(from rev 276791, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/extra-x86_64/pykde4-4.14.3-missing_symbols.patch
(from rev 276791, 
kdebindings-python/trunk/pykde4-4.14.3-missing_symbols.patch)
Deleted:
  kdebindings-python/repos/extra-i686/PKGBUILD
  kdebindings-python/repos/extra-i686/pykde4-4.14.3-missing_symbols.patch
  kdebindings-python/repos/extra-i686/sip-4.15.5.patch
  kdebindings-python/repos/extra-x86_64/PKGBUILD
  kdebindings-python/repos/extra-x86_64/pykde4-4.14.3-missing_symbols.patch
  kdebindings-python/repos/extra-x86_64/sip-4.15.5.patch

--+
 /PKGBUILD|  194 +
 /pykde4-4.14.3-missing_symbols.patch |   42 
 extra-i686/PKGBUILD  |   97 --
 extra-i686/pykde4-4.14.3-missing_symbols.patch   |   21 --
 extra-i686/sip-4.15.5.patch  |   12 -
 extra-x86_64/PKGBUILD|   97 --
 extra-x86_64/pykde4-4.14.3-missing_symbols.patch |   21 --
 extra-x86_64/sip-4.15.5.patch|   12 -
 8 files changed, 236 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 08:53:02 UTC (rev 276791)
+++ extra-i686/PKGBUILD 2016-09-21 08:53:30 UTC (rev 276792)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2'
- 'kdebindings-python-common')
-pkgver=4.14.3
-pkgrel=6
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
- 'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
-source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-pykde4-4.14.3-missing_symbols.patch)
-sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
-  '54ace7648dc542c681d6d3164685e6fb6be47f9f')
-
-prepare() {
-  mkdir build
-
-  cd pykde4-${pkgver}
-  patch -p1 -i ../pykde4-4.14.3-missing_symbols.patch
-}
-
-build() {
-  export PYTHONDONTWRITEBYTECODE="TRUE"
-
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.5m.so.1.0 \
--DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF \
--DWITH_Soprano=OFF
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/sip
-
-  ln -s /usr/bin/pykdeuic4-3.5 "${pkgdir}"/usr/bin/pykdeuic4
-}
-
-package_kdebindings-python2() {
-  pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
-  conflicts=('kdebindings-python<4.8.1-2')
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/
-
-  # pykdeuic4 should point to the python3 version
-  #rm "${pkgdir}"/usr/bin/pykdeuic4
-
-  # Use the python2 executable
-  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}
-
-package_kdebindings-python-common() {
-  pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=()
-  conflicts=('kdebindings-python<4.8.1-2')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/{bin,lib,share/apps}
-}

Copied: kdebindings-python/repos/extra-i686/PKGBUILD (from rev 276791, 
kdebindings-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-21 08:53:30 UTC (rev 276792)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino 

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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 08:52:20
  Author: arojas
Revision: 276790

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

Added:
  kdebindings-python/repos/extra-i686/PKGBUILD
(from rev 276789, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/extra-i686/pykde4-4.14.3-missing_symbols.patch
(from rev 276789, 
kdebindings-python/trunk/pykde4-4.14.3-missing_symbols.patch)
  kdebindings-python/repos/extra-i686/sip-4.15.5.patch
(from rev 276789, kdebindings-python/trunk/sip-4.15.5.patch)
  kdebindings-python/repos/extra-x86_64/PKGBUILD
(from rev 276789, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/extra-x86_64/pykde4-4.14.3-missing_symbols.patch
(from rev 276789, 
kdebindings-python/trunk/pykde4-4.14.3-missing_symbols.patch)
  kdebindings-python/repos/extra-x86_64/sip-4.15.5.patch
(from rev 276789, kdebindings-python/trunk/sip-4.15.5.patch)
Deleted:
  kdebindings-python/repos/extra-i686/PKGBUILD
  kdebindings-python/repos/extra-i686/pykde4-4.14.3-missing_symbols.patch
  kdebindings-python/repos/extra-i686/sip-4.15.5.patch
  kdebindings-python/repos/extra-x86_64/PKGBUILD
  kdebindings-python/repos/extra-x86_64/pykde4-4.14.3-missing_symbols.patch
  kdebindings-python/repos/extra-x86_64/sip-4.15.5.patch

--+
 /PKGBUILD|  194 +
 /pykde4-4.14.3-missing_symbols.patch |   42 
 /sip-4.15.5.patch|   24 ++
 extra-i686/PKGBUILD  |   99 --
 extra-i686/pykde4-4.14.3-missing_symbols.patch   |   21 --
 extra-i686/sip-4.15.5.patch  |   12 -
 extra-x86_64/PKGBUILD|   99 --
 extra-x86_64/pykde4-4.14.3-missing_symbols.patch |   21 --
 extra-x86_64/sip-4.15.5.patch|   12 -
 9 files changed, 260 insertions(+), 264 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-21 08:51:09 UTC (rev 276789)
+++ extra-i686/PKGBUILD 2016-09-21 08:52:20 UTC (rev 276790)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2'
- 'kdebindings-python-common')
-pkgver=4.14.3
-pkgrel=5
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
- 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-pykde4-4.14.3-missing_symbols.patch)
-sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
-  '54ace7648dc542c681d6d3164685e6fb6be47f9f')
-
-prepare() {
-  mkdir build
-
-  cd pykde4-${pkgver}
-  patch -p1 -i ../pykde4-4.14.3-missing_symbols.patch
-}
-
-build() {
-  export PYTHONDONTWRITEBYTECODE="TRUE"
-
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python3 \
--DPYTHON_LIBRARY=/usr/lib/libpython3.5m.so.1.0 \
--DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF \
--DWITH_Soprano=OFF
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYKDEUIC4_ALTINSTALL=TRUE \
--DWITH_Nepomuk=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  ln -s /usr/bin/pykdeuic4-3.4 "${pkgdir}"/usr/bin/pykdeuic4
-}
-
-package_kdebindings-python2() {
-  pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
-  conflicts=('kdebindings-python<4.8.1-2')
-
-  cd "${srcdir}"/build-python2
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  # pykdeuic4 should point to the python3 version
-  #rm "${pkgdir}"/usr/bin/pykdeuic4
-
-  # Use the python2 executable
-  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}
-
-package_kdebindings-python-common() {
-  pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=('qscintilla')
-  

[arch-commits] Commit in kdebindings-python/trunk (sip-4.15.5.patch)

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 08:53:02
  Author: arojas
Revision: 276791

Drop old patch

Deleted:
  kdebindings-python/trunk/sip-4.15.5.patch

--+
 sip-4.15.5.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: sip-4.15.5.patch
===
--- sip-4.15.5.patch2016-09-21 08:52:20 UTC (rev 276790)
+++ sip-4.15.5.patch2016-09-21 08:53:02 UTC (rev 276791)
@@ -1,12 +0,0 @@
-diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
-+++ pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
-@@ -26,7 +26,7 @@ namespace Phonon
- {
- namespace BackendCapabilities
- {
--class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
-+class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
- {
- 
- signals:


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

2016-09-21 Thread Antonio Rojas
Date: Wednesday, September 21, 2016 @ 08:51:09
  Author: arojas
Revision: 276789

Drop unused qscintilla dependency, move examples to py3 subpackage, fix 
dangling symlink

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 06:28:04 UTC (rev 276788)
+++ PKGBUILD2016-09-21 08:51:09 UTC (rev 276789)
@@ -6,13 +6,13 @@
  'kdebindings-python2'
  'kdebindings-python-common')
 pkgver=4.14.3
-pkgrel=5
+pkgrel=6
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs'
- 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+makedepends=('cmake' 'automoc4' 'boost' 'python2-pyqt4' 'kdepimlibs4'
+ 'python-pyqt4' 'python2-sip' 'python-sip' 'mesa')
 source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 pykde4-4.14.3-missing_symbols.patch)
 sha1sums=('9cc8e70d3b107a876cf579beab1f582861cd2c48'
@@ -56,29 +56,27 @@
 
 package_kdebindings-python() {
   pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+  depends=('python-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
 
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 
   # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+  rm -r "${pkgdir}"/usr/share/sip
 
-  ln -s /usr/bin/pykdeuic4-3.4 "${pkgdir}"/usr/bin/pykdeuic4
+  ln -s /usr/bin/pykdeuic4-3.5 "${pkgdir}"/usr/bin/pykdeuic4
 }
 
 package_kdebindings-python2() {
   pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs')
+  depends=('python2-pyqt4' 'kdebindings-python-common' 'kdepimlibs4')
   conflicts=('kdebindings-python<4.8.1-2')
 
-  cd "${srcdir}"/build-python2
+  cd build-python2
   make DESTDIR="${pkgdir}" install
 
   # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+  rm -r "${pkgdir}"/usr/share/
 
   # pykdeuic4 should point to the python3 version
   #rm "${pkgdir}"/usr/bin/pykdeuic4
@@ -89,11 +87,11 @@
 
 package_kdebindings-python-common() {
   pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=('qscintilla')
+  depends=()
   conflicts=('kdebindings-python<4.8.1-2')
 
   cd build
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}"/usr/{bin,lib}
+  rm -r "${pkgdir}"/usr/{bin,lib,share/apps}
 }


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 08:49:31
  Author: felixonmars
Revision: 190094

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-21 08:48:52 UTC (rev 190093)
+++ community-i686/PKGBUILD 2016-09-21 08:49:31 UTC (rev 190094)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop;
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras' 'libqtxdg')
-makedepends=('git' 'boost' 'qt5-tools')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-i686/PKGBUILD (from rev 190093, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-21 08:49:31 UTC (rev 190094)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.15
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
+ 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
+ 'qt5-x11extras' 'libqtxdg')
+makedepends=('git' 'boost' 'qt5-tools')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-21 08:48:52 UTC (rev 190093)
+++ community-x86_64/PKGBUILD   2016-09-21 08:49:31 UTC (rev 190094)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=3.0.15
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop;
-license=('GPL3')
-depends=('deepin-file-manager-backend' 'deepin-nautilus-properties' 
'gsettings-qt'
- 'deepin-daemon' 'deepin-tool-kit' 'startdde' 'deepin-dock' 'gtk2' 
'qt5-svg'
- 'qt5-x11extras' 'libqtxdg')
-makedepends=('git' 'boost' 'qt5-tools')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-x86_64/PKGBUILD (from rev 190093, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-21 08:49:31 UTC (rev 190094)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=3.0.15
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop;
+license=('GPL3')
+depends=('deepin-file-manager-backend' 

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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 08:48:52
  Author: felixonmars
Revision: 190093

upgpkg: deepin-desktop 3.0.15-2

rebuild with libqtxdg 2.x

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 08:14:39 UTC (rev 190092)
+++ PKGBUILD2016-09-21 08:48:52 UTC (rev 190093)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop
 pkgver=3.0.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-desktop;


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

2016-09-21 Thread Nicola Squartini
Date: Wednesday, September 21, 2016 @ 08:14:39
  Author: tensor5
Revision: 190092

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/
  caprine/repos/community-any/PKGBUILD
(from rev 190091, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 190091, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 190091, caprine/trunk/caprine.js)

-+
 PKGBUILD|   59 ++
 caprine.desktop |9 
 caprine.js  |   29 ++
 3 files changed, 97 insertions(+)

Copied: caprine/repos/community-any/PKGBUILD (from rev 190091, 
caprine/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-09-21 08:14:39 UTC (rev 190092)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('84f06f119ef0bc76d21200a08d62335351b55dd856edd1392e2a6e33b7761e3e'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+hicolordir=/usr/share/icons/hicolor
+install -dm755 "${pkgdir}"${hicolordir}/{1024x1024,scalable}/apps
+ln -s $(realpath -m --relative-to=${hicolordir}/1024x1024/apps 
${appdir}/static/Icon.png) \
+"${pkgdir}"${hicolordir}/1024x1024/apps/${pkgname}.png
+ln -s $(realpath -m --relative-to=${hicolordir}/scalable/apps 
${appdir}/media/Icon.svg) \
+"${pkgdir}"${hicolordir}/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+-i {} \; \
+-or -name ".*" -prune -exec rm -r '{}' \; \
+-or -name "bin" -prune -exec rm -r '{}' \; \
+-or -name "example" -prune -exec rm -r '{}' \; \
+-or -name "examples" -prune -exec rm -r '{}' \; \
+-or -name "test" -prune -exec rm -r '{}' \;
+}

Copied: caprine/repos/community-any/caprine.desktop (from rev 190091, 
caprine/trunk/caprine.desktop)
===
--- community-any/caprine.desktop   (rev 0)
+++ community-any/caprine.desktop   2016-09-21 08:14:39 UTC (rev 190092)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Caprine
+GenericName=IM Client
+Comment=Unofficial Facebook Messenger app
+Icon=caprine
+Exec=caprine
+Categories=GTK;InstantMessaging;Network;
+StartupNotify=true

Copied: caprine/repos/community-any/caprine.js (from rev 190091, 
caprine/trunk/caprine.js)
===
--- community-any/caprine.js(rev 0)
+++ community-any/caprine.js2016-09-21 08:14:39 UTC (rev 190092)
@@ -0,0 +1,29 @@
+#!/usr/bin/electron
+
+const name = 'caprine';
+
+const {app} = require('electron');
+const fs = require('fs');
+const path = require('path');
+
+// Change command name.
+const fd = fs.openSync('/proc/self/comm', fs.constants.O_WRONLY);
+fs.writeSync(fd, name);
+fs.closeSync(fd);
+
+// Remove first command line argument (/usr/bin/electron).
+process.argv.splice(0, 1);
+
+// Set application paths.
+const appPath = path.join(path.dirname(__dirname), 'lib', name);
+const packageJson = require(path.join(appPath, 'package.json'));
+const productName = packageJson.productName;
+app.setAppPath(appPath);
+app.setDesktopName(name + '.desktop');
+app.setName(productName);
+app.setPath('userCache', path.join(app.getPath('cache'), productName));
+app.setPath('userData', path.join(app.getPath('appData'), productName));
+app.setVersion(packageJson.version);
+
+// Run the application.
+require('module')._load(appPath, module, true);


[arch-commits] Commit in (6 files)

2016-09-21 Thread Nicola Squartini
Date: Wednesday, September 21, 2016 @ 08:13:01
  Author: tensor5
Revision: 190091

addpkg: caprine 1.5.0-1

Added:
  caprine/
  caprine/repos/
  caprine/trunk/
  caprine/trunk/PKGBUILD
  caprine/trunk/caprine.desktop
  caprine/trunk/caprine.js

-+
 PKGBUILD|   59 ++
 caprine.desktop |9 
 caprine.js  |   29 ++
 3 files changed, 97 insertions(+)

Added: caprine/trunk/PKGBUILD
===
--- caprine/trunk/PKGBUILD  (rev 0)
+++ caprine/trunk/PKGBUILD  2016-09-21 08:13:01 UTC (rev 190091)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('84f06f119ef0bc76d21200a08d62335351b55dd856edd1392e2a6e33b7761e3e'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+hicolordir=/usr/share/icons/hicolor
+install -dm755 "${pkgdir}"${hicolordir}/{1024x1024,scalable}/apps
+ln -s $(realpath -m --relative-to=${hicolordir}/1024x1024/apps 
${appdir}/static/Icon.png) \
+"${pkgdir}"${hicolordir}/1024x1024/apps/${pkgname}.png
+ln -s $(realpath -m --relative-to=${hicolordir}/scalable/apps 
${appdir}/media/Icon.svg) \
+"${pkgdir}"${hicolordir}/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+-i {} \; \
+-or -name ".*" -prune -exec rm -r '{}' \; \
+-or -name "bin" -prune -exec rm -r '{}' \; \
+-or -name "example" -prune -exec rm -r '{}' \; \
+-or -name "examples" -prune -exec rm -r '{}' \; \
+-or -name "test" -prune -exec rm -r '{}' \;
+}


Property changes on: caprine/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: caprine/trunk/caprine.desktop
===
--- caprine/trunk/caprine.desktop   (rev 0)
+++ caprine/trunk/caprine.desktop   2016-09-21 08:13:01 UTC (rev 190091)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Caprine
+GenericName=IM Client
+Comment=Unofficial Facebook Messenger app
+Icon=caprine
+Exec=caprine
+Categories=GTK;InstantMessaging;Network;
+StartupNotify=true

Added: caprine/trunk/caprine.js
===
--- caprine/trunk/caprine.js(rev 0)
+++ caprine/trunk/caprine.js2016-09-21 08:13:01 UTC (rev 190091)
@@ -0,0 +1,29 @@
+#!/usr/bin/electron
+
+const name = 'caprine';
+
+const {app} = require('electron');
+const fs = require('fs');
+const path = require('path');
+
+// Change command name.
+const fd = fs.openSync('/proc/self/comm', fs.constants.O_WRONLY);
+fs.writeSync(fd, name);
+fs.closeSync(fd);
+
+// Remove first command line argument (/usr/bin/electron).
+process.argv.splice(0, 1);
+
+// Set application paths.
+const appPath = path.join(path.dirname(__dirname), 'lib', name);
+const packageJson = require(path.join(appPath, 'package.json'));
+const productName = packageJson.productName;
+app.setAppPath(appPath);
+app.setDesktopName(name + '.desktop');
+app.setName(productName);
+app.setPath('userCache', path.join(app.getPath('cache'), productName));
+app.setPath('userData', path.join(app.getPath('appData'), productName));
+app.setVersion(packageJson.version);
+
+// Run the application.
+require('module')._load(appPath, module, true);


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:36:53
  Author: felixonmars
Revision: 190090

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
190089, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 06:35:13 UTC (rev 190089)
+++ PKGBUILD2016-09-21 06:36:53 UTC (rev 190090)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('73585e5484986f25a9a8748d2b5f301a0b159328'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:35:13
  Author: felixonmars
Revision: 190089

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
190088, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 06:34:53 UTC (rev 190088)
+++ PKGBUILD2016-09-21 06:35:13 UTC (rev 190089)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.18
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('73585e5484986f25a9a8748d2b5f301a0b159328'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:34:53
  Author: felixonmars
Revision: 190088

upgpkg: wine-staging 1.9.19-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 06:18:04 UTC (rev 190087)
+++ PKGBUILD2016-09-21 06:34:53 UTC (rev 190088)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.18
+pkgver=1.9.19
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('73585e5484986f25a9a8748d2b5f301a0b159328'
+sha1sums=('8b581ec3582e0f68b923f683425d7cc55ea92c49'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:18:04
  Author: felixonmars
Revision: 190087

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 190086, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 06:17:36 UTC (rev 190086)
+++ PKGBUILD2016-09-21 06:18:04 UTC (rev 190087)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.4.14
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('ad3e269a6793424d5d21c9626e1c9ef1'
- 'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 190086, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 06:18:04 UTC (rev 190087)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.4.15
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('4ea5b239bd8bf1b734dda02997b36459'
+ 'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:17:36
  Author: felixonmars
Revision: 190086

upgpkg: lib32-gnutls 3.4.15-1

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 06:09:29 UTC (rev 190085)
+++ PKGBUILD2016-09-21 06:17:36 UTC (rev 190086)
@@ -8,7 +8,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.14
+pkgver=3.4.15
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('ad3e269a6793424d5d21c9626e1c9ef1'
+md5sums=('4ea5b239bd8bf1b734dda02997b36459'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


[arch-commits] Commit in ponyc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:09:29
  Author: felixonmars
Revision: 190085

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 190084, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-21 06:09:14 UTC (rev 190084)
+++ PKGBUILD2016-09-21 06:09:29 UTC (rev 190085)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('zlib' 'ncurses' 'gcc-libs')
-makedepends=('llvm' 'git')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package.')
-source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd ponyc
-  make config=release prefix=/usr arch=x86-64 verbose=
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc
-  make config=release prefix=/usr arch=x86-64 verbose= test
-}
-
-package() {
-  cd ponyc
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 190084, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 06:09:29 UTC (rev 190085)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'ncurses' 'gcc-libs')
+makedepends=('llvm' 'git')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package.')
+source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd ponyc
+  make config=release prefix=/usr arch=x86-64 verbose=
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc
+  make config=release prefix=/usr arch=x86-64 verbose= test
+}
+
+package() {
+  cd ponyc
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:09:32
  Author: felixonmars
Revision: 276785

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 276784, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

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

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 276784, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-21 06:09:32 UTC (rev 276785)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=27.3.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging' 'python-appdirs')
+  

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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:09:14
  Author: felixonmars
Revision: 190084

upgpkg: ponyc 0.3.2-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 03:51:22 UTC (rev 190083)
+++ PKGBUILD2016-09-21 06:09:14 UTC (rev 190084)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.3.0
+pkgver=0.3.2
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'


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

2016-09-21 Thread Felix Yan
Date: Wednesday, September 21, 2016 @ 06:09:17
  Author: felixonmars
Revision: 276784

upgpkg: python-setuptools 1:27.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 22:29:13 UTC (rev 276783)
+++ PKGBUILD2016-09-21 06:09:17 UTC (rev 276784)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=27.2.0
+pkgver=27.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"