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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:26:51
  Author: fyan
Revision: 160256

upgpkg: darcs 2.10.3-2

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 10:23:24 UTC (rev 160255)
+++ PKGBUILD2016-02-04 10:26:51 UTC (rev 160256)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-02-04 Thread Sébastien Luttringer
Date: Thursday, February 4, 2016 @ 12:59:28
  Author: seblu
Revision: 160317

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

Added:
  drbd-utils/repos/community-i686/PKGBUILD
(from rev 160316, drbd-utils/trunk/PKGBUILD)
  drbd-utils/repos/community-x86_64/PKGBUILD
(from rev 160316, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-i686/PKGBUILD
  drbd-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 11:59:13 UTC (rev 160316)
+++ community-i686/PKGBUILD 2016-02-04 11:59:28 UTC (rev 160317)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.5
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('197b56c27df329d42c54efda56634e09')
-
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---with-distro=generic \
---with-bashcompletion \
---with-udev \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---with-initscripttype=systemd \
---without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  # move /lib files under /usr/lib
-  cd "$pkgdir"
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-  # fix rights on systemd files
-  chmod 644 usr/lib/systemd/system/*
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-i686/PKGBUILD (from rev 160316, 
drbd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 11:59:28 UTC (rev 160317)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.6
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='http://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=("http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('76ed6d3190cd77b00890f3365353124b')
+
+#prepare() {
+#  # fix hardcoded path in udev rules
+#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--with-distro=generic \
+--with-bashcompletion \
+--with-udev \
+--without-rgmanager \
+--without-pacemaker \
+--without-heartbeat \
+--with-initscripttype=systemd \
+--without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  # move /lib files under /usr/lib
+  cd "$pkgdir"
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+
+  # fix rights on systemd files
+  chmod 644 usr/lib/systemd/system/*
+
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-04 11:59:13 UTC (rev 160316)
+++ community-x86_64/PKGBUILD   2016-02-04 11:59:28 UTC (rev 160317)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.5
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'

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

2016-02-04 Thread Sergej Pupykin
Date: Thursday, February 4, 2016 @ 12:15:13
  Author: spupykin
Revision: 160313

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

Added:
  lxcfs/repos/community-i686/PKGBUILD
(from rev 160312, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-i686/lxcfs.service
(from rev 160312, lxcfs/trunk/lxcfs.service)
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 160312, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 160312, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-i686/PKGBUILD
  lxcfs/repos/community-i686/lxcfs.service
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

+
 /PKGBUILD  |   70 +++
 /lxcfs.service |   30 
 community-i686/PKGBUILD|   35 ---
 community-i686/lxcfs.service   |   15 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/lxcfs.service |   15 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 11:14:56 UTC (rev 160312)
+++ community-i686/PKGBUILD 2016-02-04 11:15:13 UTC (rev 160313)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=0.17
-pkgrel=2
-pkgdesc="FUSE filesystem for LXC"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-md5sums=('7d91c0905a11d7e9d9848a65b17fba26'
- '6b90ba5680fffc0229599b8d0e4489b2')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 $pkgdir/var/lib/lxcfs
-install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-i686/PKGBUILD (from rev 160312, 
lxcfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 11:15:13 UTC (rev 160313)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=0.18
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+md5sums=('657a043e0fa4b4ac01f7e8768e944a88'
+ '6b90ba5680fffc0229599b8d0e4489b2')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 $pkgdir/var/lib/lxcfs
+install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
+}

Deleted: community-i686/lxcfs.service
===
--- community-i686/lxcfs.service2016-02-04 11:14:56 UTC (rev 160312)
+++ community-i686/lxcfs.service2016-02-04 11:15:13 UTC (rev 160313)
@@ -1,15 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-After=cgmanager.service
-Requires=cgmanager.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-i686/lxcfs.service (from rev 160312, 
lxcfs/trunk/lxcfs.service)
===
--- community-i686/lxcfs.service(rev 0)
+++ community-i686/lxcfs.service2016-02-04 11:15:13 UTC (rev 160313)
@@ -0,0 +1,15 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+After=cgmanager.service
+Requires=cgmanager.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target

Deleted: 

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

2016-02-04 Thread Sergej Pupykin
Date: Thursday, February 4, 2016 @ 12:14:56
  Author: spupykin
Revision: 160312

upgpkg: lxcfs 0.18-1

upd

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 10:33:00 UTC (rev 160311)
+++ PKGBUILD2016-02-04 11:14:56 UTC (rev 160312)
@@ -3,8 +3,8 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=0.17
-pkgrel=2
+pkgver=0.18
+pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/;
@@ -14,7 +14,7 @@
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-md5sums=('7d91c0905a11d7e9d9848a65b17fba26'
+md5sums=('657a043e0fa4b4ac01f7e8768e944a88'
  '6b90ba5680fffc0229599b8d0e4489b2')
 
 build() {


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

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 13:34:56
  Author: arojas
Revision: 160318

Update to 2.10.12

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 11:59:28 UTC (rev 160317)
+++ PKGBUILD2016-02-04 12:34:56 UTC (rev 160318)
@@ -4,18 +4,23 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.11
-pkgrel=2
+pkgver=2.10.12
+pkgrel=1
 pkgdesc="COIN-OR collection of utility classes"
 arch=(i686 x86_64)
 url="https://projects.coin-or.org/CoinUtils;
 license=(EPL)
 depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran)
+makedepends=(gcc-fortran doxygen)
 groups=(coin-or)
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('1502ee1a3d8076757100be943525acdc172de115')
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('ed4d131fa4309682595d50d6e513e90736e60c21')
 
+prepare() {
+# Fix soversion screwup
+  sed -e 's|coin_libversion=11:12:10|coin_libversion=13:12:10|' -i 
CoinUtils-$pkgver/CoinUtils/configure
+}
+
 build() {
   cd CoinUtils-$pkgver
 


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:07:06
  Author: fyan
Revision: 160253

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 160252, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 160252, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 160252, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 160252, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-ghc-mod.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-ghc-mod.install |   18 ++
 4 files changed, 158 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 160252, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 10:07:06 UTC (rev 160253)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=8
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install (from rev 
160252, ghc-mod/trunk/haskell-ghc-mod.install)
===
--- community-staging-i686/haskell-ghc-mod.install  
(rev 0)
+++ community-staging-i686/haskell-ghc-mod.install  2016-02-04 10:07:06 UTC 
(rev 160253)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-mod
+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: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 160252, 
ghc-mod/trunk/PKGBUILD)

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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:22:56
  Author: fyan
Revision: 160254

upgpkg: idris 0.10-5

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 10:07:06 UTC (rev 160253)
+++ PKGBUILD2016-02-04 10:22:56 UTC (rev 160254)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:23:24
  Author: fyan
Revision: 160255

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

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 160254, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 160254, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 160254, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 10:23:24 UTC (rev 160255)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=5
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 160254, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 10:23:24 UTC (rev 160255)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=5
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+

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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:06:38
  Author: fyan
Revision: 160252

upgpkg: ghc-mod 5.5.0.0-8

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:38:48 UTC (rev 160251)
+++ PKGBUILD2016-02-04 10:06:38 UTC (rev 160252)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 11:27:18
  Author: fyan
Revision: 160257

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

Added:
  darcs/repos/community-staging-i686/
  darcs/repos/community-staging-i686/PKGBUILD
(from rev 160256, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 160256, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 160256, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 10:27:18 UTC (rev 160257)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=2
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 160256, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 10:27:18 UTC (rev 160257)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=2
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r 

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

2016-02-04 Thread Sébastien Luttringer
Date: Thursday, February 4, 2016 @ 12:59:13
  Author: seblu
Revision: 160316

upgpkg: drbd-utils 8.9.6-1

Modified:
  drbd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 11:15:47 UTC (rev 160315)
+++ PKGBUILD2016-02-04 11:59:13 UTC (rev 160316)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd-utils
-pkgver=8.9.5
-pkgrel=2
+pkgver=8.9.6
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'
@@ -14,7 +14,7 @@
 replaces=('drbd')
 source=("http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('197b56c27df329d42c54efda56634e09')
+md5sums=('76ed6d3190cd77b00890f3365353124b')
 
 #prepare() {
 #  # fix hardcoded path in udev rules


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

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 13:35:31
  Author: arojas
Revision: 160319

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 12:34:56 UTC (rev 160318)
+++ community-i686/PKGBUILD 2016-02-04 12:35:31 UTC (rev 160319)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.11
-pkgrel=2
-pkgdesc="COIN-OR collection of utility classes"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/CoinUtils;
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran)
-groups=(coin-or)
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('1502ee1a3d8076757100be943525acdc172de115')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 160318, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 12:35:31 UTC (rev 160319)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.12
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils;
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz;)
+sha1sums=('ed4d131fa4309682595d50d6e513e90736e60c21')
+
+prepare() {
+# Fix soversion screwup
+  sed -e 's|coin_libversion=11:12:10|coin_libversion=13:12:10|' -i 
CoinUtils-$pkgver/CoinUtils/configure
+}
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-04 12:34:56 UTC (rev 160318)
+++ community-x86_64/PKGBUILD   2016-02-04 12:35:31 UTC (rev 160319)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: tikysal 
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.11
-pkgrel=2
-pkgdesc="COIN-OR collection of utility classes"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/CoinUtils;
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran)
-groups=(coin-or)
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('1502ee1a3d8076757100be943525acdc172de115')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 160318, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-04 12:35:31 UTC (rev 160319)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: tikysal 
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.12
+pkgrel=1

[arch-commits] Commit in jack2/trunk (PKGBUILD jack1compat.diff)

2016-02-04 Thread Ray Rashif
Date: Thursday, February 4, 2016 @ 22:03:39
  Author: schiv
Revision: 160347

upgpkg: jack2 1.9.10-4

jack1 compat fix; FS#47839

Added:
  jack2/trunk/jack1compat.diff
Modified:
  jack2/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 jack1compat.diff |   33 +
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 20:24:16 UTC (rev 160346)
+++ PKGBUILD2016-02-04 21:03:39 UTC (rev 160347)
@@ -9,7 +9,7 @@
 #pkgname= # single build (overrides split)
 _tarname=jack
 pkgver=1.9.10
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://jackaudio.org/;
 backup=(etc/security/limits.d/99-audio.conf)
@@ -17,10 +17,12 @@
 makedepends=('python2-dbus' 'libffado' 'celt' 'opus' 'libsamplerate')
 source=("https://dl.dropbox.com/u/28869550/jack-$pkgver.tar.bz2;
 '99-audio.conf'
-'40-hpet-permissions.rules')
+'40-hpet-permissions.rules'
+'jack1compat.diff')
 md5sums=('4aeb91d7ae0cabce98355436ed4f217a'
  'ae65b7c9ebe0fff6c918ba9d97ae342d'
- '471aad533ff56c5d3cbbf65ce32cadef')
+ '471aad533ff56c5d3cbbf65ce32cadef'
+ '8c367d60a6375ebacf0d53ad651a0486')
 
 _isbuild() {
   printf "%s\n" ${pkgname[@]} | grep -qx $1
@@ -52,6 +54,10 @@
   # TODO: report upstream, but redundant until github issue 22 resolves
   #sed -i 's:build/default/html:html:' $_tarname-$pkgver/wscript
 
+
+  # see https://bugs.archlinux.org/task/47839
+  (cd $_tarname-$pkgver && patch -Np1 -i $srcdir/jack1compat.diff)
+
   # we may do 2 different builds
   cp -r $_tarname-$pkgver $_tarname-dbus-$pkgver
 }

Added: jack1compat.diff
===
--- jack1compat.diff(rev 0)
+++ jack1compat.diff2016-02-04 21:03:39 UTC (rev 160347)
@@ -0,0 +1,33 @@
+diff --git a/common/jack/types.h b/common/jack/types.h
+index 094d407..2dccf34 100644
+--- a/common/jack/types.h
 b/common/jack/types.h
+@@ -403,10 +403,8 @@ typedef void (*JackPortConnectCallback)(jack_port_id_t a, 
jack_port_id_t b, int
+  * @param port the port that has been renamed
+  * @param new_name the new name
+  * @param arg pointer to a client supplied structure
+- *
+- * @return zero on success, non-zero on error
+  */
+-typedef int (*JackPortRenameCallback)(jack_port_id_t port, const char* 
old_name, const char* new_name, void *arg);
++typedef void (*JackPortRenameCallback)(jack_port_id_t port, const char* 
old_name, const char* new_name, void *arg);
+ 
+ /**
+  * Prototype for the client supplied function that is called
+diff --git a/tests/test.cpp b/tests/test.cpp
+index 750d152..8a8a811 100644
+--- a/tests/test.cpp
 b/tests/test.cpp
+@@ -186,11 +186,10 @@ void Jack_Client_Registration_Callback(const char* name, 
int val, void *arg)
+   client_register--;
+ }
+ 
+-int Jack_Port_Rename_Callback(jack_port_id_t port, const char* old_name, 
const char* new_name, void *arg)
++void Jack_Port_Rename_Callback(jack_port_id_t port, const char* old_name, 
const char* new_name, void *arg)
+ {
+  Log("Rename callback has been successfully called with old_name '%s' and 
new_name '%s'. (msg from callback)\n", old_name, new_name);
+  port_rename_clbk = 1;
+- return 0;
+ }
+ 
+ int Jack_Update_Buffer_Size(jack_nframes_t nframes, void *arg)


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

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 23:15:38
  Author: arojas
Revision: 258885

lensfun 0.3.2 rebuild, disable video slideshow since it doesn't build and never 
worked anyway

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 21:36:58 UTC (rev 258884)
+++ PKGBUILD2016-02-04 22:15:38 UTC (rev 258885)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
 pkgver=4.14.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,14 +13,19 @@
 url="http://www.digikam.org/;
 makedepends=('kdepimlibs4' 'libkexiv2_4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'liblqr'
  'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt4-gstreamer' 
'imagemagick' 'eigen' 
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 
 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki' 'clang')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   
lensfun-0.3.2.patch::"https://quickgit.kde.org/?p=digikam.git=commitdiff=0f15998=plain;)
+sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c'
+  'b2e262ea5060ad5ffd7d92d41a9badcea6e6c299')
 
 prepare() {
 # Fix compilation with clang
   sed -e '/fno-tree-pre/d' -i $pkgname-$pkgver/core/CMakeLists.txt
+# Fix build with lensfun 0.3.2
+  cd $pkgbase-$pkgver/core
+  patch -p1 -i "$srcdir"/lensfun-0.3.2.patch
 }
 
 build() {
@@ -68,7 +73,6 @@
   'libgpod: iPodExport plugin'
   'opencv: Remove Red Eyes plugin'
   'imagemagick: Video SlideShow plugin'
-  'qt4-gstreamer: Video SlideShow plugin'
  'hugin: panorama tools')
   options=('staticlibs')
   install=kipi-plugins.install


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

2016-02-04 Thread Daniel Micay
Date: Friday, February 5, 2016 @ 00:28:28
  Author: thestinger
Revision: 160350

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

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

+
 /PKGBUILD  |  632 
 /change-default-console-loglevel.patch |   22 
 /config|15752 +++
 /config.x86_64 |15158 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7876 ---
 community-i686/config.x86_64   | 7579 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7876 ---
 community-x86_64/config.x86_64 | 7579 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 31666 insertions(+), 31666 deletions(-)

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


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

2016-02-04 Thread Daniel Micay
Date: Friday, February 5, 2016 @ 00:27:29
  Author: thestinger
Revision: 160349

upgpkg: linux-grsec 4.3.5.201602032209-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 21:03:54 UTC (rev 160348)
+++ PKGBUILD2016-02-04 23:27:29 UTC (rev 160349)
@@ -9,7 +9,7 @@
 _srcname=linux-4.3
 _pkgver=4.3.5
 _grsecver=3.1
-_timestamp=201601311611
+_timestamp=201602032209
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '637b55eca2fe7b46cec0856bb60ce162a22b4d855e40fa0dff956561e70ce4ee'
 'SKIP'
-'799abb0db4c6260acb74880c0b00fa3fc234fc965785a950e96cfe9318359b04'
+'2abf13c431b2c44a89c870a62d8165630a670cb3da1d9642c2f676975d814ec3'
 'SKIP'
 '6beef54b29575e93d27f390857f8de92d21bc5c726671d24e182eefe54d541c6'
 'ccf8cde2be433a374e672c6cc5c4920e6b2d1541fab1183ea49258090c077d00'


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

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 23:17:15
  Author: arojas
Revision: 258886

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

Added:
  digikam/repos/testing-i686/
  digikam/repos/testing-i686/PKGBUILD
(from rev 258885, digikam/trunk/PKGBUILD)
  digikam/repos/testing-i686/digikam.install
(from rev 258885, digikam/trunk/digikam.install)
  digikam/repos/testing-i686/kipi-plugins.install
(from rev 258885, digikam/trunk/kipi-plugins.install)
  digikam/repos/testing-x86_64/
  digikam/repos/testing-x86_64/PKGBUILD
(from rev 258885, digikam/trunk/PKGBUILD)
  digikam/repos/testing-x86_64/digikam.install
(from rev 258885, digikam/trunk/digikam.install)
  digikam/repos/testing-x86_64/kipi-plugins.install
(from rev 258885, digikam/trunk/kipi-plugins.install)

-+
 testing-i686/PKGBUILD   |   93 ++
 testing-i686/digikam.install|   12 
 testing-i686/kipi-plugins.install   |   12 
 testing-x86_64/PKGBUILD |   93 ++
 testing-x86_64/digikam.install  |   12 
 testing-x86_64/kipi-plugins.install |   12 
 6 files changed, 234 insertions(+)

Copied: digikam/repos/testing-i686/PKGBUILD (from rev 258885, 
digikam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-04 22:17:15 UTC (rev 258886)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins')
+pkgver=4.14.0
+pkgrel=5
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/;
+makedepends=('kdepimlibs4' 'libkexiv2_4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'liblqr'
+ 'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2'
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 
+'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki' 'clang')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   
lensfun-0.3.2.patch::"https://quickgit.kde.org/?p=digikam.git=commitdiff=0f15998=plain;)
+sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c'
+  'b2e262ea5060ad5ffd7d92d41a9badcea6e6c299')
+
+prepare() {
+# Fix compilation with clang
+  sed -e '/fno-tree-pre/d' -i $pkgname-$pkgver/core/CMakeLists.txt
+# Fix build with lensfun 0.3.2
+  cd $pkgbase-$pkgver/core
+  patch -p1 -i "$srcdir"/lensfun-0.3.2.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_tests=OFF \
+-DCMAKE_C_COMPILER=clang # Fix build with flex 2.6
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs4' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi4' 'libkexiv2_4' 'libkdcraw4' 'libkface4' 'libkgeomap4' 
'lensfun' 
+  'libpgf' 'libbaloo4')
+  optdepends=('kipi-plugins: more tools and plugins')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR="${pkgdir}" install
+  cd ../../build/doc/digikam/digikam
+  make DESTDIR="${pkgdir}" install
+  cd ../showfoto
+  make DESTDIR="${pkgdir}" install
+  cd ../../../../build/po
+  make DESTDIR="${pkgdir}" install
+
+  # Put these in the relevant splitted packages
+  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
+  #rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap*.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'libkexiv2_4')
+  optdepends=('libkgeomap4: Geolocalize tool'
+  'libmediawiki: MediaWiki Export plugin'
+  'libkvkontakte: VKontakte.ru Exporter plugin'
+  'libgpod: iPodExport plugin'
+  'opencv: Remove Red Eyes plugin'
+  'imagemagick: Video SlideShow plugin'
+ 'hugin: panorama tools')
+  options=('staticlibs')
+  install=kipi-plugins.install
+
+  cd build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/po
+  make DESTDIR="${pkgdir}" install
+  # Put these in the relevant splitted packages
+  #rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap.mo
+  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+
+  

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

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 22:10:21
  Author: arojas
Revision: 258882

lensfun 0.3.2 rebuild

Modified:
  digikam/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 20:07:04 UTC (rev 258881)
+++ PKGBUILD2016-02-04 21:10:21 UTC (rev 258882)
@@ -7,7 +7,7 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.0.0-beta3
 pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-02-04 Thread Ray Rashif
Date: Thursday, February 4, 2016 @ 22:03:54
  Author: schiv
Revision: 160348

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

Added:
  jack2/repos/community-testing-i686/
  jack2/repos/community-testing-i686/40-hpet-permissions.rules
(from rev 160347, jack2/trunk/40-hpet-permissions.rules)
  jack2/repos/community-testing-i686/99-audio.conf
(from rev 160347, jack2/trunk/99-audio.conf)
  jack2/repos/community-testing-i686/PKGBUILD
(from rev 160347, jack2/trunk/PKGBUILD)
  jack2/repos/community-testing-i686/jack1compat.diff
(from rev 160347, jack2/trunk/jack1compat.diff)
  jack2/repos/community-testing-x86_64/
  jack2/repos/community-testing-x86_64/40-hpet-permissions.rules
(from rev 160347, jack2/trunk/40-hpet-permissions.rules)
  jack2/repos/community-testing-x86_64/99-audio.conf
(from rev 160347, jack2/trunk/99-audio.conf)
  jack2/repos/community-testing-x86_64/PKGBUILD
(from rev 160347, jack2/trunk/PKGBUILD)
  jack2/repos/community-testing-x86_64/jack1compat.diff
(from rev 160347, jack2/trunk/jack1compat.diff)

+
 community-testing-i686/40-hpet-permissions.rules   |2 
 community-testing-i686/99-audio.conf   |2 
 community-testing-i686/PKGBUILD|  134 +++
 community-testing-i686/jack1compat.diff|   33 
 community-testing-x86_64/40-hpet-permissions.rules |2 
 community-testing-x86_64/99-audio.conf |2 
 community-testing-x86_64/PKGBUILD  |  134 +++
 community-testing-x86_64/jack1compat.diff  |   33 
 8 files changed, 342 insertions(+)

Copied: jack2/repos/community-testing-i686/40-hpet-permissions.rules (from rev 
160347, jack2/trunk/40-hpet-permissions.rules)
===
--- community-testing-i686/40-hpet-permissions.rules
(rev 0)
+++ community-testing-i686/40-hpet-permissions.rules2016-02-04 21:03:54 UTC 
(rev 160348)
@@ -0,0 +1,2 @@
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"

Copied: jack2/repos/community-testing-i686/99-audio.conf (from rev 160347, 
jack2/trunk/99-audio.conf)
===
--- community-testing-i686/99-audio.conf(rev 0)
+++ community-testing-i686/99-audio.conf2016-02-04 21:03:54 UTC (rev 
160348)
@@ -0,0 +1,2 @@
+@audio - rtprio99
+@audio - memlock   unlimited

Copied: jack2/repos/community-testing-i686/PKGBUILD (from rev 160347, 
jack2/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-04 21:03:54 UTC (rev 160348)
@@ -0,0 +1,134 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Daniele Paolella 
+# Contributor: Philipp Überbacher 
+# Contributor: Thomas Bahn 
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+#pkgname= # single build (overrides split)
+_tarname=jack
+pkgver=1.9.10
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://jackaudio.org/;
+backup=(etc/security/limits.d/99-audio.conf)
+license=('GPL')
+makedepends=('python2-dbus' 'libffado' 'celt' 'opus' 'libsamplerate')
+source=("https://dl.dropbox.com/u/28869550/jack-$pkgver.tar.bz2;
+'99-audio.conf'
+'40-hpet-permissions.rules'
+'jack1compat.diff')
+md5sums=('4aeb91d7ae0cabce98355436ed4f217a'
+ 'ae65b7c9ebe0fff6c918ba9d97ae342d'
+ '471aad533ff56c5d3cbbf65ce32cadef'
+ '8c367d60a6375ebacf0d53ad651a0486')
+
+_isbuild() {
+  printf "%s\n" ${pkgname[@]} | grep -qx $1
+}
+
+_pyfix() {
+  sed -i 's:bin/env python:bin/env python2:' \
+"$pkgdir/usr/bin/jack_control"
+}
+
+_wafconf() {
+  python2 waf configure --prefix=/usr \
+--alsa \
+--firewire $@
+
+  # not building with doxygen
+  # see https://github.com/jackaudio/jack2/issues/22
+}
+
+prepare() {
+  cd "$srcdir"
+
+  # Some optimisation bug exists for current GCC
+  # see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663
+  #export CFLAGS="${CFLAGS/-O[0-9]/-O0}"
+  #export CXXFLAGS="$CFLAGS"
+
+  # fix doxygen building
+  # TODO: report upstream, but redundant until github issue 22 resolves
+  #sed -i 's:build/default/html:html:' $_tarname-$pkgver/wscript
+
+
+  # see https://bugs.archlinux.org/task/47839
+  (cd $_tarname-$pkgver && patch -Np1 -i $srcdir/jack1compat.diff)
+
+  # we may do 2 different builds
+  cp -r $_tarname-$pkgver $_tarname-dbus-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+
+  # mixed dbus/classic build
+  if _isbuild jack2; then
+cd $_tarname-$pkgver
+msg2 "Running Mixed D-Bus/Classic build"
+_wafconf --classic --dbus
+python2 waf build $MAKEFLAGS
+cd ..
+  fi
+
+  # dbus-ONLY 

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:33:21
  Author: fyan
Revision: 160381

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 07:32:55 UTC (rev 160380)
+++ community-i686/PKGBUILD 2016-02-05 07:33:21 UTC (rev 160381)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-i686/PKGBUILD (from rev 160380, 
libbson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 07:33:21 UTC (rev 160381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-05 07:32:55 UTC (rev 160380)
+++ community-x86_64/PKGBUILD   2016-02-05 07:33:21 UTC (rev 160381)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 160380, 
libbson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-05 07:33:21 UTC (rev 160381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in (5 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:40:34
  Author: fyan
Revision: 160382

addpkg: haskell-monad-par-extras 0.3.3-1

Added:
  haskell-monad-par-extras/
  haskell-monad-par-extras/repos/
  haskell-monad-par-extras/trunk/
  haskell-monad-par-extras/trunk/PKGBUILD
  haskell-monad-par-extras/trunk/haskell-monad-par-extras.install

--+
 PKGBUILD |   42 +
 haskell-monad-par-extras.install |   18 +++
 2 files changed, 60 insertions(+)

Added: haskell-monad-par-extras/trunk/PKGBUILD
===
--- haskell-monad-par-extras/trunk/PKGBUILD (rev 0)
+++ haskell-monad-par-extras/trunk/PKGBUILD 2016-02-05 07:40:34 UTC (rev 
160382)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par-extras
+pkgname=haskell-monad-par-extras
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Combinators and extra features for Par monads"
+url="https://github.com/simonmar/monad-par;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-abstract-par" "haskell-cereal" "haskell-mtl" 
"haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e21e33190bc248afa4ae467287ac37d24037ef3de6050c44fd85b52f4d5b842e')
+
+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-monad-par-extras/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-monad-par-extras/trunk/haskell-monad-par-extras.install
===
--- haskell-monad-par-extras/trunk/haskell-monad-par-extras.install 
(rev 0)
+++ haskell-monad-par-extras/trunk/haskell-monad-par-extras.install 
2016-02-05 07:40:34 UTC (rev 160382)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-par-extras
+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 haskell-monad-par-extras/repos (6 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:40:58
  Author: fyan
Revision: 160383

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

Added:
  haskell-monad-par-extras/repos/community-i686/
  haskell-monad-par-extras/repos/community-i686/PKGBUILD
(from rev 160382, haskell-monad-par-extras/trunk/PKGBUILD)
  haskell-monad-par-extras/repos/community-i686/haskell-monad-par-extras.install
(from rev 160382, 
haskell-monad-par-extras/trunk/haskell-monad-par-extras.install)
  haskell-monad-par-extras/repos/community-x86_64/
  haskell-monad-par-extras/repos/community-x86_64/PKGBUILD
(from rev 160382, haskell-monad-par-extras/trunk/PKGBUILD)
  
haskell-monad-par-extras/repos/community-x86_64/haskell-monad-par-extras.install
(from rev 160382, 
haskell-monad-par-extras/trunk/haskell-monad-par-extras.install)

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

Copied: haskell-monad-par-extras/repos/community-i686/PKGBUILD (from rev 
160382, haskell-monad-par-extras/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 07:40:58 UTC (rev 160383)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par-extras
+pkgname=haskell-monad-par-extras
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Combinators and extra features for Par monads"
+url="https://github.com/simonmar/monad-par;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-abstract-par" "haskell-cereal" "haskell-mtl" 
"haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e21e33190bc248afa4ae467287ac37d24037ef3de6050c44fd85b52f4d5b842e')
+
+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-monad-par-extras/repos/community-i686/haskell-monad-par-extras.install 
(from rev 160382, 
haskell-monad-par-extras/trunk/haskell-monad-par-extras.install)
===
--- community-i686/haskell-monad-par-extras.install 
(rev 0)
+++ community-i686/haskell-monad-par-extras.install 2016-02-05 07:40:58 UTC 
(rev 160383)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-par-extras
+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-monad-par-extras/repos/community-x86_64/PKGBUILD (from rev 
160382, haskell-monad-par-extras/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-05 07:40:58 UTC (rev 160383)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par-extras
+pkgname=haskell-monad-par-extras
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Combinators and extra features for Par monads"
+url="https://github.com/simonmar/monad-par;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-abstract-par" 

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:48:30
  Author: fyan
Revision: 160384

upgpkg: libmongoc 1.3.3-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 07:40:58 UTC (rev 160383)
+++ PKGBUILD2016-02-05 07:48:30 UTC (rev 160384)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:48:59
  Author: fyan
Revision: 160385

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 07:48:30 UTC (rev 160384)
+++ community-i686/PKGBUILD 2016-02-05 07:48:59 UTC (rev 160385)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-_mongod_run() {
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
-mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-"$@"
-kill $(cat "$srcdir/mongo_tmp.pid")
-}
-
-cd "$srcdir/mongo-c-driver"
-_mongod_run make test
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-i686/PKGBUILD (from rev 160384, 
libmongoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 07:48:59 UTC (rev 160385)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+_mongod_run() {
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
+mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
+ --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
+
+"$@"
+kill $(cat "$srcdir/mongo_tmp.pid")
+}
+
+cd "$srcdir/mongo-c-driver"
+_mongod_run make test
+}
+
+package() {
+cd "$srcdir/mongo-c-driver"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-05 07:48:30 UTC (rev 160384)
+++ community-x86_64/PKGBUILD   2016-02-05 07:48:59 UTC (rev 160385)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-_mongod_run() {
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-[[ "$CARCH" == "i686" ]] && _dbengine="--storageEngine=mmapv1"
-mongod --bind_ip localhost --port 27017 --dbpath "$srcdir/mongo_tmp" 
--journal $_dbengine \
-   

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:12:06
  Author: fyan
Revision: 160377

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

Added:
  haskell-abstract-deque/repos/community-i686/
  haskell-abstract-deque/repos/community-i686/PKGBUILD
(from rev 160376, haskell-abstract-deque/trunk/PKGBUILD)
  haskell-abstract-deque/repos/community-i686/haskell-abstract-deque.install
(from rev 160376, 
haskell-abstract-deque/trunk/haskell-abstract-deque.install)
  haskell-abstract-deque/repos/community-x86_64/
  haskell-abstract-deque/repos/community-x86_64/PKGBUILD
(from rev 160376, haskell-abstract-deque/trunk/PKGBUILD)
  haskell-abstract-deque/repos/community-x86_64/haskell-abstract-deque.install
(from rev 160376, 
haskell-abstract-deque/trunk/haskell-abstract-deque.install)

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

Copied: haskell-abstract-deque/repos/community-i686/PKGBUILD (from rev 160376, 
haskell-abstract-deque/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 07:12:06 UTC (rev 160377)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-deque
+pkgname=haskell-abstract-deque
+pkgver=0.3
+pkgrel=1
+pkgdesc="Abstract, parameterized interface to mutable Deques."
+url="https://github.com/rrnewton/haskell-lockfree/wiki;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2')
+
+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-usecas
+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-abstract-deque/repos/community-i686/haskell-abstract-deque.install 
(from rev 160376, haskell-abstract-deque/trunk/haskell-abstract-deque.install)
===
--- community-i686/haskell-abstract-deque.install   
(rev 0)
+++ community-i686/haskell-abstract-deque.install   2016-02-05 07:12:06 UTC 
(rev 160377)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-abstract-deque
+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-abstract-deque/repos/community-x86_64/PKGBUILD (from rev 
160376, haskell-abstract-deque/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-05 07:12:06 UTC (rev 160377)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-deque
+pkgname=haskell-abstract-deque
+pkgver=0.3
+pkgrel=1
+pkgdesc="Abstract, parameterized interface to mutable Deques."
+url="https://github.com/rrnewton/haskell-lockfree/wiki;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-random")
+options=('staticlibs')

[arch-commits] Commit in (5 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:11:30
  Author: fyan
Revision: 160376

addpkg: haskell-abstract-deque 0.3-1

Added:
  haskell-abstract-deque/
  haskell-abstract-deque/repos/
  haskell-abstract-deque/trunk/
  haskell-abstract-deque/trunk/PKGBUILD
  haskell-abstract-deque/trunk/haskell-abstract-deque.install

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

Added: haskell-abstract-deque/trunk/PKGBUILD
===
--- haskell-abstract-deque/trunk/PKGBUILD   (rev 0)
+++ haskell-abstract-deque/trunk/PKGBUILD   2016-02-05 07:11:30 UTC (rev 
160376)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-deque
+pkgname=haskell-abstract-deque
+pkgver=0.3
+pkgrel=1
+pkgdesc="Abstract, parameterized interface to mutable Deques."
+url="https://github.com/rrnewton/haskell-lockfree/wiki;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-random")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2')
+
+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-usecas
+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-abstract-deque/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-abstract-deque/trunk/haskell-abstract-deque.install
===
--- haskell-abstract-deque/trunk/haskell-abstract-deque.install 
(rev 0)
+++ haskell-abstract-deque/trunk/haskell-abstract-deque.install 2016-02-05 
07:11:30 UTC (rev 160376)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-abstract-deque
+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 libindi/repos (4 files)

2016-02-04 Thread Antonio Rojas
Date: Friday, February 5, 2016 @ 08:50:21
  Author: arojas
Revision: 258894

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-05 07:49:51 UTC (rev 258893)
+++ extra-i686/PKGBUILD 2016-02-05 07:50:21 UTC (rev 258894)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_$pkgver.tar.gz;)
-md5sums=('0002e231177e382e1aacd6369044db22')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 258893, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-05 07:50:21 UTC (rev 258894)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
+md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}_$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-05 07:49:51 UTC (rev 258893)
+++ extra-x86_64/PKGBUILD   2016-02-05 07:50:21 UTC (rev 258894)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_$pkgver.tar.gz;)
-md5sums=('0002e231177e382e1aacd6369044db22')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 258893, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-05 07:50:21 UTC (rev 258894)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+

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

2016-02-04 Thread Antonio Rojas
Date: Friday, February 5, 2016 @ 08:49:51
  Author: arojas
Revision: 258893

Update to 1.2.0

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 04:25:52 UTC (rev 258892)
+++ PKGBUILD2016-02-05 07:49:51 UTC (rev 258893)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
 license=(GPL2)
@@ -12,8 +12,8 @@
 arch=(i686 x86_64)
 depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
 makedepends=(cmake boost)
-source=("http://www.indilib.org/jdownloads/Source/${pkgname}_$pkgver.tar.gz;)
-md5sums=('0002e231177e382e1aacd6369044db22')
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
+md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in (5 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:31:19
  Author: fyan
Revision: 160378

addpkg: haskell-abstract-par 0.3.3-1

Added:
  haskell-abstract-par/
  haskell-abstract-par/repos/
  haskell-abstract-par/trunk/
  haskell-abstract-par/trunk/PKGBUILD
  haskell-abstract-par/trunk/haskell-abstract-par.install

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

Added: haskell-abstract-par/trunk/PKGBUILD
===
--- haskell-abstract-par/trunk/PKGBUILD (rev 0)
+++ haskell-abstract-par/trunk/PKGBUILD 2016-02-05 07:31:19 UTC (rev 160378)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-par
+_licensefile=LICENSE
+pkgname=haskell-abstract-par
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Type classes generalizing the functionality of the \'monad-par\' 
library."
+url="https://github.com/simonmar/monad-par;
+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=('248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860')
+
+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-abstract-par/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-abstract-par/trunk/haskell-abstract-par.install
===
--- haskell-abstract-par/trunk/haskell-abstract-par.install 
(rev 0)
+++ haskell-abstract-par/trunk/haskell-abstract-par.install 2016-02-05 
07:31:19 UTC (rev 160378)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-abstract-par
+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 haskell-abstract-par/repos (6 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:32:00
  Author: fyan
Revision: 160379

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

Added:
  haskell-abstract-par/repos/community-i686/
  haskell-abstract-par/repos/community-i686/PKGBUILD
(from rev 160378, haskell-abstract-par/trunk/PKGBUILD)
  haskell-abstract-par/repos/community-i686/haskell-abstract-par.install
(from rev 160378, haskell-abstract-par/trunk/haskell-abstract-par.install)
  haskell-abstract-par/repos/community-x86_64/
  haskell-abstract-par/repos/community-x86_64/PKGBUILD
(from rev 160378, haskell-abstract-par/trunk/PKGBUILD)
  haskell-abstract-par/repos/community-x86_64/haskell-abstract-par.install
(from rev 160378, haskell-abstract-par/trunk/haskell-abstract-par.install)

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

Copied: haskell-abstract-par/repos/community-i686/PKGBUILD (from rev 160378, 
haskell-abstract-par/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 07:32:00 UTC (rev 160379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-par
+_licensefile=LICENSE
+pkgname=haskell-abstract-par
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Type classes generalizing the functionality of the \'monad-par\' 
library."
+url="https://github.com/simonmar/monad-par;
+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=('248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860')
+
+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-abstract-par/repos/community-i686/haskell-abstract-par.install 
(from rev 160378, haskell-abstract-par/trunk/haskell-abstract-par.install)
===
--- community-i686/haskell-abstract-par.install (rev 0)
+++ community-i686/haskell-abstract-par.install 2016-02-05 07:32:00 UTC (rev 
160379)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-abstract-par
+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-abstract-par/repos/community-x86_64/PKGBUILD (from rev 160378, 
haskell-abstract-par/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-05 07:32:00 UTC (rev 160379)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=abstract-par
+_licensefile=LICENSE
+pkgname=haskell-abstract-par
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Type classes generalizing the functionality of the \'monad-par\' 
library."
+url="https://github.com/simonmar/monad-par;
+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;)

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 08:32:55
  Author: fyan
Revision: 160380

upgpkg: libbson 1.3.3-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 07:32:00 UTC (rev 160379)
+++ PKGBUILD2016-02-05 07:32:55 UTC (rev 160380)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:39:03
  Author: fyan
Revision: 160358

upgpkg: python-dockerpty 0.4.1-1

Modified:
  python-dockerpty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:22:58 UTC (rev 160357)
+++ PKGBUILD2016-02-05 02:39:03 UTC (rev 160358)
@@ -4,7 +4,7 @@
 # Contributor: Vincent Demeester 
 
 pkgname=(python-dockerpty python2-dockerpty)
-pkgver=0.3.4
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Python library to use the pseudo-tty of a docker container"
 arch=('any')


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:39:19
  Author: fyan
Revision: 160359

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 02:39:03 UTC (rev 160358)
+++ PKGBUILD2016-02-05 02:39:19 UTC (rev 160359)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-
-pkgname=(python-dockerpty python2-dockerpty)
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="Python library to use the pseudo-tty of a docker container"
-arch=('any')
-license=('Apache')
-url="https://github.com/d11wtq/dockerpty;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-docker-py' 
'python2-docker-py'
- 'python-six' 'python2-six' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-expects' 
'python2-expects')
-source=("git+https://github.com/d11wtq/dockerpty.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a dockerpty{,-py2}
-}
-
-build() {
-  cd "$srcdir/dockerpty"
-  python setup.py build
-
-  cd "$srcdir/dockerpty-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/dockerpty"
-  py.test
-
-  cd "$srcdir/dockerpty-py2"
-  py.test2
-}
-
-package_python-dockerpty() {
-  depends=('python-six' 'python-docker-py')
-
-  cd dockerpty
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-dockerpty() {
-  depends=('python2-six' 'python2-docker-py')
-
-  cd dockerpty-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-dockerpty/repos/community-any/PKGBUILD (from rev 160358, 
python-dockerpty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-05 02:39:19 UTC (rev 160359)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+
+pkgname=(python-dockerpty python2-dockerpty)
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Python library to use the pseudo-tty of a docker container"
+arch=('any')
+license=('Apache')
+url="https://github.com/d11wtq/dockerpty;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-docker-py' 
'python2-docker-py'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-expects' 
'python2-expects')
+source=("git+https://github.com/d11wtq/dockerpty.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a dockerpty{,-py2}
+}
+
+build() {
+  cd "$srcdir/dockerpty"
+  python setup.py build
+
+  cd "$srcdir/dockerpty-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/dockerpty"
+  py.test
+
+  cd "$srcdir/dockerpty-py2"
+  py.test2
+}
+
+package_python-dockerpty() {
+  depends=('python-six' 'python-docker-py')
+
+  cd dockerpty
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-dockerpty() {
+  depends=('python2-six' 'python2-docker-py')
+
+  cd dockerpty-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:53:08
  Author: fyan
Revision: 160364

addpkg: python-cached-property 1.3.0-1

Added:
  python-cached-property/
  python-cached-property/repos/
  python-cached-property/trunk/
  python-cached-property/trunk/PKGBUILD

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

Added: python-cached-property/trunk/PKGBUILD
===
--- python-cached-property/trunk/PKGBUILD   (rev 0)
+++ python-cached-property/trunk/PKGBUILD   2016-02-05 02:53:08 UTC (rev 
160364)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cached-property
+pkgname=('python-cached-property' 'python2-cached-property')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A decorator for caching properties in classes"
+arch=('any')
+license=('BSD')
+url="https://github.com/pydanny/cached-property;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun')
+source=("git+https://github.com/pydanny/cached-property.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a cached-property{,-py2}
+}
+
+build() {
+  cd "$srcdir/cached-property"
+  python setup.py build
+
+  cd "$srcdir/cached-property-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/cached-property"
+  py.test
+
+  cd "$srcdir/cached-property-py2"
+  py.test2
+}
+
+package_python-cached-property() {
+  depends=('python')
+
+  cd cached-property
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cached-property() {
+  depends=('python2')
+
+  cd cached-property-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 04:08:30
  Author: fyan
Revision: 160370

upgpkg: pcre2 10.21-1

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 03:01:02 UTC (rev 160369)
+++ PKGBUILD2016-02-05 03:08:30 UTC (rev 160370)
@@ -7,7 +7,7 @@
 # Contributor: John Proctor 
 
 pkgname=pcre2
-pkgver=10.20
+pkgver=10.21
 pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('dcd027c57ecfdc8a6c3af9d0acf5e3f7')
+md5sums=('e79460519f916e3fcb204e59714bfd4a')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 04:08:55
  Author: fyan
Revision: 160371

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 03:08:30 UTC (rev 160370)
+++ community-i686/PKGBUILD 2016-02-05 03:08:55 UTC (rev 160371)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
-# Based on the pcre package by Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre2
-pkgver=10.20
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('dcd027c57ecfdc8a6c3af9d0acf5e3f7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-pcre2-16 \
---enable-pcre2-32 \
---enable-jit \
---enable-pcre2grep-libz \
---enable-pcre2grep-libbz2 \
---enable-pcre2test-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre2/repos/community-i686/PKGBUILD (from rev 160370, 
pcre2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 03:08:55 UTC (rev 160371)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.21
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
+md5sums=('e79460519f916e3fcb204e59714bfd4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-05 03:08:30 UTC (rev 160370)
+++ community-x86_64/PKGBUILD   2016-02-05 03:08:55 UTC (rev 160371)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
-# Based on the pcre package by Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre2
-pkgver=10.20
-pkgrel=1
-pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('dcd027c57ecfdc8a6c3af9d0acf5e3f7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-pcre2-16 \
---enable-pcre2-32 \
---enable-jit \
---enable-pcre2grep-libz \
---enable-pcre2grep-libbz2 \
---enable-pcre2test-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 04:09:21
  Author: fyan
Revision: 160372

upgpkg: ghc-mod 5.5.0.0-9

rebuild with hlint-1.9.28

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 03:08:55 UTC (rev 160371)
+++ PKGBUILD2016-02-05 03:09:21 UTC (rev 160372)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:58:41
  Author: fyan
Revision: 160367

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

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 160366, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 160366, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 160366, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 160366, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   86 +++
 /remove-requires-upper-bound.patch |   58 
 community-i686/PKGBUILD|   43 -
 community-i686/remove-requires-upper-bound.patch   |   27 -
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/remove-requires-upper-bound.patch |   27 -
 6 files changed, 144 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 02:58:15 UTC (rev 160366)
+++ community-i686/PKGBUILD 2016-02-05 02:58:41 UTC (rev 160367)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
-'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 160366, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 02:58:41 UTC (rev 160367)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
+'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 

[arch-commits] Commit in bind/repos (40 files)

2016-02-04 Thread Sébastien Luttringer
Date: Friday, February 5, 2016 @ 01:51:30
  Author: seblu
Revision: 25

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 258887, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 258887, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 258887, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 258887, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 258887, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 258887, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 258887, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 258887, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 258887, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 258887, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 258887, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 258887, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 258887, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 258887, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 258887, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 258887, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 258887, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 258887, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 258887, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 258887, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  234 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  117 ---
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  117 ---
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 508 insertions(+), 508 deletions(-)

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


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

2016-02-04 Thread Sébastien Luttringer
Date: Friday, February 5, 2016 @ 01:50:57
  Author: seblu
Revision: 258887

upgpkg: bind 9.10.3.P3-3

- missing deps in packages

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 22:17:15 UTC (rev 258886)
+++ PKGBUILD2016-02-05 00:50:57 UTC (rev 258887)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.10.3-P3
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -67,7 +67,7 @@
 package_bind() {
   pkgdesc='The ISC DNS Server'
   provides=('dns-server')
-  depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'bind-tools')
+  depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'bind-tools' 'json-c')
   backup=('etc/named.conf'
   'var/named/127.0.0.zone'
   'var/named/localhost.zone'
@@ -99,7 +99,7 @@
 package_bind-tools() {
   pkgdesc='The ISC DNS tools'
   depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl'
-'readline' 'geoip' 'idnkit' 'dnssec-anchors')
+'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
   optdepends=('python: for python scripts')
   conflicts=('dnsutils')
   replaces=('dnsutils' 'host')


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:00:39
  Author: fyan
Revision: 160352

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 160351, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 160351, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 160351, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 160351, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 160351, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 160351, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 160351, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-02-05 01:59:58 UTC (rev 160351)
+++ LICENSE 2016-02-05 02:00:39 UTC (rev 160352)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 160351, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-02-05 02:00:39 UTC (rev 160352)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 01:59:58 UTC (rev 160351)
+++ PKGBUILD2016-02-05 02:00:39 UTC (rev 160352)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.646
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 02:59:58
  Author: fyan
Revision: 160351

upgpkg: jenkins 1.647-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 23:28:28 UTC (rev 160350)
+++ PKGBUILD2016-02-05 01:59:58 UTC (rev 160351)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.646
+pkgver=1.647
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('b67f0dc90b8f58fed51490e850a4cf281e20501fefe42c4293d7721f8b658c210463f62d1acd72d8d5bc172616e6435f1633c52ccda35f8f16886581abea70c3'
+sha512sums=('cf8130453b52a19d6fa1f54a6676496f7d3ffe2a0793fe2b95ecb9296ab0bae831aebb5d3af81d8e7ee5c51e0942f315ba3c720be09e31e6c0d7e1a972bb6c29'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in docker-compose/trunk (2 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:58:15
  Author: fyan
Revision: 160366

upgpkg: docker-compose 1.6.0-1

Modified:
  docker-compose/trunk/PKGBUILD
  docker-compose/trunk/remove-requires-upper-bound.patch

---+
 PKGBUILD  |   10 +-
 remove-requires-upper-bound.patch |   10 ++
 2 files changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:54:14 UTC (rev 160365)
+++ PKGBUILD2016-02-05 02:58:15 UTC (rev 160366)
@@ -5,19 +5,19 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
 url="https://www.docker.com/;
 depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
  'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema')
+ 'python-jsonschema' 'python-cached-property')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
 "remove-requires-upper-bound.patch")
 license=("BSD")
-sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
-'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
+sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
+'2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
 
 [[ "$CARCH" == "x86_64" ]] && depends+=('docker')
 

Modified: remove-requires-upper-bound.patch
===
--- remove-requires-upper-bound.patch   2016-02-05 02:54:14 UTC (rev 160365)
+++ remove-requires-upper-bound.patch   2016-02-05 02:58:15 UTC (rev 160366)
@@ -4,22 +4,24 @@
  
  
  install_requires = [
+-'cached-property >= 1.2.0, < 2',
 -'docopt >= 0.6.1, < 0.7',
 -'PyYAML >= 3.10, < 4',
 -'requests >= 2.6.1, < 2.8',
 -'texttable >= 0.8.1, < 0.9',
 -'websocket-client >= 0.32.0, < 1.0',
--'docker-py >= 1.5.0, < 2',
--'dockerpty >= 0.3.4, < 0.4',
+-'docker-py >= 1.7.0, < 2',
+-'dockerpty >= 0.4.1, < 0.5',
 -'six >= 1.3.0, < 2',
 -'jsonschema >= 2.5.1, < 3',
++'cached-property >= 1.2.0',
 +'docopt >= 0.6.1',
 +'PyYAML >= 3.10',
 +'requests >= 2.6.1',
 +'texttable >= 0.8.1',
 +'websocket-client >= 0.32.0',
-+'docker-py >= 1.3.1',
-+'dockerpty >= 0.3.4',
++'docker-py >= 1.7.0',
++'dockerpty >= 0.4.1',
 +'six >= 1.3.0',
 +'jsonschema >= 2.5.1',
  ]


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:42:11
  Author: fyan
Revision: 160360

upgpkg: npm 3.7.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:39:19 UTC (rev 160359)
+++ PKGBUILD2016-02-05 02:42:11 UTC (rev 160360)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.6.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:42:27
  Author: fyan
Revision: 160361

archrelease: copy trunk to community-any

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

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

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

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


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:52:11
  Author: fyan
Revision: 160362

upgpkg: hlint 1.9.28-1

Modified:
  hlint/trunk/PKGBUILD
Deleted:
  hlint/trunk/hlint.install

---+
 PKGBUILD  |4 ++--
 hlint.install |   18 --
 2 files changed, 2 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:42:27 UTC (rev 160361)
+++ PKGBUILD2016-02-05 02:52:11 UTC (rev 160362)
@@ -4,7 +4,7 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.27
+pkgver=1.9.28
 pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
@@ -14,7 +14,7 @@
  "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
  "haskell-refact")
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('3e467fdd5ce0283f4513055230ef2ea3672a2b33469d8c73780ed240f23cdf6d')
+sha256sums=('eb06658a19c362a1f522dc495a6d5e5a90af68cefbcc178713aa8ee0a4c7f710')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"

Deleted: hlint.install
===
--- hlint.install   2016-02-05 02:42:27 UTC (rev 160361)
+++ hlint.install   2016-02-05 02:52:11 UTC (rev 160362)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/hlint
-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 ghc-mod/repos (8 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 04:09:48
  Author: fyan
Revision: 160373

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

Added:
  ghc-mod/repos/community-i686/PKGBUILD
(from rev 160372, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
(from rev 160372, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-x86_64/PKGBUILD
(from rev 160372, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install
(from rev 160372, ghc-mod/trunk/haskell-ghc-mod.install)
Deleted:
  ghc-mod/repos/community-i686/PKGBUILD
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
  ghc-mod/repos/community-x86_64/PKGBUILD
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install

--+
 /PKGBUILD|  122 +
 /haskell-ghc-mod.install |   36 
 community-i686/PKGBUILD  |   61 --
 community-i686/haskell-ghc-mod.install   |   18 
 community-x86_64/PKGBUILD|   61 --
 community-x86_64/haskell-ghc-mod.install |   18 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 03:09:21 UTC (rev 160372)
+++ community-i686/PKGBUILD 2016-02-05 03:09:48 UTC (rev 160373)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.5.0.0
-pkgrel=8
-pkgdesc="Happy Haskell Programming"
-url="http://www.mew.org/~kazu/proj/ghc-mod/;
-license=("AGPL3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
- "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
- "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
- "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
- "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
- "haskell-transformers-base")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---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_ghc-mod() {
-depends=('cabal-helper' 'ghc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-
-install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
-}
-
-package_haskell-ghc-mod() {
-pkgdesc="Happy Haskell Programming (docs and libraries)"
-depends=("${makedepends[@]}" 'ghc-mod')
-install="haskell-ghc-mod.install"
-
-cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
-}

Copied: ghc-mod/repos/community-i686/PKGBUILD (from rev 160372, 
ghc-mod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 03:09:48 UTC (rev 160373)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=9
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" 

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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:21:47
  Author: fyan
Revision: 160355

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 02:21:28 UTC (rev 160354)
+++ PKGBUILD2016-02-05 02:21:47 UTC (rev 160355)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.2
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('43e17e3cb58ec08e616e9bbd6f46e964')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py ptr
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py ptr
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('kdebindings-python: KDE integration'
-  'python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('kdebindings-python2: Kde integration'
-  'python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 160354, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-05 02:21:47 UTC (rev 160355)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=8.3
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+md5sums=('1d18d846c5fa96191617fcb0964d5b9e')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('kdebindings-python: KDE integration'
+  'python-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('kdebindings-python2: Kde integration'
+  'python2-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python2-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  mv "$pkgdir"/usr/bin/keyring{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:22:39
  Author: fyan
Revision: 160356

upgpkg: python-docker-py 1.7.0-1

Modified:
  python-docker-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:21:47 UTC (rev 160355)
+++ PKGBUILD2016-02-05 02:22:39 UTC (rev 160356)
@@ -5,12 +5,12 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker-py python2-docker-py)
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Python client for Docker."
 arch=('any')
 url="https://github.com/dotcloud/docker-py;
-license="Apache"
+license=("Apache")
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
  'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:22:58
  Author: fyan
Revision: 160357

archrelease: copy trunk to community-any

Added:
  python-docker-py/repos/community-any/PKGBUILD
(from rev 160356, python-docker-py/trunk/PKGBUILD)
Deleted:
  python-docker-py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 02:22:39 UTC (rev 160356)
+++ PKGBUILD2016-02-05 02:22:58 UTC (rev 160357)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=(python-docker-py python2-docker-py)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Python client for Docker."
-arch=('any')
-url="https://github.com/dotcloud/docker-py;
-license="Apache"
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
-  'flake8' 'python2-flake8')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py/test-requirements.txt
-
-  cp -a docker-py{,-py2}
-}
-
-build() {
-  cd "$srcdir/docker-py"
-  python setup.py build
-
-  cd "$srcdir/docker-py-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Needs root to run
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir/docker-py"
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir/docker-py-py2"
-  python2 setup.py test || warning "Tests failed"
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker-py() {
-  depends=('python-requests' 'python-six' 'python-websocket-client')
-
-  cd "$srcdir/docker-py"
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-docker-py() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
-
-  cd "$srcdir/docker-py-py2"
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 160356, 
python-docker-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-05 02:22:58 UTC (rev 160357)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py;
+license=("Apache")
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
+  'flake8' 'python2-flake8')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py/test-requirements.txt
+
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir/docker-py"
+  python setup.py build
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Needs root to run
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py test || warning "Tests failed"
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd "$srcdir/docker-py"
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-docker-py() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client')
+
+  cd "$srcdir/docker-py-py2"
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 03:21:28
  Author: fyan
Revision: 160354

upgpkg: python-keyring 8.3-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 02:16:52 UTC (rev 160353)
+++ PKGBUILD2016-02-05 02:21:28 UTC (rev 160354)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.2
+pkgver=8.3
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
 makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('43e17e3cb58ec08e616e9bbd6f46e964')
+md5sums=('1d18d846c5fa96191617fcb0964d5b9e')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2016-02-04 Thread Dan McGee
Date: Friday, February 5, 2016 @ 04:01:43
  Author: dan
Revision: 258890

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 03:01:36 UTC (rev 258889)
+++ PKGBUILD2016-02-05 03:01:43 UTC (rev 258890)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=14.0.1
-pkgrel=1
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('687b2c8ff325c97c37c365f68b0ae975')
-sha256sums=('715aa5ff9c055ed5c864accdbab6a75331b2040d5666ec8707c48559c7ea3b88')
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd "$srcdir/virtualenv-$pkgver"
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd "$srcdir/virtualenv-$pkgver"
-
-  # should report this upstream as still not fixed...
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
-
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 258889, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-05 03:01:43 UTC (rev 258890)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=14.0.5
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+md5sums=('5769a96de40d99c4557a0070e4b2e48e')
+sha256sums=('33db086a3ae4d2cf9e20ac5587d4b518fb80fcda098b872065a7300cf73fca52')
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd "$srcdir/virtualenv-$pkgver"
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # link to a version with 3 suffix as well
+  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd "$srcdir/virtualenv-$pkgver"
+
+  # should report this upstream as still not fixed...
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # move this "old" version out of the way
+  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-04 Thread Dan McGee
Date: Friday, February 5, 2016 @ 04:01:36
  Author: dan
Revision: 258889

upgpkg: python-virtualenv 14.0.5-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 00:51:30 UTC (rev 25)
+++ PKGBUILD2016-02-05 03:01:36 UTC (rev 258889)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=14.0.1
+pkgver=14.0.5
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
@@ -13,8 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('687b2c8ff325c97c37c365f68b0ae975')
-sha256sums=('715aa5ff9c055ed5c864accdbab6a75331b2040d5666ec8707c48559c7ea3b88')
+md5sums=('5769a96de40d99c4557a0070e4b2e48e')
+sha256sums=('33db086a3ae4d2cf9e20ac5587d4b518fb80fcda098b872065a7300cf73fca52')
 
 package_python-virtualenv() {
   depends=('python')


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 14:40:14
  Author: jgc
Revision: 258863

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-04 13:40:06 UTC (rev 258862)
+++ extra-i686/PKGBUILD 2016-02-04 13:40:14 UTC (rev 258863)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.17
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-i686/PKGBUILD (from rev 258862, 
libwacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-04 13:40:14 UTC (rev 258863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.18
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
+'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-04 13:40:06 UTC (rev 258862)
+++ extra-x86_64/PKGBUILD   2016-02-04 13:40:14 UTC (rev 258863)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.17
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 258862, 
libwacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-04 13:40:14 UTC (rev 258863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.18
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
+'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 14:40:06
  Author: jgc
Revision: 258862

upgpkg: libwacom 0.18-1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 08:54:53 UTC (rev 258861)
+++ PKGBUILD2016-02-04 13:40:06 UTC (rev 258862)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64' 'i686')
@@ -9,8 +9,10 @@
 url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89517967f7fb3b4c4774893b041b09ea3574e46beb97815a43885cc387d57525')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
+'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

 
 build() {
   cd $pkgname-$pkgver


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

2016-02-04 Thread Kyle Keen
Date: Thursday, February 4, 2016 @ 14:49:29
  Author: kkeen
Revision: 160321

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

Added:
  gqrx/repos/community-i686/PKGBUILD
(from rev 160320, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-i686/gqrx.desktop
(from rev 160320, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-x86_64/PKGBUILD
(from rev 160320, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-x86_64/gqrx.desktop
(from rev 160320, gqrx/trunk/gqrx.desktop)
Deleted:
  gqrx/repos/community-i686/PKGBUILD
  gqrx/repos/community-i686/gqrx.desktop
  gqrx/repos/community-x86_64/PKGBUILD
  gqrx/repos/community-x86_64/gqrx.desktop

---+
 /PKGBUILD |  108 
 /gqrx.desktop |   22 
 community-i686/PKGBUILD   |   54 
 community-i686/gqrx.desktop   |   11 
 community-x86_64/PKGBUILD |   54 
 community-x86_64/gqrx.desktop |   11 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 13:49:06 UTC (rev 160320)
+++ community-i686/PKGBUILD 2016-02-04 13:49:29 UTC (rev 160321)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.5
-pkgrel=1
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('i686' 'x86_64')
-url="http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
-"$pkgname.desktop")
-md5sums=('100f320db7f4dcd9a9a6cb84cffab735'
- '91bc8634f843a1ef05c9c56251d8a3f0')
-
-prepare() {
-  cd "$srcdir"
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd "$srcdir/$pkgname-$pkgver-alsa"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-}
-
-package() {
-  cd "$srcdir"
-  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
-
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-i686/PKGBUILD (from rev 160320, 
gqrx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 13:49:29 UTC (rev 160321)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
+"$pkgname.desktop")
+md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
+ '91bc8634f843a1ef05c9c56251d8a3f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Deleted: community-i686/gqrx.desktop
===
--- community-i686/gqrx.desktop 2016-02-04 13:49:06 UTC (rev 160320)
+++ community-i686/gqrx.desktop 2016-02-04 13:49:29 UTC (rev 160321)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=GQRX SDR
-GenericName=Software Defined Radio
-Comment=Software defined radio receiver implemented using GNU Radio and the Qt 
GUI toolkit
-Exec=gqrx
-Icon=gqrx
-Terminal=false
-Type=Application
-Categories=AudioVideo;Audio;Network;HamRadio;
-Keywords=SDR;Radio;HAM;
-StartupNotify=false

Copied: 

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

2016-02-04 Thread Kyle Keen
Date: Thursday, February 4, 2016 @ 14:49:06
  Author: kkeen
Revision: 160320

upgpkg: gqrx 2.5.3-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 12:35:31 UTC (rev 160319)
+++ PKGBUILD2016-02-04 13:49:06 UTC (rev 160320)
@@ -3,7 +3,7 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gqrx
-pkgver=2.5
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('boost')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;
 "$pkgname.desktop")
-md5sums=('100f320db7f4dcd9a9a6cb84cffab735'
+md5sums=('b78a0a2b2fcf610f12b5c260624465b5'
  '91bc8634f843a1ef05c9c56251d8a3f0')
 
 prepare() {


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:06:43
  Author: jgc
Revision: 258867

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

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

+
 /PKGBUILD  |   72 +++
 /gedit.install |   36 +
 extra-i686/PKGBUILD|   32 ---
 extra-i686/gedit.install   |   18 --
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/gedit.install |   18 --
 6 files changed, 108 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-04 14:06:35 UTC (rev 258866)
+++ extra-i686/PKGBUILD 2016-02-04 14:06:43 UTC (rev 258867)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gedit
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="A text editor for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection)
-groups=(gnome-extra)
-options=('!emptydirs')
-url="http://www.gnome.org;
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 258866, gedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-04 14:06:43 UTC (rev 258867)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org;
+install=gedit.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+
+  # Hack to remove unneeded library linking
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2016-02-04 14:06:35 UTC (rev 258866)
+++ extra-i686/gedit.install2016-02-04 14:06:43 UTC (rev 258867)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 258866, 
gedit/trunk/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2016-02-04 14:06:43 UTC (rev 258867)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+  

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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:06:35
  Author: jgc
Revision: 258866

upgpkg: gedit 3.18.3-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 13:55:09 UTC (rev 258865)
+++ PKGBUILD2016-02-04 14:06:35 UTC (rev 258866)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="http://www.gnome.org;
 install=gedit.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1')
+sha256sums=('6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7')
 
 build() {
   cd $pkgname-$pkgver
@@ -23,6 +23,10 @@
   --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
   --enable-python
+
+  # Hack to remove unneeded library linking
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
   make
 }
 


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:45:28
  Author: jgc
Revision: 258870

upgpkg: gnumeric 1.12.26-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 14:32:23 UTC (rev 258869)
+++ PKGBUILD2016-02-04 14:45:28 UTC (rev 258870)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.24
+pkgver=1.12.26
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=gnumeric.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
 revert-warnings.patch)
-sha256sums=('c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551'
+sha256sums=('48250718133e998f7b2e73f71be970542e46c9096afb936dbcb152cf5394ee14'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 14:55:09
  Author: jgc
Revision: 258865

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-04 13:54:58 UTC (rev 258864)
+++ extra-i686/PKGBUILD 2016-02-04 13:55:09 UTC (rev 258865)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.18
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
-sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
-'SKIP')
-validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-i686/PKGBUILD (from rev 258864, 
libwacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-04 13:55:09 UTC (rev 258865)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.18
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
+'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  cd tools
+  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
+  
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-04 13:54:58 UTC (rev 258864)
+++ extra-x86_64/PKGBUILD   2016-02-04 13:55:09 UTC (rev 258865)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.18
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64' 'i686')
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
-sha256sums=('71bfa2a8d10ec2f2ada852aed816724a9af4713cbe0cf8559877b7fa56a7b722'
-'SKIP')
-validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') #Jason Gerecke 

-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 258864, 
libwacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-04 13:55:09 UTC (rev 258865)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.18
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')

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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 14:54:58
  Author: jgc
Revision: 258864

upgpkg: libwacom 0.18-1

Fix FS#43408 (no pkgrel bump, not in repo database yet)

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 13:40:14 UTC (rev 258863)
+++ PKGBUILD2016-02-04 13:54:58 UTC (rev 258864)
@@ -29,4 +29,8 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  cd tools
+  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
+  
 }


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:32:15
  Author: jgc
Revision: 258868

upgpkg: goffice 0.10.26-1

Modified:
  goffice/trunk/PKGBUILD

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

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


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:32:23
  Author: jgc
Revision: 258869

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

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

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

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

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

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

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

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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 16:04:09
  Author: jgc
Revision: 258873

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-04 15:04:00 UTC (rev 258872)
+++ extra-i686/PKGBUILD 2016-02-04 15:04:09 UTC (rev 258873)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Baptiste Daroussin 
-# Contributor: Grigorios Bouzakis 
-# Contributor: mightyjaym 
-
-pkgname=giflib
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="A library for reading and writing gif images"
-url="http://sourceforge.net/projects/giflib/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1c39333192712788c6568c78a949f13e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: giflib/repos/extra-i686/PKGBUILD (from rev 258872, 
giflib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-04 15:04:09 UTC (rev 258873)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Baptiste Daroussin 
+# Contributor: Grigorios Bouzakis 
+# Contributor: mightyjaym 
+
+pkgname=giflib
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="A library for reading and writing gif images"
+url="http://sourceforge.net/projects/giflib/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('323a9f11ab56c8a2d1715376410ce376')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-04 15:04:00 UTC (rev 258872)
+++ extra-x86_64/PKGBUILD   2016-02-04 15:04:09 UTC (rev 258873)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Baptiste Daroussin 
-# Contributor: Grigorios Bouzakis 
-# Contributor: mightyjaym 
-
-pkgname=giflib
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="A library for reading and writing gif images"
-url="http://sourceforge.net/projects/giflib/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1c39333192712788c6568c78a949f13e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: giflib/repos/extra-x86_64/PKGBUILD (from rev 258872, 
giflib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-04 15:04:09 UTC (rev 258873)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Baptiste Daroussin 
+# Contributor: Grigorios Bouzakis 
+# Contributor: mightyjaym 
+
+pkgname=giflib
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="A library for reading and writing gif images"
+url="http://sourceforge.net/projects/giflib/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)

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

2016-02-04 Thread Johannes Löthberg
Date: Friday, February 5, 2016 @ 07:11:17
  Author: demize
Revision: 160375

archrelease: copy trunk to community-any

Added:
  mps-youtube/repos/community-any/PKGBUILD
(from rev 160374, mps-youtube/trunk/PKGBUILD)
  mps-youtube/repos/community-any/fix-license-readme-changelog-dir.patch
(from rev 160374, mps-youtube/trunk/fix-license-readme-changelog-dir.patch)
  mps-youtube/repos/community-any/mps-youtube.install
(from rev 160374, mps-youtube/trunk/mps-youtube.install)
Deleted:
  mps-youtube/repos/community-any/PKGBUILD
  mps-youtube/repos/community-any/fix-license-readme-changelog-dir.patch
  mps-youtube/repos/community-any/mps-youtube.install

+
 PKGBUILD   |   72 +++
 fix-license-readme-changelog-dir.patch |   48 ++--
 mps-youtube.install|   14 +++---
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-05 06:11:07 UTC (rev 160374)
+++ PKGBUILD2016-02-05 06:11:17 UTC (rev 160375)
@@ -1,36 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=mps-youtube
-pkgver=0.2.6
-pkgrel=1
-
-pkgdesc="Terminal based YouTube jukebox with playlist management"
-url='https://github.com/np1/mps-youtube'
-arch=('any')
-license=('GPL3')
-
-depends=('python' 'python-setuptools' 'python-pafy')
-optdepends=('mpv: Alternative to mplayer for playback'
-'mplayer: Alternative to mpv for playback'
-'ffmpeg: for transcoding downloaded content'
-'xclip: for copying content to the clipboard')
-
-install=mps-youtube.install
-
-source=("mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;
-"fix-license-readme-changelog-dir.patch")
-
-sha256sums=('df3cc7ad9a49a0da390c38f40c905daa992d48de5fb421865ec19cc1fbec453f'
-'aa3993ecec633bbf13248adc874b01bd7e80d61a9e0757ffe52964e93f490d27')
-
-prepare() {
-   cd mps-youtube-"$pkgver"
-
-   patch -p1 <"$srcdir"/fix-license-readme-changelog-dir.patch
-}
-
-package() {
-   cd mps-youtube-"$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mps-youtube/repos/community-any/PKGBUILD (from rev 160374, 
mps-youtube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-05 06:11:17 UTC (rev 160375)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=mps-youtube
+pkgver=0.2.6
+pkgrel=2
+
+pkgdesc="Terminal based YouTube jukebox with playlist management"
+url='https://github.com/np1/mps-youtube'
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'python-setuptools' 'python-pafy')
+optdepends=('mpv: Alternative to mplayer for playback'
+'mplayer: Alternative to mpv for playback'
+'ffmpeg: for transcoding downloaded content'
+'python-pyperclip: for copying content to the clipboard')
+
+install=mps-youtube.install
+
+source=("mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;
+"fix-license-readme-changelog-dir.patch")
+
+sha256sums=('df3cc7ad9a49a0da390c38f40c905daa992d48de5fb421865ec19cc1fbec453f'
+'aa3993ecec633bbf13248adc874b01bd7e80d61a9e0757ffe52964e93f490d27')
+
+prepare() {
+   cd mps-youtube-"$pkgver"
+
+   patch -p1 <"$srcdir"/fix-license-readme-changelog-dir.patch
+}
+
+package() {
+   cd mps-youtube-"$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: fix-license-readme-changelog-dir.patch
===
--- fix-license-readme-changelog-dir.patch  2016-02-05 06:11:07 UTC (rev 
160374)
+++ fix-license-readme-changelog-dir.patch  2016-02-05 06:11:17 UTC (rev 
160375)
@@ -1,24 +0,0 @@
-From a2a11ae88b66612975284fe35192f7ee35f8ecd5 Mon Sep 17 00:00:00 2001
-From: "Ian D. Scott" 
-Date: Sun, 10 Jan 2016 17:36:38 -0800
-Subject: [PATCH] Put LICENSE README and CHANGELOG in /usr/share/mps-youtube
-
-It was placing them in /usr.
-Closes #412.

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0517b43..78842f3 100755
 a/setup.py
-+++ b/setup.py
-@@ -60,7 +60,7 @@
- "bundle_files": 1
- }
- },
--data_files=[("", ["LICENSE", "README.rst", "CHANGELOG"])],
-+data_files=[("share/mps-youtube", ["LICENSE", "README.rst", 
"CHANGELOG"])],
- long_description=open("README.rst").read()
- )
- 

Copied: mps-youtube/repos/community-any/fix-license-readme-changelog-dir.patch 
(from rev 160374, mps-youtube/trunk/fix-license-readme-changelog-dir.patch)
===
--- fix-license-readme-changelog-dir.patch 

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

2016-02-04 Thread Johannes Löthberg
Date: Friday, February 5, 2016 @ 07:11:07
  Author: demize
Revision: 160374

upgpkg: mps-youtube 0.2.6-2

Changed xclip to python-pyperclip.

Modified:
  mps-youtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 03:09:48 UTC (rev 160373)
+++ PKGBUILD2016-02-05 06:11:07 UTC (rev 160374)
@@ -2,7 +2,7 @@
 
 pkgname=mps-youtube
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Terminal based YouTube jukebox with playlist management"
 url='https://github.com/np1/mps-youtube'
@@ -13,7 +13,7 @@
 optdepends=('mpv: Alternative to mplayer for playback'
 'mplayer: Alternative to mpv for playback'
 'ffmpeg: for transcoding downloaded content'
-'xclip: for copying content to the clipboard')
+'python-pyperclip: for copying content to the clipboard')
 
 install=mps-youtube.install
 


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

2016-02-04 Thread Andreas Radke
Date: Friday, February 5, 2016 @ 05:25:52
  Author: andyrtr
Revision: 258892

gtk2 is an essential runtime dependency

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/PKGBUILD.51

-+
 PKGBUILD|5 ++---
 PKGBUILD.51 |3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 04:25:07 UTC (rev 258891)
+++ PKGBUILD2016-02-05 04:25:52 UTC (rev 258892)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.0.4.2
 pkgver=5.0.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -315,7 +315,7 @@
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
-   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups')
+   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups' 'gtk2')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
@@ -330,7 +330,6 @@
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
'coin-or-mp:   required by the Calc solver'
-   'gtk2: for GTK2 integration and generic vcl'
#'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')
backup=(etc/libreoffice/sofficerc

Modified: PKGBUILD.51
===
--- PKGBUILD.51 2016-02-05 04:25:07 UTC (rev 258891)
+++ PKGBUILD.51 2016-02-05 04:25:52 UTC (rev 258892)
@@ -311,7 +311,7 @@
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
-   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups'
+   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups' 'gtk2'
'liborcus')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
@@ -327,7 +327,6 @@
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
'coin-or-mp:   required by the Calc solver'
-   'gtk2: for GTK2 integration'
'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')
backup=(etc/libreoffice/sofficerc


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

2016-02-04 Thread Andreas Radke
Date: Friday, February 5, 2016 @ 05:25:07
  Author: andyrtr
Revision: 258891

gtk2 is an essential runtime dependency

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 03:01:43 UTC (rev 258890)
+++ PKGBUILD2016-02-05 04:25:07 UTC (rev 258891)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=4.4.7.2
 pkgver=4.4.7
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -317,7 +317,7 @@
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 
'libpagemaker'
-   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups')
+   'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 
'libe-book' 'libcups' 'gtk2')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
@@ -332,7 +332,6 @@
'libpaper: takes care of papersize'
'postgresql-libs:  for postgresql-connector'
'coin-or-mp:   required by the Calc solver'
-   'gtk2: for GTK2 integration and generic vcl'
'gtk3: for GTK3 integration'
'kdelibs:  for KDE desktop integration')
backup=(etc/libreoffice/sofficerc


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:14:19
  Author: fyan
Revision: 160241

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 160240, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/haskell-stack.install
(from rev 160240, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-i686/stack.install
(from rev 160240, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 160240, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/haskell-stack.install
(from rev 160240, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-x86_64/stack.install
(from rev 160240, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 160240, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:14:19 UTC (rev 160241)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.2
+pkgrel=11
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-bifunctors" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-combinators"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-edit-distance" "haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-monad-loops" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances" 
"haskell-void"
+ "haskell-word8" "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('4227f4c4016e5008755a974cbf04a9772319d87d1764da32228e74f13153c5c4')
+
+prepare() {
+sed -i 's/Cabal >=1.22.6.0 && <1.23,/Cabal >=1.18.1.5 \&\& <1.23,/' \
+${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack 

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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:13:43
  Author: fyan
Revision: 160240

upgpkg: stack 1.0.2-11

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 08:51:50 UTC (rev 160239)
+++ PKGBUILD2016-02-04 09:13:43 UTC (rev 160240)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:16:08
  Author: fyan
Revision: 160243

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

Added:
  hoogle/repos/community-staging-i686/
  hoogle/repos/community-staging-i686/PKGBUILD
(from rev 160242, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 160242, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 160242, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:16:08 UTC (rev 160243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=4
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 160242, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 09:16:08 UTC (rev 160243)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=4
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:15:41
  Author: fyan
Revision: 160242

upgpkg: hoogle 4.2.43-4

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:14:19 UTC (rev 160241)
+++ PKGBUILD2016-02-04 09:15:41 UTC (rev 160242)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:23:57
  Author: fyan
Revision: 160244

upgpkg: pandoc-crossref 0.1.6.5-3

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:16:08 UTC (rev 160243)
+++ PKGBUILD2016-02-04 09:23:57 UTC (rev 160244)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:24:26
  Author: fyan
Revision: 160245

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 160244, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 160244, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 160244, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 160244, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 160244, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:24:26 UTC (rev 160245)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.5
+pkgrel=3
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6b92a2730ed28c0242b81e47c0e21902321f98eb2b580d2114d906ca89a451e2')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 160244, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-02-04 
09:24:26 UTC (rev 160245)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
160244, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 09:24:26 UTC (rev 

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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:31:41
  Author: fyan
Revision: 160246

upgpkg: stylish-haskell 0.5.15.1-2

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:24:26 UTC (rev 160245)
+++ PKGBUILD2016-02-04 09:31:41 UTC (rev 160246)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:33:18
  Author: fyan
Revision: 160248

upgpkg: cgrep 6.6.1-3

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:32:08 UTC (rev 160247)
+++ PKGBUILD2016-02-04 09:33:18 UTC (rev 160248)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:32:08
  Author: fyan
Revision: 160247

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

Added:
  stylish-haskell/repos/community-staging-i686/
  stylish-haskell/repos/community-staging-i686/PKGBUILD
(from rev 160246, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 160246, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 160246, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:32:08 UTC (rev 160247)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
160246, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 09:32:08 UTC (rev 160247)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.1
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:33:44
  Author: fyan
Revision: 160249

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

Added:
  cgrep/repos/community-staging-i686/
  cgrep/repos/community-staging-i686/PKGBUILD
(from rev 160248, cgrep/trunk/PKGBUILD)
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 160248, cgrep/trunk/PKGBUILD)

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 160248, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:33:44 UTC (rev 160249)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.1
+pkgrel=3
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('49cfd5695a20c7cdad917704e81ae6cb50e77d7db6a18f7792237bb6c4dbfc38')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 160248, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 09:33:44 UTC (rev 160249)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.1
+pkgrel=3
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('49cfd5695a20c7cdad917704e81ae6cb50e77d7db6a18f7792237bb6c4dbfc38')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:38:48
  Author: fyan
Revision: 160251

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 160250, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 160250, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 160250, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 160250, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 160250, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 09:38:48 UTC (rev 160251)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=22
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 160250, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-02-04 09:38:48 UTC 
(rev 160251)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
160250, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 09:38:48 UTC (rev 160251)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-02-04 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 10:38:22
  Author: fyan
Revision: 160250

upgpkg: haskell-hakyll 4.7.5.1-22

rebuild with mmorph-1.0.6, psqueues-0.2.1.0, monad-logger-0.3.18, 
hjsmin-0.1.5.2, errors-2.1.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 09:33:44 UTC (rev 160249)
+++ PKGBUILD2016-02-04 09:38:22 UTC (rev 160250)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=21
+pkgrel=22
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-02-04 Thread Jonathan Steel
Date: Thursday, February 4, 2016 @ 20:16:29
  Author: jsteel
Revision: 160337

upgpkg: mgba 0.4.0-1

Modified:
  mgba/trunk/PKGBUILD
Deleted:
  mgba/trunk/mgba.desktop

--+
 PKGBUILD |   13 -
 mgba.desktop |   10 --
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 18:31:33 UTC (rev 160336)
+++ PKGBUILD2016-02-04 19:16:29 UTC (rev 160337)
@@ -5,7 +5,7 @@
 
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.3.2
+pkgver=0.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://mgba.io'
@@ -13,16 +13,11 @@
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
  'ffmpeg' 'imagemagick' 'desktop-file-utils')
 install=$pkgbase.install
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
-mgba.desktop)
-md5sums=('04d111daa79b21b96219f7e884245ddc'
- '8639165ead14363de45c0f9db3b7d97a')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('b37fcab5e7139b7c161d880576d2d1cc')
 
 prepare() {
   [[ ! -d build ]] && mkdir build || rm -rf build
-
-  cd mgba-$pkgver/res
-  convert mgba-1024.png -resize 256x256 mgba-256.png
 }
 
 build() {
@@ -58,7 +53,7 @@
   cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
 -P build/cmake_install.cmake
 
-  desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
+  desktop-file-install mgba-$pkgver/res/mgba-qt.desktop --dir 
"$pkgdir"/usr/share/applications/
   install -Dm644 mgba-$pkgver/res/mgba-256.png 
"$pkgdir"/usr/share/pixmaps/mgba.png
 
   install -d "$pkgdir"/usr/share/licenses/$pkgname

Deleted: mgba.desktop
===
--- mgba.desktop2016-02-04 18:31:33 UTC (rev 160336)
+++ mgba.desktop2016-02-04 19:16:29 UTC (rev 160337)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=mGBA
-Comment=mGBA Game Boy Advance Emulator
-Icon=mgba.png
-Exec=mgba-qt
-Categories=Game;Emulator;
-Terminal=false
-StartupNotify=false


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

2016-02-04 Thread Jonathan Steel
Date: Thursday, February 4, 2016 @ 20:16:52
  Author: jsteel
Revision: 160338

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

Added:
  mgba/repos/community-i686/PKGBUILD
(from rev 160337, mgba/trunk/PKGBUILD)
  mgba/repos/community-i686/mgba.install
(from rev 160337, mgba/trunk/mgba.install)
  mgba/repos/community-x86_64/PKGBUILD
(from rev 160337, mgba/trunk/PKGBUILD)
  mgba/repos/community-x86_64/mgba.install
(from rev 160337, mgba/trunk/mgba.install)
Deleted:
  mgba/repos/community-i686/PKGBUILD
  mgba/repos/community-i686/mgba.desktop
  mgba/repos/community-i686/mgba.install
  mgba/repos/community-x86_64/PKGBUILD
  mgba/repos/community-x86_64/mgba.desktop
  mgba/repos/community-x86_64/mgba.install

---+
 /PKGBUILD |  122 
 /mgba.install |   22 +++
 community-i686/PKGBUILD   |   66 -
 community-i686/mgba.desktop   |   10 ---
 community-i686/mgba.install   |   11 ---
 community-x86_64/PKGBUILD |   66 -
 community-x86_64/mgba.desktop |   10 ---
 community-x86_64/mgba.install |   11 ---
 8 files changed, 144 insertions(+), 174 deletions(-)

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

Copied: mgba/repos/community-i686/PKGBUILD (from rev 160337, 
mgba/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 19:16:52 UTC (rev 160338)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Duck Hunt 
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://mgba.io'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+install=$pkgbase.install
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
+md5sums=('b37fcab5e7139b7c161d880576d2d1cc')
+
+prepare() {
+  [[ ! -d build ]] && mkdir build || rm -rf build
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_libmgba() {
+  pkgdesc='Shared library of mGBA'
+  depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+  cmake -DCOMPONENT=libmgba 

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD fix-colorspace.patch)

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:02:01
  Author: svenstaro
Revision: 160326

upgpkg: zathura-pdf-mupdf 0.2.9-2

Fix FS#48012

Added:
  zathura-pdf-mupdf/trunk/fix-colorspace.patch
Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 fix-colorspace.patch |   25 +
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 17:00:53 UTC (rev 160325)
+++ PKGBUILD2016-02-04 17:02:01 UTC (rev 160326)
@@ -6,7 +6,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.9
-pkgrel=1
+pkgrel=2
 
 pkgdesc="PDF support for Zathura (MuPDF backend)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
@@ -18,9 +18,15 @@
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
 makedepends=('mupdf>=1.4')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
-sha1sums=(55b47ed2962589eeef88168554aa5bd2f6557ed3)
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
+fix-colorspace.patch)
+sha1sums=('55b47ed2962589eeef88168554aa5bd2f6557ed3'
+  '47814ed0e2431a9c25cb7e3c7444526b1eff0eab')
 
+prepare() {
+  patch -d zathura-pdf-mupdf-$pkgver < $srcdir/fix-colorspace.patch
+}
+
 build() {
   make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
 }

Added: fix-colorspace.patch
===
--- fix-colorspace.patch(rev 0)
+++ fix-colorspace.patch2016-02-04 17:02:01 UTC (rev 160326)
@@ -0,0 +1,25 @@
+From 2f083aba12994c1c8be7a85f543b38c2c2662335 Mon Sep 17 00:00:00 2001
+From: Moritz Lipp 
+Date: Thu, 21 Jan 2016 11:38:31 +0100
+Subject: [PATCH] Use correct color space
+
+---
+ render.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/render.c b/render.c
+index 99d3b9e..2a92a23 100644
+--- a/render.c
 b/render.c
+@@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document_t* mupdf_document, 
mupdf_page_t* mupdf_
+   fz_irect irect = { .x1 = page_width, .y1 = page_height };
+   fz_rect rect = { .x1 = page_width, .y1 = page_height };
+ 
+-  fz_colorspace* colorspace = fz_device_rgb(mupdf_document->ctx);
++  fz_colorspace* colorspace = fz_device_bgr(mupdf_document->ctx);
+   fz_pixmap* pixmap = fz_new_pixmap_with_bbox_and_data(mupdf_page->ctx, 
colorspace, , image);
+   fz_clear_pixmap_with_value(mupdf_page->ctx, pixmap, 0xFF);
+ 
+--
+libgit2 0.23.3
+


[arch-commits] Commit in zathura-pdf-mupdf/repos (6 files)

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:02:11
  Author: svenstaro
Revision: 160327

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 160326, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-i686/fix-colorspace.patch
(from rev 160326, zathura-pdf-mupdf/trunk/fix-colorspace.patch)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 160326, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/fix-colorspace.patch
(from rev 160326, zathura-pdf-mupdf/trunk/fix-colorspace.patch)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   31 -
 community-i686/fix-colorspace.patch   |   25 ++
 community-x86_64/PKGBUILD |   31 -
 community-x86_64/fix-colorspace.patch |   25 ++
 5 files changed, 124 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:02:01 UTC (rev 160326)
+++ community-i686/PKGBUILD 2016-02-04 17:02:11 UTC (rev 160327)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.9
-pkgrel=1
-
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
-arch=('i686' 'x86_64')
-license=('custom')
-
-conflicts=('zathura-pdf-poppler')
-
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-makedepends=('mupdf>=1.4')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
-sha1sums=(55b47ed2962589eeef88168554aa5bd2f6557ed3)
-
-build() {
-  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 160326, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:02:11 UTC (rev 160327)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.9
+pkgrel=2
+
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-pdf-poppler')
+
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+makedepends=('mupdf>=1.4')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
+fix-colorspace.patch)
+sha1sums=('55b47ed2962589eeef88168554aa5bd2f6557ed3'
+  '47814ed0e2431a9c25cb7e3c7444526b1eff0eab')
+
+prepare() {
+  patch -d zathura-pdf-mupdf-$pkgver < $srcdir/fix-colorspace.patch
+}
+
+build() {
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
+}
+
+package(){
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-mupdf/repos/community-i686/fix-colorspace.patch (from rev 
160326, zathura-pdf-mupdf/trunk/fix-colorspace.patch)
===
--- community-i686/fix-colorspace.patch (rev 0)
+++ community-i686/fix-colorspace.patch 2016-02-04 17:02:11 UTC (rev 160327)
@@ -0,0 +1,25 @@
+From 2f083aba12994c1c8be7a85f543b38c2c2662335 Mon Sep 17 00:00:00 2001
+From: Moritz Lipp 
+Date: Thu, 21 Jan 2016 11:38:31 +0100
+Subject: [PATCH] Use correct color space
+
+---
+ render.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/render.c b/render.c
+index 99d3b9e..2a92a23 100644
+--- a/render.c
 b/render.c
+@@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document_t* mupdf_document, 
mupdf_page_t* mupdf_
+   fz_irect irect = { .x1 = page_width, .y1 = page_height };
+   fz_rect rect = { .x1 = page_width, .y1 = page_height };
+ 
+-  fz_colorspace* colorspace = fz_device_rgb(mupdf_document->ctx);
++  fz_colorspace* colorspace = fz_device_bgr(mupdf_document->ctx);
+   fz_pixmap* pixmap = 

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

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:00:53
  Author: svenstaro
Revision: 160325

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 160324, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 160324, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 160324, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 160324, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 160324, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 160324, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PATCH-Build-even-without-SyncTeX.patch
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PATCH-Build-even-without-SyncTeX.patch
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

-+
 /PKGBUILD   |   82 ++
 /bash-completion|   58 +
 /zathura.install|   24 
 community-i686/PATCH-Build-even-without-SyncTeX.patch   |   27 
 community-i686/PKGBUILD |   47 
 community-i686/bash-completion  |   29 
 community-i686/zathura.install  |   12 --
 community-x86_64/PATCH-Build-even-without-SyncTeX.patch |   27 
 community-x86_64/PKGBUILD   |   47 
 community-x86_64/bash-completion|   29 
 community-x86_64/zathura.install|   12 --
 11 files changed, 164 insertions(+), 230 deletions(-)

Deleted: community-i686/PATCH-Build-even-without-SyncTeX.patch
===
--- community-i686/PATCH-Build-even-without-SyncTeX.patch   2016-02-04 
17:00:39 UTC (rev 160324)
+++ community-i686/PATCH-Build-even-without-SyncTeX.patch   2016-02-04 
17:00:53 UTC (rev 160325)
@@ -1,27 +0,0 @@
-From b78be80d138076471cdfdc2c4edab4a3af6241b0 Mon Sep 17 00:00:00 2001
-From: Petr Šabata 
-Date: Mon, 21 Dec 2015 16:57:59 +0100
-Subject: [PATCH] Build even without SyncTeX
-

- zathura/main.c | 2 --
- 1 file changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/zathura/main.c b/zathura/main.c
-index 060382a..1c5b73e 100644
 a/zathura/main.c
-+++ b/zathura/main.c
-@@ -135,10 +135,8 @@ main(int argc, char* argv[])
-   gchar* plugin_path= NULL;
-   gchar* loglevel   = NULL;
-   gchar* password   = NULL;
--#ifdef WITH_SYNCTEX
-   gchar* synctex_editor = NULL;
-   gchar* synctex_fwd= NULL;
--#endif
-   gchar* mode   = NULL;
-   bool forkback = false;
-   bool print_version= false;
---
-libgit2 0.23.3
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:00:39 UTC (rev 160324)
+++ community-i686/PKGBUILD 2016-02-04 17:00:53 UTC (rev 160325)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.4
-pkgrel=1
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-bash-completion
-PATCH-Build-even-without-SyncTeX.patch)
-
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-  '94a8236c483626a7f3acee053a1ea885aed45a82'
-  'f8d8a0a9c699eeb5fc64bf56194dd0cb12f65ab1')
-
-prepare() {
-  cd zathura-$pkgver
-  patch -p1 <../PATCH-Build-even-without-SyncTeX.patch
-}
-build() {
-  cd zathura-$pkgver
-  make
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160324, 
zathura/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in zathura/trunk (2 files)

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:00:39
  Author: svenstaro
Revision: 160324

upgpkg: zathura 0.3.4-2

Fix FS#48010

Modified:
  zathura/trunk/PKGBUILD
Deleted:
  zathura/trunk/PATCH-Build-even-without-SyncTeX.patch

+
 PATCH-Build-even-without-SyncTeX.patch |   27 ---
 PKGBUILD   |   16 +---
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: PATCH-Build-even-without-SyncTeX.patch
===
--- PATCH-Build-even-without-SyncTeX.patch  2016-02-04 15:45:17 UTC (rev 
160323)
+++ PATCH-Build-even-without-SyncTeX.patch  2016-02-04 17:00:39 UTC (rev 
160324)
@@ -1,27 +0,0 @@
-From b78be80d138076471cdfdc2c4edab4a3af6241b0 Mon Sep 17 00:00:00 2001
-From: Petr Šabata 
-Date: Mon, 21 Dec 2015 16:57:59 +0100
-Subject: [PATCH] Build even without SyncTeX
-

- zathura/main.c | 2 --
- 1 file changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/zathura/main.c b/zathura/main.c
-index 060382a..1c5b73e 100644
 a/zathura/main.c
-+++ b/zathura/main.c
-@@ -135,10 +135,8 @@ main(int argc, char* argv[])
-   gchar* plugin_path= NULL;
-   gchar* loglevel   = NULL;
-   gchar* password   = NULL;
--#ifdef WITH_SYNCTEX
-   gchar* synctex_editor = NULL;
-   gchar* synctex_fwd= NULL;
--#endif
-   gchar* mode   = NULL;
-   bool forkback = false;
-   bool print_version= false;
---
-libgit2 0.23.3
-

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 15:45:17 UTC (rev 160323)
+++ PKGBUILD2016-02-04 17:00:39 UTC (rev 160324)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -14,7 +14,7 @@
 license=('custom')
 
 depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
+makedepends=('python2-docutils' 'texlive-bin')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -22,20 +22,14 @@
 
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-bash-completion
-PATCH-Build-even-without-SyncTeX.patch)
+bash-completion)
 
 sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-  '94a8236c483626a7f3acee053a1ea885aed45a82'
-  'f8d8a0a9c699eeb5fc64bf56194dd0cb12f65ab1')
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
 
-prepare() {
-  cd zathura-$pkgver
-  patch -p1 <../PATCH-Build-even-without-SyncTeX.patch
-}
 build() {
   cd zathura-$pkgver
-  make
+  make WITH_SYNCTEX=1
 }
 
 package() {


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

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:05:43
  Author: svenstaro
Revision: 160329

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 160328, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 160328, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 160328, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 160328, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 160328, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 160328, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   82 +
 /bash-completion |   58 ++
 /zathura.install |   24 ++
 community-i686/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:04:57 UTC (rev 160328)
+++ community-i686/PKGBUILD 2016-02-04 17:05:43 UTC (rev 160329)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.4
-pkgrel=2
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils' 'texlive-bin')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-bash-completion)
-
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  make WITH_SYNCTEX=1
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160328, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:05:43 UTC (rev 160329)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.4
+pkgrel=3
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'texlive-bin')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+bash-completion)
+
+sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  make WITH_SYNCTEX=1
+}
+
+package() {
+  cd zathura-$pkgver
+
+  make install DESTDIR="$pkgdir"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2016-02-04 17:04:57 UTC (rev 160328)
+++ community-i686/bash-completion  2016-02-04 17:05:43 UTC (rev 160329)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in 

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

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:04:57
  Author: svenstaro
Revision: 160328

upgpkg: zathura 0.3.4-3

Depend on texlive-bin instead of makedep

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 17:02:11 UTC (rev 160327)
+++ PKGBUILD2016-02-04 17:04:57 UTC (rev 160328)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -13,8 +13,8 @@
 arch=('i686' 'x86_64')
 license=('custom')
 
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils' 'texlive-bin')
+depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'texlive-bin')
+makedepends=('python2-docutils')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'


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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 15:45:38
  Author: jgc
Revision: 258871

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 258870, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
(from rev 258870, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 258870, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 258870, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 258870, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 258870, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |   96 +++
 /gnumeric.install  |   38 +
 /revert-warnings.patch |   22 
 extra-i686/PKGBUILD|   48 -
 extra-i686/gnumeric.install|   19 --
 extra-i686/revert-warnings.patch   |   11 
 extra-x86_64/PKGBUILD  |   48 -
 extra-x86_64/gnumeric.install  |   19 --
 extra-x86_64/revert-warnings.patch |   11 
 9 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-04 14:45:28 UTC (rev 258870)
+++ extra-i686/PKGBUILD 2016-02-04 14:45:38 UTC (rev 258871)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.24
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils')
-makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 258870, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-04 14:45:38 UTC (rev 258871)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.26
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+ 'gobject-introspection' 'rarian')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('48250718133e998f7b2e73f71be970542e46c9096afb936dbcb152cf5394ee14'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  

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

2016-02-04 Thread Jan de Groot
Date: Thursday, February 4, 2016 @ 16:04:00
  Author: jgc
Revision: 258872

upgpkg: giflib 5.1.2-1

Modified:
  giflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 14:45:38 UTC (rev 258871)
+++ PKGBUILD2016-02-04 15:04:00 UTC (rev 258872)
@@ -5,7 +5,7 @@
 # Contributor: mightyjaym 
 
 pkgname=giflib
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="A library for reading and writing gif images"
 url="http://sourceforge.net/projects/giflib/;
@@ -14,7 +14,7 @@
 depends=('glibc')
 makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
 
source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1c39333192712788c6568c78a949f13e')
+md5sums=('323a9f11ab56c8a2d1715376410ce376')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-02-04 Thread Jaroslav Lichtblau
Date: Thursday, February 4, 2016 @ 16:45:17
  Author: jlichtblau
Revision: 160323

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-04 15:45:08 UTC (rev 160322)
+++ PKGBUILD2016-02-04 15:45:17 UTC (rev 160323)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Erik Johnson 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.9
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
-
-prepare() {
-  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}
-
-package_python2-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python2' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 160322, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-04 15:45:17 UTC (rev 160323)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=2.0
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('86d1bcfbe1198f39a25ce9f6f171bea04679d148a460bb0cbd8c3b447cb9e145')
+
+prepare() {
+  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python test.py
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 test.py
+}
+
+package_python2-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python2' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root=${pkgdir} --optimize=1
+}


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

2016-02-04 Thread speps
Date: Thursday, February 4, 2016 @ 18:21:00
  Author: speps
Revision: 160331

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:20:47 UTC (rev 160330)
+++ community-i686/PKGBUILD 2016-02-04 17:21:00 UTC (rev 160331)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 160330, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:21:00 UTC (rev 160331)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('fd33607183c9e399f7b6c093ad684f4c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2016-02-04 17:20:47 UTC (rev 160330)
+++ community-i686/qtractor.install 2016-02-04 17:21:00 UTC 

[arch-commits] Commit in bind/repos (40 files)

2016-02-04 Thread Sébastien Luttringer
Date: Thursday, February 4, 2016 @ 18:39:41
  Author: seblu
Revision: 258875

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 258874, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 258874, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 258874, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 258874, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 258874, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 258874, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 258874, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 258874, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 258874, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 258874, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 258874, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 258874, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 258874, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 258874, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 258874, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 258874, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 258874, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 258874, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 258874, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 258874, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  234 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  116 --
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  116 --
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 508 insertions(+), 506 deletions(-)

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


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

2016-02-04 Thread Sébastien Luttringer
Date: Thursday, February 4, 2016 @ 18:38:58
  Author: seblu
Revision: 258874

upgpkg: bind 9.10.3.P3-2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 15:04:09 UTC (rev 258873)
+++ PKGBUILD2016-02-04 17:38:58 UTC (rev 258874)
@@ -8,13 +8,13 @@
 pkgname=(bind bind-tools)
 _pkgver=9.10.3-P3
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!emptydirs')
 makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python')
+ 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c')
 validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
   'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
 source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
@@ -58,6 +58,7 @@
 --with-ipv6 \
 --with-idn \
 --with-openssl \
+--with-libjson \
 --with-libxml2 \
 --with-libtool
   make


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

2016-02-04 Thread Maxime Gauduin
Date: Thursday, February 4, 2016 @ 18:49:13
  Author: alucryd
Revision: 160332

upgpkg: vapoursynth R31-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 17:21:00 UTC (rev 160331)
+++ PKGBUILD2016-02-04 17:49:13 UTC (rev 160332)
@@ -4,7 +4,7 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R30
+pkgver=R31
 pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install='vapoursynth.install'
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('21d288191d27763ecbd5e01d4df3f15c9726bd9e5031e29a63c79e499aa1a9d0'
+sha256sums=('63e4e1eb8b51387bb7d82397604e7322e50b6368e07e34e2d85f7644ff62ec29'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {


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

2016-02-04 Thread Jaroslav Lichtblau
Date: Thursday, February 4, 2016 @ 16:45:08
  Author: jlichtblau
Revision: 160322

upgpkg: python-hglib 2.0-1 - new upstream release

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 13:49:29 UTC (rev 160321)
+++ PKGBUILD2016-02-04 15:45:08 UTC (rev 160322)
@@ -5,7 +5,7 @@
 
 pkgbase=python-hglib
 pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.9
+pkgver=2.0
 pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/python-hglib;
@@ -13,7 +13,7 @@
 makedepends=('python2' 'mercurial' 'python')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
+sha256sums=('86d1bcfbe1198f39a25ce9f6f171bea04679d148a460bb0cbd8c3b447cb9e145')
 
 prepare() {
   cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"


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

2016-02-04 Thread speps
Date: Thursday, February 4, 2016 @ 18:20:47
  Author: speps
Revision: 160330

upgpkg: qtractor 0.7.4-1

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 17:05:43 UTC (rev 160329)
+++ PKGBUILD2016-02-04 17:20:47 UTC (rev 160330)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install="$pkgname.install"
 source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
+md5sums=('fd33607183c9e399f7b6c093ad684f4c')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-04 Thread Maxime Gauduin
Date: Thursday, February 4, 2016 @ 18:49:30
  Author: alucryd
Revision: 160333

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 160332, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 160332, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 160332, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 160332, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 160332, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 160332, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 /PKGBUILD|   88 +
 /vapoursynth.install |   26 +
 community-i686/PKGBUILD  |   44 
 community-i686/vapoursynth.install   |   13 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vapoursynth.install |   13 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:49:13 UTC (rev 160332)
+++ community-i686/PKGBUILD 2016-02-04 17:49:30 UTC (rev 160333)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R30
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
- 'tesseract'
- 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('21d288191d27763ecbd5e01d4df3f15c9726bd9e5031e29a63c79e499aa1a9d0'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 160332, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:49:30 UTC (rev 160333)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R31
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+ 'tesseract'
+ 'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('63e4e1eb8b51387bb7d82397604e7322e50b6368e07e34e2d85f7644ff62ec29'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  

[arch-commits] Commit in mldonkey/trunk (PKGBUILD fix_upnpDiscover.patch)

2016-02-04 Thread Anatol Pomozov
Date: Thursday, February 4, 2016 @ 19:27:35
  Author: anatolik
Revision: 160335

FS#48030: use upstream patch for libminiupnpc 1.9

Modified:
  mldonkey/trunk/PKGBUILD
Deleted:
  mldonkey/trunk/fix_upnpDiscover.patch

+
 PKGBUILD   |9 +
 fix_upnpDiscover.patch |   13 -
 2 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 18:26:58 UTC (rev 160334)
+++ PKGBUILD2016-02-04 18:27:35 UTC (rev 160335)
@@ -3,7 +3,7 @@
 
 pkgname=mldonkey
 pkgver=3.1.5
-pkgrel=6
+pkgrel=7
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'
@@ -20,7 +20,7 @@
 mldonkey.tmpfiles
 http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
 https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz
-   fix_upnpDiscover.patch)
+
libminiupnpc19.patch::https://github.com/ygrek/mldonkey/commit/d0f0cd5ce38bac67ecc55e4cc5dd2e1883ebc2e4.patch)
 sha256sums=('74f9d4bcc72356aa28d0812767ef5b9daa03efc5d1ddabf56447dc04969911cb'
 'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
 '778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
@@ -27,11 +27,12 @@
 '45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
 'd964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b'
 '4981abedabdc462303f345104042c88af227ccd50fd30a9bf48fd353ab02d0ba'
-'d304bb2eca218dcfbcf7c420bc7375fa2316d5c360325a4e9b48d78d7cf1b7c7')
+'f7193a666a27a2cab9c76d08018faa5a4537861fae02b290cacb42946bea0174')
 
 prepare() {
   cd mldonkey-$pkgver
-  patch -p1 < ../fix_upnpDiscover.patch
+  # https://github.com/ygrek/mldonkey/issues/13
+  patch -p1 < ../libminiupnpc19.patch
 }
 
 build() {

Deleted: fix_upnpDiscover.patch
===
--- fix_upnpDiscover.patch  2016-02-04 18:26:58 UTC (rev 160334)
+++ fix_upnpDiscover.patch  2016-02-04 18:27:35 UTC (rev 160335)
@@ -1,13 +0,0 @@
-diff --git a/src/utils/net/upnp_stubs.c b/src/utils/net/upnp_stubs.c
-index 41942f3..272b0cb 100644
 a/src/utils/net/upnp_stubs.c
-+++ b/src/utils/net/upnp_stubs.c
-@@ -640,7 +640,7 @@ upnpPulse( ml_upnpmp_t * map )
- {
- struct UPNPDev * devlist;
- errno = 0;
--devlist = upnpDiscover( 2000, NULL, NULL, 0, 0, 0 );
-+devlist = upnpDiscover( 2000, NULL, NULL, 0, 0, 0, NULL );
- if( devlist == NULL )
- {
- dbg_printf( "upnpDiscover failed (errno %d - %s)\n", errno,  
str_errno( errno ) );


  1   2   >