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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:58:02
  Author: felixonmars
Revision: 534737

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-conduit/repos/community-staging-x86_64/
  haskell-wai-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 534736, haskell-wai-conduit/trunk/PKGBUILD)

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

Copied: haskell-wai-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
534736, haskell-wai-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:58:02 UTC (rev 534737)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-conduit
+pkgname=haskell-wai-conduit
+pkgver=3.0.0.4
+pkgrel=149
+pkgdesc="Conduit wrappers for WAI"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-http-types' 'haskell-wai')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49f1a2b53912a899b4cf427a72ab7c34994fd86810e5345233de34a611c71b970ff09e8fa33c93803950c2991a7c22c9b0b6d277fc9aca64bb599af60415ae70')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:57:49
  Author: felixonmars
Revision: 534736

upgpkg: haskell-wai-conduit 3.0.0.4-149

rebuild with comonad 5.0.6

Modified:
  haskell-wai-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:56:59 UTC (rev 534735)
+++ PKGBUILD2019-12-02 19:57:49 UTC (rev 534736)
@@ -4,7 +4,7 @@
 _hkgname=wai-conduit
 pkgname=haskell-wai-conduit
 pkgver=3.0.0.4
-pkgrel=148
+pkgrel=149
 pkgdesc="Conduit wrappers for WAI"
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:56:59
  Author: felixonmars
Revision: 534735

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-instances/repos/community-staging-x86_64/
  haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 534734, haskell-vector-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 534734, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:56:59 UTC (rev 534735)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.4
+pkgrel=144
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="https://github.com/ekmett/vector-instances;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" 
"haskell-pointed"
+ "haskell-semigroupoids" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fhashable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:56:45
  Author: felixonmars
Revision: 534734

upgpkg: haskell-vector-instances 3.4-144

rebuild with comonad 5.0.6

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:55:52 UTC (rev 534733)
+++ PKGBUILD2019-12-02 19:56:45 UTC (rev 534734)
@@ -4,7 +4,7 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.4
-pkgrel=143
+pkgrel=144
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="https://github.com/ekmett/vector-instances;
 license=("BSD")


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:55:39
  Author: felixonmars
Revision: 534732

upgpkg: haskell-turtle 1.5.15-6

rebuild with comonad 5.0.6

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:53:55 UTC (rev 534731)
+++ PKGBUILD2019-12-02 19:55:39 UTC (rev 534732)
@@ -4,7 +4,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.15
-pkgrel=5
+pkgrel=6
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('BSD')


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:55:52
  Author: felixonmars
Revision: 534733

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
534732, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:55:52 UTC (rev 534733)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.15
+pkgrel=6
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-streaming-commons' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary' 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('60560c9746bf0aa1fa37480900f6d2532499ee77d26cc604418c07c8e99e1ef63dfc1697cd9270553b161bbd987d2132ea319d7f3e59f711c1e50a6dacd95fc4')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+sed -i -e '/semigroups/d' -e '/fail,/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:53:55
  Author: felixonmars
Revision: 534731

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 534730, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 534730, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:53:55 UTC (rev 534731)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.7.0
+pkgrel=77
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz;)
+sha512sums=('ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/>= 2.11/>= 2.13/' -e 's/< *2.6/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:53:41
  Author: felixonmars
Revision: 534730

upgpkg: haskell-haddock-library 1.7.0-77

rebuild with comonad 5.0.6

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:52:15 UTC (rev 534729)
+++ PKGBUILD2019-12-02 19:53:41 UTC (rev 534730)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.7.0
-pkgrel=76
+pkgrel=77
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/;
 license=("BSD")


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:52:15
  Author: felixonmars
Revision: 534729

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tree-diff/repos/community-staging-x86_64/
  haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 534728, haskell-tree-diff/trunk/PKGBUILD)

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
534728, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:52:15 UTC (rev 534729)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.1
+pkgrel=31
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-uuid-types'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a4ee703e4b6a18055c7749020863a9571af4620dbb7ea05903693c752e10e3ffa4fee8da0dacc0e4bbf92173e34c9070251881597ca1cd9f7c8ed365e840563c')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:51:58
  Author: felixonmars
Revision: 534728

upgpkg: haskell-tree-diff 0.1-31

rebuild with comonad 5.0.6

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:51:19 UTC (rev 534727)
+++ PKGBUILD2019-12-02 19:51:58 UTC (rev 534728)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('BSD')


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:51:02
  Author: felixonmars
Revision: 534726

upgpkg: papirus-icon-theme 20191201-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:50:34 UTC (rev 534725)
+++ PKGBUILD2019-12-02 19:51:02 UTC (rev 534726)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20191101
+pkgver=20191201
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('abbf3c6b248abd6945e7397ea53fe92e645d74918f6fa6f54e3701e560d75e94ac75c2e9d01d5bed7c989af8e14ea9dff4dba018956aaff43291d45fc7ab9e4d')
+sha512sums=('2faeeea2f0b3efe9b2f18783d5e081199295e03bda021243460daa28bde701b6f0aefb0fa6ba196bc32f44e4af72b7efadedbc377a56b315c2d1c3519c7934a1')
 
 package() {
   cd $pkgname-$pkgver


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:51:19
  Author: felixonmars
Revision: 534727

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 19:51:02 UTC (rev 534726)
+++ PKGBUILD2019-12-02 19:51:19 UTC (rev 534727)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20191101
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('abbf3c6b248abd6945e7397ea53fe92e645d74918f6fa6f54e3701e560d75e94ac75c2e9d01d5bed7c989af8e14ea9dff4dba018956aaff43291d45fc7ab9e4d')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 534726, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 19:51:19 UTC (rev 534727)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20191201
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('2faeeea2f0b3efe9b2f18783d5e081199295e03bda021243460daa28bde701b6f0aefb0fa6ba196bc32f44e4af72b7efadedbc377a56b315c2d1c3519c7934a1')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:50:34
  Author: felixonmars
Revision: 534725

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
534724, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:50:34 UTC (rev 534725)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=2
+pkgrel=67
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41d5790efef0e6c138dcd2306b1369ba91e4db5a7f0b2a9c51eb11f83908925989ec8b71ce4a61e77ac34b42f635195674497a4d170102e588b3a9fa38d1b0bc')
+
+prepare() {
+sed -i -e '/semigroups/d' -e 's/< *0.9/<1/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:50:21
  Author: felixonmars
Revision: 534724

upgpkg: haskell-trifecta 2-67

rebuild with comonad 5.0.6

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:48:53 UTC (rev 534723)
+++ PKGBUILD2019-12-02 19:50:21 UTC (rev 534724)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2
-pkgrel=66
+pkgrel=67
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("BSD")


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:48:47
  Author: felixonmars
Revision: 534722

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 534720, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-02 19:48:47 UTC (rev 534722)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7.2
+pkgrel=28
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:48:33
  Author: felixonmars
Revision: 534720

upgpkg: haskell-hasql-transaction 0.7.2-28

rebuild with comonad 5.0.6

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:39:08 UTC (rev 534719)
+++ PKGBUILD2019-12-02 19:48:33 UTC (rev 534720)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7.2
-pkgrel=27
+pkgrel=28
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')
@@ -15,6 +15,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
 build() {
 cd $_hkgname-$pkgver
 
@@ -31,7 +36,7 @@
 check() {
 cd $_hkgname-$pkgver
 
-eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+eval $(pifpaf run postgresql --host 127.0.0.1)
 createuser -s postgres
 runhaskell Setup test
 pifpaf_stop


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

2019-12-02 Thread Johannes Löthberg via arch-commits
Date: Monday, December 2, 2019 @ 19:48:53
  Author: demize
Revision: 534723

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 534722, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 534722, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 534722, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 534722, matrix-synapse/trunk/sysusers-synapse.conf)
  matrix-synapse/repos/community-testing-any/tmpfiles-synapse.conf
(from rev 534722, matrix-synapse/trunk/tmpfiles-synapse.conf)

---+
 PKGBUILD  |   65 
 synapse.install   |   38 
 synapse.service   |   18 +
 sysusers-synapse.conf |1 
 tmpfiles-synapse.conf |1 
 5 files changed, 123 insertions(+)

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 534722, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-02 19:48:53 UTC (rev 534723)
@@ -0,0 +1,65 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=1.6.1
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-daemonize' 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-idna' 'python-jinja'
+ 'python-bleach' 'python-typing_extensions' 'systemd')
+checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
+optdepends=('python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-psutil: metrics'
+'python-pyjwt: jwt')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'tmpfiles-synapse.conf')
+
+md5sums=('7ac1090fe169756483f65de8d3deb6a5'
+ 'fb196dee4f38a4b19e0a160f45574032'
+ 'ecd9f66fb57fe1a2e1e2df07a460a35b'
+ 'e961c9ecad84a70345a57a7e9e6d5b09')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=. trial3 tests
+}
+
+package() {
+   install -Dm644 synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
+
+   cd synapse-$pkgver
+   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+
+   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
+
+   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
+   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
+   install -Dm644 "$srcdir"/tmpfiles-synapse.conf 
"$pkgdir"/usr/lib/tmpfiles.d/synapse.conf
+}

Copied: matrix-synapse/repos/community-testing-any/synapse.install (from rev 
534722, matrix-synapse/trunk/synapse.install)
===
--- community-testing-any/synapse.install   (rev 0)
+++ community-testing-any/synapse.install   2019-12-02 19:48:53 UTC (rev 
534723)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+   if [[ ! -e /etc/synapse/homeserver.yaml ]]; then
+   cat <<-EOF
+   ==> A synapse configuration file needs to be generated before 
you can
+   start synapse, and you should make sure that it's readable 
by the
+   synapse user.
+
+   cd /var/lib/synapse
+   sudo -u synapse python -m synapse.app.homeserver \\
+ --server-name my.domain.name \\
+ --config-path /etc/synapse/homeserver.yaml \\
+ --generate-config \\
+ --report-stats=yes
+
+   N.B.: The default synapse config enables the webclient 
feature.
+ You need to either disable 

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

2019-12-02 Thread Johannes Löthberg via arch-commits
Date: Monday, December 2, 2019 @ 19:48:46
  Author: demize
Revision: 534721

upgpkg: matrix-synapse 1.6.1-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:48:33 UTC (rev 534720)
+++ PKGBUILD2019-12-02 19:48:46 UTC (rev 534721)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -20,7 +20,7 @@
  'python-service-identity' 'python-msgpack'
  'python-phonenumbers' 'python-prometheus_client'
  'python-attrs' 'python-netaddr' 'python-sortedcontainers'
- 'python-treq' 'python-psutil' 'python-idna' 'python-jinja'
+ 'python-treq' 'python-idna' 'python-jinja'
  'python-bleach' 'python-typing_extensions' 'systemd')
 checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
 optdepends=('python-psycopg2: PostgreSQL support'
@@ -31,23 +31,16 @@
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
 'synapse.service'
 'sysusers-synapse.conf'
-'tmpfiles-synapse.conf'
- 
matrix-synapse-python-3.8.patch::"https://github.com/matrix-org/synapse/commit/affcc2cc.patch;)
+'tmpfiles-synapse.conf')
 
-md5sums=('9b8cc37ca41207e24ef660771bea422d'
+md5sums=('7ac1090fe169756483f65de8d3deb6a5'
  'fb196dee4f38a4b19e0a160f45574032'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
- 'e961c9ecad84a70345a57a7e9e6d5b09'
- 'b33ea2a4c40b2871c517889298cad228')
+ 'e961c9ecad84a70345a57a7e9e6d5b09')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install
 
-prepare() {
-  cd synapse-$pkgver
-  patch -p1 -i ../matrix-synapse-python-3.8.patch # Support python 3.8
-}
-
 build() {
cd synapse-$pkgver
python setup.py build


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:38:52
  Author: felixonmars
Revision: 534718

upgpkg: eslint 6.7.2-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 17:25:55 UTC (rev 534717)
+++ PKGBUILD2019-12-02 19:38:52 UTC (rev 534718)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.7.1
+pkgver=6.7.2
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('516cc14bbf6935cb034b18316dd8e49b39ff07a061b1731f51a3879cdc3213c9c3f90ea9c93f7aa30d8c71c55ac944d5e32322778a8b84c8906b2c1cb519012c')
+sha512sums=('a8c9525896824b10c5afc7c13ef24cf642706daceb84d701537f83b330d6d4e944c0a041456b0973b34915e96fc10a5a9c7091d7870e2c3e35c7c12abe8dcd9e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:39:08
  Author: felixonmars
Revision: 534719

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 534718, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 19:38:52 UTC (rev 534718)
+++ PKGBUILD2019-12-02 19:39:08 UTC (rev 534719)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.7.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('516cc14bbf6935cb034b18316dd8e49b39ff07a061b1731f51a3879cdc3213c9c3f90ea9c93f7aa30d8c71c55ac944d5e32322778a8b84c8906b2c1cb519012c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 534718, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 19:39:08 UTC (rev 534719)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=6.7.2
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('a8c9525896824b10c5afc7c13ef24cf642706daceb84d701537f83b330d6d4e944c0a041456b0973b34915e96fc10a5a9c7091d7870e2c3e35c7c12abe8dcd9e')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:39:18
  Author: felixonmars
Revision: 370228

archrelease: copy trunk to extra-any

Added:
  perl-http-cookies/repos/extra-any/PKGBUILD
(from rev 370227, perl-http-cookies/trunk/PKGBUILD)
Deleted:
  perl-http-cookies/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 19:39:01 UTC (rev 370227)
+++ PKGBUILD2019-12-02 19:39:18 UTC (rev 370228)
@@ -1,29 +0,0 @@
-# Maintainer:
-
-pkgname=perl-http-cookies
-pkgver=6.07
-pkgrel=1
-pkgdesc="HTTP cookie jars"
-arch=('any')
-url="https://search.cpan.org/dist/HTTP-Cookies;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-http-date' 'perl-http-message')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
-sha512sums=('c4026c39b38e4a24e65a52ef7ebd688c16ff71bced5938c2e9c51e4770aff272a9dca76915a4373e61cbb2c6a98257c0abde109bde7ba0b7369d5f3d69dc6b24')
-
-build() {
-  cd HTTP-Cookies-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTTP-Cookies-$pkgver
-  make test
-}
-
-package() {
-  cd HTTP-Cookies-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-http-cookies/repos/extra-any/PKGBUILD (from rev 370227, 
perl-http-cookies/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 19:39:18 UTC (rev 370228)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-http-cookies
+pkgver=6.08
+pkgrel=1
+pkgdesc="HTTP cookie jars"
+arch=('any')
+url="https://search.cpan.org/dist/HTTP-Cookies;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+sha512sums=('ddcbe61df3e419c3e29ee60a360d5d622f49281db612cfdb586508f50351cdfa3042c5b56e29648a776cd636919b5a4e26d5f9176a2d09a76c23b5acdef5bba9')
+
+build() {
+  cd HTTP-Cookies-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Cookies-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Cookies-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-02 Thread Felix Yan via arch-commits
Date: Monday, December 2, 2019 @ 19:39:01
  Author: felixonmars
Revision: 370227

upgpkg: perl-http-cookies 6.08-1

Modified:
  perl-http-cookies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:21:26 UTC (rev 370226)
+++ PKGBUILD2019-12-02 19:39:01 UTC (rev 370227)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=perl-http-cookies
-pkgver=6.07
+pkgver=6.08
 pkgrel=1
 pkgdesc="HTTP cookie jars"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-http-date' 'perl-http-message')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
-sha512sums=('c4026c39b38e4a24e65a52ef7ebd688c16ff71bced5938c2e9c51e4770aff272a9dca76915a4373e61cbb2c6a98257c0abde109bde7ba0b7369d5f3d69dc6b24')
+sha512sums=('ddcbe61df3e419c3e29ee60a360d5d622f49281db612cfdb586508f50351cdfa3042c5b56e29648a776cd636919b5a4e26d5f9176a2d09a76c23b5acdef5bba9')
 
 build() {
   cd HTTP-Cookies-$pkgver


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 19:18:50
  Author: arojas
Revision: 370223

liblouis 3.12 rebuild

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:16:50 UTC (rev 370222)
+++ PKGBUILD2019-12-02 19:18:50 UTC (rev 370223)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=6.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('x86_64')
 url="https://brltty.app;
@@ -44,7 +44,7 @@
   --with-tables-directory=/usr/share/brltty \
   --with-screen-driver=lx \
   --enable-gpm
-  make
+  make -j1
 }
 
 package() {


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 19:19:13
  Author: arojas
Revision: 370224

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 370223, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 370223, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 370223, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/brltty.sysusers
(from rev 370223, brltty/trunk/brltty.sysusers)
  brltty/repos/staging-x86_64/brltty.tmpfiles
(from rev 370223, brltty/trunk/brltty.tmpfiles)

-+
 PKGBUILD|   60 ++
 brltty.install  |   12 ++
 brltty.service  |   12 ++
 brltty.sysusers |1 
 brltty.tmpfiles |1 
 5 files changed, 86 insertions(+)

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 370223, 
brltty/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-12-02 19:19:13 UTC (rev 370224)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=6.0
+pkgrel=8
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('x86_64')
+url="https://brltty.app;
+license=('LGPL2.1')
+depends=('gpm' 'icu' 'liblouis' 'tcl')
+makedepends=('at-spi2-core' 'bluez-libs' 'cython' 'espeak' 'java-environment'
+'libxaw' 'ocaml-ctypes' 'ocaml-findlib' 'polkit' 'speech-dispatcher')
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility'
+'bluez-libs: bluetooth support'
+'espeak: espeak driver'
+'java-runtime: Java support'
+'libxaw: X11 support'
+'ocaml: OCaml support'
+'polkit: PolicyKit support'
+'python: Python support'
+'speech-dispatcher: speech-dispatcher driver')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2;
+"${pkgname}.service"
+"${pkgname}.tmpfiles"
+"${pkgname}.sysusers")
+sha512sums=('b114cb55916109ddeb472df1e5d206c27e93cab64c4b51f82cf0887f63f6fa90064230f769302b1ba9ba7259079026a83e7b7ed46ba20a40676a487df317902e'
+
'5da854db7612b7fcc1f1a8da0825e19509158041ceedbefc7649d220fd94a17c11044985abfc435b65a8b795c19dd2d16ff05f59641e57805f710b76570a5af4'
+
'a530fe66983768f9dc544af01c586abc101dfa2ed76885b4f1fd78c483b59e8445f2c0dbbfb865dd1cf2874342c346bd35ce978ab246e9cdd31d2d489a14e770'
+
'cc2e2d5f33d4e11d6ff828aefc0773ccdc02127ce2f00649c1e3f8d4b39b90789f4a0e41385b344f850c38bd4a1df36d3d9d413a59144d431defdd343633f800')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --mandir=/usr/share/man \
+  --with-tables-directory=/usr/share/brltty \
+  --with-screen-driver=lx \
+  --enable-gpm
+  make -j1
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+  install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 "../${pkgname}.service" \
+-t "${pkgdir}/usr/lib/systemd/system/"
+  install -vDm 644 "../${pkgname}.sysusers" \
+"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  install -vDm 644 "../${pkgname}.tmpfiles" \
+"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}

Copied: brltty/repos/staging-x86_64/brltty.install (from rev 370223, 
brltty/trunk/brltty.install)
===
--- staging-x86_64/brltty.install   (rev 0)
+++ staging-x86_64/brltty.install   2019-12-02 19:19:13 UTC (rev 370224)
@@ -0,0 +1,12 @@
+post_install () {
+  [ ! -e /etc/brlapi.key ] && mcookie -v > /etc/brlapi.key
+  echo "Please add your user to the brlapi group."
+}
+
+post_upgrade () {
+  post_install
+}
+
+post_remove() {
+  [ -e /etc/brlapi.key ] && rm -v /etc/brlapi.key
+}

Copied: brltty/repos/staging-x86_64/brltty.service (from rev 370223, 
brltty/trunk/brltty.service)
===
--- staging-x86_64/brltty.service   (rev 0)
+++ staging-x86_64/brltty.service   2019-12-02 19:19:13 UTC (rev 370224)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/staging-x86_64/brltty.sysusers (from rev 370223, 
brltty/trunk/brltty.sysusers)

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

2019-12-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 2, 2019 @ 19:16:33
  Author: bisson
Revision: 370221

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:12:01 UTC (rev 370220)
+++ PKGBUILD2019-12-02 19:16:33 UTC (rev 370221)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882'
+sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
 'SKIP')
 
 build() {
@@ -27,9 +27,11 @@
--enable-smtp \
--enable-hcache \
--enable-sidebar \
+   --enable-autocrypt \
--with-curses=/usr \
--with-gss=/usr \
--with-ssl=/usr \
+   --with-sqlite3 \
--with-sasl \
--with-idn2 \
 


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

2019-12-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 2, 2019 @ 19:16:50
  Author: bisson
Revision: 370222

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 370221, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 19:16:33 UTC (rev 370221)
+++ PKGBUILD2019-12-02 19:16:50 UTC (rev 370222)
@@ -1,45 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 370221, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 19:16:50 UTC (rev 370222)
@@ -0,0 +1,47 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 19:11:36
  Author: arojas
Revision: 370218

Update to 3.12.0

Modified:
  liblouis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 16:17:50 UTC (rev 370217)
+++ PKGBUILD2019-12-02 19:11:36 UTC (rev 370218)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=liblouis
-pkgver=3.11.0
-pkgrel=3
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="Open-source braille translator and back-translator"
 arch=(x86_64)
 url="http://liblouis.org/;
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=(help2man python)
 
source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
-sha256sums=('b802aba0bff49636907ca748225e21c56ecf3f3ebc143d582430036d4d9f6259')
+sha256sums=('87d9bad6d75916270bad14bb22fa5f487c7edee4774878c04bef82833bc9467d')
 
 build() {
   cd $pkgname-$pkgver


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

2019-12-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 2, 2019 @ 19:12:01
  Author: bisson
Revision: 370220

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  
gnupg/repos/core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
(from rev 370219, 
gnupg/repos/testing-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 370219, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 370219, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/self-sigs-only.patch
(from rev 370219, gnupg/repos/testing-x86_64/self-sigs-only.patch)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/self-sigs-only.patch
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   69 

 /install |   31 +++
 /self-sigs-only.patch|   56 
++
 core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch |   84 
++
 core-x86_64/PKGBUILD |   66 
---
 core-x86_64/install  |   31 ---
 core-x86_64/self-sigs-only.patch |   56 
--
 7 files changed, 240 insertions(+), 153 deletions(-)

Copied: 
gnupg/repos/core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
 (from rev 370219, 
gnupg/repos/testing-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch)
===
--- core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
(rev 0)
+++ core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
2019-12-02 19:12:01 UTC (rev 370220)
@@ -0,0 +1,84 @@
+From 9ac182f376abf910a7b737b0e1ebd447eaa582f1 Mon Sep 17 00:00:00 2001
+From: Werner Koch 
+Date: Fri, 29 Nov 2019 17:44:12 +0100
+Subject: [PATCH GnuPG] gpg: Fix double free with anonymous recipients.
+
+* g10/pubkey-enc.c (get_session_key): Do not release SK.
+--
+
+Bug is in 2.2.18 only.
+
+The semantics of the enum_secret_keys function changed in master.
+When back porting this for 2.2.18 I missed this change and thus we ran
+into a double free.  The patches fixes the regression but is it clumsy.
+We need to change the enum_secret_keys interface to avoid such a
+surprising behaviour; this needs to be done in master first.
+
+Regression-due-to: 9a317557c58d2bdcc504b70c366b77f4cac71df7
+GnuPG-bug-id: 4762
+Signed-off-by: Werner Koch 
+---
+ g10/pubkey-enc.c | 8 ++--
+ g10/skclist.c| 7 +--
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c
+index 71a48cc41..4e6f893f3 100644
+--- a/g10/pubkey-enc.c
 b/g10/pubkey-enc.c
+@@ -114,11 +114,11 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * 
dek)
+ 
+   for (;;)
+ {
+-  free_public_key (sk);
+   sk = xmalloc_clear (sizeof *sk);
+   rc = enum_secret_keys (ctrl, _context, sk);
+   if (rc)
+ {
++  sk = NULL;  /* enum_secret_keys turns SK into a shallow copy! */
+   rc = GPG_ERR_NO_SECKEY;
+   break;
+ }
+@@ -148,10 +148,14 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * 
dek)
+ {
+   if (!opt.quiet)
+ log_info (_("okay, we are the anonymous recipient.\n"));
++  sk = NULL;
+   break;
+ }
+   else if (gpg_err_code (rc) == GPG_ERR_FULLY_CANCELED)
+-break; /* Don't try any more secret keys.  */
++{
++  sk = NULL;
++  break; /* Don't try any more secret keys.  */
++}
+ }
+   enum_secret_keys (ctrl, _context, NULL);  /* free context */
+ }
+diff --git a/g10/skclist.c b/g10/skclist.c
+index 8817ee904..5a32b6a17 100644
+--- a/g10/skclist.c
 b/g10/skclist.c
+@@ -292,14 +292,17 @@ build_sk_list (ctrl_t ctrl,
+  * --default-key and --try-secret-key).  Use the following procedure:
+  *
+  *  1) Initialize a void pointer to NULL
+- *  2) Pass a reference to this pointer to this function (content)
+- * and provide space for the secret key (sk)
++ *  2) Pass a reference to this pointer to this function (CONTEXT)
++ * and provide space for the secret key (SK)
+  *  3) Call this function as long as it does not return an error (or
+  * until you are done).  The error code GPG_ERR_EOF indicates the
+  * end of the listing.
+  *  4) Call this function a last time with SK set to NULL,
+  * so that can free it's context.
+  *
++ *  TAKE CARE: When the function returns SK belongs to CONTEXT and may
++ *  not be freed by the 

[arch-commits] Commit in liblouis/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 19:11:57
  Author: arojas
Revision: 370219

archrelease: copy trunk to staging-x86_64

Added:
  liblouis/repos/staging-x86_64/
  liblouis/repos/staging-x86_64/PKGBUILD
(from rev 370218, liblouis/trunk/PKGBUILD)

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

Copied: liblouis/repos/staging-x86_64/PKGBUILD (from rev 370218, 
liblouis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-12-02 19:11:57 UTC (rev 370219)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ionut Biru 
+
+pkgname=liblouis
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="Open-source braille translator and back-translator"
+arch=(x86_64)
+url="http://liblouis.org/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python)
+source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
+sha256sums=('87d9bad6d75916270bad14bb22fa5f487c7edee4774878c04bef82833bc9467d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-ucs4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
+  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+}
+# vim:set ts=2 sw=2 et:


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

2019-12-02 Thread Maxim Baz via arch-commits
Date: Monday, December 2, 2019 @ 17:25:51
  Author: maximbaz
Revision: 534716

upgpkg: python-language-server 0.31.2-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 17:23:11 UTC (rev 534715)
+++ PKGBUILD2019-12-02 17:25:51 UTC (rev 534716)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.31.1
+pkgver=0.31.2
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -25,7 +25,7 @@
  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
  "python-numpy" "python-pandas" "python-matplotlib")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e6b12c20915c70897036810d68378eede3dfafe40aa73ac4d46f5875dc857ca4')
+sha256sums=('b8c5540d66afdda64c0811f008d93a79fb847920301681bdcb117a17184f06c7')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2019-12-02 Thread Maxim Baz via arch-commits
Date: Monday, December 2, 2019 @ 17:25:55
  Author: maximbaz
Revision: 534717

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 534716, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 17:25:51 UTC (rev 534716)
+++ PKGBUILD2019-12-02 17:25:55 UTC (rev 534717)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.31.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy" "python-ujson")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"flake8: for code linting"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
- "python-numpy" "python-pandas" "python-matplotlib")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e6b12c20915c70897036810d68378eede3dfafe40aa73ac4d46f5875dc857ca4')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 534716, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 17:25:55 UTC (rev 534717)
@@ -0,0 +1,46 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.31.2
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"flake8: for code linting"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+ "python-numpy" "python-pandas" "python-matplotlib")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b8c5540d66afdda64c0811f008d93a79fb847920301681bdcb117a17184f06c7')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in python-jsonrpc-server/repos/community-any (4 files)

2019-12-02 Thread Maxim Baz via arch-commits
Date: Monday, December 2, 2019 @ 17:23:11
  Author: maximbaz
Revision: 534715

archrelease: copy trunk to community-any

Added:
  python-jsonrpc-server/repos/community-any/PKGBUILD
(from rev 534714, python-jsonrpc-server/trunk/PKGBUILD)
  python-jsonrpc-server/repos/community-any/python-3.8.patch
(from rev 534714, python-jsonrpc-server/trunk/python-3.8.patch)
Deleted:
  python-jsonrpc-server/repos/community-any/PKGBUILD
  python-jsonrpc-server/repos/community-any/python-3.8.patch

--+
 PKGBUILD |   82 ++--
 python-3.8.patch |  120 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 17:23:06 UTC (rev 534714)
+++ PKGBUILD2019-12-02 17:23:11 UTC (rev 534715)
@@ -1,41 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgname=python-jsonrpc-server
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server;
-license=("MIT")
-depends=("python" "python-future" "python-ujson")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'python-3.8.patch')
-sha256sums=('ccc221b82e37853ed3fd3b64ca30b0562348127598b32413f70936fde82261d9'
-'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 -i ../python-3.8.patch
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-jsonrpc-server/repos/community-any/PKGBUILD (from rev 534714, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 17:23:11 UTC (rev 534715)
@@ -0,0 +1,41 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgname=python-jsonrpc-server
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Python library implementing asynchronous JSON RPC server"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+depends=("python" "python-future" "python-ujson")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'python-3.8.patch')
+sha256sums=('05bcf26eac4c98c96afec266acdf563d8f454e12612da9a3f9aabb66c46daf35'
+'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i ../python-3.8.patch
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: python-3.8.patch
===
--- python-3.8.patch2019-12-02 17:23:06 UTC (rev 534714)
+++ python-3.8.patch2019-12-02 17:23:11 UTC (rev 534715)
@@ -1,60 +0,0 @@
-diff -uprb python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py 
python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py
 python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py  2019-06-27 
18:42:22.0 +0300
-+++ python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py   2019-11-02 
23:24:59.407851208 +0200
-@@ -98,7 +98,7 @@ class Endpoint(object):
- message (dict): The JSON RPC message sent by the client
- """
- if 'jsonrpc' not in message or message['jsonrpc'] != JSONRPC_VERSION:
--log.warn("Unknown message type %s", message)
-+log.warning("Unknown message type %s", message)
- return
- 
- if 'id' not in message:
-@@ -135,7 +135,7 @@ class Endpoint(object):
- try:
- handler = self._dispatcher[method]
- except KeyError:
--log.warn("Ignoring notification for unknown method %s", method)
-+log.warning("Ignoring notification 

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

2019-12-02 Thread Maxim Baz via arch-commits
Date: Monday, December 2, 2019 @ 17:23:06
  Author: maximbaz
Revision: 534714

upgpkg: python-jsonrpc-server 0.3.2-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 17:20:45 UTC (rev 534713)
+++ PKGBUILD2019-12-02 17:23:06 UTC (rev 534714)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-jsonrpc-server
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Python library implementing asynchronous JSON RPC server"
 arch=("any")
@@ -14,7 +14,7 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'python-3.8.patch')
-sha256sums=('ccc221b82e37853ed3fd3b64ca30b0562348127598b32413f70936fde82261d9'
+sha256sums=('05bcf26eac4c98c96afec266acdf563d8f454e12612da9a3f9aabb66c46daf35'
 '718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
 
 prepare() {


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 17:20:45
  Author: arodseth
Revision: 534713

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 534712, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
(from rev 534712, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

--+
 PKGBUILD |   88 ++---
 moosefs.sysusers |2 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 17:20:36 UTC (rev 534712)
+++ PKGBUILD2019-12-02 17:20:45 UTC (rev 534713)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.107
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python2 xfsprogs)
-source=("https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
-'moosefs.sysusers')
-sha256sums=('192dca0c04f61334846e00c1193952bb0f69f3960f223a8d55016b74d72cfdb6'
-'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning.
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 534712, 
moosefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 17:20:45 UTC (rev 534713)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.109
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python2 xfsprogs)
+source=("https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
+'moosefs.sysusers')
+sha256sums=('413349d254f75ea9b9c974a12f67225c7cbec389f8a39a68db569c0d0f6f4ef3'
+'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning.
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim: ts=2 sw=2 et:

Deleted: moosefs.sysusers
===
--- moosefs.sysusers2019-12-02 17:20:36 UTC (rev 534712)
+++ moosefs.sysusers2019-12-02 17:20:45 UTC (rev 534713)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 534712, 
moosefs/trunk/moosefs.sysusers)
===
--- moosefs.sysusers(rev 0)
+++ moosefs.sysusers2019-12-02 17:20:45 UTC (rev 534713)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 17:20:36
  Author: arodseth
Revision: 534712

upgpkg: moosefs 3.0.109-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 17:17:34 UTC (rev 534711)
+++ PKGBUILD2019-12-02 17:20:36 UTC (rev 534712)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=moosefs
-pkgver=3.0.107
+pkgver=3.0.109
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,7 +12,7 @@
 depends=(fuse2 libpcap python2 xfsprogs)
 source=("https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
 'moosefs.sysusers')
-sha256sums=('192dca0c04f61334846e00c1193952bb0f69f3960f223a8d55016b74d72cfdb6'
+sha256sums=('413349d254f75ea9b9c974a12f67225c7cbec389f8a39a68db569c0d0f6f4ef3'
 'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 17:17:28
  Author: arodseth
Revision: 534710

upgpkg: haxe 4.0.3-1

Modified:
  haxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 16:42:30 UTC (rev 534709)
+++ PKGBUILD2019-12-02 17:17:28 UTC (rev 534710)
@@ -6,7 +6,7 @@
 # Contributor: Michael Fellinger 
 
 pkgname=haxe
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='Cross-platform toolkit and programming language'
 arch=(x86_64)
@@ -18,8 +18,8 @@
 makedepends=(git ocaml camlp4 zlib neko opam)
 provides=(haxe haxelib)
 options=(!strip !makeflags)
-# tag: 4.0.2
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=fc976eac04685b206a9a64d9a88ee6237e4b72af;
+# tag: 4.0.3
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=dcfaf4ac01ffd4dbfbcc649f6e2a41ca7bfd1450;
 haxe.sh)
 sha256sums=('SKIP'
 'da08272cf61872f3401ad8b9f0bf94a4b2bfbaeb7b65644ee822f4ac8aaaed10')


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 17:17:34
  Author: arodseth
Revision: 534711

archrelease: copy trunk to community-x86_64

Added:
  haxe/repos/community-x86_64/PKGBUILD
(from rev 534710, haxe/trunk/PKGBUILD)
  haxe/repos/community-x86_64/haxe.sh
(from rev 534710, haxe/trunk/haxe.sh)
Deleted:
  haxe/repos/community-x86_64/PKGBUILD
  haxe/repos/community-x86_64/haxe.sh

--+
 PKGBUILD |  172 ++---
 haxe.sh  |2 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 17:17:28 UTC (rev 534710)
+++ PKGBUILD2019-12-02 17:17:34 UTC (rev 534711)
@@ -1,86 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Daichi Shinozaki 
-# Contributor: Andy Li 
-# Contributor: Kyle Brady  
-# Contributor: Patrick Hof 
-# Contributor: Michael Fellinger 
-
-pkgname=haxe
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Cross-platform toolkit and programming language'
-arch=(x86_64)
-url='https://haxe.org/'
-license=(GPL MIT LGPL)
-groups=(devel)
-depends=(neko)
-optdepends=(python php java-environment mono)
-makedepends=(git ocaml camlp4 zlib neko opam)
-provides=(haxe haxelib)
-options=(!strip !makeflags)
-# tag: 4.0.2
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=fc976eac04685b206a9a64d9a88ee6237e4b72af;
-haxe.sh)
-sha256sums=('SKIP'
-'da08272cf61872f3401ad8b9f0bf94a4b2bfbaeb7b65644ee822f4ac8aaaed10')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  git submodule update --init
-
-  # Patch the OCaml source files to use "Stdlib." instead of "Pervasives." 
(deprecated)
-  find . -name "*.ml" -type f -exec sed -i "s/Pervasives\./Stdlib./g" {} \;
-
-  # Prepare opam and ocamlfind before building
-  export HOME="$srcdir"
-  opam init -a
-  eval $(opam env)
-
-  # Install two ocaml packages that are used for building later on
-  opam install -y dune jbuilder
-
-  # Download and patch the sha package
-  opam install -y sha || true
-  find . -name "*.ml" -type f \
--exec sed -i "s/Pervasives\./Stdlib./g" {} \;
-
-  # Build and install the modified sha package
-  CCACHE_DISABLE=1 opam install -b --inplace-build --reuse-build-dir -y sha
-
-  # Install the other dependencies
-  opam install -y ocamlfind camlp5 sedlex ppx_tools_versioned xml-light extlib 
ptmap
-}
-
-build() {
-  # Needed to make Haxe build with OCaml 4.06 and 4.07
-  # For more info, see: 
https://github.com/HaxeFoundation/haxe/issues/6883#issuecomment-370142073
-  export OCAMLPARAM="safe-string=0,_"
-
-  # Prepare opam and ocamlfind before building
-  eval $(opam env)
-
-  cd "$pkgname-$pkgver"
-  make libs haxe
-
-  # "make tools" did not work. These are the replacement commands:
-  cd "$srcdir/$pkgname-$pkgver/extra/haxelib_src"
-  ../../haxe client.hxml || true
-  nekotools boot run.n
-  mv run ../../haxelib
-}
-
-check() {
-  "$pkgname-$pkgver/haxe" -version
-  "$pkgname-$pkgver/haxelib" version
-}
-
-package() {
-  install -d "$pkgdir/usr/"{bin/,share/haxe/}
-  install -m 755 "$srcdir/$pkgname-$pkgver"/{haxe,haxelib} "$pkgdir"/usr/bin/
-  cp -rf "$srcdir/$pkgname-$pkgver/std" "$pkgdir/usr/share/$pkgname/"
-  install -Dm 644 "$srcdir/$pkgname-$pkgver"/extra/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh"
-}
-
-# vim: ts=2 sw=2 et:

Copied: haxe/repos/community-x86_64/PKGBUILD (from rev 534710, 
haxe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 17:17:34 UTC (rev 534711)
@@ -0,0 +1,86 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Andy Li 
+# Contributor: Kyle Brady  
+# Contributor: Patrick Hof 
+# Contributor: Michael Fellinger 
+
+pkgname=haxe
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='Cross-platform toolkit and programming language'
+arch=(x86_64)
+url='https://haxe.org/'
+license=(GPL MIT LGPL)
+groups=(devel)
+depends=(neko)
+optdepends=(python php java-environment mono)
+makedepends=(git ocaml camlp4 zlib neko opam)
+provides=(haxe haxelib)
+options=(!strip !makeflags)
+# tag: 4.0.3
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe.git#commit=dcfaf4ac01ffd4dbfbcc649f6e2a41ca7bfd1450;
+haxe.sh)
+sha256sums=('SKIP'
+'da08272cf61872f3401ad8b9f0bf94a4b2bfbaeb7b65644ee822f4ac8aaaed10')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule update --init
+
+  # Patch the OCaml source files to use "Stdlib." instead of "Pervasives." 
(deprecated)
+  find . -name "*.ml" -type f -exec sed -i "s/Pervasives\./Stdlib./g" {} \;
+
+  # Prepare opam and ocamlfind before building
+  export HOME="$srcdir"
+  opam init -a
+  eval $(opam env)
+
+  # Install two ocaml packages that are used for building later on
+  opam install -y dune jbuilder
+
+  # Download and patch 

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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 16:42:30
  Author: arodseth
Revision: 534709

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 534708, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 534708, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 534708, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 534708, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 16:42:17 UTC (rev 534708)
+++ PKGBUILD2019-12-02 16:42:30 UTC (rev 534709)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.1
-_docver=22.1
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 534708, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 16:42:30 UTC (rev 534709)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.1.8
+_docver=22.1
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 16:42:17
  Author: arodseth
Revision: 534708

upgpkg: erlang-nox 22.1.8-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 16:28:42 UTC (rev 534707)
+++ PKGBUILD2019-12-02 16:42:17 UTC (rev 534708)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.1
+pkgver=22.1.8
 _docver=22.1
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'


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

2019-12-02 Thread Konstantin Gizdov via arch-commits
Date: Monday, December 2, 2019 @ 16:28:35
  Author: kgizdov
Revision: 534706

upgpkg: texlab 1.8.0-1

Modified:
  texlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 16:24:02 UTC (rev 534705)
+++ PKGBUILD2019-12-02 16:28:35 UTC (rev 534706)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Förster 
 
 pkgname=texlab
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs')
 makedepends=('rustup' 'npm')
-source=("https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz;)
-sha512sums=('d5729cc6988ecbfa57bbef738cfd11e3f6837d0f659078f28d606c83d1b1873d3a53a1533b8e6f9877a6a0789e351950052396b8ad0150a7cc740cbba601cc6e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz;)
+sha512sums=('715444334b6c7f6985962e234850a5f25ffdb0b499b17e584285e89e57747d09926892ce88f498dbf7863b22fbdcc215ef85c59a916970418bc14d379295abb5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-12-02 Thread Konstantin Gizdov via arch-commits
Date: Monday, December 2, 2019 @ 16:28:42
  Author: kgizdov
Revision: 534707

archrelease: copy trunk to community-x86_64

Added:
  texlab/repos/community-x86_64/PKGBUILD
(from rev 534706, texlab/trunk/PKGBUILD)
Deleted:
  texlab/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 16:28:35 UTC (rev 534706)
+++ PKGBUILD2019-12-02 16:28:42 UTC (rev 534707)
@@ -1,31 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Eric Förster 
-# Contributor: Patrick Förster 
-
-pkgname=texlab
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
-arch=('x86_64')
-url="https://texlab.netlify.com;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rustup' 'npm')
-source=("https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz;)
-sha512sums=('d5729cc6988ecbfa57bbef738cfd11e3f6837d0f659078f28d606c83d1b1873d3a53a1533b8e6f9877a6a0789e351950052396b8ad0150a7cc740cbba601cc6e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo test --release --all --locked
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: texlab/repos/community-x86_64/PKGBUILD (from rev 534706, 
texlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 16:28:42 UTC (rev 534707)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Eric Förster 
+# Contributor: Patrick Förster 
+
+pkgname=texlab
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
+arch=('x86_64')
+url="https://texlab.netlify.com;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rustup' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz;)
+sha512sums=('715444334b6c7f6985962e234850a5f25ffdb0b499b17e584285e89e57747d09926892ce88f498dbf7863b22fbdcc215ef85c59a916970418bc14d379295abb5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo test --release --all --locked
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 16:24:02
  Author: arodseth
Revision: 534705

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 534704, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 534704, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 534704, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 534704, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 16:23:54 UTC (rev 534704)
+++ PKGBUILD2019-12-02 16:24:02 UTC (rev 534705)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.1
-pkgrel=1
-_docver=22.1
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 534704, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 16:24:02 UTC (rev 534705)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=22.1.8
+pkgrel=1
+_docver=22.1
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+

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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 16:23:54
  Author: arodseth
Revision: 534704

upgpkg: erlang 22.1.8-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 15:56:16 UTC (rev 534703)
+++ PKGBUILD2019-12-02 16:23:54 UTC (rev 534704)
@@ -7,7 +7,7 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.1
+pkgver=22.1.8
 pkgrel=1
 _docver=22.1
 arch=(x86_64)


[arch-commits] Commit in gnuplot/repos/extra-x86_64 (4 files)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 16:17:50
  Author: arojas
Revision: 370217

archrelease: copy trunk to extra-x86_64

Added:
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 370216, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 370216, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/lua53_compat.patch

+
 PKGBUILD   |  104 +--
 lua53_compat.patch |   26 ++--
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 16:17:23 UTC (rev 370216)
+++ PKGBUILD2019-12-02 16:17:50 UTC (rev 370217)
@@ -1,52 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.2.7
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('x86_64')
-url="http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk2' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls' 
'libcerf') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-"lua53_compat.patch")
-sha1sums=('fcd54ed0b1e5d7dda8151602b7198f0040462c70'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  MAKEINFO=/usr/bin/makeinfo  WX_CONFIG=/usr/bin/wx-config ./configure 
--prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu \
-  --with-bitmap-terminals \
-  --with-wx-single-threaded \
-  --with-texdir=/usr/share/texmf/tex/latex/gnuplot
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-x86_64/PKGBUILD (from rev 370216, 
gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 16:17:50 UTC (rev 370217)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('x86_64')
+url="http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk2' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls' 
'libcerf') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+"lua53_compat.patch")
+sha1sums=('dc018b1e0a31b770d4635958badff13498babc4d'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  patch -p1 < "$srcdir"/lua53_compat.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  MAKEINFO=/usr/bin/makeinfo  WX_CONFIG=/usr/bin/wx-config ./configure 
--prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu \
+  --with-bitmap-terminals \
+  --with-wx-single-threaded \
+  --with-texdir=/usr/share/texmf/tex/latex/gnuplot
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install
+
+  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
+
+  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
+}

Deleted: lua53_compat.patch
===
--- lua53_compat.patch  2019-12-02 16:17:23 UTC (rev 370216)
+++ lua53_compat.patch  2019-12-02 16:17:50 UTC (rev 370217)
@@ -1,13 +0,0 @@
-diff --git a/term/lua.trm b/term/lua.trm
-index af63d68..474221f 100644
 

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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 16:17:23
  Author: arojas
Revision: 370216

Update to 5.2.8

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 15:25:03 UTC (rev 370215)
+++ PKGBUILD2019-12-02 16:17:23 UTC (rev 370216)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gnuplot
-pkgver=5.2.7
+pkgver=5.2.8
 pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
 
source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "lua53_compat.patch")
-sha1sums=('fcd54ed0b1e5d7dda8151602b7198f0040462c70'
+sha1sums=('dc018b1e0a31b770d4635958badff13498babc4d'
   '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {


[arch-commits] Commit in duktape/trunk (PKGBUILD duktape.pc)

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:56:10
  Author: arodseth
Revision: 534702

upgpkg: duktape 2.5.0-1

Modified:
  duktape/trunk/PKGBUILD
  duktape/trunk/duktape.pc

+
 PKGBUILD   |8 
 duktape.pc |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 15:53:35 UTC (rev 534701)
+++ PKGBUILD2019-12-02 15:56:10 UTC (rev 534702)
@@ -1,16 +1,16 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=duktape
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='Embeddable Javascript engine'
 arch=(x86_64)
 url='https://duktape.org/'
+license=(MIT)
 makedepends=(setconf)
-license=(MIT)
 source=("https://duktape.org/duktape-$pkgver.tar.xz;
 duktape.pc)
-sha256sums=('86a89307d1633b5cedb2c6e56dc86e92679fc34b05be551722d8cc69ab0771fc'
+sha256sums=('83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616'
 'ffc4b62d6574dba798164d2e492b32592cb64fd841bff60ba6a4a13a39818be1')
 
 prepare() {

Modified: duktape.pc
===
--- duktape.pc  2019-12-02 15:53:35 UTC (rev 534701)
+++ duktape.pc  2019-12-02 15:56:10 UTC (rev 534702)
@@ -5,6 +5,6 @@
 
 Name: duktape
 Description: Embeddable Javascript engine
-Version: 2.4.0
+Version: 2.5.0
 Libs: -L${libdir} -lduktape
 Cflags: -I${includedir}


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:56:16
  Author: arodseth
Revision: 534703

archrelease: copy trunk to community-x86_64

Added:
  duktape/repos/community-x86_64/PKGBUILD
(from rev 534702, duktape/trunk/PKGBUILD)
  duktape/repos/community-x86_64/duktape.pc
(from rev 534702, duktape/trunk/duktape.pc)
Deleted:
  duktape/repos/community-x86_64/PKGBUILD
  duktape/repos/community-x86_64/duktape.pc

+
 PKGBUILD   |   78 +--
 duktape.pc |   20 +++
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:56:10 UTC (rev 534702)
+++ PKGBUILD2019-12-02 15:56:16 UTC (rev 534703)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=duktape
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='Embeddable Javascript engine'
-arch=(x86_64)
-url='https://duktape.org/'
-makedepends=(setconf)
-license=(MIT)
-source=("https://duktape.org/duktape-$pkgver.tar.xz;
-duktape.pc)
-sha256sums=('86a89307d1633b5cedb2c6e56dc86e92679fc34b05be551722d8cc69ab0771fc'
-'ffc4b62d6574dba798164d2e492b32592cb64fd841bff60ba6a4a13a39818be1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  mv Makefile.sharedlibrary Makefile
-  sed 's/-Wall -Wextra/$(CFLAGS)/g' -i Makefile
-  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
-  setconf "$srcdir/duktape.pc" Version="$pkgver"
-}
-
-build() {
-  CFLAGS="$CFLAGS -D DUK_USE_FASTINT -w" make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
-  make install
-  install -Dm644 "$srcdir/duktape.pc" "$pkgdir/usr/lib/pkgconfig/duktape.pc"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/svaarala/duktape
-# vim: ts=2 sw=2 et:

Copied: duktape/repos/community-x86_64/PKGBUILD (from rev 534702, 
duktape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:56:16 UTC (rev 534703)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=duktape
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Embeddable Javascript engine'
+arch=(x86_64)
+url='https://duktape.org/'
+license=(MIT)
+makedepends=(setconf)
+source=("https://duktape.org/duktape-$pkgver.tar.xz;
+duktape.pc)
+sha256sums=('83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616'
+'ffc4b62d6574dba798164d2e492b32592cb64fd841bff60ba6a4a13a39818be1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  mv Makefile.sharedlibrary Makefile
+  sed 's/-Wall -Wextra/$(CFLAGS)/g' -i Makefile
+  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
+  setconf "$srcdir/duktape.pc" Version="$pkgver"
+}
+
+build() {
+  CFLAGS="$CFLAGS -D DUK_USE_FASTINT -w" make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
+  make install
+  install -Dm644 "$srcdir/duktape.pc" "$pkgdir/usr/lib/pkgconfig/duktape.pc"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/svaarala/duktape
+# vim: ts=2 sw=2 et:

Deleted: duktape.pc
===
--- duktape.pc  2019-12-02 15:56:10 UTC (rev 534702)
+++ duktape.pc  2019-12-02 15:56:16 UTC (rev 534703)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: duktape
-Description: Embeddable Javascript engine
-Version: 2.4.0
-Libs: -L${libdir} -lduktape
-Cflags: -I${includedir}

Copied: duktape/repos/community-x86_64/duktape.pc (from rev 534702, 
duktape/trunk/duktape.pc)
===
--- duktape.pc  (rev 0)
+++ duktape.pc  2019-12-02 15:56:16 UTC (rev 534703)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 2.5.0
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:53:35
  Author: arodseth
Revision: 534701

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 534700, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 534700, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 534700, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   85 ++
 clojure.install |   10 +++---
 clojure.sh  |2 -
 3 files changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:53:28 UTC (rev 534700)
+++ PKGBUILD2019-12-02 15:53:35 UTC (rev 534701)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.10.1
-_toolver=447
-pkgrel=1
-pkgdesc='A dialect of Lisp for the JVM'
-url='https://clojure.org/'
-arch=(any)
-license=(EPL)
-depends=(java-environment)
-optdepends=('rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
-clojure.sh)
-sha256sums=('0ca99763309d92ed7216dbbb29d448e4056305419f0560737d8c893a1f3d1040'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-prepare() {
-  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
-}
-
-package() {
-  cd clojure-tools
-
-  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
-  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
-  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
-"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
-}
-
-# getver: clojure.org/downloads
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 534700, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:53:35 UTC (rev 534701)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.10.1
+_toolver=492
+pkgrel=2
+pkgdesc='A dialect of Lisp for the JVM'
+url='https://clojure.org/'
+arch=(any)
+license=(EPL)
+depends=(java-environment)
+optdepends=('rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
+clojure.sh)
+sha256sums=('7ec610e8a84415a23355c1065df8b3d07b7cd22e76dd1e1408b9cdc47bf1b026'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+prepare() {
+  sed -i -e 's,PREFIX,/usr/share/clojure,g' clojure-tools/clojure
+}
+
+package() {
+  cd clojure-tools
+  install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
+  install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
+  install -Dm644 clojure-tools-$pkgver.$_toolver.jar \
+"$pkgdir/usr/share/clojure/libexec/clojure-tools-$pkgver.$_toolver.jar"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+  install -Dm755 "$srcdir/clojure.sh" "$pkgdir/etc/profile.d/clojure.sh"
+}
+
+# getver: clojure.org/downloads
+# vim: ts=2 sw=2 et:

Deleted: clojure.install
===
--- clojure.install 2019-12-02 15:53:28 UTC (rev 534700)
+++ clojure.install 2019-12-02 15:53:35 UTC (rev 534701)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Re-login or source /etc/profile.d/clojure.sh'
-}
-
-# vim: ts=2 sw=2 et:

Copied: clojure/repos/community-any/clojure.install (from rev 534700, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2019-12-02 15:53:35 UTC (rev 534701)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'Re-login or source /etc/profile.d/clojure.sh'
+}
+
+# vim: ts=2 sw=2 et:

Deleted: clojure.sh

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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:53:28
  Author: arodseth
Revision: 534700

upgpkg: clojure 1.10.1-2

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 15:10:25 UTC (rev 534699)
+++ PKGBUILD2019-12-02 15:53:28 UTC (rev 534700)
@@ -7,8 +7,8 @@
 
 pkgname=clojure
 pkgver=1.10.1
-_toolver=447
-pkgrel=1
+_toolver=492
+pkgrel=2
 pkgdesc='A dialect of Lisp for the JVM'
 url='https://clojure.org/'
 arch=(any)
@@ -18,7 +18,7 @@
 install=clojure.install
 
source=("https://download.clojure.org/install/clojure-tools-$pkgver.$_toolver.tar.gz;
 clojure.sh)
-sha256sums=('0ca99763309d92ed7216dbbb29d448e4056305419f0560737d8c893a1f3d1040'
+sha256sums=('7ec610e8a84415a23355c1065df8b3d07b7cd22e76dd1e1408b9cdc47bf1b026'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 prepare() {
@@ -27,7 +27,6 @@
 
 package() {
   cd clojure-tools
-
   install -Dm644 deps.edn "$pkgdir/usr/share/clojure/deps.edn"
   install -Dm644 example-deps.edn "$pkgdir/usr/share/clojure/example-deps.edn"
   install -Dm644 clojure-tools-$pkgver.$_toolver.jar \


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 15:24:44
  Author: arojas
Revision: 370213

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 370212, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:23:48 UTC (rev 370212)
+++ PKGBUILD2019-12-02 15:24:44 UTC (rev 370213)
@@ -1,52 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.4.4
-_clangver=9.0.0
-pkgrel=1
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('10082f786773f5b202192c853832d08f59e1f13c57dcf77ad7697cf8c67f56b1'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 370212, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:24:44 UTC (rev 370213)
@@ -0,0 +1,52 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.4.5
+_clangver=9.0.0
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('92c0504ff8c3ef730881e021adc7d6e945d8db0cbc0f3ff81280008ad35b7023'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 15:24:53
  Author: arojas
Revision: 370214

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 370213, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:24:44 UTC (rev 370213)
+++ PKGBUILD2019-12-02 15:24:53 UTC (rev 370214)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.4.4
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('6047265553018f30c6f55ecfa3b095d8bf5c629223b078e0968c75710f1f670e'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 370213, 
kdevelop-php/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:24:53 UTC (rev 370214)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.4.5
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8126131f521b2497fa62ad79ba276a68a45e40b48406c6686658708780ade32'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 15:25:03
  Author: arojas
Revision: 370215

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 370214, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:24:53 UTC (rev 370214)
+++ PKGBUILD2019-12-02 15:25:03 UTC (rev 370215)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.4.4
-pkgrel=2
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-optdepends=('python-pycodestyle: for Python style checking')
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
-
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
-sha256sums=('62755863daa31f9f7dbfebdf1b49397afadcaff331c488294403746c594d0378'
-'SKIP'
-'0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-
-  # Support Python 3.8
-  cd kdev-python-$pkgver
-  patch -Np1 -i ../kdev-python3.8.patch
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 370214, 
kdevelop-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:25:03 UTC (rev 370215)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.4.5
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
+
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
+sha256sums=('a8469886df9a81f3f16db31474a9ed440b1a60224eb28505b5ac63479ad45812'
+'SKIP'
+'0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+
+  # Support Python 3.8
+  cd kdev-python-$pkgver
+  patch -Np1 -i ../kdev-python3.8.patch
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdevelop (3 files)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 15:23:48
  Author: arojas
Revision: 370212

Update to 5.4.5

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|4 ++--
 -python/trunk/PKGBUILD |6 +++---
 trunk/PKGBUILD |4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2019-12-02 14:18:30 UTC (rev 370211)
+++ trunk/PKGBUILD  2019-12-02 15:23:48 UTC (rev 370212)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.4.4
+pkgver=5.4.5
 _clangver=9.0.0
 pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
@@ -29,7 +29,7 @@
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('10082f786773f5b202192c853832d08f59e1f13c57dcf77ad7697cf8c67f56b1'
+sha256sums=('92c0504ff8c3ef730881e021adc7d6e945d8db0cbc0f3ff81280008ad35b7023'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2019-12-02 14:18:30 UTC (rev 370211)
+++ -php/trunk/PKGBUILD 2019-12-02 15:23:48 UTC (rev 370212)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.4.4
+pkgver=5.4.5
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('6047265553018f30c6f55ecfa3b095d8bf5c629223b078e0968c75710f1f670e'
+sha256sums=('f8126131f521b2497fa62ad79ba276a68a45e40b48406c6686658708780ade32'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2019-12-02 14:18:30 UTC (rev 370211)
+++ -python/trunk/PKGBUILD  2019-12-02 15:23:48 UTC (rev 370212)
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.4.4
-pkgrel=2
+pkgver=5.4.5
+pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
 url="http://www.kdevelop.org/;
@@ -13,7 +13,7 @@
 optdepends=('python-pycodestyle: for Python style checking')
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
 
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
-sha256sums=('62755863daa31f9f7dbfebdf1b49397afadcaff331c488294403746c594d0378'
+sha256sums=('a8469886df9a81f3f16db31474a9ed440b1a60224eb28505b5ac63479ad45812'
 'SKIP'
 '0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 



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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:10:20
  Author: arodseth
Revision: 534698

upgpkg: alex 3.2.5-1

Modified:
  alex/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 13:46:46 UTC (rev 534697)
+++ PKGBUILD2019-12-02 15:10:20 UTC (rev 534698)
@@ -1,30 +1,32 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Sergej Pupykin 
 # Contributor: Vesa Kaihlavirta 
 # Contributor: Philip Nilsson 
 
 pkgname=alex
-pkgver=3.2.4
-pkgrel=13
+pkgver=3.2.5
+pkgrel=1
 pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64')
+arch=(x86_64)
 url='https://hackage.haskell.org/package/alex'
-license=('BSD')
-depends=('ghc-libs')
-makedepends=('happy' 'ghc')
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now
   runghc Setup.hs build
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   runghc Setup.hs copy --destdir="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
 


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 15:10:25
  Author: arodseth
Revision: 534699

archrelease: copy trunk to community-x86_64

Added:
  alex/repos/community-x86_64/PKGBUILD
(from rev 534698, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 15:10:20 UTC (rev 534698)
+++ PKGBUILD2019-12-02 15:10:25 UTC (rev 534699)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Philip Nilsson 
-
-pkgname=alex
-pkgver=3.2.4
-pkgrel=13
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64')
-url='https://hackage.haskell.org/package/alex'
-license=('BSD')
-depends=('ghc-libs')
-makedepends=('happy' 'ghc')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
-  runghc Setup.hs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.hs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# getver: hackage.haskell.org/package/alex/changelog
-# vim: ts=2 sw=2 et:

Copied: alex/repos/community-x86_64/PKGBUILD (from rev 534698, 
alex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 15:10:25 UTC (rev 534699)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


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

2019-12-02 Thread Anatol Pomozov via arch-commits
Date: Monday, December 2, 2019 @ 14:18:30
  Author: anatolik
Revision: 370211

archrelease: copy trunk to extra-x86_64

Added:
  libcap-ng/repos/extra-x86_64/
  libcap-ng/repos/extra-x86_64/PKGBUILD
(from rev 370210, libcap-ng/trunk/PKGBUILD)

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

Copied: libcap-ng/repos/extra-x86_64/PKGBUILD (from rev 370210, 
libcap-ng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-12-02 14:18:30 UTC (rev 370211)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libcap-ng
+pkgver=0.7.10
+pkgrel=1
+pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
+url='https://people.redhat.com/sgrubb/libcap-ng/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
+sha512sums=('371dc1c1f6e2999ef4b4173e12338e9a794e9f48bd5ce8fb4d0c05884cff277ecf24f51e4b300487f9b5f52d93de7eeb1542ebb49c82226d06dd44fa76092367')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-static=no \
+-with-python=no
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-12-02 Thread Anatol Pomozov via arch-commits
Date: Monday, December 2, 2019 @ 14:18:13
  Author: anatolik
Revision: 370210

upgpkg: libcap-ng 0.7.10-1

Modified:
  libcap-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 13:59:41 UTC (rev 370209)
+++ PKGBUILD2019-12-02 14:18:13 UTC (rev 370210)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libcap-ng
-pkgver=0.7.9
-pkgrel=2
+pkgver=0.7.10
+pkgrel=1
 pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
 url='https://people.redhat.com/sgrubb/libcap-ng/'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('LGPL2.1')
 depends=('glibc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
-sha512sums=('eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83')
+sha512sums=('371dc1c1f6e2999ef4b4173e12338e9a794e9f48bd5ce8fb4d0c05884cff277ecf24f51e4b300487f9b5f52d93de7eeb1542ebb49c82226d06dd44fa76092367')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in gnu-efi-libs/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-02 Thread Anatol Pomozov via arch-commits
Date: Monday, December 2, 2019 @ 13:59:41
  Author: anatolik
Revision: 370209

archrelease: copy trunk to extra-x86_64

Added:
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 370208, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 13:59:19 UTC (rev 370208)
+++ PKGBUILD2019-12-02 13:59:41 UTC (rev 370209)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver=3.0.9
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel=1
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/;
-license=('GPL')
-arch=('x86_64')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
-md5sums=('32af17b917545a693e549af2439c4a99')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 370208, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 13:59:41 UTC (rev 370209)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver=3.0.11
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel=1
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="https://sourceforge.net/projects/gnu-efi/;
+license=('GPL')
+arch=('x86_64')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("https://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
+md5sums=('21148bbcccec385a9bfdf5f678959577')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}


[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)

2019-12-02 Thread Anatol Pomozov via arch-commits
Date: Monday, December 2, 2019 @ 13:59:19
  Author: anatolik
Revision: 370208

upgpkg: gnu-efi-libs 3.0.11-1

Modified:
  gnu-efi-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 12:32:27 UTC (rev 370207)
+++ PKGBUILD2019-12-02 13:59:19 UTC (rev 370208)
@@ -5,7 +5,7 @@
 [[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
 [[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
 
-_pkgver=3.0.9
+_pkgver=3.0.11
 pkgname="gnu-efi-libs"
 pkgver="${_pkgver}"
 pkgrel=1
@@ -16,7 +16,7 @@
 options=('!strip' '!makeflags' '!buildflags')
 makedepends=('pciutils')
 source=("https://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
-md5sums=('32af17b917545a693e549af2439c4a99')
+md5sums=('21148bbcccec385a9bfdf5f678959577')
 
 build() {
cd "${srcdir}/gnu-efi-${_pkgver}/"


[arch-commits] Commit in (4 files)

2019-12-02 Thread Anatol Pomozov via arch-commits
Date: Monday, December 2, 2019 @ 13:46:46
  Author: anatolik
Revision: 534697

FS#64702 update checksums for isl sources

Modified:
  aarch64-linux-gnu-gcc/trunk/PKGBUILD
  arm-none-eabi-gcc/trunk/PKGBUILD
  avr-gcc/trunk/PKGBUILD
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

--+
 aarch64-linux-gnu-gcc/trunk/PKGBUILD |2 +-
 arm-none-eabi-gcc/trunk/PKGBUILD |2 +-
 avr-gcc/trunk/PKGBUILD   |2 +-
 riscv64-linux-gnu-gcc/trunk/PKGBUILD |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: aarch64-linux-gnu-gcc/trunk/PKGBUILD
===
--- aarch64-linux-gnu-gcc/trunk/PKGBUILD2019-12-02 12:38:27 UTC (rev 
534696)
+++ aarch64-linux-gnu-gcc/trunk/PKGBUILD2019-12-02 13:46:46 UTC (rev 
534697)
@@ -19,7 +19,7 @@
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
 'SKIP'
-'d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
+'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "$_snapshot" ]; then

Modified: arm-none-eabi-gcc/trunk/PKGBUILD
===
--- arm-none-eabi-gcc/trunk/PKGBUILD2019-12-02 12:38:27 UTC (rev 534696)
+++ arm-none-eabi-gcc/trunk/PKGBUILD2019-12-02 13:46:46 UTC (rev 534697)
@@ -20,7 +20,7 @@
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
 'SKIP'
-'d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
+'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "$_snapshot" ]; then

Modified: avr-gcc/trunk/PKGBUILD
===
--- avr-gcc/trunk/PKGBUILD  2019-12-02 12:38:27 UTC (rev 534696)
+++ avr-gcc/trunk/PKGBUILD  2019-12-02 13:46:46 UTC (rev 534697)
@@ -24,7 +24,7 @@
)
 sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
 'SKIP'
-'d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
+'b21d354acd613a91cb88328753ec3aaeb174d6af042d89c5fcf3bbcced370751')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "${_snapshot}" ]; then

Modified: riscv64-linux-gnu-gcc/trunk/PKGBUILD
===
--- riscv64-linux-gnu-gcc/trunk/PKGBUILD2019-12-02 12:38:27 UTC (rev 
534696)
+++ riscv64-linux-gnu-gcc/trunk/PKGBUILD2019-12-02 13:46:46 UTC (rev 
534697)
@@ -17,7 +17,7 @@
 source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz;
 "http://isl.gforge.inria.fr/isl-$_islver.tar.xz;)
 
sha512sums=('a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040'
-
'87ebc2fd6d4325cdfa82295a659ed6dbd70760a776b733e5503bbf8baa8fe80d905879728e9c7f23d2f3bcd7e78c00a66ab166c013ae97b603f7c460c69668ec')
+
'7c3c9502ea07e4d47a823841837c3aa0b9d7ba0fe58deaf180734e44c18e53735ec783645da0bdc56b617c9e639b226cc03b40a947f852e1e787166a64f59424')
 
 if [[ -n "$_snapshot" ]]; then
   _basedir=gcc-$_snapshot


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

2019-12-02 Thread Christian Hesse via arch-commits
Date: Monday, December 2, 2019 @ 12:38:27
  Author: eworm
Revision: 534696

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 534695, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 534695, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 534695, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 534695, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 534695, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   57 +++
 PKGBUILD|   70 ++
 haproxy.cfg |   49 +
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 185 insertions(+)

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 534695, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-12-02 12:38:27 UTC (rev 534696)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6d..1276b97d 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72eda..e92baf3d 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+-- 
+2.20.1
+

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 534695, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-02 12:38:27 UTC (rev 534696)
@@ -0,0 +1,70 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.0.10
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+sha256sums=('1d38ab3dd45e930b209e922a360ee8c636103e21e5b5a2656d3795401316a4ea'
+'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+

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

2019-12-02 Thread Christian Hesse via arch-commits
Date: Monday, December 2, 2019 @ 12:38:24
  Author: eworm
Revision: 534695

upgpkg: haproxy 2.0.10-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 12:29:30 UTC (rev 534694)
+++ PKGBUILD2019-12-02 12:38:24 UTC (rev 534695)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.0.7
+pkgver=2.0.10
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,10 +21,10 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-md5sums=('1db3d8bedb3482ffd3a930e24e414b55'
- '27941f31d25d5629f4bdef6bc4b2555a'
- '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
- '5343b0563c2e0e59110a84e2e611d94f')
+sha256sums=('1d38ab3dd45e930b209e922a360ee8c636103e21e5b5a2656d3795401316a4ea'
+'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
 
 prepare() {
   cd haproxy-$pkgver


[arch-commits] Commit in ipset/repos/extra-x86_64 (4 files)

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 12:32:27
  Author: seblu
Revision: 370207

archrelease: copy trunk to extra-x86_64

Added:
  ipset/repos/extra-x86_64/PKGBUILD
(from rev 370206, ipset/trunk/PKGBUILD)
  ipset/repos/extra-x86_64/ipset.service
(from rev 370206, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/extra-x86_64/PKGBUILD
  ipset/repos/extra-x86_64/ipset.service

---+
 PKGBUILD  |  108 
 ipset.service |   28 +++---
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 12:32:21 UTC (rev 370206)
+++ PKGBUILD2019-12-02 12:32:27 UTC (rev 370207)
@@ -1,54 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=7.3
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('x86_64')
-url='http://ipset.netfilter.org/'
-license=('GPL2')
-makedepends=('git')
-depends=('glibc' 'libmnl')
-backup=("etc/$pkgname.conf")
-source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"
-"$pkgname.service")
-md5sums=('SKIP'
- 'e20fe62881993078591f1bb8b2fa22bb')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/extra-x86_64/PKGBUILD (from rev 370206, 
ipset/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 12:32:27 UTC (rev 370207)
@@ -0,0 +1,54 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=7.4
+pkgrel=1
+pkgdesc='Administration tool for IP sets'
+arch=('x86_64')
+url='http://ipset.netfilter.org/'
+license=('GPL2')
+makedepends=('git')
+depends=('glibc' 'libmnl')
+backup=("etc/$pkgname.conf")
+source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"
+"$pkgname.service")
+md5sums=('SKIP'
+ 'e20fe62881993078591f1bb8b2fa22bb')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ipset.service
===
--- ipset.service   2019-12-02 12:32:21 UTC (rev 370206)
+++ ipset.service   2019-12-02 12:32:27 UTC (rev 370207)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=network-pre.target iptables.service ip6tables.service
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/bin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/extra-x86_64/ipset.service (from rev 370206, 
ipset/trunk/ipset.service)
===
--- ipset.service   (rev 0)
+++ ipset.service   2019-12-02 12:32:27 UTC (rev 370207)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Loading IP Sets
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore

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

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 12:32:21
  Author: seblu
Revision: 370206

upgpkg: ipset 7.4-1

Modified:
  ipset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 12:29:10 UTC (rev 370205)
+++ PKGBUILD2019-12-02 12:32:21 UTC (rev 370206)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.3
+pkgver=7.4
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')


[arch-commits] Commit in linux-tools/repos/community-x86_64 (18 files)

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 12:29:30
  Author: seblu
Revision: 534694

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 534693, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 534693, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 534693, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 534693, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 534693, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 534693, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 534693, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 534693, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 534693, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  608 +++---
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   22 -
 cpupower.systemd|   60 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 423 insertions(+), 423 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 12:29:16 UTC (rev 534693)
+++ PKGBUILD2019-12-02 12:29:30 UTC (rev 534694)
@@ -1,304 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.3
-pkgrel=2
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('python-docutils')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-sha256sums=('SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'d2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
-'fa2560630576464739ede14c9292249f4007f36a684bc378add174fc88394550'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-filename="${filename##*/}"
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-elif [[ "$filename" =~ ^patch- ]]; then
-  msg2 "Applying linux $filename"
-  patch -p1 -N -i "$srcdir/${filename%.*}"
-fi
-  done
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python \
-PYTHON_CONFIG=python-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir" \
-all man
-  popd
-
-  msg2 'cpupower'
-  pushd 

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

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 12:29:16
  Author: seblu
Revision: 534693

upgpkg: linux-tools 5.4-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 11:13:01 UTC (rev 534692)
+++ PKGBUILD2019-12-02 12:29:16 UTC (rev 534693)
@@ -15,8 +15,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=5.3
-pkgrel=2
+pkgver=5.4
+pkgrel=1
 license=('GPL2')
 arch=('x86_64')
 url='https://www.kernel.org'
@@ -37,7 +37,7 @@
 makedepends+=('python-docutils')
 groups=("$pkgbase")
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
+"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -46,6 +46,7 @@
 'hv_kvp_daemon.service'
 'hv_vss_daemon.service')
 sha256sums=('SKIP'
+'78f08a9d16bc88f1478c560bd9a3a71be6e2af1bbd5f6ff60771fa1e14b74705'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'd2e8e5e8b22c6089a91f573aa1c59e442a1f3b67a2c9f047abe3b57d3d6558cc'
 'fa2560630576464739ede14c9292249f4007f36a684bc378add174fc88394550'
@@ -87,8 +88,7 @@
 PYTHON=python \
 PYTHON_CONFIG=python-config \
 PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir" \
-all man
+DESTDIR="$pkgdir"
   popd
 
   msg2 'cpupower'
@@ -127,7 +127,7 @@
 
   msg2 'hv'
   pushd linux/tools/hv
-  CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
+  CFLAGS+=' -DKVP_SCRIPTS_PATH=\"/usr/lib/hyperv/kvp_scripts/\"' make
   popd
 
   msg2 'bpf'
@@ -184,7 +184,7 @@
 PYTHON_CONFIG=python-config \
 PERF_VERSION=$pkgver-$pkgrel \
 DESTDIR="$pkgdir" \
-install install-man
+install
   cd "$pkgdir"
   # add linker search path
   mkdir "$pkgdir/etc/ld.so.conf.d"
@@ -298,7 +298,7 @@
   mv "$pkgdir"/usr/sbin/bpftool "$pkgdir"/usr/bin/bpftool
   rmdir "$pkgdir"/usr/sbin
   # install man pages
-  make -C bpftool doc-install prefix=/usr DESTDIR="$pkgdir"
+  make -C bpftool doc-install prefix=/usr/share DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 11:50:03
  Author: arojas
Revision: 370203

Fix Flash plugin (FS#63759)

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 11:12:43 UTC (rev 370202)
+++ PKGBUILD2019-12-02 11:50:03 UTC (rev 370203)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.13.2
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -16,15 +16,20 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
  icu65.patch
- 
CVE-2019-13720.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=d6e5fc10;)
+ 
CVE-2019-13720.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=d6e5fc10;
+ 
qtwebengine-flash.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e72fd513;)
 sha256sums=('adcf56b5de6f34744bba2307b696fc75611884f4270e87dfa760d6e99dd711bb'
 '1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
-'3b2ce75214e757f5d0d268fbb1009c2e0c660d19620ae27e8d92a0e492e5d9da')
+'3b2ce75214e757f5d0d268fbb1009c2e0c660d19620ae27e8d92a0e492e5d9da'
+'1a64c4418950b4f9da78fe88c602f7dc274c85197927a3335d35220378ade2df')
 
 prepare() {
   mkdir -p build
 
-  cd $_pkgfqn/src/3rdparty
+  cd $_pkgfqn
+  patch -p1 -i ../qtwebengine-flash.patch # Fix Flash plugin
+
+  cd src/3rdparty
   patch -p1 -i "$srcdir"/CVE-2019-13720.patch
   patch -p1 -d chromium -i "$srcdir"/icu65.patch
 }


[arch-commits] Commit in qt5-webengine/repos/extra-x86_64 (4 files)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 11:50:28
  Author: arojas
Revision: 370204

archrelease: copy trunk to extra-x86_64

Added:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 370203, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/icu65.patch
(from rev 370203, qt5-webengine/trunk/icu65.patch)
Deleted:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  qt5-webengine/repos/extra-x86_64/icu65.patch

-+
 PKGBUILD|  111 ++
 icu65.patch |  128 +-
 2 files changed, 122 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 11:50:03 UTC (rev 370203)
+++ PKGBUILD2019-12-02 11:50:28 UTC (rev 370204)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.13.2
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- icu65.patch
- 
CVE-2019-13720.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=d6e5fc10;)
-sha256sums=('adcf56b5de6f34744bba2307b696fc75611884f4270e87dfa760d6e99dd711bb'
-'1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
-'3b2ce75214e757f5d0d268fbb1009c2e0c660d19620ae27e8d92a0e492e5d9da')
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn/src/3rdparty
-  patch -p1 -i "$srcdir"/CVE-2019-13720.patch
-  patch -p1 -d chromium -i "$srcdir"/icu65.patch
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/extra-x86_64/PKGBUILD (from rev 370203, 
qt5-webengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 11:50:28 UTC (rev 370204)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.13.2
+pkgver=${_qtver/-/}
+pkgrel=4
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ icu65.patch
+ 
CVE-2019-13720.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=d6e5fc10;
+ 
qtwebengine-flash.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=e72fd513;)
+sha256sums=('adcf56b5de6f34744bba2307b696fc75611884f4270e87dfa760d6e99dd711bb'
+'1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
+'3b2ce75214e757f5d0d268fbb1009c2e0c660d19620ae27e8d92a0e492e5d9da'
+'1a64c4418950b4f9da78fe88c602f7dc274c85197927a3335d35220378ade2df')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtwebengine-flash.patch # Fix Flash plugin
+
+  cd src/3rdparty
+  patch -p1 -i "$srcdir"/CVE-2019-13720.patch
+  patch -p1 -d chromium -i "$srcdir"/icu65.patch
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: icu65.patch

[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (8 files)

2019-12-02 Thread Levente Polyak via arch-commits
Date: Monday, December 2, 2019 @ 11:13:01
  Author: anthraxx
Revision: 534692

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 534691, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
(from rev 534691, intellij-idea-community-edition/trunk/idea-build.patch)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 534691, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 534691, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--+
 PKGBUILD |  138 ++---
 idea-build.patch |   50 +--
 idea.desktop |   22 
 idea.sh  |   22 
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 11:12:52 UTC (rev 534691)
+++ PKGBUILD2019-12-02 11:13:01 UTC (rev 534692)
@@ -1,69 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=intellij-idea-community-edition
-pkgver=2019.2.4
-_build=192.7142.36
-pkgrel=1
-epoch=2
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea.vmoptions'
-'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
-makedepends=('ant' 'kotlin' 'git' 'java8-openjfx' 'java-environment=8')
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
-
idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build};
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#tag=idea/${_build}"
-idea-build.patch
-idea.desktop
-idea.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'666e6128995b3470516dcda3815cd4b11102a20e0835b82446190c495f25cd25'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
-
-prepare() {
-  cd intellij-community
-  patch -Np1 -i ../idea-build.patch
-  echo ${_build} > build.txt
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  ant build
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 534691, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 11:13:01 UTC (rev 534692)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2019.3
+_build=193.5233.102
+pkgrel=1
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2019-12-02 Thread Levente Polyak via arch-commits
Date: Monday, December 2, 2019 @ 11:12:52
  Author: anthraxx
Revision: 534691

upgpkg: intellij-idea-community-edition 2:2019.3-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 10:58:49 UTC (rev 534690)
+++ PKGBUILD2019-12-02 11:12:52 UTC (rev 534691)
@@ -3,8 +3,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2019.2.4
-_build=192.7142.36
+pkgver=2019.3
+_build=193.5233.102
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'


[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 11:12:43
  Author: seblu
Revision: 370202

archrelease: copy trunk to extra-x86_64

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

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  259 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 ++--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 253 insertions(+), 252 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2019-12-02 11:12:21 UTC (rev 370201)
+++ 127.0.0.zone2019-12-02 11:12:43 UTC (rev 370202)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 370201, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2019-12-02 11:12:43 UTC (rev 370202)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 11:12:21 UTC (rev 370201)
+++ PKGBUILD2019-12-02 11:12:43 UTC (rev 370202)
@@ -1,129 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.14.8
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
-  'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb'
-  'zlib' 'icu' 'xz')
-validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing 
Key 2019 – 2020 (codes...@isc.org)
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha256sums=('e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076'
-'SKIP'
-'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
-'7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'
-'b625d8b92832a7b8b80432ee0a78361f23bf8a097bd4d8e922499e9406cfc00c'
-'3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34'
-'0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f'
-'c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17'
-'b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8'
-

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

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 11:12:21
  Author: seblu
Revision: 370201

upgpkg: bind 9.14.8-2

- implement FS#64701

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 11:06:34 UTC (rev 370200)
+++ PKGBUILD2019-12-02 11:12:21 UTC (rev 370201)
@@ -7,7 +7,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.14.8
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
 arch=('x86_64')
@@ -64,6 +64,7 @@
 --enable-fixed-rrset \
 --enable-full-report \
 --enable-dnsrps \
+--enable-filter- \
 --with-python=/usr/bin/python \
 --with-geoip \
 --with-openssl \


[arch-commits] Commit in telepathy-accounts-signon/repos/extra-x86_64 (2 files)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 11:06:34
  Author: arojas
Revision: 370200

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD
(from rev 370199, telepathy-accounts-signon/trunk/PKGBUILD)
Deleted:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 11:05:53 UTC (rev 370199)
+++ PKGBUILD2019-12-02 11:06:34 UTC (rev 370200)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-accounts-signon
-pkgver=2.0
-pkgrel=1
-pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication"
-arch=(x86_64)
-url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
-license=(LGPL)
-depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('43fd6dc3c9c90b12e6dc806ea9a8c9cac87e514bf55156f95f4a43189e82528c')
-
-prepare() {
-  mkdir -p build
-  mv $pkgname-$pkgver-* $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 370199, 
telepathy-accounts-signon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 11:06:34 UTC (rev 370200)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-accounts-signon
+pkgver=2.1
+pkgrel=1
+pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication"
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+--prefix /usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in telepathy-accounts-signon/trunk (PKGBUILD)

2019-12-02 Thread Antonio Rojas via arch-commits
Date: Monday, December 2, 2019 @ 11:05:53
  Author: arojas
Revision: 370199

Update to 2.1

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 09:53:10 UTC (rev 370198)
+++ PKGBUILD2019-12-02 11:05:53 UTC (rev 370199)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=telepathy-accounts-signon
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts 
and libsignon to provide IM accounts and authentication"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
 makedepends=(meson)
 
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('43fd6dc3c9c90b12e6dc806ea9a8c9cac87e514bf55156f95f4a43189e82528c')
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
 
 prepare() {
   mkdir -p build
@@ -19,7 +19,8 @@
 
 build() {
   cd build
-  meson ../$pkgname-$pkgver
+  meson ../$pkgname-$pkgver \
+--prefix /usr
   ninja
 }
 


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

2019-12-02 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 2, 2019 @ 10:58:49
  Author: svenstaro
Revision: 534690

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 534689, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 534689, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 534689, netdata/trunk/netdata.sysusers)
  netdata/repos/community-x86_64/netdata.tmpfiles
(from rev 534689, netdata/trunk/netdata.tmpfiles)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers
  netdata/repos/community-x86_64/netdata.tmpfiles

--+
 PKGBUILD |  120 ++---
 netdata.install  |   24 +-
 netdata.sysusers |2 
 netdata.tmpfiles |6 +-
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 10:58:23 UTC (rev 534689)
+++ PKGBUILD2019-12-02 10:58:49 UTC (rev 534690)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-sha512sums=('fb72f4729e05ab83fe9462e31b10fc40243472ea9f6cbb9421e2ca549810f2f80b28b05e886faa66e15c53b317ee559a3e0fb3d382c36a424dd39fec779918d9'
-
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -i
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove /var/*, pacman creates it via tmpfiles hook
-  rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
-  chown -R 134:134 "$pkgdir"/etc/netdata
-  chown -R 134:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 534689, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 10:58:49 UTC (rev 534690)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.19.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+   

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

2019-12-02 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 2, 2019 @ 10:58:23
  Author: svenstaro
Revision: 534689

upgpkg: netdata 1.19.0-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 10:56:26 UTC (rev 534688)
+++ PKGBUILD2019-12-02 10:58:23 UTC (rev 534689)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.18.1
+pkgver=1.19.0
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -24,7 +24,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
 "$pkgname.tmpfiles"
 "$pkgname.sysusers")
-sha512sums=('fb72f4729e05ab83fe9462e31b10fc40243472ea9f6cbb9421e2ca549810f2f80b28b05e886faa66e15c53b317ee559a3e0fb3d382c36a424dd39fec779918d9'
+sha512sums=('026ae159d8ed52a30e406c110c2732e54e50f070865ba3e430df73e4df40387105053e750ca6029cfbc7f40a2c05b7fb6ba4e3e4a7070822c7eec4c1a4712aea'
 
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 


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

2019-12-02 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 2, 2019 @ 10:56:26
  Author: svenstaro
Revision: 534688

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 10:56:16 UTC (rev 534687)
+++ PKGBUILD2019-12-02 10:56:26 UTC (rev 534688)
@@ -1,18 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=1.11.0
-pkgrel=2
-pkgdesc="Python wrapper for the GitLab API"
-arch=(any)
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('fe676a6c8b23fc9df1db90ba9c86416547398808faf87b7ea5416e92d9327aa5577b6c18b2c10d394e426bdeda9104580f5e9d45ceddff64dc2152a102218770')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 534687, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 10:56:26 UTC (rev 534688)
@@ -0,0 +1,18 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=(any)
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six')
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha512sums=('bc0f483447a5d8b729d94ab27da9946374b58e97ec339cba5f4269a6c393380a3670c65cc62d29ce64e89e6a9b9bff7be31557d8be74494385a77368f5eef6b9')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2019-12-02 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 2, 2019 @ 10:56:16
  Author: svenstaro
Revision: 534687

upgpkg: python-gitlab 1.13.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 10:14:59 UTC (rev 534686)
+++ PKGBUILD2019-12-02 10:56:16 UTC (rev 534687)
@@ -2,8 +2,8 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=(any)
 url="https://github.com/python-gitlab/python-gitlab;
@@ -10,7 +10,7 @@
 license=('LGPL3')
 depends=('python' 'python-requests' 'python-six')
 source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('fe676a6c8b23fc9df1db90ba9c86416547398808faf87b7ea5416e92d9327aa5577b6c18b2c10d394e426bdeda9104580f5e9d45ceddff64dc2152a102218770')
+sha512sums=('bc0f483447a5d8b729d94ab27da9946374b58e97ec339cba5f4269a6c393380a3670c65cc62d29ce64e89e6a9b9bff7be31557d8be74494385a77368f5eef6b9')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 10:14:59
  Author: arodseth
Revision: 534686

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 534685, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 534685, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 534685, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 534685, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 534685, smlnj/trunk/urlgetter.sh)
Deleted:
  smlnj/repos/community-x86_64/PKGBUILD
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
  smlnj/repos/community-x86_64/smlnj.install
  smlnj/repos/community-x86_64/smlnj.sh
  smlnj/repos/community-x86_64/urlgetter.sh

+
 PKGBUILD   |  160 +--
 profile.d-smlnj.sh |4 -
 smlnj.install  |6 -
 smlnj.sh   |6 -
 urlgetter.sh   |   62 +--
 5 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 10:12:41 UTC (rev 534685)
+++ PKGBUILD2019-12-02 10:14:59 UTC (rev 534686)
@@ -1,80 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Weißschuh 
-
-pkgname=smlnj
-pkgver=110.95
-pkgrel=1
-pkgdesc='Standard ML compiler from New Jersey'
-url='https://www.smlnj.org/'
-license=(BSD)
-arch=(x86_64)
-provides=(sml)
-install=smlnj.install
-_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/;
-source=(
-  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
-  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
-  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
-  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
-  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
-  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
-  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
-  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
-  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
-  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
-  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
-  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
-  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
-  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
-  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
-  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
-  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
-  urlgetter.sh
-  profile.d-smlnj.sh
-  smlnj.sh
-)
-sha256sums=('0632c2d321ea23962ef878483213ef585454d6d6d2792484b1cbac399032c9fe'
-'aeb74291c8f41c4829eb950be41c24d3ad1a1ac4acfa259f0f367a78e5ce6c1d'
-'7c45198ca0ce026a2239cb6077fb054ce9ab021be83743cd57d120da67c75927'
-'fea76cd393d6b6fddfce20975698b2a88ad23dbf1123ded549e51fb0b28d083e'
-'a7bb8e76f0de47edb463feb9f26a906cbfca18cfc88e186da1c108e63f9766ce'
-'ecde990ed2d033d0c10a9eafa456ec99f2b189a3d68ffe9f0e816c566032209e'
-'1a15c6991d2c065ca842488a418d6a732329bbcb31bfdc79ae59deeef8901169'
-'bffe180cf3618e0a4ef46e00cee6556a84eb2ce00cd3577a49ecb1dce51b4dec'
-'77190889ab93f6eb03caac2cb0d59fff0f10a16c609947c7f747a78de20c2112'
-'57d5c0af43cc79214c8efec38aed577401535539219fc92a4bf81586e4d0aca2'
-'93cfed2449059d186c3e7891416b6bb9a5ae6a9113fda1baa44fbf8555a1b99a'
-'b6e6fd4c9d1f0850f4e26f0b22f86604759ca2116aef31c92826deb02d41a703'
-'3fc853b1e1a3d5ff3292377da2ea9ddccece04375a4d6a7a2329239f134c9e9e'
-'fd0ac13ae7511c44f006938b2819e8eab88e8d57541829e7041ca7a043c9'
-'4e0e2fa72bc709a9e472f79336fe5f64d4a22ce21446a9d378fe20bef9b488d4'
-'927c527752f176b3d6e7a38f661a4f86de2d02a981c447aa7cc8ae03d5dacb8e'
-'7d83408b10a6002082bc087536795e6dca5b8b23cf59524acd62e934d9eb00b1'
-'4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
-'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
-'3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
-
-build() {
-  mkdir -p install
-  unset SMLNJ_HOME MAKEFLAGS
-  export srcdir
-  export pkgver
-  export INSTALLDIR="$srcdir/install"
-  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
-  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
-  URLGETTER="$srcdir/urlgetter.sh"
-  config/install.sh -default 64
-}
-
-package() {
-  install -d "$pkgdir/usr/"{lib/smlnj,share}
-  install -Dm755 "$srcdir/profile.d-smlnj.sh" "$pkgdir/etc/profile.d/smlnj.sh"
-  install -Dm644 compiler/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cp -R "$srcdir/install/"{bin,lib} "$pkgdir/usr/lib/smlnj"
-  cp -R "$srcdir/doc/man" "$pkgdir/usr/share/"
-  find "$pkgdir/usr/share/man" -name '._*' -delete
-  install -Dm755 smlnj.sh "$pkgdir/usr/bin/smlnj"
-}
-
-# getver: 

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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 10:11:20
  Author: arodseth
Revision: 534683

upgpkg: smlnj 110.95-1

Modified:
  smlnj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 09:57:25 UTC (rev 534682)
+++ PKGBUILD2019-12-02 10:11:20 UTC (rev 534683)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=smlnj
-pkgver=110.94
+pkgver=110.95
 pkgrel=1
 pkgdesc='Standard ML compiler from New Jersey'
 url='https://www.smlnj.org/'
@@ -10,10 +10,10 @@
 arch=(x86_64)
 provides=(sml)
 install=smlnj.install
-depends_x86_64=(lib32-glibc)
 _url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/;
 source=(
-  "$pkgname-$pkgver-boot.x86-unix.tgz::${_url}boot.x86-unix.tgz"
+  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
+  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
   "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
   "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
   "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
@@ -33,22 +33,23 @@
   profile.d-smlnj.sh
   smlnj.sh
 )
-sha256sums=('71c7bc2f7763d52211a7f0188619dbd175b12bb18f97b30cf392ccfdea1fe762'
-'6a29d26f4a4aa11e5fe7c50399fa940d27a01ae2caa412d1ad65b33555e6d69b'
-'77765f396304c0081022637afc2c6038cf5f86b6be1d6642ffb9db1766b6e0f4'
-'430d725645fe9dec0a41c0a5b90060994170b5ea6ceb4b320c6f257d0290bdba'
-'e9938960302d4f628fa889ddb4d85fb4f9237506aa5acd73883832725b4bb823'
-'b052852206fe418cdca119a4eafcb5d06822c3dbb9e2afa06e79b9d4eb00b152'
-'3b2e5f8f674b9670ad5b3f702ec8f994fc0fb296b50592d400d6e1fb9d0b6e78'
-'e78571bc578668850daa653a15f10d3dc6d50bde53390e87d9a3ac79347f74ef'
-'e25b55ea2b05e8b15c705f342d56bd87766452aacef37f9d71f392c6f9380995'
-'1482e387ea24d2949f034cdb5178b335eea36c2aa351e4bdefb72fb18229638d'
-'74e0e50e8e13214d07a0aef66e9f11f40c928fd7afa6efa76f7b0c8c75b50060'
-'d27f80d2be7c87cc389ed7f40850b16d778f213b9dfc0750fbf714b728416714'
-'31ccbc5598063a6ea11073f78737c764a63e272462824a287e326c8026335c14'
-'d5c09318c754e13695df916ef83f2c83bb4a3f668970f82d5bfbf4ef9c2143ee'
-'fdd38446833c9ddf720bd02daaa1a5065e32c97bd01785e4b30612d866271c0b'
-'91c425663df0cfacee5b4d6bd8341e9169bb1c4cf25fc6fd1946da0701ba11fd'
+sha256sums=('0632c2d321ea23962ef878483213ef585454d6d6d2792484b1cbac399032c9fe'
+'aeb74291c8f41c4829eb950be41c24d3ad1a1ac4acfa259f0f367a78e5ce6c1d'
+'7c45198ca0ce026a2239cb6077fb054ce9ab021be83743cd57d120da67c75927'
+'fea76cd393d6b6fddfce20975698b2a88ad23dbf1123ded549e51fb0b28d083e'
+'a7bb8e76f0de47edb463feb9f26a906cbfca18cfc88e186da1c108e63f9766ce'
+'ecde990ed2d033d0c10a9eafa456ec99f2b189a3d68ffe9f0e816c566032209e'
+'1a15c6991d2c065ca842488a418d6a732329bbcb31bfdc79ae59deeef8901169'
+'bffe180cf3618e0a4ef46e00cee6556a84eb2ce00cd3577a49ecb1dce51b4dec'
+'77190889ab93f6eb03caac2cb0d59fff0f10a16c609947c7f747a78de20c2112'
+'57d5c0af43cc79214c8efec38aed577401535539219fc92a4bf81586e4d0aca2'
+'93cfed2449059d186c3e7891416b6bb9a5ae6a9113fda1baa44fbf8555a1b99a'
+'b6e6fd4c9d1f0850f4e26f0b22f86604759ca2116aef31c92826deb02d41a703'
+'3fc853b1e1a3d5ff3292377da2ea9ddccece04375a4d6a7a2329239f134c9e9e'
+'fd0ac13ae7511c44f006938b2819e8eab88e8d57541829e7041ca7a043c9'
+'4e0e2fa72bc709a9e472f79336fe5f64d4a22ce21446a9d378fe20bef9b488d4'
+'927c527752f176b3d6e7a38f661a4f86de2d02a981c447aa7cc8ae03d5dacb8e'
+'7d83408b10a6002082bc087536795e6dca5b8b23cf59524acd62e934d9eb00b1'
 '4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
 'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
 '3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
@@ -59,8 +60,10 @@
   export srcdir
   export pkgver
   export INSTALLDIR="$srcdir/install"
+  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
+  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
   URLGETTER="$srcdir/urlgetter.sh"
-  config/install.sh
+  config/install.sh -default 64
 }
 
 package() {


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

2019-12-02 Thread Alexander Rødseth via arch-commits
Date: Monday, December 2, 2019 @ 10:11:27
  Author: arodseth
Revision: 534684

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 534683, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 534683, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 534683, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 534683, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 534683, smlnj/trunk/urlgetter.sh)

+
 PKGBUILD   |   80 +++
 profile.d-smlnj.sh |2 +
 smlnj.install  |3 +
 smlnj.sh   |3 +
 urlgetter.sh   |   31 +++
 5 files changed, 119 insertions(+)

Copied: smlnj/repos/community-x86_64/PKGBUILD (from rev 534683, 
smlnj/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-02 10:11:27 UTC (rev 534684)
@@ -0,0 +1,80 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Weißschuh 
+
+pkgname=smlnj
+pkgver=110.95
+pkgrel=1
+pkgdesc='Standard ML compiler from New Jersey'
+url='https://www.smlnj.org/'
+license=(BSD)
+arch=(x86_64)
+provides=(sml)
+install=smlnj.install
+_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/;
+source=(
+  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
+  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
+  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
+  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
+  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
+  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
+  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
+  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
+  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
+  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
+  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
+  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
+  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
+  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
+  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
+  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
+  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
+  urlgetter.sh
+  profile.d-smlnj.sh
+  smlnj.sh
+)
+sha256sums=('0632c2d321ea23962ef878483213ef585454d6d6d2792484b1cbac399032c9fe'
+'aeb74291c8f41c4829eb950be41c24d3ad1a1ac4acfa259f0f367a78e5ce6c1d'
+'7c45198ca0ce026a2239cb6077fb054ce9ab021be83743cd57d120da67c75927'
+'fea76cd393d6b6fddfce20975698b2a88ad23dbf1123ded549e51fb0b28d083e'
+'a7bb8e76f0de47edb463feb9f26a906cbfca18cfc88e186da1c108e63f9766ce'
+'ecde990ed2d033d0c10a9eafa456ec99f2b189a3d68ffe9f0e816c566032209e'
+'1a15c6991d2c065ca842488a418d6a732329bbcb31bfdc79ae59deeef8901169'
+'bffe180cf3618e0a4ef46e00cee6556a84eb2ce00cd3577a49ecb1dce51b4dec'
+'77190889ab93f6eb03caac2cb0d59fff0f10a16c609947c7f747a78de20c2112'
+'57d5c0af43cc79214c8efec38aed577401535539219fc92a4bf81586e4d0aca2'
+'93cfed2449059d186c3e7891416b6bb9a5ae6a9113fda1baa44fbf8555a1b99a'
+'b6e6fd4c9d1f0850f4e26f0b22f86604759ca2116aef31c92826deb02d41a703'
+'3fc853b1e1a3d5ff3292377da2ea9ddccece04375a4d6a7a2329239f134c9e9e'
+'fd0ac13ae7511c44f006938b2819e8eab88e8d57541829e7041ca7a043c9'
+'4e0e2fa72bc709a9e472f79336fe5f64d4a22ce21446a9d378fe20bef9b488d4'
+'927c527752f176b3d6e7a38f661a4f86de2d02a981c447aa7cc8ae03d5dacb8e'
+'7d83408b10a6002082bc087536795e6dca5b8b23cf59524acd62e934d9eb00b1'
+'4da78effe7d3644c28c731c8e4003a9cecec9f8f61d2fa4553981a729f2d200b'
+'dd20a81a5d2899f60183215ab6a412d522d2c6801d454c142225716899e089f3'
+'3012a08e113b0cf6feff06689c1ae2ad48524e200d30ac46676f3c9e53665218')
+
+build() {
+  mkdir -p install
+  unset SMLNJ_HOME MAKEFLAGS
+  export srcdir
+  export pkgver
+  export INSTALLDIR="$srcdir/install"
+  export CFLAGS="$CFLAGS -Wl,-z,relro,-z-now"
+  export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z-now"
+  URLGETTER="$srcdir/urlgetter.sh"
+  config/install.sh -default 64
+}
+
+package() {
+  install -d "$pkgdir/usr/"{lib/smlnj,share}
+  install -Dm755 "$srcdir/profile.d-smlnj.sh" "$pkgdir/etc/profile.d/smlnj.sh"
+  install -Dm644 compiler/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cp -R "$srcdir/install/"{bin,lib} "$pkgdir/usr/lib/smlnj"
+  cp -R "$srcdir/doc/man" "$pkgdir/usr/share/"
+  find "$pkgdir/usr/share/man" -name '._*' -delete
+  install -Dm755 smlnj.sh "$pkgdir/usr/bin/smlnj"
+}
+
+# getver: smlnj.org
+# vim: ts=2 sw=2 et:

Copied: smlnj/repos/community-x86_64/profile.d-smlnj.sh (from rev 534683, 

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

2019-12-02 Thread Christian Hesse via arch-commits
Date: Monday, December 2, 2019 @ 09:57:25
  Author: eworm
Revision: 534682

set nologin-path to /usr/bin/nologin (FS#64665)

... just a cosmetic change and sync with core/systemd.

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 08:56:02 UTC (rev 534681)
+++ PKGBUILD2019-12-02 09:57:25 UTC (rev 534682)
@@ -90,9 +90,10 @@
 
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
 -Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
 -Ddefault-locale=C
--Ddefault-kill-user-processes=false
 -Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
 -Dntp-servers="${_timeservers[*]}"
 -Ddns-servers="${_nameservers[*]}"
 -Drpmmacrosdir=no


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

2019-12-02 Thread Christian Hesse via arch-commits
Date: Monday, December 2, 2019 @ 09:53:10
  Author: eworm
Revision: 370198

set nologin-path to /usr/bin/nologin (FS#64665)

... just a cosmetic change.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:33:08 UTC (rev 370197)
+++ PKGBUILD2019-12-02 09:53:10 UTC (rev 370198)
@@ -112,9 +112,10 @@
 
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
 -Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
 -Ddefault-locale=C
--Ddefault-kill-user-processes=false
 -Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
 -Dntp-servers="${_timeservers[*]}"
 -Ddns-servers="${_nameservers[*]}"
 -Drpmmacrosdir=no


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

2019-12-02 Thread Eli Schwartz via arch-commits
Date: Monday, December 2, 2019 @ 08:56:02
  Author: eschwartz
Revision: 534681

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 08:55:48 UTC (rev 534680)
+++ PKGBUILD2019-12-02 08:56:02 UTC (rev 534681)
@@ -1,25 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Balló György 
-
-pkgname=python-xapp
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Python Xapp Library"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname};
-license=('LGPL')
-depends=('python' 'python-psutil')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('99e42bb73e400d3d8b6e41534724c6b9868f4f6251c1ed8725cfd1144d82c0fb62f07f7ce4da25b1b4375f8645ec8519065f69cc475e39ce81095ca41878f61d')
-
-build(){
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python setup.py build
-}
-
-package_python-xapp() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-xapp/repos/community-any/PKGBUILD (from rev 534680, 
python-xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 08:56:02 UTC (rev 534681)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Balló György 
+
+pkgname=python-xapp
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Python Xapp Library"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname};
+license=('LGPL')
+depends=('python' 'python-psutil')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('8f20e15eda96f2cfab08c2b99fc20f2e3b686049ea23971b7fa8f8367eec019dce4199b332ae412bfb853de44ed5a1bb6573ea8ca052910f12ee5ced15bafc10')
+
+build(){
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python setup.py build
+}
+
+package_python-xapp() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-12-02 Thread Eli Schwartz via arch-commits
Date: Monday, December 2, 2019 @ 08:55:48
  Author: eschwartz
Revision: 534680

upgpkg: python-xapp 1.8.1-1: upstream release

Modified:
  python-xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 07:30:49 UTC (rev 534679)
+++ PKGBUILD2019-12-02 08:55:48 UTC (rev 534680)
@@ -2,7 +2,7 @@
 # Contributor: Balló György 
 
 pkgname=python-xapp
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Python Xapp Library"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('python' 'python-psutil')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('99e42bb73e400d3d8b6e41534724c6b9868f4f6251c1ed8725cfd1144d82c0fb62f07f7ce4da25b1b4375f8645ec8519065f69cc475e39ce81095ca41878f61d')
+sha512sums=('8f20e15eda96f2cfab08c2b99fc20f2e3b686049ea23971b7fa8f8367eec019dce4199b332ae412bfb853de44ed5a1bb6573ea8ca052910f12ee5ced15bafc10')
 
 build(){
   cd "${srcdir}"/${pkgname}-${pkgver}


<    1   2   3