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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:36:17
  Author: felixonmars
Revision: 270616

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 270615, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 07:36:17 UTC (rev 270616)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171124
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('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
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:35:30
  Author: felixonmars
Revision: 270615

upgpkg: git-annex 6.20171124-6

rebuild with concurrent-output,1.10.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 07:29:02 UTC (rev 270614)
+++ PKGBUILD2017-11-29 07:35:30 UTC (rev 270615)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171124
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in haskell-concurrent-output/repos (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:29:02
  Author: felixonmars
Revision: 270614

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-concurrent-output/repos/community-staging-x86_64/
  haskell-concurrent-output/repos/community-staging-x86_64/PKGBUILD
(from rev 270613, haskell-concurrent-output/trunk/PKGBUILD)

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

Copied: haskell-concurrent-output/repos/community-staging-x86_64/PKGBUILD (from 
rev 270613, haskell-concurrent-output/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 07:29:02 UTC (rev 270614)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concurrent-output
+pkgname=haskell-concurrent-output
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="Ungarble output from several threads or commands"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" 
"haskell-exceptions" "haskell-stm"
+ "haskell-terminal-size" "haskell-text")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('88edf6b06afd2aaf0e5bfd40e049d2cb5baec534c06f175f679032fc1e5b10d1da0d4e3360272a2ac9f8656b418fa46f5d5f6d229a00aaa7732c645e61252c14')
+
+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-concurrent-output/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:28:08
  Author: felixonmars
Revision: 270613

upgpkg: haskell-concurrent-output 1.10.1-1

rebuild with concurrent-output,1.10.1

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 07:20:10 UTC (rev 270612)
+++ PKGBUILD2017-11-29 07:28:08 UTC (rev 270613)
@@ -4,8 +4,8 @@
 
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="Ungarble output from several threads or commands"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD2")
@@ -14,7 +14,7 @@
  "haskell-terminal-size" "haskell-text")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('38be2a623ba77efc080512cc0fe619ed26c7b41c8256a66ad47b9d7994fc372a91bf3081db8de158b93a787692d1e683fc2d3c4af71b7f1fac7af06cf9a28d0a')
+sha512sums=('88edf6b06afd2aaf0e5bfd40e049d2cb5baec534c06f175f679032fc1e5b10d1da0d4e3360272a2ac9f8656b418fa46f5d5f6d229a00aaa7732c645e61252c14')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:19:28
  Author: felixonmars
Revision: 270610

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 270609, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 270609, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 07:19:28 UTC (rev 270610)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.0.10
+pkgrel=5
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f5fd59041bef8f5dd087e4f4b9a393c015266cae4543c3eaedafbf67f883bf6fcda32c75afdf07339ddb2dffac3cb36b74bc3fb7fa09f22aa2be7caea7a8c5c2')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+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}/COPYING.BSD3"
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:19:07
  Author: felixonmars
Revision: 270609

upgpkg: hlint 2.0.10-5

rebuild with hscolour,1.24.3

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 07:17:41 UTC (rev 270608)
+++ PKGBUILD2017-11-29 07:19:07 UTC (rev 270609)
@@ -4,7 +4,7 @@
 
 pkgname=hlint
 pkgver=2.0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:17:41
  Author: felixonmars
Revision: 270608

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hscolour/repos/community-staging-x86_64/
  haskell-hscolour/repos/community-staging-x86_64/PKGBUILD
(from rev 270607, haskell-hscolour/trunk/PKGBUILD)

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

Copied: haskell-hscolour/repos/community-staging-x86_64/PKGBUILD (from rev 
270607, haskell-hscolour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 07:17:41 UTC (rev 270608)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hscolour
+pkgname=haskell-hscolour
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Colourise Haskell code."
+url="http://code.haskell.org/~malcolm/hscolour/;
+license=("LGPL")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('27081cb3d19061d64f0829ce16b2568b5f6c682fbaf6032de87ac6de49fd739643b9607b306ff48cb4af0193e5a0f2b7e5489d77aa10bd883c3437b07bd5de9d')
+
+prepare() {
+sed -i 's/Char.isUpper/isUpper/' 
$_hkgname-$pkgver/Language/Haskell/HsColour/Classify.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$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}"
+}


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

2017-11-28 Thread Christian Hesse via arch-commits
Date: Wednesday, November 29, 2017 @ 07:17:18
  Author: eworm
Revision: 311139

upgpkg: git 2.15.1-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:58:39 UTC (rev 311138)
+++ PKGBUILD2017-11-29 07:17:18 UTC (rev 311139)
@@ -3,7 +3,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.15.0
+pkgver=2.15.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(x86_64)
@@ -32,7 +32,7 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
 git-daemon@.service
 git-daemon.socket)
-sha256sums=('107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a'
+sha256sums=('999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')


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

2017-11-28 Thread Christian Hesse via arch-commits
Date: Wednesday, November 29, 2017 @ 07:17:25
  Author: eworm
Revision: 311140

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 311139, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 311139, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 311139, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 311139, git/trunk/git.install)

-+
 PKGBUILD|  131 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git.install |   21 
 4 files changed, 175 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 311139, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-29 07:17:25 UTC (rev 311140)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.15.1
+pkgrel=1
+pkgdesc="the fast distributed version control system"
+arch=(x86_64)
+url="http://git-scm.com/;
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre2'
+ 'grep' 'shadow')
+makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python2: various helper scripts'
+'subversion: git svn'
+'gnome-keyring: GNOME keyring credential helper')
+replaces=('git-core')
+provides=('git-core')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+git-daemon@.service
+git-daemon.socket)
+sha256sums=('999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+all doc
+
+  make -C contrib/emacs prefix=/usr
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
+  make -C contrib/mw-to-git prefix=/usr all
+  make -C contrib/diff-highlight prefix=/usr
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # emacs
+  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
+  # gnome credentials helper
+  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  "$pkgdir"/usr/lib/git-core/git-credential-gnome-keyring
+  make -C contrib/credential/gnome-keyring clean
+  

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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 07:16:46
  Author: felixonmars
Revision: 270607

upgpkg: haskell-hscolour 1.24.3-1

rebuild with hscolour,1.24.3

Modified:
  haskell-hscolour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:23:09 UTC (rev 270606)
+++ PKGBUILD2017-11-29 07:16:46 UTC (rev 270607)
@@ -4,8 +4,8 @@
 
 _hkgname=hscolour
 pkgname=haskell-hscolour
-pkgver=1.24.2
-pkgrel=2
+pkgver=1.24.3
+pkgrel=1
 pkgdesc="Colourise Haskell code."
 url="http://code.haskell.org/~malcolm/hscolour/;
 license=("LGPL")
@@ -13,11 +13,15 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7dcc8e679ea8729fa8bc6bccb8d4a9e137f38a47ceac884c7173b088e1e52cf72d072fb9d7be54cca1e366212e86d7133875ef7b76af3ae1db812755280642b6')
+sha512sums=('27081cb3d19061d64f0829ce16b2568b5f6c682fbaf6032de87ac6de49fd739643b9607b306ff48cb4af0193e5a0f2b7e5489d77aa10bd883c3437b07bd5de9d')
 
+prepare() {
+sed -i 's/Char.isUpper/isUpper/' 
$_hkgname-$pkgver/Language/Haskell/HsColour/Classify.hs
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -30,7 +34,7 @@
 
 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}"


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

2017-11-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, November 29, 2017 @ 06:58:39
  Author: bpiotrowski
Revision: 311138

Apply changes from Jesin

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:55:17 UTC (rev 311137)
+++ PKGBUILD2017-11-29 06:58:39 UTC (rev 311138)
@@ -8,11 +8,11 @@
 pkgrel=1
 pkgdesc='An XML parser library'
 arch=(x86_64)
-url='http://expat.sourceforge.net/'
+url='https://libexpat.github.io/'
 license=(custom)
 depends=(glibc)
-source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2)
-md5sums=('789e297f547980fc9ecc036f9a070d49')
+source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,5 +27,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 "-t$pkgdir/usr/share/licenses/$pkgname" COPYING
 }


[arch-commits] Commit in xfsprogs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-11-28 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 29, 2017 @ 06:55:17
  Author: tpowa
Revision: 311137

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 311136, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 311136, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-29 06:55:17 UTC (rev 311137)
@@ -0,0 +1,34 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="http://xfs.org;
+groups=('base')
+depends=('sh' 'libutil-linux' 'readline')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2017-11-28 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 29, 2017 @ 06:55:07
  Author: tpowa
Revision: 311136

upgpkg: xfsprogs 4.14.0-1

bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:52:28 UTC (rev 311135)
+++ PKGBUILD2017-11-29 06:55:07 UTC (rev 311136)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=4.13.1
+pkgver=4.14.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')


[arch-commits] Commit in gawk/repos/core-x86_64 (PKGBUILD PKGBUILD)

2017-11-28 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 29, 2017 @ 06:52:28
  Author: tpowa
Revision: 311135

archrelease: copy trunk to core-x86_64

Added:
  gawk/repos/core-x86_64/PKGBUILD
(from rev 311134, gawk/trunk/PKGBUILD)
Deleted:
  gawk/repos/core-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 06:52:13 UTC (rev 311134)
+++ PKGBUILD2017-11-29 06:52:28 UTC (rev 311135)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom 
-
-pkgname=gawk
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="GNU version of awk"
-arch=('x86_64')
-url="http://www.gnu.org/software/gawk/;
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('sh' 'glibc' 'mpfr')
-provides=('awk')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('0b598c31bc703d66082bd958d4189980'
- 'SKIP')
-validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  #install -dm755 ${pkgdir}/bin
-  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
-  #ln -sf gawk ${pkgdir}/bin/awk
-}

Copied: gawk/repos/core-x86_64/PKGBUILD (from rev 311134, gawk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 06:52:28 UTC (rev 311135)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="GNU version of awk"
+arch=('x86_64')
+url="http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('0b598c31bc703d66082bd958d4189980'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc 
--without-libsigsegv
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}


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

2017-11-28 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 29, 2017 @ 06:52:13
  Author: tpowa
Revision: 311134

upgpkg: gawk 4.2.0-2

fix /etc dir #56477

Modified:
  gawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 22:06:20 UTC (rev 311133)
+++ PKGBUILD2017-11-29 06:52:13 UTC (rev 311134)
@@ -4,7 +4,7 @@
 
 pkgname=gawk
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU version of awk"
 arch=('x86_64')
 url="http://www.gnu.org/software/gawk/;
@@ -12,7 +12,7 @@
 groups=('base' 'base-devel')
 depends=('sh' 'glibc' 'mpfr')
 provides=('awk')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('0b598c31bc703d66082bd958d4189980'
  'SKIP')
 validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
@@ -19,7 +19,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc 
--without-libsigsegv
   make
 }
 


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 06:22:45
  Author: felixonmars
Revision: 270605

upgpkg: deepin-file-manager 1:4.4.7-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:18:06 UTC (rev 270604)
+++ PKGBUILD2017-11-29 06:22:45 UTC (rev 270605)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -20,7 +20,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('1769f1d15e496d21f99cb5a5a88f04377eb76f69e3fe63e7c66edc94a5feb82cbc257d5eeff6728235c098178f8a1e966072412900c391ee585cf0b5f2eadb8b')
+sha512sums=('1754dbf2a3d6d8e5eb8505ab3062aa5abb97bb11998fa953b5b819e5717ea709687e7dbf16c38dea03ed924f409194d268b7370ec21db341a5a5ac4b909d659e')
 
 build() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 06:23:09
  Author: felixonmars
Revision: 270606

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 270605, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 06:22:45 UTC (rev 270605)
+++ PKGBUILD2017-11-29 06:23:09 UTC (rev 270606)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.6
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('1769f1d15e496d21f99cb5a5a88f04377eb76f69e3fe63e7c66edc94a5feb82cbc257d5eeff6728235c098178f8a1e966072412900c391ee585cf0b5f2eadb8b')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 270605, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 06:23:09 UTC (rev 270606)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.7
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('1754dbf2a3d6d8e5eb8505ab3062aa5abb97bb11998fa953b5b819e5717ea709687e7dbf16c38dea03ed924f409194d268b7370ec21db341a5a5ac4b909d659e')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 06:18:06
  Author: felixonmars
Revision: 270604

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 270603, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 06:17:30 UTC (rev 270603)
+++ PKGBUILD2017-11-29 06:18:06 UTC (rev 270604)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.51
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-depends=('papirus-icon-theme')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('5141ab9c5fec5323e4274569e76bba4018f58600d0668849ec02af191dfab70332f7128cd30e1150edfa680b9a3441c304aa5f2e166116914bcbc5d865ce936e')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 270603, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 06:18:06 UTC (rev 270604)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.52
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
+sha512sums=('9dde193aa68498904edaf89f03904ad6c22e3eff6bc4e3589fd7f06e535d999210cea0601fd4e1f195e9ebbbe3f3dfd05037bd32b6f191677e7af2b35e19a708')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 06:17:30
  Author: felixonmars
Revision: 270603

upgpkg: deepin-icon-theme 15.12.52-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 06:13:43 UTC (rev 270602)
+++ PKGBUILD2017-11-29 06:17:30 UTC (rev 270603)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.51
+pkgver=15.12.52
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -14,7 +14,7 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('5141ab9c5fec5323e4274569e76bba4018f58600d0668849ec02af191dfab70332f7128cd30e1150edfa680b9a3441c304aa5f2e166116914bcbc5d865ce936e')
+sha512sums=('9dde193aa68498904edaf89f03904ad6c22e3eff6bc4e3589fd7f06e535d999210cea0601fd4e1f195e9ebbbe3f3dfd05037bd32b6f191677e7af2b35e19a708')
 
 package() {
   cd $pkgname-$pkgver


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:47:27
  Author: felixonmars
Revision: 270585

upgpkg: haskell-yesod-auth 1.4.19-24

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:46:11 UTC (rev 270584)
+++ PKGBUILD2017-11-29 05:47:27 UTC (rev 270585)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.19
-pkgrel=23
+pkgrel=24
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:47:49
  Author: felixonmars
Revision: 270586

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 270585, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
270585, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:47:49 UTC (rev 270586)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.19
+pkgrel=24
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('711b52a03b9d02748abe437fb30eaeb63a959db9c24f1a1a7ec37835bfdc0ceb48cefc1e79525999e041b84692ab9398f43bfa8c523270efeb4d0e41b32c05f3')
+
+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 \
+-fnetwork-uri
+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 hledger-web/repos (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:46:11
  Author: felixonmars
Revision: 270584

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 270583, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 270583, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:46:11 UTC (rev 270584)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.4
+pkgrel=19
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2c890a2f45b0ab5ffb781887bdd4e9f48465bb63e70118e59ec64f3ea5077df67462f52c0a6f292a970d893fd03a870b1d0a1093d32c1d3ed4a56a8a59d8c57f')
+
+prepare() {
+sed -e 's/, megaparsec >=5.0 && < 6.2/, megaparsec >=5/' \
+-i ${pkgname}-${pkgver}/${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}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:45:48
  Author: felixonmars
Revision: 270583

upgpkg: hledger-web 1.4-19

rebuild with shakespeare,2.0.14.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:44:18 UTC (rev 270582)
+++ PKGBUILD2017-11-29 05:45:48 UTC (rev 270583)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:44:18
  Author: felixonmars
Revision: 270582

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 270581, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:44:18 UTC (rev 270582)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171124
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('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
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:43:54
  Author: felixonmars
Revision: 270581

upgpkg: git-annex 6.20171124-5

rebuild with shakespeare,2.0.14.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:37:16 UTC (rev 270580)
+++ PKGBUILD2017-11-29 05:43:54 UTC (rev 270581)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171124
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:37:16
  Author: felixonmars
Revision: 270580

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 270579, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 270579, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:37:16 UTC (rev 270580)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=123
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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-yesod/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:36:15
  Author: felixonmars
Revision: 270578

upgpkg: haskell-yesod 1.4.5-123

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:35:23 UTC (rev 270577)
+++ PKGBUILD2017-11-29 05:36:15 UTC (rev 270578)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=122
+pkgrel=123
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:36:35
  Author: felixonmars
Revision: 270579

archrelease: copy trunk to community-any

Added:
  gunicorn/repos/community-any/
  gunicorn/repos/community-any/PKGBUILD
(from rev 270578, gunicorn/trunk/PKGBUILD)

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

Copied: gunicorn/repos/community-any/PKGBUILD (from rev 270578, 
gunicorn/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-11-29 05:36:35 UTC (rev 270579)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: pumpkin 
+# Contributor: Vsevolod Balashov 
+
+pkgbase=gunicorn
+pkgname=(gunicorn python2-gunicorn)
+pkgver=19.7.1
+pkgrel=1
+pkgdesc='WSGI HTTP Server for UNIX'
+arch=('any')
+url='http://gunicorn.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python2-mock' 'python-coverage' 'python2-coverage' 
'python-pytest' 'python2-pytest'
+  'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
+  'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz;)
+sha512sums=('d06862016937f11064c0d08f2eceb262a4cdecf876f02a0c722e8ff61c439da27890dee78e20b4aeddac9db12b3e04233f16eb320e85c56b70ac2f332433cc14')
+
+prepare() {
+  sed -i 's/==/>=/' gunicorn-$pkgver/requirements_test.txt
+  cp -a gunicorn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_gunicorn() {
+  depends=('python')
+  optdepends=('python-eventlet: For asynchronous request handling with 
eventlet.'
+  'python-gevent: For asynchronous request handling with gevent.')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  rm -r "$pkgdir"/usr/bin/gunicorn_paster
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gunicorn() {
+  depends=('python2')
+  provides=('gunicorn-python2')
+  conflicts=('gunicorn-python2')
+  replaces=('gunicorn-python2')
+  optdepends=('python2-eventlet: For asynchronous request handling with 
eventlet.'
+  'python2-gevent: For asynchronous request handling with gevent.')
+
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  rm -r "$pkgdir"/usr/bin/gunicorn_paster
+  mv "$pkgdir"/usr/bin/gunicorn "$pkgdir"/usr/bin/gunicorn-python2
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:35:23
  Author: felixonmars
Revision: 270577

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 270576, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
270576, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:35:23 UTC (rev 270577)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=21
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+build() {
+cd $_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 \
+-fnetwork-uri
+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 $_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 (4 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:34:45
  Author: felixonmars
Revision: 270575

addpkg: gunicorn 19.7.1-1

Added:
  gunicorn/
  gunicorn/repos/
  gunicorn/trunk/
  gunicorn/trunk/PKGBUILD

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

Added: gunicorn/trunk/PKGBUILD
===
--- gunicorn/trunk/PKGBUILD (rev 0)
+++ gunicorn/trunk/PKGBUILD 2017-11-29 05:34:45 UTC (rev 270575)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: pumpkin 
+# Contributor: Vsevolod Balashov 
+
+pkgbase=gunicorn
+pkgname=(gunicorn python2-gunicorn)
+pkgver=19.7.1
+pkgrel=1
+pkgdesc='WSGI HTTP Server for UNIX'
+arch=('any')
+url='http://gunicorn.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python2-mock' 'python-coverage' 'python2-coverage' 
'python-pytest' 'python2-pytest'
+  'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
+  'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz;)
+sha512sums=('d06862016937f11064c0d08f2eceb262a4cdecf876f02a0c722e8ff61c439da27890dee78e20b4aeddac9db12b3e04233f16eb320e85c56b70ac2f332433cc14')
+
+prepare() {
+  sed -i 's/==/>=/' gunicorn-$pkgver/requirements_test.txt
+  cp -a gunicorn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_gunicorn() {
+  depends=('python')
+  optdepends=('python-eventlet: For asynchronous request handling with 
eventlet.'
+  'python-gevent: For asynchronous request handling with gevent.')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  rm -r "$pkgdir"/usr/bin/gunicorn_paster
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gunicorn() {
+  depends=('python2')
+  provides=('gunicorn-python2')
+  conflicts=('gunicorn-python2')
+  replaces=('gunicorn-python2')
+  optdepends=('python2-eventlet: For asynchronous request handling with 
eventlet.'
+  'python2-gevent: For asynchronous request handling with gevent.')
+
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  rm -r "$pkgdir"/usr/bin/gunicorn_paster
+  mv "$pkgdir"/usr/bin/gunicorn "$pkgdir"/usr/bin/gunicorn-python2
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:34:59
  Author: felixonmars
Revision: 270576

upgpkg: haskell-yesod-form 1.4.16-21

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:34:45 UTC (rev 270575)
+++ PKGBUILD2017-11-29 05:34:59 UTC (rev 270576)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=20
+pkgrel=21
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:33:11
  Author: felixonmars
Revision: 270573

upgpkg: tamarin-prover 1.2.2-32

rebuild with shakespeare,2.0.14.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:31:32 UTC (rev 270572)
+++ PKGBUILD2017-11-29 05:33:11 UTC (rev 270573)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=31
+pkgrel=32
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:33:37
  Author: felixonmars
Revision: 270574

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 270573, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 270573, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
270573, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:33:37 UTC (rev 270574)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=32
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+binary-orphans-0.1.8.0.patch)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de'
+'d2f700f4d5b0a3aaf239139bc4abba85acdc2ab86ae3ff7fe345b95679998011')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+patch -p1 -i ../binary-orphans-0.1.8.0.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 270573, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2017-11-29 
05:33:37 UTC (rev 270574)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:31:10
  Author: felixonmars
Revision: 270571

upgpkg: haskell-yesod-static 1.5.3.1-34

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:30:13 UTC (rev 270570)
+++ PKGBUILD2017-11-29 05:31:10 UTC (rev 270571)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:31:32
  Author: felixonmars
Revision: 270572

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 270571, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
270571, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:31:32 UTC (rev 270572)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=34
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+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-yesod-persistent/repos (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:30:13
  Author: felixonmars
Revision: 270570

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 270569, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 270569, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:30:13 UTC (rev 270570)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=4
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--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
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+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-yesod-persistent/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:29:52
  Author: felixonmars
Revision: 270569

upgpkg: haskell-yesod-persistent 1.4.3-4

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:28:58 UTC (rev 270568)
+++ PKGBUILD2017-11-29 05:29:52 UTC (rev 270569)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:28:58
  Author: felixonmars
Revision: 270568

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 270567, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
270567, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:28:58 UTC (rev 270568)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=203
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:28:27
  Author: felixonmars
Revision: 270567

upgpkg: haskell-yesod-default 1.2.0-203

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:27:37 UTC (rev 270566)
+++ PKGBUILD2017-11-29 05:28:27 UTC (rev 270567)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=202
+pkgrel=203
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:27:37
  Author: felixonmars
Revision: 270566

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 270565, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
270565, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:27:37 UTC (rev 270566)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.37
+pkgrel=13
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e71fd8710fa7384b4c3c6c2d7b1180f93ff725a24a16d0e756e8408ca92cb7df53359f679e63fe2109e3b72dc52c8f845ca4fbbf09872eba576205553bcec9af')
+
+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-yesod-core/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:27:12
  Author: felixonmars
Revision: 270565

upgpkg: haskell-yesod-core 1.4.37-13

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:25:57 UTC (rev 270564)
+++ PKGBUILD2017-11-29 05:27:12 UTC (rev 270565)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.37
-pkgrel=12
+pkgrel=13
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:25:57
  Author: felixonmars
Revision: 270564

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 270563, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 270563, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:25:57 UTC (rev 270564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=169
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+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 \
+-fnetwork-uri -f-mtl-compat
+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-dav/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:25:34
  Author: felixonmars
Revision: 270563

upgpkg: haskell-dav 1.3.1-169

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:24:40 UTC (rev 270562)
+++ PKGBUILD2017-11-29 05:25:34 UTC (rev 270563)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=168
+pkgrel=169
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:24:17
  Author: felixonmars
Revision: 270561

upgpkg: haskell-xml-hamlet 0.4.1.1-6

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:23:26 UTC (rev 270560)
+++ PKGBUILD2017-11-29 05:24:17 UTC (rev 270561)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-xml-hamlet/repos (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:24:40
  Author: felixonmars
Revision: 270562

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 270561, haskell-xml-hamlet/trunk/PKGBUILD)

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

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
270561, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:24:40 UTC (rev 270562)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.1.1
+pkgrel=6
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8f4281ffc7a9ac3639719ed4bdfa71cd5a1045fcbe733224446eeead02881ddf3325dc3b638f2e422be8503ad0ff230f01ce0cc91a4a48bf2a0432dda2973687')
+
+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 hledger-ui/repos (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:23:26
  Author: felixonmars
Revision: 270560

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 270559, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 270559, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:23:26 UTC (rev 270560)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.4
+pkgrel=6
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-base-compat" "haskell-cmdargs" "haskell-data-default" 
"haskell-fsnotify"
+ "haskell-hunit" "haskell-microlens" "haskell-microlens-platform" 
"haskell-megaparsec"
+ "haskell-pretty-show" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-text-zipper"
+ "haskell-vector" "haskell-brick" "haskell-vty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('25712f7254933cd14cc1876b4c5b1eae2ea8c07324191b34e8c875cbe4e5ee60389db5cf804d556d91cc99d1baccf7dedd3cfe094a29caa03ee0981b12e89937')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, megaparsec >=5.0 && < 6.2/, megaparsec >=5/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+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-ui/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:22:50
  Author: felixonmars
Revision: 270559

upgpkg: hledger-ui 1.4-6

rebuild with shakespeare,2.0.14.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:21:34 UTC (rev 270558)
+++ PKGBUILD2017-11-29 05:22:50 UTC (rev 270559)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:21:34
  Author: felixonmars
Revision: 270558

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 270557, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:21:34 UTC (rev 270558)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.4
+pkgrel=16
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('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')
+
+prepare() {
+sed -i 's/, swagger2 >= 2.0 && < 2.2/, swagger2 >= 2.0/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+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 python-pyrsistent/repos/community-x86_64 (4 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:20:31
  Author: felixonmars
Revision: 270556

archrelease: copy trunk to community-x86_64

Added:
  python-pyrsistent/repos/community-x86_64/LICENCE.mit
(from rev 270555, python-pyrsistent/trunk/LICENCE.mit)
  python-pyrsistent/repos/community-x86_64/PKGBUILD
(from rev 270555, python-pyrsistent/trunk/PKGBUILD)
Deleted:
  python-pyrsistent/repos/community-x86_64/LICENCE.mit
  python-pyrsistent/repos/community-x86_64/PKGBUILD

-+
 LICENCE.mit |   44 
 PKGBUILD|  106 +-
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: LICENCE.mit
===
--- LICENCE.mit 2017-11-29 05:20:02 UTC (rev 270555)
+++ LICENCE.mit 2017-11-29 05:20:31 UTC (rev 270556)
@@ -1,22 +0,0 @@
-Copyright (c) 2015 Tobias Gustafsson
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Copied: python-pyrsistent/repos/community-x86_64/LICENCE.mit (from rev 270555, 
python-pyrsistent/trunk/LICENCE.mit)
===
--- LICENCE.mit (rev 0)
+++ LICENCE.mit 2017-11-29 05:20:31 UTC (rev 270556)
@@ -0,0 +1,22 @@
+Copyright (c) 2015 Tobias Gustafsson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:20:02 UTC (rev 270555)
+++ PKGBUILD2017-11-29 05:20:31 UTC (rev 270556)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyrsistent
-pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Persistent/Functional/Immutable data structures"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="https://github.com/tobgu/pyrsistent;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz;
-LICENCE.mit)
-sha512sums=('f0ff9dec9c7717e641107de3c0210b321a88718fd619b508eb086f4088e23561210fc16ab3e6339401b6608c4e12c008e3417a9dcae1fa070b4dd90294676d5b'
-
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
-
-prepare() {
-  cp -a pyrsistent-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyrsistent-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyrsistent-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyrsistent-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/pyrsistent-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-pyrsistent() {
-  depends=('python-six')
-
-  cd pyrsistent-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 

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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:20:45
  Author: felixonmars
Revision: 270557

upgpkg: hledger-api 1.4-16

rebuild with shakespeare,2.0.14.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:20:31 UTC (rev 270556)
+++ PKGBUILD2017-11-29 05:20:45 UTC (rev 270557)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:20:02
  Author: felixonmars
Revision: 270555

upgpkg: python-pyrsistent 0.14.1-1

Modified:
  python-pyrsistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:19:30 UTC (rev 270554)
+++ PKGBUILD2017-11-29 05:20:02 UTC (rev 270555)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyrsistent
 pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Persistent/Functional/Immutable data structures"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz;
 LICENCE.mit)
-sha512sums=('f0ff9dec9c7717e641107de3c0210b321a88718fd619b508eb086f4088e23561210fc16ab3e6339401b6608c4e12c008e3417a9dcae1fa070b4dd90294676d5b'
+sha512sums=('1d06f521655adc05931e803bf38b85bf0622927016b384c11ee911ce67132ce5650587debcbd6e38b5f16764a979fdda9ce9bba5b5ff2e9d7a9249855ce1beb7'
 
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
 
 prepare() {


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:19:30
  Author: felixonmars
Revision: 270554

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 270553, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:19:03 UTC (rev 270553)
+++ PKGBUILD2017-11-29 05:19:30 UTC (rev 270554)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.4.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('01e77c811a01aa2defa7cc783ad84ea20cbf50aff780dbb2a0f94915c8ebc0a9b35f2e3494695719dd9ce66423af1ff6cce381a48a32689c7006b5146b5d031c')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 270553, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:19:30 UTC (rev 270554)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.4.6
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('1769f1d15e496d21f99cb5a5a88f04377eb76f69e3fe63e7c66edc94a5feb82cbc257d5eeff6728235c098178f8a1e966072412900c391ee585cf0b5f2eadb8b')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:19:03
  Author: felixonmars
Revision: 270553

upgpkg: deepin-file-manager 1:4.4.6-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:17:49 UTC (rev 270552)
+++ PKGBUILD2017-11-29 05:19:03 UTC (rev 270553)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.4.5
+pkgver=4.4.6
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -20,7 +20,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('01e77c811a01aa2defa7cc783ad84ea20cbf50aff780dbb2a0f94915c8ebc0a9b35f2e3494695719dd9ce66423af1ff6cce381a48a32689c7006b5146b5d031c')
+sha512sums=('1769f1d15e496d21f99cb5a5a88f04377eb76f69e3fe63e7c66edc94a5feb82cbc257d5eeff6728235c098178f8a1e966072412900c391ee585cf0b5f2eadb8b')
 
 build() {
   cd dde-file-manager-$pkgver


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:17:49
  Author: felixonmars
Revision: 270552

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 270551, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:17:49 UTC (rev 270552)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.4
+pkgrel=5
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-diff'
+ 'haskell-file-embed' 'haskell-here' 'haskell-pretty-show' 
'haskell-temporary'
+ 'haskell-tabular' 'haskell-hledger-lib' 
'haskell-unordered-containers' 'haskell-cmdargs'
+ 'haskell-csv' 'haskell-data-default' 'haskell-hashable' 
'haskell-hunit' 'haskell-mtl'
+ 'haskell-old-time' 'haskell-megaparsec' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-split' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('25d4003cbfbfb672c665a5e0a2c6852df8c1ca95b8d33154376a527d27d1a7a114c00e75b5e2c8b8ac5bfe9cb7d8f8d0a410cadbf2900691e4e2b6e0645c7369')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, megaparsec >=5.0 && < 6.2/, megaparsec >=5/' \
+-i ${pkgname}-${pkgver}/${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}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:17:23
  Author: felixonmars
Revision: 270551

upgpkg: hledger 1.4-5

rebuild with shakespeare,2.0.14.1

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:16:57 UTC (rev 270550)
+++ PKGBUILD2017-11-29 05:17:23 UTC (rev 270551)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:16:57
  Author: felixonmars
Revision: 270550

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 270549, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:16:29 UTC (rev 270549)
+++ PKGBUILD2017-11-29 05:16:57 UTC (rev 270550)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.2.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'dtkwidget' 
'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('c212321f4816167734e729c024ddb47f3dc8f5bd3be540651210720fafaf4dc21f9201f4449adfd8d3f5b529896b633572cfecb49f01a483532f0a2b165c3f2c')
-
-build(){
-  cd dde-launcher-$pkgver
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 270549, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:16:57 UTC (rev 270550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'dtkwidget' 
'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('08f25fbe6c7dc784b401f9c48cb807d0d80e265c176418beae6d6f2d105aeed71f1f88e215bd2b45373738b2fb8fb258f2925f3bb45e8a0f6c9951db7b4a8f7b')
+
+build(){
+  cd dde-launcher-$pkgver
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:16:11
  Author: felixonmars
Revision: 270548

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-shakespeare/repos/community-staging-x86_64/
  haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD
(from rev 270547, haskell-shakespeare/trunk/PKGBUILD)

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

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
270547, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:16:11 UTC (rev 270548)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.14.1
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-exceptions'
+ 'haskell-parsec' 'haskell-scientific' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('730e6200604c603cad5a7a857cd1871fd4b0db34dfefc9b5a85dce08060f7aee39fb82560fe8edac0444759eac8c7db1ad2570110c3d62f1b1d698fb79028a39')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 deepin-launcher/trunk (PKGBUILD)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:16:29
  Author: felixonmars
Revision: 270549

upgpkg: deepin-launcher 4.2.6-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:16:11 UTC (rev 270548)
+++ PKGBUILD2017-11-29 05:16:29 UTC (rev 270549)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.2.5
+pkgver=4.2.6
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('c212321f4816167734e729c024ddb47f3dc8f5bd3be540651210720fafaf4dc21f9201f4449adfd8d3f5b529896b633572cfecb49f01a483532f0a2b165c3f2c')
+sha512sums=('08f25fbe6c7dc784b401f9c48cb807d0d80e265c176418beae6d6f2d105aeed71f1f88e215bd2b45373738b2fb8fb258f2925f3bb45e8a0f6c9951db7b4a8f7b')
 
 build(){
   cd dde-launcher-$pkgver


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:15:46
  Author: felixonmars
Revision: 270547

upgpkg: haskell-shakespeare 2.0.14.1-1

rebuild with shakespeare,2.0.14.1

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:15:21 UTC (rev 270546)
+++ PKGBUILD2017-11-29 05:15:46 UTC (rev 270547)
@@ -4,24 +4,24 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.14
-pkgrel=5
+pkgver=2.0.14.1
+pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-exceptions"
- "haskell-parsec" "haskell-scientific" "haskell-text"  
"haskell-unordered-containers"
- "haskell-vector")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-exceptions'
+ 'haskell-parsec' 'haskell-scientific' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('75c793d35ecc6d78085038ca74167293e2553d66585fafedbbf28e1b35ab3456acdd5aa13cd307b154ee398cf4c878c2216907fb56642995e082bfbb2bd189fe')
+sha512sums=('730e6200604c603cad5a7a857cd1871fd4b0db34dfefc9b5a85dce08060f7aee39fb82560fe8edac0444759eac8c7db1ad2570110c3d62f1b1d698fb79028a39')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-test_roy -f-test_coffee -f-test_export
 runhaskell Setup build
@@ -31,9 +31,14 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 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}"


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:15:21
  Author: felixonmars
Revision: 270546

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 270545, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:14:48 UTC (rev 270545)
+++ PKGBUILD2017-11-29 05:15:21 UTC (rev 270546)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
- 'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('6ace307d33d714da270372a735a00348e4f8aac17a4c56d25a7325b6b112045ea6141ff7438f3ddba7e415ed05527d10be7873f29d96530b8dd335f43d7d8aca')
-
-build() {
-  cd dde-dock-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 270545, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:15:21 UTC (rev 270546)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.5.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+ 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('5e6dc6e9a4078795274eb0d1ced3e70389eb1a39deab2daa5f6ce5028c2b3af046b14494ff74e266101e7f1a6a276b9a7c1ea5e782f76e45686aeb23ab900d29')
+
+build() {
+  cd dde-dock-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:14:48
  Author: felixonmars
Revision: 270545

upgpkg: deepin-dock 4.5.7-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:14:33 UTC (rev 270544)
+++ PKGBUILD2017-11-29 05:14:48 UTC (rev 270545)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.5.6
+pkgver=4.5.7
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('6ace307d33d714da270372a735a00348e4f8aac17a4c56d25a7325b6b112045ea6141ff7438f3ddba7e415ed05527d10be7873f29d96530b8dd335f43d7d8aca')
+sha512sums=('5e6dc6e9a4078795274eb0d1ced3e70389eb1a39deab2daa5f6ce5028c2b3af046b14494ff74e266101e7f1a6a276b9a7c1ea5e782f76e45686aeb23ab900d29')
 
 build() {
   cd dde-dock-$pkgver


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

2017-11-28 Thread Jiachen Yang via arch-commits
Date: Wednesday, November 29, 2017 @ 05:14:33
  Author: farseerfc
Revision: 270544

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 270542, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 +++--
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:14:17 UTC (rev 270543)
+++ PKGBUILD2017-11-29 05:14:33 UTC (rev 270544)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.1
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('i686' 'x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
-#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
-
-sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454')
-
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
-
-# prepare() {
-# cd "$srcdir/$pkgname-$_pkgver"
-# patch -p1 <../pr277.patch
-# }
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 270542, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:14:33 UTC (rev 270544)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.1
+_pkgver=$pkgver
+pkgrel=2
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
+"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
+#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
+
+sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454'
+'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
+
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
+
+prepare() {
+cd "$srcdir/$pkgname-$_pkgver"
+patch -p1 <../pr317.patch
+}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:14:17
  Author: felixonmars
Revision: 270543

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:13:42 UTC (rev 270542)
+++ PKGBUILD2017-11-29 05:14:17 UTC (rev 270543)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.38.6
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('1246fc9adbf4be9d2ef1ef1278bebef06895386b08d214673bc37c2b11f8a1e0dbe9fc352bd758369139b63ef8d3c9339289dc0d33c5b18db1cc67ad2c7517a7')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  # https://github.com/HypothesisWorks/hypothesis-python/issues/969
-  sed -i 's/deprecations_as_errors=True/deprecations_as_errors=False/' 
hypothesis-python-$pkgver/tests/common/setup.py
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 270542, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:14:17 UTC (rev 270543)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.38.7
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  

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

2017-11-28 Thread Jiachen Yang via arch-commits
Date: Wednesday, November 29, 2017 @ 05:13:35
  Author: farseerfc
Revision: 270541

upgpkg: pdfpc 4.1-2

pdfpc 4.1-2 fix issue312 by apply pr317

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:13:20 UTC (rev 270540)
+++ PKGBUILD2017-11-29 05:13:35 UTC (rev 270541)
@@ -5,7 +5,7 @@
 pkgname=pdfpc
 pkgver=4.1
 _pkgver=$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -14,16 +14,18 @@
 optdepends=('gst-plugins-good: more codecs for video playback support'
 'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
+"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch;)
 
#"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch;)
 
-sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454')
+sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454'
+'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
 
#'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
 
-# prepare() {
-# cd "$srcdir/$pkgname-$_pkgver"
-# patch -p1 <../pr277.patch
-# }
+prepare() {
+cd "$srcdir/$pkgname-$_pkgver"
+patch -p1 <../pr317.patch
+}
 
 build() {
 cd "$srcdir/$pkgname-$_pkgver"


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:13:42
  Author: felixonmars
Revision: 270542

upgpkg: python-hypothesis 3.38.7-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:13:35 UTC (rev 270541)
+++ PKGBUILD2017-11-29 05:13:42 UTC (rev 270542)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.38.6
+pkgver=3.38.7
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('1246fc9adbf4be9d2ef1ef1278bebef06895386b08d214673bc37c2b11f8a1e0dbe9fc352bd758369139b63ef8d3c9339289dc0d33c5b18db1cc67ad2c7517a7')
+sha512sums=('c9c57324fa0bae70f7b97068cb14c9c5b46ce17493f66e5a101fd7f6558d9f5d63339f3aac0cf41e67168ede5216b1d2b3f75f0ea1ddd4e201ea10fc78ff9aa9')
 
 prepare() {
   # Make tests faster


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (2 files)

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:12:57
  Author: felixonmars
Revision: 270537

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 270534, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:12:52 UTC (rev 270536)
+++ PKGBUILD2017-11-29 05:12:57 UTC (rev 270537)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.3.6
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('15067c0eb6a8ea25db0e4de43f2295f2bd3fb6b190c600883ccb946f62e3e899232e37c18594b0a88278a25cecd50b3b85e7fb8b7124dd323a2413d5100e5a18')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 270534, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:12:57 UTC (rev 270537)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.3.7
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('a8b1c3ca918ace88577e924ff66335d1ce7ddb2de55ce4abb160816a7cab8721188fa9a57bc97ddb1fc617d4a3f7df79b2f10a4ac2286eed0b3c98337b8b')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:12:28
  Author: felixonmars
Revision: 270530

upgpkg: deepin-control-center 4.3.7-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:12:26 UTC (rev 270529)
+++ PKGBUILD2017-11-29 05:12:28 UTC (rev 270530)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.3.6
+pkgver=4.3.7
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('15067c0eb6a8ea25db0e4de43f2295f2bd3fb6b190c600883ccb946f62e3e899232e37c18594b0a88278a25cecd50b3b85e7fb8b7124dd323a2413d5100e5a18')
+sha512sums=('a8b1c3ca918ace88577e924ff66335d1ce7ddb2de55ce4abb160816a7cab8721188fa9a57bc97ddb1fc617d4a3f7df79b2f10a4ac2286eed0b3c98337b8b')
 
 build() {
   cd dde-control-center-$pkgver


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:09:48
  Author: felixonmars
Revision: 270526

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 270525, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 270525, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-29 05:09:48 UTC (rev 270526)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.3.0
+pkgrel=6
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' '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-jose0.5'
+ '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' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$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}" --enable-tests \
+--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
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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"
+}


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:09:26
  Author: felixonmars
Revision: 270525

upgpkg: postgrest 0.4.3.0-6

rebuild with either,5 hasql,1.1.1 hasql-pool,0.4.3 hasql-transaction,0.5.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 05:09:12 UTC (rev 270524)
+++ PKGBUILD2017-11-29 05:09:26 UTC (rev 270525)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")
@@ -20,15 +20,21 @@
  '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;)
-sha512sums=('1c2ba12c087d08d3fe9b142fb73c199adcac0e744f43bc7f2d3b206113ba2ee4a38c33457944ba07151217bdbe4d4c75f3784b0d49e9c9721f6aebb151e52841')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
 
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$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}" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-CI
 runhaskell Setup build
@@ -38,6 +44,21 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:09:12
  Author: felixonmars
Revision: 270524

archrelease: copy trunk to community-any

Added:
  python-pytest-timeout/repos/community-any/PKGBUILD
(from rev 270523, python-pytest-timeout/trunk/PKGBUILD)
Deleted:
  python-pytest-timeout/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-29 05:08:44 UTC (rev 270523)
+++ PKGBUILD2017-11-29 05:09:12 UTC (rev 270524)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-timeout
-pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='py.test plugin to abort hanging tests'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-timeout'
-makedepends=('python-pytest' 'python2-pytest' 'mercurial')
-checkdepends=('python-pexpect' 'python2-pexpect')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pytest-timeout{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-timeout
-  python setup.py build
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-timeout
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-timeout() {
-  depends=('python-pytest')
-
-  cd pytest-timeout
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-timeout() {
-  depends=('python2-pytest')
-
-  cd pytest-timeout-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-timeout/repos/community-any/PKGBUILD (from rev 270523, 
python-pytest-timeout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-29 05:09:12 UTC (rev 270524)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-timeout
+pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='py.test plugin to abort hanging tests'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-timeout'
+makedepends=('python-pytest' 'python2-pytest' 'mercurial')
+checkdepends=('python-pexpect' 'python2-pexpect')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-timeout{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-timeout
+  python setup.py build
+
+  cd "$srcdir"/pytest-timeout-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-timeout
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-timeout-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-timeout() {
+  depends=('python-pytest')
+
+  cd pytest-timeout
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-timeout() {
+  depends=('python2-pytest')
+
+  cd pytest-timeout-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 29, 2017 @ 05:08:44
  Author: felixonmars
Revision: 270523

upgpkg: python-pytest-timeout 1.2.1-1

Modified:
  python-pytest-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 04:57:08 UTC (rev 270522)
+++ PKGBUILD2017-11-29 05:08:44 UTC (rev 270523)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pytest-timeout
 pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='py.test plugin to abort hanging tests'
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'mercurial')
 checkdepends=('python-pexpect' 'python2-pexpect')
 source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
-md5sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   cp -a pytest-timeout{,-py2}
@@ -31,7 +31,7 @@
 
   cd "$srcdir"/pytest-timeout
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
 
   cd "$srcdir"/pytest-timeout-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1


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

2017-11-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 28, 2017 @ 22:47:49
  Author: anatolik
Revision: 270521

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 270520, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 270520, tt-rss/trunk/service)

--+
 PKGBUILD |   53 +
 service  |   12 
 2 files changed, 65 insertions(+)

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 270520, 
tt-rss/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-11-28 22:47:49 UTC (rev 270521)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Anatol Pomozov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=17.4.r180.g820873de
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=820873de9fe3a79aa6a7ac3e71ac62d71b55918b
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Copied: tt-rss/repos/community-testing-any/service (from rev 270520, 
tt-rss/trunk/service)
===
--- community-testing-any/service   (rev 0)
+++ community-testing-any/service   2017-11-28 22:47:49 UTC (rev 270521)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target


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

2017-11-28 Thread Anatol Pomozov via arch-commits
Date: Tuesday, November 28, 2017 @ 22:47:20
  Author: anatolik
Revision: 270520

upgpkg: tt-rss 1:17.4.r180.g820873de-1

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 22:22:48 UTC (rev 270519)
+++ PKGBUILD2017-11-28 22:47:20 UTC (rev 270520)
@@ -6,7 +6,7 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=17.4.r164.g91f49ba1
+pkgver=17.4.r180.g820873de
 pkgrel=1
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -19,7 +19,7 @@
 'postgresql'
 'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=91f49ba17d3f0d36978985ce608f4972c948325d
+_commit=820873de9fe3a79aa6a7ac3e71ac62d71b55918b
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
 source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
 service)


[arch-commits] Commit in darkhttpd/repos/community-x86_64 (6 files)

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 22:22:48
  Author: eworm
Revision: 270519

archrelease: copy trunk to community-x86_64

Added:
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 270518, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 270518, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/darkhttpd@.service
(from rev 270518, darkhttpd/trunk/darkhttpd@.service)
Deleted:
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/darkhttpd@.service

+
 PKGBUILD   |   86 +++
 darkhttpd.service  |   24 --
 darkhttpd@.service |   24 --
 3 files changed, 74 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 22:22:40 UTC (rev 270518)
+++ PKGBUILD2017-11-28 22:22:48 UTC (rev 270519)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=darkhttpd
-pkgver=1.12
-pkgrel=3
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/;
-license=('BSD')
-depends=()
-backup=('etc/conf.d/mimetypes')
-source=("$url/$pkgname-$pkgver.tar.bz2"
-'darkhttpd.service'
-'darkhttpd@.service')
-sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-'c8168205f933f5d38b1b790db40f9173670b9cfc85b84dcad397ddf326cb791c'
-'f17058480ffc1df0a3ada78c2e574d084d57e49c1e43cdf1a95bbd2d57dcf26e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-  install -Dm644 "$srcdir/darkhttpd@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.service"
-  install -dm0755 "$pkgdir"/etc/conf.d/
-  touch "$pkgdir"/etc/conf.d/mimetypes
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-x86_64/PKGBUILD (from rev 270518, 
darkhttpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 22:22:48 UTC (rev 270519)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=darkhttpd
+pkgver=1.12
+pkgrel=4
+pkgdesc="A small and secure static webserver"
+arch=('x86_64')
+url="https://unix4lyfe.org/darkhttpd/;
+license=('BSD')
+backup=('etc/conf.d/mimetypes')
+source=("$url/$pkgname-$pkgver.tar.bz2"
+'darkhttpd.service'
+'darkhttpd@.service')
+sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
+'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
+'0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+  install -Dm644 "$srcdir/darkhttpd@.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd@.service"
+  install -dm0755 "$pkgdir"/etc/conf.d/
+  touch "$pkgdir"/etc/conf.d/mimetypes
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: darkhttpd.service
===
--- darkhttpd.service   2017-11-28 22:22:40 UTC (rev 270518)
+++ darkhttpd.service   2017-11-28 22:22:48 UTC (rev 270519)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot 
--no-listing --mimetypes /etc/conf.d/mimetypes
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-x86_64/darkhttpd.service (from rev 270518, 
darkhttpd/trunk/darkhttpd.service)
===
--- darkhttpd.service   (rev 0)
+++ darkhttpd.service   2017-11-28 22:22:48 UTC (rev 270519)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Darkhttpd Webserver
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot 
--no-listing 

[arch-commits] Commit in darkhttpd/trunk (3 files)

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 22:22:40
  Author: eworm
Revision: 270518

upgpkg: darkhttpd 1.12-4

some security enhancements

Modified:
  darkhttpd/trunk/PKGBUILD
  darkhttpd/trunk/darkhttpd.service
  darkhttpd/trunk/darkhttpd@.service

+
 PKGBUILD   |   18 --
 darkhttpd.service  |4 
 darkhttpd@.service |4 
 3 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 21:34:08 UTC (rev 270517)
+++ PKGBUILD2017-11-28 22:22:40 UTC (rev 270518)
@@ -3,22 +3,28 @@
 
 pkgname=darkhttpd
 pkgver=1.12
-pkgrel=3
+pkgrel=4
 pkgdesc="A small and secure static webserver"
 arch=('x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/;
+url="https://unix4lyfe.org/darkhttpd/;
 license=('BSD')
-depends=()
 backup=('etc/conf.d/mimetypes')
 source=("$url/$pkgname-$pkgver.tar.bz2"
 'darkhttpd.service'
 'darkhttpd@.service')
 sha256sums=('a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505'
-'c8168205f933f5d38b1b790db40f9173670b9cfc85b84dcad397ddf326cb791c'
-'f17058480ffc1df0a3ada78c2e574d084d57e49c1e43cdf1a95bbd2d57dcf26e')
+'e53ae82993f6c996c0c54ccbbd9307811501cf01404c441b48b2c79f9384fa27'
+'0bfbe13c93ba87d8ea08ab85745c92cebcbc6b627616e7c58d6099a234a59841')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/' Makefile
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+
   make
 }
 
@@ -36,5 +42,5 @@
 
   # install license
   install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  sed -n '1,/^$/p' darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Modified: darkhttpd.service
===
--- darkhttpd.service   2017-11-28 21:34:08 UTC (rev 270517)
+++ darkhttpd.service   2017-11-28 22:22:40 UTC (rev 270518)
@@ -5,6 +5,10 @@
 [Service]
 Type=simple
 ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot 
--no-listing --mimetypes /etc/conf.d/mimetypes
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
 
 [Install]
 WantedBy=multi-user.target

Modified: darkhttpd@.service
===
--- darkhttpd@.service  2017-11-28 21:34:08 UTC (rev 270517)
+++ darkhttpd@.service  2017-11-28 22:22:40 UTC (rev 270518)
@@ -5,6 +5,10 @@
 [Service]
 Type=simple
 ExecStart=/usr/bin/darkhttpd /srv/http --uid http --gid http --chroot 
--no-listing --mimetypes /etc/conf.d/mimetypes --addr %i
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
 
 [Install]
 WantedBy=multi-user.target


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 22:03:04
  Author: arojas
Revision: 311132

kcalcore 17.12 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 21:53:04 UTC (rev 311131)
+++ PKGBUILD2017-11-28 22:03:04 UTC (rev 311132)
@@ -7,7 +7,7 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.7.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=3
+pkgrel=4
 pkgdesc="An advanced digital photo management application"
 arch=('x86_64')
 license=('GPL')


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 21:51:48
  Author: arojas
Revision: 311130

Fix thumbnails with Qt 5.9.3 (FS#56470)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 21:38:28 UTC (rev 311129)
+++ PKGBUILD2017-11-28 21:51:48 UTC (rev 311130)
@@ -7,7 +7,7 @@
 pkgname=('digikam' 'kipi-plugins')
 _pkgver=5.7.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
+pkgrel=3
 pkgdesc="An advanced digital photo management application"
 arch=('x86_64')
 license=('GPL')
@@ -17,9 +17,11 @@
  'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 
'kcalcore'
  'knotifyconfig' 'libmediawiki' 'libkvkontakte')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;
-digikam-kcalcore-17.12.patch)
+digikam-kcalcore-17.12.patch
+
digikam-qt-5.9.3.patch::"https://cgit.kde.org/digikam.git/patch/?id=855ba5b7;)
 sha256sums=('3605ffb5b6e8fbd6b725e5075f74f505d7edee7531789c2882d11df2d20150f5'
-'61648bdeb88dcb94d2896b9d9211c6a6b50a39a143701e04465aa040a60053c0')
+'61648bdeb88dcb94d2896b9d9211c6a6b50a39a143701e04465aa040a60053c0'
+'03822e596321028d0971ec82351337dad76abeda93c9cef3b1d2a31807e02661')
 
 prepare() {
   mkdir -p build
@@ -31,6 +33,8 @@
 # fix build with kcalcore 17.12
   cd $pkgname-$_pkgver/core
   patch -p1 -i "$srcdir"/digikam-kcalcore-17.12.patch
+# fix thumbnails with Qt 5.9.3
+  patch -p1 -i "$srcdir"/digikam-qt-5.9.3.patch
 }
 
 build() {


[arch-commits] Commit in gcc/repos/testing-x86_64 (PKGBUILD PKGBUILD c89 c89 c99 c99)

2017-11-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, November 28, 2017 @ 21:38:28
  Author: bpiotrowski
Revision: 311129

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 311128, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/c89
(from rev 311128, gcc/trunk/c89)
  gcc/repos/testing-x86_64/c99
(from rev 311128, gcc/trunk/c99)
Deleted:
  gcc/repos/testing-x86_64/PKGBUILD
  gcc/repos/testing-x86_64/c89
  gcc/repos/testing-x86_64/c99

--+
 PKGBUILD |  718 +++--
 c89  |   20 -
 c99  |   20 -
 3 files changed, 386 insertions(+), 372 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 21:38:11 UTC (rev 311128)
+++ PKGBUILD2017-11-28 21:38:28 UTC (rev 311129)
@@ -1,352 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: libtool requires rebuilt with each new gcc version
-
-pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs)
-pkgver=7.2.1
-_pkgver=${pkgver:0:1}
-_islver=0.18
-pkgrel=1
-pkgdesc='The GNU Compiler Collection'
-arch=(x86_64)
-license=(GPL LGPL FDL custom)
-url='http://gcc.gnu.org'
-makedepends=(binutils libmpc gcc-ada doxygen git lib32-glibc)
-checkdepends=(dejagnu inetutils)
-options=(!emptydirs)
-_commit=aa909c285f8dc06238588cb2c045e73dc721ad9b
-source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-c89 c99)
-md5sums=('SKIP'
- '11436d6b205e516635b666090b94ab32'
- '3d333df77302ed89e06a4a8539943b7d'
- 'da96f545b863e57c6ab2598c1ea9a740')
-
-_libdir=usr/lib/gcc/$CHOST/$pkgver
-
-prepare() {
-  cd gcc
-
-  # link isl for in-tree build
-  ln -s ../isl-${_islver} isl
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # Arch Linux installs x86_64 libraries /lib
-  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  mkdir -p "$srcdir/gcc-build"
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  "$srcdir/gcc/configure" --prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
-  --enable-shared \
-  --enable-threads=posix \
-  --enable-libmpx \
-  --with-system-zlib \
-  --with-isl \
-  --enable-__cxa_atexit \
-  --disable-libunwind-exceptions \
-  --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
-  --enable-gnu-indirect-function \
-  --enable-multilib \
-  --disable-werror \
-  --enable-checking=release \
-  --enable-default-pie \
-  --enable-default-ssp
-
-  make
-
-  # make documentation
-  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
-}
-
-check() {
-  cd gcc-build
-
-  # increase stack size to prevent test failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
-  ulimit -s 32768
-
-  # do not abort on error as some are "expected"
-  make -k check || true
-  "$srcdir/gcc/contrib/test_summary"
-}
-
-package_gcc-libs() {
-  pkgdesc='Runtime libraries shipped by GCC'
-  groups=(base)
-  depends=('glibc>=2.26')
-  options+=(!strip)
-  provides=($pkgname-multilib)
-  replaces=($pkgname-multilib)
-
-  cd gcc-build
-  make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
-  rm -f "$pkgdir/$_libdir/libgcc_eh.a"
-
-  for lib in libatomic \
- libcilkrts \
- libgfortran \
- libgo \
- libgomp \
- libitm \
- libquadmath \
- libsanitizer/{a,l,ub,t}san \
- libstdc++-v3/src \
- libvtv; do
-make -C $CHOST/$lib DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
-  done
-
-  make -C $CHOST/libobjc DESTDIR="$pkgdir" install-libs
-  make -C $CHOST/libstdc++-v3/po DESTDIR="$pkgdir" install
-  make -C $CHOST/libmpx DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libmpx.spec
-
-  for lib in libgomp \
- libitm \
- libquadmath; do
-make -C $CHOST/$lib DESTDIR="$pkgdir" install-info
-  done
-
-  # remove files provided by lib32-gcc-libs
-  rm -rf "$pkgdir"/usr/lib32/
-
-  # Install Runtime Library 

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

2017-11-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, November 28, 2017 @ 21:38:11
  Author: bpiotrowski
Revision: 311128

7.2.1-2: fix issues related to multilib merge

- make lib32-gcc-libs an optional dependency of gcc
- remove conflicting libgo files from gcc-go
- restore 32-bit files for gcc-{ada,fortran,go}

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:19:26 UTC (rev 311127)
+++ PKGBUILD2017-11-28 21:38:11 UTC (rev 311128)
@@ -9,7 +9,7 @@
 pkgver=7.2.1
 _pkgver=${pkgver:0:1}
 _islver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -17,7 +17,7 @@
 makedepends=(binutils libmpc gcc-ada doxygen git lib32-glibc)
 checkdepends=(dejagnu inetutils)
 options=(!emptydirs)
-_commit=aa909c285f8dc06238588cb2c045e73dc721ad9b
+_commit=bce1ab0478f96724828df51ccfd43197d917c572
 source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 c89 c99)
@@ -130,7 +130,7 @@
   make -C $CHOST/libobjc DESTDIR="$pkgdir" install-libs
   make -C $CHOST/libstdc++-v3/po DESTDIR="$pkgdir" install
   make -C $CHOST/libmpx DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libmpx.spec
+  rm -f "$pkgdir/usr/lib/libmpx.spec"
 
   for lib in libgomp \
  libitm \
@@ -148,9 +148,9 @@
 
 package_gcc() {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=("gcc-libs=$pkgver-$pkgrel" "lib32-gcc-libs=$pkgver-$pkgrel"
-   'binutils>=2.28' libmpc)
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.28' libmpc)
   groups=('base-devel')
+  optdepends=('lib32-gcc-libs: for generating code for 32-bit ABI')
   provides=($pkgname-multilib)
   replaces=($pkgname-multilib)
   options+=(staticlibs)
@@ -241,6 +241,8 @@
   cd gcc-build
   make -C $CHOST/libgfortran DESTDIR="$pkgdir" install-cafexeclibLTLIBRARIES \
 install-{toolexeclibDATA,nodist_fincludeHEADERS}
+  make -C $CHOST/32/libgfortran DESTDIR=$pkgdir install-cafexeclibLTLIBRARIES \
+install-{toolexeclibDATA,nodist_fincludeHEADERS}
   make -C $CHOST/libgomp DESTDIR="$pkgdir" install-nodist_fincludeHEADERS
   make -C gcc DESTDIR="$pkgdir" fortran.install-{common,man,info}
   install -Dm755 gcc/f951 "$pkgdir/${_libdir}/f951"
@@ -281,6 +283,10 @@
   make DESTDIR="$pkgdir" ada.install-{common,info}
   install -m755 gnat1 "$pkgdir/${_libdir}"
 
+  cd "$srcdir"/gcc-build/$CHOST/32/libada
+  make DESTDIR=${pkgdir} INSTALL="install" \
+INSTALL_DATA="install -m644" install-gnatlib
+
   ln -s gcc "$pkgdir/usr/bin/gnatgcc"
 
   # insist on dynamic linking, but keep static libraries because gnatmake 
complains
@@ -289,6 +295,12 @@
   ln -s libgnat-${_pkgver}.so "$pkgdir/usr/lib/libgnat.so"
   rm -f "$pkgdir"/${_libdir}/adalib/libgna{rl,t}.so
 
+  install -d "$pkgdir/usr/lib32/"
+  mv "$pkgdir"/${_libdir}/32/adalib/libgna{rl,t}-${_pkgver}.so 
"$pkgdir/usr/lib32"
+  ln -s libgnarl-${_pkgver}.so "$pkgdir/usr/lib32/libgnarl.so"
+  ln -s libgnat-${_pkgver}.so "$pkgdir/usr/lib32/libgnat.so"
+  rm -f "$pkgdir"/${_libdir}/32/adalib/libgna{rl,t}.so
+
   # Install Runtime Library Exception
   install -d "$pkgdir/usr/share/licenses/$pkgname/"
   ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
@@ -304,10 +316,11 @@
 
   cd gcc-build
   make -C $CHOST/libgo DESTDIR="$pkgdir" install-exec-am
+  make -C $CHOST/32/libgo DESTDIR="$pkgdir" install-exec-am
   make DESTDIR="$pkgdir" install-gotools
   make -C gcc DESTDIR="$pkgdir" go.install-{common,man,info}
 
-  rm -f "$pkgdir"/usr/lib/libgo.so*
+  rm -f "$pkgdir"/usr/lib{,32}/libgo.so*
   install -Dm755 gcc/go1 "$pkgdir/${_libdir}/go1"
 
   # Install Runtime Library Exception
@@ -319,12 +332,13 @@
 package_lib32-gcc-libs() {
   pkgdesc='32-bit runtime libraries shipped by GCC'
   depends=('lib32-glibc>=2.26')
+  groups=(multilib-devel)
   options=(!emptydirs !strip)
 
-  cd ${srcdir}/gcc-build
+  cd gcc-build
 
   make -C $CHOST/32/libgcc DESTDIR="$pkgdir" install-shared
-  rm "$pkgdir/$_libdir/32/libgcc_eh.a"
+  rm -f "$pkgdir/$_libdir/32/libgcc_eh.a"
 
   for lib in libatomic \
  libcilkrts \
@@ -341,10 +355,10 @@
 
   make -C $CHOST/32/libobjc DESTDIR="$pkgdir" install-libs
   make -C $CHOST/32/libmpx DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/lib32/libmpx.spec"
+  rm -f "$pkgdir/usr/lib32/libmpx.spec"
 
   # remove files provided by gcc-libs
-  rm -r "$pkgdir"/usr/lib
+  rm -rf "$pkgdir"/usr/lib
 
   # Install Runtime Library Exception
   install -Dm644 "$srcdir/gcc/COPYING.RUNTIME" \


[arch-commits] Commit in mg/repos/community-x86_64 (4 files)

2017-11-28 Thread Kyle Keen via arch-commits
Date: Tuesday, November 28, 2017 @ 21:34:08
  Author: kkeen
Revision: 270517

archrelease: copy trunk to community-x86_64

Added:
  mg/repos/community-x86_64/PKGBUILD
(from rev 270516, mg/trunk/PKGBUILD)
  mg/repos/community-x86_64/cleanup.patch
(from rev 270516, mg/trunk/cleanup.patch)
Deleted:
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

---+
 PKGBUILD  |   64 
 cleanup.patch |   26 +++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 21:33:49 UTC (rev 270516)
+++ PKGBUILD2017-11-28 21:34:08 UTC (rev 270517)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Hannes Rist 
-
-pkgname=mg
-pkgver=20170401
-pkgrel=1
-pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
-arch=('i686' 'x86_64')
-url="http://homepage.boetes.org/software/mg/;
-depends=('ncurses' 'libbsd')
-license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz)
-sha256sums=('0a3608b17c153960cb1d954ca3b62445a77c0c1a18aa5c8c58aba9f6b8d62aab')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make prefix=/usr mandir=/usr/share/man
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" BINDIR=/usr/bin
-
-  mkdir -p "$pkgdir"/usr/share/
-  install -D -m0644 README "$pkgdir"/usr/share/licenses/$pkgname/README
-
-  mkdir -p "$pkgdir"/usr/share/doc
-  install -D -m0644 tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: mg/repos/community-x86_64/PKGBUILD (from rev 270516, mg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 21:34:08 UTC (rev 270517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Hannes Rist 
+
+pkgname=mg
+pkgver=20171014
+pkgrel=1
+pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
+arch=('x86_64')
+url="http://homepage.boetes.org/software/mg/;
+depends=('ncurses' 'libbsd')
+license=('custom')
+source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz)
+sha256sums=('51519698f3f44acd984d7805e4e315ded50c15aba8222521f88756fd67745341')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make prefix=/usr mandir=/usr/share/man
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" BINDIR=/usr/bin
+
+  mkdir -p "$pkgdir"/usr/share/
+  install -D -m0644 README "$pkgdir"/usr/share/licenses/$pkgname/README
+
+  mkdir -p "$pkgdir"/usr/share/doc
+  install -D -m0644 tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}

Deleted: cleanup.patch
===
--- cleanup.patch   2017-11-28 21:33:49 UTC (rev 270516)
+++ cleanup.patch   2017-11-28 21:34:08 UTC (rev 270517)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
 mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
-+++ mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
-+LDADD+=<-->-lcurses -lutil -lclens -lbsd
-+
- SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
-   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-   line.c macro.c main.c match.c modes.c paragraph.c random.c \

Copied: mg/repos/community-x86_64/cleanup.patch (from rev 270516, 
mg/trunk/cleanup.patch)
===
--- cleanup.patch   (rev 0)
+++ cleanup.patch   2017-11-28 21:34:08 UTC (rev 270517)
@@ -0,0 +1,13 @@
+diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
+--- mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
 mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
+@@ -15,6 +15,9 @@
+ #
+ CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
+ 
++CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
++LDADD+=<-->-lcurses -lutil -lclens -lbsd
++
+ SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
+   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
+   line.c macro.c main.c match.c modes.c paragraph.c random.c \


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

2017-11-28 Thread Kyle Keen via arch-commits
Date: Tuesday, November 28, 2017 @ 21:33:49
  Author: kkeen
Revision: 270516

upgpkg: mg 20171014-1

Modified:
  mg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 20:53:02 UTC (rev 270515)
+++ PKGBUILD2017-11-28 21:33:49 UTC (rev 270516)
@@ -3,7 +3,7 @@
 # Contributor: Hannes Rist 
 
 pkgname=mg
-pkgver=20170401
+pkgver=20171014
 pkgrel=1
 pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('ncurses' 'libbsd')
 license=('custom')
 source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz)
-sha256sums=('0a3608b17c153960cb1d954ca3b62445a77c0c1a18aa5c8c58aba9f6b8d62aab')
+sha256sums=('51519698f3f44acd984d7805e4e315ded50c15aba8222521f88756fd67745341')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2017-11-28 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, November 28, 2017 @ 20:52:42
  Author: zorun
Revision: 270514

upgpkg: camlp5 7.03-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
+++ PKGBUILD2017-11-28 20:52:42 UTC (rev 270514)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.02
-_relname=rel702
-pkgrel=3
+pkgver=7.03
+_relname=rel703
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -18,7 +18,7 @@
 depends=('ocaml')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
+sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2017-11-28 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, November 28, 2017 @ 20:53:02
  Author: zorun
Revision: 270515

archrelease: copy trunk to community-x86_64

Added:
  camlp5/repos/community-x86_64/PKGBUILD
(from rev 270514, camlp5/trunk/PKGBUILD)
Deleted:
  camlp5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 20:52:42 UTC (rev 270514)
+++ PKGBUILD2017-11-28 20:53:02 UTC (rev 270515)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Matej Grabovsky 
-# Contributor: Kohei Suzuki 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Nathan Owe 
-# Contributor: George Giorgidze 
-# Contributor: Massimiliano Brocchini 
-# Contributor: Tej Chajed 
-
-pkgname=camlp5
-pkgver=7.02
-_relname=rel702
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc='A preprocessor-pretty-printer of OCaml.'
-url='https://camlp5.github.io/'
-license=('BSD')
-depends=('ocaml')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
-options=('staticlibs')
-sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
-
-build() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--strict
-
-  make world.opt
-}
-
-package() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 LICENSE \
-"${pkgdir}/usr/share/licenses/camlp5/LICENSE"
-}
-

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 270514, 
camlp5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 20:53:02 UTC (rev 270515)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Matej Grabovsky 
+# Contributor: Kohei Suzuki 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Nathan Owe 
+# Contributor: George Giorgidze 
+# Contributor: Massimiliano Brocchini 
+# Contributor: Tej Chajed 
+
+pkgname=camlp5
+pkgver=7.03
+_relname=rel703
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+options=('staticlibs')
+sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
+
+build() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  ./configure \
+-prefix '/usr' \
+-mandir '/usr/share/man' \
+-strict
+
+  make world.opt
+}
+
+package() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 LICENSE \
+"${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+


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

2017-11-28 Thread Jakob Gruber via arch-commits
Date: Tuesday, November 28, 2017 @ 19:51:13
  Author: schuay
Revision: 270513

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 270512, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 19:50:49 UTC (rev 270512)
+++ PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.19
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
-makedepends=('libxt' 'libx11' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df')
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
-  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
-}

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 270512, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.20
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
+  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
+}


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

2017-11-28 Thread Jakob Gruber via arch-commits
Date: Tuesday, November 28, 2017 @ 19:50:49
  Author: schuay
Revision: 270512

mc-4.8.20-1

Modified:
  mc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:44:21 UTC (rev 270511)
+++ PKGBUILD2017-11-28 19:50:49 UTC (rev 270512)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.19
+pkgver=4.8.20
 pkgrel=1
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('x86_64')
@@ -36,7 +36,7 @@
 'etc/mc/sfs.ini')
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df')
+sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
 
 build() {
   export PYTHON=/usr/bin/python2


[arch-commits] Commit in kid3/repos/community-x86_64 (4 files)

2017-11-28 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 28, 2017 @ 19:44:21
  Author: jlichtblau
Revision: 270511

archrelease: copy trunk to community-x86_64

Added:
  kid3/repos/community-x86_64/PKGBUILD
(from rev 270510, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 270510, kid3/trunk/kid3.changelog)
Deleted:
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog

+
 PKGBUILD   |  144 
 kid3.changelog |  241 +++
 2 files changed, 194 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 19:44:09 UTC (rev 270510)
+++ PKGBUILD2017-11-28 19:44:21 UTC (rev 270511)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.5.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'qt5-declarative' 'chromaprint'
-'id3lib' 'taglib' 'libmp4v2' 'kio' 'hicolor-icon-theme' 
'docbook-xml'
-'kdoctools' 'extra-cmake-modules' 'python')
-changelog=$pkgbase.changelog
-source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
-validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-declarative')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 270510, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 19:44:21 UTC (rev 270511)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.5.1
+pkgrel=1
+arch=('x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'qt5-declarative' 'chromaprint'
+'id3lib' 'taglib' 'libmp4v2' 'kio' 'hicolor-icon-theme' 
'docbook-xml'
+'kdoctools' 'extra-cmake-modules' 'python')
+changelog=$pkgbase.changelog
+source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
+validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
+sha256sums=('88c20826deb13f81bcdfa7033a4b9ff9ca8957112b2fa2ccc0a9a1076df73926'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+
+#kid3-qt
+  cd "$srcdir"/build-qt
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;Qt" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+}
+
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
+ 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
+conflicts=('kid3-qt')
+
+  cd "$srcdir"/build
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kid3-qt() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
+depends=('qt5-multimedia' 'chromaprint' 

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

2017-11-28 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 28, 2017 @ 19:44:09
  Author: jlichtblau
Revision: 270510

upgpkg: kid3 3.5.1-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:13:12 UTC (rev 270509)
+++ PKGBUILD2017-11-28 19:44:09 UTC (rev 270510)
@@ -4,8 +4,8 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.5.1
+pkgrel=1
 arch=('x86_64')
 url="http://kid3.sourceforge.net/;
 license=('GPL')
@@ -15,7 +15,7 @@
 changelog=$pkgbase.changelog
 
source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
 validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('0f1a3a003de180e58ef53c3db6f5caf07f5415cfd22ec2c57cbd9791d5a54fd6'
+sha256sums=('88c20826deb13f81bcdfa7033a4b9ff9ca8957112b2fa2ccc0a9a1076df73926'
 'SKIP')
 
 prepare() {

Modified: kid3.changelog
===
--- kid3.changelog  2017-11-28 19:13:12 UTC (rev 270509)
+++ kid3.changelog  2017-11-28 19:44:09 UTC (rev 270510)
@@ -1,3 +1,6 @@
+2017-11-28 Jaroslav Lichtblau 
+   * kid3 3.5.1-1
+
 2017-07-15 Jaroslav Lichtblau 
* kid3 3.5.0-3 FS#54794 fix
 


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 19:19:26
  Author: arojas
Revision: 311127

archrelease: copy trunk to extra-any

Added:
  nbxmpp/repos/extra-any/PKGBUILD
(from rev 311126, nbxmpp/trunk/PKGBUILD)
Deleted:
  nbxmpp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 19:18:46 UTC (rev 311126)
+++ PKGBUILD2017-11-28 19:19:26 UTC (rev 311127)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=nbxmpp
-pkgname=('python-nbxmpp' 'python2-nbxmpp')
-pkgver=0.6.0
-pkgrel=1
-arch=('any')
-url="https://python-nbxmpp.gajim.org/;
-license=('GPL3')
-makedepends=('python' 'python2')
-source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-  cd ../${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package_python-nbxmpp() {
-  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-nbxmpp() {
-  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python2')
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: nbxmpp/repos/extra-any/PKGBUILD (from rev 311126, nbxmpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 19:19:26 UTC (rev 311127)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=nbxmpp
+pkgname=('python-nbxmpp' 'python2-nbxmpp')
+pkgver=0.6.0
+pkgrel=2
+arch=('any')
+url="https://python-nbxmpp.gajim.org/;
+license=('GPL3')
+makedepends=('python' 'python2')
+source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz
+
nbxmpp-no-pyopenssl.patch::"https://dev.gajim.org/gajim/python-nbxmpp/commit/0b77b07b.diff;)
+sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91'
+  'd32a3fd00be0e669251b20af17ef38ddd35c07b2')
+
+prepare() {
+  cd $pkgbase-$pkgver
+patch -p1 -i ../nbxmpp-no-pyopenssl.patch # don't use pyopenssl for random 
number generation
+  cd ..
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+  cd ../${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package_python-nbxmpp() {
+  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-nbxmpp() {
+  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="${pkgdir}"
+}


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 19:18:46
  Author: arojas
Revision: 311126

Don't use pyopenssl  (FS#56488)

Modified:
  nbxmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 18:05:15 UTC (rev 311125)
+++ PKGBUILD2017-11-28 19:18:46 UTC (rev 311126)
@@ -4,15 +4,20 @@
 pkgbase=nbxmpp
 pkgname=('python-nbxmpp' 'python2-nbxmpp')
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://python-nbxmpp.gajim.org/;
 license=('GPL3')
 makedepends=('python' 'python2')
-source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91')
+source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz
+
nbxmpp-no-pyopenssl.patch::"https://dev.gajim.org/gajim/python-nbxmpp/commit/0b77b07b.diff;)
+sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91'
+  'd32a3fd00be0e669251b20af17ef38ddd35c07b2')
 
 prepare() {
+  cd $pkgbase-$pkgver
+patch -p1 -i ../nbxmpp-no-pyopenssl.patch # don't use pyopenssl for random 
number generation
+  cd ..
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
 }
 


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

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 19:13:06
  Author: eworm
Revision: 270508

upgpkg: pacredir 0.3.2-1

new upstream release

Modified:
  pacredir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 17:53:52 UTC (rev 270507)
+++ PKGBUILD2017-11-28 19:13:06 UTC (rev 270508)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=pacredir
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc='redirect pacman requests, assisted by avahi service discovery'
 arch=('x86_64')
 url='https://github.com/eworm-de/pacredir'
@@ -16,7 +16,7 @@
 backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
 validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

 
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
+sha256sums=('aaf1b20c11a1cca878a65e2a984e4549b03f33215568e3a344712fce38204aae'
 'SKIP')
 
 build() {


[arch-commits] Commit in pacredir/repos/community-x86_64 (4 files)

2017-11-28 Thread Christian Hesse via arch-commits
Date: Tuesday, November 28, 2017 @ 19:13:12
  Author: eworm
Revision: 270509

archrelease: copy trunk to community-x86_64

Added:
  pacredir/repos/community-x86_64/PKGBUILD
(from rev 270508, pacredir/trunk/PKGBUILD)
  pacredir/repos/community-x86_64/pacredir.install
(from rev 270508, pacredir/trunk/pacredir.install)
Deleted:
  pacredir/repos/community-x86_64/PKGBUILD
  pacredir/repos/community-x86_64/pacredir.install

--+
 PKGBUILD |   66 ++---
 pacredir.install |   28 +++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 19:13:06 UTC (rev 270508)
+++ PKGBUILD2017-11-28 19:13:12 UTC (rev 270509)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=pacredir
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-license=('GPL')
-conflicts=('paccache')
-replaces=('paccache')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
-'SKIP')
-
-build() {
-   cd ${pkgname}-${pkgver}/
-
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}/
-
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: pacredir/repos/community-x86_64/PKGBUILD (from rev 270508, 
pacredir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 19:13:12 UTC (rev 270509)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('aaf1b20c11a1cca878a65e2a984e4549b03f33215568e3a344712fce38204aae'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+

Deleted: pacredir.install
===
--- pacredir.install2017-11-28 19:13:06 UTC (rev 270508)
+++ pacredir.install2017-11-28 19:13:12 UTC (rev 270509)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_install() {
-   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
-}
-
-post_upgrade() {
-   # return if old package version greater 0.3...
-   (( $(vercmp $2 '0.3') > 0 )) && return
-
-   # upgrade from pre-0.3 version, avahi service names changed
-   echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi 
service"
-   echo " > names. Make sure to update all your installations for 
compatibility."
-}

Copied: pacredir/repos/community-x86_64/pacredir.install (from rev 270508, 
pacredir/trunk/pacredir.install)
===
--- pacredir.install(rev 0)
+++ pacredir.install2017-11-28 19:13:12 UTC (rev 270509)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
+}
+
+post_upgrade() {
+   # return if old package version greater 0.3...
+   (( $(vercmp $2 '0.3') > 0 )) && return
+
+   # upgrade from pre-0.3 version, avahi service names changed
+   echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi 
service"
+   echo " > names. Make sure to update all your installations for 
compatibility."
+}


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

2017-11-28 Thread Andreas Radke via arch-commits
Date: Tuesday, November 28, 2017 @ 18:05:15
  Author: andyrtr
Revision: 311125

archrelease: copy trunk to testing-x86_64

Added:
  libxcursor/repos/testing-x86_64/
  libxcursor/repos/testing-x86_64/PKGBUILD
(from rev 311124, libxcursor/trunk/PKGBUILD)
  libxcursor/repos/testing-x86_64/index.theme
(from rev 311124, libxcursor/trunk/index.theme)

-+
 PKGBUILD|   39 +++
 index.theme |2 ++
 2 files changed, 41 insertions(+)

Copied: libxcursor/repos/testing-x86_64/PKGBUILD (from rev 311124, 
libxcursor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-28 18:05:15 UTC (rev 311125)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxcursor
+pkgver=1.1.15
+pkgrel=1
+pkgdesc="X cursor management library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxfixes' 'libxrender')
+optdepends=('gnome-themes-standard: fallback icon theme')
+makedepends=('xorg-util-macros')
+backup=(usr/share/icons/default/index.theme)
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2{,.sig}
+index.theme)
+sha256sums=('294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b'
+'SKIP'
+'9e2707bc3466b848a70687ae34b505930b9c260a49b3d2f014145e70c4cddcd6')
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
+
+build() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXcursor-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/icons/default"
+  install -m644 "$srcdir"/index.theme "${pkgdir}/usr/share/icons/default/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libxcursor/repos/testing-x86_64/index.theme (from rev 311124, 
libxcursor/trunk/index.theme)
===
--- testing-x86_64/index.theme  (rev 0)
+++ testing-x86_64/index.theme  2017-11-28 18:05:15 UTC (rev 311125)
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita


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

2017-11-28 Thread Andreas Radke via arch-commits
Date: Tuesday, November 28, 2017 @ 18:04:59
  Author: andyrtr
Revision: 311124

upgpkg: libxcursor 1.1.15-1

upstream update 1.1.15

Modified:
  libxcursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 18:00:21 UTC (rev 311123)
+++ PKGBUILD2017-11-28 18:04:59 UTC (rev 311124)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libxcursor
-pkgver=1.1.14
-pkgrel=2
+pkgver=1.1.15
+pkgrel=1
 pkgdesc="X cursor management library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -14,10 +14,12 @@
 optdepends=('gnome-themes-standard: fallback icon theme')
 makedepends=('xorg-util-macros')
 backup=(usr/share/icons/default/index.theme)
-source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2{,.sig}
 index.theme)
-sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df'
+sha256sums=('294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b'
+'SKIP'
 '9e2707bc3466b848a70687ae34b505930b9c260a49b3d2f014145e70c4cddcd6')
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
 
 build() {
   cd "${srcdir}/libXcursor-${pkgver}"


[arch-commits] Commit in libxfont2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-11-28 Thread Andreas Radke via arch-commits
Date: Tuesday, November 28, 2017 @ 18:00:21
  Author: andyrtr
Revision: 311123

archrelease: copy trunk to testing-x86_64

Added:
  libxfont2/repos/testing-x86_64/
  libxfont2/repos/testing-x86_64/PKGBUILD
(from rev 311122, libxfont2/trunk/PKGBUILD)

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

Copied: libxfont2/repos/testing-x86_64/PKGBUILD (from rev 311122, 
libxfont2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-28 18:00:21 UTC (rev 311123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libxfont2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0e8ab7fd737ccdfe87e1f02b55f221f0bd4503a1c5f28be4ed6a54586bac9c4e'
+'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
+
+build() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXfont2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2017-11-28 Thread Andreas Radke via arch-commits
Date: Tuesday, November 28, 2017 @ 18:00:08
  Author: andyrtr
Revision: 311122

upgpkg: libxfont2 2.0.3-1

upstream update 2.0.3

Modified:
  libxfont2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 17:26:41 UTC (rev 311121)
+++ PKGBUILD2017-11-28 18:00:08 UTC (rev 311122)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libxfont2
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(x86_64)
@@ -11,10 +11,11 @@
 depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
-sha256sums=('94088d3b87f7d42c7116d9adaad155859e93330c6e47f5989f2de600b9a6c111'
+sha256sums=('0e8ab7fd737ccdfe87e1f02b55f221f0bd4503a1c5f28be4ed6a54586bac9c4e'
 'SKIP')
 validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
 
 build() {
   cd "${srcdir}/libXfont2-${pkgver}"


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

2017-11-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, November 28, 2017 @ 17:53:52
  Author: arodseth
Revision: 270507

archrelease: copy trunk to community-any

Added:
  kotlin/repos/community-any/PKGBUILD
(from rev 270506, kotlin/trunk/PKGBUILD)
Deleted:
  kotlin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 17:53:41 UTC (rev 270506)
+++ PKGBUILD2017-11-28 17:53:52 UTC (rev 270507)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Romain Gautier 
-
-pkgname=kotlin
-pkgver=1.1.61
-pkgrel=1
-pkgdesc='The Kotlin programming language'
-arch=('any')
-url='https://kotlinlang.org/'
-license=('apache' 'custom')
-depends=('java-environment>=8')
-makedepends=('setconf')
-source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('46103d3f65c4016cb62ff8b77ee3e072ff930e69edf69444d723bb22b12a0d83')
-
-prepare() {
-  cd "${pkgname}c/bin"
-
-  setconf kotlin DIR /usr/bin
-  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
-  setconf kotlinc-js DIR /usr/bin
-  setconf kotlinc-jvm DIR /usr/bin
-}
-
-package() {
-  cd "${pkgname}c"
-
-  # Executables
-  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
-  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
-  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
-  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
-
-  # jar files
-  cd "$srcdir/${pkgname}c/lib"
-  install -d "$pkgdir/usr/share/$pkgname/lib"
-  for jar in *.jar; do
-install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
-  done
-
-  # Licenses
-  cd "$srcdir/${pkgname}c/license"
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd third_party
-  for txt in *.txt; do
-install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
-  done
-
-  # build.txt must be installed for for "-version" to work
-  cd "$srcdir/${pkgname}c"
-  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
-}
-
-# getver: github.com/JetBrains/kotlin/releases/latest
-# vim: ts=2 sw=2 et:

Copied: kotlin/repos/community-any/PKGBUILD (from rev 270506, 
kotlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 17:53:52 UTC (rev 270507)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Romain Gautier 
+
+pkgname=kotlin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='The Kotlin programming language'
+arch=('any')
+url='https://kotlinlang.org/'
+license=('apache' 'custom')
+depends=('java-environment>=8')
+makedepends=('setconf')
+source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
+sha256sums=('d1e04a6e5977ad495a5d0eb4e072cf71a25afd8ecad2b1d5474671c2012cd7a1')
+
+prepare() {
+  cd "${pkgname}c/bin"
+
+  setconf kotlin DIR /usr/bin
+  setconf kotlinc KOTLIN_HOME "/usr/share/$pkgname"
+  setconf kotlinc-js DIR /usr/bin
+  setconf kotlinc-jvm DIR /usr/bin
+}
+
+package() {
+  cd "${pkgname}c"
+
+  # Executables
+  install -Dm755 bin/kotlinc "$pkgdir/usr/bin/kotlinc"
+  install -Dm755 bin/kotlin "$pkgdir/usr/bin/kotlin"
+  install -Dm755 bin/kotlinc-js "$pkgdir/usr/bin/kotlinc-js"
+  install -Dm755 bin/kotlinc-jvm "$pkgdir/usr/bin/kotlinc-jvm"
+
+  # jar files
+  cd "$srcdir/${pkgname}c/lib"
+  install -d "$pkgdir/usr/share/$pkgname/lib"
+  for jar in *.jar; do
+install -Dm644 "$jar" "$pkgdir/usr/share/$pkgname/lib"
+  done
+
+  # Licenses
+  cd "$srcdir/${pkgname}c/license"
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 NOTICE.txt "$pkgdir/usr/share/licenses/$pkgname"
+
+  cd third_party
+  for txt in *.txt; do
+install -Dm644 "$txt" "$pkgdir/usr/share/licenses/$pkgname"
+  done
+
+  # build.txt must be installed for for "-version" to work
+  cd "$srcdir/${pkgname}c"
+  install -Dm644 build.txt "$pkgdir/usr/share/$pkgname"
+}
+
+# getver: github.com/JetBrains/kotlin/releases/latest
+# vim: ts=2 sw=2 et:


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

2017-11-28 Thread Alexander Rødseth via arch-commits
Date: Tuesday, November 28, 2017 @ 17:53:41
  Author: arodseth
Revision: 270506

upgpkg: kotlin 1.2.0-1

Modified:
  kotlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 16:12:50 UTC (rev 270505)
+++ PKGBUILD2017-11-28 17:53:41 UTC (rev 270506)
@@ -3,7 +3,7 @@
 # Contributor: Romain Gautier 
 
 pkgname=kotlin
-pkgver=1.1.61
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='The Kotlin programming language'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('java-environment>=8')
 makedepends=('setconf')
 
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip;)
-sha256sums=('46103d3f65c4016cb62ff8b77ee3e072ff930e69edf69444d723bb22b12a0d83')
+sha256sums=('d1e04a6e5977ad495a5d0eb4e072cf71a25afd8ecad2b1d5474671c2012cd7a1')
 
 prepare() {
   cd "${pkgname}c/bin"


[arch-commits] Commit in plasma-integration/repos/kde-unstable-x86_64 (2 files)

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 17:26:41
  Author: arojas
Revision: 311121

archrelease: copy trunk to kde-unstable-x86_64

Added:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 311120, plasma-integration/trunk/PKGBUILD)
Deleted:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 17:26:17 UTC (rev 311120)
+++ PKGBUILD2017-11-28 17:26:41 UTC (rev 311121)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.11.3
-pkgrel=2
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a1bf8e27a4b9d7a2e6323a35edd92654ce4a9a7eb4aed13e8eacfb706e2f1c2f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 311120, 
plasma-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 17:26:41 UTC (rev 311121)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.11.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d338df0dd293734371e3bb93c17bf52e84f5f4388464d7d51dc0bdcbf5a22a72'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 17:26:17
  Author: arojas
Revision: 311120

Qt 5.10 rebuild

Modified:
  plasma-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 17:25:34 UTC (rev 39)
+++ PKGBUILD2017-11-28 17:26:17 UTC (rev 311120)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2017-11-28 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 28, 2017 @ 17:25:04
  Author: arojas
Revision: 38

Qt 5.10 rebuild

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 16:42:21 UTC (rev 37)
+++ PKGBUILD2017-11-28 17:25:04 UTC (rev 38)
@@ -5,12 +5,12 @@
 
 pkgname=kwin
 pkgver=5.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit)
 makedepends=(extra-cmake-modules qt5-tools kdoctools python)
 optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
 groups=(plasma)


  1   2   3   >