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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:20:32
  Author: felixonmars
Revision: 263697

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 263696, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 04:20:32 UTC (rev 263697)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171018
+pkgrel=2
+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' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"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-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"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-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 263696, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 04:20:32 UTC (rev 263697)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171018
+pkgrel=2
+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' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+ "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
+ "haskell-disk-free-space" "haskell-dlist" 

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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:19:55
  Author: felixonmars
Revision: 263696

upgpkg: git-annex 6.20171018-2

rebuild with tasty,0.11.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 04:07:31 UTC (rev 263695)
+++ PKGBUILD2017-10-20 04:19:55 UTC (rev 263696)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171018
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:07:31
  Author: felixonmars
Revision: 263695

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 263694, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 263694, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
263694, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 04:07:31 UTC (rev 263695)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=14
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
263694, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 04:07:31 UTC (rev 263695)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=14
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 

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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:06:39
  Author: felixonmars
Revision: 263694

upgpkg: haskell-tasty-rerun 1.1.7-14

rebuild with tasty,0.11.3

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 04:04:40 UTC (rev 263693)
+++ PKGBUILD2017-10-20 04:06:39 UTC (rev 263694)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.7
-pkgrel=13
+pkgrel=14
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="https://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:04:40
  Author: felixonmars
Revision: 263693

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

Added:
  deepin-clone/repos/community-i686/
  deepin-clone/repos/community-i686/PKGBUILD
(from rev 263692, deepin-clone/trunk/PKGBUILD)
  deepin-clone/repos/community-x86_64/
  deepin-clone/repos/community-x86_64/PKGBUILD
(from rev 263692, deepin-clone/trunk/PKGBUILD)

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

Copied: deepin-clone/repos/community-i686/PKGBUILD (from rev 263692, 
deepin-clone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 04:04:40 UTC (rev 263693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('2777948b7acd0f220b4aba43571dde0dff6a1c88d8b6914df5da0cf63fc3de2b5c0538d4cb32e1ae460081b3b35df97ad94c1409c11426d0dfb09ce46aca')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-clone/repos/community-x86_64/PKGBUILD (from rev 263692, 
deepin-clone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 04:04:40 UTC (rev 263693)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('2777948b7acd0f220b4aba43571dde0dff6a1c88d8b6914df5da0cf63fc3de2b5c0538d4cb32e1ae460081b3b35df97ad94c1409c11426d0dfb09ce46aca')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:03:58
  Author: felixonmars
Revision: 263692

addpkg: deepin-clone 0.0.4-1

Added:
  deepin-clone/
  deepin-clone/repos/
  deepin-clone/trunk/
  deepin-clone/trunk/PKGBUILD

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

Added: deepin-clone/trunk/PKGBUILD
===
--- deepin-clone/trunk/PKGBUILD (rev 0)
+++ deepin-clone/trunk/PKGBUILD 2017-10-20 04:03:58 UTC (rev 263692)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-clone
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='Disk and partition backup/restore tool'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-clone;
+license=('GPL3')
+depends=('dtkwidget' 'partclone' 'e2fsprogs' 'jfsutils' 'xfsprogs')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-clone/archive/$pkgver.tar.gz;)
+sha512sums=('2777948b7acd0f220b4aba43571dde0dff6a1c88d8b6914df5da0cf63fc3de2b5c0538d4cb32e1ae460081b3b35df97ad94c1409c11426d0dfb09ce46aca')
+
+prepare() {
+  cd deepin-clone-$pkgver
+  sed -i 's|/usr/sbin|/usr/bin|' deepin-clone.pro deepin-clone-ionice 
deepin-clone-pkexec com.deepin.pkexec.deepin-clone.policy{,.tmp}
+}
+
+build() {
+  cd deepin-clone-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-clone-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:03:28
  Author: felixonmars
Revision: 263691

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

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 263690, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 263690, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 263690, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 04:03:28 UTC (rev 263691)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=13
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 263690, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 04:03:28 UTC (rev 263691)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=13
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:02:51
  Author: felixonmars
Revision: 263690

upgpkg: haskell-tasty-quickcheck 0.9.1-13

rebuild with tasty,0.11.3

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 04:01:09 UTC (rev 263689)
+++ PKGBUILD2017-10-20 04:02:51 UTC (rev 263690)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.9.1
-pkgrel=12
+pkgrel=13
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:01:09
  Author: felixonmars
Revision: 263689

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

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 263688, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 263688, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
263688, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 04:01:09 UTC (rev 263689)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=34
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7af615938d8cb9ec40114fc27f196a8bc9991b0aefca9c5de72bdb6872073b6d771f276472f831b8c583eade3d2d1413aee8f194befa450631bdf3ed50ed439')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
263688, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 04:01:09 UTC (rev 263689)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=34
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7af615938d8cb9ec40114fc27f196a8bc9991b0aefca9c5de72bdb6872073b6d771f276472f831b8c583eade3d2d1413aee8f194befa450631bdf3ed50ed439')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 04:00:32
  Author: felixonmars
Revision: 263688

upgpkg: haskell-tasty-hunit 0.9.2-34

rebuild with tasty,0.11.3

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 03:59:20 UTC (rev 263687)
+++ PKGBUILD2017-10-20 04:00:32 UTC (rev 263688)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=33
+pkgrel=34
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 03:59:20
  Author: felixonmars
Revision: 263687

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

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

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 263686, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-20 03:59:20 UTC (rev 263687)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2cdaf4366847c908670a303725e42c473b27bd8b01d9bde193cae8c758eee3c6f7baf77e09bfb6720427bafc1042f0e9418dd8cbd80333b0a7d053d5b3928a31')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 263686, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-20 03:59:20 UTC (rev 263687)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2cdaf4366847c908670a303725e42c473b27bd8b01d9bde193cae8c758eee3c6f7baf77e09bfb6720427bafc1042f0e9418dd8cbd80333b0a7d053d5b3928a31')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+

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

2017-10-19 Thread Felix Yan
Date: Friday, October 20, 2017 @ 03:58:40
  Author: felixonmars
Revision: 263686

upgpkg: haskell-tasty 0.11.3-1

rebuild with tasty,0.11.3

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 00:13:04 UTC (rev 263685)
+++ PKGBUILD2017-10-20 03:58:40 UTC (rev 263686)
@@ -4,8 +4,8 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.2.5
-pkgrel=3
+pkgver=0.11.3
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-unbounded-delays")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5493cffab72f895b949abbdd5e00dfb84e95faae75c7bc3818698c9c53cae2ef87fa20c6b4a90a8d51dbc57a5ffcce06d261a4b7ea9623535adb434b41c92593')
+sha512sums=('2cdaf4366847c908670a303725e42c473b27bd8b01d9bde193cae8c758eee3c6f7baf77e09bfb6720427bafc1042f0e9418dd8cbd80333b0a7d053d5b3928a31')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-10-19 Thread Laurent Carlier
Date: Friday, October 20, 2017 @ 03:58:50
  Author: lcarlier
Revision: 308273

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-20 03:58:24 UTC (rev 308272)
+++ extra-i686/PKGBUILD 2017-10-20 03:58:50 UTC (rev 308273)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/extra-i686/PKGBUILD (from rev 308272, 
libxfont/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-20 03:58:50 UTC (rev 308273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libxfont
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
+sha256sums=('ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-20 03:58:24 UTC (rev 308272)
+++ extra-x86_64/PKGBUILD   2017-10-20 03:58:50 UTC (rev 308273)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libxfont
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(i686 x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

-
-build() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXfont-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont/repos/extra-x86_64/PKGBUILD (from rev 308272, 
libxfont/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-20 03:58:50 

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

2017-10-19 Thread Laurent Carlier
Date: Friday, October 20, 2017 @ 03:58:24
  Author: lcarlier
Revision: 308272

upgpkg: libxfont 1.5.3-1

upstream update 1.5.3

Modified:
  libxfont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 19:26:41 UTC (rev 308271)
+++ PKGBUILD2017-10-20 03:58:24 UTC (rev 308272)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxfont
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(i686 x86_64)
@@ -11,10 +11,11 @@
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto>=2.1.3')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2{,.sig})
-sha256sums=('02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71'
+sha256sums=('ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
 build() {
   cd "${srcdir}/libXfont-${pkgver}"


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

2017-10-19 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 00:13:04
  Author: svenstaro
Revision: 263685

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

Added:
  fd-rs/repos/community-i686/
  fd-rs/repos/community-i686/PKGBUILD
(from rev 263684, fd-rs/trunk/PKGBUILD)
  fd-rs/repos/community-x86_64/
  fd-rs/repos/community-x86_64/PKGBUILD
(from rev 263684, fd-rs/trunk/PKGBUILD)

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

Copied: fd-rs/repos/community-i686/PKGBUILD (from rev 263684, 
fd-rs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 00:13:04 UTC (rev 263685)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel M. Capella 
+
+pkgname=fd-rs
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('i686' 'x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT')
+makedepends=('rust')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fd-rs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fd-rs/repos/community-x86_64/PKGBUILD (from rev 263684, 
fd-rs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 00:13:04 UTC (rev 263685)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel M. Capella 
+
+pkgname=fd-rs
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('i686' 'x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT')
+makedepends=('rust')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fd-rs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-19 Thread Sven-Hendrik Haase
Date: Friday, October 20, 2017 @ 00:07:01
  Author: svenstaro
Revision: 263684

Move fd-rs from AUR

Added:
  fd-rs/
  fd-rs/repos/
  fd-rs/trunk/
  fd-rs/trunk/PKGBUILD

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

Added: fd-rs/trunk/PKGBUILD
===
--- fd-rs/trunk/PKGBUILD(rev 0)
+++ fd-rs/trunk/PKGBUILD2017-10-20 00:07:01 UTC (rev 263684)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel M. Capella 
+
+pkgname=fd-rs
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('i686' 'x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT')
+makedepends=('rust')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('56b10a55ad06ef4fdf68ad97b263551ecd2d3b47c0a8bd2d7ce70dce4033e7bc628a965f77bd3b6b9a3ec41e422d6e9c0754c1aeadcf5003dc1ebb6fba5fdbd0')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/fd.bash-completion
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fd-rs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 21:08:49
  Author: spupykin
Revision: 263683

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

Added:
  psi-plus/repos/community-i686/PKGBUILD
(from rev 263682, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-i686/conf.diff
(from rev 263682, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-i686/join.patch
(from rev 263682, psi-plus/trunk/join.patch)
  psi-plus/repos/community-x86_64/PKGBUILD
(from rev 263682, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-x86_64/conf.diff
(from rev 263682, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-x86_64/join.patch
(from rev 263682, psi-plus/trunk/join.patch)
Deleted:
  psi-plus/repos/community-i686/PKGBUILD
  psi-plus/repos/community-i686/conf.diff
  psi-plus/repos/community-i686/join.patch
  psi-plus/repos/community-x86_64/PKGBUILD
  psi-plus/repos/community-x86_64/conf.diff
  psi-plus/repos/community-x86_64/join.patch

-+
 /PKGBUILD   |  106 ++
 /conf.diff  |   24 +
 /join.patch |   52 
 community-i686/PKGBUILD |   53 -
 community-i686/conf.diff|   12 
 community-i686/join.patch   |   26 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/conf.diff  |   12 
 community-x86_64/join.patch |   26 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 21:07:21 UTC (rev 263682)
+++ community-i686/PKGBUILD 2017-10-19 21:08:49 UTC (rev 263683)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname="psi-plus"
-pkgver=1.2.97
-pkgrel=1
-pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
-url="http://psi-plus.com;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-'libidn' 'aspell' 'libxss' 'qt5-svg')
-makedepends=('git' 'patch' 'qconf')
-conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
-source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
-   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
-   'conf.diff'
-   'join.patch')
-sha256sums=('SKIP'
-'SKIP'
-'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
-'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
-
-prepare() {
-  cd psi-plus-snapshots
-  # make build date in --version output a bit more readable
-  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
-  mkdir -p iconsets
-  cp -r "$srcdir"/main/iconsets/* ./iconsets
-  echo "$pkgver ($(date +"%Y-%m-%d"))" >version
-  patch -p1 <"$srcdir"/join.patch
-}
-
-build() {
-  cd psi-plus-snapshots
-  qconf
-  patch -p0 < "$srcdir"/conf.diff
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --disable-enchant \
-  --enable-whiteboarding
-  make
-  patch -Rp0 < "$srcdir"/conf.diff
-}
-
-package() {
-  cd psi-plus-snapshots
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm755 "$pkgdir/usr/include/psi-plus/plugins"
-  install -m644 src/plugins/include/*.h "$pkgdir/usr/include/psi-plus/plugins"
-}

Copied: psi-plus/repos/community-i686/PKGBUILD (from rev 263682, 
psi-plus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 21:08:49 UTC (rev 263683)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname="psi-plus"
+pkgver=1.2.101
+pkgrel=1
+pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
+url="http://psi-plus.com;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
+'libidn' 'aspell' 'libxss' 'qt5-svg')
+makedepends=('git' 'patch' 'qconf')
+conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
+source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
+   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
+   'conf.diff'
+   'join.patch')
+sha256sums=('SKIP'
+'SKIP'
+'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
+'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
+
+prepare() {
+  cd psi-plus-snapshots
+  # make build date in --version output a bit more readable
+  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
+  mkdir -p iconsets
+  cp -r "$srcdir"/main/iconsets/* ./iconsets
+  echo "$pkgver ($(date +"%Y-%m-%d"))" >version
+  

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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 21:07:21
  Author: spupykin
Revision: 263682

upgpkg: psi-plus 1.2.101-1

Modified:
  psi-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 19:09:39 UTC (rev 263681)
+++ PKGBUILD2017-10-19 21:07:21 UTC (rev 263682)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname="psi-plus"
-pkgver=1.2.97
+pkgver=1.2.101
 pkgrel=1
 pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
 url="http://psi-plus.com;


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 19:26:16
  Author: arojas
Revision: 308270

Support python2 syntax in sconscripts (FS#56035)

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 19:22:09 UTC (rev 308269)
+++ PKGBUILD2017-10-19 19:26:16 UTC (rev 308270)
@@ -8,15 +8,22 @@
 
 pkgname=scons
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
 url="http://scons.org;
 license=('MIT')
 depends=('python')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('1c99878d0eaf9b768b50721e913142d3')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+
scons-support-python2-syntax.patch::"https://github.com/SConsProject/scons/commit/2e0de3c5.patch;)
+md5sums=('1c99878d0eaf9b768b50721e913142d3'
+ '7bcd903c70839301194931046e81b9b3')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p2 -i ../scons-support-python2-syntax.patch # support Python 2 syntax 
in Sconsripts
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 19:26:41
  Author: arojas
Revision: 308271

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 308270, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 19:26:16 UTC (rev 308270)
+++ PKGBUILD2017-10-19 19:26:41 UTC (rev 308271)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-# reminder: scons moving to py3 any time soon
-
-pkgname=scons
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org;
-license=('MIT')
-depends=('python')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('1c99878d0eaf9b768b50721e913142d3')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py install --standard-lib \
-  --prefix=/usr \
-  --install-data=/usr/share \
-  --optimize=1 \
-  --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 308270, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 19:26:41 UTC (rev 308271)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org;
+license=('MIT')
+depends=('python')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+
scons-support-python2-syntax.patch::"https://github.com/SConsProject/scons/commit/2e0de3c5.patch;)
+md5sums=('1c99878d0eaf9b768b50721e913142d3'
+ '7bcd903c70839301194931046e81b9b3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p2 -i ../scons-support-python2-syntax.patch # support Python 2 syntax 
in Sconsripts
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py install --standard-lib \
+  --prefix=/usr \
+  --install-data=/usr/share \
+  --optimize=1 \
+  --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in noto-fonts/repos/extra-any (8 files)

2017-10-19 Thread Antonio Rojas
quot;$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.ttf
-
-  # Install fontconfig files
-  install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/etc/fonts/conf.avail/
-}
-
-package_noto-fonts-extra() {
-  pkgdesc+=' - additional variants'
-  depends=(noto-fonts)
-  
-  cd $pkgbase-*/
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  cp hinted/Noto*{Condensed,SemiBold,Extra}*.tt[fc] 
"$pkgdir"/usr/share/fonts/noto
-}
-
-package_ttf-croscore() {
-  pkgdesc='Chrome OS core fonts'
-
-  cd $pkgbase-*/
-  install -Dm644 hinted/{Arimo,Cousine,Tinos}*.ttf -t 
"$pkgdir"/usr/share/fonts/TTF
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/ttf-croscore
-}

Copied: noto-fonts/repos/extra-any/PKGBUILD (from rev 308268, 
noto-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 19:22:09 UTC (rev 308269)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
+pkgver=20171019
+_commit=02776f0197f22a4c6a8f4ebfe6c8f51ffe6e20a0  # master
+pkgrel=2
+pkgdesc="Google Noto TTF fonts"
+arch=(any)
+url="https://www.google.com/get/noto/;
+license=(custom:SIL)
+provides=(ttf-font)
+source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz;
+66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf)
+sha256sums=('6bf8061ba93230e3295e819962c2529564e9bddd5c714c40df3dc6a4f7bf96af'
+'65ff237a579d438eb1b1c90bf25b5818e15ab019dbbfed2fc283b9cd12e5177f'
+'27419c0557d05e13edbb244cd06a62d921c271c6c2f07126856519869035776e'
+'8c541eab8b44f6c7b02e981a4fbbd082eb6c1aa8285e11dede5f0a3ec0617772')
+
+package_noto-fonts() {
+  optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji 
characters'
+  'noto-fonts-extra: additional variants (condensed, semi-bold, 
extra-light)')
+
+  cd $pkgbase-*/
+  install -Dm644 unhinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 hinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/noto-fonts
+
+  # Already in NotoSans-*.ttc
+  rm "$pkgdir"/usr/share/fonts/noto/NotoSans{,UI}-*.ttf
+  # Move to noto-fonts-extra
+  rm -f "$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.ttf
+
+  # Install fontconfig files
+  install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/etc/fonts/conf.avail/
+}
+
+package_noto-fonts-extra() {
+  pkgdesc+=' - additional variants'
+  depends=(noto-fonts)
+  
+  cd $pkgbase-*/
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  cp hinted/Noto*{Condensed,SemiBold,Extra}*.tt[fc] 
"$pkgdir"/usr/share/fonts/noto
+}
+
+package_ttf-croscore() {
+  pkgdesc='Chrome OS core fonts'
+
+  cd $pkgbase-*/
+  install -Dm644 hinted/{Arimo,Cousine,Tinos}*.ttf -t 
"$pkgdir"/usr/share/fonts/TTF
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/ttf-croscore
+}


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 19:20:02
  Author: arojas
Revision: 308268

Update

Modified:
  noto-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:47:47 UTC (rev 308267)
+++ PKGBUILD2017-10-19 19:20:02 UTC (rev 308268)
@@ -3,8 +3,8 @@
 
 pkgbase=noto-fonts
 pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
-pkgver=20170920
-_commit=5a89b487c648c34c2b6d1b9ebb73bb3fab1df4b2  # master
+pkgver=20171019
+_commit=02776f0197f22a4c6a8f4ebfe6c8f51ffe6e20a0  # master
 pkgrel=2
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
@@ -13,7 +13,7 @@
 provides=(ttf-font)
 
source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz;
 66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf)
-sha256sums=('9b997df64075f2607d44a080dbe8d4c5890a7210c9ca755aa06244f4a4c23880'
+sha256sums=('6bf8061ba93230e3295e819962c2529564e9bddd5c714c40df3dc6a4f7bf96af'
 '65ff237a579d438eb1b1c90bf25b5818e15ab019dbbfed2fc283b9cd12e5177f'
 '27419c0557d05e13edbb244cd06a62d921c271c6c2f07126856519869035776e'
 '8c541eab8b44f6c7b02e981a4fbbd082eb6c1aa8285e11dede5f0a3ec0617772')


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 19:09:10
  Author: arojas
Revision: 263680

Rebuild with Qt 5.9.2 (FS#56024)

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 18:31:52 UTC (rev 263679)
+++ PKGBUILD2017-10-19 19:09:10 UTC (rev 263680)
@@ -4,7 +4,7 @@
 
 pkgname=qupzilla
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform QtWebEngine browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/;
@@ -18,10 +18,10 @@
 
 build() {
   cd QupZilla-$pkgver
-export USE_WEBGL=true \
-  QUPZILLA_PREFIX=/usr/ \
-  KDE_INTEGRATION=true \
-  GNOME_INTEGRATION=true
+  export USE_WEBGL=true \
+QUPZILLA_PREFIX=/usr/ \
+KDE_INTEGRATION=true \
+GNOME_INTEGRATION=true
   qmake
   make
 }


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 19:09:39
  Author: arojas
Revision: 263681

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 19:09:10 UTC (rev 263680)
+++ community-i686/PKGBUILD 2017-10-19 19:09:39 UTC (rev 263681)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-pkgname=qupzilla
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/;
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(qt5-tools kwallet libgnome-keyring)
-optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
-'libgnome-keyring: gnome keyring integration')
-source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
-sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
-
-build() {
-  cd QupZilla-$pkgver
-export USE_WEBGL=true \
-  QUPZILLA_PREFIX=/usr/ \
-  KDE_INTEGRATION=true \
-  GNOME_INTEGRATION=true
-  qmake
-  make
-}
-
-package() {
-  cd QupZilla-$pkgver
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 263680, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 19:09:39 UTC (rev 263681)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 
+
+pkgname=qupzilla
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/;
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(qt5-tools kwallet libgnome-keyring)
+optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
+'libgnome-keyring: gnome keyring integration')
+source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
+sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
+
+build() {
+  cd QupZilla-$pkgver
+  export USE_WEBGL=true \
+QUPZILLA_PREFIX=/usr/ \
+KDE_INTEGRATION=true \
+GNOME_INTEGRATION=true
+  qmake
+  make
+}
+
+package() {
+  cd QupZilla-$pkgver
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/_$pkgbase \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-19 19:09:10 UTC (rev 263680)
+++ community-x86_64/PKGBUILD   2017-10-19 19:09:39 UTC (rev 263681)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Maintainer: Antonio Rojas 
-
-pkgname=qupzilla
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/;
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(qt5-tools kwallet libgnome-keyring)
-optdepends=('bash-completion: bash completion support' 'kwallet: kf5 kwallet 
integration'
-'libgnome-keyring: gnome keyring integration')
-source=(https://github.com/QupZilla/qupzilla/releases/download/v$pkgver/QupZilla-$pkgver.tar.xz)
-sha256sums=('32cb6d4e5852781146ca5f1a1cf8e77da42a71fc096272e2030d83ea865c7818')
-
-build() {
-  cd QupZilla-$pkgver
-export USE_WEBGL=true \
-  QUPZILLA_PREFIX=/usr/ \
-  KDE_INTEGRATION=true \
-  GNOME_INTEGRATION=true
-  qmake
-  make
-}
-
-package() {
-  cd QupZilla-$pkgver
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 263680, 
qupzilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-19 19:09:39 UTC (rev 263681)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Maintainer: Antonio Rojas 

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 18:31:52
  Author: felixonmars
Revision: 263679

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 18:31:17 UTC (rev 263678)
+++ community-i686/PKGBUILD 2017-10-19 18:31:52 UTC (rev 263679)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=boinctui
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/boinctui/;
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
-sha512sums=('8c72653efbe6888e9e4fb1e74be05ee583af79d607348087ca62bd390d36b2a80409d4cf7369527b37edf05c9c9089112fc24b6e9c24a1ecefc20ee699e6d883')
-
-build() {
-  cd $pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr --without-gnutls
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-i686/PKGBUILD (from rev 263678, 
boinctui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 18:31:52 UTC (rev 263679)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=boinctui
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="https://sourceforge.net/projects/boinctui/;
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
+sha512sums=('2db75df20ddc3d82fb8688fa2e82e6706875b7589165271c288336f3132e07473a2a09e3133152803f92a83f7b6fe4cec536256aad24b8f2ba2a29b401e4cef8'
+'SKIP')
+validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr --without-gnutls
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-19 18:31:17 UTC (rev 263678)
+++ community-x86_64/PKGBUILD   2017-10-19 18:31:52 UTC (rev 263679)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=boinctui
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/boinctui/;
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz;)
-sha512sums=('8c72653efbe6888e9e4fb1e74be05ee583af79d607348087ca62bd390d36b2a80409d4cf7369527b37edf05c9c9089112fc24b6e9c24a1ecefc20ee699e6d883')
-
-build() {
-  cd $pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr --without-gnutls
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 263678, 
boinctui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-19 18:31:52 UTC (rev 263679)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=boinctui
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="https://sourceforge.net/projects/boinctui/;
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
+sha512sums=('2db75df20ddc3d82fb8688fa2e82e6706875b7589165271c288336f3132e07473a2a09e3133152803f92a83f7b6fe4cec536256aad24b8f2ba2a29b401e4cef8'
+'SKIP')
+validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr --without-gnutls
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 18:31:17
  Author: felixonmars
Revision: 263678

upgpkg: boinctui 2.5.0-1

Modified:
  boinctui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:36:24 UTC (rev 263677)
+++ PKGBUILD2017-10-19 18:31:17 UTC (rev 263678)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=boinctui
-pkgver=2.4.4
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Curses based fullscreen BOINC manager"
 arch=('i686' 'x86_64')
 url="https://sourceforge.net/projects/boinctui/;
@@ -11,7 +11,7 @@
 depends=('expat' 'gcc-libs' 'openssl')
 makedepends=("cmake")
 
source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
-sha512sums=('8c72653efbe6888e9e4fb1e74be05ee583af79d607348087ca62bd390d36b2a80409d4cf7369527b37edf05c9c9089112fc24b6e9c24a1ecefc20ee699e6d883'
+sha512sums=('2db75df20ddc3d82fb8688fa2e82e6706875b7589165271c288336f3132e07473a2a09e3133152803f92a83f7b6fe4cec536256aad24b8f2ba2a29b401e4cef8'
 'SKIP')
 validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
 


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:24:49
  Author: felixonmars
Revision: 263666

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

Added:
  haskell-monad-journal/repos/community-staging-i686/
  haskell-monad-journal/repos/community-staging-i686/PKGBUILD
(from rev 263665, haskell-monad-journal/trunk/PKGBUILD)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 263665, haskell-monad-journal/trunk/PKGBUILD)

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

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
263665, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:24:49 UTC (rev 263666)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Pure logger typeclass and monad transformer"
+url="https://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-either" "haskell-monad-control" "haskell-mtl" 
"haskell-transformers-base")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89121910ae391233b42b69936a9d30d9e7b61731384e129da3de472a0943a25d415d575a041fa1b24f6e1eff408635fc0e97f1e580ce8b40310840fbf55301b0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
263665, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 17:24:49 UTC (rev 263666)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Pure logger typeclass and monad transformer"
+url="https://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-either" "haskell-monad-control" "haskell-mtl" 
"haskell-transformers-base")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89121910ae391233b42b69936a9d30d9e7b61731384e129da3de472a0943a25d415d575a041fa1b24f6e1eff408635fc0e97f1e580ce8b40310840fbf55301b0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:24:24
  Author: felixonmars
Revision: 263665

upgpkg: haskell-monad-journal 0.8.0-1

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:23:23 UTC (rev 263664)
+++ PKGBUILD2017-10-19 17:24:24 UTC (rev 263665)
@@ -4,8 +4,8 @@
 
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
-pkgver=0.7.2
-pkgrel=32
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Pure logger typeclass and monad transformer"
 url="https://github.com/phaazon/monad-journal;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-either" "haskell-monad-control" "haskell-mtl" 
"haskell-transformers-base")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('13ffe40a991d3862b14fca1d7fe7202eb70d0c13a2e3d1adff4aec68afab7ce44607ece28297a32f04e12620c2d414e0924aa8068ee9485d431885ce7effe8c9')
+sha512sums=('89121910ae391233b42b69936a9d30d9e7b61731384e129da3de472a0943a25d415d575a041fa1b24f6e1eff408635fc0e97f1e580ce8b40310840fbf55301b0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:23:23
  Author: felixonmars
Revision: 263664

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

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

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

Copied: haskell-xcffib/repos/community-staging-i686/PKGBUILD (from rev 263663, 
haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:23:23 UTC (rev 263664)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=44
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
263663, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 17:23:23 UTC (rev 263664)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=44
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:22:53
  Author: felixonmars
Revision: 263663

upgpkg: haskell-xcffib 0.5.1-44

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:21:23 UTC (rev 263662)
+++ PKGBUILD2017-10-19 17:22:53 UTC (rev 263663)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=43
+pkgrel=44
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:21:23
  Author: felixonmars
Revision: 263662

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

Added:
  postgrest/repos/community-staging-i686/
  postgrest/repos/community-staging-i686/PKGBUILD
(from rev 263661, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-i686/protolude-0.2.patch
(from rev 263661, postgrest/trunk/protolude-0.2.patch)
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 263661, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/protolude-0.2.patch
(from rev 263661, postgrest/trunk/protolude-0.2.patch)

--+
 community-staging-i686/PKGBUILD  |   57 
 community-staging-i686/protolude-0.2.patch   |   70 +
 community-staging-x86_64/PKGBUILD|   57 
 community-staging-x86_64/protolude-0.2.patch |   70 +
 4 files changed, 254 insertions(+)

Copied: postgrest/repos/community-staging-i686/PKGBUILD (from rev 263661, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:21:23 UTC (rev 263662)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.2.0
+pkgrel=22
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-auto-update" "haskell-hasql" "haskell-hasql-pool" 
"haskell-protolude"
+ "haskell-text" "haskell-warp" "haskell-base64-bytestring" 
"haskell-retry" "haskell-aeson"
+ "haskell-ansi-wl-pprint" "haskell-case-insensitive" "haskell-cassava"
+ "haskell-configurator-ng" "haskell-contravariant" "haskell-either"
+ "haskell-hasql-transaction" "haskell-heredoc" "haskell-http" 
"haskell-http-types"
+ "haskell-insert-ordered-containers" 
"haskell-interpolatedstring-perl6" "haskell-jwt"
+ "haskell-lens" "haskell-lens-aeson" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-ranged-sets" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-scientific" "haskell-swagger2" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-wai" "haskell-wai-cors" "haskell-wai-extra" 
"haskell-wai-middleware-static"
+ "haskell-cookie")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+protolude-0.2.patch)
+sha256sums=('15b0902c2318e44bcf2d2c1cd654abc8acbbe00a9794e5ad821ab09eb0aca608'
+'8b2eb2a999dba5bfc1953926e170c2ff5086efed75a038923249840d5370f9a6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../protolude-0.2.patch
+sed -i 's/, optparse-applicative >= 0.13 && < 0.14/, optparse-applicative 
>= 0.13/' ${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: postgrest/repos/community-staging-i686/protolude-0.2.patch (from rev 
263661, postgrest/trunk/protolude-0.2.patch)
===
--- community-staging-i686/protolude-0.2.patch  (rev 0)
+++ community-staging-i686/protolude-0.2.patch  2017-10-19 17:21:23 UTC (rev 
263662)
@@ -0,0 +1,70 @@
+commit 96f1c00cfb5b92419e188248c6e672dc10990d9e
+Author: Felix Yan 
+Date:   Mon Aug 14 09:14:08 2017 +0800
+
+Fix compatibility with protolude-0.2
+
+diff --git a/main/Main.hs b/main/Main.hs
+index 902195e..cbe5a9f 100644
+--- a/main/Main.hs
 b/main/Main.hs
+@@ -11,7 +11,7 @@ import   PostgREST.DbStructure(getDbStructure)
+
+ module Main where
+

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:20:46
  Author: felixonmars
Revision: 263661

upgpkg: postgrest 0.4.2.0-22

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:17:09 UTC (rev 263660)
+++ PKGBUILD2017-10-19 17:20:46 UTC (rev 263661)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.2.0
-pkgrel=21
+pkgrel=22
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:17:09
  Author: felixonmars
Revision: 263660

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

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

+
 community-staging-i686/PKGBUILD|   67 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   67 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 142 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 263659, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:17:09 UTC (rev 263660)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.5.1.20170916
+_commit=4de4a450e426f70a5e5f127d7e7568f556ec9404
+pkgrel=8
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-bindings-uname"
+ "haskell-blaze-builder" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-echo" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-conduit" "haskell-http-types" "haskell-hpack" 
"haskell-memory"
+ "haskell-microlens" "haskell-microlens-mtl" "haskell-mintty" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-network-uri" "haskell-open-browser" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-pid1" "haskell-primitive"
+ "haskell-project-template" "haskell-regex-applicative-text" 
"haskell-resourcet"
+ "haskell-retry" "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-store"
+ "haskell-store-core" "haskell-streaming-commons" "haskell-tar" 
"haskell-text"
+ "haskell-text-metrics" "haskell-tls" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unliftio" "haskell-unordered-containers" "haskell-vector" 
"haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+makedepends=('ghc')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/$_commit.tar.gz;)
+sha512sums=('6bb019c61e89631d83704fe3215d2cb7c790d150ad5b8a2e8e3863ad644aea5306aa4bb02bd64f9a6164bf540f5b98d042f30712029e1f5e314a4b6766d2b931')
+
+prepare() {
+mv $pkgname-$_commit $pkgname-$pkgver
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:16:23
  Author: felixonmars
Revision: 263659

upgpkg: stack 1.5.1.20170916-8

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:11:55 UTC (rev 263658)
+++ PKGBUILD2017-10-19 17:16:23 UTC (rev 263659)
@@ -5,7 +5,7 @@
 pkgname=stack
 pkgver=1.5.1.20170916
 _commit=4de4a450e426f70a5e5f127d7e7568f556ec9404
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:05:15
  Author: felixonmars
Revision: 263655

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

Added:
  haskell-optparse-simple/repos/community-staging-i686/
  haskell-optparse-simple/repos/community-staging-i686/PKGBUILD
(from rev 263654, haskell-optparse-simple/trunk/PKGBUILD)
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 263654, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
263654, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:05:15 UTC (rev 263655)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=62
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 263654, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 17:05:15 UTC (rev 263655)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=62
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:04:50
  Author: felixonmars
Revision: 263654

upgpkg: haskell-optparse-simple 0.0.3-62

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:03:48 UTC (rev 263653)
+++ PKGBUILD2017-10-19 17:04:50 UTC (rev 263654)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=61
+pkgrel=62
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:03:48
  Author: felixonmars
Revision: 263653

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

Added:
  hledger-api/repos/community-staging-i686/
  hledger-api/repos/community-staging-i686/PKGBUILD
(from rev 263652, hledger-api/trunk/PKGBUILD)
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 263652, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 263652, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:03:48 UTC (rev 263653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.4
+pkgrel=5
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e71231c8d4602affdfcdd229fe488331c4f827c9274d17e0e711eea853e4dbc51bb47652081ae7d822e836b8932970fc01169649f1652716c00036be45a8e547')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 263652, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 17:03:48 UTC (rev 263653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.4
+pkgrel=5
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e71231c8d4602affdfcdd229fe488331c4f827c9274d17e0e711eea853e4dbc51bb47652081ae7d822e836b8932970fc01169649f1652716c00036be45a8e547')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:03:22
  Author: felixonmars
Revision: 263652

upgpkg: hledger-api 1.4-5

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 17:00:57 UTC (rev 263651)
+++ PKGBUILD2017-10-19 17:03:22 UTC (rev 263652)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:00:57
  Author: felixonmars
Revision: 263651

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

Added:
  haskell-hasql-transaction/repos/community-staging-i686/
  haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD
(from rev 263650, haskell-hasql-transaction/trunk/PKGBUILD)
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 263650, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 263650, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 17:00:57 UTC (rev 263651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=59
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 263650, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 17:00:57 UTC (rev 263651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=59
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 17:00:26
  Author: felixonmars
Revision: 263650

upgpkg: haskell-hasql-transaction 0.5-59

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:59:09 UTC (rev 263649)
+++ PKGBUILD2017-10-19 17:00:26 UTC (rev 263650)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=58
+pkgrel=59
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:58:43
  Author: felixonmars
Revision: 263648

upgpkg: haskell-hasql-pool 0.4.1-77

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:57:17 UTC (rev 263647)
+++ PKGBUILD2017-10-19 16:58:43 UTC (rev 263648)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=76
+pkgrel=77
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:59:09
  Author: felixonmars
Revision: 263649

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

Added:
  haskell-hasql-pool/repos/community-staging-i686/
  haskell-hasql-pool/repos/community-staging-i686/PKGBUILD
(from rev 263648, haskell-hasql-pool/trunk/PKGBUILD)
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 263648, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
263648, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 16:59:09 UTC (rev 263649)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=77
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
263648, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 16:59:09 UTC (rev 263649)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=77
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:57:17
  Author: felixonmars
Revision: 263647

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

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 263646, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 16:57:17 UTC (rev 263647)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18.2
+pkgrel=4
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('75657843bfb8902fda0043ec65959445cf24a0b1b8e19a1d163747ddba9b3564b363040af358565618ca7031e248d898be2ac8e41ea053c1c8b41b0c88eec58d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 263646, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 16:57:17 UTC (rev 263647)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18.2
+pkgrel=4
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('75657843bfb8902fda0043ec65959445cf24a0b1b8e19a1d163747ddba9b3564b363040af358565618ca7031e248d898be2ac8e41ea053c1c8b41b0c88eec58d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup 

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:56:52
  Author: felixonmars
Revision: 263646

upgpkg: haskell-hasql 0.19.18.2-4

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:56:30 UTC (rev 263645)
+++ PKGBUILD2017-10-19 16:56:52 UTC (rev 263646)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18.2
-pkgrel=3
+pkgrel=4
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


[arch-commits] Commit in man-pages-zh/repos/community-any (PKGBUILD PKGBUILD)

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:56:30
  Author: felixonmars
Revision: 263645

archrelease: copy trunk to community-any

Added:
  man-pages-zh/repos/community-any/PKGBUILD
(from rev 263644, man-pages-zh/trunk/PKGBUILD)
Deleted:
  man-pages-zh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 16:56:08 UTC (rev 263644)
+++ PKGBUILD2017-10-19 16:56:30 UTC (rev 263645)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: dick...@gmail.com
-# Contributor: cuihao 
-
-pkgbase=man-pages-zh
-pkgname=(man-pages-zh_cn man-pages-zh_tw)
-pkgver=1.6.3.1
-pkgrel=1
-arch=('any')
-url='https://github.com/man-pages-zh/manpages-zh'
-license=('GPL2')
-depends=('man-db')
-makedepends=('opencc' 'python' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
-sha512sums=('4a7acc415195ed108e80b2ec3e92ade903a66e187c69937c84727ba6d95bbc441e2500e1adbc09f07bdd8c57ba6ee8d2708fbbcfa6f375cf8dc5bc4808de40cd')
-
-build() {
-  cd manpages-zh-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package_man-pages-zh_cn() {
-  pkgdesc='Simplified Chinese Linux man pages'
-
-  cd manpages-zh-$pkgver
-  make install DESTDIR="$pkgdir"
-
-  rm -r "$pkgdir"/usr/share/man/zh_TW
-
-  # remove conflicted files with shadow
-  cd "$pkgdir"/usr/share/man/zh_CN
-  rm -f ./man1/groups*
-}
-
-package_man-pages-zh_tw() {
-  pkgdesc='Traditional Chinese Linux man pages'
-
-  cd manpages-zh-$pkgver
-  make install DESTDIR="$pkgdir"
-
-  rm -r "$pkgdir"/usr/share/man/zh_CN
-
-  # remove conflicted files with shadow
-  cd "$pkgdir"/usr/share/man/zh_TW
-  rm -f ./man1/groups*
-}

Copied: man-pages-zh/repos/community-any/PKGBUILD (from rev 263644, 
man-pages-zh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 16:56:30 UTC (rev 263645)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: dick...@gmail.com
+# Contributor: cuihao 
+
+pkgbase=man-pages-zh
+pkgname=(man-pages-zh_cn man-pages-zh_tw)
+pkgver=1.6.3.2
+pkgrel=1
+arch=('any')
+url='https://github.com/man-pages-zh/manpages-zh'
+license=('GPL2')
+depends=('man-db')
+makedepends=('opencc' 'python' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
+sha512sums=('61171406482a24c3dfd1b6303af3d7fb086466d5f05d5799f50488beb78c91c5d1bcf574aab669b71fa0f027691a0be1a1d254d08f823ff4bd8bf976e0c83dff')
+
+build() {
+  cd manpages-zh-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package_man-pages-zh_cn() {
+  pkgdesc='Simplified Chinese Linux man pages'
+
+  cd manpages-zh-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  rm -r "$pkgdir"/usr/share/man/zh_TW
+
+  # remove conflicted files with shadow
+  cd "$pkgdir"/usr/share/man/zh_CN
+  rm -f ./man1/groups*
+}
+
+package_man-pages-zh_tw() {
+  pkgdesc='Traditional Chinese Linux man pages'
+
+  cd manpages-zh-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  rm -r "$pkgdir"/usr/share/man/zh_CN
+
+  # remove conflicted files with shadow
+  cd "$pkgdir"/usr/share/man/zh_TW
+  rm -f ./man1/groups*
+}


[arch-commits] Commit in man-pages-zh/trunk (PKGBUILD)

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:56:08
  Author: felixonmars
Revision: 263644

upgpkg: man-pages-zh 1.6.3.2-1

Modified:
  man-pages-zh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:54:07 UTC (rev 263643)
+++ PKGBUILD2017-10-19 16:56:08 UTC (rev 263644)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: dick...@gmail.com
 # Contributor: cuihao 
 
 pkgbase=man-pages-zh
 pkgname=(man-pages-zh_cn man-pages-zh_tw)
-pkgver=1.6.3.1
+pkgver=1.6.3.2
 pkgrel=1
 arch=('any')
 url='https://github.com/man-pages-zh/manpages-zh'
@@ -13,7 +13,7 @@
 depends=('man-db')
 makedepends=('opencc' 'python' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
-sha512sums=('4a7acc415195ed108e80b2ec3e92ade903a66e187c69937c84727ba6d95bbc441e2500e1adbc09f07bdd8c57ba6ee8d2708fbbcfa6f375cf8dc5bc4808de40cd')
+sha512sums=('61171406482a24c3dfd1b6303af3d7fb086466d5f05d5799f50488beb78c91c5d1bcf574aab669b71fa0f027691a0be1a1d254d08f823ff4bd8bf976e0c83dff')
 
 build() {
   cd manpages-zh-$pkgver


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:54:07
  Author: felixonmars
Revision: 263643

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 263642, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 16:54:07 UTC (rev 263643)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.17
+pkgrel=20
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" 
"haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" 
"haskell-stringsearch"
+ "haskell-unix-compat" "haskell-unicode-show" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('382649e70a112614ab270fb287cf289572411b33f3d89f72b855bd0aa515ee17d7589f019446b3cdd5024b4cbde4272c955520abe0bcf7f92890f575a937635d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 263642, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 16:54:07 UTC (rev 263643)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.17
+pkgrel=20
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" 
"haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" 
"haskell-stringsearch"
+ "haskell-unix-compat" "haskell-unicode-show" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('382649e70a112614ab270fb287cf289572411b33f3d89f72b855bd0aa515ee17d7589f019446b3cdd5024b4cbde4272c955520abe0bcf7f92890f575a937635d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:53:41
  Author: felixonmars
Revision: 263642

upgpkg: cgrep 6.6.17-20

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:52:53 UTC (rev 263641)
+++ PKGBUILD2017-10-19 16:53:41 UTC (rev 263642)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.17
-pkgrel=19
+pkgrel=20
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:52:25
  Author: felixonmars
Revision: 263640

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 16:52:04 UTC (rev 263639)
+++ PKGBUILD2017-10-19 16:52:25 UTC (rev 263640)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-stevedore' 'python2-stevedore' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-client-config' 
'python2-os-client-config'
- 'python-deprecation' 'python2-deprecation')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('9e3dc0ab0ba3d763483ed9ef7a22d878f54e4cab725aa23efc46f9629ffc0902065f14b3f8c3721116c7c43c21846887a484ddd68d0c087bddc66f9600a41929')
-
-prepare() {
-  cp -a python-openstacksdk-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-deprecation')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-stevedore'
-   'python2-keystoneauth1' 'python2-os-client-config' 
'python2-deprecation')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 263639, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 16:52:25 UTC (rev 263640)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-stevedore' 'python2-stevedore' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-deprecation' 'python2-deprecation')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
+sha512sums=('78e72d0111fb462e4211f415e490064022c3ec6d4b3370d109385776eac13a2c1f43c6d89bce69e0cd10a18e88385e44bb6741b9f8aaf499f0bf994c53366623')
+
+prepare() {
+  cp -a python-openstacksdk-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-deprecation')
+
+  cd "$srcdir"/python-openstacksdk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:51:54
  Author: felixonmars
Revision: 263638

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

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

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

Copied: haskell-either/repos/community-staging-i686/PKGBUILD (from rev 263637, 
haskell-either/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-19 16:51:54 UTC (rev 263638)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.5
+pkgrel=1
+pkgdesc="An either monad transformer"
+url="https://github.com/ekmett/either/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a55a31f8a4c11c48715494615db5c43f683d4bd56d4904f3872d706aabf792744cb58cef3de9804ce05ead223323947306aaeac7ab26a2f61ee9d337bf6f498')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-either/repos/community-staging-x86_64/PKGBUILD (from rev 
263637, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-19 16:51:54 UTC (rev 263638)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=4.5
+pkgrel=1
+pkgdesc="An either monad transformer"
+url="https://github.com/ekmett/either/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-bifunctors" "haskell-exceptions" "haskell-free"
+ "haskell-mmorph" "haskell-monad-control" "haskell-monadrandom"
+ "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
+ "haskell-semigroups" "haskell-transformers-base")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a55a31f8a4c11c48715494615db5c43f683d4bd56d4904f3872d706aabf792744cb58cef3de9804ce05ead223323947306aaeac7ab26a2f61ee9d337bf6f498')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy 

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:52:04
  Author: felixonmars
Revision: 263639

upgpkg: python-openstacksdk 0.9.19-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:51:54 UTC (rev 263638)
+++ PKGBUILD2017-10-19 16:52:04 UTC (rev 263639)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-deprecation' 'python2-deprecation')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('9e3dc0ab0ba3d763483ed9ef7a22d878f54e4cab725aa23efc46f9629ffc0902065f14b3f8c3721116c7c43c21846887a484ddd68d0c087bddc66f9600a41929')
+sha512sums=('78e72d0111fb462e4211f415e490064022c3ec6d4b3370d109385776eac13a2c1f43c6d89bce69e0cd10a18e88385e44bb6741b9f8aaf499f0bf994c53366623')
 
 prepare() {
   cp -a python-openstacksdk-$pkgver{,-py2}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:51:28
  Author: felixonmars
Revision: 263637

upgpkg: haskell-either 4.5-1

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:43:57 UTC (rev 263636)
+++ PKGBUILD2017-10-19 16:51:28 UTC (rev 263637)
@@ -4,8 +4,8 @@
 
 _hkgname=either
 pkgname=haskell-either
-pkgver=4.4.1.1
-pkgrel=32
+pkgver=4.5
+pkgrel=1
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/;
 license=("custom:BSD3")
@@ -16,14 +16,8 @@
  "haskell-semigroups" "haskell-transformers-base")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ebc61b0f83812c7479a4fe5422ae4b73f219f0d57938e8c43e0f1e8932374c874709453773b7577f98b07ab17c884e8f4f77a28d457291b5d3f988da71fb6195')
+sha512sums=('0a55a31f8a4c11c48715494615db5c43f683d4bd56d4904f3872d706aabf792744cb58cef3de9804ce05ead223323947306aaeac7ab26a2f61ee9d337bf6f498')
 
-prepare() {
-sed -e 's/MonadRandom   >= 0.1 && < 0.5,/MonadRandom   >= 0.1  
   \&\& < 0.6,/' \
--e 's/mmorph>= 1.0.0   && < 1.1,/mmorph>= 
1.0.0   \&\& < 1.2,/' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:47:47
  Author: felixonmars
Revision: 308267

archrelease: copy trunk to extra-any

Added:
  perl-net-dns/repos/extra-any/PKGBUILD
(from rev 308266, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 16:47:25 UTC (rev 308266)
+++ PKGBUILD2017-10-19 16:47:47 UTC (rev 308267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=1.12
-pkgrel=3
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip')
-checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
-optdepends=('perl-io-socket-inet6: IPv6 support'
-'perl-socket6: IPv6 support')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha512sums=('78a2ad0736819f59d1dcb7b38387d0e72fa5715f0c7aa0e37e1ba64025e535a3a5145e7dd0ce46c10e1af4b5941f0fc4fa17dd9735eb1e3173fc13ef138c8de1')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/extra-any/PKGBUILD (from rev 308266, 
perl-net-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 16:47:47 UTC (rev 308267)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=1.13
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip')
+checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha512sums=('ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 16:47:25
  Author: felixonmars
Revision: 308266

upgpkg: perl-net-dns 1.13-1

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:22:30 UTC (rev 308265)
+++ PKGBUILD2017-10-19 16:47:25 UTC (rev 308266)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-net-dns
-pkgver=1.12
-pkgrel=3
+pkgver=1.13
+pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('any')
 license=('PerlArtistic')
@@ -14,7 +14,7 @@
 'perl-socket6: IPv6 support')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha512sums=('78a2ad0736819f59d1dcb7b38387d0e72fa5715f0c7aa0e37e1ba64025e535a3a5145e7dd0ce46c10e1af4b5941f0fc4fa17dd9735eb1e3173fc13ef138c8de1')
+sha512sums=('ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636')
 
 build() {
   cd Net-DNS-${pkgver}


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 16:43:57
  Author: spupykin
Revision: 263636

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 263635, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 16:43:30 UTC (rev 263635)
+++ PKGBUILD2017-10-19 16:43:57 UTC (rev 263636)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('9a809307a3bf7e92e1dc5d39339f97d68fa1bd72a39206191ad1a3862bb778ed')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 263635, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 16:43:57 UTC (rev 263636)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+pkgver=1.5.6
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('afe77c960e0a67a41452b1183495ce327beea1b35f04eaf48c71706af9e81358')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 16:43:30
  Author: spupykin
Revision: 263635

upgpkg: nextcloud-app-calendar 1.5.6-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:40:17 UTC (rev 263634)
+++ PKGBUILD2017-10-19 16:43:30 UTC (rev 263635)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('9a809307a3bf7e92e1dc5d39339f97d68fa1bd72a39206191ad1a3862bb778ed')
+sha256sums=('afe77c960e0a67a41452b1183495ce327beea1b35f04eaf48c71706af9e81358')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:40:17
  Author: lcarlier
Revision: 263634

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 263633, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 263633, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 263633, lib32-mesa/trunk/PKGBUILD)

+
 0002-glvnd-fix-gl-dot-pc.patch |   12 ++
 LICENSE|   82 +++
 PKGBUILD   |  166 +++
 3 files changed, 260 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
(from rev 263633, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  
(rev 0)
+++ multilib-testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  2017-10-19 
16:40:17 UTC (rev 263634)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 263633, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2017-10-19 16:40:17 UTC (rev 263634)
@@ -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 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 

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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:40:08
  Author: lcarlier
Revision: 263633

upgpkg: lib32-mesa 17.2.3-1

upstream update 17.2.3

Modified:
  lib32-mesa/trunk/PKGBUILD
Deleted:
  
lib32-mesa/trunk/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch

+
 PKGBUILD   |   13 ++---
 swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch |   14 
--
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 16:32:56 UTC (rev 263632)
+++ PKGBUILD2017-10-19 16:40:08 UTC (rev 263633)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=17.2.2
+pkgver=17.2.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,13 +15,11 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
-0002-glvnd-fix-gl-dot-pc.patch
-swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch)
-sha256sums=('cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782'
+0002-glvnd-fix-gl-dot-pc.patch)
+sha256sums=('a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
-'64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966'
-'2dcbd3b311b18e473000fb496a93a4a7a4ae9f9413aace209c0ea4aebbba715b')
+'64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

 validpgpkeys+=('946D09B5E4C9845E63075FF1D961C596A7203456') # "Andres Gomez 
"
 validpgpkeys+=('E3E8F480C52ADD73B278EE78E1ECBE07D7D70895') # Juan Antonio 
Suárez Romero (Igalia, S.L.) "
@@ -33,9 +31,6 @@
   # non-upstreamed ones
   patch -Np1 -i ../0002-glvnd-fix-gl-dot-pc.patch
 
-  # swr driver
-  patch -Np1 -i 
../swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
-
   autoreconf -fiv
 }
 

Deleted: swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
===
--- swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch  
2017-10-19 16:32:56 UTC (rev 263632)
+++ swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch  
2017-10-19 16:40:08 UTC (rev 263633)
@@ -1,14 +0,0 @@
-diff --git a/src/gallium/drivers/swr/rasterizer/core/utils.h 
b/src/gallium/drivers/swr/rasterizer/core/utils.h
-index b096d2120cb..3c849e82d3b 100644
 a/src/gallium/drivers/swr/rasterizer/core/utils.h
-+++ b/src/gallium/drivers/swr/rasterizer/core/utils.h
-@@ -365,7 +365,8 @@ static INLINE std::string GetEnv(const std::string& 
variableName)
- output.resize(valueSize - 1); // valueSize includes null, output.resize() 
does not
- GetEnvironmentVariableA(variableName.c_str(), [0], valueSize);
- #else
--output = getenv(variableName.c_str());
-+char *o = getenv(variableName.c_str());
-+output = o ? std::string(o) : std::string();
- #endif
- 
- return output;


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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:22:30
  Author: lcarlier
Revision: 308265

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

Added:
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308264, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 308264, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 308264, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308264, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 308264, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 308264, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  
mesa/repos/testing-i686/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD
  
mesa/repos/testing-x86_64/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch

---+
 /0002-glvnd-fix-gl-dot-pc.patch   
|   24 
 /LICENSE  
|  164 
 /PKGBUILD 
|  384 ++
 testing-i686/0002-glvnd-fix-gl-dot-pc.patch   
|   12 
 testing-i686/LICENSE  
|   82 --
 testing-i686/PKGBUILD 
|  192 -
 testing-i686/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch   
|   14 
 testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
|   12 
 testing-x86_64/LICENSE
|   82 --
 testing-x86_64/PKGBUILD   
|  192 -
 testing-x86_64/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch 
|   14 
 11 files changed, 572 insertions(+), 600 deletions(-)

Deleted: testing-i686/0002-glvnd-fix-gl-dot-pc.patch
===
--- testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-10-19 16:22:01 UTC (rev 
308264)
+++ testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-10-19 16:22:30 UTC (rev 
308265)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch (from rev 
308264, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- testing-i686/0002-glvnd-fix-gl-dot-pc.patch (rev 0)
+++ testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-10-19 16:22:30 UTC (rev 
308265)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2017-10-19 16:22:01 UTC (rev 308264)
+++ testing-i686/LICENSE2017-10-19 16:22:30 UTC (rev 308265)
@@ -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 

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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:22:01
  Author: lcarlier
Revision: 308264

upgpkg: mesa 17.2.3-1

upstream update 17.2.3

Deleted:
  mesa/trunk/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch

+
 swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch |   14 
--
 1 file changed, 14 deletions(-)

Deleted: swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
===
--- swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch  
2017-10-19 16:21:09 UTC (rev 308263)
+++ swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch  
2017-10-19 16:22:01 UTC (rev 308264)
@@ -1,14 +0,0 @@
-diff --git a/src/gallium/drivers/swr/rasterizer/core/utils.h 
b/src/gallium/drivers/swr/rasterizer/core/utils.h
-index b096d2120cb..3c849e82d3b 100644
 a/src/gallium/drivers/swr/rasterizer/core/utils.h
-+++ b/src/gallium/drivers/swr/rasterizer/core/utils.h
-@@ -365,7 +365,8 @@ static INLINE std::string GetEnv(const std::string& 
variableName)
- output.resize(valueSize - 1); // valueSize includes null, output.resize() 
does not
- GetEnvironmentVariableA(variableName.c_str(), [0], valueSize);
- #else
--output = getenv(variableName.c_str());
-+char *o = getenv(variableName.c_str());
-+output = o ? std::string(o) : std::string();
- #endif
- 
- return output;


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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:21:09
  Author: lcarlier
Revision: 308263

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308262, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 308262, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 308262, mesa/trunk/PKGBUILD)
  
mesa/repos/testing-i686/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
(from rev 308262, 
mesa/trunk/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 308262, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 308262, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 308262, mesa/trunk/PKGBUILD)
  
mesa/repos/testing-x86_64/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
(from rev 308262, 
mesa/trunk/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch)

---+
 testing-i686/0002-glvnd-fix-gl-dot-pc.patch   
|   12 
 testing-i686/LICENSE  
|   82 
 testing-i686/PKGBUILD 
|  192 ++
 testing-i686/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch   
|   14 
 testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
|   12 
 testing-x86_64/LICENSE
|   82 
 testing-x86_64/PKGBUILD   
|  192 ++
 testing-x86_64/swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch 
|   14 
 8 files changed, 600 insertions(+)

Copied: mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch (from rev 
308262, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- testing-i686/0002-glvnd-fix-gl-dot-pc.patch (rev 0)
+++ testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-10-19 16:21:09 UTC (rev 
308263)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: mesa/repos/testing-i686/LICENSE (from rev 308262, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-10-19 16:21:09 UTC (rev 308263)
@@ -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 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 

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

2017-10-19 Thread Laurent Carlier
Date: Thursday, October 19, 2017 @ 16:20:58
  Author: lcarlier
Revision: 308262

upgpkg: mesa 17.2.3-1

upstream update 17.2.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 15:01:50 UTC (rev 308261)
+++ PKGBUILD2017-10-19 16:20:58 UTC (rev 308262)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.2.2
+pkgver=17.2.3
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,13 +14,11 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
-0002-glvnd-fix-gl-dot-pc.patch
-swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch)
-sha256sums=('cf522244d6a5a1ecde3fc00e7c96935253fe22f808f064cab98be6f3faa65782'
+0002-glvnd-fix-gl-dot-pc.patch)
+sha256sums=('a0b0ec8f7b24dd044d7ab30a8c7e6d3767521e245f88d4ed5dd93315dc56f837'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
-'64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966'
-'2dcbd3b311b18e473000fb496a93a4a7a4ae9f9413aace209c0ea4aebbba715b')
+'64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

 validpgpkeys+=('946D09B5E4C9845E63075FF1D961C596A7203456') # Andres Gomez 

 validpgpkeys+=('E3E8F480C52ADD73B278EE78E1ECBE07D7D70895') # Juan Antonio 
Suárez Romero (Igalia, S.L.) "
@@ -32,9 +30,6 @@
   # non-upstreamed ones
   patch -Np1 -i ../0002-glvnd-fix-gl-dot-pc.patch
   
-  # swr driver
-  patch -Np1 -i 
../swr-rast-do-not-crash-on-NULL-strings-returned-by-getenv.patch
-
   autoreconf -fiv
 }
 


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2017-10-19 Thread Dave Reisner
Date: Thursday, October 19, 2017 @ 15:01:50
  Author: dreisner
Revision: 308261

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 308260, bash-completion/trunk/PKGBUILD)

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

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 308260, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-19 15:01:50 UTC (rev 308261)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.7
+pkgrel=2
+pkgdesc='Programmable completion for the bash shell'
+arch=('any')
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('2260342127086cfedd4801f796fdaaa051411a14')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+
+  # remove completions which overlap with util-linux
+  rm "$pkgdir/usr/share/bash-completion/completions"/{{u,}mount,rfkill}
+}


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

2017-10-19 Thread Dave Reisner
Date: Thursday, October 19, 2017 @ 15:01:30
  Author: dreisner
Revision: 308260

upgpkg: bash-completion 2.7-2

- remove rfkill completion for compat with util-linux 2.31

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 14:30:48 UTC (rev 308259)
+++ PKGBUILD2017-10-19 15:01:30 UTC (rev 308260)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Programmable completion for the bash shell'
 arch=('any')
 url='https://github.com/scop/bash-completion'
@@ -30,5 +30,5 @@
   rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
 
   # remove completions which overlap with util-linux
-  rm "$pkgdir/usr/share/bash-completion/completions"/{u,}mount
+  rm "$pkgdir/usr/share/bash-completion/completions"/{{u,}mount,rfkill}
 }


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

2017-10-19 Thread Dave Reisner
Date: Thursday, October 19, 2017 @ 14:30:48
  Author: dreisner
Revision: 308259

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 308258, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 308258, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 308258, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 308258, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.sysusers
(from rev 308258, util-linux/trunk/util-linux.sysusers)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 308258, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 308258, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 308258, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 308258, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.sysusers
(from rev 308258, util-linux/trunk/util-linux.sysusers)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/pam-common|6 ++
 testing-i686/pam-login |7 ++
 testing-i686/pam-su|9 +++
 testing-i686/util-linux.sysusers   |1 
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/pam-common  |6 ++
 testing-x86_64/pam-login   |7 ++
 testing-x86_64/pam-su  |9 +++
 testing-x86_64/util-linux.sysusers |1 
 10 files changed, 238 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 308258, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-19 14:30:48 UTC (rev 308259)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+_pkgmajor=2.31
+pkgver=${_pkgmajor}
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="https://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python' 'libcap-ng')
+license=('GPL2')
+options=('strip' 'debug')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
+pam-{login,common,su}
+'util-linux.sysusers')
+md5sums=('5b6821c403c3cc6e7775f74df1882a20'
+ 'SKIP'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad'
+ 'dfc9904f67ebc54bb347ca3cc430ef2b')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('eject' 'zramctl' 'rfkill')
+  provides=('eject' 'zramctl' 'rfkill')
+  replaces=('zramctl' 'rfkill')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libcap-ng' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  groups=('base' 'base-devel')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # setuid chfn and chsh
+  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
+  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
+  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su-l"
+
+  # TODO(dreisner): offer this upstream?
+  sed -i '/ListenStream/ aRuntimeDirectory=uuidd' 
"$pkgdir/usr/lib/systemd/system/uuidd.socket"
+
+  # adjust for usrmove
+  # TODO(dreisner): fix configure.ac upstream so that this isn't needed
+  cd "$pkgdir"
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+
+  ### runtime libs are shipped as part of libutil-linux
+  rm "$pkgdir"/usr/lib/lib*.{a,so}*
+
+  ### install systemd-sysusers
+  install -Dm644 "$srcdir/util-linux.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/util-linux.conf"
+}
+

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

2017-10-19 Thread Dave Reisner
Date: Thursday, October 19, 2017 @ 14:30:04
  Author: dreisner
Revision: 308258

upgpkg: util-linux 2.31-1

- add provides/replaces/conflicts on rfkill

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 13:56:31 UTC (rev 308257)
+++ PKGBUILD2017-10-19 14:30:04 UTC (rev 308258)
@@ -5,8 +5,8 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-_pkgmajor=2.30
-pkgver=${_pkgmajor}.2
+_pkgmajor=2.31
+pkgver=${_pkgmajor}
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/;
@@ -18,7 +18,7 @@
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
 pam-{login,common,su}
 'util-linux.sysusers')
-md5sums=('23a5dce0030144a42676b92310026bac'
+md5sums=('5b6821c403c3cc6e7775f74df1882a20'
  'SKIP'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'
@@ -45,9 +45,9 @@
 }
 
 package_util-linux() {
-  conflicts=('eject' 'zramctl')
-  provides=('eject' 'zramctl')
-  replaces=('zramctl')
+  conflicts=('eject' 'zramctl' 'rfkill')
+  provides=('eject' 'zramctl' 'rfkill')
+  replaces=('zramctl' 'rfkill')
   depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libcap-ng' 'libutil-linux')
   optdepends=('python: python bindings to libmount')
   groups=('base' 'base-devel')


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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:19:21
  Author: jsteel
Revision: 263631

archrelease: copy trunk to community-any

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

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

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

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


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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:19:07
  Author: jsteel
Revision: 263630

upgpkg: aws-cli 1.11.173-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 14:18:45 UTC (rev 263629)
+++ PKGBUILD2017-10-19 14:19:07 UTC (rev 263630)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.170
+pkgver=1.11.173
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('200cc2a4b0bfe50515813b459169362b')
+md5sums=('b1109f71c2d2a547d3b18b96527c2b30')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:18:45
  Author: jsteel
Revision: 263629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 14:18:31 UTC (rev 263628)
+++ PKGBUILD2017-10-19 14:18:45 UTC (rev 263629)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.28
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('73230069b6a95d6c594695be6147129b')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

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


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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:18:31
  Author: jsteel
Revision: 263628

upgpkg: python-botocore 1.7.31-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 14:11:58 UTC (rev 263627)
+++ PKGBUILD2017-10-19 14:18:31 UTC (rev 263628)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.28
+pkgver=1.7.31
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('73230069b6a95d6c594695be6147129b')
+md5sums=('8f46d125e8aa10eccc412fcce6ae718c')
 
 build() {
   cd botocore-$pkgver


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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:11:58
  Author: jsteel
Revision: 263627

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

Added:
  obs-studio/repos/community-i686/PKGBUILD
(from rev 263626, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 263626, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-i686/PKGBUILD
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 14:11:41 UTC (rev 263626)
+++ community-i686/PKGBUILD 2017-10-19 14:11:58 UTC (rev 263627)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=20.0.1
-pkgrel=2
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support'
-'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-i686/PKGBUILD (from rev 263626, 
obs-studio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 14:11:58 UTC (rev 263627)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=20.1.0
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('0c8fd6226abcfd3c3408b8c79ed2a54f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-19 14:11:41 UTC (rev 263626)
+++ community-x86_64/PKGBUILD   2017-10-19 14:11:58 UTC (rev 263627)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=20.0.1
-pkgrel=2
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support'
-'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 263626, 
obs-studio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-19 14:11:58 UTC (rev 263627)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 

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

2017-10-19 Thread Jonathan Steel
Date: Thursday, October 19, 2017 @ 14:11:41
  Author: jsteel
Revision: 263626

upgpkg: obs-studio 20.1.0-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:31:50 UTC (rev 263625)
+++ PKGBUILD2017-10-19 14:11:41 UTC (rev 263626)
@@ -2,8 +2,8 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=20.0.1
-pkgrel=2
+pkgver=20.1.0
+pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com;
@@ -15,7 +15,7 @@
 'libxcomposite: XComposite capture support'
 'vlc: VLC Media Source support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
+md5sums=('0c8fd6226abcfd3c3408b8c79ed2a54f')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-19 Thread Florian Pritz
Date: Thursday, October 19, 2017 @ 13:56:31
  Author: bluewind
Revision: 308257

Fix FS#56043 - [perl] Files in /etc/profile.d should not be executable

Modified:
  perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 13:44:28 UTC (rev 308256)
+++ PKGBUILD2017-10-19 13:56:31 UTC (rev 308257)
@@ -221,10 +221,10 @@
   -i ${pkgdir}/usr/share/perl5/core_perl/CPAN/FirstTime.pm
 
   # Profile script to set paths to perl scripts.
-  install -D -m755 ${srcdir}/perlbin.sh \
+  install -D -m644 ${srcdir}/perlbin.sh \
${pkgdir}/etc/profile.d/perlbin.sh
   # Profile script to set paths to perl scripts on csh. (FS#22441)
-  install -D -m755 ${srcdir}/perlbin.csh \
+  install -D -m644 ${srcdir}/perlbin.csh \
   ${pkgdir}/etc/profile.d/perlbin.csh
   # Profile script to set paths to perl scripts on fish. (FS#51191)
   install -D -m 755 "$srcdir/perlbin.fish" \


[arch-commits] Commit in gst-plugins-good/trunk (4 files)

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 13:44:28
  Author: heftig
Revision: 308256

1.12.3-2

Modified:
  gst-plugins-good/trunk/PKGBUILD
Deleted:
  
gst-plugins-good/trunk/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
  
gst-plugins-good/trunk/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
  
gst-plugins-good/trunk/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch

-+
 0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch  |   47 ---
 0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch |   60 
--
 0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch |   54 
-
 PKGBUILD|   16 +-
 4 files changed, 6 insertions(+), 171 deletions(-)

Deleted: 0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
===
--- 0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch  2017-10-19 
11:22:51 UTC (rev 308255)
+++ 0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch  2017-10-19 
13:44:28 UTC (rev 308256)
@@ -1,47 +0,0 @@
-From e0ac30bc06da0ffd78334621c9ee42fa8f92f195 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 20 Jun 2017 16:34:41 +0200
-Subject: [PATCH 2/4] tests: souphttpsrc: Make ssl_cert/key_file static
-
-Just a bit of cleanup.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=784005

- tests/check/elements/souphttpsrc.c | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/tests/check/elements/souphttpsrc.c 
b/tests/check/elements/souphttpsrc.c
-index a6231fab85eeb9e2..6dedae50a64a3dc0 100644
 a/tests/check/elements/souphttpsrc.c
-+++ b/tests/check/elements/souphttpsrc.c
-@@ -52,6 +52,9 @@ static const char *realm = "SOUPHTTPSRC_REALM";
- static const char *basic_auth_path = "/basic_auth";
- static const char *digest_auth_path = "/digest_auth";
- 
-+static const char *ssl_cert_file = GST_TEST_FILES_PATH "/test-cert.pem";
-+static const char *ssl_key_file = GST_TEST_FILES_PATH "/test-key.pem";
-+
- static guint get_port_from_server (SoupServer * server);
- static SoupServer *run_server (gboolean use_https);
- 
-@@ -123,7 +126,7 @@ run_test (gboolean use_https, const gchar * path, gint 
expected)
-   g_free (url);
- 
-   g_object_set (src, "automatic-redirect", redirect, NULL);
--  g_object_set (src, "ssl-ca-file", GST_TEST_FILES_PATH "/test-cert.pem", 
NULL);
-+  g_object_set (src, "ssl-ca-file", ssl_cert_file, NULL);
-   if (cookies != NULL)
- g_object_set (src, "cookies", cookies, NULL);
-   g_object_set (sink, "signal-handoffs", TRUE, NULL);
-@@ -572,8 +575,6 @@ run_server (gboolean use_https)
- 
- 
-   if (use_https) {
--const char *ssl_cert_file = GST_TEST_FILES_PATH "/test-cert.pem";
--const char *ssl_key_file = GST_TEST_FILES_PATH "/test-key.pem";
- GTlsBackend *backend = g_tls_backend_get_default ();
- 
- if (backend == NULL || !g_tls_backend_supports_tls (backend)) {
--- 
-2.13.1
-

Deleted: 0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
===
--- 0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch 
2017-10-19 11:22:51 UTC (rev 308255)
+++ 0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch 
2017-10-19 13:44:28 UTC (rev 308256)
@@ -1,60 +0,0 @@
-From bf9331fa8a68e58abbed72d25ccf2ab9e044669c Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 20 Jun 2017 16:37:55 +0200
-Subject: [PATCH 3/4] tests: souphttpsrc: Avoid deprecated server ssl
- properties
-
-The ssl-cert-file and ssl-key-file properties are deprecated. Use the
-soup_server_set_ssl_cert_file function to load the files.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=784005

- tests/check/elements/souphttpsrc.c | 21 +
- 1 file changed, 13 insertions(+), 8 deletions(-)
-
-diff --git a/tests/check/elements/souphttpsrc.c 
b/tests/check/elements/souphttpsrc.c
-index 6dedae50a64a3dc0..d5eefb9364f78280 100644
 a/tests/check/elements/souphttpsrc.c
-+++ b/tests/check/elements/souphttpsrc.c
-@@ -569,25 +569,30 @@ get_port_from_server (SoupServer * server)
- static SoupServer *
- run_server (gboolean use_https)
- {
--  SoupServer *server;
--  SoupServerListenOptions listen_flags;
-+  SoupServer *server = soup_server_new (NULL, NULL);
-+  SoupServerListenOptions listen_flags = 0;
-   guint port;
- 
- 
-   if (use_https) {
- GTlsBackend *backend = g_tls_backend_get_default ();
-+GError *err = NULL;
- 
- if (backend == NULL || !g_tls_backend_supports_tls (backend)) {
-   GST_INFO ("No TLS support");
-+  g_object_unref (server);
-   return NULL;
- }
- 
--server = soup_server_new (SOUP_SERVER_SSL_CERT_FILE, ssl_cert_file,
--

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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 11:22:51
  Author: heftig
Revision: 308255

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-19 11:22:35 UTC (rev 308254)
+++ extra-i686/PKGBUILD 2017-10-19 11:22:51 UTC (rev 308255)
@@ -1,79 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="Mobile broadband modem management service"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim)
-makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=8784af48b5dbd2514f8e1d8b2713b9ab55ed4a6a  # tags/1.6.8
-source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ModemManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---with-suspend-resume=systemd \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libmm-glib uninstall
-  make DESTDIR="$pkgdir" -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv "$pkgdir/usr/include" ..
-  mv "$pkgdir/usr/lib/pkgconfig" ..
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(glib2)
-
-  install -d "$pkgdir/usr/lib"
-  mv include "$pkgdir/usr"
-  mv pkgconfig "$pkgdir/usr/lib"
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" -C libmm-glib install
-  make DESTDIR="$pkgdir" -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 308254, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-19 11:22:51 UTC (rev 308255)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.6.10
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=b23413a064f03fb2f2214fb32164bcb4b7037c45  # tags/1.6.10
+source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-suspend-resume=systemd \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libmm-glib 

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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 11:22:35
  Author: heftig
Revision: 308254

1.6.10-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:10:26 UTC (rev 308253)
+++ PKGBUILD2017-10-19 11:22:35 UTC (rev 308254)
@@ -4,7 +4,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.6.8
+pkgver=1.6.10
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=8784af48b5dbd2514f8e1d8b2713b9ab55ed4a6a  # tags/1.6.8
+_commit=b23413a064f03fb2f2214fb32164bcb4b7037c45  # tags/1.6.10
 
source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-19 Thread Massimiliano Torromeo
Date: Thursday, October 19, 2017 @ 10:31:30
  Author: mtorromeo
Revision: 263624

upgpkg: python-oauthlib 2.0.5-1

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:14:27 UTC (rev 263623)
+++ PKGBUILD2017-10-19 10:31:30 UTC (rev 263624)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 _libname=oauthlib
 pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
@@ -45,4 +45,4 @@
chmod -R a+r "$pkgdir/usr/lib"
 }
 
-sha256sums=('514e293cb356dd53d596692207d48d9231b997995c9a4167eefa868583d74d13')
+sha256sums=('6b12ab356047664e5554c01ff2d4d5d5bbb33cb6ab94076f6fdafa783b257537')


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

2017-10-19 Thread Massimiliano Torromeo
Date: Thursday, October 19, 2017 @ 10:31:50
  Author: mtorromeo
Revision: 263625

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 10:31:30 UTC (rev 263624)
+++ PKGBUILD2017-10-19 10:31:50 UTC (rev 263625)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=2.0.4
-pkgrel=1
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
-arch=(any)
-url="https://github.com/idan/oauthlib;
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-sha256sums=('514e293cb356dd53d596692207d48d9231b997995c9a4167eefa868583d74d13')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 263624, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 10:31:50 UTC (rev 263625)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=2.0.5
+pkgrel=1
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
+arch=(any)
+url="https://github.com/idan/oauthlib;
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}
+
+package_python2-oauthlib() {
+   depends=(python2-cryptography)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   chmod -R a+r "$pkgdir/usr/lib"
+}
+
+sha256sums=('6b12ab356047664e5554c01ff2d4d5d5bbb33cb6ab94076f6fdafa783b257537')


[arch-commits] Commit in lxc/repos/community-x86_64 (8 files)

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:14:27
  Author: spupykin
Revision: 263623

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 263622, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 263622, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 263622, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 263622, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  168 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 10:13:40 UTC (rev 263622)
+++ PKGBUILD2017-10-19 10:14:27 UTC (rev 263623)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('394407305a409eb1f95fe06e7718acfe89b1d5df267b0c6aafb1d714e2038de2'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 263622, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 10:14:27 UTC (rev 263623)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="Linux Containers"
+arch=('i686' 'x86_64')
+url="http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
+optdepends=('arch-install-scripts: for 

[arch-commits] Commit in lxc/repos/community-i686 (8 files)

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:13:40
  Author: spupykin
Revision: 263622

archrelease: copy trunk to community-i686

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 263621, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 263621, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 263621, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 263621, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d

--+
 PKGBUILD |  168 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 10:13:25 UTC (rev 263621)
+++ PKGBUILD2017-10-19 10:13:40 UTC (rev 263622)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('394407305a409eb1f95fe06e7718acfe89b1d5df267b0c6aafb1d714e2038de2'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 263621, lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 10:13:40 UTC (rev 263622)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="Linux Containers"
+arch=('i686' 'x86_64')
+url="http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
+optdepends=('arch-install-scripts: for archlinux template'
+  

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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:13:25
  Author: spupykin
Revision: 263621

upgpkg: lxc 1:2.1.0-2

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:12:55 UTC (rev 263620)
+++ PKGBUILD2017-10-19 10:13:25 UTC (rev 263621)
@@ -8,7 +8,7 @@
 pkgname=lxc
 epoch=1
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org;
@@ -40,17 +40,17 @@
 -e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
 configure.ac
   sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
 -e 's|\${prefix}/||g' \
 lxc.pc.in
+  sed -i \
+-e 's|dirlen,|dirlen=0,|' \
+src/lxc/storage/overlay.c
 }
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
   ./autogen.sh
-  ./configure \
+  bashcompdir=/usr/share/bash-completion/completions ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
 --localstatedir=/var \


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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:12:55
  Author: spupykin
Revision: 263620

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 10:12:36 UTC (rev 263619)
+++ community-i686/PKGBUILD 2017-10-19 10:12:55 UTC (rev 263620)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=usbredir
-pkgver=0.7
-pkgrel=1
-pkgdesc="USB traffic redirection protocol"
-arch=('i686' 'x86_64')
-url="http://spice-space.org/page/UsbRedir;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-i686/PKGBUILD (from rev 263619, 
usbredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 10:12:55 UTC (rev 263620)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=usbredir
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="USB traffic redirection protocol"
+arch=('i686' 'x86_64')
+url="http://spice-space.org/page/UsbRedir;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-19 10:12:36 UTC (rev 263619)
+++ community-x86_64/PKGBUILD   2017-10-19 10:12:55 UTC (rev 263620)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Stefano Facchini 
-
-pkgname=usbredir
-pkgver=0.7
-pkgrel=1
-pkgdesc="USB traffic redirection protocol"
-arch=('i686' 'x86_64')
-url="http://spice-space.org/page/UsbRedir;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbredir/repos/community-x86_64/PKGBUILD (from rev 263619, 
usbredir/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-19 10:12:55 UTC (rev 263620)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefano Facchini 
+
+pkgname=usbredir
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="USB traffic redirection protocol"
+arch=('i686' 'x86_64')
+url="http://spice-space.org/page/UsbRedir;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
+sha256sums=('407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:12:36
  Author: spupykin
Revision: 263619

upgpkg: usbredir 0.7.1-1

Modified:
  usbredir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:11:24 UTC (rev 263618)
+++ PKGBUILD2017-10-19 10:12:36 UTC (rev 263619)
@@ -3,7 +3,7 @@
 # Maintainer: Stefano Facchini 
 
 pkgname=usbredir
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="USB traffic redirection protocol"
 arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('libusb')
 source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea412403b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-sha256sums=('0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa')
+sha256sums=('407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:11:24
  Author: spupykin
Revision: 263618

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 10:10:58 UTC (rev 263617)
+++ community-i686/PKGBUILD 2017-10-19 10:11:24 UTC (rev 263618)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.2
-pkgrel=2
-pkgdesc="MUA command line tool (mailx)"
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('b5e97b94887739c6a3790108cb5180211a3c8b415da71589882be2078bf40630'
-'SKIP')
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-i686/PKGBUILD (from rev 263617, 
mailutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 10:11:24 UTC (rev 263618)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.3
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(i686 x86_64)
+url="http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
+sha256sums=('4f31c3b94331dbd7101414df0c8dd2c7da06dade8e0de8c7df0bfc76b70221ec'
+'SKIP')
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-19 10:10:58 UTC (rev 263617)
+++ community-x86_64/PKGBUILD   2017-10-19 10:11:24 UTC (rev 263618)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.2
-pkgrel=2
-pkgdesc="MUA command line tool (mailx)"
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('b5e97b94887739c6a3790108cb5180211a3c8b415da71589882be2078bf40630'
-'SKIP')
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" 

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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:10:58
  Author: spupykin
Revision: 263617

upgpkg: mailutils 3.3-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 10:10:49 UTC (rev 263616)
+++ PKGBUILD2017-10-19 10:10:58 UTC (rev 263617)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/mailutils/;
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('b5e97b94887739c6a3790108cb5180211a3c8b415da71589882be2078bf40630'
+sha256sums=('4f31c3b94331dbd7101414df0c8dd2c7da06dade8e0de8c7df0bfc76b70221ec'
 'SKIP')
 
 build() {


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 10:10:26
  Author: arojas
Revision: 308253

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-19 10:09:39 UTC (rev 308252)
+++ extra-i686/PKGBUILD 2017-10-19 10:10:26 UTC (rev 308253)
@@ -1,38 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=17.10.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://andrejv.github.io/wxmaxima/index.html;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('344bd14d63a76439734772dc663620e94754beaa')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 308252, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-19 10:10:26 UTC (rev 308253)
@@ -0,0 +1,38 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=17.10.0
+pkgrel=2
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://andrejv.github.io/wxmaxima/index.html;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
+sha1sums=('344bd14d63a76439734772dc663620e94754beaa')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-19 10:09:39 UTC (rev 308252)
+++ extra-x86_64/PKGBUILD   2017-10-19 10:10:26 UTC (rev 308253)
@@ -1,38 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=17.10.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://andrejv.github.io/wxmaxima/index.html;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('344bd14d63a76439734772dc663620e94754beaa')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 308252, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:10:28
  Author: spupykin
Revision: 263615

upgpkg: anki 2.1.0beta20-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 09:46:13 UTC (rev 263614)
+++ PKGBUILD2017-10-19 10:10:28 UTC (rev 263615)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.0beta18
+pkgver=2.1.0beta20
 pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/;
@@ -17,7 +17,7 @@
 optdepends=('lame: record sound'
 'mplayer: play sound')
 source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('9ba69fcbecdc3f9eacfe035d2eb6f991363d75786e9a5554f93727f67198291e')
+sha256sums=('7107a69ebcb02546c9c86104ac25c164b2119736341f61d7c772cf14ced69211')
 
 package() {
   cd "$srcdir"/anki-$pkgver


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

2017-10-19 Thread Sergej Pupykin
Date: Thursday, October 19, 2017 @ 10:10:49
  Author: spupykin
Revision: 263616

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 263615, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 10:10:28 UTC (rev 263615)
+++ PKGBUILD2017-10-19 10:10:49 UTC (rev 263616)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta18
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('9ba69fcbecdc3f9eacfe035d2eb6f991363d75786e9a5554f93727f67198291e')
-
-package() {
-  cd "$srcdir"/anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki && (
-mv tools/runanki.system ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 263615, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 10:10:49 UTC (rev 263616)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0beta20
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
+sha256sums=('7107a69ebcb02546c9c86104ac25c164b2119736341f61d7c772cf14ced69211')
+
+package() {
+  cd "$srcdir"/anki-$pkgver
+  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * "$pkgdir"/usr/share/anki/
+  cd "$pkgdir"/usr/share/anki && (
+mv tools/runanki.system ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
+}


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

2017-10-19 Thread Antonio Rojas
Date: Thursday, October 19, 2017 @ 10:09:39
  Author: arojas
Revision: 308252

Add ttf-linux-libertine dependency (FS#56036)

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 09:03:33 UTC (rev 308251)
+++ PKGBUILD2017-10-19 10:09:39 UTC (rev 308252)
@@ -5,12 +5,12 @@
 
 pkgname=wxmaxima
 pkgver=17.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
 url="http://andrejv.github.io/wxmaxima/index.html;
 license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3')
+depends=('maxima' 'libxml2' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
 sha1sums=('344bd14d63a76439734772dc663620e94754beaa')


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

2017-10-19 Thread Ike Devolder
Date: Thursday, October 19, 2017 @ 09:45:37
  Author: idevolder
Revision: 263611

upgpkg: php-mongodb 1.3.1-1

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 08:28:10 UTC (rev 263610)
+++ PKGBUILD2017-10-19 09:45:37 UTC (rev 263611)
@@ -5,7 +5,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="MongoDB driver for PHP"
 arch=("i686" "x86_64")
@@ -20,7 +20,7 @@
"https://pecl.php.net/get/mongodb-$pkgver.tgz;
"mongodb.ini"
 )
-sha256sums=('7ecec2ee3687a2d0985e389407e3c2fe9817bd3478c266b46e3e2a4656df4965'
+sha256sums=('3511179bc94e2d55e47f78cec78fa13466428b475c291087ece6b4433b5c8283'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2017-10-19 Thread Ike Devolder
Date: Thursday, October 19, 2017 @ 09:46:13
  Author: idevolder
Revision: 263614

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 263613, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 263613, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 263613, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 263613, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-19 09:46:02 UTC (rev 263613)
+++ PKGBUILD2017-10-19 09:46:13 UTC (rev 263614)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=48.0.2685.39
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
-'pepper-flash: flash support'
-'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
-"opera"
-"default"
-)
-sha512sums=('e7a934a45fc0de8214431496766cb14d4b232f15b446c7d97df5088f0d92672c6583932f522b7bc82ffa979146351281a007c68eb2335d4744f2628d08f84832'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 263613, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 09:46:13 UTC (rev 263614)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=48.0.2685.50
+pkgrel=1
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+'pepper-flash: flash support'
+'upower: opera battery save'
+)
+source=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+"opera"
+"default"
+)
+sha512sums=('f4e775d9e8fc1f589dda8c48e558fac93907300ff8054b9408ac656293982cf2bcbb9592279313d46efe88e2c977da6f8b39e6db8ecbe687f6135cdba2c61d5a'
+

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

2017-10-19 Thread Ike Devolder
Date: Thursday, October 19, 2017 @ 09:46:02
  Author: idevolder
Revision: 263613

upgpkg: opera 48.0.2685.50-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 09:45:51 UTC (rev 263612)
+++ PKGBUILD2017-10-19 09:46:02 UTC (rev 263613)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=48.0.2685.39
+pkgver=48.0.2685.50
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -29,7 +29,7 @@
 "opera"
 "default"
 )
-sha512sums=('e7a934a45fc0de8214431496766cb14d4b232f15b446c7d97df5088f0d92672c6583932f522b7bc82ffa979146351281a007c68eb2335d4744f2628d08f84832'
+sha512sums=('f4e775d9e8fc1f589dda8c48e558fac93907300ff8054b9408ac656293982cf2bcbb9592279313d46efe88e2c977da6f8b39e6db8ecbe687f6135cdba2c61d5a'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
 


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

2017-10-19 Thread Ike Devolder
Date: Thursday, October 19, 2017 @ 09:45:51
  Author: idevolder
Revision: 263612

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
(from rev 263611, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
(from rev 263611, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
(from rev 263611, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 263611, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 263611, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 263611, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-i686/PKGBUILD
  php-mongodb/repos/community-i686/mongodb.ini
  php-mongodb/repos/community-i686/php-mongodb.install
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

--+
 /PKGBUILD|   74 +
 /mongodb.ini |4 +
 /php-mongodb.install |   24 ++
 community-i686/PKGBUILD  |   37 
 community-i686/mongodb.ini   |2 
 community-i686/php-mongodb.install   |   12 -
 community-x86_64/PKGBUILD|   37 
 community-x86_64/mongodb.ini |2 
 community-x86_64/php-mongodb.install |   12 -
 9 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 09:45:37 UTC (rev 263611)
+++ community-i686/PKGBUILD 2017-10-19 09:45:51 UTC (rev 263612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver;
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
-   "mongodb.ini"
-)
-sha256sums=('7ecec2ee3687a2d0985e389407e3c2fe9817bd3478c266b46e3e2a4656df4965'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-i686/PKGBUILD (from rev 263611, 
php-mongodb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 09:45:51 UTC (rev 263612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+)
+sha256sums=('3511179bc94e2d55e47f78cec78fa13466428b475c291087ece6b4433b5c8283'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-i686/mongodb.ini
===
--- community-i686/mongodb.ini  2017-10-19 09:45:37 UTC (rev 263611)
+++ community-i686/mongodb.ini  2017-10-19 09:45:51 UTC (rev 263612)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-i686/mongodb.ini (from rev 263611, 
php-mongodb/trunk/mongodb.ini)

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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 09:03:33
  Author: heftig
Revision: 308251

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 308250, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 308250, libinput/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 308250, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-19 09:03:33 UTC (rev 308251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(i686 x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('4111dd02ef7778c246da28ead284a77014f6eaa4b7f90f36ee124af809e31c70ac065216ef5648d1d2dc525355176e2aa22788bfbb19f5f6d25276fbba42e150'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 308250, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-19 09:03:33 UTC (rev 308251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(i686 x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('4111dd02ef7778c246da28ead284a77014f6eaa4b7f90f36ee124af809e31c70ac065216ef5648d1d2dc525355176e2aa22788bfbb19f5f6d25276fbba42e150'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
+}


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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 09:03:20
  Author: heftig
Revision: 308250

1.9.0-1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 08:52:58 UTC (rev 308249)
+++ PKGBUILD2017-10-19 09:03:20 UTC (rev 308250)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -11,32 +11,33 @@
 license=(custom:X11)
 depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
 makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
-optdepends=('gtk3: libinput debug-gui')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('88006d217e3507858fa6b9ac1f25c267255fb51d1bcf1208d2afd423bf2a9292944bc5526ea91f27fad3ff04c2f9f43ab3aa25fd9fb7ace1231ecd33ddf18de6'
+sha512sums=('4111dd02ef7778c246da28ead284a77014f6eaa4b7f90f36ee124af809e31c70ac065216ef5648d1d2dc525355176e2aa22788bfbb19f5f6d25276fbba42e150'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 prepare() {
-  mkdir build
   cd $pkgname-$pkgver
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
 }
 
 build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver 
--libexecdir=/usr/lib \
--Dtests=false
-  ninja
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 
-  cd ../$pkgname-$pkgver
-  install -Dvm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # install doc - no Makefile target
-  install -dv "$pkgdir/usr/share/doc/libinput"
-  cp -av doc/html/* "$pkgdir/usr/share/doc/libinput"
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
 }


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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 08:52:58
  Author: heftig
Revision: 308249

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

Added:
  python-evdev/repos/extra-i686/
  python-evdev/repos/extra-i686/PKGBUILD
(from rev 308248, python-evdev/trunk/PKGBUILD)
  python-evdev/repos/extra-x86_64/
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 308248, python-evdev/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: python-evdev/repos/extra-i686/PKGBUILD (from rev 308248, 
python-evdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-19 08:52:58 UTC (rev 308249)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=python-evdev
+pkgname=(python-evdev python2-evdev)
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+arch=(i686 x86_64)
+url="https://python-evdev.readthedocs.io/en/latest/;
+license=(BSD)
+makedepends=(python python2 git)
+_commit=36dda463c1777cea8521317b19a9283431a77a32  # tags/v0.7.0
+source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-evdev() {
+  depends=(python)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
+}
+
+package_python2-evdev() {
+  depends=(python2)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
+}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 308248, 
python-evdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-19 08:52:58 UTC (rev 308249)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=python-evdev
+pkgname=(python-evdev python2-evdev)
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+arch=(i686 x86_64)
+url="https://python-evdev.readthedocs.io/en/latest/;
+license=(BSD)
+makedepends=(python python2 git)
+_commit=36dda463c1777cea8521317b19a9283431a77a32  # tags/v0.7.0
+source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-evdev() {
+  depends=(python)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
+}
+
+package_python2-evdev() {
+  depends=(python2)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
+}


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

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 08:52:34
  Author: heftig
Revision: 308248

0.7.0-1

Added:
  python-evdev/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-19 08:52:34 UTC (rev 308248)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=python-evdev
+pkgname=(python-evdev python2-evdev)
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+arch=(i686 x86_64)
+url="https://python-evdev.readthedocs.io/en/latest/;
+license=(BSD)
+makedepends=(python python2 git)
+_commit=36dda463c1777cea8521317b19a9283431a77a32  # tags/v0.7.0
+source=("$pkgbase::git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  python3 setup.py build
+
+  cd ../python2
+  python2 setup.py build
+}
+
+package_python-evdev() {
+  depends=(python)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python-evdev" -m644 LICENSE
+}
+
+package_python2-evdev() {
+  depends=(python2)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/python2-evdev" -m644 LICENSE
+}


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


[arch-commits] Commit in (python-evdev python-evdev/repos python-evdev/trunk)

2017-10-19 Thread Jan Steffens
Date: Thursday, October 19, 2017 @ 08:41:25
  Author: heftig
Revision: 308247

Add python-evdev

Added:
  python-evdev/
  python-evdev/repos/
  python-evdev/trunk/


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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 08:28:10
  Author: felixonmars
Revision: 263610

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 08:27:23 UTC (rev 263609)
+++ community-i686/PKGBUILD 2017-10-19 08:28:10 UTC (rev 263610)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20171003
-pkgrel=5
-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' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
- "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"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-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
- "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"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-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
- "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
- "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
- "haskell-yesod-form" "haskell-yesod-static")
-makedepends=("chrpath" 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd git-annex
-  sed -i 's/let awscfg = AWS.Configuration AWS.Timestamp awscreds 
debugMapper$/let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper 
Nothing/ ' Remote/S3.hs
-}
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  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 263609, 
git-annex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-19 08:28:10 UTC (rev 263610)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171018
+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' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+  

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

2017-10-19 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 08:27:23
  Author: felixonmars
Revision: 263609

upgpkg: git-annex 6.20171018-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 08:08:10 UTC (rev 263608)
+++ PKGBUILD2017-10-19 08:27:23 UTC (rev 263609)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20171003
-pkgrel=5
+pkgver=6.20171018
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -33,11 +33,6 @@
 source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
 sha512sums=('SKIP')
 
-prepare() {
-  cd git-annex
-  sed -i 's/let awscfg = AWS.Configuration AWS.Timestamp awscreds 
debugMapper$/let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper 
Nothing/ ' Remote/S3.hs
-}
-
 build() {
   cd git-annex
 


  1   2   >