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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:53:26
  Author: felixonmars
Revision: 420623

archrelease: copy trunk to community-staging-x86_64

Added:
  c2hs/repos/community-staging-x86_64/
  c2hs/repos/community-staging-x86_64/PKGBUILD
(from rev 420622, c2hs/trunk/PKGBUILD)

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

Copied: c2hs/repos/community-staging-x86_64/PKGBUILD (from rev 420622, 
c2hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:53:26 UTC (rev 420623)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.28.6
+pkgrel=10
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-hunit'
+ 'haskell-shelly')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('848693ddf787244cc0f100f533030889a1efcef283f06ef609574d9cd0005679fab373172a949408ce6d4b9c97d15a56b0ec11fe39b466ad3f84aa527d2ab1c9')
+
+prepare() {
+sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
+sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
+sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
--enable-tests \
+-f-regression -fbase3
+runhaskell Setup build
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:53:09
  Author: felixonmars
Revision: 420622

upgpkg: c2hs 0.28.6-10

rebuild with patience 0.2.1.0

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:51:32 UTC (rev 420621)
+++ PKGBUILD2019-01-05 07:53:09 UTC (rev 420622)
@@ -3,7 +3,7 @@
 
 pkgname=c2hs
 pkgver=0.28.6
-pkgrel=9
+pkgrel=10
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs;
 license=("GPL2")


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:51:32
  Author: felixonmars
Revision: 420621

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shelly/repos/community-staging-x86_64/PKGBUILD (from rev 
420620, haskell-shelly/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:51:32 UTC (rev 420621)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shelly
+pkgname=haskell-shelly
+pkgver=1.8.1
+pkgrel=35
+pkgdesc="Shell-like (systems) programming in Haskell"
+url="https://github.com/yesodweb/Shelly.hs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unix-compat' 'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
+ 'haskell-lifted-async' 'haskell-exceptions' 
'haskell-enclosed-exceptions'
+ 'haskell-async' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('75a6939ed0c395950738d569d2452b55acc373ead0361e97651218ec464816fffa1af5808b7af4d2ea7cd4339c028a4a1bee02f0bfd88fecb73a6888c083d651')
+
+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 \
+-f-lifted -f-build-examples
+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-shelly/trunk (PKGBUILD)

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:51:14
  Author: felixonmars
Revision: 420620

upgpkg: haskell-shelly 1.8.1-35

rebuild with patience 0.2.1.0

Modified:
  haskell-shelly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:49:51 UTC (rev 420619)
+++ PKGBUILD2019-01-05 07:51:14 UTC (rev 420620)
@@ -4,7 +4,7 @@
 _hkgname=shelly
 pkgname=haskell-shelly
 pkgver=1.8.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Shell-like (systems) programming in Haskell"
 url="https://github.com/yesodweb/Shelly.hs;
 license=("BSD")


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:49:34
  Author: felixonmars
Revision: 420618

upgpkg: haskell-http-streams 0.8.6.1-79

rebuild with patience 0.2.1.0

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:48:42 UTC (rev 420617)
+++ PKGBUILD2019-01-05 07:49:34 UTC (rev 420618)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=78
+pkgrel=79
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams;
 license=('BSD')


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:49:51
  Author: felixonmars
Revision: 420619

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-streams/repos/community-staging-x86_64/
  haskell-http-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 420618, haskell-http-streams/trunk/PKGBUILD)

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
420618, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:49:51 UTC (rev 420619)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.6.1
+pkgrel=79
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:48:26
  Author: felixonmars
Revision: 420616

upgpkg: haskell-system-fileio 0.3.16.4-9

rebuild with patience 0.2.1.0

Modified:
  haskell-system-fileio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:47:50 UTC (rev 420615)
+++ PKGBUILD2019-01-05 07:48:26 UTC (rev 420616)
@@ -4,7 +4,7 @@
 _hkgname=system-fileio
 pkgname=haskell-system-fileio
 pkgver=0.3.16.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Consistent filesystem interaction across GHC versions"
 url="https://github.com/fpco/haskell-filesystem;
 license=("MIT")


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:48:42
  Author: felixonmars
Revision: 420617

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-system-fileio/repos/community-staging-x86_64/
  haskell-system-fileio/repos/community-staging-x86_64/PKGBUILD
(from rev 420616, haskell-system-fileio/trunk/PKGBUILD)

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

Copied: haskell-system-fileio/repos/community-staging-x86_64/PKGBUILD (from rev 
420616, haskell-system-fileio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:48:42 UTC (rev 420617)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=system-fileio
+pkgname=haskell-system-fileio
+pkgver=0.3.16.4
+pkgrel=9
+pkgdesc="Consistent filesystem interaction across GHC versions"
+url="https://github.com/fpco/haskell-filesystem;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-system-filepath")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('68530cd11b25aa8a05967d3f51091ea57a5be138b672bd5373918163281c55a91b60dea03bdd22bcd4ba1d6bb26e2ed14660ce55bbdaf2737d2dd2b7e608d698')
+
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:47:50
  Author: felixonmars
Revision: 420615

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-system-filepath/repos/community-staging-x86_64/
  haskell-system-filepath/repos/community-staging-x86_64/PKGBUILD
(from rev 420614, haskell-system-filepath/trunk/PKGBUILD)

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

Copied: haskell-system-filepath/repos/community-staging-x86_64/PKGBUILD (from 
rev 420614, haskell-system-filepath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:47:50 UTC (rev 420615)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=system-filepath
+pkgname=haskell-system-filepath
+pkgver=0.4.14
+pkgrel=14
+pkgdesc="High-level, byte-based file and directory path manipulations"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-chell' 'haskell-chell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d858b077516ecb76e27d032fd123aad154afea87fab93f148aa8a0007587c1fb04d87217cf0b51a80e9a81ab20357dcc5e345899e1c2b6513900da1e6768')
+
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:47:34
  Author: felixonmars
Revision: 420614

upgpkg: haskell-system-filepath 0.4.14-14

rebuild with patience 0.2.1.0

Modified:
  haskell-system-filepath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:46:54 UTC (rev 420613)
+++ PKGBUILD2019-01-05 07:47:34 UTC (rev 420614)
@@ -4,7 +4,7 @@
 _hkgname=system-filepath
 pkgname=haskell-system-filepath
 pkgver=0.4.14
-pkgrel=13
+pkgrel=14
 pkgdesc="High-level, byte-based file and directory path manipulations"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:46:54
  Author: felixonmars
Revision: 420613

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 420612, haskell-snap-server/trunk/PKGBUILD)

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
420612, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:46:54 UTC (rev 420613)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.0.0
+pkgrel=80
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+ 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+ 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ccd438310746c59bd7456df69c072ad3a2d473eb69f721fe2c91e086f4916d386c8b83a786d7ff9de11f0ce5294e36034baf10b0a109c65e16ec771e688a1184')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' -e 's/< *0.6/<1/' -e 
's/< *4.12/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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-snap-server/trunk (PKGBUILD)

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:46:38
  Author: felixonmars
Revision: 420612

upgpkg: haskell-snap-server 1.1.0.0-80

rebuild with patience 0.2.1.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:44:24 UTC (rev 420611)
+++ PKGBUILD2019-01-05 07:46:38 UTC (rev 420612)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=79
+pkgrel=80
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('BSD')


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:44:24
  Author: felixonmars
Revision: 420611

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-chell-quickcheck/repos/community-staging-x86_64/
  haskell-chell-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 420610, haskell-chell-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-chell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 420610, haskell-chell-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:44:24 UTC (rev 420611)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=chell-quickcheck
+pkgname=haskell-chell-quickcheck
+pkgver=0.2.5.1
+pkgrel=15
+pkgdesc="QuickCheck support for the Chell testing library"
+url="https://john-millikin.com/software/chell/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-chell' 'haskell-quickcheck' 'haskell-random')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4879c084731112e0e17e6d82510850c119c7e5e5cde90c03ecce9ea470f94429ddd040b9346a5aa268b0ea41c5656025cc2dacfe533d370efd7162473a1ebc6e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.11/<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 \
+--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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:44:07
  Author: felixonmars
Revision: 420610

upgpkg: haskell-chell-quickcheck 0.2.5.1-15

rebuild with patience 0.2.1.0

Modified:
  haskell-chell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:43:32 UTC (rev 420609)
+++ PKGBUILD2019-01-05 07:44:07 UTC (rev 420610)
@@ -3,7 +3,7 @@
 _hkgname=chell-quickcheck
 pkgname=haskell-chell-quickcheck
 pkgver=0.2.5.1
-pkgrel=14
+pkgrel=15
 pkgdesc="QuickCheck support for the Chell testing library"
 url="https://john-millikin.com/software/chell/;
 license=('MIT')


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:43:16
  Author: felixonmars
Revision: 420608

upgpkg: haskell-chell 0.4.0.2-14

rebuild with patience 0.2.1.0

Modified:
  haskell-chell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:42:23 UTC (rev 420607)
+++ PKGBUILD2019-01-05 07:43:16 UTC (rev 420608)
@@ -3,7 +3,7 @@
 _hkgname=chell
 pkgname=haskell-chell
 pkgver=0.4.0.2
-pkgrel=13
+pkgrel=14
 pkgdesc="A simple and intuitive library for automated testing"
 url="https://john-millikin.com/software/chell/;
 license=('MIT')


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:43:32
  Author: felixonmars
Revision: 420609

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-chell/repos/community-staging-x86_64/
  haskell-chell/repos/community-staging-x86_64/PKGBUILD
(from rev 420608, haskell-chell/trunk/PKGBUILD)
  haskell-chell/repos/community-staging-x86_64/patience-0.2.patch
(from rev 420608, haskell-chell/trunk/patience-0.2.patch)

+
 PKGBUILD   |   47 +++
 patience-0.2.patch |   40 
 2 files changed, 87 insertions(+)

Copied: haskell-chell/repos/community-staging-x86_64/PKGBUILD (from rev 420608, 
haskell-chell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:43:32 UTC (rev 420609)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=chell
+pkgname=haskell-chell
+pkgver=0.4.0.2
+pkgrel=14
+pkgdesc="A simple and intuitive library for automated testing"
+url="https://john-millikin.com/software/chell/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-options' 
'haskell-patience' 'haskell-random'
+)
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+   patience-0.2.patch)
+sha512sums=('050c5818ad2cd954ef79b230de2f03fdfb19e99c8624a24bb7845bb20e3b5d5d427a9623491ffc706c5635f545eb99466bde7a851c4344d11df1a70bfb2bbe22'
+
'96f7e20516c0ce90f0a0cb4c35c9315607cf6c4ba2a7dae4a8619d8532a7a8e9856967799566e133f0400588876dc0d9246d7bcec4e5fa08f2bf9f4074111ed0')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p2 -i ../patience-0.2.patch
+sed -i 's/<.*0.8/<1/' $_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 \
+-fcolor-output
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}

Copied: haskell-chell/repos/community-staging-x86_64/patience-0.2.patch (from 
rev 420608, haskell-chell/trunk/patience-0.2.patch)
===
--- community-staging-x86_64/patience-0.2.patch (rev 0)
+++ community-staging-x86_64/patience-0.2.patch 2019-01-05 07:43:32 UTC (rev 
420609)
@@ -0,0 +1,40 @@
+commit d86effe073d75a73e544a58b16371664b8fcaf73
+Author: Felix Yan 
+Date:   Tue Dec 4 16:21:48 2018 +0800
+
+Migrade to patience 0.2 (#1)
+
+diff --git a/chell/Test/Chell.hs b/chell/Test/Chell.hs
+index 5a28259..d02e24a 100644
+--- a/chell/Test/Chell.hs
 b/chell/Test/Chell.hs
+@@ -123,7 +123,6 @@ import qualified Control.Exception
+ import   Control.Exception (Exception)
+ import   Control.Monad (ap, liftM)
+ import   Control.Monad.IO.Class (MonadIO, liftIO)
+-import qualified Data.Algorithm.Patience as Patience
+ import qualified Data.ByteString.Char8
+ import qualified Data.ByteString.Lazy.Char8
+ import   Data.Foldable (Foldable, foldMap)
+@@ -136,6 +135,8 @@ import qualified Data.Text.Lazy
+ 
+ import qualified Language.Haskell.TH as TH
+ 
++import qualified Patience
++
+ import   Test.Chell.Main (defaultMain)
+ import   Test.Chell.Types
+ 
+diff --git a/chell/chell.cabal b/chell/chell.cabal
+index b2df441..126975c 100644
+--- a/chell/chell.cabal
 b/chell/chell.cabal
+@@ -69,7 +69,7 @@ library
+   base >= 4.1 && < 5.0
+ , bytestring >= 0.9
+ , options >= 1.0 && < 2.0
+-, patience >= 0.1 && < 0.2
++, patience >= 0.2 && < 0.3
+ , random >= 1.0
+ , template-haskell >= 2.3
+ , text


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:42:23
  Author: felixonmars
Revision: 420607

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-patience/repos/community-staging-x86_64/PKGBUILD (from rev 
420606, haskell-patience/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-05 07:42:23 UTC (rev 420607)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=patience
+pkgname=haskell-patience
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Patience diff and longest increasing subsequence"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6c9459facaa593afe020ffbd7dfe9cc8e3bb6281c8a654bed87bb4557972323b3ff237b90e4b632ae6fc6db7239b8477584ad960288b627685eb290335dbc96')
+
+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-patience/trunk (PKGBUILD)

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:42:07
  Author: felixonmars
Revision: 420606

upgpkg: haskell-patience 0.2.1.0-1

rebuild with patience 0.2.1.0

Modified:
  haskell-patience/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:40:42 UTC (rev 420605)
+++ PKGBUILD2019-01-05 07:42:07 UTC (rev 420606)
@@ -3,8 +3,8 @@
 
 _hkgname=patience
 pkgname=haskell-patience
-pkgver=0.2.0.0
-pkgrel=2
+pkgver=0.2.1.0
+pkgrel=1
 pkgdesc="Patience diff and longest increasing subsequence"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('56f4aff516a6e5480e7420090f8e860c810b4c98b529d532fdcbfcd623881c26fd2b10a3b26ec83c828d3c8445760aa044995b3d79881610c3105e301d26745c')
+sha512sums=('a6c9459facaa593afe020ffbd7dfe9cc8e3bb6281c8a654bed87bb4557972323b3ff237b90e4b632ae6fc6db7239b8477584ad960288b627685eb290335dbc96')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:40:42
  Author: felixonmars
Revision: 420605

archrelease: copy trunk to community-x86_64

Added:
  gost/repos/community-x86_64/LICENSE
(from rev 420604, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 420604, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 
 PKGBUILD |   66 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

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

Copied: gost/repos/community-x86_64/LICENSE (from rev 420604, 
gost/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-05 07:40:42 UTC (rev 420605)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 07:40:22 UTC (rev 420604)
+++ PKGBUILD2019-01-05 07:40:42 UTC (rev 420605)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('0e01cb418934add739fd3b288adcee0526b87e07a35c41ef7342a64cd47574f9c312dae25b66f945d13a4300a2ac0b556dc541a2c8a0f21cbc3211ae90fa8b4c'
-
'8815c27a49d747e90fbcbf03c6011a76b95bc72a6c963ee8df9490e6aba9a3f4f9895e6a7759988aef123160ef8a6d2de85e8fce01c5980f8744e212792ad07c')
-
-prepare() {
-  mkdir .gopath
-  ln -sf "$PWD/gost-$pkgver/vendor" .gopath/src
-  ln -s "$PWD/gost-$pkgver" .gopath/src/github.com/ginuerzh/gost
-  export GOPATH="$srcdir/.gopath"
-}
-
-build() {
-  cd gost-$pkgver/cmd/gost
-  go build # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost-$pkgver
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-x86_64/PKGBUILD (from rev 420604, 
gost/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 07:40:42 UTC (rev 420605)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=gost
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="GO Simple Tunnel"
+arch=('x86_64')
+url="https://github.com/ginuerzh/gost;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 

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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:40:22
  Author: felixonmars
Revision: 420604

upgpkg: gost 2.7.0-1

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:39:47 UTC (rev 420603)
+++ PKGBUILD2019-01-05 07:40:22 UTC (rev 420604)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=gost
-pkgver=2.6.1
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="GO Simple Tunnel"
 arch=('x86_64')
@@ -8,10 +8,10 @@
 url="https://github.com/ginuerzh/gost;
 license=('MIT')
 depends=('glibc')
-makedepends=('go-pie')
+makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz;
 LICENSE)
-sha512sums=('0e01cb418934add739fd3b288adcee0526b87e07a35c41ef7342a64cd47574f9c312dae25b66f945d13a4300a2ac0b556dc541a2c8a0f21cbc3211ae90fa8b4c'
+sha512sums=('0a822550f500bee30518a34efcdd8b00eb325de44fce10f777aa7081bf24290ac0da48d06d5867ada2dfb44cae7316e59051806e3343f832a51fef1a718d0f35'
 
'8815c27a49d747e90fbcbf03c6011a76b95bc72a6c963ee8df9490e6aba9a3f4f9895e6a7759988aef123160ef8a6d2de85e8fce01c5980f8744e212792ad07c')
 
 prepare() {


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:39:15
  Author: felixonmars
Revision: 420601

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 07:38:56 UTC (rev 420600)
+++ PKGBUILD2019-01-05 07:39:15 UTC (rev 420601)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('754bb9791c23e712fa51bfa82744d231192a13358212fd12a9b3f49d447fffb3ed44819c54cd6871e08637788c3b47db95084f6392ea0f56420d778b42a4')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 420600, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 07:39:15 UTC (rev 420601)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('17d01d95a1119d121d0b61041847bccfa11b64990e0b1e17bf057d29d9a08063322abedc116b33a0b508a2968925bb3897266a4b4ee0d88d32aba0b222f3369b')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:39:47
  Author: felixonmars
Revision: 420603

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 07:39:29 UTC (rev 420602)
+++ PKGBUILD2019-01-05 07:39:47 UTC (rev 420603)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.11.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('80e2a133c27094539cd9a71b3ab918474e4d5bc33a0c2312bdf709881079343c5113582ff246efc4a682f6eebd7ba64610c59772cc00ffb78a476dbd704229be')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  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 420602, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 07:39:47 UTC (rev 420603)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.12.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('2e7b70c8fc6d387aec25d712c3240a56d1e87cf1ddbfee3e985c047bdd6bd95d77beaa4cf322ebedbd6c5be3a8ff285e38f91662c6256090a4ce5140b7c295ee')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  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 eslint/trunk (PKGBUILD)

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:39:29
  Author: felixonmars
Revision: 420602

upgpkg: eslint 5.12.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 07:39:15 UTC (rev 420601)
+++ PKGBUILD2019-01-05 07:39:29 UTC (rev 420602)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=5.11.1
+pkgver=5.12.0
 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=('80e2a133c27094539cd9a71b3ab918474e4d5bc33a0c2312bdf709881079343c5113582ff246efc4a682f6eebd7ba64610c59772cc00ffb78a476dbd704229be')
+sha512sums=('2e7b70c8fc6d387aec25d712c3240a56d1e87cf1ddbfee3e985c047bdd6bd95d77beaa4cf322ebedbd6c5be3a8ff285e38f91662c6256090a4ce5140b7c295ee')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 5, 2019 @ 07:38:56
  Author: felixonmars
Revision: 420600

upgpkg: python-awkward 0.7.1-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 05:24:56 UTC (rev 420599)
+++ PKGBUILD2019-01-05 07:38:56 UTC (rev 420600)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('754bb9791c23e712fa51bfa82744d231192a13358212fd12a9b3f49d447fffb3ed44819c54cd6871e08637788c3b47db95084f6392ea0f56420d778b42a4')
+sha512sums=('17d01d95a1119d121d0b61041847bccfa11b64990e0b1e17bf057d29d9a08063322abedc116b33a0b508a2968925bb3897266a4b4ee0d88d32aba0b222f3369b')
 
 build() {
   cd awkward-array-$pkgver


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

2019-01-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 5, 2019 @ 07:21:04
  Author: anatolik
Revision: 342979

archrelease: copy trunk to testing-x86_64

Added:
  fuse2/repos/testing-x86_64/
  fuse2/repos/testing-x86_64/PKGBUILD
(from rev 342978, fuse2/trunk/PKGBUILD)

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

Copied: fuse2/repos/testing-x86_64/PKGBUILD (from rev 342978, 
fuse2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-05 07:21:04 UTC (rev 342979)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgname=fuse2
+pkgver=2.9.9
+pkgrel=1
+pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+provides=(fuse=$pkgver) # TODO: remove it once all packages start to use 
'fuse2' name
+replaces=('fuse')
+conflicts=('fuse')
+depends=('glibc' 'fuse-common')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
+sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d'
+  'SKIP')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  make
+}
+
+package() {
+  cd fuse-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  # remove udev rules (is in the udev package}
+  rm -rf ${pkgdir}/etc/udev
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # part of fuse-common package
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8 ${pkgdir}/usr/bin/mount.fuse
+}


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

2019-01-04 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 5, 2019 @ 07:20:28
  Author: anatolik
Revision: 342978

upgpkg: fuse2 2.9.9-1

Modified:
  fuse2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 06:13:54 UTC (rev 342977)
+++ PKGBUILD2019-01-05 07:20:28 UTC (rev 342978)
@@ -3,7 +3,7 @@
 # Contributor: Mark Rosenstand 
 
 pkgname=fuse2
-pkgver=2.9.8
+pkgver=2.9.9
 pkgrel=1
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('pkg-config')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
-sha1sums=('fdd8783eda9463d3dfc75b2b942d8547dd3f8cc8'
+sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d'
   'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-01-04 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 5, 2019 @ 06:13:54
  Author: foutrelis
Revision: 342977

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 342976, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
(from rev 342976, chromium/trunk/chromium-harfbuzz-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 342976, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 342976, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 342976, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 342976, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/fix-nav-preload-with-third-party-cookie-blocking.patch
(from rev 342976, 
chromium/trunk/fix-nav-preload-with-third-party-cookie-blocking.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/enable-ServiceWorkerServicification-by-default.patch

+
 PKGBUILD   |  464 +++
 chromium-harfbuzz-r0.patch |  160 ++---
 chromium-skia-harmony.patch|  154 ++--
 chromium-system-icu.patch  |   38 -
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 enable-ServiceWorkerServicification-by-default.patch   |   28 
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 +
 8 files changed, 486 insertions(+), 474 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 06:13:44 UTC (rev 342976)
+++ PKGBUILD2019-01-05 06:13:54 UTC (rev 342977)
@@ -1,232 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-enable-ServiceWorkerServicification-by-default.patch
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d8736348aef47c92f417f38cb4eaab45e75c48b16e3dd3bbe2e4ef64d858b97a'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These 

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

2019-01-04 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 5, 2019 @ 06:13:44
  Author: foutrelis
Revision: 342976

upgpkg: chromium 71.0.3578.98-3

Disable ServiceWorkerServicification by default and implement a
different fix for the Gmail breakage.

https://crbug.com/913220#c61

Added:
  chromium/trunk/fix-nav-preload-with-third-party-cookie-blocking.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/enable-ServiceWorkerServicification-by-default.patch

+
 PKGBUILD   |8 +--
 enable-ServiceWorkerServicification-by-default.patch   |   28 --
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 +++
 3 files changed, 44 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 05:07:27 UTC (rev 342975)
+++ PKGBUILD2019-01-05 06:13:44 UTC (rev 342976)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=71.0.3578.98
-pkgrel=2
+pkgrel=3
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-enable-ServiceWorkerServicification-by-default.patch
+fix-nav-preload-with-third-party-cookie-blocking.patch
 chromium-harfbuzz-r0.patch
 chromium-system-icu.patch
 chromium-widevine.patch
@@ -30,7 +30,7 @@
 chromium-skia-harmony.patch)
 sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d8736348aef47c92f417f38cb4eaab45e75c48b16e3dd3bbe2e4ef64d858b97a'
+'d2c497f3400baad7d380305f4705fd1e5b9f70a8460384490a1bb78e1c2b0f23'
 '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
 'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
@@ -85,7 +85,7 @@
 third_party/libxml/chromium/libxml_utils.cc
 
   # https://crbug.com/913220
-  patch -Np1 -i ../enable-ServiceWorkerServicification-by-default.patch
+  patch -Np1 -i ../fix-nav-preload-with-third-party-cookie-blocking.patch
 
   # Load Widevine CDM if available
   patch -Np1 -i ../chromium-widevine.patch

Deleted: enable-ServiceWorkerServicification-by-default.patch
===
--- enable-ServiceWorkerServicification-by-default.patch2019-01-05 
05:07:27 UTC (rev 342975)
+++ enable-ServiceWorkerServicification-by-default.patch2019-01-05 
06:13:44 UTC (rev 342976)
@@ -1,28 +0,0 @@
-From 5d2271ca9f5f569bbec950f9f0cc98af070ea52f Mon Sep 17 00:00:00 2001
-From: Matt Falkenhagen 
-Date: Wed, 17 Oct 2018 10:12:44 +
-Subject: [PATCH] Enable ServiceWorkerServicification by default.
-
-Bug: 715640, 846235
-Change-Id: I49ed8a5a3bc5962cd52e24ab734b00fdfdd7b32d
-Reviewed-on: https://chromium-review.googlesource.com/c/1286238
-Commit-Queue: Matt Falkenhagen 
-Reviewed-by: Kinuko Yasuda 
-Cr-Commit-Position: refs/heads/master@{#600337}

- third_party/blink/common/features.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/third_party/blink/common/features.cc 
b/third_party/blink/common/features.cc
-index a5cf355e1b..b58abdb515 100644
 a/third_party/blink/common/features.cc
-+++ b/third_party/blink/common/features.cc
-@@ -59,7 +59,7 @@ const base::Feature kServiceWorkerParallelSideDataReading{
- // Enable new service worker glue for NetworkService. Can be
- // enabled independently of NetworkService.
- const base::Feature kServiceWorkerServicification{
--"ServiceWorkerServicification", base::FEATURE_DISABLED_BY_DEFAULT};
-+"ServiceWorkerServicification", base::FEATURE_ENABLED_BY_DEFAULT};
- 
- // Freeze scheduler task queues in background after allowed grace time.
- // "stop" is a legacy name.

Added: fix-nav-preload-with-third-party-cookie-blocking.patch
===
--- fix-nav-preload-with-third-party-cookie-blocking.patch  
(rev 0)
+++ fix-nav-preload-with-third-party-cookie-blocking.patch  2019-01-05 
06:13:44 UTC (rev 342976)
@@ -0,0 +1,40 @@
+From c0d0bacc0ae01f15c4d06405057fd35f371bcaf3 Mon Sep 17 00:00:00 2001
+From: Matt Falkenhagen 
+Date: Tue, 18 Dec 2018 08:31:08 +
+Subject: [PATCH] service worker: Fix nav preload with third-party cookie
+ blocking.
+
+In non-ServiceWorkerServicification, the navigation preload request
+wasn't setting site_for_cookies field when converting from a URLRequest
+to ResourceRequest, so StaticCookiePolicy was blocking cookie access

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-01-04 Thread Andrew Crerar via arch-commits
Date: Saturday, January 5, 2019 @ 05:24:56
  Author: andrewsc
Revision: 420599

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 420598, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 05:08:14 UTC (rev 420598)
+++ PKGBUILD2019-01-05 05:24:56 UTC (rev 420599)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=65.0b7
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('8dbfe85184a340b8ba1d788ba1b4dccdfa6b12926e0d6112e4016bdbe3951605ba0a4d7b951dd2a3edee60423911cea07bd528605f96abe5465caae3769a4d4d'
-
'494f0ceecdb96b2c7594b3466455442513356b8c34030900d9876306de6b777b094151611ee486ceaff31e8694f385d5c9a6de56d9d3f57c2d95b78bc75ff846'
-
'b3965fa25eb843676e08d2fe2d5bae2e74588b95452e45ebb97fcea1d6d10d56fbc6e48eb64bf9bcfa8515397e5bcebacdf52b4d6c1fcc07a60f2188e71fac5e'
-
'469a36aeb8084d9dc1941149ca8a754a315566935d37a2a63c2cec0d75d09d4840df8dac424e53189a4e018a73c9eba04f2409dca7fa680dcfb28fd7ec40fe8c'
-
'd5d78d3dc742e97a3285c350bb4008d452c14b5e1940565c50bd2e35a0ae64441bf4cd96c3bf9e637bff006a6079b139f17bdb6c3dad5dcd9fb79029a4ff622f'
-
'35d4faa72bd78d4a51af10bf13e2eeecfca52bf83b687ab45d0f7e883c83fc7eeb02b233c5e3c4fa5ecc6f0a516b0f93695b17be247bcbfea920cfbef2b15e91'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-01-04 Thread Andrew Crerar via arch-commits
Date: Saturday, January 5, 2019 @ 05:05:39
  Author: andrewsc
Revision: 420593

upgpkg: firefox-developer-edition-i18n 65.0b8-1

firefox-developer-edition-i18n: Updating to 65.0b8

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 04:57:35 UTC (rev 420592)
+++ PKGBUILD2019-01-05 05:05:39 UTC (rev 420593)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=65.0b7
+pkgver=65.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('8dbfe85184a340b8ba1d788ba1b4dccdfa6b12926e0d6112e4016bdbe3951605ba0a4d7b951dd2a3edee60423911cea07bd528605f96abe5465caae3769a4d4d'
-
'494f0ceecdb96b2c7594b3466455442513356b8c34030900d9876306de6b777b094151611ee486ceaff31e8694f385d5c9a6de56d9d3f57c2d95b78bc75ff846'
-
'b3965fa25eb843676e08d2fe2d5bae2e74588b95452e45ebb97fcea1d6d10d56fbc6e48eb64bf9bcfa8515397e5bcebacdf52b4d6c1fcc07a60f2188e71fac5e'
-
'469a36aeb8084d9dc1941149ca8a754a315566935d37a2a63c2cec0d75d09d4840df8dac424e53189a4e018a73c9eba04f2409dca7fa680dcfb28fd7ec40fe8c'
-
'd5d78d3dc742e97a3285c350bb4008d452c14b5e1940565c50bd2e35a0ae64441bf4cd96c3bf9e637bff006a6079b139f17bdb6c3dad5dcd9fb79029a4ff622f'
-
'35d4faa72bd78d4a51af10bf13e2eeecfca52bf83b687ab45d0f7e883c83fc7eeb02b233c5e3c4fa5ecc6f0a516b0f93695b17be247bcbfea920cfbef2b15e91'
-
'09058d5f0a707f2b38b2bb8c0cf0d9121fc964fc1e3116d1d42595b7cc9eebd96600cdaf8b861bc15faee2c1301eb697ff1e2dbfe8f83713662a19857be20706'
-
'd821c7b4af77d4335b1ee62c3fd71bbc60aaf852de56990fab429527c4edbaab58a2467e4b28659641885d1f1c962a810834f3c37e5067b3cda2f55f546f3a5e'
-
'fed7eb046f32575fcfac4206193facf2c9d0c9b3e3676d362f4aabf05ff965e8979b0dd5829680bb7b80b378fec0e278572a6987cea22f4550b02d151769be94'
-
'07f9b5bfc4257c12c48eeefde4735cd4debaf906e7f72a69bb6008c94edbb6d9d42d01ec68c794c7ce74186220683281ec46380412f83b948d999df63eb996a4'
-
'c1e572c710fe251505d8ea6c694da3b2270a3385803a9a159e2efc721a7f785cdb28d1c108a41f0215461b77ca48aa3287fa6d297868488805e2acf011370658'
-
'0e6417b324c3ec2a614e991b064b696d6e94153f6d856c813863386364a57fc1cd84c1220e4f067a35a31d9a53116c494f241fb0dbe2ecf3a045740b873a0f9b'
-
'14be666eae8ff688aae63f72659a44de8967f91af27cc16fca9aef84c821e9a2ff88dd9f78b30582c049271989bf5fbab83c672a90dcedb1d00c2f5e2fe209ea'
-
'0f78b46795a49622e85abc6aae4e6a012a754bfbc81aeeef312d7c491d0a36ace8d7a33790efee59ce81cb1d231bf534bf32ac0e94847bbf40af0319eca7afa2'
-
'4dadc11690c799d64da00fbdc976d4398482be417515e872d45edf91f6c0c6c1fb6a5ad8123e39ac695af195bd7e32c29fe7e9601664258e8ba82d4b705955a5'
-
'943044359ee1757fb54299b442df691358fe8caaa19111ddd87123b24d0663ee7d3443e00fd01497b2daaf965c8faa7e9ef7732addfd004f452144370986cfd9'
-
'1df0035e05c86097611d08d8be70ef7178723766248cd16e44d5aff77095126dd8ded2a21a3405e9910b457bf00e420427816acbfc69d7ea9c965a897c98720d'
-
'8526a4ace9c9ccd71b47c9a37c3086c4940ce5ac22cd3a646316feab09b6a5b812bec044f2be615ccd446dbe67c6d45079021c96df2b8f1cd557eff5aa463077'
-
'99b8df9503f18eff486da9a46112f99f988915c151b59d4f2b7fb8bc4125f2c04cdebf59085cb3ce3a8bef335590d5d956351fd15e72b7046329f94e92c18c0b'
-
'a7495e23b6e0c93f7203841f74e3b0a2a9de74ad2bb6bfc5b1ae005fc7543f764d5d38023811cd9bec0b103d5d025d4ac1b26a1a0d42e24820f4970ccad63b5f'
-
'941ee5c8622524c41a7879572d09131acf076c340e895f11bd1936b5bbf5874474889530df2b6b446b2263241d05953ef0d9359cff493ba642f65435e80b7caf'
-
'9b3463066702a39edc48bd3caeb0af3244ba591b8a3bd3818bcaa2d367f51ae6c807cac4815f0dbc7db673e949feda025de119f14a75a7825c0ec05533a8cc42'
-
'212f75f9e2a03a1ba9aed2dd9dbac1d9d8c8a05141c319a3492da75ef5582cbc10bde0e64391dfce7d5972c3376771a5782203e515b659626647324888233fd4'
-
'0071618fdc2f8269491f58497a52ac7eb112f72997763850450e4089bfd3d677af82318d746f0cac9541303c30147ef88c6bd2ced0e7af76ef78ea5353550d5b'
-
'6ceb3f21748a0e42b1dd711b67089a5a4343bfe944ba9c97169a273238fa60d6bed03ae3524072690da840bc9a0552d4f46e6802ece6f4f868a49f7385a253af'
-
'f45ae633496064e8d5e25cb2f2a8953c9b6034f425a94af0d6117eb6241821d4173c8b2825f3c05d78c2d9bd1a9ec3aa6f175379164c2159641ad3cf3c0ad154'
-
'd043135a06c48ebee741ff57d7258964e5d7fd19a2d17218ca2b70a5e58632baca7c96c6ff55f700e15e9a084dda737753784ace98d6bc1ca110c722cd29d40b'
-
'56ceabaff3bc0df7cda5619bb396b4e8fffc3310f91701e2fac1f3d5b491683702c427b8f9abe1b20048ae72239bac4ccd94a0256dc2969faa61c3fe2a59b6c3'
-

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

2019-01-04 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 5, 2019 @ 03:22:17
  Author: svenstaro
Revision: 420591

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 420590, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 03:22:13 UTC (rev 420590)
+++ PKGBUILD2019-01-05 03:22:17 UTC (rev 420591)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=1.12.1
-pkgrel=2
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio')
-makedepends=('bazel' 'tree')
-source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
-# Temp fix for https://github.com/tensorflow/tensorflow/issues/24124
-
https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-linux-x86_64)
-sha512sums=('279db7aa18faaafd189c95100d79fb0ee3240c65ea05b7122dc2c1caedf1ec68a626257d57f2757a4c09b99a9fe8e74feae3b9a57c0f6f6deb3a15ea079e4e1a'
-
'bd87b7c8c517ff2c4783b7b09c4609e9979d79985ff8ed1d564a8f2f49ad8588bfb72eb5d20b3ecc6c7e7e20b64e79e3913c4705b14d7a330ffbc2a0e09f10c4')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  chmod +x "${srcdir}"/bazel-0.19.2-linux-x86_64
-  "${srcdir}"/bazel-0.19.2-linux-x86_64 build tensorboard:tensorboard
-  "${srcdir}"/bazel-0.19.2-linux-x86_64 build 
//tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp tensorboard/pip_package/{README.rst,MANIFEST.in} pypackage
-  cp README.md pypackage
-  cp tensorboard/pip_package/setup.py pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.7/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.7/site-packages/tensorboard-${pkgver}-py3.7.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 420590, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 03:22:17 UTC (rev 420591)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio')
+makedepends=('bazel' 'tree')
+source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
+# Temp fix for https://github.com/tensorflow/tensorflow/issues/24124
+
https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-linux-x86_64)
+sha512sums=('7fc10ae20f95730fbf35c1bb274c23bea96379344aff8ecacdfaaa2018295e20872f862e8d3870fde6f3b64ba27c1bf505769e8fbe0453886a92e704127a09e0'
+
'bd87b7c8c517ff2c4783b7b09c4609e9979d79985ff8ed1d564a8f2f49ad8588bfb72eb5d20b3ecc6c7e7e20b64e79e3913c4705b14d7a330ffbc2a0e09f10c4')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  chmod +x "${srcdir}"/bazel-0.19.2-linux-x86_64
+  "${srcdir}"/bazel-0.19.2-linux-x86_64 build tensorboard:tensorboard
+  "${srcdir}"/bazel-0.19.2-linux-x86_64 build 
//tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 

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

2019-01-04 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 5, 2019 @ 03:22:13
  Author: svenstaro
Revision: 420590

upgpkg: tensorboard 1.12.2-1

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 03:11:28 UTC (rev 420589)
+++ PKGBUILD2019-01-05 03:22:13 UTC (rev 420590)
@@ -2,7 +2,7 @@
 
 pkgname=tensorboard
 pkgver=1.12.2
-pkgrel=2
+pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')


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

2019-01-04 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 5, 2019 @ 03:07:38
  Author: svenstaro
Revision: 420588

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 420587, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 03:07:31 UTC (rev 420587)
+++ PKGBUILD2019-01-05 03:07:38 UTC (rev 420588)
@@ -1,57 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio')
-makedepends=('bazel' 'tree')
-source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
-# Temp fix for https://github.com/tensorflow/tensorflow/issues/24124
-
https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-linux-x86_64)
-sha512sums=('279db7aa18faaafd189c95100d79fb0ee3240c65ea05b7122dc2c1caedf1ec68a626257d57f2757a4c09b99a9fe8e74feae3b9a57c0f6f6deb3a15ea079e4e1a'
-
'bd87b7c8c517ff2c4783b7b09c4609e9979d79985ff8ed1d564a8f2f49ad8588bfb72eb5d20b3ecc6c7e7e20b64e79e3913c4705b14d7a330ffbc2a0e09f10c4')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  chmod +x "${srcdir}"/bazel-0.19.2-linux-x86_64
-  "${srcdir}"/bazel-0.19.2-linux-x86_64 build tensorboard:tensorboard
-  "${srcdir}"/bazel-0.19.2-linux-x86_64 build 
//tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp tensorboard/pip_package/{README.rst,MANIFEST.in} pypackage
-  cp README.md pypackage
-  cp tensorboard/pip_package/setup.py pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.7/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.7/site-packages/tensorboard-${pkgver}-py3.7.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 420587, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 03:07:38 UTC (rev 420588)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=1.12.2
+pkgrel=2
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio')
+makedepends=('bazel' 'tree')
+source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
+# Temp fix for https://github.com/tensorflow/tensorflow/issues/24124
+
https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-linux-x86_64)
+sha512sums=('7fc10ae20f95730fbf35c1bb274c23bea96379344aff8ecacdfaaa2018295e20872f862e8d3870fde6f3b64ba27c1bf505769e8fbe0453886a92e704127a09e0'
+
'bd87b7c8c517ff2c4783b7b09c4609e9979d79985ff8ed1d564a8f2f49ad8588bfb72eb5d20b3ecc6c7e7e20b64e79e3913c4705b14d7a330ffbc2a0e09f10c4')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  chmod +x "${srcdir}"/bazel-0.19.2-linux-x86_64
+  "${srcdir}"/bazel-0.19.2-linux-x86_64 build tensorboard:tensorboard
+  "${srcdir}"/bazel-0.19.2-linux-x86_64 build 
//tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 

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

2019-01-04 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 5, 2019 @ 03:07:31
  Author: svenstaro
Revision: 420587

upgpkg: tensorboard 1.12.2-2

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 02:33:05 UTC (rev 420586)
+++ PKGBUILD2019-01-05 03:07:31 UTC (rev 420587)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=tensorboard
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=2
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
@@ -13,7 +13,7 @@
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;
 # Temp fix for https://github.com/tensorflow/tensorflow/issues/24124
 
https://github.com/bazelbuild/bazel/releases/download/0.19.2/bazel-0.19.2-linux-x86_64)
-sha512sums=('279db7aa18faaafd189c95100d79fb0ee3240c65ea05b7122dc2c1caedf1ec68a626257d57f2757a4c09b99a9fe8e74feae3b9a57c0f6f6deb3a15ea079e4e1a'
+sha512sums=('7fc10ae20f95730fbf35c1bb274c23bea96379344aff8ecacdfaaa2018295e20872f862e8d3870fde6f3b64ba27c1bf505769e8fbe0453886a92e704127a09e0'
 
'bd87b7c8c517ff2c4783b7b09c4609e9979d79985ff8ed1d564a8f2f49ad8588bfb72eb5d20b3ecc6c7e7e20b64e79e3913c4705b14d7a330ffbc2a0e09f10c4')
 
 build() {


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

2019-01-04 Thread Andrew Crerar via arch-commits
Date: Saturday, January 5, 2019 @ 02:33:05
  Author: andrewsc
Revision: 420586

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 420585, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 420585, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 420585, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 420585, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  348 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 591 insertions(+), 591 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 02:12:36 UTC (rev 420585)
+++ PKGBUILD2019-01-05 02:33:05 UTC (rev 420586)
@@ -1,174 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=65.0b7
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-01-04 Thread Andrew Crerar via arch-commits
Date: Saturday, January 5, 2019 @ 02:12:36
  Author: andrewsc
Revision: 420585

upgpkg: firefox-developer-edition 65.0b8-1

firefox-developer-edition: Updating to 65.0b8

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 22:28:45 UTC (rev 420584)
+++ PKGBUILD2019-01-05 02:12:36 UTC (rev 420585)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=65.0b7
+pkgver=65.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2019-01-04 Thread Gaëtan Bisson via arch-commits
Date: Friday, January 4, 2019 @ 22:44:46
  Author: bisson
Revision: 342971

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 342970, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 342970, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 342970, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 342970, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 22:43:53 UTC (rev 342970)
+++ PKGBUILD2019-01-04 22:44:46 UTC (rev 342971)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.3
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
- 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
- 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
- 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
- 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
- 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('6cf60e644870c6063a008d833a6c876272b7679a400b83012ed209c15ce06e2a'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dlibwrap=disabled' # twentieth century's over
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 342970, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 22:44:46 UTC (rev 342971)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth' 'icu' 'jack'
+ 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad' 'libmikmod'
+ 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+ 'libsamplerate' 'libshout' 'libsoxr' 'libsystemd' 'libupnp' 'mpg123'
+ 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack' 'wildmidi' 'yajl'
+ 'zziplib')
+makedepends=('boost' 'meson' 'python-sphinx')

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

2019-01-04 Thread Gaëtan Bisson via arch-commits
Date: Friday, January 4, 2019 @ 22:43:53
  Author: bisson
Revision: 342970

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 20:35:03 UTC (rev 342969)
+++ PKGBUILD2019-01-04 22:43:53 UTC (rev 342970)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21.3
+pkgver=0.21.4
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -24,7 +24,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('6cf60e644870c6063a008d833a6c876272b7679a400b83012ed209c15ce06e2a'
+sha256sums=('247112eabf1b818a4052db7f0f5917ab00831ebc60a1ec3bf1154da4dc16a5c7'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 4, 2019 @ 22:28:45
  Author: felixonmars
Revision: 420584

archrelease: copy trunk to community-staging-any

Added:
  ruby-bundler/repos/community-staging-any/PKGBUILD
(from rev 420583, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 22:28:27 UTC (rev 420583)
+++ PKGBUILD2019-01-04 22:28:45 UTC (rev 420584)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.17.3
-pkgrel=2
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-staging-any/PKGBUILD (from rev 420583, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 22:28:45 UTC (rev 420584)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('9f4c15f5ed8e5c500346a33d300f6d21c164bb2c9d518dd719132ce5c4f6d27b655c5f09e3cecc589922e2c45d6fe6daa3ee0b79d1c84fc15bf15879a3e9428a')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2019-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 4, 2019 @ 22:28:27
  Author: felixonmars
Revision: 420583

upgpkg: ruby-bundler 2.0.1-3

Ruby 2.6.0 rebuild

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 22:25:20 UTC (rev 420582)
+++ PKGBUILD2019-01-04 22:28:27 UTC (rev 420583)
@@ -7,7 +7,7 @@
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
 url='http://bundler.io'


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

2019-01-04 Thread Jelle van der Waa via arch-commits
Date: Friday, January 4, 2019 @ 22:25:20
  Author: jelle
Revision: 420582

archrelease: copy trunk to community-x86_64

Added:
  amule/repos/community-x86_64/PKGBUILD
(from rev 420581, amule/trunk/PKGBUILD)
  amule/repos/community-x86_64/amule.sysusers
(from rev 420581, amule/trunk/amule.sysusers)
  amule/repos/community-x86_64/amule.tmpfiles
(from rev 420581, amule/trunk/amule.tmpfiles)
  amule/repos/community-x86_64/amuled.systemd
(from rev 420581, amule/trunk/amuled.systemd)
  amule/repos/community-x86_64/amuleweb.systemd
(from rev 420581, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/community-x86_64/PKGBUILD
  amule/repos/community-x86_64/amule.sysusers
  amule/repos/community-x86_64/amule.tmpfiles
  amule/repos/community-x86_64/amuled.systemd
  amule/repos/community-x86_64/amuleweb.systemd

--+
 PKGBUILD |  108 ++---
 amule.sysusers   |2 
 amule.tmpfiles   |2 
 amuled.systemd   |   23 +--
 amuleweb.systemd |   26 ++--
 5 files changed, 81 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 22:25:06 UTC (rev 420581)
+++ PKGBUILD2019-01-04 22:25:20 UTC (rev 420582)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=11004
-pkgrel=1
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=(x86_64)
-url="http://www.amule.org;
-license=(GPL)
-depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
-makedepends=(git ccache boost)
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
-sha256sums=('SKIP'
-'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
-'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
-'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
-
-build() {
-  cd amule
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --enable-fileview \
-  --with-boost
-  make
-}
-
-package() {
-  cd amule
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
-  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
-  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
-  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-}

Copied: amule/repos/community-x86_64/PKGBUILD (from rev 420581, 
amule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 22:25:20 UTC (rev 420582)
@@ -0,0 +1,54 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=11004
+pkgrel=2
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org;
+license=(GPL)
+depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
+makedepends=(git ccache boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('SKIP'
+'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+build() {
+  cd amule
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp \
+   

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

2019-01-04 Thread Jelle van der Waa via arch-commits
Date: Friday, January 4, 2019 @ 22:25:06
  Author: jelle
Revision: 420581

upgpkg: amule 11004-2

Add NoNewPrivileges for the systemd service.

Modified:
  amule/trunk/PKGBUILD
  amule/trunk/amuled.systemd

+
 PKGBUILD   |4 ++--
 amuled.systemd |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 21:57:07 UTC (rev 420580)
+++ PKGBUILD2019-01-04 22:25:06 UTC (rev 420581)
@@ -7,7 +7,7 @@
 
 pkgname=amule
 pkgver=11004
-pkgrel=1
+pkgrel=2
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org;
@@ -17,7 +17,7 @@
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
 amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
 sha256sums=('SKIP'
-'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
+'20ac6b60c5f3bf49c0b080dfc02409da3c9d01b154344188008c6a75ca69681e'
 'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
 'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
 'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')

Modified: amuled.systemd
===
--- amuled.systemd  2019-01-04 21:57:07 UTC (rev 420580)
+++ amuled.systemd  2019-01-04 22:25:06 UTC (rev 420581)
@@ -6,6 +6,7 @@
 [Service]
 User=amule
 ExecStart=/usr/bin/amuled
+NoNewPrivileges=true
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in digikam/kde-unstable (PKGBUILD digikam-opencv4.patch)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:34:41
  Author: arojas
Revision: 342968

Update to 6.0.0 beta3

Modified:
  digikam/kde-unstable/PKGBUILD
Deleted:
  digikam/kde-unstable/digikam-opencv4.patch

---+
 PKGBUILD  |   15 
 digikam-opencv4.patch |   56 
 2 files changed, 5 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 20:05:05 UTC (rev 342967)
+++ PKGBUILD2019-01-04 20:34:41 UTC (rev 342968)
@@ -5,9 +5,9 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=digikam
-_pkgver=6.0.0-beta2
+_pkgver=6.0.0-beta3
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=5
+pkgrel=1
 pkgdesc="An advanced digital photo management application"
 arch=(x86_64)
 license=(GPL)
@@ -16,18 +16,13 @@
  qt5-xmlpatterns libkvkontakte libmediawiki)
 makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
 optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig}
-digikam-opencv4.patch)
-sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
-'SKIP'
-'d86033a92eb4fbe337636b1fb943d9234181efef9848ff7544e8117645347542')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
+sha256sums=('5660a813eb88035d254ca5ffacbf1ffc6692dca9f42904367d5b330bc44d8012'
+'SKIP')
 validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$_pkgver
-  patch -p1 -i ../digikam-opencv4.patch # Fix build with opencv 4
 }
 
 build() {

Deleted: digikam-opencv4.patch
===
--- digikam-opencv4.patch   2019-01-04 20:05:05 UTC (rev 342967)
+++ digikam-opencv4.patch   2019-01-04 20:34:41 UTC (rev 342968)
@@ -1,56 +0,0 @@
-diff --git a/core/app/utils/digikam_opencv.h.cmake.in 
b/core/app/utils/digikam_opencv.h.cmake.in
-index 9195aad6e7..b3d6de1f86 100644
 a/core/app/utils/digikam_opencv.h.cmake.in
-+++ b/core/app/utils/digikam_opencv.h.cmake.in
-@@ -54,24 +54,36 @@
- #   include 
- #   include 
- #   include 
--#else
-+#elif OPENCV_TEST_VERSION(4,0,0)
- #   include 
- #   include 
- #   include 
- #   include 
-+#else
-+#   include 
-+#   include 
-+#   include 
-+#   include 
- #endif
- 
- #if OPENCV_TEST_VERSION(3,0,0)
- #   include 
- #   include 
- #   include 
--#else
-+#elif OPENCV_TEST_VERSION(4,0,0)
- #   include 
- #   include 
- #   include 
- #   include 
- #   include 
- #   include 
-+#else
-+#   include 
-+#   include 
-+#   include 
-+#   include 
-+#   include 
-+#   include 
- #endif
- 
- // for old-style code
-diff --git a/core/libs/facesengine/detection/opencvfacedetector.cpp 
b/core/libs/facesengine/detection/opencvfacedetector.cpp
-index 2a28276d09..639540a964 100644
 a/core/libs/facesengine/detection/opencvfacedetector.cpp
-+++ b/core/libs/facesengine/detection/opencvfacedetector.cpp
-@@ -358,7 +358,7 @@ void OpenCVFaceDetector::updateParameters(const cv::Size& 
/*scaledSize*/, const
-  * unless in we want very high sensitivity at low speed
-  */
- if (d->sensitivityVsSpecificity > 0.1 || d->speedVsAccuracy < 0.9)
--d->primaryParams.flags = CV_HAAR_DO_CANNY_PRUNING;
-+d->primaryParams.flags = cv::CASCADE_DO_CANNY_PRUNING;
- else
- d->primaryParams.flags = 0;
- 


[arch-commits] Commit in digikam/repos/kde-unstable-x86_64 (3 files)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:35:03
  Author: arojas
Revision: 342969

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  digikam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 342968, digikam/kde-unstable/PKGBUILD)
Deleted:
  digikam/repos/kde-unstable-x86_64/PKGBUILD
  digikam/repos/kde-unstable-x86_64/digikam-opencv4.patch

---+
 PKGBUILD  |  101 ++--
 digikam-opencv4.patch |   56 --
 2 files changed, 48 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:34:41 UTC (rev 342968)
+++ PKGBUILD2019-01-04 20:35:03 UTC (rev 342969)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=6.0.0-beta2
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=5
-pkgdesc="An advanced digital photo management application"
-arch=(x86_64)
-license=(GPL)
-url="http://www.digikam.org/;
-depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
- qt5-xmlpatterns libkvkontakte libmediawiki)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig}
-digikam-opencv4.patch)
-sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
-'SKIP'
-'d86033a92eb4fbe337636b1fb943d9234181efef9848ff7544e8117645347542')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$_pkgver
-  patch -p1 -i ../digikam-opencv4.patch # Fix build with opencv 4
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-${_pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: digikam/repos/kde-unstable-x86_64/PKGBUILD (from rev 342968, 
digikam/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 20:35:03 UTC (rev 342969)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=6.0.0-beta3
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=1
+pkgdesc="An advanced digital photo management application"
+arch=(x86_64)
+license=(GPL)
+url="http://www.digikam.org/;
+depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
+ qt5-xmlpatterns libkvkontakte libmediawiki)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
+sha256sums=('5660a813eb88035d254ca5ffacbf1ffc6692dca9f42904367d5b330bc44d8012'
+'SKIP')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-${_pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: digikam-opencv4.patch
===
--- digikam-opencv4.patch   2019-01-04 20:34:41 UTC (rev 342968)
+++ digikam-opencv4.patch   2019-01-04 20:35:03 UTC (rev 342969)
@@ -1,56 +0,0 @@
-diff --git a/core/app/utils/digikam_opencv.h.cmake.in 
b/core/app/utils/digikam_opencv.h.cmake.in
-index 9195aad6e7..b3d6de1f86 100644
 a/core/app/utils/digikam_opencv.h.cmake.in
-+++ b/core/app/utils/digikam_opencv.h.cmake.in
-@@ -54,24 +54,36 @@
- #   include 
- #   include 
- #   include 
--#else
-+#elif OPENCV_TEST_VERSION(4,0,0)
- #   include 
- #   include 
- #   include 

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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:28:11
  Author: arojas
Revision: 420579

Use original KDE git repo

Modified:
  kimtoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 20:13:30 UTC (rev 420578)
+++ PKGBUILD2019-01-04 20:28:11 UTC (rev 420579)
@@ -6,7 +6,7 @@
 pkgdesc="An input method frontend for KDE"
 pkgrel=1
 arch=('x86_64')
-url="https://github.com/KDE/kimtoy;
+url="https://store.kde.org/p/1127378/;
 license=('GPL')
 depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
 makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata' 
'git')
@@ -15,7 +15,7 @@
 'dbus-c++: scim support'
 'ibus: ibus support'
 'kfilemetadata: for metadata extractor')
-source=('git+https://github.com/KDE/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
+source=('git+https://anongit.kde.org/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
 md5sums=('SKIP')
 
 build() {


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

2019-01-04 Thread David Runge via arch-commits
Date: Friday, January 4, 2019 @ 20:13:23
  Author: dvzrv
Revision: 420577

upgpkg: yoshimi 1.5.10-1

Upgrading to 1.5.10.

Modified:
  yoshimi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 20:12:04 UTC (rev 420576)
+++ PKGBUILD2019-01-04 20:13:23 UTC (rev 420577)
@@ -2,7 +2,7 @@
 # Contributor: David Adler 
 
 pkgname=yoshimi
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('cairo' 'fftw' 'fltk' 'jack' 'mxml')
 makedepends=('cmake' 'lv2' 'mesa')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('4551889f0dd37d3874b217dc096f2b6cdfc5ceaea6905d0e7bd6b092d1bb49d3076697c1cb233c75f606947b07ac5b79c4d87714a36e1f891ed81705ef44092d')
+sha512sums=('8c15631ea41a32dece62fffd329866204688439e7dccaf442af3cab7eeafcceabee923bbea76c87f892a69bbba4b60ec2a4920fa354b504a37248ef0dbf316de')
 
 build() {
   cd "${pkgname}-${pkgver}/src"


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

2019-01-04 Thread David Runge via arch-commits
Date: Friday, January 4, 2019 @ 20:13:30
  Author: dvzrv
Revision: 420578

archrelease: copy trunk to community-x86_64

Added:
  yoshimi/repos/community-x86_64/PKGBUILD
(from rev 420577, yoshimi/trunk/PKGBUILD)
Deleted:
  yoshimi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:13:23 UTC (rev 420577)
+++ PKGBUILD2019-01-04 20:13:30 UTC (rev 420578)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: David Adler 
-
-pkgname=yoshimi
-pkgver=1.5.9
-pkgrel=1
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=('x86_64')
-url="https://yoshimi.github.io/;
-license=('GPL')
-groups=('pro-audio')
-depends=('cairo' 'fftw' 'fltk' 'jack' 'mxml')
-makedepends=('cmake' 'lv2' 'mesa')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('4551889f0dd37d3874b217dc096f2b6cdfc5ceaea6905d0e7bd6b092d1bb49d3076697c1cb233c75f606947b07ac5b79c4d87714a36e1f891ed81705ef44092d')
-
-build() {
-  cd "${pkgname}-${pkgver}/src"
-  cmake . \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/src"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{Changelog,Dependencies,README.txt,Yoshimi_Helpers}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 420577, 
yoshimi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 20:13:30 UTC (rev 420578)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: David Adler 
+
+pkgname=yoshimi
+pkgver=1.5.10
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/;
+license=('GPL')
+groups=('pro-audio')
+depends=('cairo' 'fftw' 'fltk' 'jack' 'mxml')
+makedepends=('cmake' 'lv2' 'mesa')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('8c15631ea41a32dece62fffd329866204688439e7dccaf442af3cab7eeafcceabee923bbea76c87f892a69bbba4b60ec2a4920fa354b504a37248ef0dbf316de')
+
+build() {
+  cd "${pkgname}-${pkgver}/src"
+  cmake . \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/src"
+  make DESTDIR="${pkgdir}" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 ../{Changelog,Dependencies,README.txt,Yoshimi_Helpers}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in appstream-generator/repos/community-x86_64 (3 files)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:12:04
  Author: arojas
Revision: 420576

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 420575, appstream-generator/trunk/PKGBUILD)
Deleted:
  
appstream-generator/repos/community-x86_64/0001-Load-components-for-Arch-Linux.patch
  appstream-generator/repos/community-x86_64/PKGBUILD

---+
 0001-Load-components-for-Arch-Linux.patch |   31 ---
 PKGBUILD  |   56 ++--
 2 files changed, 28 insertions(+), 59 deletions(-)

Deleted: 0001-Load-components-for-Arch-Linux.patch
===
--- 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:11:46 UTC (rev 
420575)
+++ 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:12:04 UTC (rev 
420576)
@@ -1,31 +0,0 @@
-From 346a5c2987ffca88ef00a1ade8a5067057f7653b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 22 Dec 2018 22:54:12 +0100
-Subject: [PATCH] Load components for Arch Linux
-
-Load the "core" and "extra" components, which contain most of the icon data on 
Arch Linux.

- src/asgen/engine.d | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/asgen/engine.d b/src/asgen/engine.d
-index b7da45d..3d97dc3 100644
 a/src/asgen/engine.d
-+++ b/src/asgen/engine.d
-@@ -470,11 +470,11 @@ public:
- private HashMap!(string, Package) getIconCandidatePackages (Suite suite, 
string section, string arch)
- {
- // always load the "main" and "universe" components, which contain 
most of the icon data
--// on Debian and Ubuntu.
-+// on Debian and Ubuntu. Load the "core" and "extra" components for 
Arch Linux.
- // FIXME: This is a hack, find a sane way to get rid of this, or at 
least get rid of the
- // distro-specific hardcoding.
- auto pkgs = appender!(Package[]);
--foreach (ref newSection; ["main", "universe"]) {
-+foreach (ref newSection; ["main", "universe", "core", "extra"]) {
- if ((section != newSection) && (suite.sections.canFind 
(newSection))) {
- pkgs ~= pkgIndex.packagesFor (suite.name, newSection, arch);
- if (!suite.baseSuite.empty)
--- 
-2.20.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:11:46 UTC (rev 420575)
+++ PKGBUILD2019-01-04 20:12:04 UTC (rev 420576)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.7.5
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('173b1bef32f4c64824b833340d40ffda895a9f693e2b6854c19a033e4489430e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 420575, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 20:12:04 UTC (rev 420576)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('173b1bef32f4c64824b833340d40ffda895a9f693e2b6854c19a033e4489430e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:11:46
  Author: arojas
Revision: 420575

Drop merged patch

Deleted:
  appstream-generator/trunk/0001-Load-components-for-Arch-Linux.patch

---+
 0001-Load-components-for-Arch-Linux.patch |   31 
 1 file changed, 31 deletions(-)

Deleted: 0001-Load-components-for-Arch-Linux.patch
===
--- 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:09:55 UTC (rev 
420574)
+++ 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:11:46 UTC (rev 
420575)
@@ -1,31 +0,0 @@
-From 346a5c2987ffca88ef00a1ade8a5067057f7653b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 22 Dec 2018 22:54:12 +0100
-Subject: [PATCH] Load components for Arch Linux
-
-Load the "core" and "extra" components, which contain most of the icon data on 
Arch Linux.

- src/asgen/engine.d | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/asgen/engine.d b/src/asgen/engine.d
-index b7da45d..3d97dc3 100644
 a/src/asgen/engine.d
-+++ b/src/asgen/engine.d
-@@ -470,11 +470,11 @@ public:
- private HashMap!(string, Package) getIconCandidatePackages (Suite suite, 
string section, string arch)
- {
- // always load the "main" and "universe" components, which contain 
most of the icon data
--// on Debian and Ubuntu.
-+// on Debian and Ubuntu. Load the "core" and "extra" components for 
Arch Linux.
- // FIXME: This is a hack, find a sane way to get rid of this, or at 
least get rid of the
- // distro-specific hardcoding.
- auto pkgs = appender!(Package[]);
--foreach (ref newSection; ["main", "universe"]) {
-+foreach (ref newSection; ["main", "universe", "core", "extra"]) {
- if ((section != newSection) && (suite.sections.canFind 
(newSection))) {
- pkgs ~= pkgIndex.packagesFor (suite.name, newSection, arch);
- if (!suite.baseSuite.empty)
--- 
-2.20.1
-


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:09:55
  Author: arojas
Revision: 420574

archrelease: copy trunk to community-x86_64

Added:
  
appstream-generator/repos/community-x86_64/0001-Load-components-for-Arch-Linux.patch
(from rev 420573, 
appstream-generator/trunk/0001-Load-components-for-Arch-Linux.patch)
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 420573, appstream-generator/trunk/PKGBUILD)
Deleted:
  
appstream-generator/repos/community-x86_64/0001-Load-components-for-Arch-Linux.patch
  appstream-generator/repos/community-x86_64/PKGBUILD

---+
 0001-Load-components-for-Arch-Linux.patch |   62 +--
 PKGBUILD  |   63 
 2 files changed, 59 insertions(+), 66 deletions(-)

Deleted: 0001-Load-components-for-Arch-Linux.patch
===
--- 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:09:34 UTC (rev 
420573)
+++ 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:09:55 UTC (rev 
420574)
@@ -1,31 +0,0 @@
-From 346a5c2987ffca88ef00a1ade8a5067057f7653b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sat, 22 Dec 2018 22:54:12 +0100
-Subject: [PATCH] Load components for Arch Linux
-
-Load the "core" and "extra" components, which contain most of the icon data on 
Arch Linux.

- src/asgen/engine.d | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/asgen/engine.d b/src/asgen/engine.d
-index b7da45d..3d97dc3 100644
 a/src/asgen/engine.d
-+++ b/src/asgen/engine.d
-@@ -470,11 +470,11 @@ public:
- private HashMap!(string, Package) getIconCandidatePackages (Suite suite, 
string section, string arch)
- {
- // always load the "main" and "universe" components, which contain 
most of the icon data
--// on Debian and Ubuntu.
-+// on Debian and Ubuntu. Load the "core" and "extra" components for 
Arch Linux.
- // FIXME: This is a hack, find a sane way to get rid of this, or at 
least get rid of the
- // distro-specific hardcoding.
- auto pkgs = appender!(Package[]);
--foreach (ref newSection; ["main", "universe"]) {
-+foreach (ref newSection; ["main", "universe", "core", "extra"]) {
- if ((section != newSection) && (suite.sections.canFind 
(newSection))) {
- pkgs ~= pkgIndex.packagesFor (suite.name, newSection, arch);
- if (!suite.baseSuite.empty)
--- 
-2.20.1
-

Copied: 
appstream-generator/repos/community-x86_64/0001-Load-components-for-Arch-Linux.patch
 (from rev 420573, 
appstream-generator/trunk/0001-Load-components-for-Arch-Linux.patch)
===
--- 0001-Load-components-for-Arch-Linux.patch   (rev 0)
+++ 0001-Load-components-for-Arch-Linux.patch   2019-01-04 20:09:55 UTC (rev 
420574)
@@ -0,0 +1,31 @@
+From 346a5c2987ffca88ef00a1ade8a5067057f7653b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 22 Dec 2018 22:54:12 +0100
+Subject: [PATCH] Load components for Arch Linux
+
+Load the "core" and "extra" components, which contain most of the icon data on 
Arch Linux.
+---
+ src/asgen/engine.d | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/asgen/engine.d b/src/asgen/engine.d
+index b7da45d..3d97dc3 100644
+--- a/src/asgen/engine.d
 b/src/asgen/engine.d
+@@ -470,11 +470,11 @@ public:
+ private HashMap!(string, Package) getIconCandidatePackages (Suite suite, 
string section, string arch)
+ {
+ // always load the "main" and "universe" components, which contain 
most of the icon data
+-// on Debian and Ubuntu.
++// on Debian and Ubuntu. Load the "core" and "extra" components for 
Arch Linux.
+ // FIXME: This is a hack, find a sane way to get rid of this, or at 
least get rid of the
+ // distro-specific hardcoding.
+ auto pkgs = appender!(Package[]);
+-foreach (ref newSection; ["main", "universe"]) {
++foreach (ref newSection; ["main", "universe", "core", "extra"]) {
+ if ((section != newSection) && (suite.sections.canFind 
(newSection))) {
+ pkgs ~= pkgIndex.packagesFor (suite.name, newSection, arch);
+ if (!suite.baseSuite.empty)
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:09:34 UTC (rev 420573)
+++ PKGBUILD2019-01-04 20:09:55 UTC (rev 420574)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.7.4
-pkgrel=8
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
-makedepends=(ldc 

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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:09:34
  Author: arojas
Revision: 420573

Update to 0.7.5

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 20:07:57 UTC (rev 420572)
+++ PKGBUILD2019-01-04 20:09:34 UTC (rev 420573)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=appstream-generator
-pkgver=0.7.4
-pkgrel=8
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;
@@ -9,18 +9,11 @@
 license=(GPL3)
 depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd 
d-containers)
 makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;
-0001-Load-components-for-Arch-Linux.patch)
-sha256sums=('b214273b9b9525170c8c6fe4e8dca8334aab47ad7cc93fa049c16464a5d902e5'
-'8619c8dce6a10538e607231b53f212b26048b09b0d3ea7a5fa618e5e01eecfed')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('173b1bef32f4c64824b833340d40ffda895a9f693e2b6854c19a033e4489430e')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Load components for Arch Linux
-  # https://github.com/ximion/appstream-generator/pull/69
-  patch -Np1 -i ../0001-Load-components-for-Arch-Linux.patch
 }
 
 build() {


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:07:35
  Author: arojas
Revision: 420571

Update to 0.8.2

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:58:24 UTC (rev 420570)
+++ PKGBUILD2019-01-04 20:07:35 UTC (rev 420571)
@@ -4,9 +4,8 @@
 
 pkgname=kbibtex
 epoch=1
-pkgver=0.8.1
-pkgrel=4
-_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="A BibTeX editor for KDE"
 arch=(x86_64)
 url='https://userbase.kde.org/KBibTeX'
@@ -15,7 +14,7 @@
 optdepends=('okular: Document preview')
 makedepends=(extra-cmake-modules kdoctools qca-qt5)
 
source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('6511a912925c628b7d175b0ef98ba98b1b8eb61e457d621ea0963d29b1fd21d2'
+sha256sums=('081c61c4bb55cf3c88d59877684956df7a235fe80a40a37af92224cdf5d677d6'
 'SKIP')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

 


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:07:57
  Author: arojas
Revision: 420572

archrelease: copy trunk to community-x86_64

Added:
  kbibtex/repos/community-x86_64/PKGBUILD
(from rev 420571, kbibtex/trunk/PKGBUILD)
Deleted:
  kbibtex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:07:35 UTC (rev 420571)
+++ PKGBUILD2019-01-04 20:07:57 UTC (rev 420572)
@@ -1,40 +0,0 @@
-# Maintainer: Ray Rashif 
-# Maintainer: Antonio Rojas 
-# Contributor: cmorlok 
-
-pkgname=kbibtex
-epoch=1
-pkgver=0.8.1
-pkgrel=4
-_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
-pkgdesc="A BibTeX editor for KDE"
-arch=(x86_64)
-url='https://userbase.kde.org/KBibTeX'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns qoauth kparts)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules kdoctools qca-qt5)
-source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('6511a912925c628b7d175b0ef98ba98b1b8eb61e457d621ea0963d29b1fd21d2'
-'SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 420571, 
kbibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 20:07:57 UTC (rev 420572)
@@ -0,0 +1,39 @@
+# Maintainer: Ray Rashif 
+# Maintainer: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+epoch=1
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules kdoctools qca-qt5)
+source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('081c61c4bb55cf3c88d59877684956df7a235fe80a40a37af92224cdf5d677d6'
+'SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:05:05
  Author: arojas
Revision: 342967

archrelease: copy trunk to extra-x86_64

Added:
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 342966, okteta/trunk/PKGBUILD)
Deleted:
  okteta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 20:04:24 UTC (rev 342966)
+++ PKGBUILD2019-01-04 20:05:05 UTC (rev 342967)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=0.25.4
-pkgrel=1
-epoch=1
-pkgdesc='KDE hex editor for viewing and editing the raw data of files'
-url='https://kde.org/applications/utilities/okteta/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcmutils kparts knewstuff qca hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ae2a72d0162184278d1c0e0a73b52751a0181deede0231a4c9d568bb7ac82a52'
-'SKIP')
-validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. 
Kossebau 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 342966, 
okteta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 20:05:05 UTC (rev 342967)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=0.25.5
+pkgrel=1
+epoch=1
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e9193ab0832551943ce26ee7bf97bf19397b76c94d4bff0cfaba9a6149870099'
+'SKIP')
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. 
Kossebau 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 20:04:24
  Author: arojas
Revision: 342966

Update to 0.25.5

Modified:
  okteta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:55:23 UTC (rev 342965)
+++ PKGBUILD2019-01-04 20:04:24 UTC (rev 342966)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=okteta
-pkgver=0.25.4
+pkgver=0.25.5
 pkgrel=1
 epoch=1
 pkgdesc='KDE hex editor for viewing and editing the raw data of files'
@@ -13,7 +13,7 @@
 depends=(kcmutils kparts knewstuff qca hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ae2a72d0162184278d1c0e0a73b52751a0181deede0231a4c9d568bb7ac82a52'
+sha256sums=('e9193ab0832551943ce26ee7bf97bf19397b76c94d4bff0cfaba9a6149870099'
 'SKIP')
 validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. 
Kossebau 
 


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:58:24
  Author: arojas
Revision: 420570

archrelease: copy trunk to community-x86_64

Added:
  kup/repos/community-x86_64/PKGBUILD
(from rev 420569, kup/trunk/PKGBUILD)
Deleted:
  kup/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:57:51 UTC (rev 420569)
+++ PKGBUILD2019-01-04 19:58:24 UTC (rev 420570)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: XavierCLL 
-# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
-
-pkgname=kup
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
-arch=(x86_64)
-url="https://www.linux-apps.com/p/1127689/;
-license=(GPL2)
-depends=(kidletime kinit hicolor-icon-theme)
-makedepends=(extra-cmake-modules python plasma-framework)
-optdepends=('bup: support for incremental backups'
-'rsync: support for synced backups')
-source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f78549dcfdf111a91ea923cba352e87ff8268249a92fa000d02c0d02feb435c3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../Kup-$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kup/repos/community-x86_64/PKGBUILD (from rev 420569, 
kup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:58:24 UTC (rev 420570)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: XavierCLL 
+# PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
+
+pkgname=kup
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
+arch=(x86_64)
+url="https://www.linux-apps.com/p/1127689/;
+license=(GPL2)
+depends=(kidletime kinit hicolor-icon-theme)
+makedepends=(extra-cmake-modules plasma-framework)
+optdepends=('bup: support for incremental backups'
+'rsync: support for synced backups')
+source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b0cab16a50b2e57fee110cb9b4c54714eda305a2dfe9ed20e6bf8fed1ea606be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Kup-$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:57:51
  Author: arojas
Revision: 420569

Update to 0.7.2

Modified:
  kup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:51:40 UTC (rev 420568)
+++ PKGBUILD2019-01-04 19:57:51 UTC (rev 420569)
@@ -3,7 +3,7 @@
 # PKGBUILD base; Simper < simonpersson1 AT gmail DOT com >
 
 pkgname=kup
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('bup: support for incremental backups'
 'rsync: support for synced backups')
 source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f78549dcfdf111a91ea923cba352e87ff8268249a92fa000d02c0d02feb435c3')
+sha256sums=('b0cab16a50b2e57fee110cb9b4c54714eda305a2dfe9ed20e6bf8fed1ea606be')
 
 prepare() {
   mkdir -p build


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:55:23
  Author: arojas
Revision: 342965

archrelease: copy trunk to extra-x86_64

Added:
  libappimage/repos/extra-x86_64/PKGBUILD
(from rev 342964, libappimage/trunk/PKGBUILD)
Deleted:
  libappimage/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:54:59 UTC (rev 342964)
+++ PKGBUILD2019-01-04 19:55:23 UTC (rev 342965)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libappimage
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="Reference implementation of the AppImage specification"
-arch=(x86_64)
-url="https://appimage.org/;
-license=(GPL)
-depends=(cairo libarchive)
-makedepends=(cmake wget vim desktop-file-utils squashfuse)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz;)
-sha256sums=('c8be275436f50feadae5921ef4bd75e362b4285e77143b6cdc3120d6e8209e64')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_XZ=ON \
--DUSE_SYSTEM_SQUASHFUSE=ON \
--DUSE_SYSTEM_LIBARCHIVE=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libappimage/repos/extra-x86_64/PKGBUILD (from rev 342964, 
libappimage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:55:23 UTC (rev 342965)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libappimage
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="Reference implementation of the AppImage specification"
+arch=(x86_64)
+url="https://appimage.org/;
+license=(GPL)
+depends=(cairo libarchive squashfuse)
+makedepends=(cmake wget vim desktop-file-utils)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz;)
+sha256sums=('a6781687d3548c1d5096974dd92e229464f88b27a58e09099a9a8a0e3a64ce7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_SYSTEM_XZ=ON \
+-DUSE_SYSTEM_SQUASHFUSE=ON \
+-DUSE_SYSTEM_LIBARCHIVE=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:54:59
  Author: arojas
Revision: 342964

Update to 0.1.4

Modified:
  libappimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:26:15 UTC (rev 342963)
+++ PKGBUILD2019-01-04 19:54:59 UTC (rev 342964)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libappimage
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="Reference implementation of the AppImage specification"
 arch=(x86_64)
 url="https://appimage.org/;
 license=(GPL)
-depends=(cairo libarchive)
-makedepends=(cmake wget vim desktop-file-utils squashfuse)
+depends=(cairo libarchive squashfuse)
+makedepends=(cmake wget vim desktop-file-utils)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz;)
-sha256sums=('c8be275436f50feadae5921ef4bd75e362b4285e77143b6cdc3120d6e8209e64')
+sha256sums=('a6781687d3548c1d5096974dd92e229464f88b27a58e09099a9a8a0e3a64ce7f')
 
 prepare() {
   mkdir -p build
@@ -20,6 +20,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DUSE_SYSTEM_XZ=ON \
 -DUSE_SYSTEM_SQUASHFUSE=ON \
 -DUSE_SYSTEM_LIBARCHIVE=ON \


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:51:40
  Author: arojas
Revision: 420568

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/community-any/PKGBUILD
(from rev 420567, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:51:21 UTC (rev 420567)
+++ PKGBUILD2019-01-04 19:51:40 UTC (rev 420568)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.1
-pkgrel=2
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript python-setuptools)
-makedepends=(python-distutils-extra)
-sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}
-

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 420567, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:51:40 UTC (rev 420568)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript python-setuptools)
+makedepends=(python-distutils-extra)
+sha256sums=('c8479b4a5fb2ae629915cc50c03352fad8cf99d76f72ee2a8f58dd89b9485c18')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:51:21
  Author: arojas
Revision: 420567

Update to 1.1.1

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:50:15 UTC (rev 420566)
+++ PKGBUILD2019-01-04 19:51:21 UTC (rev 420567)
@@ -2,8 +2,8 @@
 # Contributor: Alois Nespor 
 
 pkgname=pdfarranger
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'
@@ -11,7 +11,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
 depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript python-setuptools)
 makedepends=(python-distutils-extra)
-sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
+sha256sums=('c8479b4a5fb2ae629915cc50c03352fad8cf99d76f72ee2a8f58dd89b9485c18')
 
 build () {
   cd $pkgname-$pkgver


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:50:15
  Author: arojas
Revision: 420566

archrelease: copy trunk to community-x86_64

Added:
  pynac/repos/community-x86_64/PKGBUILD
(from rev 420565, pynac/trunk/PKGBUILD)
Deleted:
  pynac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:49:40 UTC (rev 420565)
+++ PKGBUILD2019-01-04 19:50:15 UTC (rev 420566)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=pynac
-pkgver=0.7.22
-pkgrel=5
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(x86_64)
-url="http://pynac.org;
-license=(GPL)
-depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 420565, 
pynac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:50:15 UTC (rev 420566)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.23
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('4807fa1e5ec9e110ae8394a6799dc14bddf428bfffb9a7283d25c76f417eafde')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:49:40
  Author: arojas
Revision: 420565

Update to 0.7.23

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:46:36 UTC (rev 420564)
+++ PKGBUILD2019-01-04 19:49:40 UTC (rev 420565)
@@ -2,8 +2,8 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.7.22
-pkgrel=5
+pkgver=0.7.23
+pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(x86_64)
 url="http://pynac.org;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
 
source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
+sha256sums=('4807fa1e5ec9e110ae8394a6799dc14bddf428bfffb9a7283d25c76f417eafde')
 
 build() {
   cd pynac-$pkgver


[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:46:36
  Author: arojas
Revision: 420564

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 420563, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:45:59 UTC (rev 420563)
+++ PKGBUILD2019-01-04 19:46:36 UTC (rev 420564)
@@ -1,21 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r99
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('d04e6c2f335babdf8d06d92ed4505cf90496fbee6d2f05c71a7852dfcfcd24dc')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs
-  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
-# Needed by sagemath
-  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 420563, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:46:36 UTC (rev 420564)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r100
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('0e5537862c8ee13c1b87cf6cacc474e9369a74f2ce64fd0b3fb05a92c3b729da')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs
+  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
+# Needed by sagemath
+  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:45:59
  Author: arojas
Revision: 420563

Update to r100

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:42:17 UTC (rev 420562)
+++ PKGBUILD2019-01-04 19:45:59 UTC (rev 420563)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r99
+pkgver=r100
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('d04e6c2f335babdf8d06d92ed4505cf90496fbee6d2f05c71a7852dfcfcd24dc')
+sha256sums=('0e5537862c8ee13c1b87cf6cacc474e9369a74f2ce64fd0b3fb05a92c3b729da')
 
 package() {
   cd $pkgname-$pkgver


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:42:17
  Author: arojas
Revision: 420562

archrelease: copy trunk to community-x86_64

Added:
  transcode/repos/community-x86_64/PKGBUILD
(from rev 420561, transcode/trunk/PKGBUILD)
  transcode/repos/community-x86_64/transcode-ffmpeg3.patch
(from rev 420561, transcode/trunk/transcode-ffmpeg3.patch)
  transcode/repos/community-x86_64/transcode-ffmpeg4.patch
(from rev 420561, transcode/trunk/transcode-ffmpeg4.patch)
  transcode/repos/community-x86_64/transcode-imagemagick7.patch
(from rev 420561, transcode/trunk/transcode-imagemagick7.patch)
  transcode/repos/community-x86_64/transcode-swresample.patch
(from rev 420561, transcode/trunk/transcode-swresample.patch)
Deleted:
  transcode/repos/community-x86_64/PKGBUILD
  transcode/repos/community-x86_64/transcode-ffmpeg3.patch
  transcode/repos/community-x86_64/transcode-ffmpeg4.patch
  transcode/repos/community-x86_64/transcode-imagemagick7.patch
  transcode/repos/community-x86_64/transcode-swresample.patch

--+
 PKGBUILD |  116 -
 transcode-ffmpeg3.patch  | 2482 -
 transcode-ffmpeg4.patch  |  988 
 transcode-imagemagick7.patch | 1588 +-
 transcode-swresample.patch   |   40 
 5 files changed, 2608 insertions(+), 2606 deletions(-)

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


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:41:40
  Author: arojas
Revision: 420561

Add quicktime support

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:34:07 UTC (rev 420560)
+++ PKGBUILD2019-01-04 19:41:40 UTC (rev 420561)
@@ -5,13 +5,14 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=29
+pkgrel=30
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=(x86_64)
 url="http://www.transcoding.org/;
 license=(GPL)
 depends=(gawk libmagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw 
a52dec)
-makedepends=(nasm x264)
+makedepends=(nasm x264 libquicktime)
+optdepends=('libquicktime: Quicktime format support')
 
#source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2
 transcode-imagemagick7.patch
@@ -43,7 +44,8 @@
 --enable-libdv --enable-libxml2 --enable-v4l \
 --enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
 --enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
---enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 \
+--enable-libmpeg2convert --enable-libquicktime
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:34:07
  Author: arojas
Revision: 420560

archrelease: copy trunk to community-x86_64

Added:
  cantata/repos/community-x86_64/PKGBUILD
(from rev 420559, cantata/trunk/PKGBUILD)
Deleted:
  cantata/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:33:38 UTC (rev 420559)
+++ PKGBUILD2019-01-04 19:34:07 UTC (rev 420560)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=2.3.3
-pkgrel=1
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=(x86_64)
-url='https://github.com/CDrummond/cantata'
-license=(GPL)
-depends=(libmtp libmusicbrainz5 mpg123 qt5-multimedia qt5-svg taglib-extras 
media-player-info libcdio-paranoia udisks2)
-optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support' 'libebur128: ReplayGain support'
-'sshfs: remote devices support')
-makedepends=(cmake qt5-tools ffmpeg libebur128)
-source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('0d7f90c8f448adcdb1e013a6eb95147d9169d5b2023357ff8e34c29ab803ed1d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-x86_64/PKGBUILD (from rev 420559, 
cantata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:34:07 UTC (rev 420560)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(x86_64)
+url='https://github.com/CDrummond/cantata'
+license=(GPL)
+depends=(libmtp libmusicbrainz5 mpg123 qt5-multimedia qt5-svg taglib-extras 
media-player-info libcdio-paranoia udisks2)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support' 'libebur128: ReplayGain support'
+'sshfs: remote devices support')
+makedepends=(cmake qt5-tools ffmpeg libebur128)
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('0d7f90c8f448adcdb1e013a6eb95147d9169d5b2023357ff8e34c29ab803ed1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:33:38
  Author: arojas
Revision: 420559

archrelease: copy trunk to community-x86_64

Added:
  cantata/repos/community-x86_64/PKGBUILD
(from rev 420558, cantata/trunk/PKGBUILD)
Deleted:
  cantata/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:33:05 UTC (rev 420558)
+++ PKGBUILD2019-01-04 19:33:38 UTC (rev 420559)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=(x86_64)
-url='https://github.com/CDrummond/cantata'
-license=(GPL)
-depends=(libmtp libmusicbrainz5 mpg123 qt5-multimedia qt5-svg taglib-extras 
media-player-info libcdio-paranoia udisks2)
-optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support' 'libebur128: ReplayGain support'
-'sshfs: remote devices support')
-makedepends=(cmake qt5-tools ffmpeg libebur128)
-source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('505d19ce1a1eca4c3254f9f8374249d5742b58186eb67344c96ee01134ac47e0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-x86_64/PKGBUILD (from rev 420558, 
cantata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:33:38 UTC (rev 420559)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(x86_64)
+url='https://github.com/CDrummond/cantata'
+license=(GPL)
+depends=(libmtp libmusicbrainz5 mpg123 qt5-multimedia qt5-svg taglib-extras 
media-player-info libcdio-paranoia udisks2)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support' 'libebur128: ReplayGain support'
+'sshfs: remote devices support')
+makedepends=(cmake qt5-tools ffmpeg libebur128)
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('0d7f90c8f448adcdb1e013a6eb95147d9169d5b2023357ff8e34c29ab803ed1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:33:05
  Author: arojas
Revision: 420558

Update to 2.3.3

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:21:56 UTC (rev 420557)
+++ PKGBUILD2019-01-04 19:33:05 UTC (rev 420558)
@@ -5,7 +5,7 @@
 # Contributor: MisterFred 
 
 pkgname=cantata
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'sshfs: remote devices support')
 makedepends=(cmake qt5-tools ffmpeg libebur128)
 
source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('505d19ce1a1eca4c3254f9f8374249d5742b58186eb67344c96ee01134ac47e0')
+sha256sums=('0d7f90c8f448adcdb1e013a6eb95147d9169d5b2023357ff8e34c29ab803ed1d')
 
 prepare() {
   mkdir -p build


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:26:15
  Author: arojas
Revision: 342963

archrelease: copy trunk to extra-x86_64

Added:
  libdmtx/repos/extra-x86_64/PKGBUILD
(from rev 342962, libdmtx/trunk/PKGBUILD)
Deleted:
  libdmtx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:25:47 UTC (rev 342962)
+++ PKGBUILD2019-01-04 19:26:15 UTC (rev 342963)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: jose 
-
-pkgname=libdmtx
-pkgver=0.7.4
-pkgrel=6
-pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
-url="https://libdmtx.sourceforge.net/;
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(glibc)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d3a4c0becd92895eb606dbdb78b023e2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmtx/repos/extra-x86_64/PKGBUILD (from rev 342962, 
libdmtx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:26:15 UTC (rev 342963)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: jose 
+
+pkgname=libdmtx
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
+url="https://libdmtx.sourceforge.net/;
+arch=(x86_64)
+license=(GPL2)
+depends=(glibc)
+source=("https://github.com/dmtx/libdmtx/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:25:47
  Author: arojas
Revision: 342962

Update to 0.7.5

Modified:
  libdmtx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:21:07 UTC (rev 342961)
+++ PKGBUILD2019-01-04 19:25:47 UTC (rev 342962)
@@ -3,18 +3,19 @@
 # Contributor: jose 
 
 pkgname=libdmtx
-pkgver=0.7.4
-pkgrel=6
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
 url="https://libdmtx.sourceforge.net/;
 arch=(x86_64)
 license=(GPL2)
 depends=(glibc)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d3a4c0becd92895eb606dbdb78b023e2')
+source=("https://github.com/dmtx/libdmtx/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e')
 
 build() {
   cd $pkgname-$pkgver
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:21:31
  Author: arojas
Revision: 420556

Update to 1.11

Modified:
  libcerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:20:28 UTC (rev 420555)
+++ PKGBUILD2019-01-04 19:21:31 UTC (rev 420556)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libcerf
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(cmake)
 source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
-sha256sums=('6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61')
+sha256sums=('70101cac4a0d7863322d4d06cf95c507a9cfd64fc99ad1b31a8425204cfd9672')
 
 prepare() {
   mkdir -p build


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:21:56
  Author: arojas
Revision: 420557

archrelease: copy trunk to community-x86_64

Added:
  libcerf/repos/community-x86_64/PKGBUILD
(from rev 420556, libcerf/trunk/PKGBUILD)
Deleted:
  libcerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:21:31 UTC (rev 420556)
+++ PKGBUILD2019-01-04 19:21:56 UTC (rev 420557)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libcerf
-pkgver=1.10
-pkgrel=1
-pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
-arch=(x86_64)
-url="http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
-sha256sums=('6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcerf/repos/community-x86_64/PKGBUILD (from rev 420556, 
libcerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:21:56 UTC (rev 420557)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libcerf
+pkgver=1.11
+pkgrel=1
+pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
+arch=(x86_64)
+url="http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
+sha256sums=('70101cac4a0d7863322d4d06cf95c507a9cfd64fc99ad1b31a8425204cfd9672')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-04 Thread Sébastien Luttringer via arch-commits
Date: Friday, January 4, 2019 @ 19:21:07
  Author: seblu
Revision: 342961

archrelease: copy trunk to testing-x86_64

Added:
  bind/repos/testing-x86_64/
  bind/repos/testing-x86_64/01-fs60913.patch
(from rev 342960, bind/trunk/01-fs60913.patch)
  bind/repos/testing-x86_64/127.0.0.zone
(from rev 342960, bind/trunk/127.0.0.zone)
  bind/repos/testing-x86_64/PKGBUILD
(from rev 342960, bind/trunk/PKGBUILD)
  bind/repos/testing-x86_64/empty.zone
(from rev 342960, bind/trunk/empty.zone)
  bind/repos/testing-x86_64/fix-FS#60286.patch
(from rev 342960, bind/trunk/fix-FS#60286.patch)
  bind/repos/testing-x86_64/localhost.ip6.zone
(from rev 342960, bind/trunk/localhost.ip6.zone)
  bind/repos/testing-x86_64/localhost.zone
(from rev 342960, bind/trunk/localhost.zone)
  bind/repos/testing-x86_64/named.conf
(from rev 342960, bind/trunk/named.conf)
  bind/repos/testing-x86_64/named.service
(from rev 342960, bind/trunk/named.service)
  bind/repos/testing-x86_64/sysusers.conf
(from rev 342960, bind/trunk/sysusers.conf)
  bind/repos/testing-x86_64/tmpfiles.conf
(from rev 342960, bind/trunk/tmpfiles.conf)

+
 01-fs60913.patch   |   45 +
 127.0.0.zone   |   10 +++
 PKGBUILD   |  134 +++
 empty.zone |8 +++
 fix-FS#60286.patch |  129 +
 localhost.ip6.zone |   10 +++
 localhost.zone |   11 
 named.conf |   72 +++
 named.service  |   10 +++
 sysusers.conf  |1 
 tmpfiles.conf  |1 
 11 files changed, 431 insertions(+)

Copied: bind/repos/testing-x86_64/01-fs60913.patch (from rev 342960, 
bind/trunk/01-fs60913.patch)
===
--- testing-x86_64/01-fs60913.patch (rev 0)
+++ testing-x86_64/01-fs60913.patch 2019-01-04 19:21:07 UTC (rev 342961)
@@ -0,0 +1,45 @@
+From 0e5dd25fc5c70d65f6d537e93cf346e7f419 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= 
+Date: Thu, 3 Jan 2019 13:06:39 +0100
+Subject: [PATCH] When a forwarder fails and we're not in a forward-only mode
+ we go back to regular resolution. When this happens the fetch timer is
+ already running, and we might end up in a situation where we we create a
+ fetch for qname-minimized query and after that the timer is triggered and the
+ query is retried (fctx_try) - which causes relaunching of qname-minimization
+ fetch - and since we already have a qmin fetch for this fctx - assertion
+ failure.
+
+
+diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
+index 8beecbcb07..ea122bd30c 100644
+--- a/lib/dns/resolver.c
 b/lib/dns/resolver.c
+@@ -4012,6 +4012,7 @@ fctx_try(fetchctx_t *fctx, bool retrying, bool badcache) 
{
+   options &= ~DNS_FETCHOPT_QMINIMIZE;
+   fctx_increference(fctx);
+   task = res->buckets[bucketnum].task;
++  fctx_stoptimer(fctx);
+   result = dns_resolver_createfetch(fctx->res, >qminname,
+ fctx->qmintype, >domain,
+ >nameservers, NULL, 
NULL, 0,
+@@ -4343,13 +4344,12 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) {
+* timer.
+*/
+   result = fctx_starttimer(fctx);
+-  if (result != ISC_R_SUCCESS)
++  if (result != ISC_R_SUCCESS) {
+   fctx_done(fctx, result, __LINE__);
+-  else
+-  /*
+-   * Keep trying.
+-   */
++  } else {
++  /* Keep trying */
+   fctx_try(fctx, true, false);
++  }
+   }
+ 
+   isc_event_free();
+-- 
+2.18.1
+

Copied: bind/repos/testing-x86_64/127.0.0.zone (from rev 342960, 
bind/trunk/127.0.0.zone)
===
--- testing-x86_64/127.0.0.zone (rev 0)
+++ testing-x86_64/127.0.0.zone 2019-01-04 19:21:07 UTC (rev 342961)
@@ -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.

Copied: bind/repos/testing-x86_64/PKGBUILD (from rev 342960, 
bind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-04 19:21:07 UTC (rev 342961)
@@ -0,0 +1,134 @@

[arch-commits] Commit in bind/trunk (01-fs60913.patch PKGBUILD)

2019-01-04 Thread Sébastien Luttringer via arch-commits
Date: Friday, January 4, 2019 @ 19:20:55
  Author: seblu
Revision: 342960

upgpkg: bind 9.13.5-2

- fix FS#60913

Added:
  bind/trunk/01-fs60913.patch
Modified:
  bind/trunk/PKGBUILD

--+
 01-fs60913.patch |   45 +
 PKGBUILD |8 +---
 2 files changed, 50 insertions(+), 3 deletions(-)

Added: 01-fs60913.patch
===
--- 01-fs60913.patch(rev 0)
+++ 01-fs60913.patch2019-01-04 19:20:55 UTC (rev 342960)
@@ -0,0 +1,45 @@
+From 0e5dd25fc5c70d65f6d537e93cf346e7f419 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= 
+Date: Thu, 3 Jan 2019 13:06:39 +0100
+Subject: [PATCH] When a forwarder fails and we're not in a forward-only mode
+ we go back to regular resolution. When this happens the fetch timer is
+ already running, and we might end up in a situation where we we create a
+ fetch for qname-minimized query and after that the timer is triggered and the
+ query is retried (fctx_try) - which causes relaunching of qname-minimization
+ fetch - and since we already have a qmin fetch for this fctx - assertion
+ failure.
+
+
+diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
+index 8beecbcb07..ea122bd30c 100644
+--- a/lib/dns/resolver.c
 b/lib/dns/resolver.c
+@@ -4012,6 +4012,7 @@ fctx_try(fetchctx_t *fctx, bool retrying, bool badcache) 
{
+   options &= ~DNS_FETCHOPT_QMINIMIZE;
+   fctx_increference(fctx);
+   task = res->buckets[bucketnum].task;
++  fctx_stoptimer(fctx);
+   result = dns_resolver_createfetch(fctx->res, >qminname,
+ fctx->qmintype, >domain,
+ >nameservers, NULL, 
NULL, 0,
+@@ -4343,13 +4344,12 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) {
+* timer.
+*/
+   result = fctx_starttimer(fctx);
+-  if (result != ISC_R_SUCCESS)
++  if (result != ISC_R_SUCCESS) {
+   fctx_done(fctx, result, __LINE__);
+-  else
+-  /*
+-   * Keep trying.
+-   */
++  } else {
++  /* Keep trying */
+   fctx_try(fctx, true, false);
++  }
+   }
+ 
+   isc_event_free();
+-- 
+2.18.1
+

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:16:14 UTC (rev 342959)
+++ PKGBUILD2019-01-04 19:20:55 UTC (rev 342960)
@@ -7,7 +7,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.13.5
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
 arch=('x86_64')
@@ -27,7 +27,8 @@
 'localhost.zone'
 'localhost.ip6.zone'
 '127.0.0.zone'
-'empty.zone')
+'empty.zone'
+'01-fs60913.patch')
 sha1sums=('8c01018e6928e9117cd8e0cdd464efe3b68894c5'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
@@ -37,7 +38,8 @@
   '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
   '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
   '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
+  '4f4457b310cbbeadca2272eced062a9c2b2b42fe'
+  'a71c39b6073be96589e3c0a8cc7430f0e22ebe9c')
 
 prepare() {
   msg2 'Getting a fresh version of root DNS'


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:19:59
  Author: arojas
Revision: 420554

Update to 1.42.0

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 19:06:21 UTC (rev 420553)
+++ PKGBUILD2019-01-04 19:19:59 UTC (rev 420554)
@@ -2,7 +2,7 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.41.1
+pkgver=1.42.0
 pkgrel=1
 arch=('any')
 url="https://github.com/quodlibet/mutagen;
@@ -12,7 +12,7 @@
   'python-pycodestyle' 'python2-pycodestyle')
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz;
 
$pkgbase-$pkgver.tar.gz.sig::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz.sig;)
-sha256sums=('2ea9c900a05fa7f5f4c5bd9fc1475d7d576532e13b2f79b694452b997ff67200'
+sha256sums=('bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c'
 'SKIP')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:20:28
  Author: arojas
Revision: 420555

archrelease: copy trunk to community-any

Added:
  mutagen/repos/community-any/PKGBUILD
(from rev 420554, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:19:59 UTC (rev 420554)
+++ PKGBUILD2019-01-04 19:20:28 UTC (rev 420555)
@@ -1,45 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.41.1
-pkgrel=1
-arch=('any')
-url="https://github.com/quodlibet/mutagen;
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-hypothesis' 
'python2-hypothesis' 'python-pyflakes' 'python2-pyflakes'
-  'python-pycodestyle' 'python2-pycodestyle')
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz;
-
$pkgbase-$pkgver.tar.gz.sig::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz.sig;)
-sha256sums=('2ea9c900a05fa7f5f4c5bd9fc1475d7d576532e13b2f79b694452b997ff67200'
-'SKIP')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc="An audio metadata tag reader and writer"
-  depends=('python2')
- 
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer library for Python 3"
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}"/usr/{bin,share}
-}

Copied: mutagen/repos/community-any/PKGBUILD (from rev 420554, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:20:28 UTC (rev 420555)
@@ -0,0 +1,45 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.42.0
+pkgrel=1
+arch=('any')
+url="https://github.com/quodlibet/mutagen;
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-hypothesis' 
'python2-hypothesis' 'python-pyflakes' 'python2-pyflakes'
+  'python-pycodestyle' 'python2-pycodestyle')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz;
+
$pkgbase-$pkgver.tar.gz.sig::"https://github.com/quodlibet/mutagen/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz.sig;)
+sha256sums=('bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c'
+'SKIP')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc="An audio metadata tag reader and writer"
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer library for Python 3"
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,share}
+}


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:16:14
  Author: arojas
Revision: 342959

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 342958, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 342958, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 342958, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 +--
 PKGBUILD|  270 +-
 arch-fonts.diff |  214 +++
 3 files changed, 252 insertions(+), 252 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-01-04 19:15:49 UTC (rev 342958)
+++ IM7-GS-policy.patch 2019-01-04 19:16:14 UTC (rev 342959)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 342958, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-01-04 19:16:14 UTC (rev 342959)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:15:49 UTC (rev 342958)
+++ PKGBUILD2019-01-04 19:16:14 UTC (rev 342959)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.21
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('c3be517875b582a746bdc813f1837d97e4925bfcf5468a7177e3c8adf88091b4'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  

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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:15:49
  Author: arojas
Revision: 342958

Update to 7.0.8.23

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 15:49:25 UTC (rev 342957)
+++ PKGBUILD2019-01-04 19:15:49 UTC (rev 342958)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.21
+pkgver=7.0.8.23
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('c3be517875b582a746bdc813f1837d97e4925bfcf5468a7177e3c8adf88091b4'
+sha256sums=('e535ef9c0e7e5961a9907a13475ffc4c0d7b84a2788484910337bcdb30498656'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:06:21
  Author: arojas
Revision: 420553

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 19:05:20 UTC (rev 420552)
+++ PKGBUILD2019-01-04 19:06:21 UTC (rev 420553)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3d6920a9020f4afa7663803a095a4b1f6607fbce53fbc828b33778d9e0aefc9'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 420552, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 19:06:21 UTC (rev 420553)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c32b090c3bb71afbd2477fe405f51270111b135cc15534d428ad7ae527eba27e'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-04 Thread Antonio Rojas via arch-commits
Date: Friday, January 4, 2019 @ 19:05:20
  Author: arojas
Revision: 420552

Update to 0.8.4

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 18:55:39 UTC (rev 420551)
+++ PKGBUILD2019-01-04 19:05:20 UTC (rev 420552)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3d6920a9020f4afa7663803a095a4b1f6607fbce53fbc828b33778d9e0aefc9'
+sha256sums=('c32b090c3bb71afbd2477fe405f51270111b135cc15534d428ad7ae527eba27e'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-01-04 Thread Daniel M. Capella via arch-commits
Date: Friday, January 4, 2019 @ 18:55:39
  Author: polyzen
Revision: 420551

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 420550, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 18:55:22 UTC (rev 420550)
+++ PKGBUILD2019-01-04 18:55:39 UTC (rev 420551)
@@ -1,21 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-_pkgname=tree_style_tab
-pkgname=firefox-tree-style-tab
-pkgver=2.7.8
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'GPL' 'LGPL')
-groups=('firefox-addons')
-url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/$_pkgname-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('656d58d847b35e8b04e0420cce0ab8b211961f65bc8b489636c39b1f0a8989e5')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 420550, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 18:55:39 UTC (rev 420551)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=2.7.9
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('5157a9ff22e6273ce2b3443785b4c2a1b089179835d9f400ffeb08a8e93d091b')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2019-01-04 Thread Daniel M. Capella via arch-commits
Date: Friday, January 4, 2019 @ 18:55:22
  Author: polyzen
Revision: 420550

upgpkg: firefox-tree-style-tab 2.7.9-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 18:36:42 UTC (rev 420549)
+++ PKGBUILD2019-01-04 18:55:22 UTC (rev 420550)
@@ -1,9 +1,8 @@
 # Maintainer: Daniel M. Capella 
 # Contributor: Jérémie Detrey 
 
-_pkgname=tree_style_tab
 pkgname=firefox-tree-style-tab
-pkgver=2.7.8
+pkgver=2.7.9
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -10,9 +9,9 @@
 license=('MPL' 'GPL' 'LGPL')
 groups=('firefox-addons')
 url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/$_pkgname-$pkgver-fx.xpi;)
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('656d58d847b35e8b04e0420cce0ab8b211961f65bc8b489636c39b1f0a8989e5')
+sha256sums=('5157a9ff22e6273ce2b3443785b4c2a1b089179835d9f400ffeb08a8e93d091b')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 18:36:42
  Author: eschwartz
Revision: 420549

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
(from rev 420548, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
(from rev 420548, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-+
 PKGBUILD|   72 +-
 rcfile.diff |   62 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 17:57:27 UTC (rev 420548)
+++ PKGBUILD2019-01-04 18:36:42 UTC (rev 420549)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Levente Polyak 
-
-pkgname=exploitdb
-_pkgver=2019-01-03
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Offensive Security’s Exploit Database Archive"
-arch=('any')
-url="https://www.exploit-db.com/;
-license=('GPL')
-optdepends=('libxml2: to check nmap XML results'
-'xclip: copy paths to the clipboard')
-backup=('etc/searchsploit_rc')
-options=('!strip')
-source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
-"rcfile.diff")
-sha512sums=('3546c79b3f4c49d6cc0768a672b002508ded82e1ee1ae967f730f039e8e25c14e9c8f4a5e82f561385b37cb5371fd31d8708572b08535f2b08d355c5a092d58d'
-
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-
-prepare() {
-cd ${pkgname}-${_pkgver}
-
-patch -p1 -i ../rcfile.diff
-}
-
-package() {
-cd ${pkgname}-${_pkgver}
-
-install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
-install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
-mkdir -p "${pkgdir}"/usr/share/${pkgname}
-cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
-}
-
-# vim: ts=4 sw=4 et:

Copied: exploitdb/repos/community-any/PKGBUILD (from rev 420548, 
exploitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 18:36:42 UTC (rev 420549)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+
+pkgname=exploitdb
+_pkgver=2019-01-03
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Offensive Security’s Exploit Database Archive"
+arch=('any')
+url="https://www.exploit-db.com/;
+license=('GPL')
+optdepends=('libxml2: to check nmap XML results'
+'xclip: copy paths to the clipboard')
+backup=('etc/searchsploit_rc')
+options=('!strip')
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
+"rcfile.diff")
+sha512sums=('3546c79b3f4c49d6cc0768a672b002508ded82e1ee1ae967f730f039e8e25c14e9c8f4a5e82f561385b37cb5371fd31d8708572b08535f2b08d355c5a092d58d'
+
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+
+prepare() {
+cd ${pkgname}-${_pkgver}
+
+patch -p1 -i ../rcfile.diff
+}
+
+package() {
+cd ${pkgname}-${_pkgver}
+
+install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
+install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
+mkdir -p "${pkgdir}"/usr/share/${pkgname}
+cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
+}
+
+# vim: ts=4 sw=4 et:

Deleted: rcfile.diff
===
--- rcfile.diff 2019-01-04 17:57:27 UTC (rev 420548)
+++ rcfile.diff 2019-01-04 18:36:42 UTC (rev 420549)
@@ -1,31 +0,0 @@
-diff --git a/.searchsploit_rc b/.searchsploit_rc
-index 36c9b1c8..62bbe404 100644
 a/.searchsploit_rc
-+++ b/.searchsploit_rc
-@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
- 
- ##-- Exploits
- files_array+=("files_exploits.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Exploit")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -12,7 +12,7 @@ package_array+=("exploitdb")
- 
- ##-- Shellcodes
- files_array+=("files_shellcodes.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Shellcode")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -20,7 +20,7 @@ package_array+=("exploitdb")
- 
- ##-- Papers
- files_array+=("files_papers.csv")
--path_array+=("/opt/exploitdb-papers")
-+path_array+=("/usr/share/exploitdb-papers")
- name_array+=("Paper")
- git_array+=("https://github.com/offensive-security/exploitdb-papers.git;)
- package_array+=("exploitdb-papers")

Copied: exploitdb/repos/community-any/rcfile.diff (from rev 420548, 

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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 17:57:27
  Author: eschwartz
Revision: 420548

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
(from rev 420547, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
(from rev 420547, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-+
 PKGBUILD|   72 +-
 rcfile.diff |   62 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 17:56:46 UTC (rev 420547)
+++ PKGBUILD2019-01-04 17:57:27 UTC (rev 420548)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Levente Polyak 
-
-pkgname=exploitdb
-_pkgver=2018-12-15
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Offensive Security’s Exploit Database Archive"
-arch=('any')
-url="https://www.exploit-db.com/;
-license=('GPL')
-optdepends=('libxml2: to check nmap XML results'
-'xclip: copy paths to the clipboard')
-backup=('etc/searchsploit_rc')
-options=('!strip')
-source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
-"rcfile.diff")
-sha512sums=('14c2e4b0515496f42d48bb5e565a2c7f30692d71e1f26634cb9a934338288ce7ed20fd3789b626378d45da7d1b69b1801d82ea5654f23a2519beb9687fa0e57a'
-
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-
-prepare() {
-cd ${pkgname}-${_pkgver}
-
-patch -p1 -i ../rcfile.diff
-}
-
-package() {
-cd ${pkgname}-${_pkgver}
-
-install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
-install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
-mkdir -p "${pkgdir}"/usr/share/${pkgname}
-cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
-}
-
-# vim: ts=4 sw=4 et:

Copied: exploitdb/repos/community-any/PKGBUILD (from rev 420547, 
exploitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 17:57:27 UTC (rev 420548)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+
+pkgname=exploitdb
+_pkgver=2019-01-03
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Offensive Security’s Exploit Database Archive"
+arch=('any')
+url="https://www.exploit-db.com/;
+license=('GPL')
+optdepends=('libxml2: to check nmap XML results'
+'xclip: copy paths to the clipboard')
+backup=('etc/searchsploit_rc')
+options=('!strip')
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
+"rcfile.diff")
+sha512sums=('3546c79b3f4c49d6cc0768a672b002508ded82e1ee1ae967f730f039e8e25c14e9c8f4a5e82f561385b37cb5371fd31d8708572b08535f2b08d355c5a092d58d'
+
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+
+prepare() {
+cd ${pkgname}-${_pkgver}
+
+patch -p1 -i ../rcfile.diff
+}
+
+package() {
+cd ${pkgname}-${_pkgver}
+
+install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
+install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
+mkdir -p "${pkgdir}"/usr/share/${pkgname}
+cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
+}
+
+# vim: ts=4 sw=4 et:

Deleted: rcfile.diff
===
--- rcfile.diff 2019-01-04 17:56:46 UTC (rev 420547)
+++ rcfile.diff 2019-01-04 17:57:27 UTC (rev 420548)
@@ -1,31 +0,0 @@
-diff --git a/.searchsploit_rc b/.searchsploit_rc
-index 36c9b1c8..62bbe404 100644
 a/.searchsploit_rc
-+++ b/.searchsploit_rc
-@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
- 
- ##-- Exploits
- files_array+=("files_exploits.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Exploit")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -12,7 +12,7 @@ package_array+=("exploitdb")
- 
- ##-- Shellcodes
- files_array+=("files_shellcodes.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Shellcode")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -20,7 +20,7 @@ package_array+=("exploitdb")
- 
- ##-- Papers
- files_array+=("files_papers.csv")
--path_array+=("/opt/exploitdb-papers")
-+path_array+=("/usr/share/exploitdb-papers")
- name_array+=("Paper")
- git_array+=("https://github.com/offensive-security/exploitdb-papers.git;)
- package_array+=("exploitdb-papers")

Copied: exploitdb/repos/community-any/rcfile.diff (from rev 420547, 

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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 17:56:46
  Author: eschwartz
Revision: 420547

upgpkg: exploitdb 20190103-1

upstream release

Modified:
  exploitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 17:10:05 UTC (rev 420546)
+++ PKGBUILD2019-01-04 17:56:46 UTC (rev 420547)
@@ -2,7 +2,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=exploitdb
-_pkgver=2018-12-15
+_pkgver=2019-01-03
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -15,7 +15,7 @@
 options=('!strip')
 
source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
 "rcfile.diff")
-sha512sums=('14c2e4b0515496f42d48bb5e565a2c7f30692d71e1f26634cb9a934338288ce7ed20fd3789b626378d45da7d1b69b1801d82ea5654f23a2519beb9687fa0e57a'
+sha512sums=('3546c79b3f4c49d6cc0768a672b002508ded82e1ee1ae967f730f039e8e25c14e9c8f4a5e82f561385b37cb5371fd31d8708572b08535f2b08d355c5a092d58d'
 
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
 
 prepare() {


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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 17:10:05
  Author: eschwartz
Revision: 420546

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 420545, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  172 ++---
 1 file changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 17:08:25 UTC (rev 420545)
+++ PKGBUILD2019-01-04 17:10:05 UTC (rev 420546)
@@ -1,86 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('68cd787db3eafc2907e2e62b6bf895836c880f6bc91686de1b6ace9dc4226e39'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-
-  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  # This is kind of ugly but removes traces of the build root.
-  while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 420545, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 17:10:05 UTC (rev 420546)
@@ -0,0 +1,86 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.37.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-css-parser' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+   

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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 17:08:25
  Author: eschwartz
Revision: 420545

upgpkg: calibre 3.37.0-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 16:41:06 UTC (rev 420544)
+++ PKGBUILD2019-01-04 17:08:25 UTC (rev 420545)
@@ -7,13 +7,13 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.36.0
+pkgver=3.37.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
 license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+depends=('python2-six' 'python2-dateutil' 'python2-css-parser' 'python2-dukpy'
  'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
  'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
  'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
@@ -27,7 +27,7 @@
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('68cd787db3eafc2907e2e62b6bf895836c880f6bc91686de1b6ace9dc4226e39'
+sha256sums=('0544fc8c10f7fa29b998ab53b5058a27107b5d26da590011f08dc6f2943c518b'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 


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

2019-01-04 Thread Eli Schwartz via arch-commits
Date: Friday, January 4, 2019 @ 16:41:06
  Author: eschwartz
Revision: 420544

copy fix to repos/

Modified:
  python-pathspec/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 16:17:28 UTC (rev 420543)
+++ PKGBUILD2019-01-04 16:41:06 UTC (rev 420544)
@@ -11,7 +11,7 @@
 license=('custom:MPLv2')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://files.pythonhosted.com/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
 sha256sums=('54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873')
 
 build() {


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 16:17:28
  Author: archange
Revision: 420543

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
(from rev 420542, hugin/trunk/PKGBUILD)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 16:17:13 UTC (rev 420542)
+++ PKGBUILD2019-01-04 16:17:28 UTC (rev 420543)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2018.0.0
-pkgrel=5
-pkgdesc="Panorama photo stitcher"
-arch=('x86_64')
-url="http://hugin.sourceforge.net/;
-license=('GPL')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
- 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
-sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 420542, 
hugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 16:17:28 UTC (rev 420543)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2018.0.0
+pkgrel=6
+pkgdesc="Panorama photo stitcher"
+arch=('x86_64')
+url="http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk2' 'boost-libs' 'libtiff' 'libpano13' 'libjpeg' 'libpng' 
'openexr' 'vigra'
+ 'exiv2' 'glew' 'sqlite' 'lcms2' 'lapack' 'fftw' 'glu' 'libxi' 
'libxmu' 'python'
+ 'lensfun' 'make' 'enblend-enfuse')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+optdepends=('perl-image-exiftool: GPano tags support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
+sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LAPACK=yes \
+-DBUILD_HSI=ON
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 16:17:13
  Author: archange
Revision: 420542

Re-enable python scripting interface

It was disabled upstream without strong reasons ("has not seen a lot of use").
Also list dependencies explicitly (do not rely on transient dependencies).

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 15:16:34 UTC (rev 420541)
+++ PKGBUILD2019-01-04 16:17:13 UTC (rev 420542)
@@ -6,31 +6,33 @@
 
 pkgname=hugin
 pkgver=2018.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Panorama photo stitcher"
 arch=('x86_64')
 url="http://hugin.sourceforge.net/;
 license=('GPL')
+depends=('wxgtk2' 'boost-libs' 'libtiff' 'libpano13' 'libjpeg' 'libpng' 
'openexr' 'vigra'
+ 'exiv2' 'glew' 'sqlite' 'lcms2' 'lapack' 'fftw' 'glu' 'libxi' 
'libxmu' 'python'
+ 'lensfun' 'make' 'enblend-enfuse')
 makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
- 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
+optdepends=('perl-image-exiftool: GPano tags support')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2;)
 sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
 
 prepare() {
-   mkdir -p build
+mkdir -p build
 }
 
 build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
-   make
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LAPACK=yes \
+-DBUILD_HSI=ON
+make
 }
 
 package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
+cd build
+make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2019-01-04 Thread Dave Reisner via arch-commits
Date: Friday, January 4, 2019 @ 15:49:25
  Author: dreisner
Revision: 342957

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 342956, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 342956, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 342956, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 342956, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 342956, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 342956, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 342956, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 342956, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 342956, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 342956, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 342956, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 342956, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 342956, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 342956, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 342956, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 342956, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 342956, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 342956, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 342956, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 342956, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-binfmt.hook
  systemd/repos/testing-x86_64/systemd-catalog.hook
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysctl.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  150 +++---
 PKGBUILD   |  561 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  404 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-binfmt.hook|   20 
 systemd-catalog.hook   |   22 
 systemd-daemon-reload.hook |   22 
 systemd-hook   |   64 +-
 systemd-hwdb.hook  |   22 
 systemd-sysctl.hook|   20 
 systemd-sysusers.hook  |   20 
 systemd-tmpfiles.hook  |   20 
 systemd-udev-reload.hook   |   22 
 systemd-update.hook|   22 
 systemd-user.pam   |   10 
 systemd.install|  198 
 19 files changed, 857 insertions(+), 838 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2019-01-04 15:48:24 UTC 
(rev 342956)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2019-01-04 15:49:25 UTC 
(rev 342957)
@@ -1,75 +0,0 @@
-From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
-Message-Id: 

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

2019-01-04 Thread Dave Reisner via arch-commits
Date: Friday, January 4, 2019 @ 15:48:24
  Author: dreisner
Revision: 342956

upgpkg: systemd 240.0-2

- backport a whole slew of fixes

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 15:23:37 UTC (rev 342955)
+++ PKGBUILD2019-01-04 15:48:24 UTC (rev 342956)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
 pkgver=240.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,9 +62,28 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
+  # https://github.com/systemd/systemd/issues/11277
+  'b261494128e60dd3168e0ea961606ec4f39c5739'
+  'ff86c92e3043f71fc801cf687600a480ee8f6778'
+
+  # https://github.com/systemd/systemd/issues/11264
+  '577ab71c58d36bc8577d15f172a306c9c05cd2f4'
+
+  # https://github.com/systemd/systemd/issues/11251
+  '7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31'
+
+  # https://github.com/systemd/systemd/issues/11255
+  'adeb26c1affd09138bb96a9e25b795d146e64c97'
+
+  # https://github.com/systemd/systemd/issues/11259
+  '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
 )
 
 _reverts=(
+  # Lots of things still expect to find the session bus through environment.
+  # This will likely end up being reverted upstream in systemd.
+  # https://github.com/systemd/systemd/issues/11293
+  '2b2b7228bffef626fe8e9f131095995f3d50ee3b'
 )
 
 prepare() {


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-01-04 Thread Jelle van der Waa via arch-commits
Date: Friday, January 4, 2019 @ 15:23:37
  Author: jelle
Revision: 342955

FS#61270

Update checksums

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 10:33:18 UTC (rev 342954)
+++ PKGBUILD2019-01-04 15:23:37 UTC (rev 342955)
@@ -11,7 +11,7 @@
 makedepends=(go-pie git)
 
source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service go.sum.patch)
 
sha512sums=('49290860e5e1713cc0e1edd93fd193d6e23aebe55a6f62778da89450f5ba79787d4ac3fd6ca3aae37f4941c16976db4570f2d4888534f2ce2c86e25e250b12f1'
-
'2a663446105459eaa55d73b5777cfff0adad12e704f354a5283d00e6052af10758c3fc0979bf0cd4edcc1a4b1d59449e4c439d339e50001b78438d6650dad2c1'
+
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514'
 
'7768e79944b6d8294a4c1f541c11825385d38620ce7465bd7b719c28a1f2b63e5de86ff374d026e8a2fdde39cd1597455adba27915492ae99026d3a05997d2ef')
 
 prepare() {


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 15:16:19
  Author: archange
Revision: 420540

upgpkg: libxmlb 0.1.6-1

Modified:
  libxmlb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 14:39:12 UTC (rev 420539)
+++ PKGBUILD2019-01-04 15:16:19 UTC (rev 420540)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=libxmlb
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="A library to help create and query binary XML blobs"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('meson' 'gobject-introspection' 'gtk-doc')
 checkdepends=('shared-mime-info')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('88eb4d760d99f0cea17fcef4a148397474fd17cec1d3a9de507f6f2216b82b27' 
'SKIP')
+sha256sums=('4903cae469fd292f1e7af72fd15ba0f351b924cc5fd6c18600ec1032bbe0e5ad' 
'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 15:16:34
  Author: archange
Revision: 420541

archrelease: copy trunk to community-x86_64

Added:
  libxmlb/repos/community-x86_64/PKGBUILD
(from rev 420540, libxmlb/trunk/PKGBUILD)
Deleted:
  libxmlb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 15:16:19 UTC (rev 420540)
+++ PKGBUILD2019-01-04 15:16:34 UTC (rev 420541)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=libxmlb
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="A library to help create and query binary XML blobs"
-arch=('x86_64')
-url="https://github.com/hughsie/libxmlb;
-license=('LGPL')
-depends=('glib2' 'libstemmer')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc')
-checkdepends=('shared-mime-info')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('88eb4d760d99f0cea17fcef4a148397474fd17cec1d3a9de507f6f2216b82b27' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: libxmlb/repos/community-x86_64/PKGBUILD (from rev 420540, 
libxmlb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 15:16:34 UTC (rev 420541)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libxmlb
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A library to help create and query binary XML blobs"
+arch=('x86_64')
+url="https://github.com/hughsie/libxmlb;
+license=('LGPL')
+depends=('glib2' 'libstemmer')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc')
+checkdepends=('shared-mime-info')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('4903cae469fd292f1e7af72fd15ba0f351b924cc5fd6c18600ec1032bbe0e5ad' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+}


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 14:38:55
  Author: archange
Revision: 420538

Move nodejs-lts-carbon to makedepends

At runtime, electron embedded nodejs is used. This solves conflicts with app 
like Atom.
Also remove MacOS specific bit.

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 13:40:52 UTC (rev 420537)
+++ PKGBUILD2019-01-04 14:38:55 UTC (rev 420538)
@@ -2,13 +2,13 @@
 
 pkgname=cozy-desktop
 pkgver=3.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=('any')
 url="https://cozy-labs.github.io/cozy-desktop/;
 license=('AGPL3')
-depends=('electron2' 'nodejs-lts-carbon')
-makedepends=('yarn' 'git' 'node-gyp' 'python2')
+depends=('electron2')
+makedepends=('nodejs-lts-carbon' 'yarn' 'git' 'node-gyp' 'python2')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}.tar.gz;
 "${pkgname}.desktop"
 "${pkgname}.sh"
@@ -40,6 +40,9 @@
 install -dm755 "${pkgdir}"/usr/lib/${pkgname}
 cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
 
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
+
 cd "${srcdir}"
 install -dm755 "${pkgdir}"/usr/share/icons/
 cp -r hicolor "${pkgdir}"/usr/share/icons/


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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 14:39:12
  Author: archange
Revision: 420539

archrelease: copy trunk to community-any

Added:
  cozy-desktop/repos/community-any/PKGBUILD
(from rev 420538, cozy-desktop/trunk/PKGBUILD)
  cozy-desktop/repos/community-any/cozy-desktop.desktop
(from rev 420538, cozy-desktop/trunk/cozy-desktop.desktop)
  cozy-desktop/repos/community-any/cozy-desktop.sh
(from rev 420538, cozy-desktop/trunk/cozy-desktop.sh)
  cozy-desktop/repos/community-any/icons.tar.xz
(from rev 420538, cozy-desktop/trunk/icons.tar.xz)
Deleted:
  cozy-desktop/repos/community-any/PKGBUILD
  cozy-desktop/repos/community-any/cozy-desktop.desktop
  cozy-desktop/repos/community-any/cozy-desktop.sh
  cozy-desktop/repos/community-any/icons.tar.xz

--+
 PKGBUILD |  101 +
 cozy-desktop.desktop |   18 
 cozy-desktop.sh  |6 +-
 3 files changed, 64 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 14:38:55 UTC (rev 420538)
+++ PKGBUILD2019-01-04 14:39:12 UTC (rev 420539)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-desktop
-pkgver=3.11.2
-pkgrel=1
-pkgdesc="File synchronisation for Cozy Cloud on Desktop"
-arch=('any')
-url="https://cozy-labs.github.io/cozy-desktop/;
-license=('AGPL3')
-depends=('electron2' 'nodejs-lts-carbon')
-makedepends=('yarn' 'git' 'node-gyp' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-'icons.tar.xz')
-sha256sums=('98001624f31df450f1fb2156df33612014409d3d5c56f8c7be4215f80a5245e2'
-'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
-'6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
-'69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-_electronver=$(cat /usr/lib/electron2/version)
-sed -i "s|\"electron\": \"^1.8.3\"|\"electron\": \"^${_electronver/v/}\"|" 
package.json
-#npm install --cache "${srcdir}"/npm-cache
-yarn install
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-#npm run build --cache "${srcdir}"/npm-cache
-yarn build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-#npm run dist --dir --cache "${srcdir}"/npm-cache
-yarn dist --dir
-
-install -dm755 "${pkgdir}"/usr/lib/${pkgname}
-cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
-
-cd "${srcdir}"
-install -dm755 "${pkgdir}"/usr/share/icons/
-cp -r hicolor "${pkgdir}"/usr/share/icons/
-
-install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 ${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: cozy-desktop/repos/community-any/PKGBUILD (from rev 420538, 
cozy-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 14:39:12 UTC (rev 420539)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-desktop
+pkgver=3.11.2
+pkgrel=2
+pkgdesc="File synchronisation for Cozy Cloud on Desktop"
+arch=('any')
+url="https://cozy-labs.github.io/cozy-desktop/;
+license=('AGPL3')
+depends=('electron2')
+makedepends=('nodejs-lts-carbon' 'yarn' 'git' 'node-gyp' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.sh"
+'icons.tar.xz')
+sha256sums=('98001624f31df450f1fb2156df33612014409d3d5c56f8c7be4215f80a5245e2'
+'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
+'6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
+'69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+_electronver=$(cat /usr/lib/electron2/version)
+sed -i "s|\"electron\": \"^1.8.3\"|\"electron\": \"^${_electronver/v/}\"|" 
package.json
+#npm install --cache "${srcdir}"/npm-cache
+yarn install
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+#npm run build --cache "${srcdir}"/npm-cache
+yarn build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+#npm run dist --dir --cache "${srcdir}"/npm-cache
+yarn dist --dir
+
+install -dm755 "${pkgdir}"/usr/lib/${pkgname}
+cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
+
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
+
+cd "${srcdir}"
+install -dm755 "${pkgdir}"/usr/share/icons/
+cp -r hicolor "${pkgdir}"/usr/share/icons/
+
+install -Dm755 ${pkgname}.sh 

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

2019-01-04 Thread Bruno Pagani via arch-commits
Date: Friday, January 4, 2019 @ 13:40:52
  Author: archange
Revision: 420537

Add an additional patch from CouchDB, only js185 user anyway

Modified:
  js185/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 13:33:08 UTC (rev 420536)
+++ PKGBUILD2019-01-04 13:40:52 UTC (rev 420537)
@@ -3,7 +3,7 @@
 
 pkgname=js185
 pkgver=1.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="JavaScript interpreter and libraries (legacy)"
 arch=(x86_64)
 
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5;
@@ -14,12 +14,14 @@
 'fix-gcc6.patch'
 'fix-install-symlinks.patch'
 'system-libffi-autoconf.patch'
-'allow-to-build-against-system-libffi.patch')
+'allow-to-build-against-system-libffi.patch'
+'apache-couchdb-mozjs-tag.patch')
 sha256sums=('5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687'
 '7d252ea688f3011360c3a370820e1a00c85ae785cdad37c6655d0d5ef996fb76'
 'b738dc60b6f9c4697aede30ca09a87ac0d5895fe5da6c9f277295531cbe8c215'
 '524e11a66f0931dc1affcfcf47a87e086b6006ee9b747e2c7caae82334d6ba6b'
-'eea3f80f72cfde52745fbb24b9d3a3506dd2cdbb08fe53a529d7c9a14f0381a6')
+'eea3f80f72cfde52745fbb24b9d3a3506dd2cdbb08fe53a529d7c9a14f0381a6'
+'669b2e87f962ef554ab8e7940d1dbf4e0e437b96ed3001a3b9ef124492a686d0')
 
 prepare() {
   cd js-1.8.5
@@ -30,6 +32,7 @@
   patch -p1 -i ../fix-install-symlinks.patch
   patch -p1 -i ../system-libffi-autoconf.patch
   patch -p1 -i ../allow-to-build-against-system-libffi.patch
+  patch -p1 -i ../apache-couchdb-mozjs-tag.patch
 }
 
 build() {


  1   2   >