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

2016-03-06 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 08:57:27
  Author: jgc
Revision: 261135

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-07 07:57:17 UTC (rev 261134)
+++ extra-i686/PKGBUILD 2016-03-07 07:57:27 UTC (rev 261135)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Jason Chu 
-
-pkgname=gphoto2
-pkgver=2.5.6
-pkgrel=1
-pkgdesc="A digital camera download and access program."
-arch=(i686 x86_64)
-url="http://www.gphoto.org;
-license=('GPL' 'LGPL')
-depends=('libgphoto2' 'popt' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('5094fd8b0f3b473a5fc3e869166c2f552132bbb2'
-  'SKIP')
-validpgpkeys=('D33BC5C3C0CC59B63989D77BEA7BF3970175623E')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gphoto2/repos/extra-i686/PKGBUILD (from rev 261134, 
gphoto2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-07 07:57:27 UTC (rev 261135)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Jason Chu 
+
+pkgname=gphoto2
+pkgver=2.5.9
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('b28b5c297652651c4ce1b544a4930c0470e9b419'
+  'SKIP')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-07 07:57:17 UTC (rev 261134)
+++ extra-x86_64/PKGBUILD   2016-03-07 07:57:27 UTC (rev 261135)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Jason Chu 
-
-pkgname=gphoto2
-pkgver=2.5.6
-pkgrel=1
-pkgdesc="A digital camera download and access program."
-arch=(i686 x86_64)
-url="http://www.gphoto.org;
-license=('GPL' 'LGPL')
-depends=('libgphoto2' 'popt' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('5094fd8b0f3b473a5fc3e869166c2f552132bbb2'
-  'SKIP')
-validpgpkeys=('D33BC5C3C0CC59B63989D77BEA7BF3970175623E')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gphoto2/repos/extra-x86_64/PKGBUILD (from rev 261134, 
gphoto2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-07 07:57:27 UTC (rev 261135)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Jason Chu 
+
+pkgname=gphoto2
+pkgver=2.5.9
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('b28b5c297652651c4ce1b544a4930c0470e9b419'
+  'SKIP')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-06 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 08:57:17
  Author: jgc
Revision: 261134

upgpkg: gphoto2 2.5.9-1

Modified:
  gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 07:54:55 UTC (rev 261133)
+++ PKGBUILD2016-03-07 07:57:17 UTC (rev 261134)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=gphoto2
-pkgver=2.5.6
+pkgver=2.5.9
 pkgrel=1
 pkgdesc="A digital camera download and access program."
 arch=(i686 x86_64)
@@ -12,9 +12,9 @@
 license=('GPL' 'LGPL')
 depends=('libgphoto2' 'popt' 'readline')
 
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('5094fd8b0f3b473a5fc3e869166c2f552132bbb2'
+sha1sums=('b28b5c297652651c4ce1b544a4930c0470e9b419'
   'SKIP')
-validpgpkeys=('D33BC5C3C0CC59B63989D77BEA7BF3970175623E')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (5 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 08:55:58
  Author: fyan
Revision: 165431

addpkg: haskell-base-unicode-symbols 0.2.2.4-1

Added:
  haskell-base-unicode-symbols/
  haskell-base-unicode-symbols/repos/
  haskell-base-unicode-symbols/trunk/
  haskell-base-unicode-symbols/trunk/PKGBUILD
  haskell-base-unicode-symbols/trunk/haskell-base-unicode-symbols.install

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

Added: haskell-base-unicode-symbols/trunk/PKGBUILD
===
--- haskell-base-unicode-symbols/trunk/PKGBUILD (rev 0)
+++ haskell-base-unicode-symbols/trunk/PKGBUILD 2016-03-07 07:55:58 UTC (rev 
165431)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-unicode-symbols
+pkgname=haskell-base-unicode-symbols
+pkgver=0.2.2.4
+pkgrel=1
+pkgdesc="Unicode alternatives for common functions and operators"
+url="http://haskell.org/haskellwiki/Unicode-symbols;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a2f841430fec32edba778b74bde83bf0170ada7c5e2e59d7187c8f06d92dcca9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 08:56:33
  Author: fyan
Revision: 165434

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 165433, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 07:56:24 UTC (rev 165433)
+++ PKGBUILD2016-03-07 07:56:33 UTC (rev 165434)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/google/yapf;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/google/${pkgbase}.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  nosetests3
-
-  cd "${srcdir}/${pkgbase}-py2"
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd $pkgbase
-  python setup.py install -O1 --root="$pkgdir/"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd $pkgbase-py2
-  python2 setup.py install -O1 --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/yapf" "$pkgdir/usr/bin/yapf2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 165433, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 07:56:33 UTC (rev 165434)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/${pkgbase}.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  nosetests3
+
+  cd "${srcdir}/${pkgbase}-py2"
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd $pkgbase
+  python setup.py install -O1 --root="$pkgdir/"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/yapf" "$pkgdir/usr/bin/yapf2"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-base-unicode-symbols/repos (6 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 08:56:24
  Author: fyan
Revision: 165433

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

Added:
  haskell-base-unicode-symbols/repos/community-i686/
  haskell-base-unicode-symbols/repos/community-i686/PKGBUILD
(from rev 165431, haskell-base-unicode-symbols/trunk/PKGBUILD)
  
haskell-base-unicode-symbols/repos/community-i686/haskell-base-unicode-symbols.install
(from rev 165431, 
haskell-base-unicode-symbols/trunk/haskell-base-unicode-symbols.install)
  haskell-base-unicode-symbols/repos/community-x86_64/
  haskell-base-unicode-symbols/repos/community-x86_64/PKGBUILD
(from rev 165431, haskell-base-unicode-symbols/trunk/PKGBUILD)
  
haskell-base-unicode-symbols/repos/community-x86_64/haskell-base-unicode-symbols.install
(from rev 165432, 
haskell-base-unicode-symbols/trunk/haskell-base-unicode-symbols.install)

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

Copied: haskell-base-unicode-symbols/repos/community-i686/PKGBUILD (from rev 
165431, haskell-base-unicode-symbols/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 07:56:24 UTC (rev 165433)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-unicode-symbols
+pkgname=haskell-base-unicode-symbols
+pkgver=0.2.2.4
+pkgrel=1
+pkgdesc="Unicode alternatives for common functions and operators"
+url="http://haskell.org/haskellwiki/Unicode-symbols;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a2f841430fec32edba778b74bde83bf0170ada7c5e2e59d7187c8f06d92dcca9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-base-unicode-symbols/repos/community-i686/haskell-base-unicode-symbols.install
 (from rev 165431, 
haskell-base-unicode-symbols/trunk/haskell-base-unicode-symbols.install)
===
--- community-i686/haskell-base-unicode-symbols.install 
(rev 0)
+++ community-i686/haskell-base-unicode-symbols.install 2016-03-07 07:56:24 UTC 
(rev 165433)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-base-unicode-symbols
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-base-unicode-symbols/repos/community-x86_64/PKGBUILD (from rev 
165431, haskell-base-unicode-symbols/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-07 07:56:24 UTC (rev 165433)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-unicode-symbols
+pkgname=haskell-base-unicode-symbols
+pkgver=0.2.2.4
+pkgrel=1
+pkgdesc="Unicode alternatives for common functions and operators"

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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 08:56:14
  Author: fyan
Revision: 165432

upgpkg: yapf 0.6.3-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 07:55:58 UTC (rev 165431)
+++ PKGBUILD2016-03-07 07:56:14 UTC (rev 165432)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


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

2016-03-06 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 08:54:55
  Author: jgc
Revision: 261133

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

Added:
  gnome-terminal/repos/extra-i686/PKGBUILD
(from rev 261132, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/extra-i686/gnome-terminal.install
(from rev 261132, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 261132, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/extra-x86_64/gnome-terminal.install
(from rev 261132, gnome-terminal/trunk/gnome-terminal.install)
Deleted:
  gnome-terminal/repos/extra-i686/PKGBUILD
  gnome-terminal/repos/extra-i686/gnome-terminal.install
  gnome-terminal/repos/extra-x86_64/PKGBUILD
  gnome-terminal/repos/extra-x86_64/gnome-terminal.install

-+
 /PKGBUILD   |   74 ++
 /gnome-terminal.install |   26 +++
 extra-i686/PKGBUILD |   36 
 extra-i686/gnome-terminal.install   |   13 -
 extra-x86_64/PKGBUILD   |   36 
 extra-x86_64/gnome-terminal.install |   13 -
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-07 07:54:48 UTC (rev 261132)
+++ extra-i686/PKGBUILD 2016-03-07 07:54:55 UTC (rev 261133)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl desktop-file-utils
- libnautilus-extension appdata-tools gnome-shell gconf vala)
-optdepends=('gconf: settings migration when upgrading from older version')
-options=('!emptydirs')
-url="http://www.gnome.org;
-groups=('gnome')
-install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e35c0fa1395258bab83952cfabe4c1828b8655bcd761f8faed70b452bd89efa')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 261132, 
gnome-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-07 07:54:55 UTC (rev 261133)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool docbook-xsl desktop-file-utils
+ libnautilus-extension appdata-tools gnome-shell gconf vala)
+optdepends=('gconf: settings migration when upgrading from older version')
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=('gnome')
+install=gnome-terminal.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('14c2fce1c6a80a3fb0cc8666d7752228adcb60d199634ab69150de32e3c17d56')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-terminal.install
===
--- extra-i686/gnome-terminal.install   2016-03-07 07:54:48 UTC (rev 261132)
+++ extra-i686/gnome-terminal.install   2016-03-07 07:54:55 UTC (rev 261133)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
-gconfpkg --uninstall gnome-terminal
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: gnome-terminal/repos/extra-i686/gnome-terminal.install (from rev 
261132, gnome-terminal/trunk/gnome-terminal.install)
===
--- extra-i686/gnome-terminal.install   (rev 0)
+++ extra-i686/gnome-terminal.install   2016-03-07 07:54:55 UTC (rev 261133)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg 

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

2016-03-06 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 08:54:48
  Author: jgc
Revision: 261132

upgpkg: gnome-terminal 3.18.3-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 03:01:25 UTC (rev 261131)
+++ PKGBUILD2016-03-07 07:54:48 UTC (rev 261132)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=(i686 x86_64)
@@ -16,12 +16,13 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e35c0fa1395258bab83952cfabe4c1828b8655bcd761f8faed70b452bd89efa')
+sha256sums=('14c2fce1c6a80a3fb0cc8666d7752228adcb60d199634ab69150de32e3c17d56')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2016-03-06 Thread Daniel Micay
Date: Monday, March 7, 2016 @ 08:34:18
  Author: thestinger
Revision: 165430

remove duplicate files

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 04:48:08 UTC (rev 165429)
+++ PKGBUILD2016-03-07 07:34:18 UTC (rev 165430)
@@ -289,6 +289,11 @@
 
   # remove unneeded architectures
   rm -rf 
"${pkgdir}"/usr/lib/modules/${_kernver}/build/arch/{alpha,arc,arm,arm26,arm64,avr32,blackfin,c6x,cris,frv,h8300,hexagon,ia64,m32r,m68k,m68knommu,metag,mips,microblaze,mn10300,openrisc,parisc,powerpc,ppc,s390,score,sh,sh64,sparc,sparc64,tile,unicore32,um,v850,xtensa}
+  
+  # remove a files already in linux-docs package
+  rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-01"
+  rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-02"
+  rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.select-break"
 }
 
 _package-docs() {


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 05:48:08
  Author: fyan
Revision: 165429

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 165428, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 165428, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 165428, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 165428, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 165428, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 165428, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 165428, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 165428, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 165428, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 165428, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  154 
 /deepin-daemon.install  |   26 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   77 
 community-i686/deepin-daemon.install|   13 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   77 
 community-x86_64/deepin-daemon.install  |   13 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11710 insertions(+), 11710 deletions(-)

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


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 05:47:18
  Author: fyan
Revision: 165428

upgpkg: deepin-daemon 3.0.11-2

add dependency on pulseaudio

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 04:30:41 UTC (rev 165427)
+++ PKGBUILD2016-03-07 04:47:18 UTC (rev 165428)
@@ -9,7 +9,7 @@
 _deepinapiver=3.0.6
 _dbusfactoryver=3.0.2
 _girgeneratorver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -17,7 +17,7 @@
 depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 
'poppler-glib'
  'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
  'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-libs>=5.3.0-3'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf')
+ 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio')
 makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 
'mercurial' 'gcc-go')
 optdepends=('networkmanager: Network Management daemon'
 'deepin-grub2-themes: deepin theme for grub menu')


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

2016-03-06 Thread Gaetan Bisson
Date: Monday, March 7, 2016 @ 05:30:41
  Author: bisson
Revision: 165427

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

Added:
  picard/repos/community-testing-i686/
  picard/repos/community-testing-i686/PKGBUILD
(from rev 165426, picard/trunk/PKGBUILD)
  picard/repos/community-testing-i686/install
(from rev 165426, picard/trunk/install)
  picard/repos/community-testing-x86_64/
  picard/repos/community-testing-x86_64/PKGBUILD
(from rev 165426, picard/trunk/PKGBUILD)
  picard/repos/community-testing-x86_64/install
(from rev 165426, picard/trunk/install)

---+
 community-testing-i686/PKGBUILD   |   31 +++
 community-testing-i686/install|   12 
 community-testing-x86_64/PKGBUILD |   31 +++
 community-testing-x86_64/install  |   12 
 4 files changed, 86 insertions(+)

Copied: picard/repos/community-testing-i686/PKGBUILD (from rev 165426, 
picard/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-07 04:30:41 UTC (rev 165427)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+
+install=install
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Copied: picard/repos/community-testing-i686/install (from rev 165426, 
picard/trunk/install)
===
--- community-testing-i686/install  (rev 0)
+++ community-testing-i686/install  2016-03-07 04:30:41 UTC (rev 165427)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+   update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: picard/repos/community-testing-x86_64/PKGBUILD (from rev 165426, 
picard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-07 04:30:41 UTC (rev 165427)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+
+install=install
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Copied: picard/repos/community-testing-x86_64/install (from rev 165426, 
picard/trunk/install)
===
--- community-testing-x86_64/install(rev 0)
+++ community-testing-x86_64/install2016-03-07 04:30:41 UTC (rev 165427)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+   update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-03-06 Thread Gaetan Bisson
Date: Monday, March 7, 2016 @ 05:29:59
  Author: bisson
Revision: 165426

add picard2-discid to optdepends

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 03:58:26 UTC (rev 165425)
+++ PKGBUILD2016-03-07 04:29:59 UTC (rev 165426)
@@ -5,13 +5,15 @@
 
 pkgname=picard
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
+optdepends=('chromaprint: fingerprinting'
+'python2-discid: cd lookup')
+makedepends=('python2-discid')
 
source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
 


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

2016-03-06 Thread Gaetan Bisson
Date: Monday, March 7, 2016 @ 04:57:59
  Author: bisson
Revision: 165424

initial commit

Modified:
  python-discid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 03:53:12 UTC (rev 165423)
+++ PKGBUILD2016-03-07 03:57:59 UTC (rev 165424)
@@ -12,9 +12,9 @@
 license=('LGPL3')
 arch=('any')
 depends=('libdiscid')
-options=('!emptydirs')
+makedepends=('python' 'python2')
 
source=("http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha1sums=('2ad2141452dd10b03ad96ccdad075235')
+sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc')
 
 check() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2016-03-06 Thread Gaetan Bisson
Date: Monday, March 7, 2016 @ 04:58:26
  Author: bisson
Revision: 165425

archrelease: copy trunk to community-testing-any

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

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

Copied: python-discid/repos/community-testing-any/PKGBUILD (from rev 165424, 
python-discid/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-03-07 03:58:26 UTC (rev 165425)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Johannes Dewenderarch at JonnyJD dot net
+# Maintainer: Gaetan Bisson 
+
+pkgbase=python-discid
+pkgver=1.1.0
+pkgrel=3
+_pkgname=discid
+pkgname=('python-discid' 'python2-discid')
+pkgdesc='Python binding of MusicBrainz libdiscid'
+url='https://python-discid.readthedocs.org/'
+license=('LGPL3')
+arch=('any')
+depends=('libdiscid')
+makedepends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc')
+
+check() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py test
+}
+
+package_python-discid() {
+   depends+=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-discid() {
+   depends+=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2016-03-06 Thread Gaetan Bisson
Date: Monday, March 7, 2016 @ 04:53:12
  Author: bisson
Revision: 165423

initial commit of python-discid, optdepends of picard

Added:
  python-discid/
  python-discid/repos/
  python-discid/trunk/
  python-discid/trunk/PKGBUILD

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

Added: python-discid/trunk/PKGBUILD
===
--- python-discid/trunk/PKGBUILD(rev 0)
+++ python-discid/trunk/PKGBUILD2016-03-07 03:53:12 UTC (rev 165423)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Johannes Dewenderarch at JonnyJD dot net
+# Maintainer: Gaetan Bisson 
+
+pkgbase=python-discid
+pkgver=1.1.0
+pkgrel=3
+_pkgname=discid
+pkgname=('python-discid' 'python2-discid')
+pkgdesc='Python binding of MusicBrainz libdiscid'
+url='https://python-discid.readthedocs.org/'
+license=('LGPL3')
+arch=('any')
+depends=('libdiscid')
+options=('!emptydirs')
+source=("http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha1sums=('2ad2141452dd10b03ad96ccdad075235')
+
+check() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py test
+}
+
+package_python-discid() {
+   depends+=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-discid() {
+   depends+=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


[arch-commits] Commit in haskell-data-accessor-template/repos (6 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:47:36
  Author: fyan
Revision: 165422

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

Added:
  haskell-data-accessor-template/repos/community-i686/
  haskell-data-accessor-template/repos/community-i686/PKGBUILD
(from rev 165421, haskell-data-accessor-template/trunk/PKGBUILD)
  
haskell-data-accessor-template/repos/community-i686/haskell-data-accessor-template.install
(from rev 165421, 
haskell-data-accessor-template/trunk/haskell-data-accessor-template.install)
  haskell-data-accessor-template/repos/community-x86_64/
  haskell-data-accessor-template/repos/community-x86_64/PKGBUILD
(from rev 165421, haskell-data-accessor-template/trunk/PKGBUILD)
  
haskell-data-accessor-template/repos/community-x86_64/haskell-data-accessor-template.install
(from rev 165421, 
haskell-data-accessor-template/trunk/haskell-data-accessor-template.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-data-accessor-template.install   |   18 ++
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-data-accessor-template.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-data-accessor-template/repos/community-i686/PKGBUILD (from rev 
165421, haskell-data-accessor-template/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 03:47:36 UTC (rev 165422)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-template
+pkgname=haskell-data-accessor-template
+pkgver=0.2.1.12
+pkgrel=1
+pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-accessor" "haskell-utility-ht")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('07042d79a2f26892ef0b847a36a78f8fc217843a47dd8684d24ffbb7174e795e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-data-accessor-template/repos/community-i686/haskell-data-accessor-template.install
 (from rev 165421, 
haskell-data-accessor-template/trunk/haskell-data-accessor-template.install)
===
--- community-i686/haskell-data-accessor-template.install   
(rev 0)
+++ community-i686/haskell-data-accessor-template.install   2016-03-07 
03:47:36 UTC (rev 165422)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-accessor-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-accessor-template/repos/community-x86_64/PKGBUILD (from 
rev 165421, haskell-data-accessor-template/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-07 03:47:36 UTC (rev 165422)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-template
+pkgname=haskell-data-accessor-template

[arch-commits] Commit in (5 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:40:51
  Author: fyan
Revision: 165421

addpkg: haskell-data-accessor-template 0.2.1.12-1

Added:
  haskell-data-accessor-template/
  haskell-data-accessor-template/repos/
  haskell-data-accessor-template/trunk/
  haskell-data-accessor-template/trunk/PKGBUILD
  haskell-data-accessor-template/trunk/haskell-data-accessor-template.install

+
 PKGBUILD   |   42 +++
 haskell-data-accessor-template.install |   18 +
 2 files changed, 60 insertions(+)

Added: haskell-data-accessor-template/trunk/PKGBUILD
===
--- haskell-data-accessor-template/trunk/PKGBUILD   
(rev 0)
+++ haskell-data-accessor-template/trunk/PKGBUILD   2016-03-07 03:40:51 UTC 
(rev 165421)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-template
+pkgname=haskell-data-accessor-template
+pkgver=0.2.1.12
+pkgrel=1
+pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-accessor" "haskell-utility-ht")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('07042d79a2f26892ef0b847a36a78f8fc217843a47dd8684d24ffbb7174e795e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:38:45
  Author: fyan
Revision: 165420

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 03:35:11 UTC (rev 165419)
+++ PKGBUILD2016-03-07 03:38:45 UTC (rev 165420)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 165419, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 03:38:45 UTC (rev 165420)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and 

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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:35:11
  Author: fyan
Revision: 165419

upgpkg: python-hypothesis 3.1.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 03:29:58 UTC (rev 165418)
+++ PKGBUILD2016-03-07 03:35:11 UTC (rev 165419)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.0.5
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:29:58
  Author: fyan
Revision: 165418

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

Added:
  haskell-utility-ht/repos/community-i686/
  haskell-utility-ht/repos/community-i686/PKGBUILD
(from rev 165417, haskell-utility-ht/trunk/PKGBUILD)
  haskell-utility-ht/repos/community-i686/haskell-utility-ht.install
(from rev 165417, haskell-utility-ht/trunk/haskell-utility-ht.install)
  haskell-utility-ht/repos/community-x86_64/
  haskell-utility-ht/repos/community-x86_64/PKGBUILD
(from rev 165417, haskell-utility-ht/trunk/PKGBUILD)
  haskell-utility-ht/repos/community-x86_64/haskell-utility-ht.install
(from rev 165417, haskell-utility-ht/trunk/haskell-utility-ht.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-utility-ht.install   |   18 +++
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-utility-ht.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-utility-ht/repos/community-i686/PKGBUILD (from rev 165417, 
haskell-utility-ht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 03:29:58 UTC (rev 165418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=utility-ht
+pkgname=haskell-utility-ht
+pkgver=0.0.11
+pkgrel=1
+pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
+url="http://www.haskell.org/haskellwiki/Utility-HT;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5cdcc5c1eab4029d18f1712472d69b61265c2d543a8065e1e9762b1ddc235812')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-utility-ht/repos/community-x86_64/PKGBUILD (from rev 165417, 
haskell-utility-ht/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-07 03:29:58 UTC (rev 165418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=utility-ht
+pkgname=haskell-utility-ht
+pkgver=0.0.11
+pkgrel=1
+pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
+url="http://www.haskell.org/haskellwiki/Utility-HT;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

[arch-commits] Commit in (5 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 04:23:52
  Author: fyan
Revision: 165417

addpkg: haskell-utility-ht 0.0.11-1

Added:
  haskell-utility-ht/
  haskell-utility-ht/repos/
  haskell-utility-ht/trunk/
  haskell-utility-ht/trunk/PKGBUILD
  haskell-utility-ht/trunk/haskell-utility-ht.install

+
 PKGBUILD   |   42 ++
 haskell-utility-ht.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-utility-ht/trunk/PKGBUILD
===
--- haskell-utility-ht/trunk/PKGBUILD   (rev 0)
+++ haskell-utility-ht/trunk/PKGBUILD   2016-03-07 03:23:52 UTC (rev 165417)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=utility-ht
+pkgname=haskell-utility-ht
+pkgver=0.0.11
+pkgrel=1
+pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
+url="http://www.haskell.org/haskellwiki/Utility-HT;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5cdcc5c1eab4029d18f1712472d69b61265c2d543a8065e1e9762b1ddc235812')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-03-06 Thread Allan McRae
Date: Monday, March 7, 2016 @ 04:01:25
  Author: allan
Revision: 261131

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

Added:
  pkg-config/repos/testing-i686/
  pkg-config/repos/testing-i686/PKGBUILD
(from rev 261130, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/testing-x86_64/
  pkg-config/repos/testing-x86_64/PKGBUILD
(from rev 261130, pkg-config/trunk/PKGBUILD)

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

Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 261130, 
pkg-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-07 03:01:25 UTC (rev 261131)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+ 'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 261130, 
pkg-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-07 03:01:25 UTC (rev 261131)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+ 'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2016-03-06 Thread Allan McRae
Date: Monday, March 7, 2016 @ 04:00:27
  Author: allan
Revision: 261130

upgpkg: pkg-config 0.29.1-1

upstream update

Modified:
  pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 01:48:19 UTC (rev 261129)
+++ PKGBUILD2016-03-07 03:00:27 UTC (rev 261130)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=pkg-config
-pkgver=0.29
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="A system for managing library compile/link flags"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 conflicts=('pkgconfig')
 replaces=('pkgconfig')
 
source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+ 'SKIP')
 validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
-md5sums=('77f27dce7ef88d0634d0d6f90e03a77f'
- 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in sshuttle/repos/community-any (8 files)

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:35:25
  Author: fyan
Revision: 165416

archrelease: copy trunk to community-any

Added:
  sshuttle/repos/community-any/PKGBUILD
(from rev 165415, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-any/prefixes.conf
(from rev 165415, sshuttle/trunk/prefixes.conf)
  sshuttle/repos/community-any/sshuttle.service
(from rev 165415, sshuttle/trunk/sshuttle.service)
  sshuttle/repos/community-any/tunnel.conf
(from rev 165415, sshuttle/trunk/tunnel.conf)
Deleted:
  sshuttle/repos/community-any/PKGBUILD
  sshuttle/repos/community-any/prefixes.conf
  sshuttle/repos/community-any/sshuttle.service
  sshuttle/repos/community-any/tunnel.conf

--+
 PKGBUILD |   90 ++---
 prefixes.conf|   10 ++---
 sshuttle.service |   16 -
 tunnel.conf  |   38 +++---
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 02:35:00 UTC (rev 165415)
+++ PKGBUILD2016-03-07 02:35:25 UTC (rev 165416)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: alphazo 
-
-pkgname=sshuttle
-pkgver=0.77
-pkgrel=1
-pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
-arch=('any')
-url="https://github.com/sshuttle/sshuttle;
-license=('GPL2')
-depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
-makedepends=('git' 'python-sphinx' 'python-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python-mock')
-backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-source=("git+https://github.com/sshuttle/$pkgname.git#tag=v$pkgver;
-'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
-md5sums=('SKIP'
- 'f2cd1660dcdb4e24b45b71e589da73f3'
- 'e780f69851445f739ea76774bb3a3b17'
- '4137f5e6d5dd92b7f7f34a1bfdbda45c')
-
-build() {
-  cd $pkgname
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd $pkgname
-  python setup.py ptr
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 docs/_build/man/sshuttle.1 
"$pkgdir/usr/share/man/man1/sshuttle.1"
-
-  install -d "$pkgdir/etc/sshuttle"
-  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir/etc/sshuttle"
-  install -Dm644 "$srcdir/sshuttle.service" 
"$pkgdir/usr/lib/systemd/system/sshuttle.service"
-}

Copied: sshuttle/repos/community-any/PKGBUILD (from rev 165415, 
sshuttle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 02:35:25 UTC (rev 165416)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: alphazo 
+
+pkgname=sshuttle
+pkgver=0.77.2
+pkgrel=1
+pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
+arch=('any')
+url="https://github.com/sshuttle/sshuttle;
+license=('GPL2')
+depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
+makedepends=('git' 'python-sphinx' 'python-setuptools_scm')
+checkdepends=('python-pytest-runner' 'python-mock')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=("git+https://github.com/sshuttle/$pkgname.git#tag=v$pkgver;
+'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
+md5sums=('SKIP'
+ 'f2cd1660dcdb4e24b45b71e589da73f3'
+ 'e780f69851445f739ea76774bb3a3b17'
+ '4137f5e6d5dd92b7f7f34a1bfdbda45c')
+
+build() {
+  cd $pkgname
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd $pkgname
+  python setup.py ptr
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 docs/_build/man/sshuttle.1 
"$pkgdir/usr/share/man/man1/sshuttle.1"
+
+  install -d "$pkgdir/etc/sshuttle"
+  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir/etc/sshuttle"
+  install -Dm644 "$srcdir/sshuttle.service" 
"$pkgdir/usr/lib/systemd/system/sshuttle.service"
+}

Deleted: prefixes.conf
===
--- prefixes.conf   2016-03-07 02:35:00 UTC (rev 165415)
+++ prefixes.conf   2016-03-07 02:35:25 UTC (rev 165416)
@@ -1,5 +0,0 @@
-# Output prefixes here, one per line.  Prefix is in:
-# prefix/netmask format
-# Like this:
-# 192.168.0.0/16
-# 192.0.43.10/32

Copied: sshuttle/repos/community-any/prefixes.conf (from rev 165415, 
sshuttle/trunk/prefixes.conf)
===
--- prefixes.conf   (rev 0)
+++ prefixes.conf   2016-03-07 02:35:25 UTC (rev 165416)
@@ -0,0 +1,5 @@
+# Output prefixes here, one per line.  Prefix is in:
+# prefix/netmask format
+# Like this:
+# 192.168.0.0/16
+# 192.0.43.10/32

Deleted: sshuttle.service

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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:35:00
  Author: fyan
Revision: 165415

upgpkg: sshuttle 0.77.2-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 02:34:22 UTC (rev 165414)
+++ PKGBUILD2016-03-07 02:35:00 UTC (rev 165415)
@@ -3,7 +3,7 @@
 # Contributor: alphazo 
 
 pkgname=sshuttle
-pkgver=0.77
+pkgver=0.77.2
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:34:22
  Author: fyan
Revision: 165414

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 02:34:05 UTC (rev 165413)
+++ PKGBUILD2016-03-07 02:34:22 UTC (rev 165414)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Otto Sabart 
-# Contributor: Mizuchi 
-# Contributor: Veli-Jussi Raitila 
-
-pkgbase=python-pysrt
-pkgname=(python-pysrt python2-pysrt)
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="Python parser for SubRip (srt) files"
-arch=('any')
-url="https://github.com/byroot/pysrt;
-license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet')
-source=("https://pypi.python.org/packages/source/p/pysrt/pysrt-${pkgver}.tar.gz;)
-md5sums=('2ba064c33026bac4b528063f67bd8ebc')
-
-prepare() {
-  cp -a pysrt-$pkgver{,-py2}
-}
-
-package_python-pysrt() {
-  depends=('python-chardet')
-
-  cd pysrt-$pkgver  
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysrt() {
-  depends=('python2-chardet')
-
-  cd pysrt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/srt"{,2}
-}

Copied: python-pysrt/repos/community-any/PKGBUILD (from rev 165413, 
python-pysrt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 02:34:22 UTC (rev 165414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Otto Sabart 
+# Contributor: Mizuchi 
+# Contributor: Veli-Jussi Raitila 
+
+pkgbase=python-pysrt
+pkgname=(python-pysrt python2-pysrt)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python parser for SubRip (srt) files"
+arch=('any')
+url="https://github.com/byroot/pysrt;
+license=('GPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet')
+source=("https://pypi.python.org/packages/source/p/pysrt/pysrt-${pkgver}.tar.gz;)
+md5sums=('223da1e3bc9a67de1a2e3cfaa7d9264d')
+
+prepare() {
+  cp -a pysrt-$pkgver{,-py2}
+}
+
+package_python-pysrt() {
+  depends=('python-chardet')
+
+  cd pysrt-$pkgver  
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysrt() {
+  depends=('python2-chardet')
+
+  cd pysrt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir/usr/bin/srt"{,2}
+}


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:34:05
  Author: fyan
Revision: 165413

upgpkg: python-pysrt 1.1.0-1

Modified:
  python-pysrt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 02:31:07 UTC (rev 165412)
+++ PKGBUILD2016-03-07 02:34:05 UTC (rev 165413)
@@ -6,8 +6,8 @@
 
 pkgbase=python-pysrt
 pkgname=(python-pysrt python2-pysrt)
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Python parser for SubRip (srt) files"
 arch=('any')
 url="https://github.com/byroot/pysrt;
@@ -14,7 +14,7 @@
 license=('GPL3')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet')
 
source=("https://pypi.python.org/packages/source/p/pysrt/pysrt-${pkgver}.tar.gz;)
-md5sums=('2ba064c33026bac4b528063f67bd8ebc')
+md5sums=('223da1e3bc9a67de1a2e3cfaa7d9264d')
 
 prepare() {
   cp -a pysrt-$pkgver{,-py2}


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:31:07
  Author: fyan
Revision: 165412

archrelease: copy trunk to community-any

Added:
  python-email-validator/repos/community-any/PKGBUILD
(from rev 165411, python-email-validator/trunk/PKGBUILD)
Deleted:
  python-email-validator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 02:30:50 UTC (rev 165411)
+++ PKGBUILD2016-03-07 02:31:07 UTC (rev 165412)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-email-validator
-pkgname=(python-email-validator python2-email-validator)
-pkgver=1.0.0.20160123
-_commit=5af0c32c728178acd45da8fec282e8ceff7810fe
-pkgrel=1
-pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
-arch=('any')
-url="https://github.com/JoshData/python-email-validator;
-license=('custom:CC0')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-dnspython' 
'python2-dnspython'
- 'python-idna' 'python2-idna')
-source=("git+https://github.com/JoshData/python-email-validator.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '298s/email/line/g' python-email-validator/email_validator/__init__.py
-  cp -a python-email-validator{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-email-validator
-  python setup.py build
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/python-email-validator
-  python email_validator/__init__.py --tests < test_pass.txt
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 email_validator/__init__.py --tests < test_pass.txt
-}
-
-package_python-email-validator() {
-  depends=('python-dnspython' 'python-idna')
-
-  cd "$srcdir"/python-email-validator
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-email-validator() {
-  depends=('python2-dnspython' 'python2-idna')
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/email_validator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-email-validator/repos/community-any/PKGBUILD (from rev 165411, 
python-email-validator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 02:31:07 UTC (rev 165412)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-email-validator
+pkgname=(python-email-validator python2-email-validator)
+pkgver=1.0.1
+_commit=6b7e3e362eaeb2b1ae4281f4d18421bd31dad3fb
+pkgrel=1
+pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
+arch=('any')
+url="https://github.com/JoshData/python-email-validator;
+license=('custom:CC0')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-dnspython' 
'python2-dnspython'
+ 'python-idna' 'python2-idna')
+source=("git+https://github.com/JoshData/python-email-validator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-email-validator{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-email-validator
+  python setup.py build
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/python-email-validator
+  python email_validator/__init__.py --tests < test_pass.txt
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 email_validator/__init__.py --tests < test_pass.txt
+}
+
+package_python-email-validator() {
+  depends=('python-dnspython' 'python-idna')
+
+  cd "$srcdir"/python-email-validator
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-email-validator() {
+  depends=('python2-dnspython' 'python2-idna')
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/email_validator{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Felix Yan
Date: Monday, March 7, 2016 @ 03:30:50
  Author: fyan
Revision: 165411

upgpkg: python-email-validator 1.0.1-1

Modified:
  python-email-validator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 22:50:35 UTC (rev 165410)
+++ PKGBUILD2016-03-07 02:30:50 UTC (rev 165411)
@@ -4,8 +4,8 @@
 
 pkgbase=python-email-validator
 pkgname=(python-email-validator python2-email-validator)
-pkgver=1.0.0.20160123
-_commit=5af0c32c728178acd45da8fec282e8ceff7810fe
+pkgver=1.0.1
+_commit=6b7e3e362eaeb2b1ae4281f4d18421bd31dad3fb
 pkgrel=1
 pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
 arch=('any')
@@ -17,7 +17,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  sed -i '298s/email/line/g' python-email-validator/email_validator/__init__.py
   cp -a python-email-validator{,-py2}
 }
 


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

2016-03-06 Thread Allan McRae
Date: Monday, March 7, 2016 @ 02:48:19
  Author: allan
Revision: 261129

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 261128, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.2-p11.patch
(from rev 261128, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-i686/mpfr-3.1.3-p5.patch
(from rev 261128, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 261128, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 261128, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.2-p11.patch
(from rev 261128, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-x86_64/mpfr-3.1.3-p5.patch
(from rev 261128, mpfr/trunk/mpfr-3.1.3-p5.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 261128, mpfr/trunk/mpfr.install)

-+
 testing-i686/PKGBUILD   |   42 
 testing-i686/mpfr-3.1.2-p11.patch   | 1626 ++
 testing-i686/mpfr.install   |   20 
 testing-x86_64/PKGBUILD |   42 
 testing-x86_64/mpfr-3.1.2-p11.patch | 1626 ++
 testing-x86_64/mpfr.install |   20 
 6 files changed, 3376 insertions(+)

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


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

2016-03-06 Thread Allan McRae
Date: Monday, March 7, 2016 @ 02:46:47
  Author: allan
Revision: 261128

upgpkg: mpfr 3.1.4-1

upstream update

Modified:
  mpfr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 21:31:01 UTC (rev 261127)
+++ PKGBUILD2016-03-07 01:46:47 UTC (rev 261128)
@@ -3,10 +3,10 @@
 # Contributor: damir 
 
 pkgname=mpfr
-_pkgver=3.1.3
-_patchlevel=p5
-pkgver=${_pkgver}.${_patchlevel}
-#pkgver=${_pkgver}
+_pkgver=3.1.4
+#_patchlevel=p5
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
 pkgrel=1
 pkgdesc="Multiple-precision floating-point library"
 arch=('i686' 'x86_64')
@@ -14,17 +14,16 @@
 license=('LGPL')
 depends=('gmp>=5.0')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-mpfr-${_pkgver}-${_patchlevel}.patch)
-md5sums=('6969398cd2fbc56a6af570b5273c56a9'
- 'SKIP'
- '6476b450c3db177b2250f3549362380e')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+#mpfr-${_pkgver}-${_patchlevel}.patch)
+md5sums=('064b2c18185038e404a401b830d59be8'
+ 'SKIP')
 validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
-}
+#prepare() {
+#  cd "${srcdir}/${pkgname}-${_pkgver}"
+#  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
+#}
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 23:50:35
  Author: arojas
Revision: 165410

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

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

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

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

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

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

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


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 23:50:02
  Author: arojas
Revision: 165409

Update to 0.3.6

Modified:
  libvdpau-va-gl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
+++ PKGBUILD2016-03-06 22:50:02 UTC (rev 165409)
@@ -3,7 +3,7 @@
 # Contributor: Behem0th 
 
 pkgname=libvdpau-va-gl
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
 makedepends=('cmake')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-md5sums=('a3323ea96c7b91a5ba4379aa906778bb')
+md5sums=('77ce5937c94c9a6747e15646fe5c4bb3')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-06 Thread Bartłomiej Piotrowski
Date: Sunday, March 6, 2016 @ 22:31:01
  Author: bpiotrowski
Revision: 261127

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

Added:
  transmission/repos/extra-i686/PKGBUILD
(from rev 261126, transmission/trunk/PKGBUILD)
  transmission/repos/extra-i686/transmission-2.90-libsystemd.patch
(from rev 261126, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/extra-i686/transmission-cli.install
(from rev 261126, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-i686/transmission-gtk.install
(from rev 261126, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-i686/transmission-qt.install
(from rev 261126, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-x86_64/PKGBUILD
(from rev 261126, transmission/trunk/PKGBUILD)
  transmission/repos/extra-x86_64/transmission-2.90-libsystemd.patch
(from rev 261126, transmission/trunk/transmission-2.90-libsystemd.patch)
  transmission/repos/extra-x86_64/transmission-cli.install
(from rev 261126, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-x86_64/transmission-gtk.install
(from rev 261126, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-x86_64/transmission-qt.install
(from rev 261126, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/extra-i686/PKGBUILD
  transmission/repos/extra-i686/transmission-2.90-libsystemd.patch
  transmission/repos/extra-i686/transmission-cli.install
  transmission/repos/extra-i686/transmission-gtk.install
  transmission/repos/extra-i686/transmission-qt.install
  transmission/repos/extra-x86_64/PKGBUILD
  transmission/repos/extra-x86_64/transmission-2.90-libsystemd.patch
  transmission/repos/extra-x86_64/transmission-cli.install
  transmission/repos/extra-x86_64/transmission-gtk.install
  transmission/repos/extra-x86_64/transmission-qt.install

-+
 /PKGBUILD   |  158 ++
 /transmission-2.90-libsystemd.patch |   26 +++
 /transmission-cli.install   |   20 ++
 /transmission-gtk.install   |   24 +++
 /transmission-qt.install|   22 +++
 extra-i686/PKGBUILD |   79 ---
 extra-i686/transmission-2.90-libsystemd.patch   |   13 -
 extra-i686/transmission-cli.install |   10 -
 extra-i686/transmission-gtk.install |   12 -
 extra-i686/transmission-qt.install  |   11 -
 extra-x86_64/PKGBUILD   |   79 ---
 extra-x86_64/transmission-2.90-libsystemd.patch |   13 -
 extra-x86_64/transmission-cli.install   |   10 -
 extra-x86_64/transmission-gtk.install   |   12 -
 extra-x86_64/transmission-qt.install|   11 -
 15 files changed, 250 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 21:30:38 UTC (rev 261126)
+++ extra-i686/PKGBUILD 2016-03-06 21:31:01 UTC (rev 261127)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen 
-# Maintainer : Ionut Biru 
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.90
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent' 'systemd')
-source=(https://download.transmissionbt.com/files/transmission-${pkgver}.tar.xz
-transmission-2.90-libsystemd.patch)
-md5sums=('0792c67fcbf722f7823e964e09eb16bc'
- 'bcb54fdb9fec00992960d9bd3b449d4d')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i "$srcdir/transmission-2.90-libsystemd.patch"
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-
-  cd qt
-  qmake qtr.pro
-  make
-}
-
-package_transmission-cli() {
-  pkgdesc='Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)'
-  depends=('curl' 'libevent' 'libsystemd')
-  install=transmission-cli.install
-
-  cd $pkgbase-$pkgver
-
-  for dir in daemon cli web utils; do
-make -C "$dir" DESTDIR="$pkgdir" install
-  done
-
-  install -Dm644 daemon/transmission-daemon.service \
-"$pkgdir/usr/lib/systemd/system/transmission.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/transmission-cli/COPYING"
-}
-
-package_transmission-gtk() {
-  pkgdesc='Fast, easy, and free BitTorrent client (GTK+ GUI)'
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
-  'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd $pkgbase-$pkgver
-
-  make -C gtk DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  install 

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

2016-03-06 Thread Bartłomiej Piotrowski
Date: Sunday, March 6, 2016 @ 22:30:38
  Author: bpiotrowski
Revision: 261126

upgpkg: transmission 2.91-1

new upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 19:11:30 UTC (rev 261125)
+++ PKGBUILD2016-03-06 21:30:38 UTC (rev 261126)
@@ -4,8 +4,8 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.90
-pkgrel=3
+pkgver=2.91
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/;
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent' 'systemd')
 source=(https://download.transmissionbt.com/files/transmission-${pkgver}.tar.xz
 transmission-2.90-libsystemd.patch)
-md5sums=('0792c67fcbf722f7823e964e09eb16bc'
+md5sums=('1c94234d8ae2c3dc9c25220157d90f69'
  'bcb54fdb9fec00992960d9bd3b449d4d')
 
 prepare() {


[arch-commits] Commit in perl-term-progressbar/trunk (PKGBUILD)

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:15
  Author: spupykin
Revision: 165407

upgpkg: perl-term-progressbar 2.17-1

upd

Modified:
  perl-term-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:07 UTC (rev 165406)
+++ PKGBUILD2016-03-06 20:55:15 UTC (rev 165407)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-term-progressbar
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
 arch=("any")
@@ -11,7 +11,7 @@
 license=("GPL" "PerlArtistic")
 depends=("perl-class-methodmaker" "perl-term-readkey")
 
source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
+md5sums=('27701b5cf9fb025ffd979a708c489efa')
 
 build() {
   cd $srcdir/Term-ProgressBar-$pkgver


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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:07
  Author: spupykin
Revision: 165406

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 165405, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 165405, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 165405, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 165405, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 165405, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 165405, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 165405, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 165405, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 165405, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 165405, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  296 ++
 /ejabberd.install   |   22 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  146 
 community-i686/ejabberd.install |   11 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  146 
 community-x86_64/ejabberd.install   |   11 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/sysuser.conf   |2 
 15 files changed, 376 insertions(+), 372 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 20:54:44 UTC (rev 165405)
+++ community-i686/PKGBUILD 2016-03-06 20:55:07 UTC (rev 165406)
@@ -1,146 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=16.01
-pkgrel=3
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=26caea06c72c2117ca54d04beedb5b49a45af1a8"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/p1_sip#commit=ff3cc9fa2f9ea96f47e6b5b60a04da90889a5626"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=e43ea64ae0d227af5dd003132234cdf4494d781d"
-   
"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
-   
"meck::git://github.com/eproxus/meck#commit=dde759050eff19a1a80fd854d7375174b191665d"
-   
"oauth2::git://github.com/kivra/oauth2#commit=8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"
-   
"p1_iconv::git://github.com/processone/eiconv#commit=9751f86baa5a60ed1420490793e7514a0757462a"
-   

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

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:54:44
  Author: spupykin
Revision: 165405

upgpkg: ejabberd 16.02-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
+++ PKGBUILD2016-03-06 20:54:44 UTC (rev 165405)
@@ -13,8 +13,8 @@
 #
 
 pkgname=ejabberd
-pkgver=16.01
-pkgrel=3
+pkgver=16.02
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/;
@@ -28,37 +28,38 @@
 install=$pkgname.install
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=26caea06c72c2117ca54d04beedb5b49a45af1a8"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"

"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/p1_sip#commit=ff3cc9fa2f9ea96f47e6b5b60a04da90889a5626"
+   
"esip::git://github.com/processone/esip#commit=e26b88e153d693ce0aa81639cf60646f6bfafa69"
+   
"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=2e050723967b6345ad8dd6f79e2b38b647472a55"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=162f6e1ac9156340a7653dfbadab9a343c93d062"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"

"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=e43ea64ae0d227af5dd003132234cdf4494d781d"
+   
"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"
+   
"jiffy::git://github.com/davisp/jiffy#commit=6303ff98aaa3fce625038c8b7af2aa8b802f4742"

"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
+   
"luerl::git://github.com/rvirding/luerl#commit=9524d0309a88b7c62ae93da0b632b185de3ba9db"

"meck::git://github.com/eproxus/meck#commit=dde759050eff19a1a80fd854d7375174b191665d"
-   
"oauth2::git://github.com/kivra/oauth2#commit=8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"
-   
"p1_iconv::git://github.com/processone/eiconv#commit=9751f86baa5a60ed1420490793e7514a0757462a"
-   
"p1_mysql::git://github.com/processone/mysql#commit=064948ad3c77e582d85cbc09ccd11016ae97de0e"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=a13606026f3ee8862c7d7c9b31ad2faf5ee8031a"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2.git#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"

"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"
-   
"p1_pgsql::git://github.com/processone/pgsql#commit=248b6903cad82c748dc7f5be75e014dd8d47a3d1"
-   
"p1_stringprep::git://github.com/processone/stringprep#commit=7315a75360547cd6458b144a65ede64b44c6193d"
-   
"p1_stun::git://github.com/processone/stun#commit=ab418dfb11bd9b37d6f7501420f32384729fecd7"
-   
"p1_tls::git://github.com/processone/tls#commit=f19e1f701e0a3980ffc70b3917c4aa85e68d8520"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=e6779f1ee7a0841da08a063930d7ea51c2be4203"
-   
"p1_xml::git://github.com/processone/xml#commit=1190214326c70101db26809b61c2d30133c940b1"
-   
"p1_yaml::git://github.com/processone/p1_yaml#commit=753f99c39200705bb7ccb6f38f7f10aeb45c0ea4"
-   
"p1_zlib::git://github.com/processone/zlib#commit=e1f928e61553cf85638eaac7d024c8f68ce0ff36"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=f0df4799b4d470ecbfda42cc04577558e078e277"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=3297baf5c40ad73c59f3ed913090a5f682b6f95d"
+   
"p1_xmlrpc::git://github.com/processone/p1_xmlrpc#commit=6dface5a00da4cd0b0084a253075b5573336c0bb"

"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=a177aef639a33cc5a2dd7abed7e4f4b83f9b"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/basho/riak-erlang-client#commit=527722d12d0433b837cdb92a60900c2cb5df8942"

"riak_pb::git://github.com/basho/riak_pb#commit=eacf4404625de69f7b3908cebd8efe416d9598b0"
-   
"sqlite3::git://github.com/alexeyr/erlang-sqlite3#commit=cbc3505f7a131254265d3ef56191b2581b8cc172"
-   

[arch-commits] Commit in perl-term-progressbar/repos/community-any (PKGBUILD PKGBUILD)

2016-03-06 Thread Sergej Pupykin
Date: Sunday, March 6, 2016 @ 21:55:24
  Author: spupykin
Revision: 165408

archrelease: copy trunk to community-any

Added:
  perl-term-progressbar/repos/community-any/PKGBUILD
(from rev 165407, perl-term-progressbar/trunk/PKGBUILD)
Deleted:
  perl-term-progressbar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 20:55:15 UTC (rev 165407)
+++ PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-term-progressbar
-pkgver=2.16
-pkgrel=1
-pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
-arch=("any")
-url="http://search.cpan.org/dist/Term-ProgressBar;
-license=("GPL" "PerlArtistic")
-depends=("perl-class-methodmaker" "perl-term-readkey")
-source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
-md5sums=('8bfd258ef42c961ef3bb092ed9b8d625')
-
-build() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Term-ProgressBar-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-term-progressbar/repos/community-any/PKGBUILD (from rev 165407, 
perl-term-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 20:55:24 UTC (rev 165408)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-term-progressbar
+pkgver=2.17
+pkgrel=1
+pkgdesc="Perl/CPAN Module Term::ProgressBar : Progress bar in just ASCII  
using Term"
+arch=("any")
+url="http://search.cpan.org/dist/Term-ProgressBar;
+license=("GPL" "PerlArtistic")
+depends=("perl-class-methodmaker" "perl-term-readkey")
+source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Term-ProgressBar-$pkgver.tar.gz;)
+md5sums=('27701b5cf9fb025ffd979a708c489efa')
+
+build() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Term-ProgressBar-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 20:11:20
  Author: lcarlier
Revision: 261124

upgpkg: vulkan-loader-layers 1.0.3.0-4

update to latest git commit to fix building failure (FS#48461)

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 18:31:50 UTC (rev 261123)
+++ PKGBUILD2016-03-06 19:11:20 UTC (rev 261124)
@@ -5,24 +5,17 @@
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.3.0
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
 depends=()
-makedepends=(git cmake python libxcb)
-source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=ec513f8'
-'git://github.com/KhronosGroup/glslang.git#commit=6c292d3')
+makedepends=(git cmake python-lxml libxcb)
+source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=62210e0'
+'git://github.com/KhronosGroup/glslang.git#commit=f2d8a5c')
 sha256sums=('SKIP'
 'SKIP')
 
-prepare() {
-  cd glslang
-
-  # fix isinf failure
-  git cherry-pick -n 6df2cdbb8a0d09a381bfa230e0c91b05fc6b36fa
-}
-
 build() {
   # for validation layers
   pushd glslang


[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 20:11:30
  Author: lcarlier
Revision: 261125

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

Added:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
(from rev 261124, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD
(from rev 261124, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  192 
 extra-i686/PKGBUILD   |  103 -
 extra-x86_64/PKGBUILD |  103 -
 3 files changed, 192 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 19:11:20 UTC (rev 261124)
+++ extra-i686/PKGBUILD 2016-03-06 19:11:30 UTC (rev 261125)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.3.0
-pkgrel=3
-arch=(i686 x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python libxcb)
-source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=ec513f8'
-'git://github.com/KhronosGroup/glslang.git#commit=6c292d3')
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd glslang
-
-  # fix isinf failure
-  git cherry-pick -n 6df2cdbb8a0d09a381bfa230e0c91b05fc6b36fa
-}
-
-build() {
-  # for validation layers
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../
-  make
-  make DESTDIR=install install
-  cd install
-  ln -s usr/* .
-  popd
-  
-  
-  cd "${srcdir}/${_pkgname}"
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DINCLUDE_INSTALL_DIR=/usr/include \
--DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DGLSLANG_PREFIX=${srcdir}/glslang \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
-  cd "${_pkgname}"
-  
-  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
-  
-  install -m644 build/loader/libvulkan.so.1.0.3 ${pkgdir}/usr/lib
-  ln -s libvulkan.so.1.0.3 ${pkgdir}/usr/lib/libvulkan.so.1
-  ln -s libvulkan.so.1.0.3 ${pkgdir}/usr/lib/libvulkan.so
-
-  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
-  
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(gcc-libs vulkan-icd-loader vulkan-headers)
-  conflicts=('vulkan-sdk')
-  replaces=('vulkan-sdk')
-  groups=('vulkan-devel')
-  cd "${_pkgname}"
-  
-  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
-
-  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
-  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
-
-  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
-  # already in vulkan-headers
-  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
-  # already in vulkan-icd-loader
-  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-
-  # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-  
-  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-loader-layers/repos/extra-i686/PKGBUILD (from rev 261124, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 19:11:30 UTC (rev 261125)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.3.0
+pkgrel=4
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python-lxml libxcb)
+source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=62210e0'
+'git://github.com/KhronosGroup/glslang.git#commit=f2d8a5c')
+sha256sums=('SKIP'
+'SKIP')
+
+build() {
+  # for validation layers
+  

[arch-commits] Commit in vulkan-loader-layers/repos (4 files)

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 19:31:50
  Author: lcarlier
Revision: 261123

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

Added:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
(from rev 261122, vulkan-loader-layers/trunk/PKGBUILD)
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD
(from rev 261122, vulkan-loader-layers/trunk/PKGBUILD)
Deleted:
  vulkan-loader-layers/repos/extra-i686/PKGBUILD
  vulkan-loader-layers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 18:31:34 UTC (rev 261122)
+++ extra-i686/PKGBUILD 2016-03-06 18:31:50 UTC (rev 261123)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-loader-layers
-pkgname=(vulkan-icd-loader vulkan-validation-layers)
-_pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.0.3.0
-pkgrel=2
-arch=(i686 x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=()
-makedepends=(git cmake python libxcb)
-source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=ec513f8'
-'git://github.com/KhronosGroup/glslang.git#commit=6c292d3')
-sha256sums=('SKIP'
-'SKIP')
-
-build() {
-  # for validation layers
-  pushd glslang
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../
-  make
-  make DESTDIR=install install
-  cd install
-  ln -s usr/* .
-  popd
-  
-  
-  cd "${srcdir}/${_pkgname}"
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DINCLUDE_INSTALL_DIR=/usr/include \
--DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DGLSLANG_PREFIX=${srcdir}/glslang \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR=install install
-}
-
-package_vulkan-icd-loader() {
-  pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-  depends=(glibc)
-  cd "${_pkgname}"
-  
-  install -dm755 ${pkgdir}/usr/{lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -dm755 ${pkgdir}/etc/vulkan/icd.d/
-  
-  install -m644 build/loader/libvulkan.so.1.0.3 ${pkgdir}/usr/lib
-  ln -s libvulkan.so.1.0.3 ${pkgdir}/usr/lib/libvulkan.so.1
-  ln -s libvulkan.so.1.0.3 ${pkgdir}/usr/lib/libvulkan.so
-
-  install -m644 include/vulkan/vk_icd.h ${pkgdir}/usr/include/vulkan/
-  
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_vulkan-validation-layers() {
-  pkgdesc="Vulkan Software Development Kit"
-  depends=(gcc-libs vulkan-icd-loader vulkan-headers)
-  conflicts=('vulkan-sdk')
-  replaces=('vulkan-sdk')
-  groups=('vulkan-devel')
-  cd "${_pkgname}"
-  
-  install -dm755 ${pkgdir}/usr/{bin,lib,include/vulkan}
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -dm755 ${pkgdir}/usr/share/vulkan/{explicit,implicit}_layer.d
-
-  install -m755 build/demos/vulkaninfo ${pkgdir}/usr/bin/
-  
-  install -m644 build/layers/*.so ${pkgdir}/usr/lib
-
-  install -m644 include/vulkan/* ${pkgdir}/usr/include/vulkan/
-  # already in vulkan-headers
-  rm ${pkgdir}/usr/include/vulkan/{vulkan,vk_platform}.h
-  # already in vulkan-icd-loader
-  rm ${pkgdir}/usr/include/vulkan/vk_icd.h
-
-  # fix library paths  
-  for i in layers/linux/*.json ; do 
-sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename 
$i)
-  done
-  
-  install -m644 loader/LoaderAndLayerInterface.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-
-  install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-loader-layers/repos/extra-i686/PKGBUILD (from rev 261122, 
vulkan-loader-layers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 18:31:50 UTC (rev 261123)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-loader-layers
+pkgname=(vulkan-icd-loader vulkan-validation-layers)
+_pkgname=Vulkan-LoaderAndValidationLayers
+pkgver=1.0.3.0
+pkgrel=3
+arch=(i686 x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=()
+makedepends=(git cmake python libxcb)
+source=('git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git#commit=ec513f8'
+'git://github.com/KhronosGroup/glslang.git#commit=6c292d3')
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd glslang
+
+  # fix isinf failure
+  git cherry-pick -n 6df2cdbb8a0d09a381bfa230e0c91b05fc6b36fa
+}
+
+build() {
+  # for validation layers
+  pushd 

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

2016-03-06 Thread Laurent Carlier
Date: Sunday, March 6, 2016 @ 19:31:34
  Author: lcarlier
Revision: 261122

upgpkg: vulkan-loader-layers 1.0.3.0-3

fix wrong DATADIR path (FS#48478

Modified:
  vulkan-loader-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 18:14:43 UTC (rev 261121)
+++ PKGBUILD2016-03-06 18:31:34 UTC (rev 261122)
@@ -5,7 +5,7 @@
 pkgname=(vulkan-icd-loader vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
 pkgver=1.0.3.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="https://www.khronos.org/vulkan/;
 license=('custom')
@@ -16,6 +16,13 @@
 sha256sums=('SKIP'
 'SKIP')
 
+prepare() {
+  cd glslang
+
+  # fix isinf failure
+  git cherry-pick -n 6df2cdbb8a0d09a381bfa230e0c91b05fc6b36fa
+}
+
 build() {
   # for validation layers
   pushd glslang
@@ -36,7 +43,7 @@
 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
 -DINCLUDE_INSTALL_DIR=/usr/include \
 -DLIB_INSTALL_DIR=/usr/lib \
--DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_INSTALL_DATADIR=/share \
 -DCMAKE_SKIP_RPATH=True \
 -DGLSLANG_PREFIX=${srcdir}/glslang \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in breeze-grub/kde-unstable (PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 19:14:06
  Author: arojas
Revision: 261120

Remove unsupported options

Modified:
  breeze-grub/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 18:09:24 UTC (rev 261119)
+++ PKGBUILD2016-03-06 18:14:06 UTC (rev 261120)
@@ -4,7 +4,7 @@
 
 pkgname=breeze-grub
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc="Breeze theme for GRUB"
 arch=(any)
 url='https://projects.kde.org/breeze-grub'
@@ -11,11 +11,17 @@
 license=(LGPL)
 depends=(grub)
 makedepends=()
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('fb7716f66867a9725252d81ee403bb4d')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;
+   
breeze-grub-remove-unsupported-options.patch::"https://quickgit.kde.org/?p=breeze-grub.git=commitdiff=a978617a=plain;)
+md5sums=('fb7716f66867a9725252d81ee403bb4d'
+ '0fd65b9f167678b04b7bd2be7fce6791')
 
 prepare() {
   mkdir -p build
+
+# Remove unsupported options
+  cd $pkgname-$pkgver
+  patch -p1 -i ../breeze-grub-remove-unsupported-options.patch
 }
 
 package() {


[arch-commits] Commit in breeze-grub/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 19:14:43
  Author: arojas
Revision: 261121

archrelease: copy kde-unstable to kde-unstable-any

Added:
  breeze-grub/repos/kde-unstable-any/PKGBUILD
(from rev 261120, breeze-grub/kde-unstable/PKGBUILD)
Deleted:
  breeze-grub/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 18:14:06 UTC (rev 261120)
+++ PKGBUILD2016-03-06 18:14:43 UTC (rev 261121)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.5.95
-pkgrel=1
-pkgdesc="Breeze theme for GRUB"
-arch=(any)
-url='https://projects.kde.org/breeze-grub'
-license=(LGPL)
-depends=(grub)
-makedepends=()
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('fb7716f66867a9725252d81ee403bb4d')
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 261120, 
breeze-grub/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 18:14:43 UTC (rev 261121)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.5.95
+pkgrel=2
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://projects.kde.org/breeze-grub'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;
+   
breeze-grub-remove-unsupported-options.patch::"https://quickgit.kde.org/?p=breeze-grub.git=commitdiff=a978617a=plain;)
+md5sums=('fb7716f66867a9725252d81ee403bb4d'
+ '0fd65b9f167678b04b7bd2be7fce6791')
+
+prepare() {
+  mkdir -p build
+
+# Remove unsupported options
+  cd $pkgname-$pkgver
+  patch -p1 -i ../breeze-grub-remove-unsupported-options.patch
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 19:09:24
  Author: arojas
Revision: 261119

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 261118, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/octave.install
(from rev 261118, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 261118, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/octave.install
(from rev 261118, octave/trunk/octave.install)

---+
 staging-i686/PKGBUILD |   47 
 staging-i686/octave.install   |   20 +
 staging-x86_64/PKGBUILD   |   47 
 staging-x86_64/octave.install |   20 +
 4 files changed, 134 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 261118, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-06 18:09:24 UTC (rev 261119)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=8
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/staging-i686/octave.install (from rev 261118, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2016-03-06 18:09:24 UTC (rev 261119)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: octave/repos/staging-x86_64/PKGBUILD (from rev 261118, 
octave/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-06 18:09:24 UTC (rev 261119)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=8
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr 

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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 19:08:35
  Author: arojas
Revision: 261118

glpk 4.58 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:16:15 UTC (rev 261117)
+++ PKGBUILD2016-03-06 18:08:35 UTC (rev 261118)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;


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

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:42:36
  Author: arcanis
Revision: 165404

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 165403, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 165403, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  135 ++--
 PKGBUILD  |  124 +++
 2 files changed, 131 insertions(+), 128 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-03-06 17:42:13 UTC (rev 165403)
+++ ChangeLog   2016-03-06 17:42:36 UTC (rev 165404)
@@ -1,66 +0,0 @@
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 165403, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-03-06 17:42:36 UTC (rev 165404)
@@ -0,0 +1,69 @@
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 17:42:13 UTC (rev 165403)
+++ PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.2
-pkgrel=3
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('bf362f39bc94231849f3c18bd5398a73'
- 'dffb2de2c5afcb952ae5937bdac7d3fa'
- '9daf265f237412df09e3c4f8ff7a56a6'
- '61add709c3772b8cf55b7fb1b1a70efb'
- 'f89a21a68c0247dc8430bad59e7c6d04'
- 'eb0916c9333883873db8490953bdacfc'
- 'd7a4792a1ae7bc49152634d6e09ab7f0'
- 'e7f48edea4089827c87e3e6a6126c83f'
- '1d4b5ff1b5720156e78ba3e7f2a95341'
- '4e1bc3da7a950230e53038f4f40412d3')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 165403, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 17:42:36 UTC (rev 165404)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# 

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:42:13
  Author: arcanis
Revision: 165403

upgpkg: eric-i18n 6.1.3-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   24 
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-03-06 17:30:23 UTC (rev 165402)
+++ ChangeLog   2016-03-06 17:42:13 UTC (rev 165403)
@@ -1,3 +1,6 @@
+6.1.3-1:
+upstream update
+
 6.1.2-3:
 * rename zh_CN package to zh_cn
 * fix description

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:30:23 UTC (rev 165402)
+++ PKGBUILD2016-03-06 17:42:13 UTC (rev 165403)
@@ -3,8 +3,8 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.2
-pkgrel=3
+pkgver=6.1.3
+pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
 depends=()
@@ -50,13 +50,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('bf362f39bc94231849f3c18bd5398a73'
- 'dffb2de2c5afcb952ae5937bdac7d3fa'
- '9daf265f237412df09e3c4f8ff7a56a6'
- '61add709c3772b8cf55b7fb1b1a70efb'
- 'f89a21a68c0247dc8430bad59e7c6d04'
- 'eb0916c9333883873db8490953bdacfc'
- 'd7a4792a1ae7bc49152634d6e09ab7f0'
- 'e7f48edea4089827c87e3e6a6126c83f'
- '1d4b5ff1b5720156e78ba3e7f2a95341'
- '4e1bc3da7a950230e53038f4f40412d3')
+md5sums=('62a9eb1130a18ba399d4627a6ed8d6b1'
+ '6c2a7f60ec0a72ce12535860a4e261a5'
+ 'a5831b6ce88bf901c4385c95d191df00'
+ '0a796aa412c14864a9742bca74047cbe'
+ '9297eba27c43909db0d29de37a95cc04'
+ '20e64c0cd99935396258c1b3bb401e87'
+ '041137831502bc1a80b6e2258372d6b9'
+ '6642d46307a108952a7f0e00e4c23ded'
+ '54cced0aac6c8b1b825fa5ce0aee96d9'
+ '1237f2f6bc83d42d5f4a35359e544907')


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

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:30:00
  Author: arcanis
Revision: 165401

upgpkg: eric 6.1.3-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-03-06 17:17:18 UTC (rev 165400)
+++ ChangeLog   2016-03-06 17:30:00 UTC (rev 165401)
@@ -1,3 +1,6 @@
+6.1.3-1:
+upstream update
+
 6.1.2-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:17:18 UTC (rev 165400)
+++ PKGBUILD2016-03-06 17:30:00 UTC (rev 165401)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.2
+pkgver=6.1.3
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('cd2e18f3c43fb1818560af5849ea6a7f')
+md5sums=('04aaa46bc26a0923989e7532ccf57596')
 changelog=ChangeLog
 
 prepare() {


[arch-commits] Commit in eric/repos/community-any (8 files)

2016-03-06 Thread Evgeniy Alekseev
Date: Sunday, March 6, 2016 @ 18:30:23
  Author: arcanis
Revision: 165402

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 165401, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 165401, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 165401, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 165401, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|  133 +--
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 223 insertions(+), 220 deletions(-)

Deleted: .contrib
===
--- .contrib2016-03-06 17:30:00 UTC (rev 165401)
+++ .contrib2016-03-06 17:30:23 UTC (rev 165402)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 165401, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-03-06 17:30:23 UTC (rev 165402)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-03-06 17:30:00 UTC (rev 165401)
+++ ChangeLog   2016-03-06 17:30:23 UTC (rev 165402)
@@ -1,65 +0,0 @@
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 165401, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-03-06 17:30:23 UTC (rev 165402)
@@ -0,0 +1,68 @@
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 17:30:00 UTC (rev 165401)
+++ PKGBUILD2016-03-06 17:30:23 UTC (rev 165402)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.2
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('cd2e18f3c43fb1818560af5849ea6a7f')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r 

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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:17:18
  Author: pierre
Revision: 165400

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 165399, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 165399, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 165399, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 165399, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 165399, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 165399, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 165399, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 165399, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 165399, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 165399, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   28 
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   54 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 17:16:53 UTC (rev 165399)
+++ community-i686/PKGBUILD 2016-03-06 17:17:18 UTC (rev 165400)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('4ff52595855c1f9e4dd3e84295599f5f'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 $srcdir/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 $srcdir/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 $srcdir/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 165399, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 17:17:18 UTC (rev 165400)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:16:53
  Author: pierre
Revision: 165399

upgpkg: openvswitch 2.5.0-2

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
+++ PKGBUILD2016-03-06 17:16:53 UTC (rev 165399)
@@ -5,7 +5,7 @@
 
 pkgname=openvswitch
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')


[arch-commits] Commit in clamav/repos (32 files)

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:16:15
  Author: pierre
Revision: 261117

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 261116, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 261116, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 261116, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 261116, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 261116, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 261116, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 261116, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 261116, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 17:15:34 UTC (rev 261116)
+++ extra-i686/PKGBUILD 2016-03-06 17:16:15 UTC (rev 261117)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99
-pkgrel=3
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

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

2016-03-06 Thread Pierre Schmitz
Date: Sunday, March 6, 2016 @ 18:15:34
  Author: pierre
Revision: 261116

upgpkg: clamav 0.99.1-2

OpenSSL 1.0.2g rebuild

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 15:36:16 UTC (rev 261115)
+++ PKGBUILD2016-03-06 17:15:34 UTC (rev 261116)
@@ -5,7 +5,7 @@
 
 pkgname=clamav
 pkgver=0.99.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 18:00:30
  Author: arodseth
Revision: 165398

archrelease: copy trunk to community-any

Added:
  ufw-extras/repos/community-any/PKGBUILD
(from rev 165397, ufw-extras/trunk/PKGBUILD)
Deleted:
  ufw-extras/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 17:00:22 UTC (rev 165397)
+++ PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
-pkgrel=1
-pkgdesc='Extra configuration files for UFW'
-arch=('any')
-url='https://github.com/xyproto/ufw-extras'
-makedepends=('git')
-depends=('ufw')
-license=('GPL2')
-source=("$pkgname::git://github.com/xyproto/$pkgname.git")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
-package() {
-  cd "$pkgname"
-
-  msg 'Packaging configuration files...'
-  for f in ufw-*; do
-msg2 "$f"
-install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 165397, 
ufw-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 17:00:30 UTC (rev 165398)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=ufw-extras
+pkgver=0.3
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+makedepends=('git')
+depends=('ufw')
+license=('GPL2')
+source=("$pkgname::git://github.com/xyproto/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  msg 'Packaging configuration files...'
+  for f in ufw-*; do
+msg2 "$f"
+install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 18:00:22
  Author: arodseth
Revision: 165397

upgpkg: ufw-extras 0.3-1

Modified:
  ufw-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 16:44:05 UTC (rev 165396)
+++ PKGBUILD2016-03-06 17:00:22 UTC (rev 165397)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 
 pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
+pkgver=0.3
 pkgrel=1
 pkgdesc='Extra configuration files for UFW'
 arch=('any')
@@ -10,16 +10,9 @@
 makedepends=('git')
 depends=('ufw')
 license=('GPL2')
-source=("$pkgname::git://github.com/xyproto/$pkgname.git")
+source=("$pkgname::git://github.com/xyproto/$pkgname.git#tag=$pkgver")
 md5sums=('SKIP')
 
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
 package() {
   cd "$pkgname"
 


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 17:44:05
  Author: arodseth
Revision: 165396

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

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

+
 /PKGBUILD  |  102 +++
 /gummi.install |   28 ++
 community-i686/PKGBUILD|   41 ---
 community-i686/gummi.install   |   14 -
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/gummi.install |   14 -
 6 files changed, 130 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 16:43:53 UTC (rev 165395)
+++ community-i686/PKGBUILD 2016-03-06 16:44:05 UTC (rev 165396)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Sergio A. Morales 
-# Contributor: soeren 
-
-pkgname=gummi
-pkgver=0.6.6
-pkgrel=3
-pkgdesc='Simple LaTex editor for GTK users'
-arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
-license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
-install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  setconf autogen.sh AM_VERSION ''
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/PKGBUILD (from rev 165395, 
gummi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 16:44:05 UTC (rev 165396)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Sergio A. Morales 
+# Contributor: soeren 
+
+pkgname=gummi
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Simple LaTex editor for GTK users'
+arch=('x86_64' 'i686')
+url='https://github.com/aitjcize/Gummi' # Using the GTK3 fork, for now
+#url='http://gummi.midnightcoding.org/'
+license=('MIT')
+depends=('texlive-core' 'gtkspell3' 'gtksourceview3' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk3' 'pango' 'poppler' 'intltool' 'setconf' 'git')
+install="$pkgname.install"
+source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # Using the GTK3 fork, 
for now
+#source=("git://github.com/alexandervdm/gummi#tag=$pkgver") # 0.6.6
+md5sums=('SKIP')
+
+prepare() {
+  cd "${pkgname^}"
+
+  find . -type f -print0 | xargs -0 sed -i "s|0.6.5|$pkgver|g"
+  setconf autogen.sh AM_VERSION ''
+  ./autogen.sh
+  setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  echo $pkgver > dev/latest
+  autoreconf
+  setconf configure PACKAGE_VERSION "'"$pkgver"'"
+  setconf configure PACKAGE_STRING "'""Gummi $pkgver (GTK3 fork)""'"
+  setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'"
+}
+
+build() {
+  cd "${pkgname^}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname^}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gummi.install
===
--- community-i686/gummi.install2016-03-06 16:43:53 UTC (rev 165395)
+++ community-i686/gummi.install2016-03-06 16:44:05 UTC (rev 165396)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gummi/repos/community-i686/gummi.install (from rev 165395, 
gummi/trunk/gummi.install)
===
--- community-i686/gummi.install(rev 0)
+++ community-i686/gummi.install  

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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 17:43:53
  Author: arodseth
Revision: 165395

upgpkg: gummi 0.7.4-1

Modified:
  gummi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 16:28:21 UTC (rev 165394)
+++ PKGBUILD2016-03-06 16:43:53 UTC (rev 165395)
@@ -5,27 +5,37 @@
 # Contributor: soeren 
 
 pkgname=gummi
-pkgver=0.6.6
-pkgrel=3
+pkgver=0.7.4
+pkgrel=1
 pkgdesc='Simple LaTex editor for GTK users'
 arch=('x86_64' 'i686')
-url='http://gummi.midnightcoding.org/'
+url='https://github.com/aitjcize/Gummi' # Using the GTK3 fork, for now
+#url='http://gummi.midnightcoding.org/'
 license=('MIT')
-depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 
'desktop-file-utils')
-makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool' 'setconf' 'git')
+depends=('texlive-core' 'gtkspell3' 'gtksourceview3' 'poppler-glib' 
'desktop-file-utils')
+makedepends=('glib2' 'gtk3' 'pango' 'poppler' 'intltool' 'setconf' 'git')
 install="$pkgname.install"
-source=("git://github.com/alexandervdm/gummi#tag=$pkgver")
+source=("git://github.com/aitjcize/Gummi#tag=$pkgver") # Using the GTK3 fork, 
for now
+#source=("git://github.com/alexandervdm/gummi#tag=$pkgver") # 0.6.6
 md5sums=('SKIP')
 
 prepare() {
-  cd "$pkgname"
+  cd "${pkgname^}"
 
+  find . -type f -print0 | xargs -0 sed -i "s|0.6.5|$pkgver|g"
   setconf autogen.sh AM_VERSION ''
   ./autogen.sh
+  setconf Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  setconf data/misc/Makefile.in PACKAGE_VERSION "'"$pkgver"'"
+  echo $pkgver > dev/latest
+  autoreconf
+  setconf configure PACKAGE_VERSION "'"$pkgver"'"
+  setconf configure PACKAGE_STRING "'""Gummi $pkgver (GTK3 fork)""'"
+  setconf configure PACKAGE_BUGREPORT "'https://bugs.archlinux.org/'"
 }
 
 build() {
-  cd "$pkgname"
+  cd "${pkgname^}"
 
   ./configure --prefix=/usr
   make
@@ -32,7 +42,7 @@
 }
 
 package() {
-  cd "$pkgname"
+  cd "${pkgname^}"
 
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:28:21
  Author: kkeen
Revision: 165394

archrelease: copy trunk to community-any

Added:
  jupyter/repos/community-any/PKGBUILD
(from rev 165393, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 16:26:22 UTC (rev 165393)
+++ PKGBUILD2016-03-06 16:28:21 UTC (rev 165394)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.6
-pkgrel=7
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-jsonschema'
- 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
-'qt5-svg: jupyter-qtconsole'
-'python-pyqt5: jupyter-qtconsole'
-'python-sip: jupyter-qtconsole')
-
-# todo: figure out which deps left with jupyter-notebook
-
-# rebundle all the parts that were split out
-# but split them out officially over time
-_ipywv=4.1.1  # ipywidgets
-_jnbcv=4.1.0  # notebook convert
-_jnbfv=4.0.1  # notebook format
-_jconv=4.1.0  # jupyter console
-_jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
-
-source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
-
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
-
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
-
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
-
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
-
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
-md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '099e9b76c52839dc33604aad7a2f1a42'
- '06655576713ba1ff7cece2b92760c187'
- 'ab7172e517c9d561c0c01eef5631b4c8'
- '9c655076262760bdbeeada9d7f586237'
- '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
-
-# qtconsole deps?
-# python-pyqt5 python-sip python-pygments python-pyzmq
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
-  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$_ipywv"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipywidgets-$_ipywv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbformat-$_jnbfv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_console-$_jconv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_client-$_jcliv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/qtconsole-$_qtcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-  cd "$srcdir"
-  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_ipython2-notebook() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'qt5-svg: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-jupyter_client-$_jcliv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-qtconsole-$_qtcv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$pkgdir/usr/bin"
-  rm jupyter
-  rm jupyter-kernelspec
-  rm 

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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:26:22
  Author: kkeen
Revision: 165393

upgpkg: jupyter 4.0.6-8 qtconsole

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 16:10:46 UTC (rev 165392)
+++ PKGBUILD2016-03-06 16:26:22 UTC (rev 165393)
@@ -4,7 +4,7 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/;
@@ -27,7 +27,7 @@
 _jnbfv=4.0.1  # notebook format
 _jconv=4.1.0  # jupyter console
 _jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
+_qtcv=4.2.0   # qtconsole
 
 
source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
 
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
@@ -42,7 +42,7 @@
  'ab7172e517c9d561c0c01eef5631b4c8'
  '9c655076262760bdbeeada9d7f586237'
  '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
+ '63c8f88830e41007dc1b807f02a250f9')
 
 # qtconsole deps?
 # python-pyqt5 python-sip python-pygments python-pyzmq


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:08:11
  Author: kkeen
Revision: 165390

archrelease: copy trunk to community-staging-any

Added:
  jupyter/repos/community-staging-any/PKGBUILD
(from rev 165389, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 16:02:21 UTC (rev 165389)
+++ PKGBUILD2016-03-06 16:08:11 UTC (rev 165390)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.6
-pkgrel=7
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-jsonschema'
- 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
-'qt5-svg: jupyter-qtconsole'
-'python-pyqt5: jupyter-qtconsole'
-'python-sip: jupyter-qtconsole')
-
-# todo: figure out which deps left with jupyter-notebook
-
-# rebundle all the parts that were split out
-# but split them out officially over time
-_ipywv=4.1.1  # ipywidgets
-_jnbcv=4.1.0  # notebook convert
-_jnbfv=4.0.1  # notebook format
-_jconv=4.1.0  # jupyter console
-_jcliv=4.1.1  # jupyter client
-_qtcv=4.1.1   # qtconsole
-
-source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
-
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
-
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
-
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
-
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
-
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
-md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '099e9b76c52839dc33604aad7a2f1a42'
- '06655576713ba1ff7cece2b92760c187'
- 'ab7172e517c9d561c0c01eef5631b4c8'
- '9c655076262760bdbeeada9d7f586237'
- '8436e4a3266a442f576cdfef39dc0e19'
- '09edb4932e59a07f26ff1fd492c9f740')
-
-# qtconsole deps?
-# python-pyqt5 python-sip python-pygments python-pyzmq
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
-  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$_ipywv"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipywidgets-$_ipywv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbformat-$_jnbfv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_console-$_jconv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_client-$_jcliv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/qtconsole-$_qtcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-  cd "$srcdir"
-  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_ipython2-notebook() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'qt5-svg: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-jupyter_client-$_jcliv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-qtconsole-$_qtcv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$pkgdir/usr/bin"
-  rm jupyter
-  rm 

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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:02:21
  Author: kkeen
Revision: 165389

archrelease: copy trunk to community-staging-any

Added:
  jupyter/repos/community-staging-any/
  jupyter/repos/community-staging-any/PKGBUILD
(from rev 165388, jupyter/trunk/PKGBUILD)

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

Copied: jupyter/repos/community-staging-any/PKGBUILD (from rev 165388, 
jupyter/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-06 16:02:21 UTC (rev 165389)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=jupyter
+pkgname=(jupyter ipython2-notebook)
+pkgver=4.0.6
+pkgrel=7
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="http://jupyter.org/;
+license=('BSD')
+depends=('ipython' 'python-ipykernel' 'python-setuptools'
+ 'python-jinja' 'python-pyzmq' 'python-jsonschema'
+ 'python-mistune' 'python-pygments')
+makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook conversion'
+'qt5-svg: jupyter-qtconsole'
+'python-pyqt5: jupyter-qtconsole'
+'python-sip: jupyter-qtconsole')
+
+# todo: figure out which deps left with jupyter-notebook
+
+# rebundle all the parts that were split out
+# but split them out officially over time
+_ipywv=4.1.1  # ipywidgets
+_jnbcv=4.1.0  # notebook convert
+_jnbfv=4.0.1  # notebook format
+_jconv=4.1.0  # jupyter console
+_jcliv=4.1.1  # jupyter client
+_qtcv=4.1.1   # qtconsole
+
+source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
+
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
+
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
+
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
+
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
+
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
+
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
+md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
+ '099e9b76c52839dc33604aad7a2f1a42'
+ '06655576713ba1ff7cece2b92760c187'
+ 'ab7172e517c9d561c0c01eef5631b4c8'
+ '9c655076262760bdbeeada9d7f586237'
+ '8436e4a3266a442f576cdfef39dc0e19'
+ '09edb4932e59a07f26ff1fd492c9f740')
+
+# qtconsole deps?
+# python-pyqt5 python-sip python-pygments python-pyzmq
+
+prepare() {
+  cd "$srcdir"
+  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
+  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
+  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
+}
+
+build() {
+  cd "$srcdir/ipywidgets-$_ipywv"
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package_jupyter() {
+  cd "$srcdir/jupyter_core-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipywidgets-$_ipywv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/nbconvert-$_jnbcv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/nbformat-$_jnbfv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/jupyter_console-$_jconv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/jupyter_client-$_jcliv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/qtconsole-$_qtcv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  cd examples
+  # FS#47046 fix .desktop icon
+  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
+jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop \
+"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
+
+  cd "$srcdir"
+  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_ipython2-notebook() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
+  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
+  'qt5-svg: jupyter-qtconsole-py2'
+  'python2-sip: jupyter-qtconsole-py2')
+
+  cd "$srcdir/python2-jupyter_core-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-jupyter_client-$_jcliv"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-qtconsole-$_qtcv"
+  python2 setup.py install --prefix=/usr 

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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 17:01:40
  Author: kkeen
Revision: 165388

upgpkg: jupyter 4.0.6-7

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 15:43:32 UTC (rev 165387)
+++ PKGBUILD2016-03-06 16:01:40 UTC (rev 165388)
@@ -4,12 +4,12 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/;
 license=('BSD')
-depends=('ipython' 'python-setuptools'
+depends=('ipython' 'python-ipykernel' 'python-setuptools'
  'python-jinja' 'python-pyzmq' 'python-jsonschema'
  'python-mistune' 'python-pygments')
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
@@ -21,7 +21,7 @@
 # todo: figure out which deps left with jupyter-notebook
 
 # rebundle all the parts that were split out
-_ipykv=4.3.0  # ipykernel
+# but split them out officially over time
 _ipywv=4.1.1  # ipywidgets
 _jnbcv=4.1.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
@@ -30,7 +30,6 @@
 _qtcv=4.1.1   # qtconsole
 
 
source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipykernel-$_ipykv.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz;
 
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
 
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
 
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
@@ -38,7 +37,6 @@
 
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
 
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
 md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
- '5961164fe908faf798232a265ed48c73'
  '099e9b76c52839dc33604aad7a2f1a42'
  '06655576713ba1ff7cece2b92760c187'
  'ab7172e517c9d561c0c01eef5631b4c8'
@@ -51,10 +49,9 @@
 
 prepare() {
   cd "$srcdir"
-  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
+  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
   cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r ipykernel-$_ipykvpython2-ipykernel-$_ipykv
-  cp -r qtconsole-$_qtcv python2-qtconsole-$_qtcv
+  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
 }
 
 build() {
@@ -67,10 +64,6 @@
   cd "$srcdir/jupyter_core-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/ipykernel-$_ipykv"
-  # this is in the ipython package
-  #python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipywidgets-$_ipywv"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
@@ -101,14 +94,11 @@
 
 package_ipython2-notebook() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-pyzmq')
+  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
   optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
   'qt5-svg: jupyter-qtconsole-py2'
   'python2-sip: jupyter-qtconsole-py2')
 
-  cd "$srcdir/python2-ipykernel-$_ipykv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/python2-jupyter_core-$pkgver"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
@@ -125,9 +115,6 @@
   mv jupyter-qtconsole jupyter-qtconsole-py2
 
   cd "$srcdir"
-  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
-  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
-
   install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 16:43:08
  Author: kkeen
Revision: 165386

upgpkg: ipython 4.1.2-2

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 15:39:55 UTC (rev 165385)
+++ PKGBUILD2016-03-06 15:43:08 UTC (rev 165386)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython
 pkgname=(ipython ipython2)
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -20,18 +20,15 @@
 
 # some of these will update rapidly, others never
 # so _vars will be phased in as new updates are released
-_ipykv=4.3.0
 _traitv=4.1.0
 
 
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipykernel/ipykernel-$_ipykv.tar.gz;
 
"https://pypi.python.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
 
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
 
"https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('3da622447b3b7ca7d41c868c80bb8b0e'
- '667b72ede386fcc767108902365cb95a'
+md5sums=('28c9ebd1abfb9b4a07cb87005f285edd'
  '2ebf5e11a19f82f25395b4a793097080'
  '9a8afbe0978adbcbfcb3b35b2d015a56'
  '25337740507cb855ad58bfcf60f7710e'
@@ -55,7 +52,6 @@
 prepare() {
   cd "$srcdir"
   cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipykernel-$_ipykv  python2-ipykernel-$_ipykv
   cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
   cp -r pickleshare-0.5python2-pickleshare-0.5
   cp -r traitlets-$_traitv python2-traitlets-$_traitv
@@ -86,9 +82,6 @@
   cd "$srcdir/simplegeneric-0.8.1"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/ipykernel-$_ipykv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipython-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
 
@@ -128,9 +121,6 @@
   cd "$srcdir/python2-simplegeneric-0.8.1"
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/python2-ipykernel-$_ipykv"
-  #python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/ipython2-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
 


[arch-commits] Commit in ipython/repos (3 files)

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 16:43:32
  Author: kkeen
Revision: 165387

archrelease: copy trunk to community-staging-any

Added:
  ipython/repos/community-staging-any/
  ipython/repos/community-staging-any/PKGBUILD
(from rev 165386, ipython/trunk/PKGBUILD)
  ipython/repos/community-staging-any/ipython.install
(from rev 165386, ipython/trunk/ipython.install)

-+
 PKGBUILD|  144 ++
 ipython.install |   12 
 2 files changed, 156 insertions(+)

Copied: ipython/repos/community-staging-any/PKGBUILD (from rev 165386, 
ipython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-06 15:43:32 UTC (rev 165387)
@@ -0,0 +1,144 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython
+pkgname=(ipython ipython2)
+pkgver=4.1.2
+pkgrel=2
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org;
+license=('BSD')
+depends=('python' 'python-decorator' 'python-pexpect' 'sqlite' 
'python-setuptools' 'python-path')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+install=ipython.install
+
+# some of these will update rapidly, others never
+# so _vars will be phased in as new updates are released
+_traitv=4.1.0
+
+source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/t/traitlets/traitlets-$_traitv.tar.gz;
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
+
"https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('28c9ebd1abfb9b4a07cb87005f285edd'
+ '2ebf5e11a19f82f25395b4a793097080'
+ '9a8afbe0978adbcbfcb3b35b2d015a56'
+ '25337740507cb855ad58bfcf60f7710e'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# With 4.0 many previously bundled external libraries are no longer bundled
+# Since there are so many and they are so small, they get re-bundled here
+# Break them out if any non-ipython package ends up needing these
+
+# traitlets (depends on python-decorator)
+# ipython_genutils
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+# pickleshare (depends on path.py)
+# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
+
+# confirm that an update does not break sage?
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipython-$pkgveripython2-$pkgver
+  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
+  cp -r pickleshare-0.5python2-pickleshare-0.5
+  cp -r traitlets-$_traitv python2-traitlets-$_traitv
+  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_ipython() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/pickleshare-0.5"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$_traitv"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+
+  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
+}
+
+package_ipython2() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  depends=('python2' 'python2-decorator' 'python2-pexpect' 

[arch-commits] Commit in sagemath/repos (26 files)

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 16:39:55
  Author: arojas
Revision: 165385

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 165384, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/anal.h
(from rev 165384, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-i686/clean.patch
(from rev 165384, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-i686/contour.patch
(from rev 165384, sagemath/trunk/contour.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 165384, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 165384, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 165384, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 165384, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/paths.patch
(from rev 165384, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 165384, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 165384, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 165384, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 165384, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/anal.h
(from rev 165384, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-x86_64/clean.patch
(from rev 165384, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-x86_64/contour.patch
(from rev 165384, sagemath/trunk/contour.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 165384, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 165384, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 165384, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 165384, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/paths.patch
(from rev 165384, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 165384, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 165384, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 165384, sagemath/trunk/test-optional.patch)

--+
 community-staging-i686/PKGBUILD  |  159 +
 community-staging-i686/anal.h|   65 ++
 community-staging-i686/clean.patch   |   24 +++
 community-staging-i686/contour.patch |   11 +
 community-staging-i686/disable-fes.patch |   19 ++
 community-staging-i686/env.patch |  137 +
 community-staging-i686/jupyter-path.patch|   31 
 community-staging-i686/package.patch |   11 +
 community-staging-i686/paths.patch   |   37 +
 community-staging-i686/python-2.7.11.patch   |   11 +
 community-staging-i686/skip-check.patch  |   21 +++
 community-staging-i686/test-optional.patch   |   11 +
 community-staging-x86_64/PKGBUILD|  159 +
 community-staging-x86_64/anal.h  |   65 ++
 community-staging-x86_64/clean.patch |   24 +++
 community-staging-x86_64/contour.patch   |   11 +
 community-staging-x86_64/disable-fes.patch   |   19 ++
 community-staging-x86_64/env.patch   |  137 +
 community-staging-x86_64/jupyter-path.patch  |   31 
 community-staging-x86_64/package.patch   |   11 +
 community-staging-x86_64/paths.patch |   37 +
 community-staging-x86_64/python-2.7.11.patch |   11 +
 community-staging-x86_64/skip-check.patch|   21 +++
 community-staging-x86_64/test-optional.patch |   11 +
 24 files changed, 1074 insertions(+)

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


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 16:37:18
  Author: arojas
Revision: 165384

glpk 4.58 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:54:47 UTC (rev 165383)
+++ PKGBUILD2016-03-06 15:37:18 UTC (rev 165384)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=7.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -23,7 +23,8 @@
   'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
   'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
-  'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'gap-data: for computing Galois groups')
+  'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'gap-data: for computing Galois groups'
+  'jupyter-notebook: Jupyter notebook interface')
 makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc
   mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib) # 
libfes
 conflicts=(sage-mathematics)


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 16:35:59
  Author: andyrtr
Revision: 261114

upgpkg: x2goclient 4.0.5.0-3

add xorg-xauth as optional dependency FS#48088

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:28:02 UTC (rev 261113)
+++ PKGBUILD2016-03-06 15:35:59 UTC (rev 261114)
@@ -6,11 +6,11 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'man2html' 
'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
   'SKIP')
@@ -39,6 +39,8 @@
   
   pkgdesc="a graphical client (Qt4) for the X2Go system"
   depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+  # FS#48088
+  optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
   install=x2goclient.install
 
   cd ${pkgbase}-${pkgver}


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 16:36:16
  Author: andyrtr
Revision: 261115

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

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

-+
 /PKGBUILD   |  144 ++
 /x2goclient.install |   22 +
 extra-i686/PKGBUILD |   70 --
 extra-i686/x2goclient.install   |   11 --
 extra-x86_64/PKGBUILD   |   70 --
 extra-x86_64/x2goclient.install |   11 --
 6 files changed, 166 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 15:35:59 UTC (rev 261114)
+++ extra-i686/PKGBUILD 2016-03-06 15:36:16 UTC (rev 261115)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-
-pkgbase=x2goclient
-pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.5.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.x2go.org;
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
-  'SKIP')
-validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

-  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i "s:-o root -g root ::" Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
-# return 1
-
-  make PREFIX=/usr
-  make PREFIX=/usr build_man # target broken and making the build hang
-
-#  make PREFIX=/usr build_pluginprovider
-#  make PREFIX=/usr build_client 
-#  make PREFIX=/usr build_plugin
-}
-
-package_x2goclient() {
-  
-  pkgdesc="a graphical client (Qt4) for the X2Go system"
-  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-  install=x2goclient.install
-
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
-}
-
-package_x2goplugin() {
-  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
-  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
-  
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
-}
-
-package_x2goplugin-provider() {
-  
-  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
-  depends=('apache')
-  backup=(etc/x2go/plugin-provider/x2goplugin.html
-  etc/x2go/x2goplugin-apache.conf
-  etc/httpd/conf/x2goplugin-apache.conf)
-   
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
-  
-  install -dm755 ${pkgdir}/etc/httpd/conf
-  cd ${pkgdir}/etc/httpd/conf
-  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 261114, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-06 15:36:16 UTC (rev 261115)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.5.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org;
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'man2html' 
'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
+  'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
+

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

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 15:54:47
  Author: kkeen
Revision: 165383

archrelease: copy trunk to community-any

Added:
  python-ipykernel/repos/community-any/
  python-ipykernel/repos/community-any/PKGBUILD
(from rev 165382, python-ipykernel/trunk/PKGBUILD)

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

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 165382, 
python-ipykernel/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-06 14:54:47 UTC (rev 165383)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipykernel
+pkgname=(python-ipykernel python2-ipykernel)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.python.org/pypi/ipykernel;
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python2')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
+md5sums=('971eee85d630eb4bafcd52531c79673f')
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+}
+
+package_python-ipykernel() {
+
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ipykernel() {
+  depends=('python2')
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
+  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
+
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2016-03-06 Thread Kyle Keen
Date: Sunday, March 6, 2016 @ 15:54:03
  Author: kkeen
Revision: 165382

python-ipykernel 4.3.1 

Added:
  python-ipykernel/
  python-ipykernel/repos/
  python-ipykernel/trunk/
  python-ipykernel/trunk/PKGBUILD

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

Added: python-ipykernel/trunk/PKGBUILD
===
--- python-ipykernel/trunk/PKGBUILD (rev 0)
+++ python-ipykernel/trunk/PKGBUILD 2016-03-06 14:54:03 UTC (rev 165382)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipykernel
+pkgname=(python-ipykernel python2-ipykernel)
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.python.org/pypi/ipykernel;
+license=('BSD')
+depends=('python')
+makedepends=('python' 'python2')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
+md5sums=('971eee85d630eb4bafcd52531c79673f')
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+}
+
+package_python-ipykernel() {
+
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ipykernel() {
+  depends=('python2')
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir"
+  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
+  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-c", "from IPython.kernel.zmq.kernelapp import main; main()", 
"-f", "{connection_file}"],"codemirror_mode": {"version": 2, "name": 
"ipython2"}}' > "$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
+
+  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


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

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:45:10
  Author: jelle
Revision: 165381

archrelease: copy trunk to community-any

Added:
  python2-eyed3/repos/community-any/PKGBUILD
(from rev 165380, python2-eyed3/trunk/PKGBUILD)
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch
(from rev 165380, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
Deleted:
  python2-eyed3/repos/community-any/PKGBUILD
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch

--+
 PKGBUILD |   56 -
 fix_setting_tcmp_frame.patch |   42 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 14:45:02 UTC (rev 165380)
+++ PKGBUILD2016-03-06 14:45:10 UTC (rev 165381)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: cdhotfire 
-
-pkgname=python2-eyed3
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
-url="http://eyed3.nicfit.net/;
-license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('2783538edb56d7f583b7c8a5801b51dc')
-
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-}

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 165380, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 14:45:10 UTC (rev 165381)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: cdhotfire 
+
+pkgname=python2-eyed3
+pkgver=0.7.9
+pkgrel=1
+pkgdesc="A Python module and program for processing information about mp3 
files"
+arch=(any)
+url="http://eyed3.nicfit.net/;
+license=('GPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+options=(!emptydirs)
+md5sums=('7fdf97f971033207355b5d550414ea75')
+
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+}

Deleted: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch2016-03-06 14:45:02 UTC (rev 165380)
+++ fix_setting_tcmp_frame.patch2016-03-06 14:45:10 UTC (rev 165381)
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Travis Shirk 
-# Date 1366683753 21600
-# Branch stable
-# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
-# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
-Fix for setting of non standard text frames. Fixes #26
-
-diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
 a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
-+++ b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
-@@ -1364,7 +1364,8 @@
- the same Id is already in the list it's value is changed, otherwise
- the frame is added.
- '''
--assert(fid[0] == "T" and fid in list(ID3_FRAMES.keys()))
-+assert(fid[0] == "T" and (fid in ID3_FRAMES or
-+  fid in NONSTANDARD_ID3_FRAMES))
- 
- if fid in self:
- self[fid][0].text = text

Copied: python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch (from 
rev 165380, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
===
--- fix_setting_tcmp_frame.patch(rev 0)
+++ fix_setting_tcmp_frame.patch2016-03-06 14:45:10 UTC (rev 165381)
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Travis Shirk 
+# Date 1366683753 21600
+# Branch stable
+# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
+# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
+Fix for setting of non standard text frames. Fixes #26
+
+diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
+--- a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
 b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
+@@ -1364,7 +1364,8 @@
+ the same Id is already in the list it's value is changed, otherwise
+ the frame is added.
+ '''

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

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:45:02
  Author: jelle
Revision: 165380

upgpkg: python2-eyed3 0.7.9-1

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:43:52 UTC (rev 165379)
+++ PKGBUILD2016-03-06 14:45:02 UTC (rev 165380)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire 
 
 pkgname=python2-eyed3
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('2783538edb56d7f583b7c8a5801b51dc')
+md5sums=('7fdf97f971033207355b5d550414ea75')
 
 build() {
   cd $srcdir/eyeD3-$pkgver


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:43:52
  Author: arojas
Revision: 165379

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

Added:
  coin-or-mp/repos/community-staging-i686/
  coin-or-mp/repos/community-staging-i686/PKGBUILD
(from rev 165378, coin-or-mp/trunk/PKGBUILD)
  coin-or-mp/repos/community-staging-x86_64/
  coin-or-mp/repos/community-staging-x86_64/PKGBUILD
(from rev 165378, coin-or-mp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: coin-or-mp/repos/community-staging-i686/PKGBUILD (from rev 165378, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:43:52 UTC (rev 165379)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=3
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}

Copied: coin-or-mp/repos/community-staging-x86_64/PKGBUILD (from rev 165378, 
coin-or-mp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:43:52 UTC (rev 165379)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Radke 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-mp
+pkgver=1.8.3
+pkgrel=3
+pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinMP;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cbc)
+provides=(coin-mp)
+source=(http://www.coin-or.org/download/source/CoinMP/CoinMP-$pkgver.tgz)
+sha256sums=('a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7')
+
+build() {
+  cd CoinMP-$pkgver
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-cbc-lib="$(pkg-config --libs cbc)" \
+  --with-cbc-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+check() {
+  cd CoinMP-$pkgver
+  make test
+}
+
+package() {
+  cd CoinMP-$pkgver/CoinMP
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/build
+}


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:43:21
  Author: arojas
Revision: 165378

glpk 4.58 rebuild

Modified:
  coin-or-mp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:29:59 UTC (rev 165377)
+++ PKGBUILD2016-03-06 14:43:21 UTC (rev 165378)
@@ -6,7 +6,7 @@
 
 pkgname=coin-or-mp
 pkgver=1.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="C-API library that supports most of the functionality of CLP (Coin 
LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation Library) projects"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinMP;


[arch-commits] Commit in xmobar/trunk (disable-ewmh-plugin.patch)

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:29:59
  Author: jelle
Revision: 165377

remove unused patch

Deleted:
  xmobar/trunk/disable-ewmh-plugin.patch

---+
 disable-ewmh-plugin.patch |   46 
 1 file changed, 46 deletions(-)

Deleted: disable-ewmh-plugin.patch
===
--- disable-ewmh-plugin.patch   2016-03-06 14:29:56 UTC (rev 165376)
+++ disable-ewmh-plugin.patch   2016-03-06 14:29:59 UTC (rev 165377)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
 a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: 
Kbd :*: Locks :*:
-+runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: 
Locks :*:
-  Mail :*: MBox :*:
-  DateZone :*: MarqueePipeReader :*:
-  ()
-diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
-index a263536..37e603f 100644
 a/src/Plugins/Date.hs
-+++ b/src/Plugins/Date.hs
-@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
-
- import Plugins
-
--import System.Locale
- import Control.Monad (liftM)
- import Data.Time
-
-diff --git a/xmobar.cabal b/xmobar.cabal
-index db0d130..c76b355 100644
 a/xmobar.cabal
-+++ b/xmobar.cabal
-@@ -81,7 +81,7 @@ executable xmobar
-   Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
-   XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
-   Plugins, Plugins.BufferedPipeReader,
--  Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
-+  Plugins.CommandReader, Plugins.Date,
-   Plugins.PipeReader, Plugins.MarqueePipeReader,
-   Plugins.StdinReader, Plugins.XMonadLog,
-   Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:29:56
  Author: arojas
Revision: 165376

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

Added:
  coin-or-cbc/repos/community-staging-i686/
  coin-or-cbc/repos/community-staging-i686/PKGBUILD
(from rev 165375, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-staging-x86_64/
  coin-or-cbc/repos/community-staging-x86_64/PKGBUILD
(from rev 165375, coin-or-cbc/trunk/PKGBUILD)

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

Copied: coin-or-cbc/repos/community-staging-i686/PKGBUILD (from rev 165375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-06 14:29:56 UTC (rev 165376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Copied: coin-or-cbc/repos/community-staging-x86_64/PKGBUILD (from rev 165375, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-06 14:29:56 UTC (rev 165376)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: spider-mario 
+# Contributor: Daniel Ehlers 
+
+pkgname=coin-or-cbc
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS="Sample" \
+  ./configure --prefix=/usr \
+  --with-osi-lib="$(pkg-config --libs osi)" \
+  --with-osi-incdir="/usr/include/coin/" \
+  --with-clp-lib="$(pkg-config --libs clp)" \
+  --with-clp-incdir="/usr/include/coin/" \
+  --with-cgl-lib="$(pkg-config --libs cgl)" \
+  --with-cgl-incdir="/usr/include/coin/" \
+  --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+  --with-coinutils-incdir="/usr/include/coin/" \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+#  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:29:25
  Author: arojas
Revision: 165375

glpk 4.58 rebuild

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:22:39 UTC (rev 165374)
+++ PKGBUILD2016-03-06 14:29:25 UTC (rev 165375)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=coin-or-cbc
-pkgver=2.9.7
-pkgrel=2
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cbc;
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-cgl)
 source=("http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('2f1ae1c13cfb686d1f3ec5045acef524b10070c0')
+sha1sums=('5aab297f57f66c6b264af3b32a4ef8530b6c10f6')
 
 build() {
   cd Cbc-$pkgver/Cbc
@@ -34,7 +34,7 @@
 
 check() {
   cd Cbc-$pkgver/Cbc
-  make test
+#  make test
 }
 
 package() {


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:28:02
  Author: andyrtr
Revision: 261113

add link comment to upstream spec file

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:25:38 UTC (rev 261112)
+++ PKGBUILD2016-03-06 14:28:02 UTC (rev 261113)
@@ -9,6 +9,7 @@
 url="http://wiki.x2go.org/;
 license=('GPL')
 #options=('!makeflags') # '!strip')
+# http://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=nx-libs.spec
 makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' 'fontconfig' # 
runtime dependencies from subpackages
  'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr'
  'libxcomposite' 'libxtst' 'xorg-sessreg' 'libfontenc' # 
makedepends


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:25:23
  Author: andyrtr
Revision: 26

upgpkg: x2goserver 4.0.1.19-3

add missing xorg-xauth dependency form upstream spec file recommendations

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:22:20 UTC (rev 261110)
+++ PKGBUILD2016-03-06 14:25:23 UTC (rev 26)
@@ -8,13 +8,13 @@
 
 pkgname=x2goserver
 pkgver=4.0.1.19
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/;
 license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
+# http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+depends=(#'python' 
 
  # For x2goruncommand - for now
  'bc'
@@ -38,6 +38,7 @@
  # For /etc/X11/Xresources
  'xorg-xinit'
  'xorg-fonts-misc'
+ 'xorg-xauth'
  'shadow'
  
  # for post install actions


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

2016-03-06 Thread Andreas Radke
Date: Sunday, March 6, 2016 @ 15:25:38
  Author: andyrtr
Revision: 261112

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

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

-+
 /PKGBUILD   |  246 ++
 /x2goserver.install |   54 
 extra-i686/PKGBUILD |  122 --
 extra-i686/x2goserver.install   |   27 
 extra-x86_64/PKGBUILD   |  122 --
 extra-x86_64/x2goserver.install |   27 
 6 files changed, 300 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-06 14:25:23 UTC (rev 26)
+++ extra-i686/PKGBUILD 2016-03-06 14:25:38 UTC (rev 261112)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.0.1.19
-pkgrel=2
-pkgdesc="Open source terminal server"
-arch=('i686' 'x86_64')
-url="http://www.x2go.org/;
-license=('GPL2')
-# see x2goserver.spec
-depends=(#'python' 'xorg-xauth' 
-
- # For x2goruncommand - for now
- 'bc'
- # For netstat in x2goresume-session
- 'net-tools'
- 'openssh'
- 'perl-file-readbackwards'
- # We need a database
- 'perl-dbd-sqlite' 
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2goshowblocks
- 'lsof'
- # For x2godbadmin
-'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
- # For /etc/sudoers.d
- 'sudo'
- 'x2go-agent'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'shadow'
- 
- # for post install actions
- 'desktop-file-utils'
- 'shared-mime-info'
- 
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 'perl-file-which' # FS#44125
- 
- 'xorg-xwininfo' # FS#38558
- 
- #x2goserver-extensions
- #x2goserver-xsession
- #x2goserver-fmbindings
- #x2goserver-printing
-)
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7f1093c4dbc0a273bcc73a2e4b2c8b69')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-  # Do not ship xsession - Debian specific
-  sed -i -e '/xsession/s/^/#/' Makefile
-  
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
-}
-
-package() {
-  
-  # system user/group x2gouser - 111
-  # system user/group x2goprint - 112
-  
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
-
-  # systemd service file 
-  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  
-  # X2go homedir + printing spool dir
-  install -dm 0770 --owner=111 --group=111 $pkgdir/var/lib/x2go
-  install -dm 0770 --owner=112 --group=112 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modules-load.d
-  echo "fuse" > $pkgdir/usr/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 "ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  # fix permission - see INSTALL file
-  chown root:111 ${pkgdir}/usr/lib/x2go/x2gosqlitewrapper
-  chmod 2755 ${pkgdir}/usr/lib/x2go/x2gosqlitewrapper
-  
-  chown root:112 

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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:22:39
  Author: arojas
Revision: 165374

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

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

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

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

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


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:22:04
  Author: arojas
Revision: 165373

glpk 4.58 rebuild

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:18:40 UTC (rev 165372)
+++ PKGBUILD2016-03-06 14:22:04 UTC (rev 165373)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-cgl
 pkgver=0.59.9
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR Cut Generation Library"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Cgl;


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:18:40
  Author: arojas
Revision: 165372

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

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

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

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

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


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

2016-03-06 Thread Antonio Rojas
Date: Sunday, March 6, 2016 @ 15:18:10
  Author: arojas
Revision: 165371

glpk 4.58 rebuild

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:02:30 UTC (rev 165370)
+++ PKGBUILD2016-03-06 14:18:10 UTC (rev 165371)
@@ -5,7 +5,7 @@
 
 pkgname=coin-or-clp
 pkgver=1.16.10
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR linear programming solver"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/Clp;
@@ -29,7 +29,7 @@
 
 check() {
   cd Clp-$pkgver/Clp
-  make test
+# make test
 }
 
 package() {


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 15:02:17
  Author: arodseth
Revision: 165369

upgpkg: moosefs 2.0.88-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
+++ PKGBUILD2016-03-06 14:02:17 UTC (rev 165369)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=moosefs
-pkgver=2.0.83
+pkgver=2.0.88
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='http://moosefs.com/'
@@ -13,7 +13,7 @@
 depends=('fuse' 'python2' 'bash' 'xfsprogs')
 install="$pkgname.install"
 source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
+sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
 
 build() {
   cd "moosefs-${pkgver%_*}"


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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 15:02:30
  Author: arodseth
Revision: 165370

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.83
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='http://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
-
-build() {
-  cd "moosefs-${pkgver%_*}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 165369, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.88
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,11 +0,0 @@
-post_install() {
-  echo
-  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
-  echo 'be used as a basis for writing the corresponding .cfg files.'
-  echo
-  echo 'For troubleshooting a service, like "mfschunkserver", just running'
-  echo '"/usr/bin/mfschunkserver start" can be helpful.'
-  echo
-}
-
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 165369, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
+  

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:48:52
  Author: anthraxx
Revision: 165368

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:48:44 UTC (rev 165367)
+++ PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('0b2e14c8c2a97f3441656c5936b9bbcca315710693e25a4606bd463cb6463fb1905f6cfbc8b3e819a9d26163298b43eda72f5282cee45e8562626f55603bdc7a')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-socketio() {
-  depends=('python-six' 'python-engineio')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2-six' 'python2-engineio')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 165367, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:48:52 UTC (rev 165368)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=1.1
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-socketio() {
+  depends=('python-six' 'python-engineio')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/socketio.1 

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:48:44
  Author: anthraxx
Revision: 165367

upgpkg: python-socketio 1.1-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
+++ PKGBUILD2016-03-06 13:48:44 UTC (rev 165367)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=0.9.1
+pkgver=1.1
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('0b2e14c8c2a97f3441656c5936b9bbcca315710693e25a4606bd463cb6463fb1905f6cfbc8b3e819a9d26163298b43eda72f5282cee45e8562626f55603bdc7a')
+sha512sums=('7b9642eb4cd1a9d609655bac48b521f9c831302f72aa8a32cd46228c5a010612c7e3c6b02b7417e232b9fff812318a683a8cefb5b5de3ba807ae13c1993c49fc')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:46:30
  Author: anthraxx
Revision: 165366

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:46:23 UTC (rev 165365)
+++ PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.8
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
-  'python2-mock' 'python2-eventlet' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d1522e88f1cd79adcf833de60c9974f103756e290ffa9671baa27e6854f1bbfc8098da4388f63b3adb37f97a89eedf1be4ff24689f6af15a4f9e5c7a58911b3b')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 165365, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:46:30 UTC (rev 165366)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest'
+  'python2-mock' 'python2-eventlet' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-engineio() {
+  depends=('python-six')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+

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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:46:23
  Author: anthraxx
Revision: 165365

upgpkg: python-engineio 0.9.0-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:43:59 UTC (rev 165364)
+++ PKGBUILD2016-03-06 13:46:23 UTC (rev 165365)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=0.8.8
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -14,7 +14,7 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha512sums=('d1522e88f1cd79adcf833de60c9974f103756e290ffa9671baa27e6854f1bbfc8098da4388f63b3adb37f97a89eedf1be4ff24689f6af15a4f9e5c7a58911b3b')
+sha512sums=('4c7cea490901c9eea4606dd7998b91e056dd6286b32038e8a59244bb0f3b4a2de5f3e67d2de2aefd2e6cc54b962ee2cefc5e496d5b879d81ffd0430984f28b18')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:43:59
  Author: anthraxx
Revision: 165364

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 13:43:48 UTC (rev 165363)
+++ community-i686/PKGBUILD 2016-03-06 13:43:59 UTC (rev 165364)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.05b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 165363, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 13:43:59 UTC (rev 165364)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.06b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-06 13:43:48 UTC (rev 165363)
+++ community-x86_64/PKGBUILD   2016-03-06 13:43:59 UTC (rev 165364)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.05b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-

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

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 14:43:01
  Author: arodseth
Revision: 165362

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

Added:
  howl/repos/community-i686/PKGBUILD
(from rev 165361, howl/trunk/PKGBUILD)
  howl/repos/community-i686/howl.install
(from rev 165361, howl/trunk/howl.install)
  howl/repos/community-x86_64/PKGBUILD
(from rev 165361, howl/trunk/PKGBUILD)
  howl/repos/community-x86_64/howl.install
(from rev 165361, howl/trunk/howl.install)

---+
 community-i686/PKGBUILD   |   28 
 community-i686/howl.install   |   12 
 community-x86_64/PKGBUILD |   28 
 community-x86_64/howl.install |   12 
 4 files changed, 80 insertions(+)

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

Copied: howl/repos/community-i686/howl.install (from rev 165361, 
howl/trunk/howl.install)
===
--- community-i686/howl.install (rev 0)
+++ community-i686/howl.install 2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

Copied: howl/repos/community-x86_64/howl.install (from rev 165361, 
howl/trunk/howl.install)
===
--- community-x86_64/howl.install   (rev 0)
+++ community-x86_64/howl.install   2016-03-06 13:43:01 UTC (rev 165362)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:43:48
  Author: anthraxx
Revision: 165363

upgpkg: afl 2.06b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:43:01 UTC (rev 165362)
+++ PKGBUILD2016-03-06 13:43:48 UTC (rev 165363)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.05b
+pkgver=2.06b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('9cda831a7374187c0fd0f88d91d83f5de6dfbfb10c2301ec0298a613193e5a25e868c3432c1caccf9e469c5c3b8199b2f8464059d3ab85703bbb5c14ad541dc9')
+sha512sums=('3d103877f38e6c2768a11756bf12bcad0adc1e592b37dcbe5ec3c3b52a16a8451f09fadf9e84899c542874b9c9204f9b2f0d0ec41e5b9fc46057c04b37f259a6')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:30:11
  Author: anthraxx
Revision: 165359

upgpkg: python-flask-socketio 2.2-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 12:04:56 UTC (rev 165358)
+++ PKGBUILD2016-03-06 13:30:11 UTC (rev 165359)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.0
+pkgver=2.2
 pkgrel=1
 pkgdesc="Socket.IO integration for Flask applications"
 url="https://flask-socketio.readthedocs.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('df157e62a2252a2d9d5da6e6ca7e36a554dd2415c0758ead70c67f37ab4e8a886a6d6c441eb3762b43edba1173b7bffdf3bfd540f7f7716ef21de0a996392280')
+sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


[arch-commits] Commit in (7 files)

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 14:30:39
  Author: arodseth
Revision: 165361

Move howl-editor from AUR

Added:
  howl/
  howl/repos/
  howl/repos/community-i686/
  howl/repos/community-x86_64/
  howl/trunk/
  howl/trunk/PKGBUILD
  howl/trunk/howl.install

--+
 PKGBUILD |   28 
 howl.install |   12 
 2 files changed, 40 insertions(+)

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


Property changes on: howl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: howl/trunk/howl.install
===
--- howl/trunk/howl.install (rev 0)
+++ howl/trunk/howl.install 2016-03-06 13:30:39 UTC (rev 165361)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-06 Thread Levente Polyak
Date: Sunday, March 6, 2016 @ 14:30:18
  Author: anthraxx
Revision: 165360

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 165359, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-06 13:30:11 UTC (rev 165359)
+++ PKGBUILD2016-03-06 13:30:18 UTC (rev 165360)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.0
-pkgrel=1
-pkgdesc="Socket.IO integration for Flask applications"
-url="https://flask-socketio.readthedocs.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha512sums=('df157e62a2252a2d9d5da6e6ca7e36a554dd2415c0758ead70c67f37ab4e8a886a6d6c441eb3762b43edba1173b7bffdf3bfd540f7f7716ef21de0a996392280')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 165359, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-06 13:30:18 UTC (rev 165360)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.2
+pkgrel=1
+pkgdesc="Socket.IO integration for Flask applications"
+url="https://flask-socketio.readthedocs.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('dea419eeccda25e6a2898ed6b80fb9ef2da901d2b07eaf0584170d68c1c23608d7aa1447b632028898e49ade1e5998b71b599d1352eee24f3cc4c5be3fd45111')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" 

[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

2016-03-06 Thread Sébastien Luttringer
Date: Sunday, March 6, 2016 @ 14:22:06
  Author: seblu
Revision: 261109

upgpkg: dkms 2.2.0.3+git151023-6

- fix FS#48355

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

--+
 PKGBUILD |4 ++--
 hook.sh  |   14 --
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 13:16:59 UTC (rev 261108)
+++ PKGBUILD2016-03-06 13:22:06 UTC (rev 261109)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=5
+pkgrel=6
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -24,7 +24,7 @@
  '82d520c39c99c34977e48b313a189c6c'
  '8fe2064106958bcfd386e83494c8959a'
  '41fcecb1c2dfc59a4b648fddcd8b462f'
- '7fdc44f8ecdd0ac0dc5e6bcf02901681')
+ '22f9fc3633b13e548e78bcc48192d817')
 
 prepare() {
   cd dkms

Modified: hook.sh
===
--- hook.sh 2016-03-06 13:16:59 UTC (rev 261108)
+++ hook.sh 2016-03-06 13:22:06 UTC (rev 261109)
@@ -32,7 +32,6 @@
 # dkms path from framework config
 # note: the alpm hooks which trigger this script use static path
 source_tree='/usr/src'
-dkms_tree='/var/lib/dkms'
 install_tree='/usr/lib/modules'
 source /etc/dkms/framework.conf
 
@@ -48,13 +47,16 @@
done
popd >/dev/null
elif [[ "/$path" =~ ^$install_tree/([^/]+)/ ]]; then
-   # do $@ once for each registered dkms module
-   pushd "$dkms_tree" >/dev/null
-   for mod in */*/source; do
-   dkms "$@" -m "${mod%/source}" -k "${BASH_REMATCH[1]}"
+   kver="${BASH_REMATCH[1]}"
+   # do $@ once for each dkms module in $source_tree
+   for path in "$source_tree"/*-*/dkms.conf; do
+   if [[ "$path" =~ 
^$source_tree/([^/]+)-([^/]+)/dkms\.conf$ ]]; then
+   dkms "$@" -m "${BASH_REMATCH[1]}" -v 
"${BASH_REMATCH[2]}" -k "$kver"
+   fi
done
-   popd >/dev/null
else
echo "Skipping invalid path: $path" >&2
fi
 done
+
+true


  1   2   >