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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 07:05:07
  Author: fyan
Revision: 171378

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

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

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   71 
 community-x86_64/PKGBUILD |   65 --
 3 files changed, 130 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 05:00:23 UTC (rev 171377)
+++ community-i686/PKGBUILD 2016-04-19 05:05:07 UTC (rev 171378)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.0.5
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b3ba8fd0918bce6fea56959b90111a32750952178138ef37ad8a6ec7442d55fa')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npmconf/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 171377, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 05:05:07 UTC (rev 171378)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 

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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 07:00:23
  Author: fyan
Revision: 171377

archrelease: copy trunk to community-x86_64

Added:
  phonegap/repos/community-x86_64/PKGBUILD
(from rev 171376, phonegap/trunk/PKGBUILD)
Deleted:
  phonegap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 04:59:34 UTC (rev 171376)
+++ PKGBUILD2016-04-19 05:00:23 UTC (rev 171377)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.0.5
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b3ba8fd0918bce6fea56959b90111a32750952178138ef37ad8a6ec7442d55fa')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npmconf/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-x86_64/PKGBUILD (from rev 171376, 
phonegap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 05:00:23 UTC (rev 171377)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 06:59:34
  Author: fyan
Revision: 171376

upgpkg: phonegap 6.1.0-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 03:32:54 UTC (rev 171375)
+++ PKGBUILD2016-04-19 04:59:34 UTC (rev 171376)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.0.5
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b3ba8fd0918bce6fea56959b90111a32750952178138ef37ad8a6ec7442d55fa')
+sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -25,12 +25,6 @@
 npm link $dep;
   done
 
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npmconf/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
   cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
   for dep in semver; do
 rm -r $dep;


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

2016-04-18 Thread Anatol Pomozov
Date: Tuesday, April 19, 2016 @ 06:42:01
  Author: anatolik
Revision: 265147

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

Added:
  ethtool/repos/testing-i686/
  ethtool/repos/testing-i686/PKGBUILD
(from rev 265146, ethtool/trunk/PKGBUILD)
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 265146, ethtool/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: ethtool/repos/testing-i686/PKGBUILD (from rev 265146, 
ethtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-19 04:42:01 UTC (rev 265147)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=4.5
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('f50d25177d10f0cb74da3edc66c3143a'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 265146, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-19 04:42:01 UTC (rev 265147)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=4.5
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('f50d25177d10f0cb74da3edc66c3143a'
+ 'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}


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

2016-04-18 Thread Anatol Pomozov
Date: Tuesday, April 19, 2016 @ 06:41:11
  Author: anatolik
Revision: 265146

upgpkg: ethtool 1:4.5-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 02:59:02 UTC (rev 265145)
+++ PKGBUILD2016-04-19 04:41:11 UTC (rev 265146)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=4.2
+pkgver=4.5
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-md5sums=('8433e71a256678d859ecc264132063c5'
+md5sums=('f50d25177d10f0cb74da3edc66c3143a'
  'SKIP')
 validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings 

 


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 05:32:54
  Author: fyan
Revision: 171375

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

Added:
  git-annex/repos/community-i686/PKGBUILD
(from rev 171374, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 171374, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-i686/PKGBUILD
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 03:32:20 UTC (rev 171374)
+++ community-i686/PKGBUILD 2016-04-19 03:32:54 UTC (rev 171375)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20160412
-pkgrel=1
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
- "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
- "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
- "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
- "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
- "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
- "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
- "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
- "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
- "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
- "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
- "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
- "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
--fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-
-install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
-
-rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
-rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
-}

Copied: git-annex/repos/community-i686/PKGBUILD (from rev 171374, 
git-annex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 03:32:54 UTC (rev 171375)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160418
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+

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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 05:32:20
  Author: fyan
Revision: 171374

upgpkg: git-annex 6.20160418-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 02:58:38 UTC (rev 171373)
+++ PKGBUILD2016-04-19 03:32:20 UTC (rev 171374)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160412
+pkgver=6.20160418
 pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
@@ -33,7 +33,7 @@
  "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
+sha256sums=('9d13586cc38d78bcd94c1f3a245d5283e67f43b0ea88033c40d54e78f6544fa2')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in perl-mailtools/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:59:02
  Author: fyan
Revision: 265145

archrelease: copy trunk to extra-any

Added:
  perl-mailtools/repos/extra-any/PKGBUILD
(from rev 265144, perl-mailtools/trunk/PKGBUILD)
Deleted:
  perl-mailtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 02:58:46 UTC (rev 265144)
+++ PKGBUILD2016-04-19 02:59:02 UTC (rev 265145)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-mailtools
-pkgver=2.14
-pkgrel=1
-pkgdesc="Various e-mail related modules"
-arch=('any')
-url="https://metacpan.org/release/MailTools;
-license=('PerlArtistic' 'GPL')
-depends=('perl-timedate')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz;)
-sha1sums=('64dc759f602fb13343b0ed39574eb01a7729b022')
-
-build() {
-  cd MailTools-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd MailTools-$pkgver
-  make test
-}
-
-package() {
-  cd MailTools-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 265144, 
perl-mailtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 02:59:02 UTC (rev 265145)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-mailtools
+pkgver=2.16
+pkgrel=1
+pkgdesc="Various e-mail related modules"
+arch=('any')
+url="https://metacpan.org/release/MailTools;
+license=('PerlArtistic' 'GPL')
+depends=('perl-timedate')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz;)
+sha1sums=('fc4a11bc6806c2777182e17b546c30c673361879')
+
+build() {
+  cd MailTools-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MailTools-$pkgver
+  make test
+}
+
+package() {
+  cd MailTools-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:58:46
  Author: fyan
Revision: 265144

upgpkg: perl-mailtools 2.16-1

Modified:
  perl-mailtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 17:50:55 UTC (rev 265143)
+++ PKGBUILD2016-04-19 02:58:46 UTC (rev 265144)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-mailtools
-pkgver=2.14
+pkgver=2.16
 pkgrel=1
 pkgdesc="Various e-mail related modules"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-timedate')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz;)
-sha1sums=('64dc759f602fb13343b0ed39574eb01a7729b022')
+sha1sums=('fc4a11bc6806c2777182e17b546c30c673361879')
 
 build() {
   cd MailTools-$pkgver


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:58:38
  Author: fyan
Revision: 171373

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

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

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   49 -
 community-x86_64/PKGBUILD |   49 -
 3 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 02:58:16 UTC (rev 171372)
+++ community-i686/PKGBUILD 2016-04-19 02:58:38 UTC (rev 171373)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.28
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'python2' 'pandoc' 'gcc-go')
-source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-i686/PKGBUILD (from rev 171372, 
rclone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 02:58:38 UTC (rev 171373)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.29
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('i686' 'x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'python2' 'pandoc' 'go')
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rclone
+
+  sed -i "1s/python$/&2/" make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone
+
+  #go build -gccgoflags "$CFLAGS $LDFLAGS"
+  go build
+  make doc
+}
+
+check() {
+  cd rclone
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd rclone
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-19 02:58:16 UTC (rev 171372)
+++ community-x86_64/PKGBUILD   2016-04-19 02:58:38 UTC (rev 171373)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.28
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('i686' 'x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'python2' 'pandoc' 'gcc-go')
-source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd rclone
-
-  sed -i "1s/python$/&2/" make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone
-
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
-  make doc
-}
-
-check() {
-  cd rclone
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd rclone
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD 

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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:58:16
  Author: fyan
Revision: 171372

upgpkg: rclone 1.29-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 02:54:23 UTC (rev 171371)
+++ PKGBUILD2016-04-19 02:58:16 UTC (rev 171372)
@@ -2,14 +2,14 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
 url="http://rclone.org/;
 license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'python2' 'pandoc' 'gcc-go')
+depends=('glibc')
+makedepends=('git' 'python2' 'pandoc' 'go')
 source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
@@ -28,7 +28,8 @@
 build() {
   cd rclone
 
-  go build -gccgoflags "$CFLAGS $LDFLAGS"
+  #go build -gccgoflags "$CFLAGS $LDFLAGS"
+  go build
   make doc
 }
 


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:53:59
  Author: fyan
Revision: 171370

upgpkg: hindent 4.6.3-1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 21:49:56 UTC (rev 171369)
+++ PKGBUILD2016-04-19 02:53:59 UTC (rev 171370)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=4.6.1
-pkgrel=18
+pkgver=4.6.3
+pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-monad-loops" "haskell-mtl" "haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-04-18 Thread Felix Yan
Date: Tuesday, April 19, 2016 @ 04:54:23
  Author: fyan
Revision: 171371

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 02:53:59 UTC (rev 171370)
+++ community-i686/PKGBUILD 2016-04-19 02:54:23 UTC (rev 171371)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=4.6.1
-pkgrel=18
-pkgdesc="Extensible Haskell pretty printer"
-url="http://www.github.com/chrisdone/hindent;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
- "haskell-monad-loops" "haskell-mtl" "haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
-
-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: hindent/repos/community-i686/PKGBUILD (from rev 171370, 
hindent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 02:54:23 UTC (rev 171371)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-19 02:53:59 UTC (rev 171370)
+++ community-x86_64/PKGBUILD   2016-04-19 02:54:23 UTC (rev 171371)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=4.6.1
-pkgrel=18
-pkgdesc="Extensible Haskell pretty printer"
-url="http://www.github.com/chrisdone/hindent;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
- "haskell-monad-loops" "haskell-mtl" "haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
-
-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 

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

2016-04-18 Thread Anatol Pomozov
Date: Monday, April 18, 2016 @ 23:49:56
  Author: anatolik
Revision: 171369

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

Added:
  rofi/repos/community-testing-i686/
  rofi/repos/community-testing-i686/PKGBUILD
(from rev 171368, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/
  rofi/repos/community-testing-x86_64/PKGBUILD
(from rev 171368, rofi/trunk/PKGBUILD)

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

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 171368, 
rofi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-18 21:49:56 UTC (rev 171369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}

Copied: rofi/repos/community-testing-x86_64/PKGBUILD (from rev 171368, 
rofi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-18 21:49:56 UTC (rev 171369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/rofi/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples"
+}


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

2016-04-18 Thread Anatol Pomozov
Date: Monday, April 18, 2016 @ 23:49:22
  Author: anatolik
Revision: 171368

upgpkg: rofi 1.0.0-1

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 18:33:18 UTC (rev 171367)
+++ PKGBUILD2016-04-18 21:49:22 UTC (rev 171368)
@@ -7,21 +7,20 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=0.15.12
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Popup window switcher roughly based on superswitcher, requiring only 
xlib and xft'
 arch=(i686 x86_64)
 url='https://davedavenport.github.io/rofi/'
 license=(MIT)
-depends=(libx11 libxft freetype2 libxdg-basedir libxinerama pango 
startup-notification)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification 
libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm)
 makedepends=(i3-wm)
 optdepends=('i3-wm: use as a window switcher')
-source=(rofi-$pkgver.zip::https://github.com/DaveDavenport/rofi/archive/$pkgver.zip)
-sha256sums=('e52a2ded1cf2e9681ed5946aba22c8d2810ef9987f7cf7dbc81d18e401d96c6e')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b')
 
 build() {
   cd rofi-$pkgver
-  autoreconf -i
   ./configure --prefix=/usr
   make
 }
@@ -28,7 +27,7 @@
 
 check() {
   cd rofi-$pkgver
-  make test
+  make check
 }
 
 package() {


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

2016-04-18 Thread Alexander Rødseth
Date: Monday, April 18, 2016 @ 20:33:18
  Author: arodseth
Revision: 171367

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

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

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

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

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

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

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

2016-04-18 Thread Alexander Rødseth
Date: Monday, April 18, 2016 @ 20:31:45
  Author: arodseth
Revision: 171366

upgpkg: cargo 0.10.0-1

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 17:53:34 UTC (rev 171365)
+++ PKGBUILD2016-04-18 18:31:45 UTC (rev 171366)
@@ -3,8 +3,8 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='Rust package manager'
 url='http://crates.io/'
 arch=('x86_64' 'i686')


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

2016-04-18 Thread Anatol Pomozov
Date: Monday, April 18, 2016 @ 19:53:12
  Author: anatolik
Revision: 171364

upgpkg: ruby-tins 1.10.1-1

Modified:
  ruby-tins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 17:51:23 UTC (rev 171363)
+++ PKGBUILD2016-04-18 17:53:12 UTC (rev 171364)
@@ -4,7 +4,7 @@
 # Contributor: Hyacinthe Cartiaux 
 
 pkgname=ruby-tins
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc='All the stuff that is not good/big enough for a real library'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
 noextract=("tins-${pkgver}.gem")
-sha256sums=('aa179b7bec51465b19b5175ff129a114d1262bc9ea1de3bae06859ecb6447546')
+sha256sums=('16c2b411d50f923d8e1af4190151db9bd960eb79c48d4d33b331c7880a03afd0')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-04-18 Thread Anatol Pomozov
Date: Monday, April 18, 2016 @ 19:53:34
  Author: anatolik
Revision: 171365

archrelease: copy trunk to community-any

Added:
  ruby-tins/repos/community-any/PKGBUILD
(from rev 171364, ruby-tins/trunk/PKGBUILD)
Deleted:
  ruby-tins/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 17:53:12 UTC (rev 171364)
+++ PKGBUILD2016-04-18 17:53:34 UTC (rev 171365)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Julien Nicoulaud 
-# Contributor: Hyacinthe Cartiaux 
-
-pkgname=ruby-tins
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='All the stuff that is not good/big enough for a real library'
-arch=('any')
-url='https://github.com/flori/tins'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
-noextract=("tins-${pkgver}.gem")
-sha256sums=('aa179b7bec51465b19b5175ff129a114d1262bc9ea1de3bae06859ecb6447546')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
-  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
-}

Copied: ruby-tins/repos/community-any/PKGBUILD (from rev 171364, 
ruby-tins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 17:53:34 UTC (rev 171365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Julien Nicoulaud 
+# Contributor: Hyacinthe Cartiaux 
+
+pkgname=ruby-tins
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='All the stuff that is not good/big enough for a real library'
+arch=('any')
+url='https://github.com/flori/tins'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/tins-${pkgver}.gem;)
+noextract=("tins-${pkgver}.gem")
+sha256sums=('16c2b411d50f923d8e1af4190151db9bd960eb79c48d4d33b331c7880a03afd0')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} tins-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-tins
+  ln -s ${_gemdir}/gems/tins-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/ruby-tins/
+}


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

2016-04-18 Thread Alexander Rødseth
Date: Monday, April 18, 2016 @ 19:41:52
  Author: arodseth
Revision: 171361

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

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

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

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

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

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2016-04-18 17:40:42 UTC (rev 171360)
+++ community-i686/rust.install 2016-04-18 17:41:52 UTC (rev 171361)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

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

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

2016-04-18 Thread Alexander Rødseth
Date: Monday, April 18, 2016 @ 19:40:42
  Author: arodseth
Revision: 171360

upgpkg: rust 1:1.8.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 17:24:33 UTC (rev 171359)
+++ PKGBUILD2016-04-18 17:40:42 UTC (rev 171360)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=rust
-pkgver=1.7.0
+pkgver=1.8.0
 epoch=1
 pkgrel=1
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('6df96059d87b718676d9cd879672e4e22418b6093396b4ccb5b5b66df37bf13a'
+sha256sums=('af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449'
 'SKIP')
 install="$pkgname.install"
 options=('staticlibs' '!strip')


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

2016-04-18 Thread Sven-Hendrik Haase
Date: Monday, April 18, 2016 @ 19:30:51
  Author: svenstaro
Revision: 265142

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

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

---+
 /PKGBUILD |  378 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  189 --
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  189 --
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 398 insertions(+), 398 deletions(-)

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


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

2016-04-18 Thread Sven-Hendrik Haase
Date: Monday, April 18, 2016 @ 19:30:33
  Author: svenstaro
Revision: 265141

upgpkg: nvidia-utils 364.16-3

Move vulkan icd to proper location

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 16:18:36 UTC (rev 265140)
+++ PKGBUILD2016-04-18 17:30:33 UTC (rev 265141)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=364.16
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -122,7 +122,7 @@
 install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
 
 # Vulkan ICD
-install -D -m644 "nvidia_icd.json" 
"${pkgdir}/etc/vulkan/icd.d/nvidia_icd.json"
+install -D -m644 "nvidia_icd.json" 
"${pkgdir}/usr/share/vulkan/icd.d/nvidia_icd.json"
 
 # VDPAU
 install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 19:24:33
  Author: arojas
Revision: 171359

Add missing python2-pillow dependency (FS#49001)

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 14:41:27 UTC (rev 171358)
+++ PKGBUILD2016-04-18 17:24:33 UTC (rev 171359)
@@ -15,7 +15,7 @@
 url="http://www.sagemath.org;
 license=(GPL)
 depends=(ipython2 cysignals ppl mpfi palp brial singular cliquer maxima-ecl 
gfan sympow tachyon python2-rpy2 nauty
-  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-igraph libgap flintqs lcalc lrcalc lrs arb
+  python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-igraph python2-pillow libgap flintqs lcalc lrcalc lrs arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'


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

2016-04-18 Thread Andreas Radke
Date: Monday, April 18, 2016 @ 18:18:36
  Author: andyrtr
Revision: 265140

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 265139, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch
(from rev 265139, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 265139, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 265139, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch
(from rev 265139, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 265139, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/disable-mtrr.patch |   24 +++
 testing-i686/nvidia-304xx-lts.install   |   15 +++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/disable-mtrr.patch   |   24 +++
 testing-x86_64/nvidia-304xx-lts.install |   15 +++
 6 files changed, 206 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 265139, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-18 16:18:36 UTC (rev 265140)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.131
+_extramodules=extramodules-4.4-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.4.7' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.4.7')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=('!strip')
+#source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+#source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+#sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+#sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch (from rev 
265139, nvidia-304xx-lts/trunk/disable-mtrr.patch)
===
--- testing-i686/disable-mtrr.patch (rev 0)
+++ testing-i686/disable-mtrr.patch 2016-04-18 

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD disable-mtrr.patch)

2016-04-18 Thread Andreas Radke
Date: Monday, April 18, 2016 @ 18:17:58
  Author: andyrtr
Revision: 265139

upgpkg: nvidia-304xx-lts 304.131-6

fix FS#48988 - Unknown symbol mtrr_del

Added:
  nvidia-304xx-lts/trunk/disable-mtrr.patch
Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

+
 PKGBUILD   |   29 +++--
 disable-mtrr.patch |   24 
 2 files changed, 47 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 16:02:12 UTC (rev 265138)
+++ PKGBUILD2016-04-18 16:17:58 UTC (rev 265139)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.131
 _extramodules=extramodules-4.4-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
@@ -16,11 +16,19 @@
 license=('custom')
 install=nvidia-304xx-lts.install
 options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
-sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+#source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+#source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+#sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+#sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
 
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+
 if [ "$CARCH" = "i686" ]; then
   _arch='x86'
   _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
@@ -29,9 +37,18 @@
   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
 fi
 
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
 build() {
 _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-sh "${_pkg}.run" --extract-only
 cd "${_pkg}/kernel"
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
 }

Added: disable-mtrr.patch
===
--- disable-mtrr.patch  (rev 0)
+++ disable-mtrr.patch  2016-04-18 16:17:58 UTC (rev 265139)
@@ -0,0 +1,24 @@
+Author: Luca Boccassi 
+Description: Disable MTRR on kernel >= 4.3
+ From kernel 4.3 and newer (commit 2baa891e42d84) mtrr_add and mtrr_del are no
+ longer exported. The Nvidia kernel shim still uses it as of 304.131, causing
+ the module to error out when loading. Disable MTRR if running on 4.3 or 
greater
+ until upstream fixes it.
+--- a/nv-linux.h
 b/nv-linux.h
+@@ -256,6 +256,15 @@
+ #include 
+ #endif
+ 
++/*
++ * As of version 304.131, os-agp.c and os-mtrr.c still use deprecated
++ * kernel APIs for mtrr which are no longer exported since 4.3, causing
++ * the module to error out when loaded.
++ */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#undef CONFIG_MTRR
++#endif
++
+ #if !defined(NV_VMWARE) && defined(CONFIG_MTRR)
+ #include 
+ #endif


[arch-commits] Commit in xdg-utils/repos/extra-any (3 files)

2016-04-18 Thread Andreas Radke
Date: Monday, April 18, 2016 @ 18:02:12
  Author: andyrtr
Revision: 265138

archrelease: copy trunk to extra-any

Added:
  xdg-utils/repos/extra-any/PKGBUILD
(from rev 265137, xdg-utils/trunk/PKGBUILD)
  xdg-utils/repos/extra-any/support_for_KDE_Frameworks_5.6.diff
(from rev 265137, xdg-utils/trunk/support_for_KDE_Frameworks_5.6.diff)
Deleted:
  xdg-utils/repos/extra-any/PKGBUILD

-+
 PKGBUILD|   85 ++
 support_for_KDE_Frameworks_5.6.diff |   43 +
 2 files changed, 89 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 16:01:45 UTC (rev 265137)
+++ PKGBUILD2016-04-18 16:02:12 UTC (rev 265138)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xdg-utils
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
-arch=('any')
-url="http://www.freedesktop.org/wiki/Software/xdg-utils/;
-license=('MIT')
-depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
-optdepends=('kdebase-runtime: for KDE4 support in xdg-open'
-'kde-cli-tools: for KDE Plasma5 support in xdg-open'
-'libgnome: for GNOME support in xdg-open'
-'exo: for Xfce support in xdg-open'
-'xorg-xprop: for Xfce support in xdg-open'
-'pcmanfm: for LXDE support in xdg-open'
-'perl-file-mimeinfo: for generic support in xdg-open')
-source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('2d0aec6037769a5f138ff404b1bb4b15'
- 'SKIP')
-validpgpkeys=('8B75CA7811367175D05F3B03C43570F80CC295E6') # "Per Olofsson 
"
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="${pkgdir}" install
-   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   
-   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
-   install -dm755 $pkgdir/usr/share/desktop-directories
-}

Copied: xdg-utils/repos/extra-any/PKGBUILD (from rev 265137, 
xdg-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 16:02:12 UTC (rev 265138)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xdg-utils
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
+arch=('any')
+url="http://www.freedesktop.org/wiki/Software/xdg-utils/;
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
+optdepends=('kde-cli-tools: for KDE Plasma5 support in xdg-open'
+'libgnome: for GNOME support in xdg-open'
+'exo: for Xfce support in xdg-open'
+'xorg-xprop: for Xfce support in xdg-open'
+'pcmanfm: for LXDE support in xdg-open'
+'perl-file-mimeinfo: for generic support in xdg-open')
+source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz{,.asc}
+support_for_KDE_Frameworks_5.6.diff)
+md5sums=('2d0aec6037769a5f138ff404b1bb4b15'
+ 'SKIP'
+ 'fc0a612362e00cc091d2c1ebbfbfc500')
+validpgpkeys=('8B75CA7811367175D05F3B03C43570F80CC295E6') # "Per Olofsson 
"
+
+prepare() {
+   cd $pkgname-$pkgver
+   # fix KDE support, FS#48668
+   patch -Np1 -i $srcdir/support_for_KDE_Frameworks_5.6.diff
+}
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
+}

Copied: xdg-utils/repos/extra-any/support_for_KDE_Frameworks_5.6.diff (from rev 
265137, xdg-utils/trunk/support_for_KDE_Frameworks_5.6.diff)
===
--- support_for_KDE_Frameworks_5.6.diff (rev 0)
+++ support_for_KDE_Frameworks_5.6.diff 2016-04-18 16:02:12 UTC (rev 265138)
@@ -0,0 +1,43 @@
+From 31db8136bdf61e7f9cb866f9d47c99c63343558d Mon Sep 17 00:00:00 2001
+From: Massimiliano Torromeo 
+Date: Fri, 15 Apr 2016 11:17:37 +0200
+Subject: xdg-mime: support 

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

2016-04-18 Thread Andreas Radke
Date: Monday, April 18, 2016 @ 18:01:45
  Author: andyrtr
Revision: 265137

upgpkg: xdg-utils 1.1.1-2

fix kde support; FS#48668

Added:
  xdg-utils/trunk/support_for_KDE_Frameworks_5.6.diff
Modified:
  xdg-utils/trunk/PKGBUILD

-+
 PKGBUILD|   14 ---
 support_for_KDE_Frameworks_5.6.diff |   43 ++
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 15:05:20 UTC (rev 265136)
+++ PKGBUILD2016-04-18 16:01:45 UTC (rev 265137)
@@ -4,7 +4,7 @@
 
 pkgname=xdg-utils
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
 arch=('any')
 url="http://www.freedesktop.org/wiki/Software/xdg-utils/;
@@ -17,11 +17,19 @@
 'xorg-xprop: for Xfce support in xdg-open'
 'pcmanfm: for LXDE support in xdg-open'
 'perl-file-mimeinfo: for generic support in xdg-open')
-source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz{,.asc})
+source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz{,.asc}
+support_for_KDE_Frameworks_5.6.diff)
 md5sums=('2d0aec6037769a5f138ff404b1bb4b15'
- 'SKIP')
+ 'SKIP'
+ 'fc0a612362e00cc091d2c1ebbfbfc500')
 validpgpkeys=('8B75CA7811367175D05F3B03C43570F80CC295E6') # "Per Olofsson 
"
 
+prepare() {
+   cd $pkgname-$pkgver
+   # fix KDE support, FS#48668
+   patch -Np1 -i $srcdir/support_for_KDE_Frameworks_5.6.diff
+}
+
 build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man

Added: support_for_KDE_Frameworks_5.6.diff
===
--- support_for_KDE_Frameworks_5.6.diff (rev 0)
+++ support_for_KDE_Frameworks_5.6.diff 2016-04-18 16:01:45 UTC (rev 265137)
@@ -0,0 +1,43 @@
+From 31db8136bdf61e7f9cb866f9d47c99c63343558d Mon Sep 17 00:00:00 2001
+From: Massimiliano Torromeo 
+Date: Fri, 15 Apr 2016 11:17:37 +0200
+Subject: xdg-mime: support for KDE Frameworks 5.6
+
+
+diff --git a/scripts/xdg-mime.in b/scripts/xdg-mime.in
+index 129850f..63b8a82 100644
+--- a/scripts/xdg-mime.in
 b/scripts/xdg-mime.in
+@@ -428,13 +428,9 @@ defapp_kde()
+   case "${KDE_SESSION_VERSION}" in
+ 4)
+   KTRADER=`which ktraderclient 2> /dev/null`
+-  MIMETYPE="--mimetype"
+-  SERVICETYPE="--servicetype"
+ ;;
+ 5)
+   KTRADER=`which ktraderclient${KDE_SESSION_VERSION} 2> /dev/null`
+-  MIMETYPE="--mimetype"
+-  SERVICETYPE="--servicetype"
+ ;;
+   esac
+ else
+@@ -442,8 +438,8 @@ defapp_kde()
+ fi
+ if [ -n "$KTRADER" ] ; then
+ DEBUG 1 "Running KDE trader query \"$MIME\" mimetype and 
\"Application\" servicetype"
+-trader_result=`$KTRADER $MIMETYPE "$MIME" $SERVICETYPE Application 
2>/dev/null \
+-| grep DesktopEntryPath | head -n 1 | cut -d ':' -f 2 | cut -d \' 
-f 2`
++trader_result=`$KTRADER --mimetype "$MIME" --servicetype Application 
2>/dev/null \
++| grep -E "^DesktopEntryPath : |\.desktop$" | head -n1 | sed 
"s/^DesktopEntryPath : '\(.*\.desktop\)'\$/\1/"`
+ if [ -n "$trader_result" ] ; then
+ basename "$trader_result"
+ exit_success
+@@ -954,4 +950,3 @@ esac
+ update_mime_database $xdg_base_dir
+ 
+ exit_success
+-
+-- 
+cgit v0.10.2
+


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 16:28:45
  Author: fyan
Revision: 171357

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

Added:
  python-pykerberos/repos/community-i686/PKGBUILD
(from rev 171356, python-pykerberos/trunk/PKGBUILD)
  python-pykerberos/repos/community-i686/issue15.patch
(from rev 171356, python-pykerberos/trunk/issue15.patch)
  python-pykerberos/repos/community-x86_64/PKGBUILD
(from rev 171356, python-pykerberos/trunk/PKGBUILD)
  python-pykerberos/repos/community-x86_64/issue15.patch
(from rev 171356, python-pykerberos/trunk/issue15.patch)
Deleted:
  python-pykerberos/repos/community-i686/PKGBUILD
  python-pykerberos/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   94 +++
 community-i686/PKGBUILD|   42 -
 community-i686/issue15.patch   |   22 +
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/issue15.patch |   22 +
 5 files changed, 138 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 14:28:11 UTC (rev 171356)
+++ community-i686/PKGBUILD 2016-04-18 14:28:45 UTC (rev 171357)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pykerberos
-pkgname=('python-pykerberos' 'python2-pykerberos')
-pkgver=1.1.10
-pkgrel=1
-pkgdesc="High-level interface to Kerberos"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pykerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pykerberos
-  python setup.py build
-
-  cd "$srcdir"/pykerberos-py2
-  python2 setup.py build
-}
-
-package_python-pykerberos() {
-  depends=('python' 'krb5')
-
-  cd pykerberos
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pykerberos() {
-  depends=('python2' 'krb5')
-
-  cd pykerberos-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pykerberos/repos/community-i686/PKGBUILD (from rev 171356, 
python-pykerberos/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 14:28:45 UTC (rev 171357)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pykerberos
+pkgname=('python-pykerberos' 'python2-pykerberos')
+pkgver=1.1.10
+pkgrel=2
+pkgdesc="High-level interface to Kerberos"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/02strich/pykerberos;
+makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
+source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;
+issue15.patch)
+sha512sums=('SKIP'
+
'e0f413924a5f2acf6d48e3df860a301fa5d270edffd47e56c1d04ab972357a6d1934ceea3dc91b446ebb2eddcd39eb6ef312e39ec7b566027e180428191d8f9e')
+
+prepare() {
+  # https://github.com/02strich/pykerberos/issues/15
+  (cd pykerberos; patch -p1 -i ../issue15.patch)
+
+  cp -a pykerberos{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pykerberos
+  python setup.py build
+
+  cd "$srcdir"/pykerberos-py2
+  python2 setup.py build
+}
+
+package_python-pykerberos() {
+  depends=('python' 'krb5')
+
+  cd pykerberos
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pykerberos() {
+  depends=('python2' 'krb5')
+
+  cd pykerberos-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-pykerberos/repos/community-i686/issue15.patch (from rev 171356, 
python-pykerberos/trunk/issue15.patch)
===
--- community-i686/issue15.patch(rev 0)
+++ community-i686/issue15.patch2016-04-18 14:28:45 UTC (rev 171357)
@@ -0,0 +1,22 @@
+From 6eabbd87690948f7aa489e28f2c216130218d465 Mon Sep 17 00:00:00 2001
+From: Bernie Hackett 
+Date: Thu, 25 Feb 2016 15:22:51 -0800
+Subject: [PATCH] Don't free stack allocated buffer #15
+
+---
+ src/kerberosgss.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/kerberosgss.c b/src/kerberosgss.c
+index 86788da..99436c8 100644
+--- a/src/kerberosgss.c
 b/src/kerberosgss.c
+@@ -603,7 +603,7 @@ int authenticate_gss_client_wrap(gss_client_state* state, 
const char* challenge,
+  

[arch-commits] Commit in python-pykerberos/trunk (PKGBUILD issue15.patch)

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 16:28:11
  Author: fyan
Revision: 171356

upgpkg: python-pykerberos 1.1.10-2

add a patch from upstream

Added:
  python-pykerberos/trunk/issue15.patch
Modified:
  python-pykerberos/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 issue15.patch |   22 ++
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 14:05:39 UTC (rev 171355)
+++ PKGBUILD2016-04-18 14:28:11 UTC (rev 171356)
@@ -4,16 +4,21 @@
 pkgbase=python-pykerberos
 pkgname=('python-pykerberos' 'python2-pykerberos')
 pkgver=1.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level interface to Kerberos"
 arch=('i686' 'x86_64')
 license=('Apache')
 url="https://github.com/02strich/pykerberos;
 makedepends=('python-setuptools' 'python2-setuptools' 'krb5' 'git')
-source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;)
-sha512sums=('SKIP')
+source=("git+https://github.com/02strich/pykerberos.git#tag=v$pkgver;
+issue15.patch)
+sha512sums=('SKIP'
+
'e0f413924a5f2acf6d48e3df860a301fa5d270edffd47e56c1d04ab972357a6d1934ceea3dc91b446ebb2eddcd39eb6ef312e39ec7b566027e180428191d8f9e')
 
 prepare() {
+  # https://github.com/02strich/pykerberos/issues/15
+  (cd pykerberos; patch -p1 -i ../issue15.patch)
+
   cp -a pykerberos{,-py2}
 }
 

Added: issue15.patch
===
--- issue15.patch   (rev 0)
+++ issue15.patch   2016-04-18 14:28:11 UTC (rev 171356)
@@ -0,0 +1,22 @@
+From 6eabbd87690948f7aa489e28f2c216130218d465 Mon Sep 17 00:00:00 2001
+From: Bernie Hackett 
+Date: Thu, 25 Feb 2016 15:22:51 -0800
+Subject: [PATCH] Don't free stack allocated buffer #15
+
+---
+ src/kerberosgss.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/kerberosgss.c b/src/kerberosgss.c
+index 86788da..99436c8 100644
+--- a/src/kerberosgss.c
 b/src/kerberosgss.c
+@@ -603,7 +603,7 @@ int authenticate_gss_client_wrap(gss_client_state* state, 
const char* challenge,
+   if (output_token.value)
+   gss_release_buffer(_stat, _token);
+ 
+-if (input_token.value)
++if (!user && input_token.value)
+ gss_release_buffer(_stat, _token);
+ 
+   return ret;


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

2016-04-18 Thread Christian Hesse
Date: Monday, April 18, 2016 @ 16:05:39
  Author: eworm
Revision: 171355

build against mupdf >= 1.9

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

-+
 PKGBUILD|   14 +++--
 mupdf-1.9.patch |  151 ++
 2 files changed, 161 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 14:03:27 UTC (rev 171354)
+++ PKGBUILD2016-04-18 14:05:39 UTC (rev 171355)
@@ -16,13 +16,19 @@
 conflicts=('zathura-pdf-poppler')
 
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-makedepends=('mupdf>=1.4')
+makedepends=('mupdf>=1.9')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
-sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a')
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
+  mupdf-1.9.patch)
+sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
+  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7')
 
+prepare() {
+  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
+}
+
 build() {
-  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"
 }
 
 package(){

Added: mupdf-1.9.patch
===
--- mupdf-1.9.patch (rev 0)
+++ mupdf-1.9.patch 2016-04-18 14:05:39 UTC (rev 171355)
@@ -0,0 +1,151 @@
+From 368e80b59a7b2f330ad9bd7de45c350c6fbb2209 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 18 Apr 2016 15:23:07 +0200
+Subject: [PATCH 1/1] update API for mupdf 1.9
+
+Signed-off-by: Christian Hesse 
+---
+ AUTHORS| 1 +
+ config.mk  | 2 +-
+ document.c | 6 +++---
+ image.c| 2 +-
+ page.c | 8 
+ plugin.h   | 4 ++--
+ search.c   | 2 +-
+ utils.c| 2 +-
+ 8 files changed, 14 insertions(+), 13 deletions(-)
+
+diff --git a/AUTHORS b/AUTHORS
+index f5f8430..371ebf1 100644
+--- a/AUTHORS
 b/AUTHORS
+@@ -5,5 +5,6 @@ Sebastian Ramacher 
+ 
+ Other contributors are (in alphabetical order):
+ 
++Christian Hesse 
+ Pavel Borzenkov 
+ William Skeith 
+diff --git a/config.mk b/config.mk
+index cba8d40..6407ae6 100644
+--- a/config.mk
 b/config.mk
+@@ -32,7 +32,7 @@ endif
+ OPENSSL_INC ?= $(shell pkg-config --cflags libcrypto)
+ OPENSSL_LIB ?= $(shell pkg-config --libs libcrypto)
+ 
+-MUPDF_LIB ?= -lmupdf -lmujs
++MUPDF_LIB ?= -lmupdf -lmupdfthird
+ 
+ INCS = ${GTK_INC} ${GIRARA_INC} ${OPENSSL_INC} ${ZATHURA_INC}
+ LIBS = ${GTK_LIB} ${GIRARA_LIB} ${MUPDF_LIB} ${OPENSSL_LIB} -ljbig2dec 
-lopenjp2 -ljpeg
+diff --git a/document.c b/document.c
+index 873866c..548f4ff 100644
+--- a/document.c
 b/document.c
+@@ -109,12 +109,12 @@ pdf_document_save_as(zathura_document_t* document, 
mupdf_document_t*
+   }
+ 
+   fz_try (mupdf_document->ctx) {
+-/* fz_write_document claims to accepts NULL as third argument but doesn't.
++/* pdf_save_document claims to accepts NULL as third argument but doesn't.
+  * pdf_write_document does not check if the third arguments is NULL for 
some
+  * options. */
+ 
+-fz_write_options opts = { 0 }; /* just use the default options */
+-fz_write_document(mupdf_document->ctx, mupdf_document->document, (char*) 
path, );
++pdf_write_options opts = { 0 }; /* just use the default options */
++pdf_save_document(mupdf_document->ctx, (pdf_document*) 
mupdf_document->document, (char*) path, );
+   } fz_catch (mupdf_document->ctx) {
+ return ZATHURA_ERROR_UNKNOWN;
+   }
+diff --git a/image.c b/image.c
+index 97d4143..8f6912b 100644
+--- a/image.c
 b/image.c
+@@ -93,7 +93,7 @@ pdf_page_image_get_cairo(zathura_page_t* page, mupdf_page_t* 
mupdf_page,
+   fz_pixmap* pixmap = NULL;
+   cairo_surface_t* surface = NULL;
+ 
+-  pixmap = fz_new_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0);
++  pixmap = fz_get_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0);
+   if (pixmap == NULL) {
+ goto error_free;
+   }
+diff --git a/page.c b/page.c
+index beb0351..219fc2a 100644
+--- a/page.c
 b/page.c
+@@ -43,12 +43,12 @@ pdf_page_init(zathura_page_t* page)
+   /* setup text */
+   mupdf_page->extracted_text = false;
+ 
+-  mupdf_page->text = fz_new_text_page(mupdf_page->ctx);
++  mupdf_page->text = fz_new_stext_page(mupdf_page->ctx);
+   if (mupdf_page->text == NULL) {
+ goto error_free;
+   }
+ 
+-  mupdf_page->sheet = fz_new_text_sheet(mupdf_page->ctx);
++  mupdf_page->sheet = fz_new_stext_sheet(mupdf_page->ctx);
+   if (mupdf_page->sheet == NULL) {
+ goto error_free;
+   }
+@@ -74,11 +74,11 @@ pdf_page_clear(zathura_page_t* page, mupdf_page_t* 
mupdf_page)
+ 
+   if (mupdf_page != NULL) {
+ if (mupdf_page->text != NULL) {
+-  

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

2016-04-18 Thread Christian Hesse
Date: Monday, April 18, 2016 @ 16:03:27
  Author: eworm
Revision: 171354

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

Added:
  mupdf/repos/community-testing-i686/
  mupdf/repos/community-testing-i686/PKGBUILD
(from rev 171353, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-i686/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 171353, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-testing-i686/mupdf.desktop
(from rev 171353, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-i686/mupdf.install
(from rev 171353, mupdf/trunk/mupdf.install)
  mupdf/repos/community-testing-i686/mupdf.xpm
(from rev 171353, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-testing-x86_64/
  mupdf/repos/community-testing-x86_64/PKGBUILD
(from rev 171353, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 171353, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-testing-x86_64/mupdf.desktop
(from rev 171353, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-x86_64/mupdf.install
(from rev 171353, mupdf/trunk/mupdf.install)
  mupdf/repos/community-testing-x86_64/mupdf.xpm
(from rev 171353, mupdf/trunk/mupdf.xpm)

-+
 community-testing-i686/PKGBUILD |   60 ++
 community-testing-i686/mupdf-1.5-openjpeg-2.1.0.patch   |   13 +++
 community-testing-i686/mupdf.desktop|   15 +++
 community-testing-i686/mupdf.install|   12 ++
 community-testing-x86_64/PKGBUILD   |   60 ++
 community-testing-x86_64/mupdf-1.5-openjpeg-2.1.0.patch |   13 +++
 community-testing-x86_64/mupdf.desktop  |   15 +++
 community-testing-x86_64/mupdf.install  |   12 ++
 8 files changed, 200 insertions(+)

Copied: mupdf/repos/community-testing-i686/PKGBUILD (from rev 171353, 
mupdf/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-18 14:03:27 UTC (rev 171354)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: Pierre-Paul Paquin 
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.9
+pkgrel=1
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('AGPL3')
+depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
+ 'openssl' 'openjpeg2' 'mesa' 'libgl' 'libxcursor' 'libxrandr'
+'libxinerama')
+makedepends=('mesa-libgl')
+install=mupdf.install
+# we need static libs for zathura-pdf-mupdf
+options=('staticlibs')
+source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
+mupdf.desktop
+mupdf.xpm
+mupdf-1.5-openjpeg-2.1.0.patch)
+md5sums=('6677c6386e8408a72826a0b7bc647a45'
+ '39b54f82a763aac54e352315a0ee9037'
+ 'f3f35e7320bafde331250de1c99186a1'
+ '8e71587ad9b86e10c9144618ab43149b')
+
+prepare() {
+  cd $pkgname-${pkgver/_/}-source
+  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
+  patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
+
+  sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
+}
+
+build() {
+  CFLAGS+=' -fPIC'
+  CXXFLAGS+=' -fPIC'
+
+  cd $pkgname-${pkgver/_/}-source
+  make build=release CURL_LIBS='-lcurl -lpthread'
+}
+
+package() {
+  cd $pkgname-${pkgver/_/}-source
+  make build=release prefix="$pkgdir"/usr install
+
+  mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
+  rm "$pkgdir"/usr/bin/mupdf-x11
+
+  install -Dm644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
+  install -Dm644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
+
+  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
+-type f -exec chmod -v 0644 {} +
+}

Copied: mupdf/repos/community-testing-i686/mupdf-1.5-openjpeg-2.1.0.patch (from 
rev 171353, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
===
--- community-testing-i686/mupdf-1.5-openjpeg-2.1.0.patch   
(rev 0)
+++ community-testing-i686/mupdf-1.5-openjpeg-2.1.0.patch   2016-04-18 
14:03:27 UTC (rev 171354)
@@ -0,0 +1,13 @@
+diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
+index dd7bf9e..b7c8680 100644
+--- a/source/fitz/load-jpx.c
 b/source/fitz/load-jpx.c
+@@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned char *data, int 
size, fz_colorspace *defcs
+   opj_stream_set_read_function(stream, fz_opj_stream_read);
+   

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

2016-04-18 Thread Christian Hesse
Date: Monday, April 18, 2016 @ 16:03:22
  Author: eworm
Revision: 171353

upgpkg: mupdf 1.9-1

new upstream release

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 13:30:23 UTC (rev 171352)
+++ PKGBUILD2016-04-18 14:03:22 UTC (rev 171353)
@@ -7,8 +7,8 @@
 # Contributor: xduugu
 
 pkgname=mupdf
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -18,12 +18,13 @@
 'libxinerama')
 makedepends=('mesa-libgl')
 install=mupdf.install
+# we need static libs for zathura-pdf-mupdf
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
 mupdf.desktop
 mupdf.xpm
 mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('3205256d78d8524d67dd2a47c7a345fa'
+md5sums=('6677c6386e8408a72826a0b7bc647a45'
  '39b54f82a763aac54e352315a0ee9037'
  'f3f35e7320bafde331250de1c99186a1'
  '8e71587ad9b86e10c9144618ab43149b')
@@ -47,7 +48,6 @@
 package() {
   cd $pkgname-${pkgver/_/}-source
   make build=release prefix="$pkgdir"/usr install
-  install -Dm644 build/release/libmujs.a "$pkgdir"/usr/lib
 
   mv "$pkgdir"/usr/bin/mupdf-x11-curl "$pkgdir"/usr/bin/mupdf
   rm "$pkgdir"/usr/bin/mupdf-x11


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 15:30:23
  Author: fyan
Revision: 171352

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |  370 -
 wine-staging.install |   24 +--
 2 files changed, 197 insertions(+), 197 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 13:18:06 UTC (rev 171351)
+++ PKGBUILD2016-04-18 13:30:23 UTC (rev 171352)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('d9bc16bf1a10a50f6abd17c6c647b42f39cf1d2a'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 15:18:06
  Author: fyan
Revision: 171351

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  370 -
 wine-staging.install |   24 +--
 2 files changed, 197 insertions(+), 197 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 13:17:39 UTC (rev 171350)
+++ PKGBUILD2016-04-18 13:18:06 UTC (rev 171351)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('d9bc16bf1a10a50f6abd17c6c647b42f39cf1d2a'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 15:17:39
  Author: fyan
Revision: 171350

upgpkg: wine-staging 1.9.8-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 13:01:21 UTC (rev 171349)
+++ PKGBUILD2016-04-18 13:17:39 UTC (rev 171350)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.7
+pkgver=1.9.8
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('d9bc16bf1a10a50f6abd17c6c647b42f39cf1d2a'
+sha1sums=('a57c8e5621657525c2950d117e6b17e8325bbe71'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 15:01:21
  Author: fyan
Revision: 265133

upgpkg: cmake 3.5.2-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 08:56:53 UTC (rev 265132)
+++ PKGBUILD2016-04-18 13:01:21 UTC (rev 265133)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'libxkbcommon-x11: cmake-gui')
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ca051f4a66375c89d1a524e726da0296')
+md5sums=('701386a1b5ec95f8d1075ecf96383e02')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 15:02:05
  Author: fyan
Revision: 265134

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 265133, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 265133, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/rebuild.list
(from rev 265133, cmake/trunk/rebuild.list)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 265133, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 265133, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 265133, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/rebuild.list
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/rebuild.list

+
 /PKGBUILD  |  118 +++
 /cmake.install |   24 
 /rebuild.list  |8 ++
 extra-i686/PKGBUILD|   59 -
 extra-i686/cmake.install   |   12 
 extra-i686/rebuild.list|4 -
 extra-x86_64/PKGBUILD  |   59 -
 extra-x86_64/cmake.install |   12 
 extra-x86_64/rebuild.list  |4 -
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-18 13:01:21 UTC (rev 265133)
+++ extra-i686/PKGBUILD 2016-04-18 13:02:05 UTC (rev 265134)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ca051f4a66375c89d1a524e726da0296')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
-"${vimpath}"/help/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 265133, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-18 13:02:05 UTC (rev 265134)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('701386a1b5ec95f8d1075ecf96383e02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
+"${vimpath}"/help/
+  ln -s 

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

2016-04-18 Thread Sergej Pupykin
Date: Monday, April 18, 2016 @ 15:01:21
  Author: spupykin
Revision: 171349

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

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

--+
 /PKGBUILD|   68 +
 /sysprof.install |   26 ++
 community-i686/PKGBUILD  |   33 -
 community-i686/sysprof.install   |   13 ---
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/sysprof.install |   13 ---
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 13:01:06 UTC (rev 171348)
+++ community-i686/PKGBUILD 2016-04-18 13:01:21 UTC (rev 171349)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Eric Belanger 
-# Previous Contributor: aeolist 
-# Previous Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.20.0
-pkgrel=2
-pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/;
-license=("GPL")
-source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
-depends=('gtk3' 'glib2')
-makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
-md5sums=('d56e8492033b60e247634731e7f760b9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/usr/lib \
---libexecdir=/usr/lib/ \
---disable-Werror
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 171348, 
sysprof/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 13:01:21 UTC (rev 171349)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Previous Contributor: Eric Belanger 
+# Previous Contributor: aeolist 
+# Previous Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
+arch=('i686' 'x86_64')
+url="http://www.daimi.au.dk/~sandmann/sysprof/;
+license=("GPL")
+source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
+depends=('gtk3' 'glib2')
+install=sysprof.install
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/usr/lib \
+--libexecdir=/usr/lib/ \
+--disable-Werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/sysprof.install
===
--- community-i686/sysprof.install  2016-04-18 13:01:06 UTC (rev 171348)
+++ community-i686/sysprof.install  2016-04-18 13:01:21 UTC (rev 171349)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: sysprof/repos/community-i686/sysprof.install (from rev 171348, 
sysprof/trunk/sysprof.install)
===
--- community-i686/sysprof.install  (rev 0)
+++ community-i686/sysprof.install  2016-04-18 13:01:21 UTC (rev 171349)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD

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

2016-04-18 Thread Sergej Pupykin
Date: Monday, April 18, 2016 @ 15:01:06
  Author: spupykin
Revision: 171348

upgpkg: sysprof 3.20.0-2

upd

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 12:54:35 UTC (rev 171347)
+++ PKGBUILD2016-04-18 13:01:06 UTC (rev 171348)
@@ -14,6 +14,7 @@
 license=("GPL")
 
source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
 depends=('gtk3' 'glib2')
+install=sysprof.install
 makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
 md5sums=('d56e8492033b60e247634731e7f760b9')
 


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

2016-04-18 Thread Sergej Pupykin
Date: Monday, April 18, 2016 @ 14:54:04
  Author: spupykin
Revision: 171346

upgpkg: sysprof 3.20.0-2

upd

Modified:
  sysprof/trunk/PKGBUILD
  sysprof/trunk/sysprof.install

-+
 PKGBUILD|   15 ++-
 sysprof.install |5 +++--
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 12:45:17 UTC (rev 171345)
+++ PKGBUILD2016-04-18 12:54:04 UTC (rev 171346)
@@ -3,22 +3,27 @@
 # Maintainer: Geoffroy Carrier 
 # Previous Contributor: Eric Belanger 
 # Previous Contributor: aeolist 
+# Previous Contributor: Gabriel Rauter 
 
 pkgname=sysprof
 pkgver=3.20.0
-pkgrel=1
-pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system"
+pkgrel=2
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
 arch=('i686' 'x86_64')
 url="http://www.daimi.au.dk/~sandmann/sysprof/;
 license=("GPL")
 
source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
-depends=('libglade' 'binutils' 'itstool')
-makedepends=('libglade' 'binutils' 'linux-headers' 'polkit')
+depends=('gtk3' 'glib2')
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
 md5sums=('d56e8492033b60e247634731e7f760b9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/usr/lib
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/usr/lib \
+--libexecdir=/usr/lib/ \
+--disable-Werror
   make
 }
 

Modified: sysprof.install
===
--- sysprof.install 2016-04-18 12:45:17 UTC (rev 171345)
+++ sysprof.install 2016-04-18 12:54:04 UTC (rev 171346)
@@ -1,5 +1,7 @@
 post_install() {
-  depmod -a
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {
@@ -9,4 +11,3 @@
 post_remove() {
   post_install $1
 }
-


[arch-commits] Commit in sysprof (9 files)

2016-04-18 Thread Sergej Pupykin
Date: Monday, April 18, 2016 @ 14:54:35
  Author: spupykin
Revision: 171347

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

Added:
  sysprof/repos/community-i686/PKGBUILD
(from rev 171346, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-i686/sysprof.install
(from rev 171346, sysprof/trunk/sysprof.install)
  sysprof/repos/community-x86_64/PKGBUILD
(from rev 171346, sysprof/trunk/PKGBUILD)
  sysprof/repos/community-x86_64/sysprof.install
(from rev 171346, sysprof/trunk/sysprof.install)
Modified:
  sysprof/trunk/sysprof.install
Deleted:
  sysprof/repos/community-i686/PKGBUILD
  sysprof/repos/community-i686/sysprof.install
  sysprof/repos/community-x86_64/PKGBUILD
  sysprof/repos/community-x86_64/sysprof.install

+
 /community-i686/PKGBUILD   |   33 +++
 /community-i686/sysprof.install|   13 
 /community-x86_64/PKGBUILD |   33 +++
 /community-x86_64/sysprof.install  |   13 
 repos/community-i686/PKGBUILD  |   28 --
 repos/community-i686/sysprof.install   |   12 ---
 repos/community-x86_64/PKGBUILD|   28 --
 repos/community-x86_64/sysprof.install |   12 ---
 trunk/sysprof.install  |4 +--
 9 files changed, 94 insertions(+), 82 deletions(-)

Deleted: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2016-04-18 12:54:04 UTC (rev 171346)
+++ repos/community-i686/PKGBUILD   2016-04-18 12:54:35 UTC (rev 171347)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Eric Belanger 
-# Previous Contributor: aeolist 
-
-pkgname=sysprof
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/;
-license=("GPL")
-source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
-depends=('libglade' 'binutils' 'itstool')
-makedepends=('libglade' 'binutils' 'linux-headers' 'polkit')
-md5sums=('d56e8492033b60e247634731e7f760b9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 171346, 
sysprof/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-04-18 12:54:35 UTC (rev 171347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Previous Contributor: Eric Belanger 
+# Previous Contributor: aeolist 
+# Previous Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
+arch=('i686' 'x86_64')
+url="http://www.daimi.au.dk/~sandmann/sysprof/;
+license=("GPL")
+source=(https://download.gnome.org/sources/sysprof/3.20/$pkgname-$pkgver.tar.xz)
+depends=('gtk3' 'glib2')
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
+md5sums=('d56e8492033b60e247634731e7f760b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/usr/lib \
+--libexecdir=/usr/lib/ \
+--disable-Werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: repos/community-i686/sysprof.install
===
--- repos/community-i686/sysprof.install2016-04-18 12:54:04 UTC (rev 
171346)
+++ repos/community-i686/sysprof.install2016-04-18 12:54:35 UTC (rev 
171347)
@@ -1,12 +0,0 @@
-post_install() {
-  depmod -a
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: sysprof/repos/community-i686/sysprof.install (from rev 171346, 
sysprof/trunk/sysprof.install)
===
--- repos/community-i686/sysprof.install(rev 0)
+++ repos/community-i686/sysprof.install2016-04-18 12:54:35 UTC (rev 
171347)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 14:45:17
  Author: fyan
Revision: 171345

archrelease: copy trunk to multilib-x86_64

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

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

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

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


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 14:44:55
  Author: fyan
Revision: 171344

upgpkg: lib32-gnutls 3.4.11-1

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 12:22:11 UTC (rev 171343)
+++ PKGBUILD2016-04-18 12:44:55 UTC (rev 171344)
@@ -8,8 +8,8 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.4.10
-pkgrel=2
+pkgver=3.4.11
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -17,7 +17,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('fe9a0dc5adf205122f01a3e7dac5f8dd'
+md5sums=('4da148b5a0048aaac4961e2d9ba95798'
  'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 14:22:11
  Author: kkeen
Revision: 171343

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

Added:
  openscad/repos/community-i686/CHANGELOG
(from rev 171342, openscad/trunk/CHANGELOG)
  openscad/repos/community-i686/PKGBUILD
(from rev 171342, openscad/trunk/PKGBUILD)
  openscad/repos/community-i686/openscad.install
(from rev 171342, openscad/trunk/openscad.install)
  openscad/repos/community-x86_64/CHANGELOG
(from rev 171342, openscad/trunk/CHANGELOG)
  openscad/repos/community-x86_64/PKGBUILD
(from rev 171342, openscad/trunk/PKGBUILD)
  openscad/repos/community-x86_64/openscad.install
(from rev 171342, openscad/trunk/openscad.install)
Deleted:
  openscad/repos/community-i686/CHANGELOG
  openscad/repos/community-i686/PKGBUILD
  openscad/repos/community-i686/openscad.install
  openscad/repos/community-x86_64/CHANGELOG
  openscad/repos/community-x86_64/PKGBUILD
  openscad/repos/community-x86_64/openscad.install

---+
 /CHANGELOG|  190 
 /PKGBUILD |  110 
 /openscad.install |   26 
 community-i686/CHANGELOG  |   90 -
 community-i686/PKGBUILD   |   55 --
 community-i686/openscad.install   |   13 --
 community-x86_64/CHANGELOG|   90 -
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/openscad.install |   13 --
 9 files changed, 326 insertions(+), 316 deletions(-)

Deleted: community-i686/CHANGELOG
===
--- community-i686/CHANGELOG2016-04-18 12:21:39 UTC (rev 171342)
+++ community-i686/CHANGELOG2016-04-18 12:22:11 UTC (rev 171343)
@@ -1,90 +0,0 @@
-2015-11-16 Kyle Keen 
-   * 2015.03.02-1
-   - Bugfix release
-
-2015-10-19 Kyle Keen 
-   * 2015.03.01-5
-   - No changes
-   - Rebuild for cgal-4.7
-
-2015-10-02 foutrelis
-   * 2015.03.01-4
-   - No changes
-
-2015-04-29 Kyle Keen 
-   * 2015.03.01-3
-   - No changes
-   - Rebuild for qscintilla-2.9-1
-
-2015-04-22 Kyle Keen 
-   * 2015.03.01-2
-   - No changes
-   - Rebuild for boost-1.58.0-1
-
-2015-04-22 Kyle Keen 
-   * 2015.03.01-1
-   - Bugfix release
-
-2015-04-11 Kyle Keen 
-   * 2015.03-2
-   - No changes
-   - Rebuild for cgal-4.6-1
-
-2015-03-10 Kyle Keen 
-   * 2015.03-1
-   - New release
-   - Now uses qscintilla for the editor
-
-2014-11-04 Kyle Keen 
-   * 2014.03-5
-   - No changes
-   - Rebuild for boost-1.57.0-1
-
-2014-08-18 Kyle Keen 
-   * 2014.03-4
-   - No changes
-   - Rebuild for boost-1.56.0-1
-
-2014-08-18 Kyle Keen 
-   * 2014.03-3
-   - No changes
-   - Rebuild for glew-1.11.0-1
-
-2014-08-12 Kyle Keen 
-   * 2014.03-2
-   - No changes
-   - Rebuild for boost-1.56.0-1
-
-2014-03-09 Kyle Keen 
-
-   * 2014.03-1
-   - New release
-   - MIME associations
-
-2014-02-10 Kyle Keen 
-
-   * 2013.06-3
-   - Moved package to [community]
-   - Explicit boost depends
-   - Use official resources
-
-2014-02-07 Chirantan Ekbote 
-
-   * 2013.06-2
-   - Update makedepends since eigen3 has now become eigen in [extra]
-
-2013-06-19 Chirantan Ekbote 
-
-   * 2013.06-1 :
-   - Updated to version 2013.06
-
-2013-03-01 Chirantan Ekbote 
-
-   * 2013.01-2 :
-   Dependency qt replaced with qt4
-
-2013-01-23 Chirantan Ekbote 
-
-   * 2013.01-1 :
-   New upstream release.
-   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-i686/CHANGELOG (from rev 171342, 
openscad/trunk/CHANGELOG)
===
--- community-i686/CHANGELOG(rev 0)
+++ community-i686/CHANGELOG2016-04-18 12:22:11 UTC (rev 171343)
@@ -0,0 +1,95 @@
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   

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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 14:21:39
  Author: kkeen
Revision: 171342

upgpkg: openscad 2015.03.03-1

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |5 +
 PKGBUILD  |8 
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: CHANGELOG
===
--- CHANGELOG   2016-04-18 12:03:32 UTC (rev 171341)
+++ CHANGELOG   2016-04-18 12:21:39 UTC (rev 171342)
@@ -1,3 +1,8 @@
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
 2015-11-16 Kyle Keen 
* 2015.03.02-1
- Bugfix release

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 12:03:32 UTC (rev 171341)
+++ PKGBUILD2016-04-18 12:21:39 UTC (rev 171342)
@@ -4,9 +4,9 @@
 # Contributor: Eric Anderson 
 # Contributor: Pierre DOUCET 
 pkgname=openscad
-pkgver=2015.03.02
-_ver=2015.03-2  # hopefully -X is temporary
-pkgrel=3
+pkgver=2015.03.03
+_ver=2015.03-3  # hopefully -X is temporary
+pkgrel=1
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 # full tests need imagemagick and an X11 or framebuffer session
 checkdepends=('cmake' 'xproto' 'libx11' 'python2')
 source=("http://files.openscad.org/openscad-$_ver.src.tar.gz;)
-md5sums=('58e9dc59e120d75f8f11d126df313467')
+md5sums=('a498a218a247468eee140ccc44c73afa')
 
 build() {
 cd "$srcdir/$pkgname-$_ver"


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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 14:03:32
  Author: kkeen
Revision: 171341

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 82 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 11:44:10 UTC (rev 171340)
+++ community-i686/PKGBUILD 2016-04-18 12:03:32 UTC (rev 171341)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.7
-pkgrel=3
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 171340, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 12:03:32 UTC (rev 171341)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.8
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('e31e7039b5cdc74ac7b106db8ba644f3')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-18 11:44:10 UTC (rev 171340)
+++ community-x86_64/PKGBUILD   2016-04-18 12:03:32 UTC (rev 171341)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.7
-pkgrel=3
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 

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

2016-04-18 Thread Pierre Neidhardt
Date: Monday, April 18, 2016 @ 13:44:10
  Author: ambrevar
Revision: 171340

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

Added:
  fzf/repos/community-i686/PKGBUILD
(from rev 171339, fzf/trunk/PKGBUILD)
  fzf/repos/community-i686/fzf.install
(from rev 171339, fzf/trunk/fzf.install)
  fzf/repos/community-i686/key-bindings.bash.patch
(from rev 171339, fzf/trunk/key-bindings.bash.patch)
  fzf/repos/community-i686/key-bindings.zsh.patch
(from rev 171339, fzf/trunk/key-bindings.zsh.patch)
  fzf/repos/community-x86_64/PKGBUILD
(from rev 171339, fzf/trunk/PKGBUILD)
  fzf/repos/community-x86_64/fzf.install
(from rev 171339, fzf/trunk/fzf.install)
  fzf/repos/community-x86_64/key-bindings.bash.patch
(from rev 171339, fzf/trunk/key-bindings.bash.patch)
  fzf/repos/community-x86_64/key-bindings.zsh.patch
(from rev 171339, fzf/trunk/key-bindings.zsh.patch)
Deleted:
  fzf/repos/community-i686/PKGBUILD
  fzf/repos/community-i686/fzf.install
  fzf/repos/community-i686/key-bindings.bash.patch
  fzf/repos/community-i686/key-bindings.zsh.patch
  fzf/repos/community-x86_64/PKGBUILD
  fzf/repos/community-x86_64/fzf.install
  fzf/repos/community-x86_64/key-bindings.bash.patch
  fzf/repos/community-x86_64/key-bindings.zsh.patch

--+
 /PKGBUILD|  146 +
 /fzf.install |   52 ++
 /key-bindings.bash.patch |   22 
 /key-bindings.zsh.patch  |   24 
 community-i686/PKGBUILD  |   73 --
 community-i686/fzf.install   |   26 -
 community-i686/key-bindings.bash.patch   |   11 --
 community-i686/key-bindings.zsh.patch|   12 --
 community-x86_64/PKGBUILD|   73 --
 community-x86_64/fzf.install |   26 -
 community-x86_64/key-bindings.bash.patch |   11 --
 community-x86_64/key-bindings.zsh.patch  |   12 --
 12 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 11:33:45 UTC (rev 171339)
+++ community-i686/PKGBUILD 2016-04-18 11:44:10 UTC (rev 171340)
@@ -1,73 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.11.4
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("ncurses")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim-fzf: vim plugin"
-   "zsh: zsh keybindings")
-install="fzf.install"
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/junegunn/$pkgname/tar.gz/$pkgver;
-   "git+https://github.com/junegunn/$pkgname.wiki;
-   "key-bindings.bash.patch"
-   "key-bindings.zsh.patch")
-sha256sums=('08871ad531c3931224721d4cd56651bf7d109c559a1bbdbfa7c787e3dd03d733'
-'SKIP'
-'fc981d036d85d0b9a5e6ba65f84b1c0f86bcee2dabb09238e1edfa1f49a85b63'
-'0b89bf1d6d372b9a8d5927e58151157d42848086a252979006b89b72242c52e6')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 "Patching bash and zsh key bindings..."
-   patch -p1 < "$srcdir/key-bindings.bash.patch"
-   patch -p1 < "$srcdir/key-bindings.zsh.patch"
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Bash completion and keybindings
-   install -Dm644 "shell/completion.bash" 
"$pkgdir/usr/share/bash-completion/completions/fzf"
-   install -Dm755 "shell/key-bindings.bash" 
"$pkgdir/etc/profile.d/fzf.bash"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf.fish"
-
-   ## Zsh completion and keybindings
-   install -Dm644 "shell/completion.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_fzf"
-   install -Dm755 "shell/key-bindings.zsh" "$pkgdir/etc/profile.d/fzf.zsh"
-}

Copied: 

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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 13:33:45
  Author: kkeen
Revision: 171339

upgpkg: cgal 4.8-1

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:25:12 UTC (rev 171338)
+++ PKGBUILD2016-04-18 11:33:45 UTC (rev 171339)
@@ -3,22 +3,24 @@
 # Contributor: Dmitriy Morozov 
 
 pkgname=cgal
-pkgver=4.7
-pkgrel=3
+pkgver=4.8
+pkgrel=1
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('i686' 'x86_64')
 url="http://www.cgal.org;
 license=('GPL' 'LGPL')
-source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
 optdepends=('qt5-svg: for CGAL_Qt5'
 'eigen: for some packages, see the CGAL manual')
 makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+md5sums=('e31e7039b5cdc74ac7b106db8ba644f3')
 
 # consider building with swig for python stuff
 # https://gforge.inria.fr/frs/?group_id=52  for _pkgid
 
+# 4.8 supposedly does not depend on boost?  good luck...
+
 build() {
   cd "$srcdir/CGAL-$pkgver"
   mkdir build


[arch-commits] Commit in lib32-at-spi2-atk/trunk (PKGBUILD)

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:25:03
  Author: alucryd
Revision: 171337

upgpkg: lib32-at-spi2-atk 2.20.1-1

Modified:
  lib32-at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:24:09 UTC (rev 171336)
+++ PKGBUILD2016-04-18 11:25:03 UTC (rev 171337)
@@ -4,7 +4,7 @@
 # Contributor:Ionut Biru  
 
 pkgname=lib32-at-spi2-atk
-pkgver=2.20.0
+pkgver=2.20.1
 pkgrel=1
 pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
 makedepends=('gcc-multilib' 'intltool')
 
source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
+sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
 
 prepare() {
   cd at-spi2-atk-${pkgver}


[arch-commits] Commit in lib32-at-spi2-atk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:25:12
  Author: alucryd
Revision: 171338

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD
(from rev 171337, lib32-at-spi2-atk/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 11:25:03 UTC (rev 171337)
+++ PKGBUILD2016-04-18 11:25:12 UTC (rev 171338)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor:Ionut Biru  
-
-pkgname=lib32-at-spi2-atk
-pkgver=2.20.0
-pkgrel=1
-pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
-arch=('x86_64')
-url='https://wiki.gnome.org/Accessibility'
-license=('GPL2')
-depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
-makedepends=('gcc-multilib' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
-sha256sums=('a24b142b6e8f1dd2d57a657447dde3e0ae29df481968c88673a58d4ce44f3ad2')
-
-prepare() {
-  cd at-spi2-atk-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-atk-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---sysconfdir='/etc' \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd at-spi2-atk-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-atk/repos/multilib-x86_64/PKGBUILD (from rev 171337, 
lib32-at-spi2-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 11:25:12 UTC (rev 171338)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor:Ionut Biru  
+
+pkgname=lib32-at-spi2-atk
+pkgver=2.20.1
+pkgrel=1
+pkgdesc='A GTK+ module that bridges ATK to D-Bus at-spi'
+arch=('x86_64')
+url='https://wiki.gnome.org/Accessibility'
+license=('GPL2')
+depends=('at-spi2-atk' 'lib32-at-spi2-core' 'lib32-atk')
+makedepends=('gcc-multilib' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-atk/${pkgver%.*}/at-spi2-atk-${pkgver}.tar.xz;)
+sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
+
+prepare() {
+  cd at-spi2-atk-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-atk-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sysconfdir='/etc' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd at-spi2-atk-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,lib32/gnome-settings-daemon-3.0,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-18 Thread Pierre Neidhardt
Date: Monday, April 18, 2016 @ 13:24:09
  Author: ambrevar
Revision: 171336

upgpkg: fzf 0.12.0-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:23:03 UTC (rev 171335)
+++ PKGBUILD2016-04-18 11:24:09 UTC (rev 171336)
@@ -4,7 +4,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.11.4
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -22,7 +22,7 @@
"git+https://github.com/junegunn/$pkgname.wiki;
"key-bindings.bash.patch"
"key-bindings.zsh.patch")
-sha256sums=('08871ad531c3931224721d4cd56651bf7d109c559a1bbdbfa7c787e3dd03d733'
+sha256sums=('a0754720bda05de1547a50183acec5d8c0515a98be780c2b99d1c1385142b071'
 'SKIP'
 'fc981d036d85d0b9a5e6ba65f84b1c0f86bcee2dabb09238e1edfa1f49a85b63'
 '0b89bf1d6d372b9a8d5927e58151157d42848086a252979006b89b72242c52e6')


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:23:03
  Author: alucryd
Revision: 171335

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 171334, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 11:22:56 UTC (rev 171334)
+++ PKGBUILD2016-04-18 11:23:03 UTC (rev 171335)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.20.0
-pkgrel=2
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 171334, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 11:23:03 UTC (rev 171335)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.20.1
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
+sha256sums=('6ed858e781f5aa9a9662b3beb5ef82f733dac040afc8255d85dffd2097f16900')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:22:56
  Author: alucryd
Revision: 171334

upgpkg: lib32-at-spi2-core 2.20.1-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:20:04 UTC (rev 171333)
+++ PKGBUILD2016-04-18 11:22:56 UTC (rev 171334)
@@ -4,8 +4,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.20.0
-pkgrel=2
+pkgver=2.20.1
+pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=('x86_64')
 url='http://www.gnome.org'
@@ -13,7 +13,7 @@
 depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
 makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
 
source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz;)
-sha256sums=('dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b')
+sha256sums=('6ed858e781f5aa9a9662b3beb5ef82f733dac040afc8255d85dffd2097f16900')
 
 prepare() {
   cd at-spi2-core-${pkgver}


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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:20:04
  Author: alucryd
Revision: 171333

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-cracklib/repos/multilib-testing-x86_64/
  lib32-cracklib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 171332, lib32-cracklib/trunk/PKGBUILD)

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

Copied: lib32-cracklib/repos/multilib-testing-x86_64/PKGBUILD (from rev 171332, 
lib32-cracklib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-04-18 11:20:04 UTC (rev 171333)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+# Contributor: Tobias Powalowski 
+# Contributor: Federico Quagliata 
+
+pkgname=lib32-cracklib
+pkgver=2.9.6
+pkgrel=1
+pkgdesc='Password Checking Library'
+arch=('x86_64')
+url='https://github.com/cracklib/cracklib'
+license=('GPL')
+depends=('cracklib' 'lib32-zlib')
+makedepends=('gcc-multilib')
+source=("https://github.com/cracklib/cracklib/releases/download/cracklib-${pkgver}/cracklib-${pkgver}.tar.gz;)
+sha256sums=('17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343')
+
+build() {
+  cd cracklib-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sbindir='/usr/bin' \
+--without-python
+  make
+}
+
+package() {
+  cd cracklib-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,bin,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:19:53
  Author: alucryd
Revision: 171332

upgpkg: lib32-cracklib 2.9.6-1

Modified:
  lib32-cracklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:09:13 UTC (rev 171331)
+++ PKGBUILD2016-04-18 11:19:53 UTC (rev 171332)
@@ -6,16 +6,16 @@
 # Contributor: Federico Quagliata 
 
 pkgname=lib32-cracklib
-pkgver=2.9.4
+pkgver=2.9.6
 pkgrel=1
 pkgdesc='Password Checking Library'
 arch=('x86_64')
-url='http://sourceforge.net/projects/cracklib'
+url='https://github.com/cracklib/cracklib'
 license=('GPL')
 depends=('cracklib' 'lib32-zlib')
 makedepends=('gcc-multilib')
-source=("http://downloads.sourceforge.net/sourceforge/cracklib/cracklib-${pkgver}.tar.gz;)
-sha256sums=('f2a866b4b9808344228ea6d68b69e3ba9a8a99210e23dfd718d4b95c60be8958')
+source=("https://github.com/cracklib/cracklib/releases/download/cracklib-${pkgver}/cracklib-${pkgver}.tar.gz;)
+sha256sums=('17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343')
 
 build() {
   cd cracklib-${pkgver}


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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:09:13
  Author: alucryd
Revision: 171331

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 lollypop.install |   30 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 11:09:01 UTC (rev 171330)
+++ PKGBUILD2016-04-18 11:09:13 UTC (rev 171331)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.95
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('51ea77d34442a6b942ea0907ad2e56920cbaaa5b0b42a31d818dc9ca869cc3dc')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 171330, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 11:09:13 UTC (rev 171331)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.96
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('309d10bfc536f2881c4917324fd70fb12ba9f28607aaabd424f7f43b8046a277')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2016-04-18 11:09:01 UTC (rev 171330)
+++ lollypop.install2016-04-18 11:09:13 UTC (rev 171331)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 171330, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2016-04-18 11:09:13 UTC (rev 171331)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 13:09:01
  Author: alucryd
Revision: 171330

upgpkg: lollypop 0.9.96-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 11:01:03 UTC (rev 171329)
+++ PKGBUILD2016-04-18 11:09:01 UTC (rev 171330)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.95
+pkgver=0.9.96
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -18,7 +18,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('51ea77d34442a6b942ea0907ad2e56920cbaaa5b0b42a31d818dc9ca869cc3dc')
+sha256sums=('309d10bfc536f2881c4917324fd70fb12ba9f28607aaabd424f7f43b8046a277')
 
 build() {
   cd lollypop-${pkgver}


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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 13:01:03
  Author: kkeen
Revision: 171329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 11:00:47 UTC (rev 171328)
+++ PKGBUILD2016-04-18 11:01:03 UTC (rev 171329)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-path
-pkgname=(python-path python2-path)
-pkgver=8.1.2
-pkgrel=2
-pkgdesc="Aka path.py, implements path objects as first-class entities"
-arch=('any')
-url="http://ipython.org;
-license=('MIT')
-depends=('python' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz;)
-md5sums=('31d07ac861284f8148a9041064852371')
-
-
-prepare() {
-  cd "$srcdir"
-  cp -r path.py-$pkgver python2-path.py-$pkgver
-}
-
-package_python-path() {
-  depends=('python' 'python-setuptools')
-  cd "$srcdir/path.py-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -d "$pkgdir/usr/share/licenses/$pkgname/"
-  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-path() {
-  depends=('python2' 'python2-setuptools')
-  cd "$srcdir/python2-path.py-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -d "$pkgdir/usr/share/licenses/$pkgname/"
-  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-

Copied: python-path/repos/community-any/PKGBUILD (from rev 171328, 
python-path/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 11:01:03 UTC (rev 171329)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-path
+pkgname=(python-path python2-path)
+pkgver=8.2.1
+pkgrel=1
+pkgdesc="Aka path.py, implements path objects as first-class entities"
+arch=('any')
+url="http://ipython.org;
+license=('MIT')
+depends=('python' 'python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz;)
+md5sums=('7334796c9ed6036cb89bcd30d8409f91')
+
+
+prepare() {
+  cd "$srcdir"
+  cp -r path.py-$pkgver python2-path.py-$pkgver
+}
+
+package_python-path() {
+  depends=('python' 'python-setuptools')
+  cd "$srcdir/path.py-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -d "$pkgdir/usr/share/licenses/$pkgname/"
+  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-path() {
+  depends=('python2' 'python2-setuptools')
+  cd "$srcdir/python2-path.py-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -d "$pkgdir/usr/share/licenses/$pkgname/"
+  head -n 21 path.py > "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+


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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 13:00:47
  Author: kkeen
Revision: 171328

upgpkg: python-path 8.2.1-1

Modified:
  python-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 10:56:00 UTC (rev 171327)
+++ PKGBUILD2016-04-18 11:00:47 UTC (rev 171328)
@@ -3,8 +3,8 @@
 
 pkgbase=python-path
 pkgname=(python-path python2-path)
-pkgver=8.1.2
-pkgrel=2
+pkgver=8.2.1
+pkgrel=1
 pkgdesc="Aka path.py, implements path objects as first-class entities"
 arch=('any')
 url="http://ipython.org;
@@ -12,7 +12,7 @@
 depends=('python' 'python-setuptools')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.python.org/packages/source/p/path.py/path.py-$pkgver.tar.gz;)
-md5sums=('31d07ac861284f8148a9041064852371')
+md5sums=('7334796c9ed6036cb89bcd30d8409f91')
 
 
 prepare() {


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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 12:56:00
  Author: alucryd
Revision: 171327

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

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

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

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

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

2016-04-18 Thread Maxime Gauduin
Date: Monday, April 18, 2016 @ 12:55:36
  Author: alucryd
Revision: 171326

upgpkg: emby-server 3.0.5930-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 10:21:18 UTC (rev 171325)
+++ PKGBUILD2016-04-18 10:55:36 UTC (rev 171326)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5913
+pkgver=3.0.5930
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('72c4904bea98e71a4bb52b76d6d5062352ec34fda5a6d2dd0ac9b0ba3f375c9e'
+sha256sums=('9fb9f21a0c85465b40ce0c49433df7762848b80244c173efa22128bd5141692d'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 12:21:18
  Author: fyan
Revision: 171325

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

Added:
  aspell-pt/repos/community-i686/PKGBUILD
(from rev 171324, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/community-x86_64/PKGBUILD
(from rev 171324, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/community-i686/PKGBUILD
  aspell-pt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 10:20:36 UTC (rev 171324)
+++ community-i686/PKGBUILD 2016-04-18 10:21:18 UTC (rev 171325)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160206
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'b6e638e33fe088fe0e18352f485531c102283188'
-  '606b81a9ea5ec6bcee61a576e9e2e6c0d9db8562')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  make DESTDIR="$pkgdir" install
-
-  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
-}

Copied: aspell-pt/repos/community-i686/PKGBUILD (from rev 171324, 
aspell-pt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 10:21:18 UTC (rev 171325)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20160406
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  '49df97a0b3098ca687e33c175caceb90206b52ac'
+  'ebd17c904a93d7753f0be1c7ca4aea00812f018b')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
+  echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-18 10:20:36 UTC (rev 171324)
+++ community-x86_64/PKGBUILD   2016-04-18 10:21:18 UTC (rev 171325)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20160206
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'b6e638e33fe088fe0e18352f485531c102283188'
-  '606b81a9ea5ec6bcee61a576e9e2e6c0d9db8562')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd 

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 12:20:36
  Author: fyan
Revision: 171324

upgpkg: aspell-pt 20160406-1

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 08:41:36 UTC (rev 171323)
+++ PKGBUILD2016-04-18 10:20:36 UTC (rev 171324)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=aspell-pt
-_pkgverPT=20160206
+_pkgverPT=20160406
 _pkgverBR=20090702
 pkgver=$_pkgverPT
 pkgrel=1
@@ -17,8 +17,8 @@
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'b6e638e33fe088fe0e18352f485531c102283188'
-  '606b81a9ea5ec6bcee61a576e9e2e6c0d9db8562')
+  '49df97a0b3098ca687e33c175caceb90206b52ac'
+  'ebd17c904a93d7753f0be1c7ca4aea00812f018b')
 
 build() {
   cd aspell6-pt_BR-$_pkgverBR-0


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-04-18 Thread Florian Pritz
Date: Monday, April 18, 2016 @ 10:56:53
  Author: bluewind
Revision: 265132

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 265131, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 265131, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 265131, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  847 +--
 upgpkg |8 
 3 files changed, 461 insertions(+), 456 deletions(-)

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


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

2016-04-18 Thread Florian Pritz
Date: Monday, April 18, 2016 @ 10:56:49
  Author: bluewind
Revision: 265131

upgpkg: pacman-mirrorlist 20160418-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |7 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 07:12:52 UTC (rev 265130)
+++ PKGBUILD2016-04-18 08:56:49 UTC (rev 265131)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160410
+pkgver=20160418
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('becbf0766dd51c912c87e1cbf034e780')
-sha256sums=('0f51fc5b8a63727e787ccde7d5fd99adfa052beaaa87670683f2e3e6f777f90f')
+md5sums=('c34fce216d8c3e00a2cf09203cd58be1')
+sha256sums=('00d27abf4cfe3a7f61adc05ca76cac2ef68f918cc15150df958704b292e5147a')

Modified: mirrorlist
===
--- mirrorlist  2016-04-18 07:12:52 UTC (rev 265130)
+++ mirrorlist  2016-04-18 08:56:49 UTC (rev 265131)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-04-10
+## Generated on 2016-04-18
 ##
 
 ## Worldwide
@@ -60,6 +60,8 @@
 #Server = http://mirrors.163.com/archlinux/$repo/os/$arch
 #Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.cug.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.cug6.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.hust.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
@@ -88,6 +90,7 @@
 #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
 #Server = http://ftp.klid.dk/ftp/archlinux/$repo/os/$arch
 #Server = http://mirror.one.com/archlinux/$repo/os/$arch
+#Server = https://mirror.one.com/archlinux/$repo/os/$arch
 
 ## Ecuador
 #Server = http://mirror.cedia.org.ec/archlinux/$repo/os/$arch
@@ -123,6 +126,7 @@
 #Server = http://arch.tamcore.eu/$repo/os/$arch
 #Server = http://mirrors.theblazehen.com/archlinux/$repo/os/$arch
 #Server = http://mirror.tyborek.pl/arch/$repo/os/$arch
+#Server = https://mirror.tyborek.pl/arch/$repo/os/$arch
 #Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch
 #Server = https://mirror.wormhole.eu/archlinux/$repo/os/$arch
 #Server = http://arch.yourlabs.org/$repo/os/$arch
@@ -178,6 +182,7 @@
 #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
 #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
+#Server = https://ftp.tuxdroid.org/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch


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

2016-04-18 Thread Christian Hesse
Date: Monday, April 18, 2016 @ 10:41:36
  Author: eworm
Revision: 171323

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

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

---+
 /PKGBUILD |  126 
 /librecad.install |   26 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/librecad.install   |   13 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/librecad.install |   13 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 08:41:32 UTC (rev 171322)
+++ community-i686/PKGBUILD 2016-04-18 08:41:36 UTC (rev 171323)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: mickele  (librecad-git PKGBUILD)
-# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
-# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
-
-pkgname=librecad
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
-arch=('i686' 'x86_64')
-url='http://www.librecad.org/'
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
-makedepends=('boost' 'imagemagick' 'librsvg')
-conflicts=('librecad-git')
-replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
-install=librecad.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
-sha256sums=('a0a14676e167430f23a2f00220c87d2b34d711e73a8ff2368024a998f425d677')
-
-build() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # fix version string
-   sed -i "/^SCMREVISION/c SCMREVISION=\"${pkgver}\"" librecad/src/src.pro
-
-   export CPPFLAGS="-std=c++0x"
-   qmake-qt5 librecad.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # executables
-   install -D -m0755 unix/librecad "${pkgdir}/usr/bin/librecad"
-   install -D -m0755 unix/ttf2lff "${pkgdir}/usr/bin/ttf2lff"
-
-   # desktop file and man pages
-   install -D -m0644 desktop/librecad.desktop 
"${pkgdir}/usr/share/applications/librecad.desktop"
-   install -D -m0644 desktop/librecad.1 
"${pkgdir}/usr/share/man/man1/librecad.1"
-
-   # documentation
-   install -D -m0644 librecad/support/doc/README 
"${pkgdir}/usr/share/doc/librecad/index.README"
-   install -D -m0644 librecad/support/doc/index.html 
"${pkgdir}/usr/share/doc/librecad/index.html"
-   install -D -m0644 librecad/support/doc/style.css 
"${pkgdir}/usr/share/doc/librecad/style.css"
-   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
"${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png"
-
-   # icons
-   for SIZE in 16 24 32 48 64 96 128; do
-   convert -scale ${SIZE} \
-   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
-   ${srcdir}/librecad.png
-   install -D -m0644 ${srcdir}/librecad.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png"
-   done
-   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg"
-
-   # resources
-   mkdir -p "${pkgdir}/usr/share/librecad/"
-   cp -r unix/resources/{library,patterns,fonts,qm} 
"${pkgdir}/usr/share/librecad/"
-}
-

Copied: librecad/repos/community-i686/PKGBUILD (from rev 171322, 
librecad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 08:41:36 UTC (rev 171323)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: mickele  (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.10
+pkgrel=1
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
+makedepends=('boost' 'imagemagick' 'librsvg')
+conflicts=('librecad-git')
+replaces=('librecad-svn' 'caduntu' 'caduntu-svn')

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

2016-04-18 Thread Christian Hesse
Date: Monday, April 18, 2016 @ 10:41:32
  Author: eworm
Revision: 171322

upgpkg: librecad 2.0.10-1

new upstream release

Modified:
  librecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 07:23:09 UTC (rev 171321)
+++ PKGBUILD2016-04-18 08:41:32 UTC (rev 171322)
@@ -5,7 +5,7 @@
 # Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
 
 pkgname=librecad
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=1
 pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
 install=librecad.install
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
-sha256sums=('a0a14676e167430f23a2f00220c87d2b34d711e73a8ff2368024a998f425d677')
+sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
 
 build() {
cd "${srcdir}/LibreCAD-${pkgver}"


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 09:23:09
  Author: fyan
Revision: 171321

archrelease: copy trunk to community-any

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

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

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

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

Deleted: diff-so-fancy.install
===
--- diff-so-fancy.install   2016-04-18 07:22:43 UTC (rev 171320)
+++ diff-so-fancy.install   2016-04-18 07:23:09 UTC (rev 171321)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Refer to https://github.com/so-fancy/diff-so-fancy#usage for usage"
-}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
171320, diff-so-fancy/trunk/diff-so-fancy.install)
===
--- diff-so-fancy.install   (rev 0)
+++ diff-so-fancy.install   

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 09:22:43
  Author: fyan
Revision: 171320

upgpkg: diff-so-fancy 0.8.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 07:20:17 UTC (rev 171319)
+++ PKGBUILD2016-04-18 07:22:43 UTC (rev 171320)
@@ -3,7 +3,7 @@
 # Contributor: icasdri 
 
 pkgname=diff-so-fancy
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 09:20:17
  Author: fyan
Revision: 171319

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-18 07:19:56 UTC (rev 171318)
+++ PKGBUILD2016-04-18 07:20:17 UTC (rev 171319)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testresources
-pkgname=('python-testresources' 'python2-testresources')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Testresources, a pyunit extension for managing expensive test 
resources"
-arch=('any')
-license=('Apache' 'BSD')
-url="https://launchpad.net/testresources;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-testtools' 'python2-testtools')
-source=("https://pypi.python.org/packages/source/t/testresources/testresources-$pkgver.tar.gz;)
-sha512sums=('7c9f9cbcc62066ab4a75d68780d8892548423e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b')
-
-prepare() {
-  cp -a testresources-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/testresources-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/testresources-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/testresources-$pkgver"
-  python -m testtools.run discover
-
-  cd "$srcdir/testresources-$pkgver-py2"
-  python2 -m testtools.run discover
-}
-
-package_python-testresources() {
-  depends=('python')
-
-  cd testresources-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_python2-testresources() {
-  depends=('python2')
-
-  cd testresources-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: python-testresources/repos/community-any/PKGBUILD (from rev 171318, 
python-testresources/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-18 07:20:17 UTC (rev 171319)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testresources
+pkgname=('python-testresources' 'python2-testresources')
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Testresources, a pyunit extension for managing expensive test 
resources"
+arch=('any')
+license=('Apache' 'BSD')
+url="https://launchpad.net/testresources;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-testtools' 'python2-testtools')
+source=("https://pypi.python.org/packages/source/t/testresources/testresources-$pkgver.tar.gz;)
+sha512sums=('94944aa7582f9211de280bd14d6e980dc839d32a393291079e1a5fff93b1d33cc4483c78cfad5388eef1427d91862c1e3f9bf5a0a509c9459e47e4d48f0a51be')
+
+prepare() {
+  cp -a testresources-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testresources-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/testresources-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testresources-$pkgver
+  python -m testtools.run discover
+
+  cd "$srcdir"/testresources-$pkgver-py2
+  python2 -m testtools.run discover
+}
+
+package_python-testresources() {
+  depends=('python')
+
+  cd testresources-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-testresources() {
+  depends=('python2')
+
+  cd testresources-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 09:19:56
  Author: fyan
Revision: 171318

upgpkg: python-testresources 2.0.0-1

Modified:
  python-testresources/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:54:25 UTC (rev 171317)
+++ PKGBUILD2016-04-18 07:19:56 UTC (rev 171318)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testresources
 pkgname=('python-testresources' 'python2-testresources')
-pkgver=1.0.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Testresources, a pyunit extension for managing expensive test 
resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
  'python-testtools' 'python2-testtools')
 
source=("https://pypi.python.org/packages/source/t/testresources/testresources-$pkgver.tar.gz;)
-sha512sums=('7c9f9cbcc62066ab4a75d68780d8892548423e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b')
+sha512sums=('94944aa7582f9211de280bd14d6e980dc839d32a393291079e1a5fff93b1d33cc4483c78cfad5388eef1427d91862c1e3f9bf5a0a509c9459e47e4d48f0a51be')
 
 prepare() {
   cp -a testresources-$pkgver{,-py2}
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd "$srcdir/testresources-$pkgver"
+  cd "$srcdir"/testresources-$pkgver
   python setup.py build
 
-  cd "$srcdir/testresources-$pkgver-py2"
+  cd "$srcdir"/testresources-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/testresources-$pkgver"
+  cd "$srcdir"/testresources-$pkgver
   python -m testtools.run discover
 
-  cd "$srcdir/testresources-$pkgver-py2"
+  cd "$srcdir"/testresources-$pkgver-py2
   python2 -m testtools.run discover
 }
 
@@ -38,8 +38,8 @@
   depends=('python')
 
   cd testresources-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 
 package_python2-testresources() {
@@ -46,6 +46,6 @@
   depends=('python2')
 
   cd testresources-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 09:11:31
  Author: arojas
Revision: 265127

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

Added:
  phonon-vlc/repos/staging-i686/
  phonon-vlc/repos/staging-i686/PKGBUILD
(from rev 265126, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/staging-x86_64/
  phonon-vlc/repos/staging-x86_64/PKGBUILD
(from rev 265126, phonon-vlc/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-x86_64/PKGBUILD |   60 ++
 2 files changed, 120 insertions(+)

Copied: phonon-vlc/repos/staging-i686/PKGBUILD (from rev 265126, 
phonon-vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-18 07:11:31 UTC (rev 265127)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon-vlc
+pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
+pkgver=0.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('66615ae8df37408f47f369e64d836746')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPLUGIN_INSTALL_DIR=/usr/lib/kde4
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-vlc() {
+  pkgdesc="Phonon VLC backend for Qt4"
+  depends=('vlc')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-vlc')
+  conflicts=('phonon-vlc')
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-vlc() {
+  pkgdesc="Phonon VLC backend for Qt5"
+  depends=('vlc')
+  provides=('phonon-qt5-backend')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Copied: phonon-vlc/repos/staging-x86_64/PKGBUILD (from rev 265126, 
phonon-vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-18 07:11:31 UTC (rev 265127)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon-vlc
+pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
+pkgver=0.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('66615ae8df37408f47f369e64d836746')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPLUGIN_INSTALL_DIR=/usr/lib/kde4
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-vlc() {
+  pkgdesc="Phonon VLC backend for Qt4"
+  depends=('vlc')
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-vlc')
+  conflicts=('phonon-vlc')
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-vlc() {
+  pkgdesc="Phonon VLC backend for Qt5"
+  depends=('vlc')
+  provides=('phonon-qt5-backend')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 09:10:59
  Author: arojas
Revision: 265126

Update to 4.9.0

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 07:09:56 UTC (rev 265125)
+++ PKGBUILD2016-04-18 07:10:59 UTC (rev 265126)
@@ -4,14 +4,14 @@
 
 pkgbase=phonon-vlc
 pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.8.2
-pkgrel=4
+pkgver=0.9.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
-makedepends=('vlc' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('3937517ce4929dea4398ad9834507f97')
+makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('66615ae8df37408f47f369e64d836746')
 
 prepare() {
   mkdir build-qt4
@@ -20,7 +20,7 @@
 
 build() {
   cd build-qt4
-  cmake ../phonon-backend-vlc-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
@@ -29,7 +29,7 @@
   make
 
   cd ../build-qt5
-  cmake ../phonon-backend-vlc-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 09:09:56
  Author: arojas
Revision: 265125

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

Added:
  phonon-gstreamer/repos/staging-i686/
  phonon-gstreamer/repos/staging-i686/PKGBUILD
(from rev 265124, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
(from rev 265124, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/staging-x86_64/
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 265124, phonon-gstreamer/trunk/PKGBUILD)
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install
(from rev 265124, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)

--+
 staging-i686/PKGBUILD|   67 +
 staging-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 +
 staging-i686/phonon-qt4-gstreamer.install|   11 +
 staging-x86_64/PKGBUILD  |   67 +
 staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 +
 staging-x86_64/phonon-qt4-gstreamer.install  |   11 +
 6 files changed, 346 insertions(+)

Copied: phonon-gstreamer/repos/staging-i686/PKGBUILD (from rev 265124, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-18 07:09:56 UTC (rev 265125)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+depends=('gst-plugins-base')
+optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
+   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
+makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('b2b0ca327908948ce8cdba117e31bf80')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt4"
+  provides=('phonon-backend' 'phonon-qt4-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  install="phonon-qt4-gstreamer.install"
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+
+# Conflict with -qt5
+  rm -r "$pkgdir"/usr/share/icons
+}
+
+package_phonon-qt5-gstreamer() {
+  pkgdesc="Phonon GStreamer backend for Qt5"
+  provides=('phonon-qt5-backend')
+  replaces=('phonon-gstreamer')
+  conflicts=('phonon-gstreamer')
+  depends+=('qt5-x11extras')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch 
(from rev 265124, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
===
--- staging-i686/phonon-gstreamer-gst15_include_dirs.patch  
(rev 0)
+++ staging-i686/phonon-gstreamer-gst15_include_dirs.patch  2016-04-18 
07:09:56 UTC (rev 265125)
@@ -0,0 +1,95 @@
+diff -up phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake
+--- phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
2014-12-27 08:05:27.0 -0600
 phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake   2015-07-06 
08:46:39.288178885 -0500
+@@ -2,7 +2,7 @@
+ # Once done this will define
+ #
+ #  GSTREAMER_FOUND - system has GStreamer
+-#  GSTREAMER_INCLUDE_DIR - the GStreamer include directory
++#  GSTREAMER_INCLUDE_DIRS - the GStreamer include directory
+ #  GSTREAMER_LIBRARIES - the libraries needed to use GStreamer
+ #  GSTREAMER_DEFINITIONS - 

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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 09:05:45
  Author: arojas
Revision: 265124

Update to 4.9.0

Modified:
  phonon-gstreamer/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 11 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:55:48 UTC (rev 265123)
+++ PKGBUILD2016-04-18 07:05:45 UTC (rev 265124)
@@ -3,8 +3,8 @@
 
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.2
-pkgrel=4
+pkgver=4.9.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
@@ -11,25 +11,18 @@
 depends=('gst-plugins-base')
 optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;
-"phonon-gstreamer-gst15_include_dirs.patch")
-md5sums=('ce441035dc5a00ffaac9a64518ab5c62'
- 'c4a3d5230b07d4d84a8f05a8575c69aa')
+makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('b2b0ca327908948ce8cdba117e31bf80')
 
 prepare() {
   mkdir build-qt4
   mkdir build-qt5
-
-  cd phonon-backend-gstreamer-${pkgver}
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1239790
-  patch -Np1 -i ../phonon-gstreamer-gst15_include_dirs.patch
 }
 
 build() {
   cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
@@ -38,7 +31,7 @@
   make
 
   cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
@@ -57,6 +50,9 @@
 
   cd build-qt4
   make DESTDIR="${pkgdir}" install
+
+# Conflict with -qt5
+  rm -r "$pkgdir"/usr/share/icons
 }
 
 package_phonon-qt5-gstreamer() {
@@ -64,10 +60,8 @@
   provides=('phonon-qt5-backend')
   replaces=('phonon-gstreamer')
   conflicts=('phonon-gstreamer')
+  depends+=('qt5-x11extras')
 
   cd build-qt5
   make DESTDIR="${pkgdir}" install
-
-  # Those are not needed
-  rm -rf "${pkgdir}"/usr/share
 }


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:55:48
  Author: arojas
Revision: 265123

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

Added:
  phonon/repos/staging-i686/
  phonon/repos/staging-i686/PKGBUILD
(from rev 265122, phonon/trunk/PKGBUILD)
  phonon/repos/staging-i686/qt-5.4.2.patch
(from rev 265122, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/staging-x86_64/
  phonon/repos/staging-x86_64/PKGBUILD
(from rev 265122, phonon/trunk/PKGBUILD)
  phonon/repos/staging-x86_64/qt-5.4.2.patch
(from rev 265122, phonon/trunk/qt-5.4.2.patch)

---+
 staging-i686/PKGBUILD |   71 
 staging-i686/qt-5.4.2.patch   |   23 
 staging-x86_64/PKGBUILD   |   71 
 staging-x86_64/qt-5.4.2.patch |   23 
 4 files changed, 188 insertions(+)

Copied: phonon/repos/staging-i686/PKGBUILD (from rev 265122, 
phonon/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-18 06:55:48 UTC (rev 265123)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
+options=('!emptydirs')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('8abeb7b1eaf4935668c7fb441fc2491a')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc="The multimedia framework for KDE4"
+  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
+  optdepends=('pulseaudio: PulseAudio support')
+  replaces=('phonon')
+  provides=('phonon')
+  conflicts=('phonon')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Install headers into the Qt4 dir
+  install -d "${pkgdir}"/usr/include/qt4
+  mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/
+
+  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
+"${pkgdir}/usr/lib/pkgconfig/phonon.pc"
+}
+
+package_phonon-qt5(){
+  pkgdesc="The multimedia framework for KF5"
+  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
+  optdepends=('pulseaudio: PulseAudio support')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Copied: phonon/repos/staging-i686/qt-5.4.2.patch (from rev 265122, 
phonon/trunk/qt-5.4.2.patch)
===
--- staging-i686/qt-5.4.2.patch (rev 0)
+++ staging-i686/qt-5.4.2.patch 2016-04-18 06:55:48 UTC (rev 265123)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan 
+Date: Thu, 28 May 2015 15:56:47 +
+Subject: Yet another _include_dirs fix
+X-Git-Url: 
http://quickgit.kde.org/?p=phonon.git=commitdiff=635b65fa417f49ac4ae189e926bf138efc6544d6
+---
+Yet another _include_dirs fix
+
+The variable is set as a definition, so mark it as such
+---
+
+
+--- a/cmake/FindPhononInternal.cmake
 b/cmake/FindPhononInternal.cmake
+@@ -409,7 +409,7 @@
+   file(WRITE "${_source_file}" "${_source}")
+   set(_include_dirs "-DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES}")
+ 
+-  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var)
++  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS "${CMAKE_CXX_FLAGS}" COMPILE_DEFINITIONS "${_include_dirs}" 
OUTPUT_VARIABLE _compile_output_var)
+ 
+   if(NOT _compile_result)
+  message("${_compile_output_var}")
+

Copied: phonon/repos/staging-x86_64/PKGBUILD (from rev 265122, 
phonon/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-18 06:55:48 UTC (rev 265123)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')

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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:55:23
  Author: arojas
Revision: 265122

Update to 4.9.0

Modified:
  phonon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:47:14 UTC (rev 265121)
+++ PKGBUILD2016-04-18 06:55:23 UTC (rev 265122)
@@ -3,24 +3,19 @@
 
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=6
+pkgver=4.9.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools')
+makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
 options=('!emptydirs')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
-md5sums=('88bb9867261803eed61ff53a7c026338'
- '0235218127e47f646dd037661970aa97')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('8abeb7b1eaf4935668c7fb441fc2491a')
 
 prepare() {
   mkdir build
   mkdir build-qt5
-
-# Fix build with Qt 5.4.2
-  cd $pkgbase-$pkgver
-  patch -p1 -i "$srcdir"/qt-5.4.2.patch
 }
 
 build() {


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:54:25
  Author: fyan
Revision: 171317

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 171316, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 171316, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 171316, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 171316, haskell-warp-tls/trunk/haskell-warp-tls.install)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
171316, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:54:25 UTC (rev 171317)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=14
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+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-warp-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 171316, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-04-18 06:54:25 UTC 
(rev 171317)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+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-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
171316, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:54:25 UTC (rev 171317)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=14
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" 

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:53:52
  Author: fyan
Revision: 171316

upgpkg: haskell-warp-tls 3.2.1-14

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:51:35 UTC (rev 171315)
+++ PKGBUILD2016-04-18 06:53:52 UTC (rev 171316)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.1
-pkgrel=13
+pkgrel=14
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:51:35
  Author: fyan
Revision: 171315

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

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

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-yesod.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-yesod.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 171314, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:51:35 UTC (rev 171315)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=4
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+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-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 171314, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-04-18 06:51:35 UTC 
(rev 171315)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 171314, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:51:35 UTC (rev 171315)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:51:06
  Author: fyan
Revision: 171314

upgpkg: haskell-yesod 1.4.3-4

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:46:17 UTC (rev 171313)
+++ PKGBUILD2016-04-18 06:51:06 UTC (rev 171314)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:46:17
  Author: fyan
Revision: 171313

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

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

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 171312, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:46:17 UTC (rev 171313)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=15
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+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 \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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-citeproc() {
+depends=('pandoc' 'icu')
+
+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"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 171312, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-04-18 
06:46:17 UTC (rev 171313)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  

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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:46:02
  Author: arojas
Revision: 265117

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

Added:
  ktorrent/repos/testing-i686/PKGBUILD
(from rev 265116, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/testing-i686/ktorrent.install
(from rev 265116, ktorrent/trunk/ktorrent.install)
  ktorrent/repos/testing-x86_64/PKGBUILD
(from rev 265116, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/testing-x86_64/ktorrent.install
(from rev 265116, ktorrent/trunk/ktorrent.install)
Deleted:
  ktorrent/repos/testing-i686/PKGBUILD
  ktorrent/repos/testing-i686/ktorrent.install
  ktorrent/repos/testing-x86_64/PKGBUILD
  ktorrent/repos/testing-x86_64/ktorrent.install

-+
 /PKGBUILD   |   74 ++
 /ktorrent.install   |   26 +
 testing-i686/PKGBUILD   |   37 ---
 testing-i686/ktorrent.install   |   13 --
 testing-x86_64/PKGBUILD |   37 ---
 testing-x86_64/ktorrent.install |   13 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-18 06:45:34 UTC (rev 265116)
+++ testing-i686/PKGBUILD   2016-04-18 06:46:02 UTC (rev 265117)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Travis Willard 
-# Contributor: Georg Grabler 
-
-pkgname=ktorrent
-pkgver=5.0
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
-url='http://ktorrent.pwsp.net/'
-license=('GPL2')
-depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-  -DKDE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: ktorrent/repos/testing-i686/PKGBUILD (from rev 265116, 
ktorrent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-18 06:46:02 UTC (rev 265117)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=('i686' 'x86_64')
+url='http://ktorrent.pwsp.net/'
+license=('GPL2')
+depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+  -DKDE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/ktorrent.install
===
--- testing-i686/ktorrent.install   2016-04-18 06:45:34 UTC (rev 265116)
+++ testing-i686/ktorrent.install   2016-04-18 06:46:02 UTC (rev 265117)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ktorrent/repos/testing-i686/ktorrent.install (from rev 265116, 
ktorrent/trunk/ktorrent.install)
===
--- testing-i686/ktorrent.install   (rev 0)
+++ testing-i686/ktorrent.install   2016-04-18 06:46:02 UTC (rev 265117)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-mime-database usr/share/mime &> /dev/null
+   

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:45:47
  Author: fyan
Revision: 171312

upgpkg: pandoc-citeproc 0.9.1.1-15

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:33:47 UTC (rev 171311)
+++ PKGBUILD2016-04-18 06:45:47 UTC (rev 171312)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:45:34
  Author: arojas
Revision: 265116

Update to 5.0.1

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:40:05 UTC (rev 265115)
+++ PKGBUILD2016-04-18 06:45:34 UTC (rev 265116)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
 
 prepare() {
   mkdir -p build


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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:40:05
  Author: arojas
Revision: 265115

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-18 06:39:27 UTC (rev 265114)
+++ testing-i686/PKGBUILD   2016-04-18 06:40:05 UTC (rev 265115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-pkgname=libktorrent
-pkgver=2.0
-_ktorrentver=5.0
-pkgrel=1
-pkgdesc="A BitTorrent protocol implementation"
-arch=(i686 x86_64)
-url="http://ktorrent.pwsp.net/;
-license=(GPL2)
-depends=(kio qca-qt5)
-makedepends=(extra-cmake-modules python boost doxygen)
-source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktorrent/repos/testing-i686/PKGBUILD (from rev 265114, 
libktorrent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-18 06:40:05 UTC (rev 265115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0.1
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ebf4aedd97741ad534ee272576a4649788209574')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-04-18 06:39:27 UTC (rev 265114)
+++ testing-x86_64/PKGBUILD 2016-04-18 06:40:05 UTC (rev 265115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-
-pkgname=libktorrent
-pkgver=2.0
-_ktorrentver=5.0
-pkgrel=1
-pkgdesc="A BitTorrent protocol implementation"
-arch=(i686 x86_64)
-url="http://ktorrent.pwsp.net/;
-license=(GPL2)
-depends=(kio qca-qt5)
-makedepends=(extra-cmake-modules python boost doxygen)
-source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktorrent/repos/testing-x86_64/PKGBUILD (from rev 265114, 
libktorrent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-18 06:40:05 UTC (rev 265115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0.1
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ebf4aedd97741ad534ee272576a4649788209574')
+
+prepare() {
+  mkdir 

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

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:39:27
  Author: arojas
Revision: 265114

Update to 2.0.1

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:25:48 UTC (rev 265113)
+++ PKGBUILD2016-04-18 06:39:27 UTC (rev 265114)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libktorrent
-pkgver=2.0
+pkgver=2.0.1
 _ktorrentver=5.0
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
@@ -14,7 +14,7 @@
 depends=(kio qca-qt5)
 makedepends=(extra-cmake-modules python boost doxygen)
 
source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
+sha1sums=('ebf4aedd97741ad534ee272576a4649788209574')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2016-04-18 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 08:33:47
  Author: lcarlier
Revision: 171311

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 171310, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 171310, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++--
 PKGBUILD |  274 ++---
 2 files changed, 219 insertions(+), 219 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-18 06:33:41 UTC (rev 171310)
+++ LICENSE 2016-04-18 06:33:47 UTC (rev 171311)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 171310, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-18 06:33:47 UTC (rev 171311)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

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

2016-04-18 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 08:33:41
  Author: lcarlier
Revision: 171310

upgpkg: lib32-mesa 11.2.1-1

upstream update 11.2.1

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:31:01 UTC (rev 171309)
+++ PKGBUILD2016-04-18 06:33:41 UTC (rev 171310)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=11.2.0
+pkgver=11.2.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('1c1fed2674abf3f16ed2623e9a5694d6752c293194e18462ebc644a19cfaafb2'
+sha256sums=('a65207e9ae5c5f1c29f863c6a2cc98a7ab99762a24b82a248337f0ea9cfce01b'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:31:01
  Author: fyan
Revision: 171309

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

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

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/haskell-cheapskate.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/haskell-cheapskate.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
171308, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:31:01 UTC (rev 171309)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=23
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('023243726dd26a381ae43c6cace5381533b7605f069f04888c99b58d290c3d37')
+
+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-dingus
+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-cheapskate/repos/community-staging-i686/haskell-cheapskate.install 
(from rev 171308, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-04-18 06:31:01 UTC 
(rev 171309)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cheapskate
+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-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
171308, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:31:01 UTC (rev 171309)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=23
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:30:31
  Author: fyan
Revision: 171308

upgpkg: haskell-cheapskate 0.1.0.4-23

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:28:08 UTC (rev 171307)
+++ PKGBUILD2016-04-18 06:30:31 UTC (rev 171308)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:28:08
  Author: fyan
Revision: 171307

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 171306, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 171306, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 171306, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 171306, haskell-yesod-default/trunk/haskell-yesod-default.install)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
171306, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:28:08 UTC (rev 171307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=37
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 171306, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-04-18 
06:28:08 UTC (rev 171307)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+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-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
171306, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:28:08 UTC (rev 171307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=37
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:27:38
  Author: fyan
Revision: 171306

upgpkg: haskell-yesod-default 1.2.0-37

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:09:11 UTC (rev 171305)
+++ PKGBUILD2016-04-18 06:27:38 UTC (rev 171306)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-04-18 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 08:25:48
  Author: lcarlier
Revision: 265113

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 265112, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 265112, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 265112, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 265112, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 ++
 /PKGBUILD |  344 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  172 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  172 
 6 files changed, 508 insertions(+), 508 deletions(-)

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


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

2016-04-18 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 08:25:38
  Author: lcarlier
Revision: 265112

upgpkg: mesa 11.2.1-1

upstream update 11.2.1

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 05:58:29 UTC (rev 265111)
+++ PKGBUILD2016-04-18 06:25:38 UTC (rev 265112)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=11.2.0
+pkgver=11.2.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('1c1fed2674abf3f16ed2623e9a5694d6752c293194e18462ebc644a19cfaafb2'
+sha256sums=('a65207e9ae5c5f1c29f863c6a2cc98a7ab99762a24b82a248337f0ea9cfce01b'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:09:11
  Author: fyan
Revision: 171305

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 171304, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:09:11 UTC (rev 171305)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=41
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fnetwork-uri
+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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
171304, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-04-18 06:09:11 UTC (rev 
171305)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 171304, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:09:11 UTC (rev 171305)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=41
+pkgdesc="RFC 4918 WebDAV support"

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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:08:42
  Author: fyan
Revision: 171304

upgpkg: haskell-dav 1.2-41

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:02:50 UTC (rev 171303)
+++ PKGBUILD2016-04-18 06:08:42 UTC (rev 171304)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=40
+pkgrel=41
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:02:20
  Author: fyan
Revision: 171302

upgpkg: haskell-hpack 0.12.0-4

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:01:23 UTC (rev 171301)
+++ PKGBUILD2016-04-18 06:02:20 UTC (rev 171302)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2016-04-18 Thread Felix Yan
Date: Monday, April 18, 2016 @ 08:02:50
  Author: fyan
Revision: 171303

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

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

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-hpack.install   |   23 
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-hpack.install |   23 
 4 files changed, 132 insertions(+)

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 171302, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-18 06:02:50 UTC (rev 171303)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.12.0
+pkgrel=4
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')
+install=$pkgname.install
+md5sums=('da2d5525381ac1405b7e9dfd4795cab7')
+
+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
+  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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$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-hpack/repos/community-staging-i686/haskell-hpack.install (from 
rev 171302, haskell-hpack/trunk/haskell-hpack.install)
===
--- community-staging-i686/haskell-hpack.install
(rev 0)
+++ community-staging-i686/haskell-hpack.install2016-04-18 06:02:50 UTC 
(rev 171303)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-hpack
+
+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-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 171302, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-18 06:02:50 UTC (rev 171303)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.12.0
+pkgrel=4
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')

  1   2   >