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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:03:03
  Author: felixonmars
Revision: 450995

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 450994, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 450994, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:03:03 UTC (rev 450995)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190322
+pkgrel=14
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' '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-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'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-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' '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 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime -f-networkbsd
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-desktop 
install-completions
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:04:23
  Author: felixonmars
Revision: 450996

upgpkg: hledger-api 1.14-15

rebuild with fast-logger 2.4.15

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:03:03 UTC (rev 450995)
+++ PKGBUILD2019-04-11 06:04:23 UTC (rev 450996)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.14
-pkgrel=14
+pkgrel=15
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:04:42
  Author: felixonmars
Revision: 450997

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 450996, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 450996, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:04:42 UTC (rev 450997)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.14
+pkgrel=15
+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-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('551ad15b39adbcd1c3548bb75acd83193f6a99d8bab15cdc7ef34aa022dfd4d19b14c105ae88e4fdef93eca5ace7791e7b19d3eff532ada7079b4e071bd4ab69')
+
+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 git-annex/trunk (PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:02:47
  Author: felixonmars
Revision: 450994

upgpkg: git-annex 7.20190322-14

rebuild with fast-logger 2.4.15

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 05:53:59 UTC (rev 450993)
+++ PKGBUILD2019-04-11 06:02:47 UTC (rev 450994)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190322
-pkgrel=13
+pkgrel=14
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 07:06:48
  Author: mtorromeo
Revision: 451011

archrelease: copy trunk to community-x86_64

Added:
  nmon/repos/community-x86_64/PKGBUILD
(from rev 451010, nmon/trunk/PKGBUILD)
Deleted:
  nmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 07:06:31 UTC (rev 451010)
+++ PKGBUILD2019-04-11 07:06:48 UTC (rev 451011)
@@ -1,22 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nmon
-pkgver=16i
-pkgrel=1
-pkgdesc="AIX & Linux Performance Monitoring tool"
-arch=('x86_64')
-url="http://nmon.sourceforge.net;
-license=('GPL')
-depends=('ncurses')
-source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -D JFS -D GETUSER -D LARGEMEM 
-lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 451010, 
nmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 07:06:48 UTC (rev 451011)
@@ -0,0 +1,22 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nmon
+pkgver=16j
+pkgrel=1
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('x86_64')
+url="http://nmon.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
+sha256sums=('ba3878c9b3e3bbb1635659735e8373624ba938904889f130183908c203f34615')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}


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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 07:06:31
  Author: mtorromeo
Revision: 451010

upgpkg: nmon 16j-1

Modified:
  nmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:41:11 UTC (rev 451009)
+++ PKGBUILD2019-04-11 07:06:31 UTC (rev 451010)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nmon
-pkgver=16i
+pkgver=16j
 pkgrel=1
 pkgdesc="AIX & Linux Performance Monitoring tool"
 arch=('x86_64')
@@ -9,11 +9,11 @@
 license=('GPL')
 depends=('ncurses')
 source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c')
+sha256sums=('ba3878c9b3e3bbb1635659735e8373624ba938904889f130183908c203f34615')
 
 build() {
   cd ${srcdir}
-  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -D JFS -D GETUSER -D LARGEMEM 
-lncurses -lm -g -D X86
+  cc -o nmon lmon$pkgver.c $LDFLAGS $CFLAGS -g -O3 -lncurses -lm -D X86
 }
 
 package() {


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:06:30
  Author: felixonmars
Revision: 450998

upgpkg: hledger-web 1.14.1-15

rebuild with fast-logger 2.4.15

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:04:42 UTC (rev 450997)
+++ PKGBUILD2019-04-11 06:06:30 UTC (rev 450998)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.14.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:06:45
  Author: felixonmars
Revision: 450999

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 450998, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 450998, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:06:45 UTC (rev 450999)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.14.1
+pkgrel=15
+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-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'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')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3eb50a27e96b8e4590719c41fe00dbf7add431a8bbc300f1d2614c09dbae5eaa2eb43ac96c597c441a2f43bf4096fe8c450bb3bdb601cc2a06fd840768b45786')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $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" --enable-tests \
+--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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+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 tamarin-prover/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:41:11
  Author: felixonmars
Revision: 451009

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 451008, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
451008, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:41:11 UTC (rev 451009)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=47
+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-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'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;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+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/ftdetect/tamarin.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
+}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:38:39
  Author: felixonmars
Revision: 451006

upgpkg: stack 1.9.3-96

rebuild with fast-logger 2.4.15

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:31:12 UTC (rev 451005)
+++ PKGBUILD2019-04-11 06:38:39 UTC (rev 451006)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=95
+pkgrel=96
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:38:59
  Author: felixonmars
Revision: 451007

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 451006, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:38:59 UTC (rev 451007)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=96
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 451006, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-04-11 06:38:59 UTC (rev 
451007)
@@ -0,0 +1,4 @@

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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:40:54
  Author: felixonmars
Revision: 451008

upgpkg: tamarin-prover 1.4.1-47

rebuild with fast-logger 2.4.15

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:38:59 UTC (rev 451007)
+++ PKGBUILD2019-04-11 06:40:54 UTC (rev 451008)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=46
+pkgrel=47
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:30:56
  Author: felixonmars
Revision: 451004

upgpkg: postgrest 5.2.0-36

rebuild with fast-logger 2.4.15

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:26:56 UTC (rev 451003)
+++ PKGBUILD2019-04-11 06:30:56 UTC (rev 451004)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=35
+pkgrel=36
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:31:12
  Author: felixonmars
Revision: 451005

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 451004, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:31:12 UTC (rev 451005)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=36
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' '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')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$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 hoogle/trunk (PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:08:24
  Author: felixonmars
Revision: 451000

upgpkg: hoogle 5.0.17.6-3

rebuild with fast-logger 2.4.15

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:06:45 UTC (rev 450999)
+++ PKGBUILD2019-04-11 06:08:24 UTC (rev 451000)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:08:42
  Author: felixonmars
Revision: 451001

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 451000, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:08:42 UTC (rev 451001)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.6
+pkgrel=3
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
+ 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
+ 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ecae5e16a3d61d9cb9be392749840cb79064fa083983fd60f24ccc59af37b3f28ff3d4136e3a1c875f53a519272d101ae6b3628be499c21777649f4763a5e299')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:26:40
  Author: felixonmars
Revision: 451002

upgpkg: idris 1.3.1-52

rebuild with fast-logger 2.4.15

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 06:08:42 UTC (rev 451001)
+++ PKGBUILD2019-04-11 06:26:40 UTC (rev 451002)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=51
+pkgrel=52
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 06:26:56
  Author: felixonmars
Revision: 451003

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 451002, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-11 06:26:56 UTC (rev 451003)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=52
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< 
*0.4/<1/' -e 's/< *2.8/<4/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 epson-inkjet-printer-escpr/trunk (PKGBUILD)

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 09:02:15
  Author: ffy00
Revision: 451021

upgpkg: epson-inkjet-printer-escpr 1.6.38-1

Modified:
  epson-inkjet-printer-escpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 08:58:32 UTC (rev 451020)
+++ PKGBUILD2019-04-11 09:02:15 UTC (rev 451021)
@@ -7,7 +7,7 @@
 # Contributor: MetaNova
 
 pkgname=epson-inkjet-printer-escpr
-pkgver=1.6.35
+pkgver=1.6.38
 pkgrel=1
 pkgdesc='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
 arch=('x86_64')
@@ -14,9 +14,9 @@
 url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
 license=('GPL2')
 depends=('cups' 'ghostscript')
-source=('https://download3.ebz.epson.net/dsc/f/03/00/09/05/58/476adaba692bd312e1b1f85c472c2b2237e74786/epson-inkjet-printer-escpr-1.6.35-1lsb3.2.tar.gz'
+source=('https://download3.ebz.epson.net/dsc/f/03/00/09/25/30/1b345288d691386af8a0314a9b11ecbc400522ec/epson-inkjet-printer-escpr-1.6.38-1lsb3.2.tar.gz'
 'bug_x86_64.patch')
-sha512sums=('df7bc889b120cc1292482680a3a7ad7343ebf957e31b277a61bba282e7ea45117fe1f54b05fe82dda99032ae64545b5645441d923b6fd2c9492c20d01ffa6d6f'
+sha512sums=('6035d5872b184cf97d404c9e93e4f176e6483385de1e9505d8062c66cd28bcb54f07a577ef9ced457517fa376bc86714099d5240f91ccc0b564ef18f3b9bd23a'
 
'ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab')
 
 prepare() {


[arch-commits] Commit in epson-inkjet-printer-escpr/repos/community-x86_64 (4 files)

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 09:02:25
  Author: ffy00
Revision: 451022

archrelease: copy trunk to community-x86_64

Added:
  epson-inkjet-printer-escpr/repos/community-x86_64/PKGBUILD
(from rev 451021, epson-inkjet-printer-escpr/trunk/PKGBUILD)
  epson-inkjet-printer-escpr/repos/community-x86_64/bug_x86_64.patch
(from rev 451021, epson-inkjet-printer-escpr/trunk/bug_x86_64.patch)
Deleted:
  epson-inkjet-printer-escpr/repos/community-x86_64/PKGBUILD
  epson-inkjet-printer-escpr/repos/community-x86_64/bug_x86_64.patch

--+
 PKGBUILD |   88 +++
 bug_x86_64.patch |  198 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 09:02:15 UTC (rev 451021)
+++ PKGBUILD2019-04-11 09:02:25 UTC (rev 451022)
@@ -1,44 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor:  Hyacinthe Cartiaux 
-# Contributor: James An 
-# Contributor: Stefano Bergamini 
-# Contributor: Heiko Baums 
-# Contributor: Quentin Foussette 
-# Contributor: MetaNova
-
-pkgname=epson-inkjet-printer-escpr
-pkgver=1.6.35
-pkgrel=1
-pkgdesc='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
-arch=('x86_64')
-url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
-license=('GPL2')
-depends=('cups' 'ghostscript')
-source=('https://download3.ebz.epson.net/dsc/f/03/00/09/05/58/476adaba692bd312e1b1f85c472c2b2237e74786/epson-inkjet-printer-escpr-1.6.35-1lsb3.2.tar.gz'
-'bug_x86_64.patch')
-sha512sums=('df7bc889b120cc1292482680a3a7ad7343ebf957e31b277a61bba282e7ea45117fe1f54b05fe82dda99032ae64545b5645441d923b6fd2c9492c20d01ffa6d6f'
-
'ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../bug_x86_64.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-   --prefix=/usr \
-   --with-cupsfilterdir=/usr/lib/cups/filter \
-   --with-cupsppddir=/usr/share/ppd
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: epson-inkjet-printer-escpr/repos/community-x86_64/PKGBUILD (from rev 
451021, epson-inkjet-printer-escpr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 09:02:25 UTC (rev 451022)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor:  Hyacinthe Cartiaux 
+# Contributor: James An 
+# Contributor: Stefano Bergamini 
+# Contributor: Heiko Baums 
+# Contributor: Quentin Foussette 
+# Contributor: MetaNova
+
+pkgname=epson-inkjet-printer-escpr
+pkgver=1.6.38
+pkgrel=1
+pkgdesc='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
+arch=('x86_64')
+url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
+license=('GPL2')
+depends=('cups' 'ghostscript')
+source=('https://download3.ebz.epson.net/dsc/f/03/00/09/25/30/1b345288d691386af8a0314a9b11ecbc400522ec/epson-inkjet-printer-escpr-1.6.38-1lsb3.2.tar.gz'
+'bug_x86_64.patch')
+sha512sums=('6035d5872b184cf97d404c9e93e4f176e6483385de1e9505d8062c66cd28bcb54f07a577ef9ced457517fa376bc86714099d5240f91ccc0b564ef18f3b9bd23a'
+
'ff4f736ec884c4d2354a83c89ee535732cb414ef0c6443bdc8ec869f889f486b242d76e143ad59d61b182231697dfe3bdf68122cb8aae873a9776ce109a07dab')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../bug_x86_64.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+   --prefix=/usr \
+   --with-cupsfilterdir=/usr/lib/cups/filter \
+   --with-cupsppddir=/usr/share/ppd
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: bug_x86_64.patch
===
--- bug_x86_64.patch2019-04-11 09:02:15 UTC (rev 451021)
+++ bug_x86_64.patch2019-04-11 09:02:25 UTC (rev 451022)
@@ -1,99 +0,0 @@
-diff -Naur epson-inkjet-printer-escpr-1.6.9/src/filter.c 
epson-inkjet-printer-escpr-1.6.9-fixed/src/filter.c
 epson-inkjet-printer-escpr-1.6.9/src/filter.c  2016-09-21 
03:55:30.0 +0200
-+++ epson-inkjet-printer-escpr-1.6.9-fixed/src/filter.c2016-10-07 
22:07:23.965463021 +0200
-@@ -34,6 +34,8 @@
- #include "epson-protocol.h"
- #include "epson-escpr-api.h"
- #include "epson-escpr-mem.h"
-+#include "epson-escpr-services.h"
-+#include "epson-escpage.h"
- 
- #include "err.h"
- #include "mem.h"
-@@ -42,6 +44,11 @@
- #include "libprtX.h"
- #include "optBase.h"
- #include "linux_cmn.h"
-+#include "xfifo.h"
-+
-+extern EPS_ERR_CODE SetupJobAttrib (const EPS_JOB_ATTRIB*);
-+extern EPS_ERR_CODE SendStartJob ();
-+extern EPS_ERR_CODE PrintBand (const EPS_UINT8*, EPS_UINT32, EPS_UINT32*);
- 
- #define WIDTH_BYTES(bits) (((bits) + 31) / 32 * 4)
- 
-@@ -380,10 +387,10 @@
-   

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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 09:43:38
  Author: eworm
Revision: 350571

upgpkg: lvm2 2.02.184-3

revert last change, which broke boot with systemd enabled initramfs

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 08:31:38 UTC (rev 350570)
+++ PKGBUILD2019-04-11 09:43:38 UTC (rev 350571)
@@ -4,7 +4,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.184
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
@@ -25,7 +25,7 @@
 
 _backports=(
   # systemd: add missing Before=shutdown.target to LVM2 services to fix 
shutdown ordering
-  0a726a7e268b31856615491809af73bda5d4d6f9
+  #'0a726a7e268b31856615491809af73bda5d4d6f9'
 )
 
 prepare() {


[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (2 files)

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 10:21:22
  Author: archange
Revision: 451039

archrelease: copy trunk to community-x86_64

Added:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD
(from rev 451038, intel-graphics-compiler/trunk/PKGBUILD)
Deleted:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 10:21:15 UTC (rev 451038)
+++ PKGBUILD2019-04-11 10:21:22 UTC (rev 451039)
@@ -1,44 +0,0 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
-
-pkgname=intel-graphics-compiler
-pkgver=19.12.1681
-pkgrel=2
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler;
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python2)
-options=('!emptydirs')
-source=("${url}/archive/igc-${pkgver}.tar.gz")
-noextract=("igc-${pkgver}.tar.gz")
-sha256sums=(e044081f2840c3511070492aaac29e6f6c1b89b17918e69bb850df53f326d9eb)
-
-prepare() {
-mkdir -p build ${pkgname}-${pkgver}
-bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
-}
-
-build() {
-cd build
-cmake ../"${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
--DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
--Wno-dev
-make
-
-# License
-sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
-sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Fix libcommon_clang being embedded
-rm "${pkgdir}"/usr/lib/libcommon_clang.so
-}

Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 
451038, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 10:21:22 UTC (rev 451039)
@@ -0,0 +1,44 @@
+# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python2)
+options=('!emptydirs')
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+noextract=("igc-${pkgver}.tar.gz")
+sha256sums=('d32a44da260f934c821b3285fd527c1ed1233e790913699e9e2234ba2a211d00')
+
+prepare() {
+mkdir -p build ${pkgname}-${pkgver}
+bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+}
+
+build() {
+cd build
+cmake ../"${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
+-DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
+-Wno-dev
+make
+
+# License
+sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
+sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 12:30:45
  Author: ffy00
Revision: 451094

upgpkg: libsigrok 0.5.1-4

Modified:
  libsigrok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 12:15:46 UTC (rev 451093)
+++ PKGBUILD2019-04-11 12:30:45 UTC (rev 451094)
@@ -1,34 +1,33 @@
-# Maintainer: Thomas Krug 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Thomas Krug 
 
 pkgname=libsigrok
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(x86_64)
+arch=('x86_64')
 url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+license=('GPL3')
+depends=('libftdi' 'libserialport' 'glibmm' 'libzip' 'libieee1284')
+makedepends=('cmake' 'doxygen' 'ruby' 'jdk8-openjdk' 'swig' 'python' 
'pygobject-devel' 'python-numpy' 'python-setuptools')
 optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('7b4727668153f2f3ea062b0a4cffc7f9c199957a')
+source=("https://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('48337fc4625dc0abc162ae54e04ce091047835aa1e49ba1ab84542805008d1ff5646b143fde57e317f3b34514c0e6d4dcb7b1c5944f3f16bdef1a7169edc3517')
 
-prepare() {
-  cd libsigrok-$pkgver
-  sed -i 's|, MODE="660", GROUP="plugdev"||' contrib/60-libsigrok.rules # 
FS#56059
-}
+build() {
+  cd $pkgname-$pkgver
 
-build() {
-  cd libsigrok-$pkgver
  ./configure --prefix=/usr
+
   make
 }
 
 package() {
   cd libsigrok-$pkgver
+
   make DESTDIR="$pkgdir" PREFIX=/usr install
+
   install -m644 -D contrib/60-libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/60-libsigrok.rules
-  install -m644 -D contrib/61-libsigrok-plugdev.rules 
$pkgdir/usr/lib/udev/rules.d/61-libsigrok-plugdev.rules
   install -m644 -D contrib/61-libsigrok-uaccess.rules 
$pkgdir/usr/lib/udev/rules.d/61-libsigrok-uaccess.rules
 }
+


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 12:31:09
  Author: ffy00
Revision: 451095

archrelease: copy trunk to community-x86_64

Added:
  libsigrok/repos/community-x86_64/PKGBUILD
(from rev 451094, libsigrok/trunk/PKGBUILD)
Deleted:
  libsigrok/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 12:30:45 UTC (rev 451094)
+++ PKGBUILD2019-04-11 12:31:09 UTC (rev 451095)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.5.1
-pkgrel=3
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('7b4727668153f2f3ea062b0a4cffc7f9c199957a')
-
-prepare() {
-  cd libsigrok-$pkgver
-  sed -i 's|, MODE="660", GROUP="plugdev"||' contrib/60-libsigrok.rules # 
FS#56059
-}
-
-build() {
-  cd libsigrok-$pkgver
- ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m644 -D contrib/60-libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/60-libsigrok.rules
-  install -m644 -D contrib/61-libsigrok-plugdev.rules 
$pkgdir/usr/lib/udev/rules.d/61-libsigrok-plugdev.rules
-  install -m644 -D contrib/61-libsigrok-uaccess.rules 
$pkgdir/usr/lib/udev/rules.d/61-libsigrok-uaccess.rules
-}

Copied: libsigrok/repos/community-x86_64/PKGBUILD (from rev 451094, 
libsigrok/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 12:31:09 UTC (rev 451095)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrok
+pkgver=0.5.1
+pkgrel=4
+pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=('GPL3')
+depends=('libftdi' 'libserialport' 'glibmm' 'libzip' 'libieee1284')
+makedepends=('cmake' 'doxygen' 'ruby' 'jdk8-openjdk' 'swig' 'python' 
'pygobject-devel' 'python-numpy' 'python-setuptools')
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=("https://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('48337fc4625dc0abc162ae54e04ce091047835aa1e49ba1ab84542805008d1ff5646b143fde57e317f3b34514c0e6d4dcb7b1c5944f3f16bdef1a7169edc3517')
+
+build() {
+  cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -m644 -D contrib/60-libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/60-libsigrok.rules
+  install -m644 -D contrib/61-libsigrok-uaccess.rules 
$pkgdir/usr/lib/udev/rules.d/61-libsigrok-uaccess.rules
+}
+


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:58:18
  Author: ffy00
Revision: 451019

upgpkg: wine-mono 4.8.1-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 08:53:28 UTC (rev 451018)
+++ PKGBUILD2019-04-11 08:58:18 UTC (rev 451019)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43')
+sha512sums=('06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b')
 
 package() {
   install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:58:32
  Author: ffy00
Revision: 451020

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 451019, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 08:58:18 UTC (rev 451019)
+++ PKGBUILD2019-04-11 08:58:32 UTC (rev 451020)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=('any')
-url="https://wiki.winehq.org/Mono;
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43')
-
-package() {
-  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 451019, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 08:58:32 UTC (rev 451020)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=('any')
+url="https://wiki.winehq.org/Mono;
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('wine')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
+sha512sums=('06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b')
+
+package() {
+  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
+}


[arch-commits] Commit in perl-hook-lexwrap/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 09:55:33
  Author: felixonmars
Revision: 451031

archrelease: copy trunk to community-any

Added:
  perl-hook-lexwrap/repos/community-any/
  perl-hook-lexwrap/repos/community-any/PKGBUILD
(from rev 451030, perl-hook-lexwrap/trunk/PKGBUILD)

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

Copied: perl-hook-lexwrap/repos/community-any/PKGBUILD (from rev 451030, 
perl-hook-lexwrap/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 09:55:33 UTC (rev 451031)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-hook-lexwrap
+pkgver=0.26
+pkgrel=1
+pkgdesc="Lexically-scoped resource management"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Hook-LexWrap;
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-$pkgver.tar.gz;)
+sha512sums=('f7771d4fb8379f43fa5b864e345f4526603914c3c486c637ea07fb9e2d41569bf40948a9039fab7d10c683fb85e16a8653876613903d34cc6801fcc9e92aa58b')
+
+build() {
+  cd Hook-LexWrap-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Hook-LexWrap-$pkgver
+  make test
+}
+
+package() {
+  cd Hook-LexWrap-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 10:21:15
  Author: archange
Revision: 451038

upgpkg: intel-graphics-compiler 1:1.0.1-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 10:21:09 UTC (rev 451037)
+++ PKGBUILD2019-04-11 10:21:15 UTC (rev 451038)
@@ -1,8 +1,9 @@
 # Maintainer: Daniel Bermond < gmail-com: danielbermond >
 
 pkgname=intel-graphics-compiler
-pkgver=19.12.1681
-pkgrel=2
+epoch=1
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
 url="https://github.com/intel/intel-graphics-compiler;
@@ -12,7 +13,7 @@
 options=('!emptydirs')
 source=("${url}/archive/igc-${pkgver}.tar.gz")
 noextract=("igc-${pkgver}.tar.gz")
-sha256sums=(e044081f2840c3511070492aaac29e6f6c1b89b17918e69bb850df53f326d9eb)
+sha256sums=('d32a44da260f934c821b3285fd527c1ed1233e790913699e9e2234ba2a211d00')
 
 prepare() {
 mkdir -p build ${pkgname}-${pkgver}
@@ -24,6 +25,8 @@
 cmake ../"${pkgname}-${pkgver}" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
 -DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
 -DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
 -Wno-dev
@@ -38,7 +41,4 @@
 cd build
 make DESTDIR="${pkgdir}" install
 install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Fix libcommon_clang being embedded
-rm "${pkgdir}"/usr/lib/libcommon_clang.so
 }


[arch-commits] Commit in intel-opencl-clang/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 10:21:09
  Author: archange
Revision: 451037

archrelease: copy trunk to community-x86_64

Added:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD
(from rev 451036, intel-opencl-clang/trunk/PKGBUILD)
Deleted:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 10:20:55 UTC (rev 451036)
+++ PKGBUILD2019-04-11 10:21:09 UTC (rev 451037)
@@ -1,43 +0,0 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
-
-_srcname=opencl-clang
-pkgname=intel-${_srcname}
-pkgver=8.0.0
-pkgrel=2
-pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
-arch=(x86_64)
-url="https://github.com/intel/opencl-clang/;
-license=(custom)
-depends=(clang llvm-libs)
-makedepends=(cmake llvm spirv-llvm-translator git)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(da042ff8c7e2db5bf58b01dcb620b37abe155980521d97c41698e62fa31b9547)
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
--DSPIRV_TRANSLATOR_DIR=/usr \
--DLLVM_NO_DEAD_STRIP=ON \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-
-# Provide libopencl_clang.so
-local _sover
-_sover="$(find -L "${pkgdir}" -type f -name 'libcommon_clang.so.*' | head 
-n1)"
-_sover="${_sover##*.}"
-ln -s libcommon_clang.so "${pkgdir}"/usr/lib/libopencl_clang.so
-ln -s libcommon_clang.so.${_sover} 
"${pkgdir}"/usr/lib/libopencl_clang.so.${_sover}
-
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-opencl-clang/repos/community-x86_64/PKGBUILD (from rev 451036, 
intel-opencl-clang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 10:21:09 UTC (rev 451037)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=8.0.0.1
+pkgrel=1
+pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang/;
+license=(custom)
+depends=(clang llvm-libs)
+makedepends=(cmake llvm spirv-llvm-translator git)
+source=("${url}/archive/v${pkgver%.1}-1/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6af0d40de9666437d9fa2b2e776f41430c7a7a77b703763b7b6024b966f30f26')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver%.1}-1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver%.1}-1/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-opencl-clang/trunk (PKGBUILD)

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 10:20:55
  Author: archange
Revision: 451036

upgpkg: intel-opencl-clang 8.0.0.1-1

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 10:17:07 UTC (rev 451035)
+++ PKGBUILD2019-04-11 10:20:55 UTC (rev 451036)
@@ -1,9 +1,10 @@
 # Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Bruno Pagani 
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.0.1
+pkgrel=1
 pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
 url="https://github.com/intel/opencl-clang/;
@@ -10,8 +11,8 @@
 license=(custom)
 depends=(clang llvm-libs)
 makedepends=(cmake llvm spirv-llvm-translator git)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(da042ff8c7e2db5bf58b01dcb620b37abe155980521d97c41698e62fa31b9547)
+source=("${url}/archive/v${pkgver%.1}-1/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6af0d40de9666437d9fa2b2e776f41430c7a7a77b703763b7b6024b966f30f26')
 
 prepare() {
 mkdir -p build
@@ -19,7 +20,7 @@
 
 build() {
 cd build
-cmake ../${_srcname}-${pkgver} \
+cmake ../${_srcname}-${pkgver%.1}-1 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
 -DSPIRV_TRANSLATOR_DIR=/usr \
@@ -30,14 +31,6 @@
 
 package() {
 cd build
-make DESTDIR="$pkgdir" install
-
-# Provide libopencl_clang.so
-local _sover
-_sover="$(find -L "${pkgdir}" -type f -name 'libcommon_clang.so.*' | head 
-n1)"
-_sover="${_sover##*.}"
-ln -s libcommon_clang.so "${pkgdir}"/usr/lib/libopencl_clang.so
-ln -s libcommon_clang.so.${_sover} 
"${pkgdir}"/usr/lib/libopencl_clang.so.${_sover}
-
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver%.1}-1/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:46:00
  Author: felixonmars
Revision: 451073

archrelease: copy trunk to community-any

Added:
  perl-ppi/repos/community-any/
  perl-ppi/repos/community-any/PKGBUILD
(from rev 451072, perl-ppi/trunk/PKGBUILD)

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

Copied: perl-ppi/repos/community-any/PKGBUILD (from rev 451072, 
perl-ppi/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 10:46:00 UTC (rev 451073)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppi
+pkgver=1.236
+pkgrel=1
+pkgdesc="Parse, Analyze and Manipulate Perl (without perl)"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPI;
+depends=('perl-clone' 'perl-io-string' 'perl-list-moreutils' 
'perl-params-util' 'perl-task-weaken')
+makedepends=('perl-class-inspector' 'perl-file-remove' 'perl-test-deep' 
'perl-test-object'
+ 'perl-test-subcalls')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/PPI-$pkgver.tar.gz;)
+sha512sums=('93a7f4059b12156bdcba77958c17841ab43d85cb0045d0c58d087d6e637e09e253a559cfe465d9d8699329098582759cb8381978c121b9661a9a755e919dece1')
+
+build() {
+  cd PPI-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPI-$pkgver
+  make test
+}
+
+package() {
+  cd PPI-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:55:59
  Author: felixonmars
Revision: 451074

addpkg: perl-ppix-regexp 0.064-1

Added:
  perl-ppix-regexp/
  perl-ppix-regexp/repos/
  perl-ppix-regexp/trunk/
  perl-ppix-regexp/trunk/PKGBUILD

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

Added: perl-ppix-regexp/trunk/PKGBUILD
===
--- perl-ppix-regexp/trunk/PKGBUILD (rev 0)
+++ perl-ppix-regexp/trunk/PKGBUILD 2019-04-11 10:55:59 UTC (rev 451074)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-regexp
+pkgver=0.064
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp;
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
+sha512sums=('5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-ppix-regexp/repos (community-any community-any/PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:56:16
  Author: felixonmars
Revision: 451075

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/
  perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 451074, perl-ppix-regexp/trunk/PKGBUILD)

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

Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 451074, 
perl-ppix-regexp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 10:56:16 UTC (rev 451075)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-regexp
+pkgver=0.064
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp;
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
+sha512sums=('5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in sip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 11:18:24
  Author: arojas
Revision: 350575

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
(from rev 350574, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 11:17:57 UTC (rev 350574)
+++ PKGBUILD2019-04-11 11:18:24 UTC (rev 350575)
@@ -1,92 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.15
-pkgrel=1
-arch=('x86_64')
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
-sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
-
-prepare() {
-  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
-}
-
-build() {
-  cd "$srcdir"/build
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-pyqt5
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-
-  cd "$srcdir"/build-pyqt5-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd build
-  make DESTDIR="$pkgdir" install -C sipgen
-# move sip.h to /usr/include
-  mv "$pkgdir"/usr/include/{python*/sip.h,}
-  rm -r "$pkgdir"/usr/include/python*
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('python')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
-
-  cd build-py2
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip-pyqt5() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python')
-
-  cd build-pyqt5
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip-pyqt5() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python2')
-
-  cd build-pyqt5-py2
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 350574, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 11:18:24 UTC (rev 350575)
@@ -0,0 +1,92 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
+pkgver=4.19.16
+pkgrel=1
+arch=('x86_64')
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620')
+
+prepare() {
+  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+}
+
+build() {
+  cd "$srcdir"/build
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-pyqt5
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+
+  cd "$srcdir"/build-pyqt5-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd build
+  make DESTDIR="$pkgdir" install -C sipgen
+# move sip.h to /usr/include
+  mv 

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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 11:17:57
  Author: arojas
Revision: 350574

Update to 4.19.16

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:44:05 UTC (rev 350573)
+++ PKGBUILD2019-04-11 11:17:57 UTC (rev 350574)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.15
+pkgver=4.19.16
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
+sha256sums=('184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


[arch-commits] Commit in cuda/repos/community-testing-x86_64 (10 files)

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 11:30:54
  Author: kgizdov
Revision: 451085

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 451084, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 451084, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 451084, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 451084, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 451084, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  194 +++
 cuda-findgllib_mk.diff |   44 +-
 cuda.conf  |6 -
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 133 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 11:30:01 UTC (rev 451084)
+++ PKGBUILD2019-04-11 11:30:54 UTC (rev 451085)
@@ -1,98 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.1.105
-_basever=10.1.105
-_driverver=418.39
-pkgrel=7
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-makedepends=('patchelf')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target ${srcdir} --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  cd "${pkgdir}/opt/cuda"
-  ln -s "${pkgdir}/opt/cuda/lib64" lib
-  cd "${pkgdir}/opt/cuda/nvvm"
-  ln -s "${pkgdir}/opt/cuda/nvvm/lib64" lib
-
-  # Use GCC 8
-  ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  # find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 
| while read -rd '' _lib; do
-  #   _base=${_lib%.so.*}
-  #   _current_soname=$(basename ${_lib%.*})
-  #   while [[ $_current_soname != $(basename $_base) ]]; do
-  # ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  # _current_soname=${_current_soname%.*}
-  #   done
-  # done
-
-  # Try to patch unmatching SONAMEs
-  patchlibs=(libcublasLt.so.10 libcublas.so.10 libcufft.so.10 libcufftw.so.10
- libcurand.so.10 libcusolver.so.10 libcusparse.so.10 libnppc.so.10
- libnppial.so.10 libnppicc.so.10 libnppicom.so.10 libnppidei.so.10
- libnppif.so.10 libnppig.so.10 libnppim.so.10 libnppist.so.10
- libnppisu.so.10 libnppitc.so.10 libnpps.so.10 libnvblas.so.10
- libnvgraph.so.10 libnvjpeg.so.10)
-  cd "${pkgdir}/opt/cuda/targets/x86_64-linux/lib"
-  for plib in "${patchlibs[@]}"; do
-echo "copying ${plib} to ${plib}.1 version"
-cp ${plib} "${plib}.1"
-echo "patching ${plib}.1 SONAME to match ${plib}.1"
-patchelf --set-soname 

[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 11:31:30
  Author: felixonmars
Revision: 451086

addpkg: perl-class-tiny 1.006-1

Added:
  perl-class-tiny/
  perl-class-tiny/repos/
  perl-class-tiny/trunk/
  perl-class-tiny/trunk/PKGBUILD

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

Added: perl-class-tiny/trunk/PKGBUILD
===
--- perl-class-tiny/trunk/PKGBUILD  (rev 0)
+++ perl-class-tiny/trunk/PKGBUILD  2019-04-11 11:31:30 UTC (rev 451086)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-class-tiny
+pkgver=1.006
+pkgrel=1
+pkgdesc="Minimalist class construction"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Class-Tiny;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-$pkgver.tar.gz;)
+sha512sums=('0a6ca0b99bd10a39445bb582bcf89f3668747f05b13b1f7271e934a73781c855a0418ae19a41593c64288b74710f49c1dcda0005be4edf9965e8020139ca0c7e')
+
+build() {
+  cd Class-Tiny-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Tiny-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Tiny-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 11:21:22
  Author: eworm
Revision: 350576

upgpkg: lvm2 2.02.184-4

try again, with fix on top

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:18:24 UTC (rev 350575)
+++ PKGBUILD2019-04-11 11:21:22 UTC (rev 350576)
@@ -4,7 +4,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.184
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
@@ -25,7 +25,9 @@
 
 _backports=(
   # systemd: add missing Before=shutdown.target to LVM2 services to fix 
shutdown ordering
-  #'0a726a7e268b31856615491809af73bda5d4d6f9'
+  '0a726a7e268b31856615491809af73bda5d4d6f9'
+  # systemd: put back DefaultDependencies=no for lvmpolld and lvmetad socket 
unit
+  '03d6cfdd99fb1c2fd85721ab6faebbb1b6658873'
 )
 
 prepare() {


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 11:21:27
  Author: eworm
Revision: 350577

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 350576, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 350576, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 350576, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 350576, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 350576, lvm2/trunk/sd-lvm2_install)

---+
 11-dm-initramfs.rules |3 +
 PKGBUILD  |  136 
 lvm2_hook |   25 
 lvm2_install  |   43 +++
 sd-lvm2_install   |   46 
 5 files changed, 253 insertions(+)

Copied: lvm2/repos/testing-x86_64/11-dm-initramfs.rules (from rev 350576, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-x86_64/11-dm-initramfs.rules(rev 0)
+++ testing-x86_64/11-dm-initramfs.rules2019-04-11 11:21:27 UTC (rev 
350577)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-x86_64/PKGBUILD (from rev 350576, 
lvm2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-11 11:21:27 UTC (rev 350577)
@@ -0,0 +1,136 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.184
+pkgrel=4
+arch=('x86_64')
+url='https://sourceware.org/lvm2/'
+license=('GPL2' 'LGPL2.1')
+makedepends=('git' 'systemd' 'thin-provisioning-tools')
+groups=('base')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 

+  'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 

+source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_}?signed;
+'lvm2_install'
+'lvm2_hook'
+'sd-lvm2_install'
+'11-dm-initramfs.rules')
+sha256sums=('SKIP'
+'cc51940a8437f3c8339bb9cec7e929b2cc0852ffc8a0b2463e6f67ca2b9950f6'
+'97d7c92e4954bc0108e7cd183b2eb5fe7ecc97e6f56369669e6537cb6ed45d80'
+'b749c2da0e9307b0c2c3858d024a19c268e01e393e876a284fe1a302427f72f1'
+'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
+
+_backports=(
+  # systemd: add missing Before=shutdown.target to LVM2 services to fix 
shutdown ordering
+  '0a726a7e268b31856615491809af73bda5d4d6f9'
+  # systemd: put back DefaultDependencies=no for lvmpolld and lvmetad socket 
unit
+  '03d6cfdd99fb1c2fd85721ab6faebbb1b6658873'
+)
+
+prepare() {
+  cd lvm2/
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"
+git show "${_c}" -- ':(exclude)WHATS_NEW' | git apply
+  done
+
+  # remove install section from systemd units that are enabled by default
+  sed -i -e '/^\[Install\]$/,$d' \
+scripts/dm_event_systemd_red_hat.socket.in \
+scripts/lvm2_lvmetad_systemd_red_hat.socket.in \
+scripts/lvm2_lvmpolld_systemd_red_hat.socket.in \
+scripts/lvm2_monitoring_systemd_red_hat.service.in
+}
+
+build() {
+  local _CONFIGUREOPTS=(
+--prefix=/usr
+--sbindir=/usr/bin
+--sysconfdir=/etc
+--localstatedir=/var
+--enable-applib
+--enable-cmdlib
+--enable-dmeventd
+--enable-lvmetad
+--enable-lvmpolld
+--enable-pkgconfig
+--enable-readline
+--enable-udev_rules
+--enable-udev_sync
+--enable-use-lvmetad
+--with-cache=internal
+--with-default-dm-run-dir=/run
+--with-default-locking-dir=/run/lock/lvm
+--with-default-pid-dir=/run
+--with-default-run-dir=/run/lvm
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+--with-thin=internal
+--with-udev-prefix=/usr
+  )
+
+  cp -a lvm2/ lvm2-initramfs/
+  
+  cd lvm2/
+
+  ./configure "${_CONFIGUREOPTS[@]}" --enable-udev-systemd-background-jobs
+  make
+
+  # Build legacy udev rule for initramfs
+  cd ../lvm2-initramfs
+  ./configure "${_CONFIGUREOPTS[@]}" --enable-udev-systemd-background-jobs=no
+  cd udev
+  make 69-dm-lvm-metad.rules
+}
+
+package_device-mapper() {
+  pkgdesc="Device mapper userspace library and tools"
+  url="http://sourceware.org/dm/;
+  depends=('glibc' 'systemd-libs')
+
+  cd lvm2/
+
+  make DESTDIR="${pkgdir}" install_device-mapper
+  # extra udev rule for device-mapper in initramfs
+  install -D -m644 "${srcdir}/11-dm-initramfs.rules" 
"${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules"
+  # Install 

[arch-commits] Commit in perl-class-tiny/repos (community-any community-any/PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 11:32:29
  Author: felixonmars
Revision: 451087

archrelease: copy trunk to community-any

Added:
  perl-class-tiny/repos/community-any/
  perl-class-tiny/repos/community-any/PKGBUILD
(from rev 451086, perl-class-tiny/trunk/PKGBUILD)

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

Copied: perl-class-tiny/repos/community-any/PKGBUILD (from rev 451086, 
perl-class-tiny/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 11:32:29 UTC (rev 451087)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-class-tiny
+pkgver=1.006
+pkgrel=1
+pkgdesc="Minimalist class construction"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Class-Tiny;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-$pkgver.tar.gz;)
+sha512sums=('0a6ca0b99bd10a39445bb582bcf89f3668747f05b13b1f7271e934a73781c855a0418ae19a41593c64288b74710f49c1dcda0005be4edf9965e8020139ca0c7e')
+
+build() {
+  cd Class-Tiny-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Tiny-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Tiny-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in glibc/repos (9 files)

2019-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 11, 2019 @ 11:53:51
  Author: svenstaro
Revision: 350579

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
(from rev 350578, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 350578, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz20338.patch
(from rev 350578, glibc/trunk/bz20338.patch)
  
glibc/repos/testing-x86_64/file-truncated-while-reading-soname-after-patchelf.patch
(from rev 350578, 
glibc/trunk/file-truncated-while-reading-soname-after-patchelf.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 350578, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 350578, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 350578, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 350578, glibc/trunk/locale.gen.txt)

-+
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch |  195 
 PKGBUILD|  217 
++
 bz20338.patch   |  114 +
 file-truncated-while-reading-soname-after-patchelf.patch|   85 +++
 glibc.install   |5 
 lib32-glibc.conf|1 
 locale-gen  |   42 +
 locale.gen.txt  |   23 +
 8 files changed, 682 insertions(+)

Copied: 
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
 (from rev 350578, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
===
--- 
testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch  
(rev 0)
+++ 
testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch  
2019-04-11 11:53:51 UTC (rev 350579)
@@ -0,0 +1,195 @@
+From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Fri, 10 Aug 2018 14:12:40 +
+Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
+ calculation [BZ #19818]"
+
+This reverts commit e7feec374c635b6a29d65c39ae5e1855528fed39.
+---
+ elf/Makefile | 14 ++---
+ elf/dl-addr.c|  2 --
+ elf/tst-absolute-sym-lib.c   | 25 
+ elf/tst-absolute-sym-lib.lds | 19 --
+ elf/tst-absolute-sym.c   | 38 
+ sysdeps/generic/ldsodefs.h   |  3 +--
+ 6 files changed, 3 insertions(+), 98 deletions(-)
+ delete mode 100644 elf/tst-absolute-sym-lib.c
+ delete mode 100644 elf/tst-absolute-sym-lib.lds
+ delete mode 100644 elf/tst-absolute-sym.c
+
+diff --git a/elf/Makefile b/elf/Makefile
+index cd0771307f..5084ba4f6f 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -186,7 +186,7 @@ tests += restest1 preloadtest loadfail multiload origtest 
resolvfail \
+tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
+tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
+tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
+-   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note
++   tst-debug1 tst-main1
+ #  reldep9
+ tests-internal += loadtest unload unload2 circleload1 \
+neededtest neededtest2 neededtest3 neededtest4 \
+@@ -272,9 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
+   tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
+   tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
+   tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
+-  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
+-  tst-absolute-zero-lib tst-big-note-lib
+-
++  tst-main1mod tst-libc_dlvsym-dso
+ ifeq (yes,$(have-mtls-dialect-gnu2))
+ tests += tst-gnu2-tls1
+ modules-names += tst-gnu2-tls1mod
+@@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
+ LDLIBS-tst-main1 = $(libsupport)
+ tst-main1mod.so-no-z-defs = yes
+ 
+-LDLIBS-tst-absolute-sym-lib.so = tst-absolute-sym-lib.lds
+-$(objpfx)tst-absolute-sym-lib.so: $(LDLIBS-tst-absolute-sym-lib.so)
+-$(objpfx)tst-absolute-sym: $(objpfx)tst-absolute-sym-lib.so
+-
+-LDLIBS-tst-absolute-zero-lib.so = tst-absolute-zero-lib.lds
+-$(objpfx)tst-absolute-zero-lib.so: $(LDLIBS-tst-absolute-zero-lib.so)
+-$(objpfx)tst-absolute-zero: $(objpfx)tst-absolute-zero-lib.so
+-
+ # Both the main program and the DSO for 

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

2019-04-11 Thread Jan Steffens via arch-commits
Date: Thursday, April 11, 2019 @ 09:37:10
  Author: heftig
Revision: 451025

9.2.7.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:22:18 UTC (rev 451024)
+++ PKGBUILD2019-04-11 09:37:10 UTC (rev 451025)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.6.0
+pkgver=9.2.7.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,9 +12,9 @@
 _tarname=jruby-dist-$pkgver-bin.tar.gz
 noextract=($_tarname)
 source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('dba182ac9943b726b609ca61747c1835')
-sha1sums=('3c13ec3966f6cc44966f3978c96325b9e56174f1')
-sha256sums=('70a1ff0e17a98baa63ea92c91fd38ff1e55a2056e5d57ba0409c4543d29e0e3d')
+md5sums=('c0111b2cafa920df76284044e1aeedc7')
+sha1sums=('dc35f9bb991f526f058bf6b9591c460f98cffe9e')
+sha256sums=('da7c1a5ce90015c0bafd4bca0352294e08fe1c9ec049ac51e82fe57ed50e1348')
 
 package() {
   depends=(java-runtime-headless bash)


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

2019-04-11 Thread Jan Steffens via arch-commits
Date: Thursday, April 11, 2019 @ 09:37:37
  Author: heftig
Revision: 451026

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 451025, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 09:37:10 UTC (rev 451025)
+++ PKGBUILD2019-04-11 09:37:37 UTC (rev 451026)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.6.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="https://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-_tarname=jruby-dist-$pkgver-bin.tar.gz
-noextract=($_tarname)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('dba182ac9943b726b609ca61747c1835')
-sha1sums=('3c13ec3966f6cc44966f3978c96325b9e56174f1')
-sha256sums=('70a1ff0e17a98baa63ea92c91fd38ff1e55a2056e5d57ba0409c4543d29e0e3d')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$_tarname"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
-  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-
-  chmod -cR g-w opt/jruby
-
-  mkdir -p usr/bin
-  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 451025, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 09:37:37 UTC (rev 451026)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.7.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="https://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+_tarname=jruby-dist-$pkgver-bin.tar.gz
+noextract=($_tarname)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
+md5sums=('c0111b2cafa920df76284044e1aeedc7')
+sha1sums=('dc35f9bb991f526f058bf6b9591c460f98cffe9e')
+sha256sums=('da7c1a5ce90015c0bafd4bca0352294e08fe1c9ec049ac51e82fe57ed50e1348')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$_tarname"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
+  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+
+  chmod -cR g-w opt/jruby
+
+  mkdir -p usr/bin
+  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
+}


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (9 files)

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:09:15
  Author: idevolder
Revision: 451079

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 451078, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
(from rev 451078, opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
(from rev 451078, opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
(from rev 451078, opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 451078, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 451078, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  138 ---
 chromium-73-gcc-0.patch|  108 
 chromium-73-gcc-2.patch|   51 +++
 chromium-73-gcc-3.patch|   69 +++
 chromium-FORTIFY_SOURCE-r2.patch   |   60 ++---
 chromium-last-commit-position-r1.patch |   52 +--
 6 files changed, 358 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 11:09:05 UTC (rev 451078)
+++ PKGBUILD2019-04-11 11:09:15 UTC (rev 451079)
@@ -1,64 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=71.0.3578.98
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('dbeb90e16c6c05422c1f43e8fe747d60dab49c1fffdd0f33824ca24429f3871bda649eb1e6402470d3d9bb701e47d55d2fff4f46530e3f43e72f516d1837aad6')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Use Python 2
-  find -name '*.py' | xargs sed -e 's|env python|&2|g' -e 's|bin/python|&2|g' 
-i
-
-  # force some 'older' binaries in the path
-  [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 "$srcdir/path/python"
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  #python2 tools/clang/scripts/update.py --without-android
-
-  #export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$srcdir/path:$PATH"
-
-  #export CC="clang"
-  #export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true enable_ac3_eac3_audio_demuxing=true 
use_gnome_keyring=false use_sysroot=false use_gold=false use_allocator=\"none\" 
linux_use_bundled_binutils=false fatal_linker_warnings=false 
treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false 
is_clang=false clang_use_chrome_plugins=false is_component_build=true 
is_debug=false symbol_level=0 use_custom_libcxx=false use_lld=false 
use_jumbo_build=false"
-
-  #(
-#cd third_party/ffmpeg
-#chromium/scripts/build_ffmpeg.py linux x64 --branding ChromeOS
-#chromium/scripts/copy_config.sh
-#chromium/scripts/generate_gn.py
-  #)
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 451078, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 11:09:15 UTC (rev 451079)
@@ -0,0 +1,74 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=73.0.3683.86
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
+  'xdg-utils' 'gn'
+)
+options=('!strip')
+source=(
+  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
+  

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (4 files)

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:09:05
  Author: idevolder
Revision: 451078

upgpkg: opera-ffmpeg-codecs 73.0.3683.86-1

Added:
  opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch
  opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch
  opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch
Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

-+
 PKGBUILD|   14 +
 chromium-73-gcc-0.patch |  108 ++
 chromium-73-gcc-2.patch |   51 +
 chromium-73-gcc-3.patch |   69 +
 4 files changed, 240 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:08:09 UTC (rev 451077)
+++ PKGBUILD2019-04-11 11:09:05 UTC (rev 451078)
@@ -1,7 +1,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=71.0.3578.98
+pkgver=73.0.3683.86
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -15,8 +15,14 @@
 options=('!strip')
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
+  'chromium-73-gcc-0.patch'
+  'chromium-73-gcc-2.patch'
+  'chromium-73-gcc-3.patch'
 )
-sha512sums=('dbeb90e16c6c05422c1f43e8fe747d60dab49c1fffdd0f33824ca24429f3871bda649eb1e6402470d3d9bb701e47d55d2fff4f46530e3f43e72f516d1837aad6')
+sha512sums=('5dd450640c1ea30f7941231e8c459aec0312c18e089b2c8b9104c4ee835a8fa389f5fb9b301b46d87ce260956eaf3e3bd6aff6ae54c279a303aa757537cace15'
+
'de7101ba00d8c1f00cd3f557574653cb9df80e59efe869c4fb127736b0f0793b20157169af74c8e38057c460e29a7e90e05274c749dbb6a30aa0aa7886b74b36'
+
'a242e7669d9c4b86f39dfe0516bced6b234336f4671514b1eca647b3d82228602dda96c69370326eacb3f68b5a47d58a2d6e4f5d97ea67583caf0c2b4430f0d4'
+
'93173033df16138b94dda215b088dd63937f738536d6cbcc4133258502e1f5bdda45bcbbd95250bc7f781839544c3d45e2dfa8aa4477a0617cfaa723e9140085')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"
@@ -28,6 +34,10 @@
   [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
   mkdir "$srcdir/path"
   ln -s /usr/bin/python2 "$srcdir/path/python"
+
+  patch -p1 -i "$srcdir/chromium-73-gcc-0.patch"
+  patch -p1 -i "$srcdir/chromium-73-gcc-2.patch"
+  patch -p1 -i "$srcdir/chromium-73-gcc-3.patch"
 }
 
 build() {

Added: chromium-73-gcc-0.patch
===
--- chromium-73-gcc-0.patch (rev 0)
+++ chromium-73-gcc-0.patch 2019-04-11 11:09:05 UTC (rev 451078)
@@ -0,0 +1,108 @@
+From 2c3b57cafbbb38c13a519c9d2fda8b65691d9564 Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa 
+Date: Thu, 7 Feb 2019 22:55:37 +
+Subject: [PATCH] allocator shim: Swap ALIGN_LINKAGE and SHIM_ALWAYS_EXPORT's
+ positions
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This fixes the GCC build. GCC seems to be stricter with the position of the
+linkage specification, so just swap the terms to prevent an error that looks
+like:
+
+In file included from ../../base/allocator/allocator_shim.cc:333:
+../../base/allocator/allocator_shim_override_cpp_symbols.h:39:30: error: 
expected unqualified-id before string constant
+ #define ALIGN_LINKAGE extern "C"
+  ^~~
+../../base/allocator/allocator_shim_override_cpp_symbols.h:99:20: note: in 
expansion of macro ‘ALIGN_LINKAGE’
+ SHIM_ALWAYS_EXPORT ALIGN_LINKAGE void* ALIGN_NEW(std::size_t size,
+^
+
+Bug: 819294
+Change-Id: I0aa16ea88cead42e83796a1c86afad8b447ddc50
+Reviewed-on: https://chromium-review.googlesource.com/c/1458256
+Auto-Submit: Raphael Kubo da Costa 
+Reviewed-by: Thomas Anderson 
+Reviewed-by: Primiano Tucci 
+Commit-Queue: Raphael Kubo da Costa 
+Cr-Commit-Position: refs/heads/master@{#630084}
+---
+ .../allocator_shim_override_cpp_symbols.h | 20 +--
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/base/allocator/allocator_shim_override_cpp_symbols.h 
b/base/allocator/allocator_shim_override_cpp_symbols.h
+index 1228f5e33d28..01d25b7f6437 100644
+--- a/base/allocator/allocator_shim_override_cpp_symbols.h
 b/base/allocator/allocator_shim_override_cpp_symbols.h
+@@ -96,57 +96,57 @@ SHIM_ALWAYS_EXPORT void operator delete[](void* p, size_t) 
__THROW {
+   ShimCppDelete(p);
+ }
+ 
+-SHIM_ALWAYS_EXPORT ALIGN_LINKAGE void* ALIGN_NEW(std::size_t size,
++ALIGN_LINKAGE SHIM_ALWAYS_EXPORT void* ALIGN_NEW(std::size_t size,
+  ALIGN_VAL_T alignment) {
+   return ShimCppAlignedNew(size, static_cast(alignment));
+ }
+ 
+-SHIM_ALWAYS_EXPORT ALIGN_LINKAGE void* ALIGN_NEW_NOTHROW(
++ALIGN_LINKAGE SHIM_ALWAYS_EXPORT void* ALIGN_NEW_NOTHROW(
+ std::size_t size,
+ ALIGN_VAL_T alignment,
+ const std::nothrow_t&) __THROW {
+   return 

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

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:09:27
  Author: idevolder
Revision: 451080

upgpkg: qcad 3.22.0.6-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:09:15 UTC (rev 451079)
+++ PKGBUILD2019-04-11 11:09:27 UTC (rev 451080)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.22.0.5
-pkgrel=2
+pkgver=3.22.0.6
+pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
 url="https://www.qcad.org;
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('18e979bf17d01006e1ac4e385e6a6cb298cbfba797240ffdbff414b9f04e85e453ba1b3776b5cbb045cbba087bd3384f6ecda3aab783da9825c7030167c82f0d')
+sha512sums=('97e2ff0c5a57153c00626f52abc33548726dc377115e72254197c2d98a5b883f67d7deaa611be86cb40cd42fe333a33b61adb7b0fe485ed7f28cc12047cc998f')
 
 prepare() {
   rm *.tar.gz


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

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:09:36
  Author: idevolder
Revision: 451081

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 451080, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 11:09:27 UTC (rev 451080)
+++ PKGBUILD2019-04-11 11:09:36 UTC (rev 451081)
@@ -1,91 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.22.0.5
-pkgrel=2
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="https://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('18e979bf17d01006e1ac4e385e6a6cb298cbfba797240ffdbff414b9f04e85e453ba1b3776b5cbb045cbba087bd3384f6ecda3aab783da9825c7030167c82f0d')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 451080, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 11:09:36 UTC (rev 451081)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.22.0.6
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="https://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('97e2ff0c5a57153c00626f52abc33548726dc377115e72254197c2d98a5b883f67d7deaa611be86cb40cd42fe333a33b61adb7b0fe485ed7f28cc12047cc998f')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() {
+  cd 

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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 12:15:46
  Author: ffy00
Revision: 451093

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 451092, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 12:14:03 UTC (rev 451092)
+++ PKGBUILD2019-04-11 12:15:46 UTC (rev 451093)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.2.1
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 451092, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 12:15:46 UTC (rev 451093)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.2.1
+pkgrel=2
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Windows support'
+'vulkan-icd-loader: Vulkan support'
+'lib32-vulkan-icd-loader: Vulkan support')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:14:05
  Author: felixonmars
Revision: 451034

addpkg: perl-test-subcalls 1.10-1

Added:
  perl-test-subcalls/
  perl-test-subcalls/repos/
  perl-test-subcalls/trunk/
  perl-test-subcalls/trunk/PKGBUILD

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

Added: perl-test-subcalls/trunk/PKGBUILD
===
--- perl-test-subcalls/trunk/PKGBUILD   (rev 0)
+++ perl-test-subcalls/trunk/PKGBUILD   2019-04-11 10:14:05 UTC (rev 451034)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-subcalls
+pkgver=1.10
+pkgrel=1
+pkgdesc="Track the number of times subs are called"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-SubCalls;
+depends=('perl-hook-lexwrap')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-SubCalls-$pkgver.tar.gz;)
+sha512sums=('67c64eeb9dbf7ed2f5fd4461316ee44cba4f503c6b822a5fb8c3f100c3d4de7ac09058afc0cdf355549829d8e412d1919bc64a1f3030f16f38775b029936a4f9')
+
+build() {
+  cd Test-SubCalls-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-SubCalls-$pkgver
+  make test
+}
+
+package() {
+  cd Test-SubCalls-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:44:51
  Author: felixonmars
Revision: 451072

addpkg: perl-ppi 1.236-1

Added:
  perl-ppi/
  perl-ppi/repos/
  perl-ppi/trunk/
  perl-ppi/trunk/PKGBUILD

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

Added: perl-ppi/trunk/PKGBUILD
===
--- perl-ppi/trunk/PKGBUILD (rev 0)
+++ perl-ppi/trunk/PKGBUILD 2019-04-11 10:44:51 UTC (rev 451072)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppi
+pkgver=1.236
+pkgrel=1
+pkgdesc="Parse, Analyze and Manipulate Perl (without perl)"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPI;
+depends=('perl-clone' 'perl-io-string' 'perl-list-moreutils' 
'perl-params-util' 'perl-task-weaken')
+makedepends=('perl-class-inspector' 'perl-file-remove' 'perl-test-deep' 
'perl-test-object'
+ 'perl-test-subcalls')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/PPI-$pkgver.tar.gz;)
+sha512sums=('93a7f4059b12156bdcba77958c17841ab43d85cb0045d0c58d087d6e637e09e253a559cfe465d9d8699329098582759cb8381978c121b9661a9a755e919dece1')
+
+build() {
+  cd PPI-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPI-$pkgver
+  make test
+}
+
+package() {
+  cd PPI-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:08:09
  Author: idevolder
Revision: 451077

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 451076, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 451076, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 451076, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 451076, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 451076, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 451076, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 451076, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1069 insertions(+), 1069 deletions(-)

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


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

2019-04-11 Thread Ike Devolder via arch-commits
Date: Thursday, April 11, 2019 @ 11:07:56
  Author: idevolder
Revision: 451076

upgpkg: opera 60.0.3255.27-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 10:56:16 UTC (rev 451075)
+++ PKGBUILD2019-04-11 11:07:56 UTC (rev 451076)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=58.0.3135.127
+pkgver=60.0.3255.27
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('9dc75702f735862034012dc158608048115145308d8f8b11e523ff7d09a1dea0773a681c11a7d78b7cff66c65fef5559825959104e36f9ac5723845319a1f7e2'
+sha512sums=('8e9568979006c89bd0a5df5a6c7e182c602f1a8e2b4f058899635d5348ce0f412fe6b157f280177a94c230ac32a0fd638779be97e0fc85c67e466266e93d'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 11:30:01
  Author: kgizdov
Revision: 451084

pkgrel bump

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:15:35 UTC (rev 451083)
+++ PKGBUILD2019-04-11 11:30:01 UTC (rev 451084)
@@ -4,7 +4,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;


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

2019-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 11, 2019 @ 11:52:46
  Author: svenstaro
Revision: 350578

upgpkg: glibc 2.28-6

Add patch file-truncated-while-reading-soname-after-patchelf.patch for FS#62282

Added:
  glibc/trunk/file-truncated-while-reading-soname-after-patchelf.patch
Modified:
  glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
  glibc/trunk/PKGBUILD

-+
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch |   27 +--
 PKGBUILD|   18 +-
 file-truncated-while-reading-soname-after-patchelf.patch|   85 
++
 3 files changed, 109 insertions(+), 21 deletions(-)

Modified: 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
===
--- 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2019-04-11 11:21:27 UTC (rev 350577)
+++ 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2019-04-11 11:52:46 UTC (rev 350578)
@@ -1,6 +1,6 @@
 From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Fri, 10 Aug 2018-2019 14:12:40 +
+Date: Fri, 10 Aug 2018 14:12:40 +
 Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
  calculation [BZ #19818]"
 
@@ -25,21 +25,22 @@
 tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
 tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
 tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
--   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note \
-+   tst-debug1 tst-main1 \
-tst-unwind-ctor tst-unwind-main
+-   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note
++   tst-debug1 tst-main1
  #  reldep9
  tests-internal += loadtest unload unload2 circleload1 \
-@@ -272,8 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
+neededtest neededtest2 neededtest3 neededtest4 \
+@@ -272,9 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
 -  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
--  tst-absolute-zero-lib tst-big-note-lib tst-unwind-ctor-lib
-+  tst-main1mod tst-libc_dlvsym-dso tst-unwind-ctor-lib
- # Most modules build with _ISOMAC defined, but those filtered out
- # depend on internal headers.
- modules-names-tests = $(filter-out ifuncmod% tst-libc_dlvsym-dso tst-tlsmod%,\
+-  tst-absolute-zero-lib tst-big-note-lib
+-
++  tst-main1mod tst-libc_dlvsym-dso
+ ifeq (yes,$(have-mtls-dialect-gnu2))
+ tests += tst-gnu2-tls1
+ modules-names += tst-gnu2-tls1mod
 @@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
  LDLIBS-tst-main1 = $(libsupport)
  tst-main1mod.so-no-z-defs = yes
@@ -82,7 +83,7 @@
 +++ /dev/null
 @@ -1,25 +0,0 @@
 -/* BZ #19818 absolute symbol calculation shared module.
--   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+-   Copyright (C) 2018 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
 -
 -   The GNU C Library is free software; you can redistribute it and/or
@@ -113,7 +114,7 @@
 +++ /dev/null
 @@ -1,19 +0,0 @@
 -/* BZ #19818 absolute symbol calculation linker script.
--   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+-   Copyright (C) 2018 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
 -
 -   The GNU C Library is free software; you can redistribute it and/or
@@ -138,7 +139,7 @@
 +++ /dev/null
 @@ -1,38 +0,0 @@
 -/* BZ #19818 absolute symbol calculation main executable.
--   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+-   Copyright (C) 2018 Free Software Foundation, Inc.
 -   This file is part of the GNU C Library.
 -
 -   The GNU C Library is free software; you can redistribute it and/or

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:21:27 UTC (rev 350577)
+++ PKGBUILD2019-04-11 11:52:46 UTC (rev 350578)
@@ -2,25 +2,26 @@
 # Contributor: Allan McRae 
 
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: valgrind requires rebuilt with each major glibc version
+# NOTE: valgrind requires rebuild with each major glibc version
 
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
-pkgver=2.29
-pkgrel=1
+pkgver=2.28
+pkgrel=6
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
-makedepends=(git gd lib32-gcc-libs python)
+makedepends=(git gd lib32-gcc-libs)
 options=(!strip staticlibs)
 

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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 09:22:18
  Author: ffy00
Revision: 451024

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 451023, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 09:21:54 UTC (rev 451023)
+++ PKGBUILD2019-04-11 09:22:18 UTC (rev 451024)
@@ -1,69 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.17.5
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("bash")
-makedepends=("git" "go-pie" "glide")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz;
-   "git+https://github.com/junegunn/${pkgname}.wiki;)
-sha256sums=('de3b39758e01b19bbc04ee0d5107e14052d3a32ce8f40d4a63d0ed311394f7ee'
-'SKIP')
-
-
-prepare(){
-   export GOPATH="$srcdir/go"
-   mkdir -p $GOPATH/src/github.com/junegunn
-   ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
$GOPATH/src/github.com/junegunn/fzf
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   glide up
-}
-
-build() {
-   export GOPATH="$srcdir/go"
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   go build -o fzf .
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 451023, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 09:22:18 UTC (rev 451024)
@@ -0,0 +1,62 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go-pie')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"git+$url.wiki")
+sha512sums=('70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754'
+'SKIP')
+
+build() {
+   cd $pkgname-$pkgver
+
+   go build -o fzf .
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   ## Doc
+   install -dm755 "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 "$srcdir"/fzf.wiki/* "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 README.md "$pkgdir"/usr/share/doc/fzf
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+
+   ## License
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
+
+   ## Binaries
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir"/usr/share/fzf
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
+
+   ## Fish keybindings
+   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/fzf_key_bindings.fish
+
+   ## Vim plugin
+   install -Dm644 plugin/fzf.vim 

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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 09:21:54
  Author: ffy00
Revision: 451023

upgpkg: fzf 0.18.0-1

Use go mod instead of glide (no more $GOPATH!)
Refactor PKGBUILD to make the style consistent (feel free to change it if you 
don't like my style, just try to keep it consistent)

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:02:25 UTC (rev 451022)
+++ PKGBUILD2019-04-11 09:21:54 UTC (rev 451023)
@@ -1,5 +1,6 @@
 # Maintainer: Thore Bödecker 
 # Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Pierre Neidhardt 
 # Contributor: Hermann Zahnweh (eigengrau)
 # Contributor: Andy Weidenbaum 
@@ -7,63 +8,55 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.17.5
+pkgver=0.18.0
 pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("bash")
-makedepends=("git" "go-pie" "glide")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz;
-   "git+https://github.com/junegunn/${pkgname}.wiki;)
-sha256sums=('de3b39758e01b19bbc04ee0d5107e14052d3a32ce8f40d4a63d0ed311394f7ee'
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go-pie')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"git+$url.wiki")
+sha512sums=('70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754'
 'SKIP')
 
+build() {
+   cd $pkgname-$pkgver
 
-prepare(){
-   export GOPATH="$srcdir/go"
-   mkdir -p $GOPATH/src/github.com/junegunn
-   ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
$GOPATH/src/github.com/junegunn/fzf
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   glide up
-}
-
-build() {
-   export GOPATH="$srcdir/go"
-   cd "${srcdir}/${pkgname}-${pkgver}"
go build -o fzf .
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd $pkgname-$pkgver
 
## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md "$pkgdir/usr/share/doc/fzf"
+   install -dm755 "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 "$srcdir"/fzf.wiki/* "$pkgdir"/usr/share/doc/fzf/wiki
+   install -m644 README.md "$pkgdir"/usr/share/doc/fzf
 
## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
 
## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
 
## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
 
## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+   install -dm755 "$pkgdir"/usr/share/fzf
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
 
## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
+   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/fzf_key_bindings.fish
 
## Vim plugin
install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
 }
+


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

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 09:47:16
  Author: archange
Revision: 451028

archrelease: copy trunk to community-x86_64

Added:
  dune/repos/community-x86_64/PKGBUILD
(from rev 451027, dune/trunk/PKGBUILD)
Deleted:
  dune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 09:47:02 UTC (rev 451027)
+++ PKGBUILD2019-04-11 09:47:16 UTC (rev 451028)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
-provides=(jbuilder)
-conflicts=(jbuilder)
-replaces=(jbuilder)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(def8c5857d3ee76e300420898f3e0d1afda451851d25a1630833178b2f1c8bcf)
-
-build() {
-cd ${pkgname}-${pkgver}
-make release
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 451027, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 09:47:16 UTC (rev 451028)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+provides=(jbuilder)
+conflicts=(jbuilder)
+replaces=(jbuilder)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a2cd1904146475eafc2cbf8d27105d284307c02f1254b15a240af56363991704')
+
+build() {
+cd ${pkgname}-${pkgver}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
+
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 09:47:02
  Author: archange
Revision: 451027

upgpkg: dune 1.9.1-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:37:37 UTC (rev 451026)
+++ PKGBUILD2019-04-11 09:47:02 UTC (rev 451027)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(def8c5857d3ee76e300420898f3e0d1afda451851d25a1630833178b2f1c8bcf)
+sha256sums=('a2cd1904146475eafc2cbf8d27105d284307c02f1254b15a240af56363991704')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 09:53:26
  Author: kgizdov
Revision: 451029

make sure symlinks to lib are good

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:47:16 UTC (rev 451028)
+++ PKGBUILD2019-04-11 09:53:26 UTC (rev 451029)
@@ -43,10 +43,8 @@
   cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
   cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
   cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  cd "${pkgdir}/opt/cuda"
-  ln -s "${pkgdir}/opt/cuda/lib64" lib
-  cd "${pkgdir}/opt/cuda/nvvm"
-  ln -s "${pkgdir}/opt/cuda/nvvm/lib64" lib
+  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
+  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
 
   # Use GCC 8
   ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 09:55:04
  Author: felixonmars
Revision: 451030

addpkg: perl-hook-lexwrap 0.26-1

Added:
  perl-hook-lexwrap/
  perl-hook-lexwrap/repos/
  perl-hook-lexwrap/trunk/
  perl-hook-lexwrap/trunk/PKGBUILD

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

Added: perl-hook-lexwrap/trunk/PKGBUILD
===
--- perl-hook-lexwrap/trunk/PKGBUILD(rev 0)
+++ perl-hook-lexwrap/trunk/PKGBUILD2019-04-11 09:55:04 UTC (rev 451030)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-hook-lexwrap
+pkgver=0.26
+pkgrel=1
+pkgdesc="Lexically-scoped resource management"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Hook-LexWrap;
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-$pkgver.tar.gz;)
+sha512sums=('f7771d4fb8379f43fa5b864e345f4526603914c3c486c637ea07fb9e2d41569bf40948a9039fab7d10c683fb85e16a8653876613903d34cc6801fcc9e92aa58b')
+
+build() {
+  cd Hook-LexWrap-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Hook-LexWrap-$pkgver
+  make test
+}
+
+package() {
+  cd Hook-LexWrap-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test-object/repos (community-any community-any/PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:05:10
  Author: felixonmars
Revision: 451033

archrelease: copy trunk to community-any

Added:
  perl-test-object/repos/community-any/
  perl-test-object/repos/community-any/PKGBUILD
(from rev 451032, perl-test-object/trunk/PKGBUILD)

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

Copied: perl-test-object/repos/community-any/PKGBUILD (from rev 451032, 
perl-test-object/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 10:05:10 UTC (rev 451033)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-object
+pkgver=0.08
+pkgrel=1
+pkgdesc="Thoroughly testing objects via registered handlers"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Object;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Object-$pkgver.tar.gz;)
+sha512sums=('c528ee4d8eebb26cc336344765f1c5d402f020dae42f658164a5b2954c48975ccf33dafa768228bddff7583af5cd219959a82d037408c250cf162d59ab3a90d1')
+
+build() {
+  cd Test-Object-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Object-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Object-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test-subcalls/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:17:07
  Author: felixonmars
Revision: 451035

archrelease: copy trunk to community-any

Added:
  perl-test-subcalls/repos/community-any/
  perl-test-subcalls/repos/community-any/PKGBUILD
(from rev 451034, perl-test-subcalls/trunk/PKGBUILD)

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

Copied: perl-test-subcalls/repos/community-any/PKGBUILD (from rev 451034, 
perl-test-subcalls/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 10:17:07 UTC (rev 451035)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-subcalls
+pkgver=1.10
+pkgrel=1
+pkgdesc="Track the number of times subs are called"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-SubCalls;
+depends=('perl-hook-lexwrap')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-SubCalls-$pkgver.tar.gz;)
+sha512sums=('67c64eeb9dbf7ed2f5fd4461316ee44cba4f503c6b822a5fb8c3f100c3d4de7ac09058afc0cdf355549829d8e412d1919bc64a1f3030f16f38775b029936a4f9')
+
+build() {
+  cd Test-SubCalls-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-SubCalls-$pkgver
+  make test
+}
+
+package() {
+  cd Test-SubCalls-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 11:14:58
  Author: felixonmars
Revision: 451082

addpkg: perl-b-keywords 1.20-1

Added:
  perl-b-keywords/
  perl-b-keywords/repos/
  perl-b-keywords/trunk/
  perl-b-keywords/trunk/PKGBUILD

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

Added: perl-b-keywords/trunk/PKGBUILD
===
--- perl-b-keywords/trunk/PKGBUILD  (rev 0)
+++ perl-b-keywords/trunk/PKGBUILD  2019-04-11 11:14:58 UTC (rev 451082)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-b-keywords
+pkgver=1.20
+pkgrel=1
+pkgdesc="Lists of reserved barewords and symbol names"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/B-Keywords;
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/B-Keywords-$pkgver.tar.gz;)
+sha512sums=('481eda4d1388901412e982a6c799fab0965f363c4549233e24793aee96ffad68da6045a79fb78c1e946ca48b6ec67d1d49a687801a19254e9c3db12b5e29cb0f')
+
+build() {
+  cd B-Keywords-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd B-Keywords-$pkgver
+  make test
+}
+
+package() {
+  cd B-Keywords-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-b-keywords/repos (community-any community-any/PKGBUILD)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 11:15:35
  Author: felixonmars
Revision: 451083

archrelease: copy trunk to community-any

Added:
  perl-b-keywords/repos/community-any/
  perl-b-keywords/repos/community-any/PKGBUILD
(from rev 451082, perl-b-keywords/trunk/PKGBUILD)

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

Copied: perl-b-keywords/repos/community-any/PKGBUILD (from rev 451082, 
perl-b-keywords/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 11:15:35 UTC (rev 451083)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-b-keywords
+pkgver=1.20
+pkgrel=1
+pkgdesc="Lists of reserved barewords and symbol names"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/B-Keywords;
+depends=('perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/B-Keywords-$pkgver.tar.gz;)
+sha512sums=('481eda4d1388901412e982a6c799fab0965f363c4549233e24793aee96ffad68da6045a79fb78c1e946ca48b6ec67d1d49a687801a19254e9c3db12b5e29cb0f')
+
+build() {
+  cd B-Keywords-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd B-Keywords-$pkgver
+  make test
+}
+
+package() {
+  cd B-Keywords-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 12:01:02
  Author: archange
Revision: 451090

archrelease: copy trunk to community-x86_64

Added:
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 451089, argyllcms/trunk/PKGBUILD)
Deleted:
  argyllcms/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 12:00:27 UTC (rev 451089)
+++ PKGBUILD2019-04-11 12:01:02 UTC (rev 451090)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=2.0.1
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=('x86_64')
-url="https://www.argyllcms.com/;
-license=('GPL' 'AGPL')
-depends=('libpng' 'libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 
'zlib' 'openssl')
-makedepends=('ftjam' 'zip' 'unzip')
-source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
-sha256sums=('7d6542c16118bb93ba252d72bc9562bf2b01d3ae62cc0583cf4331e766b3a512')
-
-prepare() {
-cd ${_pkgname}_${_pkgver}
-# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
-sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
-
-# Fix deprecated SSL method
-#sed -i 's:TLSv1_client_method():SSLv23_client_method:' ccast/ccpacket.c
-
-# Use LDFLAGS
-echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-}
-
-build() {
-cd ${_pkgname}_${_pkgver}
-CCOPTFLAG="$CFLAGS"
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
-}
-
-package() {
-cd ${_pkgname}_${_pkgver}
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
-
-rm "${pkgdir}"/usr/bin/License.txt
-
-rm {doc,ref}/afiles
-install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
-install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
-
-install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
-}

Copied: argyllcms/repos/community-x86_64/PKGBUILD (from rev 451089, 
argyllcms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 12:01:02 UTC (rev 451090)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=2.1.0
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(x86_64)
+url="https://www.argyllcms.com/;
+license=(GPL AGPL)
+depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
+makedepends=(ftjam zip unzip)
+source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
+sha256sums=('57a24794248937ad67facf56af8384dfbc556d5791345ab40b2d321c2707bbcf')
+
+prepare() {
+cd ${_pkgname}_${_pkgver}
+# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
+sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
+
+# Use LDFLAGS
+echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
+}
+
+build() {
+cd ${_pkgname}_${_pkgver}
+CCOPTFLAG="$CFLAGS"
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
+}
+
+package() {
+cd ${_pkgname}_${_pkgver}
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
+
+rm "${pkgdir}"/usr/bin/License.txt
+
+rm {doc,ref}/afiles
+install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
+install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
+
+install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
+}


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

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 12:00:27
  Author: archange
Revision: 451089

upgpkg: argyllcms 2.1.0-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:50:39 UTC (rev 451088)
+++ PKGBUILD2019-04-11 12:00:27 UTC (rev 451089)
@@ -4,17 +4,17 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=2.0.1
+pkgver=2.1.0
 _pkgver="V${pkgver}"
 pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.argyllcms.com/;
-license=('GPL' 'AGPL')
-depends=('libpng' 'libtiff' 'libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 
'zlib' 'openssl')
-makedepends=('ftjam' 'zip' 'unzip')
+license=(GPL AGPL)
+depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
+makedepends=(ftjam zip unzip)
 source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip;)
-sha256sums=('7d6542c16118bb93ba252d72bc9562bf2b01d3ae62cc0583cf4331e766b3a512')
+sha256sums=('57a24794248937ad67facf56af8384dfbc556d5791345ab40b2d321c2707bbcf')
 
 prepare() {
 cd ${_pkgname}_${_pkgver}
@@ -21,9 +21,6 @@
 # Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
 sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
 
-# Fix deprecated SSL method
-#sed -i 's:TLSv1_client_method():SSLv23_client_method:' ccast/ccpacket.c
-
 # Use LDFLAGS
 echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
 }


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:17:45
  Author: ffy00
Revision: 451012

upgpkg: lutris 0.5.2.1-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 07:06:48 UTC (rev 451011)
+++ PKGBUILD2019-04-11 08:17:45 UTC (rev 451012)
@@ -3,7 +3,7 @@
 # Contributor: Maxime Gauduin 
 
 pkgname=lutris
-pkgver=0.5.2
+pkgver=0.5.2.1
 pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=('any')
@@ -17,7 +17,7 @@
 'wine-staging: Run windows games - Staging patches')
 makedepends=('python-setuptools')
 source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('2d84c9cfae4e628b9abf10859735d8ac99710659e134ebfcbb6c3d1c891a07a2ae291b651181348c4e4fdf55828420db815d4674d561a95371b9c4e061799d58')
+sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:18:13
  Author: ffy00
Revision: 451013

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 451012, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 08:17:45 UTC (rev 451012)
+++ PKGBUILD2019-04-11 08:18:13 UTC (rev 451013)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('2d84c9cfae4e628b9abf10859735d8ac99710659e134ebfcbb6c3d1c891a07a2ae291b651181348c4e4fdf55828420db815d4674d561a95371b9c4e061799d58')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 451012, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 08:18:13 UTC (rev 451013)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.2.1
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Run windows games'
+'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 09:43:44
  Author: eworm
Revision: 350572

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 350571, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 350571, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 350571, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 350571, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 350571, lvm2/trunk/sd-lvm2_install)

---+
 11-dm-initramfs.rules |3 +
 PKGBUILD  |  134 
 lvm2_hook |   25 
 lvm2_install  |   43 +++
 sd-lvm2_install   |   46 
 5 files changed, 251 insertions(+)

Copied: lvm2/repos/testing-x86_64/11-dm-initramfs.rules (from rev 350571, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-x86_64/11-dm-initramfs.rules(rev 0)
+++ testing-x86_64/11-dm-initramfs.rules2019-04-11 09:43:44 UTC (rev 
350572)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-x86_64/PKGBUILD (from rev 350571, 
lvm2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-11 09:43:44 UTC (rev 350572)
@@ -0,0 +1,134 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.184
+pkgrel=3
+arch=('x86_64')
+url='https://sourceware.org/lvm2/'
+license=('GPL2' 'LGPL2.1')
+makedepends=('git' 'systemd' 'thin-provisioning-tools')
+groups=('base')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 

+  'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 

+source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_}?signed;
+'lvm2_install'
+'lvm2_hook'
+'sd-lvm2_install'
+'11-dm-initramfs.rules')
+sha256sums=('SKIP'
+'cc51940a8437f3c8339bb9cec7e929b2cc0852ffc8a0b2463e6f67ca2b9950f6'
+'97d7c92e4954bc0108e7cd183b2eb5fe7ecc97e6f56369669e6537cb6ed45d80'
+'b749c2da0e9307b0c2c3858d024a19c268e01e393e876a284fe1a302427f72f1'
+'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
+
+_backports=(
+  # systemd: add missing Before=shutdown.target to LVM2 services to fix 
shutdown ordering
+  #'0a726a7e268b31856615491809af73bda5d4d6f9'
+)
+
+prepare() {
+  cd lvm2/
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"
+git show "${_c}" -- ':(exclude)WHATS_NEW' | git apply
+  done
+
+  # remove install section from systemd units that are enabled by default
+  sed -i -e '/^\[Install\]$/,$d' \
+scripts/dm_event_systemd_red_hat.socket.in \
+scripts/lvm2_lvmetad_systemd_red_hat.socket.in \
+scripts/lvm2_lvmpolld_systemd_red_hat.socket.in \
+scripts/lvm2_monitoring_systemd_red_hat.service.in
+}
+
+build() {
+  local _CONFIGUREOPTS=(
+--prefix=/usr
+--sbindir=/usr/bin
+--sysconfdir=/etc
+--localstatedir=/var
+--enable-applib
+--enable-cmdlib
+--enable-dmeventd
+--enable-lvmetad
+--enable-lvmpolld
+--enable-pkgconfig
+--enable-readline
+--enable-udev_rules
+--enable-udev_sync
+--enable-use-lvmetad
+--with-cache=internal
+--with-default-dm-run-dir=/run
+--with-default-locking-dir=/run/lock/lvm
+--with-default-pid-dir=/run
+--with-default-run-dir=/run/lvm
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+--with-thin=internal
+--with-udev-prefix=/usr
+  )
+
+  cp -a lvm2/ lvm2-initramfs/
+  
+  cd lvm2/
+
+  ./configure "${_CONFIGUREOPTS[@]}" --enable-udev-systemd-background-jobs
+  make
+
+  # Build legacy udev rule for initramfs
+  cd ../lvm2-initramfs
+  ./configure "${_CONFIGUREOPTS[@]}" --enable-udev-systemd-background-jobs=no
+  cd udev
+  make 69-dm-lvm-metad.rules
+}
+
+package_device-mapper() {
+  pkgdesc="Device mapper userspace library and tools"
+  url="http://sourceware.org/dm/;
+  depends=('glibc' 'systemd-libs')
+
+  cd lvm2/
+
+  make DESTDIR="${pkgdir}" install_device-mapper
+  # extra udev rule for device-mapper in initramfs
+  install -D -m644 "${srcdir}/11-dm-initramfs.rules" 
"${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules"
+  # Install dmeventd socket and service
+  make DESTDIR="${pkgdir}" install_systemd_units
+  rm -f 

[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 10:03:34
  Author: felixonmars
Revision: 451032

addpkg: perl-test-object 0.08-1

Added:
  perl-test-object/
  perl-test-object/repos/
  perl-test-object/trunk/
  perl-test-object/trunk/PKGBUILD

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

Added: perl-test-object/trunk/PKGBUILD
===
--- perl-test-object/trunk/PKGBUILD (rev 0)
+++ perl-test-object/trunk/PKGBUILD 2019-04-11 10:03:34 UTC (rev 451032)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-object
+pkgver=0.08
+pkgrel=1
+pkgdesc="Thoroughly testing objects via registered handlers"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Object;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Object-$pkgver.tar.gz;)
+sha512sums=('c528ee4d8eebb26cc336344765f1c5d402f020dae42f658164a5b2954c48975ccf33dafa768228bddff7583af5cd219959a82d037408c250cf162d59ab3a90d1')
+
+build() {
+  cd Test-Object-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Object-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Object-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:53:10
  Author: ffy00
Revision: 451017

upgpkg: entr 4.2-1

Modified:
  entr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 08:31:51 UTC (rev 451016)
+++ PKGBUILD2019-04-11 08:53:10 UTC (rev 451017)
@@ -1,8 +1,8 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=entr
-pkgver=4.1
-pkgrel=2
+pkgver=4.2
+pkgrel=1
 pkgdesc='Run arbitrary commands when files change'
 arch=('x86_64')
 url='http://entrproject.org'


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 08:53:28
  Author: ffy00
Revision: 451018

archrelease: copy trunk to community-x86_64

Added:
  entr/repos/community-x86_64/PKGBUILD
(from rev 451017, entr/trunk/PKGBUILD)
Deleted:
  entr/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 08:53:10 UTC (rev 451017)
+++ PKGBUILD2019-04-11 08:53:28 UTC (rev 451018)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=entr
-pkgver=4.1
-pkgrel=2
-pkgdesc='Run arbitrary commands when files change'
-arch=('x86_64')
-url='http://entrproject.org'
-license=('MIT')
-makedepends=('mercurial')
-source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-
-  export PREFIX='/usr'
-
-  ./configure
-
-  make
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: entr/repos/community-x86_64/PKGBUILD (from rev 451017, 
entr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 08:53:28 UTC (rev 451018)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=entr
+pkgver=4.2
+pkgrel=1
+pkgdesc='Run arbitrary commands when files change'
+arch=('x86_64')
+url='http://entrproject.org'
+license=('MIT')
+makedepends=('mercurial')
+source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  export PREFIX='/usr'
+
+  ./configure
+
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 12:07:48
  Author: ffy00
Revision: 451091

upgpkg: lutris 0.5.2.1-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 12:01:02 UTC (rev 451090)
+++ PKGBUILD2019-04-11 12:07:48 UTC (rev 451091)
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
 optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
+'vulkan-icd-loader: Run some windows games')
 makedepends=('python-setuptools')
 source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
 
sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 12:14:03
  Author: ffy00
Revision: 451092

upgpkg: lutris 0.5.2.1-2

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 12:07:48 UTC (rev 451091)
+++ PKGBUILD2019-04-11 12:14:03 UTC (rev 451092)
@@ -4,7 +4,7 @@
 
 pkgname=lutris
 pkgver=0.5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -13,8 +13,9 @@
  'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
 makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'vulkan-icd-loader: Run some windows games')
+optdepends=('wine: Windows support'
+'vulkan-icd-loader: Vulkan support'
+'lib32-vulkan-icd-loader: Vulkan support')
 makedepends=('python-setuptools')
 source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
 
sha512sums=('71b5cf589980eb8de6d7529714d5bade99ff7e895eba004c171d4a09a028a157878cfc7d59419dbaae767ba590af8c689ec44e0c2bd2345613e86ddc4c5e4cf1')


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

2019-04-11 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 11, 2019 @ 14:06:47
  Author: arodseth
Revision: 451106

upgpkg: liteide 36-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 14:04:24 UTC (rev 451105)
+++ PKGBUILD2019-04-11 14:06:47 UTC (rev 451106)
@@ -4,7 +4,7 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=35.5
+pkgver=36
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=(LGPL)


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

2019-04-11 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 11, 2019 @ 14:06:55
  Author: arodseth
Revision: 451107

archrelease: copy trunk to community-x86_64

Added:
  liteide/repos/community-x86_64/PKGBUILD
(from rev 451106, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 14:06:47 UTC (rev 451106)
+++ PKGBUILD2019-04-11 14:06:55 UTC (rev 451107)
@@ -1,93 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=35.5
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=(LGPL)
-arch=(x86_64)
-url='https://github.com/visualfc/liteide'
-makedepends=(gcc-go git imagemagick mercurial setconf)
-depends=(go-tools qt5-webkit)
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$PWD/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  # Directories
-  install -d \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # Executables
-  ls bin
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  # Resources
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  # Libraries and plugins
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  # License and license exception
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  # Desktop shortcut
-  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleaning up
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# getver: 
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 451106, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 14:06:55 UTC (rev 451107)
@@ -0,0 +1,93 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=36
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=(LGPL)
+arch=(x86_64)
+url='https://github.com/visualfc/liteide'
+makedepends=(gcc-go git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=(!strip !emptydirs)
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+}
+
+build() {
+  cd "liteide-x$pkgver/build"
+
+  mkdir -p go
+  export GOPATH="$PWD/go"
+  export QTDIR=/usr
+
+  ./update_pkg.sh
+  ./build_linux.sh
+}
+
+package() {
+  cd "liteide-x$pkgver/build/liteide"
+
+  # Directories
+  install -d \
+"$pkgdir/usr/lib/liteide" \
+"$pkgdir/usr/share/liteide" \
+"$pkgdir/usr/share/doc/$pkgname"
+
+  # Executables
+  ls bin
+  for binary in gotools gocode liteide; do # goimports
+

[arch-commits] Commit in perl-lingua-en-inflect/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 14:50:15
  Author: felixonmars
Revision: 45

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-inflect/repos/community-any/
  perl-lingua-en-inflect/repos/community-any/PKGBUILD
(from rev 451110, perl-lingua-en-inflect/trunk/PKGBUILD)

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

Copied: perl-lingua-en-inflect/repos/community-any/PKGBUILD (from rev 451110, 
perl-lingua-en-inflect/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 14:50:15 UTC (rev 45)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.903
+pkgrel=1
+pkgdesc='Convert singular to plural. Select "a" or "an"'
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Lingua-EN-Inflect;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-$pkgver.tar.gz;)
+sha512sums=('2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce')
+
+build() {
+  cd Lingua-EN-Inflect-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Lingua-EN-Inflect-$pkgver
+  make test
+}
+
+package() {
+  cd Lingua-EN-Inflect-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 13:46:30
  Author: mtorromeo
Revision: 451103

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 451102, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.service
(from rev 451102, kibana/trunk/kibana.service)
  kibana/repos/community-any/tmpfile.conf
(from rev 451102, kibana/trunk/tmpfile.conf)
  kibana/repos/community-any/user.conf
(from rev 451102, kibana/trunk/user.conf)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.service
  kibana/repos/community-any/tmpfile.conf
  kibana/repos/community-any/user.conf

+
 PKGBUILD   |  102 +++
 kibana.service |   30 
 tmpfile.conf   |   10 ++---
 user.conf  |2 -
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 13:46:21 UTC (rev 451102)
+++ PKGBUILD2019-04-11 13:46:30 UTC (rev 451103)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=6.7.0
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
-kibana.service
-tmpfile.conf
-user.conf)
-sha512sums=('f45bb954ef9f2ac093cf15e0a4466cb56d42b3a45c713a2b14ef3df2e30c29126a6442ceb5e7db382255fd925a2fe0f5182c77e5717e91ec5035dc0cde6346e3'
-
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
-
'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
-
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  # remove nodejs strict version requirements
-  sed "s@^require('./node_version_validator');@// \0@" -i 
src/setup_node_env/index.js
-
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/user.conf" 
"${pkgdir}/usr/lib/sysusers.d/kibana.conf"
-  install -Dm 644 "${srcdir}/tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
-
-  rm -r "${pkgdir}/usr/share/kibana/node"
-  find "${pkgdir}/usr/share/kibana/node_modules" -type d -empty -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 451102, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 13:46:30 UTC (rev 451103)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
+kibana.service
+tmpfile.conf
+user.conf)
+sha512sums=('091ab4fbf0aec782307b7313dec82e6437be4cb76efac49eed6434c393e9adda3f925d6a75be4b78c9768c943168881dc38aa7b1b23462af80d5d158b3806136'
+
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
+
'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
+
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  # remove nodejs strict version requirements
+  sed "s@^require('./node_version_validator');@// \0@" -i 
src/setup_node_env/index.js
+
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 

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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 13:46:21
  Author: mtorromeo
Revision: 451102

upgpkg: kibana 7.0.0-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 13:39:27 UTC (rev 451101)
+++ PKGBUILD2019-04-11 13:46:21 UTC (rev 451102)
@@ -3,7 +3,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=6.7.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -17,7 +17,7 @@
 kibana.service
 tmpfile.conf
 user.conf)
-sha512sums=('f45bb954ef9f2ac093cf15e0a4466cb56d42b3a45c713a2b14ef3df2e30c29126a6442ceb5e7db382255fd925a2fe0f5182c77e5717e91ec5035dc0cde6346e3'
+sha512sums=('091ab4fbf0aec782307b7313dec82e6437be4cb76efac49eed6434c393e9adda3f925d6a75be4b78c9768c943168881dc38aa7b1b23462af80d5d158b3806136'
 
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
 
'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
 
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')


[arch-commits] Commit in (4 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 15:03:32
  Author: polyzen
Revision: 451112

Initial commit

Added:
  python-sphinxcontrib-applehelp/
  python-sphinxcontrib-applehelp/repos/
  python-sphinxcontrib-applehelp/trunk/
  python-sphinxcontrib-applehelp/trunk/PKGBUILD

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

Added: python-sphinxcontrib-applehelp/trunk/PKGBUILD
===
--- python-sphinxcontrib-applehelp/trunk/PKGBUILD   
(rev 0)
+++ python-sphinxcontrib-applehelp/trunk/PKGBUILD   2019-04-11 15:03:32 UTC 
(rev 451112)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-applehelp
+pkgname=python-sphinxcontrib-applehelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Apple help books'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 15:08:50
  Author: polyzen
Revision: 451116

Initial commit

Added:
  python-sphinxcontrib-htmlhelp/
  python-sphinxcontrib-htmlhelp/repos/
  python-sphinxcontrib-htmlhelp/trunk/
  python-sphinxcontrib-htmlhelp/trunk/PKGBUILD

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

Added: python-sphinxcontrib-htmlhelp/trunk/PKGBUILD
===
--- python-sphinxcontrib-htmlhelp/trunk/PKGBUILD
(rev 0)
+++ python-sphinxcontrib-htmlhelp/trunk/PKGBUILD2019-04-11 15:08:50 UTC 
(rev 451116)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-htmlhelp
+pkgname=python-sphinxcontrib-htmlhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which renders HTML help files'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-html5lib' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('0d691ca8edf5995fbacfe69b191914256071a94cbad03c3688dca47385c9206c')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:09:21
  Author: dvzrv
Revision: 451133

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
(from rev 451132, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:09:13 UTC (rev 451132)
+++ PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidictl
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 451132, 
qmidictl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidictl
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('96acf87975aba8228a2bb1d60e7423a62aafc2e1f9c2a37b40749ee384d3a87849994eacbce00f0dd73d1dfd213d99933401c1de90bc40ef117807f17556b029')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:09:13
  Author: dvzrv
Revision: 451132

upgpkg: qmidictl 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qmidictl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
+++ PKGBUILD2019-04-11 16:09:13 UTC (rev 451132)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=qmidictl
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
+sha512sums=('96acf87975aba8228a2bb1d60e7423a62aafc2e1f9c2a37b40749ee384d3a87849994eacbce00f0dd73d1dfd213d99933401c1de90bc40ef117807f17556b029')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 14:32:09
  Author: felixonmars
Revision: 451108

addpkg: perl-ppix-quotelike 0.006-1

Added:
  perl-ppix-quotelike/
  perl-ppix-quotelike/repos/
  perl-ppix-quotelike/trunk/
  perl-ppix-quotelike/trunk/PKGBUILD

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

Added: perl-ppix-quotelike/trunk/PKGBUILD
===
--- perl-ppix-quotelike/trunk/PKGBUILD  (rev 0)
+++ perl-ppix-quotelike/trunk/PKGBUILD  2019-04-11 14:32:09 UTC (rev 451108)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-quotelike
+pkgver=0.006
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike;
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp')
+optdepends=('perl-ppix-regexp: to find variables inside nested regular 
expressions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
+sha512sums=('6ec80ac4df9a80bfd9310b7a5a1fe514dcfaf340de9d88fcece5ecdda9e5a2183408bc4631f546a76f538c7dbb6c4d3827788671fc57cf73d956e18589d09f9f')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-ppix-quotelike/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 14:32:47
  Author: felixonmars
Revision: 451109

archrelease: copy trunk to community-any

Added:
  perl-ppix-quotelike/repos/community-any/
  perl-ppix-quotelike/repos/community-any/PKGBUILD
(from rev 451108, perl-ppix-quotelike/trunk/PKGBUILD)

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

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 451108, 
perl-ppix-quotelike/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 14:32:47 UTC (rev 451109)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-quotelike
+pkgver=0.006
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike;
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp')
+optdepends=('perl-ppix-regexp: to find variables inside nested regular 
expressions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
+sha512sums=('6ec80ac4df9a80bfd9310b7a5a1fe514dcfaf340de9d88fcece5ecdda9e5a2183408bc4631f546a76f538c7dbb6c4d3827788671fc57cf73d956e18589d09f9f')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 15:06:11
  Author: felixonmars
Revision: 451114

addpkg: perl-file-homedir 1.004-1

Added:
  perl-file-homedir/
  perl-file-homedir/repos/
  perl-file-homedir/trunk/
  perl-file-homedir/trunk/PKGBUILD

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

Added: perl-file-homedir/trunk/PKGBUILD
===
--- perl-file-homedir/trunk/PKGBUILD(rev 0)
+++ perl-file-homedir/trunk/PKGBUILD2019-04-11 15:06:11 UTC (rev 451114)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-homedir
+pkgver=1.004
+pkgrel=1
+pkgdesc="Find your home and other directories on any platform"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/File-HomeDir;
+depends=('perl-file-which')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-$pkgver.tar.gz;)
+sha512sums=('21671f6badb23fc7e89ef7507266a0b85b9bbf38897b24651f6a84795b5174dd4bfa43251231cbdb1566183e12b253e2504f1fe0f8e195c35d9b5e3d639aa334')
+
+build() {
+  cd File-HomeDir-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-HomeDir-$pkgver
+  make test
+}
+
+package() {
+  cd File-HomeDir-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 15:05:30
  Author: polyzen
Revision: 451113

Initial commit

Added:
  python-sphinxcontrib-devhelp/
  python-sphinxcontrib-devhelp/repos/
  python-sphinxcontrib-devhelp/trunk/
  python-sphinxcontrib-devhelp/trunk/PKGBUILD

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

Added: python-sphinxcontrib-devhelp/trunk/PKGBUILD
===
--- python-sphinxcontrib-devhelp/trunk/PKGBUILD (rev 0)
+++ python-sphinxcontrib-devhelp/trunk/PKGBUILD 2019-04-11 15:05:30 UTC (rev 
451113)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in elasticsearch/repos/community-x86_64 (20 files)

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 15:24:25
  Author: mtorromeo
Revision: 451125

archrelease: copy trunk to community-x86_64

Added:
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 451124, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-env
(from rev 451124, elasticsearch/trunk/elasticsearch-env)
  elasticsearch/repos/community-x86_64/elasticsearch-keystore.service
(from rev 451124, elasticsearch/trunk/elasticsearch-keystore.service)
  elasticsearch/repos/community-x86_64/elasticsearch-keystore@.service
(from rev 451124, elasticsearch/trunk/elasticsearch-keystore@.service)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 451124, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 451124, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 451124, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 451124, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 451124, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 451124, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-env
  elasticsearch/repos/community-x86_64/elasticsearch-keystore.service
  elasticsearch/repos/community-x86_64/elasticsearch-keystore@.service
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 PKGBUILD|  170 +++---
 elasticsearch-env   |  111 +---
 elasticsearch-keystore.service  |   20 ++--
 elasticsearch-keystore@.service |   22 ++--
 elasticsearch-sysctl.conf   |2 
 elasticsearch-tmpfile.conf  |   12 +-
 elasticsearch-user.conf |2 
 elasticsearch.default   |   26 ++---
 elasticsearch.service   |   80 -
 elasticsearch@.service  |   80 -
 10 files changed, 268 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 15:23:56 UTC (rev 451124)
+++ PKGBUILD2019-04-11 15:24:25 UTC (rev 451125)
@@ -1,85 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=7.0.0
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('x86_64')
-url="https://www.elastic.co/products/elasticsearch;
-license=('Apache')
-depends=('java-runtime-headless' 'systemd')
-source=(
-  
"https://artifacts.elastic.co/downloads/$pkgname/$pkgname-oss-$pkgver-linux-x86_64.tar.gz;
-  elasticsearch-env
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-keystore.service
-  elasticsearch-keystore@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('c81751ba0b033581dba7eed6081de736e106fff7f3c0b12754c8711d6a6f2ccb'
-'1607adfcdefc2a55d7d4c7e8a15669da2cc8096029cce5dd5b9279d4966ceabe'
-'de3842935b6ef9cb8a05dc18334112f534dccc2292e36052df942a92de7e66db'
-'13090c1d23ae0a21bf6f0f1d1da795d38972f1674b20c3d2d32f54311aa99094'
-'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
-'22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  find bin -type f \( -name \*.bat -o -name \*.exe \) -delete
-  find bin -type f \( -name \*.jar -o -name \*-env \) -exec chmod a-x {} +
-  find bin -type f ! -name \*.jar -exec \
-sed -r 's;source .*/(.*)-env;source /usr/share/elasticsearch/\1-env;' -i 
{} +
-  find bin -type f -name 

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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 15:23:50
  Author: dvzrv
Revision: 451122

upgpkg: python-pytest-xprocess 0.12.1-5

Adding python-pytest-cache to depends (until next release). FS#62085.

Modified:
  python-pytest-xprocess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 15:13:13 UTC (rev 451121)
+++ PKGBUILD2019-04-11 15:23:50 UTC (rev 451122)
@@ -5,13 +5,12 @@
 _name=pytest-xprocess
 pkgname=python-pytest-xprocess
 pkgver=0.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Pytest plugin to manage external processes across test runs.'
 arch=('any')
 url="https://github.com/pytest-dev/pytest-xprocess;
 license=('MIT')
-depends=('python-psutil' 'python-pytest' 'python-setuptools')
-checkdepends=('python-pytest-cache')
+depends=('python-psutil' 'python-pytest' 'python-pytest-cache' 
'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
 


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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 15:23:55
  Author: mtorromeo
Revision: 451123

upgpkg: elasticsearch 7.0.0-1

Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch-env

---+
 PKGBUILD  |2 +-
 elasticsearch-env |   29 -
 2 files changed, 21 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 15:23:50 UTC (rev 451122)
+++ PKGBUILD2019-04-11 15:23:55 UTC (rev 451123)
@@ -23,7 +23,7 @@
   elasticsearch.default
 )
 sha256sums=('c81751ba0b033581dba7eed6081de736e106fff7f3c0b12754c8711d6a6f2ccb'
-'1607adfcdefc2a55d7d4c7e8a15669da2cc8096029cce5dd5b9279d4966ceabe'
+'ff530bf9440364955e9f38b5c5cc0782da1b1ac1c54870b162b7ded81e56eebc'
 'de3842935b6ef9cb8a05dc18334112f534dccc2292e36052df942a92de7e66db'
 '13090c1d23ae0a21bf6f0f1d1da795d38972f1674b20c3d2d32f54311aa99094'
 'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'

Modified: elasticsearch-env
===
--- elasticsearch-env   2019-04-11 15:23:50 UTC (rev 451122)
+++ elasticsearch-env   2019-04-11 15:23:55 UTC (rev 451123)
@@ -2,6 +2,7 @@
 
 set -e -o pipefail
 
+JAVA_HOME=${JAVA_HOME:-/usr/lib/jvm/default-runtime}
 ES_HOME=/usr/share/elasticsearch
 
 # now set the classpath
@@ -8,16 +9,19 @@
 ES_CLASSPATH="$ES_HOME/lib/*"
 
 # now set the path to java
-if [ -x "$JAVA_HOME/bin/java" ]; then
+if [ ! -z "$JAVA_HOME" ]; then
   JAVA="$JAVA_HOME/bin/java"
 else
-  set +e
-  JAVA=`which java`
-  set -e
+  if [ "$(uname -s)" = "Darwin" ]; then
+# OSX has a different structure
+JAVA="$ES_HOME/jdk/Contents/Home/bin/java"
+  else
+JAVA="$ES_HOME/jdk/bin/java"
+  fi
 fi
 
 if [ ! -x "$JAVA" ]; then
-  echo "could not find java; set JAVA_HOME or ensure java is in PATH"
+  echo "could not find java in JAVA_HOME or bundled at $JAVA" >&2
   exit 1
 fi
 
@@ -39,12 +43,19 @@
 
 export HOSTNAME=$HOSTNAME
 
-if [ -z "$ES_PATH_CONF" ]; then ES_PATH_CONF=/etc/elasticsearch; fi
-
 if [ -z "$ES_PATH_CONF" ]; then
-  echo "ES_PATH_CONF must be set to the configuration path"
-  exit 1
+  ES_PATH_CONF=/etc/elasticsearch
 fi
 
+# now make ES_PATH_CONF absolute
+ES_PATH_CONF=`cd "$ES_PATH_CONF"; pwd`
+
 ES_DISTRIBUTION_FLAVOR=default
 ES_DISTRIBUTION_TYPE=tar
+ES_BUNDLED_JDK=false
+
+if [ -z "$ES_TMPDIR" ]; then
+  ES_TMPDIR=`"$JAVA" -cp "$ES_CLASSPATH" 
org.elasticsearch.tools.launchers.TempDirectory`
+fi
+
+cd "$ES_HOME"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 15:23:56
  Author: dvzrv
Revision: 451124

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   97 ++---
 1 file changed, 36 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 15:23:55 UTC (rev 451123)
+++ PKGBUILD2019-04-11 15:23:56 UTC (rev 451124)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Neil Santos 
-
-_name=pytest-xprocess
-pkgbase=python-${_name}
-pkgname=('python-pytest-xprocess' 'python2-pytest-xprocess')
-pkgver=0.12.1
-pkgrel=4
-pkgdesc='Pytest plugin to manage external processes across test runs.'
-arch=('any')
-url="https://github.com/pytest-dev/pytest-xprocess;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cache' 'python-psutil' 
'python2-pytest' 'python2-pytest-cache' 'python2-psutil')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
-
-prepare(){
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  export PYTHONPATH="."
-  py.test
-  cd ../"${pkgname[1]}-${pkgver}"
-  export PYTHONPATH="."
-  py.test2
-}
-
-package_python-pytest-xprocess() {
-  depends=('python-psutil' 'python-pytest' 'python-setuptools')
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/${pkgname}" -vDm 644 {CHANGELOG,README.rst}
-}
-
-package_python2-pytest-xprocess() {
-  depends=('python2-psutil' 'python2-pytest' 'python2-setuptools')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -t "${pkgdir}/usr/share/${pkgname}" -vDm 644 {CHANGELOG,README.rst}
-}

Copied: python-pytest-xprocess/repos/community-any/PKGBUILD (from rev 451122, 
python-pytest-xprocess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 15:23:56 UTC (rev 451124)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Neil Santos 
+
+_name=pytest-xprocess
+pkgname=python-pytest-xprocess
+pkgver=0.12.1
+pkgrel=5
+pkgdesc='Pytest plugin to manage external processes across test runs.'
+arch=('any')
+url="https://github.com/pytest-dev/pytest-xprocess;
+license=('MIT')
+depends=('python-psutil' 'python-pytest' 'python-pytest-cache' 
'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="."
+  py.test
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CHANGELOG,README.rst} -t "${pkgdir}/usr/share/${pkgname}"
+}


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 13:27:28
  Author: kgizdov
Revision: 451096

specify jre=8 in optdepends

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 12:31:09 UTC (rev 451095)
+++ PKGBUILD2019-04-11 13:27:28 UTC (rev 451096)
@@ -4,7 +4,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html;
@@ -14,7 +14,7 @@
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
+'java-runtime=8: for nsight and nvvp')
 options=(!strip staticlibs)
 install=cuda.install
 
source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run


[arch-commits] Commit in logstash/repos/community-x86_64 (14 files)

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 13:32:26
  Author: mtorromeo
Revision: 451098

archrelease: copy trunk to community-x86_64

Added:
  logstash/repos/community-x86_64/PKGBUILD
(from rev 451097, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/build.patch
(from rev 451097, logstash/trunk/build.patch)
  logstash/repos/community-x86_64/bundle.config
(from rev 451097, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 451097, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 451097, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 451097, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 451097, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/build.patch
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

---+
 PKGBUILD  |  222 
 build.patch   |  116 -
 bundle.config |8 -
 logstash-sysuser.conf |2 
 logstash-tmpfile.conf |   12 +-
 logstash.service  |   46 -
 logstash@.service |   14 +--
 7 files changed, 210 insertions(+), 210 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 13:32:00 UTC (rev 451097)
+++ PKGBUILD2019-04-11 13:32:26 UTC (rev 451098)
@@ -1,111 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=6.7.0
-_jrubyver=9.2.6.0
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler' 'coreutils' 'awk')
-makedepends=('java-environment<11' 'git')
-backup=('etc/conf.d/logstash'
-'etc/logstash/jvm.options'
-'etc/logstash/log4j2.properties'
-'etc/logstash/logstash.yml'
-'etc/logstash/pipelines.yml')
-_jrubydist=jruby-dist-${_jrubyver}-bin.tar.gz
-source=(https://github.com/elastic/logstash/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://repo1.maven.org/maven2/org/jruby/jruby-dist/${_jrubyver}/${_jrubydist}
-build.patch
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-noextract=(${_jrubydist})
-sha256sums=('7473c78cb3a17ff46d948deb8f15319e835cf1352cef5e5427928d28dc068b5c'
-'70a1ff0e17a98baa63ea92c91fd38ff1e55a2056e5d57ba0409c4543d29e0e3d'
-'3e030bf1d02e3c047b4effc7d9d8f232db2e861e5eb767f0ef0ed665a0c12824'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('99ee3291109704c6b1f009f4597c5127cf4408f8b8a076c9f5100c0cc0cd2eb7498a58e699d6b3c9e33066dd6fa615cf6f6596e3fda60cf293a1583fb0b3d423'
-
'20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c'
-
'1da7eb18c9c7fe49d7d0e1c9952b275b9bef95e8bf57490f14516a505e1a8d992bf2cfba8a7be38d2a1033d8fb920b00822238900824e9382243fc164ea79dce'
-
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
-
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
-
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
-
'05ea8af97c4f6ac9ba5518b99dc3136859edd24d8376940b48b8c7a70586c8bc188deb1079a99e19d437c39e0eb17d68e7cc3f9af4aa3ad2bc6a87c08cae94a6'
-
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm bin/*.bat
-  sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
-  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
-
-  # remove deprecated JVM options
-  sed 's|"-XX:+UseParNewGC", ||g' -i logstash-core/benchmarks/build.gradle
-  sed 

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

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 13:32:00
  Author: mtorromeo
Revision: 451097

upgpkg: logstash 7.0.0-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 13:27:28 UTC (rev 451096)
+++ PKGBUILD2019-04-11 13:32:00 UTC (rev 451097)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=6.7.0
+pkgver=7.0.0
 _jrubyver=9.2.6.0
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
@@ -26,7 +26,7 @@
 logstash-tmpfile.conf
 bundle.config)
 noextract=(${_jrubydist})
-sha256sums=('7473c78cb3a17ff46d948deb8f15319e835cf1352cef5e5427928d28dc068b5c'
+sha256sums=('eaebcc7c4ae4618f9c99c4dc398ec16ed06701ad155d2a4b597292cc79a8df09'
 '70a1ff0e17a98baa63ea92c91fd38ff1e55a2056e5d57ba0409c4543d29e0e3d'
 '3e030bf1d02e3c047b4effc7d9d8f232db2e861e5eb767f0ef0ed665a0c12824'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
@@ -34,7 +34,7 @@
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 '346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('99ee3291109704c6b1f009f4597c5127cf4408f8b8a076c9f5100c0cc0cd2eb7498a58e699d6b3c9e33066dd6fa615cf6f6596e3fda60cf293a1583fb0b3d423'
+sha512sums=('e4561c9cc7032345ca75df972587d20afc701b00e9ccba66eb0731a71f0a7ef45cd926bcf7d4790e303b946c2b081e272b5d00d971ec1503cbfd89ab83c3fadf'
 
'20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c'
 
'1da7eb18c9c7fe49d7d0e1c9952b275b9bef95e8bf57490f14516a505e1a8d992bf2cfba8a7be38d2a1033d8fb920b00822238900824e9382243fc164ea79dce'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:13:37
  Author: dvzrv
Revision: 451134

upgpkg: qsampler 0.5.5-1

Upgrading to 0.5.5.

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
+++ PKGBUILD2019-04-11 16:13:37 UTC (rev 451134)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=qsampler
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('35b03b735563381f2da6d66215e175cab56dfc828fd114ebaf3afbe5e73914130842adad15fab7dad5d3a3b62c44c7101a9a5f7b7c695d46197a76e342241e84')
+sha512sums=('3157fc970390499746d161ec05cf886543fd517c17348423d74c2a985cdc350aa1caf51a493d0795aab679dae58707e84d2bb2c5bea2dfdfaf7623af2f516c6f')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:13:43
  Author: dvzrv
Revision: 451135

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
(from rev 451134, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:13:37 UTC (rev 451134)
+++ PKGBUILD2019-04-11 16:13:43 UTC (rev 451135)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Martin C. Doege 
-# Contributor: Ray Rashif 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qsampler
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/;
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('35b03b735563381f2da6d66215e175cab56dfc828fd114ebaf3afbe5e73914130842adad15fab7dad5d3a3b62c44c7101a9a5f7b7c695d46197a76e342241e84')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 451134, 
qsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:13:43 UTC (rev 451135)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Martin C. Doege 
+# Contributor: Ray Rashif 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qsampler
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/;
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3157fc970390499746d161ec05cf886543fd517c17348423d74c2a985cdc350aa1caf51a493d0795aab679dae58707e84d2bb2c5bea2dfdfaf7623af2f516c6f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 14:45:56
  Author: felixonmars
Revision: 451110

addpkg: perl-lingua-en-inflect 1.903-1

Added:
  perl-lingua-en-inflect/
  perl-lingua-en-inflect/repos/
  perl-lingua-en-inflect/trunk/
  perl-lingua-en-inflect/trunk/PKGBUILD

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

Added: perl-lingua-en-inflect/trunk/PKGBUILD
===
--- perl-lingua-en-inflect/trunk/PKGBUILD   (rev 0)
+++ perl-lingua-en-inflect/trunk/PKGBUILD   2019-04-11 14:45:56 UTC (rev 
451110)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.903
+pkgrel=1
+pkgdesc='Convert singular to plural. Select "a" or "an"'
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Lingua-EN-Inflect;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-$pkgver.tar.gz;)
+sha512sums=('2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce')
+
+build() {
+  cd Lingua-EN-Inflect-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Lingua-EN-Inflect-$pkgver
+  make test
+}
+
+package() {
+  cd Lingua-EN-Inflect-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-file-homedir/repos (2 files)

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 15:06:31
  Author: felixonmars
Revision: 451115

archrelease: copy trunk to community-any

Added:
  perl-file-homedir/repos/community-any/
  perl-file-homedir/repos/community-any/PKGBUILD
(from rev 451114, perl-file-homedir/trunk/PKGBUILD)

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

Copied: perl-file-homedir/repos/community-any/PKGBUILD (from rev 451114, 
perl-file-homedir/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 15:06:31 UTC (rev 451115)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-homedir
+pkgver=1.004
+pkgrel=1
+pkgdesc="Find your home and other directories on any platform"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/File-HomeDir;
+depends=('perl-file-which')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-$pkgver.tar.gz;)
+sha512sums=('21671f6badb23fc7e89ef7507266a0b85b9bbf38897b24651f6a84795b5174dd4bfa43251231cbdb1566183e12b253e2504f1fe0f8e195c35d9b5e3d639aa334')
+
+build() {
+  cd File-HomeDir-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-HomeDir-$pkgver
+  make test
+}
+
+package() {
+  cd File-HomeDir-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:03:08
  Author: dvzrv
Revision: 451130

upgpkg: qmidinet 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qmidinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:00:55 UTC (rev 451129)
+++ PKGBUILD2019-04-11 16:03:08 UTC (rev 451130)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=qmidinet
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('hicolor-icon-theme' 'jack' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a9fcde8ba11a91697554d9cd4e9fa5fbd47a71bc2ec16895299c26cecdd7137825858a38029613845ccad9e64a36c8f7fe91dcd79927968e29914cf0de184bbb')
+sha512sums=('1da1db1a9036e995546385267e22f515cbf2107d03b724cbb836b04403b570cd6a00d7019e307f16159cd90cc1b3505df7ae41a571cd2ef1286d815b6c91013f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:03:14
  Author: dvzrv
Revision: 451131

archrelease: copy trunk to community-x86_64

Added:
  qmidinet/repos/community-x86_64/PKGBUILD
(from rev 451130, qmidinet/trunk/PKGBUILD)
Deleted:
  qmidinet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:03:08 UTC (rev 451130)
+++ PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidinet
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
-arch=('x86_64')
-url="http://qmidinet.sourceforge.net/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a9fcde8ba11a91697554d9cd4e9fa5fbd47a71bc2ec16895299c26cecdd7137825858a38029613845ccad9e64a36c8f7fe91dcd79927968e29914cf0de184bbb')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}

Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 451130, 
qmidinet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidinet
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=('x86_64')
+url="http://qmidinet.sourceforge.net/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1da1db1a9036e995546385267e22f515cbf2107d03b724cbb836b04403b570cd6a00d7019e307f16159cd90cc1b3505df7ae41a571cd2ef1286d815b6c91013f')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}


  1   2   3   >