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

2019-01-28 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 29, 2019 @ 07:55:45
  Author: bisson
Revision: 344907

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 344906, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 344906, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   50 ++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   50 --
 4 files changed, 51 insertions(+), 51 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-01-29 06:58:13 UTC (rev 344906)
+++ core-any/LICENSE2019-01-29 07:55:45 UTC (rev 344907)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 344906, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-01-29 07:55:45 UTC (rev 344907)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-01-29 06:58:13 UTC (rev 344906)
+++ core-any/PKGBUILD   2019-01-29 07:55:45 UTC (rev 344907)
@@ -1,50 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20181219
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha256sums=('c34cd8bec26b942b748f102718b4693af386e96a6d20ffbf0b7bd8946186a10e'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-pkgver() {
-   cd "${srcdir}"
-   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
-   sort -n | tail -n 1 | tr -d -
-}
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 344906, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-01-29 07:55:45 UTC (rev 344907)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190125
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('b4dcb54af98d10af309ea7c4ba13f1416b5597dd81e65d02714404e31508a655'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:20:29
  Author: felixonmars
Revision: 428371

upgpkg: stack 1.9.3-48

rebuild with http-conduit 2.3.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 07:14:11 UTC (rev 428370)
+++ PKGBUILD2019-01-29 07:20:29 UTC (rev 428371)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=47
+pkgrel=48
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:20:45
  Author: felixonmars
Revision: 428372

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 428371, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-01-29 07:20:45 UTC (rev 
428372)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:14:11
  Author: felixonmars
Revision: 428370

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 428369, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 07:14:11 UTC (rev 428370)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=162
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:13:54
  Author: felixonmars
Revision: 428369

upgpkg: hoogle 5.0.17.3-162

rebuild with http-conduit 2.3.5

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 07:12:23 UTC (rev 428368)
+++ PKGBUILD2019-01-29 07:13:54 UTC (rev 428369)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=161
+pkgrel=162
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:12:07
  Author: felixonmars
Revision: 428367

upgpkg: hledger-web 1.12-48

rebuild with http-conduit 2.3.5

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 07:10:41 UTC (rev 428366)
+++ PKGBUILD2019-01-29 07:12:07 UTC (rev 428367)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.12
-pkgrel=47
+pkgrel=48
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:12:23
  Author: felixonmars
Revision: 428368

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 428367, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 07:12:23 UTC (rev 428368)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.12
+pkgrel=48
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 
'haskell-http-client'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c77d67daa0abdd55029fc6af1a3735ab99adc9ec65e8470a84f4b7de39de24bdd636717d50f5f87d4227b4b903e72b0ccde728addc12d26809e83b8baf07f31')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:10:20
  Author: felixonmars
Revision: 428365

upgpkg: haskell-yesod-auth 1.6.5-59

rebuild with http-conduit 2.3.5

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 07:09:07 UTC (rev 428364)
+++ PKGBUILD2019-01-29 07:10:20 UTC (rev 428365)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.5
-pkgrel=58
+pkgrel=59
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:10:41
  Author: felixonmars
Revision: 428366

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
428365, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 07:10:41 UTC (rev 428366)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=59
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:09:07
  Author: felixonmars
Revision: 428364

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
428363, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 07:09:07 UTC (rev 428364)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.0
+pkgrel=3
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89153b0f68c745e82a17400037ccf32e2a462fe710746d3665c72f202dade7b7308b7d79e508c6fb89dada1a03058738a634c1609d15474b7342883457658d00')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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-hakyll/trunk (PKGBUILD)

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:08:50
  Author: felixonmars
Revision: 428363

upgpkg: haskell-hakyll 4.12.5.0-3

rebuild with http-conduit 2.3.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 07:07:02 UTC (rev 428362)
+++ PKGBUILD2019-01-29 07:08:50 UTC (rev 428363)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:07:02
  Author: felixonmars
Revision: 428362

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 428361, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 428361, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   56 +
 ghc-8.4.patch |  121 
 2 files changed, 177 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 428361, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 07:07:02 UTC (rev 428362)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190122
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
428361, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2019-01-29 07:07:02 UTC (rev 
428362)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = backendsKeys a <> backendsKeys b
+   }
+ 

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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 07:06:45
  Author: felixonmars
Revision: 428361

upgpkg: git-annex 7.20190122-7

rebuild with http-conduit 2.3.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 06:59:51 UTC (rev 428360)
+++ PKGBUILD2019-01-29 07:06:45 UTC (rev 428361)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20190122
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:59:51
  Author: felixonmars
Revision: 428360

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 428359, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 06:59:51 UTC (rev 428360)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.21
+pkgrel=16
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 
'haskell-http-conduit'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 
'haskell-memory'
+ 'haskell-monad-control' 'haskell-network' 'haskell-old-locale' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-scientific' 'haskell-tagged' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7122c5c62ef05865dd06f2bd953f34aabcc3254bc6119a8dd2d931c098f4b58fb8479cd2dd0fd65e5ffa042b28b9d1ed5c0ba627a8b400e7eaf499ffd3bc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.6/<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 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-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 || warning "Requires AWS credentials to 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-aws/trunk (PKGBUILD)

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:59:33
  Author: felixonmars
Revision: 428359

upgpkg: haskell-aws 0.21-16

rebuild with http-conduit 2.3.5

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 06:57:14 UTC (rev 428358)
+++ PKGBUILD2019-01-29 06:59:33 UTC (rev 428359)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.21
-pkgrel=15
+pkgrel=16
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:58:13
  Author: felixonmars
Revision: 344906

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 344905, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  218 ++---
 1 file changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 06:57:41 UTC (rev 344905)
+++ PKGBUILD2019-01-29 06:58:13 UTC (rev 344906)
@@ -1,109 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-_deps=('appdirs' 'packaging')
-makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
-_checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
-'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
-  'python2-futures' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cc65c023247948f0dca1cba4d7f3b2b212876256b9e4a91f228ceef09e753cf3eb627e38c82255e2bfb279d7942ae73b24c81fec0abb85d37a7c08737f5a293c')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=("${_deps[@]/#/python-}")
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=("${_deps[@]/#/python2-}")
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 344905, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 06:58:13 UTC (rev 344906)
@@ -0,0 

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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:56:57
  Author: felixonmars
Revision: 428357

upgpkg: haskell-authenticate 1.3.4-235

rebuild with http-conduit 2.3.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 06:56:04 UTC (rev 428356)
+++ PKGBUILD2019-01-29 06:56:57 UTC (rev 428357)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=234
+pkgrel=235
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:57:41
  Author: felixonmars
Revision: 344905

upgpkg: python-setuptools 1:40.7.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 14:44:29 UTC (rev 344904)
+++ PKGBUILD2019-01-29 06:57:41 UTC (rev 344905)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.0
+pkgver=40.7.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cc65c023247948f0dca1cba4d7f3b2b212876256b9e4a91f228ceef09e753cf3eb627e38c82255e2bfb279d7942ae73b24c81fec0abb85d37a7c08737f5a293c')
+sha512sums=('a777996405991775d180132b93dc652e867d0914dc73d15d590f8ad298ef646684c7aae58447555e8dde694d617432ccc145a34ab410b98ed53b12c49cdc184a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:57:14
  Author: felixonmars
Revision: 428358

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
428357, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 06:57:14 UTC (rev 428358)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=235
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:56:04
  Author: felixonmars
Revision: 428356

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
428355, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 06:56:04 UTC (rev 428356)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3f51ed396cbd27c47329bff18327f27eec33b37647589a2234d19dadd6bbcd732ad302c0898eb3669aa0a0d87dcf94f032d9686259e21e0fb188c151c7e84d78')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:55:44
  Author: felixonmars
Revision: 428355

upgpkg: haskell-http-conduit 2.3.5-1

rebuild with http-conduit 2.3.5

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 06:54:15 UTC (rev 428354)
+++ PKGBUILD2019-01-29 06:55:44 UTC (rev 428355)
@@ -3,8 +3,8 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.3.4
-pkgrel=26
+pkgver=2.3.5
+pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("BSD")
@@ -17,13 +17,8 @@
  'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
  'haskell-warp' 'haskell-warp-tls')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e5fa31cda65dfe94ef784ff1046fb17670ff9f5a84185d15912503b110e89d0af934d4506e3021ba07ab0b38b18131d84086d432f5d1f86ed549e8ddf8a2f881')
+sha512sums=('3f51ed396cbd27c47329bff18327f27eec33b37647589a2234d19dadd6bbcd732ad302c0898eb3669aa0a0d87dcf94f032d9686259e21e0fb188c151c7e84d78')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:53:58
  Author: felixonmars
Revision: 428353

upgpkg: ibus-rime 1.4.0-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 02:50:34 UTC (rev 428352)
+++ PKGBUILD2019-01-29 06:53:58 UTC (rev 428353)
@@ -3,7 +3,7 @@
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Rime input method engine for ibus"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install='ibus-rime.install'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lotem/ibus-rime/archive/$pkgver.tar.gz;)
-sha512sums=('f0991184805bfe19931e297779179661f98bdfea952e310b2d8618550002cfa5bb08df05d1c5e31b535ad9959a919fdc98fa771a90d4d82b9c50e2f592cb7dfd')
+sha512sums=('3fc24f4ce390e27d37e41775e4c075c7465cd3e90a9ab61d13ec47c2ca1c2afaafb322f327e18be573aa254a43b8cf6426415500a5d817b835bf4e0615ab9145')
 
 build() {
   cd $pkgname-$pkgver


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:54:15
  Author: felixonmars
Revision: 428354

archrelease: copy trunk to community-testing-x86_64

Added:
  ibus-rime/repos/community-testing-x86_64/
  ibus-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 428353, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-x86_64/ibus-rime.install
(from rev 428353, ibus-rime/trunk/ibus-rime.install)

---+
 PKGBUILD  |   26 ++
 ibus-rime.install |3 +++
 2 files changed, 29 insertions(+)

Copied: ibus-rime/repos/community-testing-x86_64/PKGBUILD (from rev 428353, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-29 06:54:15 UTC (rev 428354)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Rime input method engine for ibus"
+arch=('x86_64')
+url="http://rime.im;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lotem/ibus-rime/archive/$pkgver.tar.gz;)
+sha512sums=('3fc24f4ce390e27d37e41775e4c075c7465cd3e90a9ab61d13ec47c2ca1c2afaafb322f327e18be573aa254a43b8cf6426415500a5d817b835bf4e0615ab9145')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: ibus-rime/repos/community-testing-x86_64/ibus-rime.install (from rev 
428353, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-x86_64/ibus-rime.install  (rev 0)
+++ community-testing-x86_64/ibus-rime.install  2019-01-29 06:54:15 UTC (rev 
428354)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}


[arch-commits] Commit in gerbv/trunk (ChangeLog PKGBUILD reautopointissues.diff)

2019-01-28 Thread Kyle Keen via arch-commits
Date: Tuesday, January 29, 2019 @ 02:50:22
  Author: kkeen
Revision: 428351

upgpkg: gerbv 2.7.0-1

Modified:
  gerbv/trunk/ChangeLog
  gerbv/trunk/PKGBUILD
Deleted:
  gerbv/trunk/reautopointissues.diff

+
 ChangeLog  |6 
 PKGBUILD   |   14 
 reautopointissues.diff | 4118 ---
 3 files changed, 11 insertions(+), 4127 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2019-01-29 02:27:10 UTC (rev 428350)
+++ ChangeLog   2019-01-29 02:50:22 UTC (rev 428351)
@@ -1,3 +1,9 @@
+2018-01-28 Kyle Keen 
+   * 2.7.0-1
+   - Version bump
+   - Remove autopoint patch
+   - Add dconf dependency
+
 2017-05-10 Kyle Keen 
* 2.6.2-1
- Version bump

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 02:27:10 UTC (rev 428350)
+++ PKGBUILD2019-01-29 02:50:22 UTC (rev 428351)
@@ -3,28 +3,24 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gerbv
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="An open source Gerber file (RS-274X only) viewer"
 #url="http://gerbv.gpleda.org/;
 url="http://gerbv.geda-project.org/;
 license=('GPL')
 arch=('x86_64')
-depends=('gtk2')
+depends=('gtk2' 'dconf')
 optdepends=('cairo: for better graphics')
 makedepends=('cvs' 'gettext')
 # cvs for autopoint
 changelog=ChangeLog
-source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;
-"reautopointissues.diff")
-md5sums=('40f259d948ec91cd11e7d8b2829fa9f1'
- '55c3aac2af1f99a88dfa7b1508594e49')
+source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;)
+md5sums=('2d09c69bc12ab76f29006daaadb78ad9')
 
 build ()
 {
   cd "$srcdir/$pkgname-$pkgver"
-  # remove patches on 2.6.2
-  #patch -Np1 -i ../reautopointissues.diff
   ./autogen.sh
   sed -i 's|am_aux_dir=`cd $ac_aux_dir|am_aux_dir=`cd $srcdir|' configure
   ./configure --prefix=/usr \

Deleted: reautopointissues.diff
===
--- reautopointissues.diff  2019-01-29 02:27:10 UTC (rev 428350)
+++ reautopointissues.diff  2019-01-29 02:50:22 UTC (rev 428351)
@@ -1,4118 +0,0 @@
-diff --git a/po/ru.po b/po/ru.po
-new file mode 100644
-index 000..1cc07ec
 /dev/null
-+++ b/po/ru.po
-@@ -0,0 +1,3144 @@
-+# Gerbv Russian translation
-+# Copyright (C) 2012 gEDA Developers
-+# This file is distributed under the same license as the Gerbv package.
-+#
-+# Sergey Alyoshin , 2012, 2013
-+#
-+msgid ""
-+msgstr ""
-+"Project-Id-Version: gerbv 2.6A ru\n"
-+"Report-Msgid-Bugs-To: gerbv-de...@lists.sourceforge.net\n"
-+"POT-Creation-Date: 2013-08-25 23:16+0400\n"
-+"PO-Revision-Date: 2013-08-25 23:20+0400\n"
-+"Last-Translator: Sergey Alyoshin \n"
-+"Language-Team: gEDA user \n"
-+"Language: ru\n"
-+"MIME-Version: 1.0\n"
-+"Content-Type: text/plain; charset=UTF-8\n"
-+"Content-Transfer-Encoding: 8bit\n"
-+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-+
-+#: src/attribute.c:305
-+#, c-format
-+msgid "%s():  malloc failed for an array of size %d\n"
-+msgstr "%s(): не удалось выделить память для массива размера %d\n"
-+
-+#: src/attribute.c:323
-+msgid "gerbv"
-+msgstr "Gerbv"
-+
-+#: src/attribute.c:341
-+#, c-format
-+msgid "%s():  Adding attribute #%d\n"
-+msgstr "%s(): добавление атрибута №%d\n"
-+
-+#: src/attribute.c:507
-+#, c-format
-+msgid "%s: unknown type of HID attribute\n"
-+msgstr "%s: неизвестный тип HID-атрибута\n"
-+
-+#: src/authors.c:2
-+msgid "Andreas Andersson aka Pitch"
-+msgstr "Andreas Andersson aka Pitch"
-+
-+#: src/authors.c:3
-+msgid "Trevor Blackwell"
-+msgstr "Trevor Blackwell"
-+
-+#: src/authors.c:4
-+msgid "Stuart Brorson "
-+msgstr "Stuart Brorson"
-+
-+#: src/authors.c:5
-+msgid "David Carr"
-+msgstr "David Carr"
-+
-+#: src/authors.c:6
-+msgid "Anders Eriksson"
-+msgstr "Anders Eriksson"
-+
-+#: src/authors.c:7
-+msgid "Juergen Haas"
-+msgstr "Juergen Haas"
-+
-+#: src/authors.c:8
-+msgid "Julian Lamb "
-+msgstr "Julian Lamb"
-+
-+#: src/authors.c:9
-+msgid "Dan McMahill "
-+msgstr "Dan McMahill"
-+
-+#: src/authors.c:10
-+msgid "Tomasz Motylewski"
-+msgstr "Tomasz Motylewski"
-+
-+#: src/authors.c:11
-+msgid "Stefan Petersen"
-+msgstr "Stefan Petersen"
-+
-+#: src/authors.c:12
-+msgid "Joost Witteveen"
-+msgstr "Joost Witteveen"
-+
-+#: src/authors.c:13
-+msgid "Joerg Wunsch"
-+msgstr "Joerg Wunsch"
-+
-+#: src/authors.c:14
-+msgid "... and many others."
-+msgstr "... и многие другие."
-+
-+#: src/bugs.c:2
-+msgid "Currently KNOWN BUGS"
-+msgstr "Известные ошибки"
-+
-+#: src/bugs.c:4
-+msgid "All OS:"
-+msgstr "Для всех ОС:"
-+
-+#: src/bugs.c:6
-+msgid ""
-+"If layer orientation modified with rotation and rendering mode is 'Fast' or"
-+msgstr ""
-+"Если для слоя выполнен поворот и выбрано «Быстрое» или «Искл. ИЛИ» "

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

2019-01-28 Thread Kyle Keen via arch-commits
Date: Tuesday, January 29, 2019 @ 02:27:10
  Author: kkeen
Revision: 428350

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 02:26:50 UTC (rev 428349)
+++ PKGBUILD2019-01-29 02:27:10 UTC (rev 428350)
@@ -1,49 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
-_name=prompt_toolkit
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-six'
- 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
-url="https://github.com/jonathanslenders/python-prompt-toolkit;
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('5c32f640908dec950646a0460198158d')
-sha256sums=('fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
-}
-
-package_python-prompt_toolkit() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 428349, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 02:27:10 UTC (rev 428350)
@@ -0,0 +1,50 @@
+# Maintainer: Kyle Keen 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-prompt_toolkit
+pkgname=(python-prompt_toolkit python2-prompt_toolkit)
+_name=prompt_toolkit
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-six'
+ 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-pygments' 'python2-six' 'python2-wcwidth')
+url="https://github.com/jonathanslenders/python-prompt-toolkit;
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('01f1a16e4e524ec23a9a7a637e8a735a')
+sha256sums=('c6655a12e9b08edb8cf5aeab4815fd1e1bdea4ad73d3bbf269cf2e0c4eb75d5e')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py build
+}
+
+package_python-prompt_toolkit() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-prompt_toolkit() {
+  depends=('python2-pygments'
+   'python2-six'
+   'python2-wcwidth')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2019-01-28 Thread Kyle Keen via arch-commits
Date: Tuesday, January 29, 2019 @ 02:26:50
  Author: kkeen
Revision: 428349

upgpkg: python-prompt_toolkit 2.0.8-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 02:20:41 UTC (rev 428348)
+++ PKGBUILD2019-01-29 02:26:50 UTC (rev 428349)
@@ -4,8 +4,8 @@
 pkgbase=python-prompt_toolkit
 pkgname=(python-prompt_toolkit python2-prompt_toolkit)
 _name=prompt_toolkit
-pkgver=2.0.7
-pkgrel=3
+pkgver=2.0.8
+pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
 depends=('python-pygments'
@@ -17,8 +17,8 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('5c32f640908dec950646a0460198158d')
-sha256sums=('fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39')
+md5sums=('01f1a16e4e524ec23a9a7a637e8a735a')
+sha256sums=('c6655a12e9b08edb8cf5aeab4815fd1e1bdea4ad73d3bbf269cf2e0c4eb75d5e')
 
 prepare() {
   cd "$srcdir"


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

2019-01-28 Thread Kyle Keen via arch-commits
Date: Tuesday, January 29, 2019 @ 02:20:41
  Author: kkeen
Revision: 428348

archrelease: copy trunk to community-x86_64

Added:
  ngircd/repos/community-x86_64/PKGBUILD
(from rev 428347, ngircd/trunk/PKGBUILD)
  ngircd/repos/community-x86_64/ngircd.service
(from rev 428347, ngircd/trunk/ngircd.service)
Deleted:
  ngircd/repos/community-x86_64/PKGBUILD
  ngircd/repos/community-x86_64/ngircd.service

+
 PKGBUILD   |   78 +++
 ngircd.service |   22 +++
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 02:20:17 UTC (rev 428347)
+++ PKGBUILD2019-01-29 02:20:41 UTC (rev 428348)
@@ -1,39 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Mateusz Herych 
-# Contributor: Alexander Rødseth 
-
-pkgname=ngircd
-pkgver=24
-pkgrel=3
-pkgdesc="Next Generation IRC Daemon"
-arch=('x86_64')
-backup=(etc/ngircd.conf)
-url="http://ngircd.barton.de/;
-license=('GPL')
-depends=('openssl' 'libident' 'zlib')
-source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
-ngircd.service)
-sha256sums=('3e00a7da52c81fc1e02bb996a27bf43da905ba7037bf8c6bb3bd13321e0c85ab'
-'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-ident \
-   --with-openssl \
-   --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ngircd/repos/community-x86_64/PKGBUILD (from rev 428347, 
ngircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 02:20:41 UTC (rev 428348)
@@ -0,0 +1,39 @@
+# Maintainer: Kyle Keen 
+# Contributor: Mateusz Herych 
+# Contributor: Alexander Rødseth 
+
+pkgname=ngircd
+pkgver=25
+pkgrel=1
+pkgdesc="Next Generation IRC Daemon"
+arch=('x86_64')
+backup=(etc/ngircd.conf)
+url="http://ngircd.barton.de/;
+license=('GPL')
+depends=('openssl' 'libident' 'zlib')
+source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
+ngircd.service)
+sha256sums=('51915780519bae43da3798807e3bed60d887e4eaa728354aa6bb61cdbcda49ba'
+'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+   --with-ident \
+   --with-openssl \
+   --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ngircd.service
===
--- ngircd.service  2019-01-29 02:20:17 UTC (rev 428347)
+++ ngircd.service  2019-01-29 02:20:41 UTC (rev 428348)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Next Generation IRC Daemon
-After=network.target
-
-[Service]
-# don't daemonize to simplify stuff
-ExecStart=/usr/bin/ngircd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: ngircd/repos/community-x86_64/ngircd.service (from rev 428347, 
ngircd/trunk/ngircd.service)
===
--- ngircd.service  (rev 0)
+++ ngircd.service  2019-01-29 02:20:41 UTC (rev 428348)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Next Generation IRC Daemon
+After=network.target
+
+[Service]
+# don't daemonize to simplify stuff
+ExecStart=/usr/bin/ngircd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target


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

2019-01-28 Thread Kyle Keen via arch-commits
Date: Tuesday, January 29, 2019 @ 02:20:17
  Author: kkeen
Revision: 428347

upgpkg: ngircd 25-1

Modified:
  ngircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 00:41:01 UTC (rev 428346)
+++ PKGBUILD2019-01-29 02:20:17 UTC (rev 428347)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ngircd
-pkgver=24
-pkgrel=3
+pkgver=25
+pkgrel=1
 pkgdesc="Next Generation IRC Daemon"
 arch=('x86_64')
 backup=(etc/ngircd.conf)
@@ -13,7 +13,7 @@
 depends=('openssl' 'libident' 'zlib')
 source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
 ngircd.service)
-sha256sums=('3e00a7da52c81fc1e02bb996a27bf43da905ba7037bf8c6bb3bd13321e0c85ab'
+sha256sums=('51915780519bae43da3798807e3bed60d887e4eaa728354aa6bb61cdbcda49ba'
 'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
 
 build() {


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

2019-01-28 Thread Brett Cornwall via arch-commits
Date: Tuesday, January 29, 2019 @ 00:41:01
  Author: ainola
Revision: 428346

upgpkg: waybar-0.3.0

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 00:02:06 UTC (rev 428345)
+++ PKGBUILD2019-01-29 00:41:01 UTC (rev 428346)
@@ -1,7 +1,7 @@
 # Maintainer: Ainola 
 
 pkgname=waybar
-pkgver=0.2.3
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 'otf-font-awesome: Icons in the default configuration'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
-sha256sums=('dbaccbf829ab62578a5956e412b4cc9905be62af74425423628721a1b550f4c8')
+sha256sums=('5813da72a86f3641157ae026f7b5be2945c8130cac7f4492232c0cade35193d8')
 
 build() {
 cd "Waybar-$pkgver"


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

2019-01-28 Thread Maxim Baz via arch-commits
Date: Tuesday, January 29, 2019 @ 00:02:06
  Author: maximbaz
Revision: 428345

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
(from rev 428344, urlwatch/trunk/PKGBUILD)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 00:01:17 UTC (rev 428344)
+++ PKGBUILD2019-01-29 00:02:06 UTC (rev 428345)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Skydrome 
-# Contributor: Allan McRae 
-
-pkgname=urlwatch
-pkgver=2.15
-pkgrel=1
-pkgdesc="Tool for monitoring webpages for updates"
-arch=('any')
-url="https://thp.io/2008/urlwatch/;
-license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-minidb' 
'python-requests' 'python-yaml')
-optdepends=('lynx: convert HTML to plain text'
-'python-beautifulsoup4: prettify HTML'
-'python-html2text: convert HTML to plain text')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('3c2e257d7465f95cd9199e635acf8fe4ad687459f6ce3ea2b9a86b233ee115b7')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 428344, 
urlwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 00:02:06 UTC (rev 428345)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Skydrome 
+# Contributor: Allan McRae 
+
+pkgname=urlwatch
+pkgver=2.16
+pkgrel=1
+pkgdesc="Tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'python-minidb' 'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+'python-beautifulsoup4: prettify HTML'
+'python-html2text: convert HTML to plain text')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
+sha256sums=('70e62d655711e1c375f04f92fc0ac3af87a6f8a549ad7c815fd07a1189205195')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2019-01-28 Thread Maxim Baz via arch-commits
Date: Tuesday, January 29, 2019 @ 00:01:17
  Author: maximbaz
Revision: 428344

upgpkg: urlwatch 2.16-1

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 23:13:18 UTC (rev 428343)
+++ PKGBUILD2019-01-29 00:01:17 UTC (rev 428344)
@@ -4,18 +4,18 @@
 # Contributor: Allan McRae 
 
 pkgname=urlwatch
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc="Tool for monitoring webpages for updates"
 arch=('any')
 url="https://thp.io/2008/urlwatch/;
 license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-minidb' 
'python-requests' 'python-yaml')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' 
'python-minidb' 'python-requests' 'python-yaml')
 optdepends=('lynx: convert HTML to plain text'
 'python-beautifulsoup4: prettify HTML'
 'python-html2text: convert HTML to plain text')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('3c2e257d7465f95cd9199e635acf8fe4ad687459f6ce3ea2b9a86b233ee115b7')
+sha256sums=('70e62d655711e1c375f04f92fc0ac3af87a6f8a549ad7c815fd07a1189205195')
 
 build() {
   cd $pkgname-$pkgver


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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 23:13:18
  Author: arodseth
Revision: 428343

archrelease: copy trunk to community-any

Added:
  fff/repos/community-any/PKGBUILD
(from rev 428342, fff/trunk/PKGBUILD)
Deleted:
  fff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 23:13:07 UTC (rev 428342)
+++ PKGBUILD2019-01-28 23:13:18 UTC (rev 428343)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Crestwave 
-
-pkgname=fff
-pkgver=1.7
-pkgrel=1
-pkgdesc='Simple and fast file manager'
-arch=(any)
-url='https://github.com/dylanaraps/fff'
-license=(MIT)
-makedepends=(git)
-depends=(xdg-utils)
-source=("git+${url}#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}
-
-# getver: github.com/dylanaraps/fff/releases/latest
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 428342, fff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 23:13:18 UTC (rev 428343)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Crestwave 
+
+pkgname=fff
+pkgver=1.7
+pkgrel=2
+pkgdesc='Simple and fast file manager'
+arch=(any)
+url='https://github.com/dylanaraps/fff'
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# getver: github.com/dylanaraps/fff/releases/latest
+# vim: ts=2 sw=2 et:


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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 23:13:07
  Author: arodseth
Revision: 428342

upgpkg: fff 1.7-2

Modified:
  fff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 21:19:35 UTC (rev 428341)
+++ PKGBUILD2019-01-28 23:13:07 UTC (rev 428342)
@@ -3,7 +3,7 @@
 
 pkgname=fff
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple and fast file manager'
 arch=(any)
 url='https://github.com/dylanaraps/fff'
@@ -16,7 +16,7 @@
 package() {
   cd "$pkgname"
   install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
   install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
 }


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

2019-01-28 Thread Massimiliano Torromeo via arch-commits
Date: Monday, January 28, 2019 @ 21:18:59
  Author: mtorromeo
Revision: 428340

upgpkg: supervisor 3.3.5-1

Modified:
  supervisor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 20:57:14 UTC (rev 428339)
+++ PKGBUILD2019-01-28 21:18:59 UTC (rev 428340)
@@ -2,7 +2,7 @@
 # Contributor: Daniele Paolella 
 
 pkgname=supervisor
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="A system for controlling process state under UNIX"
 arch=('any')
@@ -14,7 +14,7 @@
 'supervisord.service'
 'supervisor.logrotate'
 'supervisord.conf')
-sha256sums=('212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672'
+sha256sums=('1b4d6d2e551dcb49e928cfffea857b8cca6b64a4a8fb755dcf86addf62866af0'
 '111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
 '7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
 'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')


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

2019-01-28 Thread Massimiliano Torromeo via arch-commits
Date: Monday, January 28, 2019 @ 21:19:35
  Author: mtorromeo
Revision: 428341

archrelease: copy trunk to community-any

Added:
  supervisor/repos/community-any/PKGBUILD
(from rev 428340, supervisor/trunk/PKGBUILD)
  supervisor/repos/community-any/supervisor.logrotate
(from rev 428340, supervisor/trunk/supervisor.logrotate)
  supervisor/repos/community-any/supervisord.conf
(from rev 428340, supervisor/trunk/supervisord.conf)
  supervisor/repos/community-any/supervisord.service
(from rev 428340, supervisor/trunk/supervisord.service)
Deleted:
  supervisor/repos/community-any/PKGBUILD
  supervisor/repos/community-any/supervisor.logrotate
  supervisor/repos/community-any/supervisord.conf
  supervisor/repos/community-any/supervisord.service

--+
 PKGBUILD |   87 
 supervisor.logrotate |   12 +-
 supervisord.conf |  262 -
 supervisord.service  |   26 ++--
 4 files changed, 193 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 21:18:59 UTC (rev 428340)
+++ PKGBUILD2019-01-28 21:19:35 UTC (rev 428341)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Daniele Paolella 
-
-pkgname=supervisor
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="A system for controlling process state under UNIX"
-arch=('any')
-url="http://supervisord.org;
-license=('custom')
-depends=('python2-meld3' 'python2-setuptools')
-backup=('etc/supervisord.conf')
-source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz;
-'supervisord.service'
-'supervisor.logrotate'
-'supervisord.conf')
-sha256sums=('212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672'
-'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
-'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
-'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
-   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
-   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
-   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
-   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
-   install -d "$pkgdir/usr/share/licenses/$pkgname"
-   install -d "$pkgdir/var/log/$pkgname"
-   install -d "$pkgdir/etc/supervisor.d"
-   mv LICENSES.txt COPYRIGHT.txt "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: supervisor/repos/community-any/PKGBUILD (from rev 428340, 
supervisor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 21:19:35 UTC (rev 428341)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Daniele Paolella 
+
+pkgname=supervisor
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="A system for controlling process state under UNIX"
+arch=('any')
+url="http://supervisord.org;
+license=('custom')
+depends=('python2-meld3' 'python2-setuptools')
+backup=('etc/supervisord.conf')
+source=("https://files.pythonhosted.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz;
+'supervisord.service'
+'supervisor.logrotate'
+'supervisord.conf')
+sha256sums=('1b4d6d2e551dcb49e928cfffea857b8cca6b64a4a8fb755dcf86addf62866af0'
+'111f632081633dafae18ff069001e9ea78e9a24669ed75efc196f8d83d92f993'
+'7347d79c8b7f5cc59d5ffa31e4df64f92e89dee0dc84bdb3bdfcba212de93f4b'
+'fe0a60e34f67bf6ed7ca8731d9ce7657e00f37a43e0dfb96aa0df57adc4cd423')
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   rm -rf "supervisor/medusa/"{debian,demo,docs,test}
+   find -type f -name "*.py" -exec sed -i 's|/usr/bin/env 
python|/usr/bin/env python2|' {} \;
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python2 setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+   install -Dm600 "$srcdir/supervisord.conf" "$pkgdir/etc/supervisord.conf"
+   install -Dm644 "$srcdir/supervisor.logrotate" 
"$pkgdir/etc/logrotate.d/supervisor"
+   install -Dm644 "$srcdir/supervisord.service" 
"$pkgdir/usr/lib/systemd/system/supervisord.service"
+   install -d "$pkgdir/usr/share/licenses/$pkgname"
+   install -d "$pkgdir/var/log/$pkgname"
+   install -d 

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

2019-01-28 Thread Eli Schwartz via arch-commits
Date: Monday, January 28, 2019 @ 20:57:14
  Author: eschwartz
Revision: 428339

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 428338, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 428338, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 428338, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  151 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 20:56:31 UTC (rev 428338)
+++ PKGBUILD2019-01-28 20:57:14 UTC (rev 428339)
@@ -1,75 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=5.3
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('293542b1f43e681741282d1ba2aefe9b501321c782e896f518cca36072414448'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python$:env\ python2:' \
--e 's:/usr/bin/python$:/usr/bin/python2:' {} +
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 428338, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 20:57:14 UTC (rev 428339)
@@ -0,0 +1,76 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=5.3
+pkgrel=2
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr which rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+
https://github.com/gluster/glusterfs/commit/82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
+glusterfs.sysusers)
+sha256sums=('293542b1f43e681741282d1ba2aefe9b501321c782e896f518cca36072414448'
+'7d3793449105e3cbfef57b78b707f37a53430bb2caf16f4674ace1ab61be5acb'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd 

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

2019-01-28 Thread Eli Schwartz via arch-commits
Date: Monday, January 28, 2019 @ 20:56:31
  Author: eschwartz
Revision: 428338

upgpkg: glusterfs 1:5.3-2

migrate to python3 build
switch autogen.sh in build to autoreconf in prepare

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 20:08:40 UTC (rev 428337)
+++ PKGBUILD2019-01-28 20:56:31 UTC (rev 428338)
@@ -6,38 +6,39 @@
 pkgname=glusterfs
 epoch=1
 pkgver=5.3
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+pkgrel=2
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='http://www.gluster.org/'
 license=(GPL2 LGPL3)
 install=glusterfs.install
 backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr which rpcbind)
 makedepends=(rpcsvc-proto)
 optdepends=('glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+
https://github.com/gluster/glusterfs/commit/82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
 glusterfs.sysusers)
 sha256sums=('293542b1f43e681741282d1ba2aefe9b501321c782e896f518cca36072414448'
+'7d3793449105e3cbfef57b78b707f37a53430bb2caf16f4674ace1ab61be5acb'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python$:env\ python2:' \
--e 's:/usr/bin/python$:/usr/bin/python2:' {} +
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1656100 make autoreconf work
+  patch -p1 -i ../82987486a9c9145caa6ce9ff31506ba2563a4a97.patch
+  autoreconf -fi
 }
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -49,7 +50,7 @@
 --with-systemddir=/usr/lib/systemd/system \
 --with-tmpfilesdir=/usr/lib/tmpfiles.d \
 --enable-gnfs \
-PYTHON=python2 LEXLIB=
+LEXLIB=
   make
 }
 


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

2019-01-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 28, 2019 @ 20:08:40
  Author: svenstaro
Revision: 428337

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 428336, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 20:08:20 UTC (rev 428336)
+++ PKGBUILD2019-01-28 20:08:40 UTC (rev 428337)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('96489dac0b0daf84c8711e5e11dc7d810c3a1f037e567bc5f3d5a3fb20d8eeeb512238ca9cace1c7f8b570687c43269abb037fb42a4c4b97392e0af7d45bb653'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 428336, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 20:08:40 UTC (rev 428337)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2019-01-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 28, 2019 @ 20:08:20
  Author: svenstaro
Revision: 428336

upgpkg: bazel 0.22.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 16:57:44 UTC (rev 428335)
+++ PKGBUILD2019-01-28 20:08:20 UTC (rev 428336)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.21.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('96489dac0b0daf84c8711e5e11dc7d810c3a1f037e567bc5f3d5a3fb20d8eeeb512238ca9cace1c7f8b570687c43269abb037fb42a4c4b97392e0af7d45bb653'
+sha512sums=('b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2019-01-28 Thread Giancarlo Razzolini via arch-commits
Date: Monday, January 28, 2019 @ 16:57:44
  Author: grazzolini
Revision: 428335

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  100 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 16:56:55 UTC (rev 428334)
+++ PKGBUILD2019-01-28 16:57:44 UTC (rev 428335)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.1
-pkgrel=7
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-x86_64/PKGBUILD (from rev 428334, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 16:57:44 UTC (rev 428335)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='https://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('60b4e78f54c532c32673d1ef8e5f606c530ef3a6d6b76ea1daa66459a86682a9'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2019-01-28 16:56:55 UTC (rev 428334)
+++ znc.install 2019-01-28 16:57:44 UTC (rev 428335)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc 

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

2019-01-28 Thread Giancarlo Razzolini via arch-commits
Date: Monday, January 28, 2019 @ 16:56:55
  Author: grazzolini
Revision: 428334

upgpkg: znc 1.7.2-1

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 16:22:24 UTC (rev 428333)
+++ PKGBUILD2019-01-28 16:56:55 UTC (rev 428334)
@@ -3,10 +3,10 @@
 # Contributor: mickael9 
 
 pkgname=znc
-pkgver=1.7.1
-pkgrel=7
+pkgver=1.7.2
+pkgrel=1
 pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://wiki.znc.in/'
+url='https://wiki.znc.in/'
 license=('GPL2')
 arch=('x86_64')
 depends=('libsasl' 'icu' 'boost-libs')
@@ -16,11 +16,11 @@
 'perl: modperl module'
 'cyrus-sasl: saslauth module')
 install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
 "$pkgname.tmpfiles"
 "$pkgname.sysusers")
 validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4'
+sha256sums=('60b4e78f54c532c32673d1ef8e5f606c530ef3a6d6b76ea1daa66459a86682a9'
 'SKIP'
 '8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
 '8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')


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

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:22:19
  Author: eworm
Revision: 428332

upgpkg: virtualbox-modules-arch 6.0.4-2

rebuilt for linux 4.20.5

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 16:19:35 UTC (rev 428331)
+++ PKGBUILD2019-01-28 16:22:19 UTC (rev 428332)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 _linux_major=4
 _linux_minor=20
 arch=('x86_64')


[arch-commits] Commit in virtualbox-modules-arch/repos/community-testing-x86_64 (2 files)

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:22:24
  Author: eworm
Revision: 428333

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 428332, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 16:22:19 UTC (rev 428332)
+++ PKGBUILD2019-01-28 16:22:24 UTC (rev 428333)
@@ -1,59 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.0.2
-pkgrel=5
-_linux_major=4
-_linux_minor=20
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-_linux_cur=${_linux_major}.${_linux_minor}
-_linux_next=${_linux_major}.$((_linux_minor + 1))
-makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
- "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-_extramodules=extramodules-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-
-  # systemd module loading
-  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-
-  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 428332, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 16:22:24 UTC (rev 428333)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.4
+pkgrel=2
+_linux_major=4
+_linux_minor=20
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  

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

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:19:31
  Author: eworm
Revision: 428330

upgpkg: virtualbox-modules-arch 6.0.4-1

new upstream release, built for linux 4.20.4

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 16:14:00 UTC (rev 428329)
+++ PKGBUILD2019-01-28 16:19:31 UTC (rev 428330)
@@ -3,8 +3,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.0.2
-pkgrel=5
+pkgver=6.0.4
+pkgrel=1
 _linux_major=4
 _linux_minor=20
 arch=('x86_64')


[arch-commits] Commit in virtualbox-modules-arch/repos/community-x86_64 (2 files)

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:19:35
  Author: eworm
Revision: 428331

archrelease: copy trunk to community-x86_64

Added:
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 428330, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 16:19:31 UTC (rev 428330)
+++ PKGBUILD2019-01-28 16:19:35 UTC (rev 428331)
@@ -1,59 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.0.2
-pkgrel=4
-_linux_major=4
-_linux_minor=20
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-_linux_cur=${_linux_major}.${_linux_minor}
-_linux_next=${_linux_major}.$((_linux_minor + 1))
-makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
- "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-_extramodules=extramodules-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-
-  # systemd module loading
-  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=("linux>=$_linux_cur" "linux<$_linux_next")
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-
-  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
-
-  # compress each module individually
-  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules-arch/repos/community-x86_64/PKGBUILD (from rev 
428330, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 16:19:35 UTC (rev 428331)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.4
+pkgrel=1
+_linux_major=4
+_linux_minor=20
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 

[arch-commits] Commit in virtualbox/repos (28 files)

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:13:03
  Author: eworm
Revision: 428327

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 428326, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 428326, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 428326, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 428326, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/009-include-path.patch
(from rev 428326, virtualbox/trunk/009-include-path.patch)
  virtualbox/repos/community-testing-x86_64/011-python-3-7.patch
(from rev 428326, virtualbox/trunk/011-python-3-7.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 428326, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/101-vboxsf-automount.patch
(from rev 428326, virtualbox/trunk/101-vboxsf-automount.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 428326, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 428326, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 428326, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 428326, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 428326, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/mount.vboxsf
(from rev 428326, virtualbox/trunk/mount.vboxsf)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 428326, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 428326, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 428326, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 428326, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 428326, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.conf
(from rev 428326, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.install
(from rev 428326, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 428326, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 428326, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 428326, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 428326, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox.install
(from rev 428326, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 428326, virtualbox/trunk/virtualbox.sysusers)

-+
 002-dri-driver-path.patch   |   30 +
 005-gsoap-build.patch   |   11 
 006-rdesktop-vrdp-keymap-path.patch |   12 
 008-no-vboxvideo.patch  |   12 
 009-include-path.patch  |   85 +++
 011-python-3-7.patch|   13 
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 
 101-vboxsf-automount.patch  |   20 
 60-vboxdrv.rules|8 
 60-vboxguest.rules  |2 
 LocalConfig.kmk |   36 +
 PKGBUILD|  399 ++
 build.sh|3 
 mount.vboxsf|   17 
 vboxreload  |   37 +
 vboxservice-nox.service |   11 
 vboxservice.service |   12 
 vboxweb.service |   11 
 virtualbox-ext-vnc.install  |   27 +
 virtualbox-guest-dkms.conf  |   34 

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

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 16:12:46
  Author: eworm
Revision: 428326

upgpkg: virtualbox 6.0.4-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 15:49:13 UTC (rev 428325)
+++ PKGBUILD2019-01-28 16:12:46 UTC (rev 428326)
@@ -9,7 +9,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=6.0.2
+pkgver=6.0.4
 pkgrel=1
 _vboxsf_commit='9451f61e6787e95aa51e42b6381db6b059bc49da'
 arch=('x86_64')
@@ -80,7 +80,7 @@
 # once support for mainline-style options string gets upstreamed
 '101-vboxsf-automount.patch'
 'mount.vboxsf')
-sha256sums=('fa31b4c6cf94ac908cf89d290cab5795c86d6307cd3857b31ae85faa1eaf0c81'
+sha256sums=('f80b0c68182c946fb74ada8034960c38159ad91085b153da1277e4f191af6e1f'
 'SKIP'
 'deb03efa7ad0376aa55a087f2e882afe00935f10b0e7aa853ba9147090d341ec'
 'c328376b05183d269f98319ec660f54c55e298f77d229977606862b064651a7c'


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 15:49:03
  Author: eworm
Revision: 428324

upgpkg: virtualbox-guest-iso 6.0.4-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 15:23:09 UTC (rev 428323)
+++ PKGBUILD2019-01-28 15:49:03 UTC (rev 428324)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.0.2
+pkgver=6.0.4
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('da6de0d897e58817b0fffd336e7b66faad45e564f4bf6368330437b785981b87'
+sha256sums=('749b0c76aa6b588e3310d718fc90ea472fdc0b7c8953f7419c20be7e7fa6584a'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2019-01-28 Thread Christian Hesse via arch-commits
Date: Monday, January 28, 2019 @ 15:49:13
  Author: eworm
Revision: 428325

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 428324, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 428324, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 428324, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   29 +
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 81 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
428324, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-28 15:49:13 UTC (rev 428325)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.0.4
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('749b0c76aa6b588e3310d718fc90ea472fdc0b7c8953f7419c20be7e7fa6584a'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
428324, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2019-01-28 15:49:13 UTC (rev 428325)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any use in an 

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

2019-01-28 Thread Ike Devolder via arch-commits
Date: Monday, January 28, 2019 @ 15:23:09
  Author: idevolder
Revision: 428323

archrelease: copy trunk to community-x86_64

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

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

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


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

2019-01-28 Thread Ike Devolder via arch-commits
Date: Monday, January 28, 2019 @ 15:22:56
  Author: idevolder
Revision: 428322

upgpkg: opera 58.0.3135.47-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:29:18 UTC (rev 428321)
+++ PKGBUILD2019-01-28 15:22:56 UTC (rev 428322)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=57.0.3098.116
+pkgver=58.0.3135.47
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('2b774b6103af0508bd0ed2e82a65599abebc28ee660f6fc73a50068949e06090b1279e5562ad49390a070ae4c04dd93924641d6313b4f7b204d0eafc83352dd1'
+sha512sums=('e4d52eb82eb47ec066182c76de839e87feccf8edffc55eb1515fe02ed39b86dd682e84bb49976bff934d876be4c607a2e430aedefe5eb64596ba028ae20d07ac'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2019-01-28 Thread Antonio Rojas via arch-commits
Date: Monday, January 28, 2019 @ 14:44:29
  Author: arojas
Revision: 344904

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 344903, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 344903, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 344903, 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-28 14:44:06 UTC (rev 344903)
+++ IM7-GS-policy.patch 2019-01-28 14:44:29 UTC (rev 344904)
@@ -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 344903, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-01-28 14:44:29 UTC (rev 344904)
@@ -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-28 14:44:06 UTC (rev 344903)
+++ PKGBUILD2019-01-28 14:44:29 UTC (rev 344904)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.24
-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=('a547dc24fede9d7340ca96b4b68c14071c302b237bf348c8e0ec541cf75b11a0'
-'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-28 Thread Antonio Rojas via arch-commits
Date: Monday, January 28, 2019 @ 14:44:06
  Author: arojas
Revision: 344903

Update to 7.0.8.25

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 14:30:15 UTC (rev 344902)
+++ PKGBUILD2019-01-28 14:44:06 UTC (rev 344903)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.24
+pkgver=7.0.8.25
 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=('a547dc24fede9d7340ca96b4b68c14071c302b237bf348c8e0ec541cf75b11a0'
+sha256sums=('e69a55a30711958a2309669c37a42ec499b16c29f3651e764c6f393f5f80fb71'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-01-28 Thread Antonio Rojas via arch-commits
Date: Monday, January 28, 2019 @ 14:30:15
  Author: arojas
Revision: 344902

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 344901, unrar/trunk/PKGBUILD)
Deleted:
  unrar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 14:29:52 UTC (rev 344901)
+++ PKGBUILD2019-01-28 14:30:15 UTC (rev 344902)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=5.6.8
-pkgrel=1
-epoch=1
-arch=(x86_64)
-url="http://www.rarlab.com/rar_add.htm;
-license=(custom)
-source=("http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('a4cc0ac14a354827751912d2af4a0a09e2c2129df5766576fa7e151791dd3dff')
-
-build() {
-  cp -a unrar libunrar
-  make -C libunrar lib
-  make -C unrar STRIP="true"
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
-  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 344901, 
unrar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 14:30:15 UTC (rev 344902)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=5.7.1
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="https://www.rarlab.com/rar_add.htm;
+license=(custom)
+source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+sha256sums=('d208abcceecfee0084bb8a93e9b756319d906a3ac6380ee5d10285fb0ffc4d65')
+
+build() {
+  cp -a unrar libunrar
+  make -C libunrar lib
+  make -C unrar STRIP="true"
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar "$pkgdir"/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so "$pkgdir"/usr/lib/libunrar.so
+  install -Dm644 dll.hpp "$pkgdir"/usr/include/unrar/dll.hpp
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-28 Thread Antonio Rojas via arch-commits
Date: Monday, January 28, 2019 @ 14:29:52
  Author: arojas
Revision: 344901

Update to 5.7.1

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:17:28 UTC (rev 344900)
+++ PKGBUILD2019-01-28 14:29:52 UTC (rev 344901)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=5.6.8
+pkgver=5.7.1
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -11,7 +11,7 @@
 url="https://www.rarlab.com/rar_add.htm;
 license=(custom)
 source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('a4cc0ac14a354827751912d2af4a0a09e2c2129df5766576fa7e151791dd3dff')
+sha256sums=('d208abcceecfee0084bb8a93e9b756319d906a3ac6380ee5d10285fb0ffc4d65')
 
 build() {
   cp -a unrar libunrar


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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 13:29:18
  Author: arodseth
Revision: 428321

archrelease: copy trunk to community-any

Added:
  fff/repos/community-any/PKGBUILD
(from rev 428320, fff/trunk/PKGBUILD)
Deleted:
  fff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:29:09 UTC (rev 428320)
+++ PKGBUILD2019-01-28 13:29:18 UTC (rev 428321)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Crestwave 
-
-pkgname=fff
-pkgver=1.5
-pkgrel=1
-pkgdesc='Simple and fast file manager'
-arch=(any)
-url='https://github.com/dylanaraps/fff'
-license=(MIT)
-makedepends=(git)
-depends=(xdg-utils)
-source=("git+${url}#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}
-
-# getver: github.com/dylanaraps/fff/releases/latest
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 428320, fff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:29:18 UTC (rev 428321)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Crestwave 
+
+pkgname=fff
+pkgver=1.7
+pkgrel=1
+pkgdesc='Simple and fast file manager'
+arch=(any)
+url='https://github.com/dylanaraps/fff'
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# getver: github.com/dylanaraps/fff/releases/latest
+# vim: ts=2 sw=2 et:


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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 13:29:09
  Author: arodseth
Revision: 428320

upgpkg: fff 1.7-1

Modified:
  fff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:22:04 UTC (rev 428319)
+++ PKGBUILD2019-01-28 13:29:09 UTC (rev 428320)
@@ -2,7 +2,7 @@
 # Contributor: Crestwave 
 
 pkgname=fff
-pkgver=1.5
+pkgver=1.7
 pkgrel=1
 pkgdesc='Simple and fast file manager'
 arch=(any)


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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 13:22:04
  Author: arodseth
Revision: 428319

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2019-01-28 Thread Alexander Rødseth via arch-commits
Date: Monday, January 28, 2019 @ 13:21:56
  Author: arodseth
Revision: 428318

upgpkg: liteide 35.3-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:13:40 UTC (rev 428317)
+++ PKGBUILD2019-01-28 13:21:56 UTC (rev 428318)
@@ -4,22 +4,21 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=35.1
+pkgver=35.3
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64')
+license=(LGPL)
+arch=(x86_64)
 url='https://github.com/visualfc/liteide'
-makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
-depends=('go-tools' 'qt5-webkit')
+makedepends=(gcc-go git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
 optdepends=('go: go compiler'
 'gcc-go: go compiler')
-options=('!strip' '!emptydirs')
+options=(!strip !emptydirs)
 
source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
 md5sums=('SKIP')
 
 prepare() {
-  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
   chmod +x "liteide-x"$pkgver"/build/"*_*.sh
 
   # Fix for FS#4662 until fixed by upstream
@@ -45,13 +44,14 @@
 package() {
   cd "liteide-x$pkgver/build/liteide"
 
-  msg2 'Creating directories...'
-  mkdir -p \
+  # Directories
+  install -d \
 "$pkgdir/usr/lib/liteide" \
 "$pkgdir/usr/share/liteide" \
 "$pkgdir/usr/share/doc/$pkgname"
 
-  msg2 'Packaging executables...'
+  # Executables
+  ls bin
   for binary in gotools gocode liteide; do # goimports
 install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
   done
@@ -59,14 +59,14 @@
 
   cd "$srcdir/liteide-x$pkgver/liteidex"
 
-  msg2 'Packaging resources...'
+  # Resources
   cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
 
-  msg2 'Packaging libraries and plugins...'
+  # Libraries and plugins
   cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
   chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
 
-  msg2 'Packaging license and license exception...'
+  # License and license exception
   install -Dm644 LICENSE.LGPL \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 LGPL_EXCEPTION.TXT \
@@ -74,14 +74,14 @@
 
   cd "$srcdir"
 
-  msg2 'Packaging desktop shortcut...'
-  install -Dm644 "$pkgname.desktop" \
+  # Desktop shortcut
+  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
 "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -d "$pkgdir/usr/share/pixmaps"
   ln -s /usr/share/liteide/welcome/images/liteide400.png \
 "$pkgdir/usr/share/pixmaps/$pkgname.png"
 
-  msg2 'Cleaning up...'
+  # Cleaning up
   rm -rf "$pkgdir/usr/share/$pkgname/doc"
 
   # Fix for FS#38781


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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:17:23
  Author: bpiotrowski
Revision: 344899

1.2.0-2: move flatpak to makedeps

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:13:49 UTC (rev 344898)
+++ PKGBUILD2019-01-28 13:17:23 UTC (rev 344899)
@@ -3,13 +3,13 @@
 
 pkgname=xdg-desktop-portal
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(glib2 pipewire fuse2 geoclue2 flatpak)
-makedepends=(python xmlto docbook-xsl git)
+depends=(glib2 pipewire fuse2 geoclue2)
+makedepends=(python xmlto docbook-xsl git flatpak)
 _commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f  # tags/1.2.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
 sha256sums=('SKIP')


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:17:28
  Author: bpiotrowski
Revision: 344900

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 344899, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:17:23 UTC (rev 344899)
+++ PKGBUILD2019-01-28 13:17:28 UTC (rev 344900)
@@ -1,42 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2 geoclue2 flatpak)
-makedepends=(python xmlto docbook-xsl git)
-_commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f  # tags/1.2.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 344899, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:17:28 UTC (rev 344900)
@@ -0,0 +1,42 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2 geoclue2)
+makedepends=(python xmlto docbook-xsl git flatpak)
+_commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f  # tags/1.2.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:13:49
  Author: bpiotrowski
Revision: 344898

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 344897, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:13:44 UTC (rev 344897)
+++ PKGBUILD2019-01-28 13:13:49 UTC (rev 344898)
@@ -1,43 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3)
-makedepends=(xdg-desktop-portal python git evince)
-optdepends=("evince: Print preview")
-provides=(xdg-desktop-portal-impl)
-_commit=d36345958139b5d5ac4d84f46294c6867b43bb42  # tags/1.1.1^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 344897, 
xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:13:49 UTC (rev 344898)
@@ -0,0 +1,43 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal python git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=5eefad5534307a1efdf33e926f54ddccd35442d5  # tags/1.2.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:13:40
  Author: felixonmars
Revision: 428317

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 428316, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 428316, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 428316, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 428316, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 428316, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 428316, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 428316, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-28 13:13:02 UTC (rev 428316)
+++ LICENSE 2019-01-28 13:13:40 UTC (rev 428317)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 428316, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-28 13:13:40 UTC (rev 428317)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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-28 13:13:02 UTC (rev 428316)
+++ PKGBUILD2019-01-28 13:13:40 UTC (rev 428317)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.161
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (PKGBUILD)

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:13:44
  Author: bpiotrowski
Revision: 344897

1.2.0-1

Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:10:00 UTC (rev 344896)
+++ PKGBUILD2019-01-28 13:13:44 UTC (rev 344897)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A GTK+ backend for xdg-desktop-portal"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
@@ -12,7 +12,7 @@
 makedepends=(xdg-desktop-portal python git evince)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=d36345958139b5d5ac4d84f46294c6867b43bb42  # tags/1.1.1^0
+_commit=5eefad5534307a1efdf33e926f54ddccd35442d5  # tags/1.2.0^0
 
source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:13:02
  Author: felixonmars
Revision: 428316

upgpkg: jenkins 2.162-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:10:26 UTC (rev 428315)
+++ PKGBUILD2019-01-28 13:13:02 UTC (rev 428316)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.161
+pkgver=2.162
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('197b9189da681072bb59274978a827fabfac2ce8491cea320e0a5646234eedea3457d61da6deb6ea1793d50b4702059039df924161ef9f3a86b1282dfd8d8db0'
+sha512sums=('70f40b49eee7f17b77ec0a82d6a67278477c976449ead94750fe63d08977d1e3fd7b2778f35ed28b335f860707b1b9e6be61391bd562f16d75d4de524de8a9ac'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:10:26
  Author: felixonmars
Revision: 428315

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:10:02 UTC (rev 428314)
+++ PKGBUILD2019-01-28 13:10:26 UTC (rev 428315)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.9.2
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('56353decbb7a199d59a734a1f0227b232b5d2e3b712fbca1eafc3d96a77814cadc21ee92988127709e175067c06b77287b78e805780277fd6a78955e531d3e9c')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

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


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:10:02
  Author: felixonmars
Revision: 428314

upgpkg: deepin-control-center 4.9.2.1-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:04:49 UTC (rev 428313)
+++ PKGBUILD2019-01-28 13:10:02 UTC (rev 428314)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.9.2
+pkgver=4.9.2.1
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('56353decbb7a199d59a734a1f0227b232b5d2e3b712fbca1eafc3d96a77814cadc21ee92988127709e175067c06b77287b78e805780277fd6a78955e531d3e9c')
+sha512sums=('ee57c8217d3c4adac299780783634f116d82472286605040c5edcad9e55a83d3c4b44ce2e037666005da8db0a20d98bbd7ecb68d60b4ca38109d85f2ab76c72c')
 
 build() {
   cd dde-control-center-$pkgver


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:10:00
  Author: bpiotrowski
Revision: 344896

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 344895, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:09:52 UTC (rev 344895)
+++ PKGBUILD2019-01-28 13:10:00 UTC (rev 344896)
@@ -1,42 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2 geoclue2 flatpak)
-makedepends=(python xmlto docbook-xsl git)
-_commit=2cf739bf603f873ec949b9ea2a713a5559f9415f  # tags/1.1.1^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 344895, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:10:00 UTC (rev 344896)
@@ -0,0 +1,42 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2 geoclue2 flatpak)
+makedepends=(python xmlto docbook-xsl git)
+_commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f  # tags/1.2.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:09:52
  Author: bpiotrowski
Revision: 344895

1.2.0-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:04:17 UTC (rev 344894)
+++ PKGBUILD2019-01-28 13:09:52 UTC (rev 344895)
@@ -2,8 +2,8 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(glib2 pipewire fuse2 geoclue2 flatpak)
 makedepends=(python xmlto docbook-xsl git)
-_commit=2cf739bf603f873ec949b9ea2a713a5559f9415f  # tags/1.1.1^0
+_commit=f8e4054997a077bb7ab6bebe3dfc65145ec6941f  # tags/1.2.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:04:24
  Author: felixonmars
Revision: 428312

upgpkg: deepin-desktop-base 2:2019.01.28-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 12:36:14 UTC (rev 428311)
+++ PKGBUILD2019-01-28 13:04:24 UTC (rev 428312)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2019.01.16
+pkgver=2019.01.28
 pkgrel=1
 epoch=2
 pkgdesc='Base component for Deepin'
@@ -13,7 +13,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('c41a6b60d626f7eb1bd610c85b089996f2cf76af2abb5a8f57c05d610310b81fac62a69ebb1a0c7b919ea2e9618dafa4a6de8c285253b7c120901c63b1ec3363')
+sha512sums=('bad31184dd7e7feaa52874960b6b3dc9bdef8f8e9722c1f8cbbf9adb52309b6748e34910dfd97c948d2070c5b885a35de1a336703d664f5ca29f0dfa45d65e6b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2019-01-28 Thread Felix Yan via arch-commits
Date: Monday, January 28, 2019 @ 13:04:49
  Author: felixonmars
Revision: 428313

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 428312, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:04:24 UTC (rev 428312)
+++ PKGBUILD2019-01-28 13:04:49 UTC (rev 428313)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2019.01.16
-pkgrel=1
-epoch=2
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base;
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('c41a6b60d626f7eb1bd610c85b089996f2cf76af2abb5a8f57c05d610310b81fac62a69ebb1a0c7b919ea2e9618dafa4a6de8c285253b7c120901c63b1ec3363')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 428312, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:04:49 UTC (rev 428313)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2019.01.28
+pkgrel=1
+epoch=2
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base;
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
+sha512sums=('bad31184dd7e7feaa52874960b6b3dc9bdef8f8e9722c1f8cbbf9adb52309b6748e34910dfd97c948d2070c5b885a35de1a336703d664f5ca29f0dfa45d65e6b')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:04:17
  Author: bpiotrowski
Revision: 344894

archrelease: copy trunk to extra-x86_64

Added:
  flatpak-builder/repos/extra-x86_64/PKGBUILD
(from rev 344893, flatpak-builder/trunk/PKGBUILD)
Deleted:
  flatpak-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:04:12 UTC (rev 344893)
+++ PKGBUILD2019-01-28 13:04:17 UTC (rev 344894)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak-builder
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Tool to build flatpaks from source"
-url="http://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(python2 valgrind)
-replaces=('flatpak<0.9.10')
-_commit=d4f0f5e115923107f62d15ba53fdd2b9f43a4d67  # tags/1.0.2^0
-source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---with-dwarf-header=/usr/include/libdwarf
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 344893, 
flatpak-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:04:17 UTC (rev 344894)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="http://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=e845219468685292933d42c9ac0cf068d3a7ea4b  # tags/1.0.3^0
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:04:12
  Author: bpiotrowski
Revision: 344893

1.0.3-1

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 13:02:41 UTC (rev 344892)
+++ PKGBUILD2019-01-28 13:04:12 UTC (rev 344893)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak-builder
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="http://flatpak.org;
@@ -11,7 +11,7 @@
 makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(python2 valgrind)
 replaces=('flatpak<0.9.10')
-_commit=d4f0f5e115923107f62d15ba53fdd2b9f43a4d67  # tags/1.0.2^0
+_commit=e845219468685292933d42c9ac0cf068d3a7ea4b  # tags/1.0.3^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libglnx.git;)
 sha256sums=('SKIP'


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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:02:41
  Author: bpiotrowski
Revision: 344892

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 344891, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
(from rev 344891, flatpak/trunk/flathub.flatpakrepo)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 344891, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 344891, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/flatpak.install

-+
 PKGBUILD|  184 +-
 flathub.flatpakrepo |   16 ++--
 flatpak-bindir.sh   |   14 +--
 flatpak.install |   18 ++--
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 13:02:25 UTC (rev 344891)
+++ PKGBUILD2019-01-28 13:02:41 UTC (rev 344892)
@@ -1,92 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=cafe28f92dfd8a4a0eb04756600600158f107787  # tags/1.1.3^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;
-"git+https://github.com/flatpak/xdg-dbus-proxy;
-flatpak-bindir.sh flathub.flatpakrepo)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
-
-prepare() {
-  cd $pkgname
-
-  # Post-1.1.3 fixes
-  git cherry-pick -n 96fde5b29c86635a2bf5ef4e191d0ba63cbfe2c0 \
- 2a25ecf6ee8e6cff6ef56aeccc220b4640feb168 \
- 2f28a940b3488604d04c9b8ed8b81aad6c9e3337 \
- f28e8af9680074e1a6b4e6c90cb337fe2d52f26e
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 ../flatpak-bindir.sh
-  install -Dt "$pkgdir/usr/share/flatpak" -m644 ../flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 344891, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 13:02:41 UTC (rev 344892)
@@ -0,0 +1,92 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=7baac10cdbb9096e675377d8adf21a09e2ffd2e8  # tags/1.2.0^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://gitlab.gnome.org/GNOME/libglnx.git;
+

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

2019-01-28 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 28, 2019 @ 13:02:25
  Author: bpiotrowski
Revision: 344891

1.2.0-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 06:24:37 UTC (rev 344890)
+++ PKGBUILD2019-01-28 13:02:25 UTC (rev 344891)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=cafe28f92dfd8a4a0eb04756600600158f107787  # tags/1.1.3^0
+_commit=7baac10cdbb9096e675377d8adf21a09e2ffd2e8  # tags/1.2.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://gitlab.gnome.org/GNOME/libglnx.git;


[arch-commits] Commit in unrealircd/repos/community-x86_64 (12 files)

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:36:14
  Author: spupykin
Revision: 428311

archrelease: copy trunk to community-x86_64

Added:
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 428310, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 428310, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 428310, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 428310, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
(from rev 428310, unrealircd/trunk/unrealircd.sysusers.d)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 428310, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

---+
 PKGBUILD  |  140 
 install.pl|   10 +--
 unrealircd.install|   18 +++---
 unrealircd.service|   24 
 unrealircd.sysusers.d |2 
 unrealircd.tmpfiles.d |   10 +--
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:58 UTC (rev 428310)
+++ PKGBUILD2019-01-28 12:36:14 UTC (rev 428311)
@@ -1,70 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   unrealircd.sysusers.d
-   install.pl)
-sha256sums=('8d30a7d080e5c3d9a08a1307c41a6929d7bb685e23dd13dc2311f1d55d7b1c38'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
-'9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 "$srcdir"/unrealircd.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/unrealircd.conf
-  install -Dm0644 "$srcdir"/unrealircd.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/unrealircd.conf
-}

Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 428310, 
unrealircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 12:36:14 UTC (rev 428311)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('x86_64')
+url="http://unrealircd.com;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   unrealircd.sysusers.d
+   install.pl)
+sha256sums=('9fa2edf36bc53dee14ef658006604ac0de1859239a924ef04a6e2499be4f8cc7'
+   

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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:58
  Author: spupykin
Revision: 428310

upgpkg: unrealircd 4.2.1-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:47 UTC (rev 428309)
+++ PKGBUILD2019-01-28 12:35:58 UTC (rev 428310)
@@ -2,7 +2,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
@@ -18,7 +18,7 @@
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
-sha256sums=('8d30a7d080e5c3d9a08a1307c41a6929d7bb685e23dd13dc2311f1d55d7b1c38'
+sha256sums=('9fa2edf36bc53dee14ef658006604ac0de1859239a924ef04a6e2499be4f8cc7'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'


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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:05
  Author: spupykin
Revision: 428305

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 428304, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 428304, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 428304, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2019-01-28 12:34:52 UTC (rev 428304)
+++ 0001-no-xlocale.patch   2019-01-28 12:35:05 UTC (rev 428305)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 428304, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2019-01-28 12:35:05 UTC (rev 428305)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2019-01-28 12:34:52 UTC (rev 428304)
+++ LICENSE 2019-01-28 12:35:05 UTC (rev 428305)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

[arch-commits] Commit in logwatch/repos/community-any (12 files)

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:28
  Author: spupykin
Revision: 428307

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 428306, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 428306, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/logwatch-xz-support.patch
(from rev 428306, logwatch/trunk/logwatch-xz-support.patch)
  logwatch/repos/community-any/maillog.conf
(from rev 428306, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 428306, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 428306, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/logwatch-xz-support.patch
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  184 ++--
 cron.conf |   20 ++--
 logwatch-xz-support.patch |   42 +-
 maillog.conf  |   22 ++---
 messages.conf |   26 +++---
 secure.conf   |   22 ++---
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:12 UTC (rev 428306)
+++ PKGBUILD2019-01-28 12:35:28 UTC (rev 428307)
@@ -1,92 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.0
-pkgrel=1
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl' 'cron')
-optdepends=('perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(http://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('fe63181473979b36657d2a9395e7fbd694ff450be41b49a447a852c334ae580e'
-'51eb6b6f71fe65f35cc74b49db55e64790c50558309313adbab4945a23bf3d97'
-'b1f273b094914702c790301eb045161229d0c2c6c74053dece832d6eeaaaf800'
-'ed6b9bdf5be279f5301373b339025cdfc0efe7519936072a0e594c314226b24f'
-'90ad32fce13269690731ceafd0ed4bb45512740fa97fc7cf66fcb9a3263219b5')
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/dist.conf
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/dist.conf/logfiles
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/dist.conf/services
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/default.conf
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/default.conf/logfiles
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/default.conf/services
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/default.conf/html
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/scripts
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/scripts/logfiles
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/scripts/services
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/scripts/shared
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/lib
-
-   install -m 0644 README "$pkgdir"/usr/share/logwatch/README
-   install -m 0644 HOWTO-Customize-LogWatch 
"$pkgdir"/usr/share/logwatch/HOWTO-Customize-LogWatch
-   install -m 0644 conf/*.conf "$pkgdir"/usr/share/logwatch/default.conf
-   install -m 0644 conf/logfiles/* 
"$pkgdir"/usr/share/logwatch/default.conf/logfiles
-   install -m 0644 conf/services/* 
"$pkgdir"/usr/share/logwatch/default.conf/services
-   install -m 0644 conf/html/* 
"$pkgdir"/usr/share/logwatch/default.conf/html
-   install -m 0755 scripts/logwatch.pl 
"$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-   for i in scripts/logfiles/* ; do
-   if [ `ls $i | grep -v CVS | wc -l` -ne 0 ] ; then
-   install -m 0755 -d "$pkgdir"/usr/share/logwatch/$i
-   install -m 0644 $i/* "$pkgdir"/usr/share/logwatch/$i
-   fi
-   done
-   install -m 0644 scripts/shared/* 
"$pkgdir"/usr/share/logwatch/scripts/shared
-   install -m 0644 scripts/services/* 
"$pkgdir"/usr/share/logwatch/scripts/services
-   install -m 0644 lib/* "$pkgdir"/usr/share/logwatch/lib
-
-   install -m 0755 -d "$pkgdir"/etc/logwatch
-   install -m 0755 -d "$pkgdir"/etc/logwatch/scripts
-   install -m 0755 -d "$pkgdir"/etc/logwatch/conf
-   install -m 0755 -d "$pkgdir"/etc/logwatch/conf/logfiles
-   install -m 0755 -d "$pkgdir"/etc/logwatch/conf/services
-   install -m 0755 -d 

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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:47
  Author: spupykin
Revision: 428309

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 428308, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:34 UTC (rev 428308)
+++ PKGBUILD2019-01-28 12:35:47 UTC (rev 428309)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.8.4
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mysql-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('e3d07cf070983bda327b9f3029ef1941c692ebad29275028948b0e11fa55990d')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 428308, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 12:35:47 UTC (rev 428309)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.8.5
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mysql-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+sha256sums=('d7ab5df4e464d7ba17bf2a42da7d7f26dad45c34bf321ac8ae7d2ed748413913')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:34
  Author: spupykin
Revision: 428308

upgpkg: phpmyadmin 4.8.5-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:28 UTC (rev 428307)
+++ PKGBUILD2019-01-28 12:35:34 UTC (rev 428308)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.8.4
+pkgver=4.8.5
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('mysql-clients' 'php')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('e3d07cf070983bda327b9f3029ef1941c692ebad29275028948b0e11fa55990d')
+sha256sums=('d7ab5df4e464d7ba17bf2a42da7d7f26dad45c34bf321ac8ae7d2ed748413913')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:35:12
  Author: spupykin
Revision: 428306

upgpkg: logwatch 7.5.1-1

Modified:
  logwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 12:35:05 UTC (rev 428305)
+++ PKGBUILD2019-01-28 12:35:12 UTC (rev 428306)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=logwatch
-pkgver=7.5.0
+pkgver=7.5.1
 pkgrel=1
 arch=('any')
 pkgdesc="Logwatch is a customizable log analysis system."
@@ -18,7 +18,7 @@
maillog.conf
messages.conf
secure.conf)
-sha256sums=('fe63181473979b36657d2a9395e7fbd694ff450be41b49a447a852c334ae580e'
+sha256sums=('9d4a00625065f25058f8966e7fb11f9f72db25507b4dd9c05f57e14447c33295'
 '51eb6b6f71fe65f35cc74b49db55e64790c50558309313adbab4945a23bf3d97'
 'b1f273b094914702c790301eb045161229d0c2c6c74053dece832d6eeaaaf800'
 'ed6b9bdf5be279f5301373b339025cdfc0efe7519936072a0e594c314226b24f'


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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:34:29
  Author: spupykin
Revision: 428302

upgpkg: firejail 0.9.58-1

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 09:20:55 UTC (rev 428301)
+++ PKGBUILD2019-01-28 12:34:29 UTC (rev 428302)
@@ -2,7 +2,7 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.56
+pkgver=0.9.58
 pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
 
#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
 
source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('41844487c700eeb3ac76235a555ba48dd40b42a1de2892aad329c4901478312d'
+sha256sums=('2f6fcb58e2544d647b4ec28275ffd5e94f677dfd2ead9acaa17efe6e8567bf7b'
 'SKIP')
 
 build() {


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

2019-01-28 Thread Sergej Pupykin via arch-commits
Date: Monday, January 28, 2019 @ 12:34:45
  Author: spupykin
Revision: 428303

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
(from rev 428302, firejail/trunk/PKGBUILD)
Deleted:
  firejail/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 12:34:29 UTC (rev 428302)
+++ PKGBUILD2019-01-28 12:34:45 UTC (rev 428303)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.56
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/firejail/firejail.config')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('41844487c700eeb3ac76235a555ba48dd40b42a1de2892aad329c4901478312d'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 428302, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 12:34:45 UTC (rev 428303)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.58
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(x86_64)
+license=(GPL2)
+url="https://github.com/netblue30/firejail;
+backup=('etc/firejail/login.users'
+   'etc/firejail/firejail.config')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('2f6fcb58e2544d647b4ec28275ffd5e94f677dfd2ead9acaa17efe6e8567bf7b'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in lib32-libunwind/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-01-28 Thread Laurent Carlier via arch-commits
Date: Monday, January 28, 2019 @ 09:20:55
  Author: lcarlier
Revision: 428301

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libunwind/repos/multilib-x86_64/PKGBUILD
(from rev 428300, lib32-libunwind/trunk/PKGBUILD)
Deleted:
  lib32-libunwind/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 09:20:47 UTC (rev 428300)
+++ PKGBUILD2019-01-28 09:20:55 UTC (rev 428301)
@@ -1,49 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Lone_Wolf 
-# Contributor: Moritz Lipp 
-
-_pkgbasename=libunwind
-pkgname=lib32-libunwind
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Portable and efficient C programming interface (API) to determine the 
call-chain of a program (32-bit)"
-arch=('x86_64')
-url="http://www.nongnu.org/libunwind/;
-license=('GPL')
-makedepends=('gcc-multilib')
-depends=('lib32-gcc-libs' 'libunwind' 'lib32-xz')
-source=(http://download.savannah.gnu.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz{,.sig})
-sha512sums=('af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b'
-'SKIP')
-validpgpkeys=('1675C8DA2EF907FB116EB709EC52B396E6874AF2') # Dave Watson 
 , project admin for unwind
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  
-  cd $_pkgbasename-$pkgver
-  ./configure \
---build=i686-pc-linux-gnu \
---host=i686-pc-linux-gnu \
---prefix=/usr \
---libdir=/usr/lib32 \
---disable-documentation 
-  make
-
-}
-
-check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
-  make check || :
-}
-
-package_lib32-libunwind() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  # this build only provides multilib binary for x86 on x86_64 , remove all 
includes for other architectures
-  find $pkgdir/usr/include/*.h -not -name "*x86*" -exec rm -f {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-libunwind/repos/multilib-x86_64/PKGBUILD (from rev 428300, 
lib32-libunwind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-28 09:20:55 UTC (rev 428301)
@@ -0,0 +1,49 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Lone_Wolf 
+# Contributor: Moritz Lipp 
+
+_pkgbasename=libunwind
+pkgname=lib32-libunwind
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Portable and efficient C programming interface (API) to determine the 
call-chain of a program (32-bit)"
+arch=('x86_64')
+url="http://www.nongnu.org/libunwind/;
+license=('GPL')
+makedepends=('gcc-multilib')
+depends=('lib32-gcc-libs' 'libunwind' 'lib32-xz')
+source=(http://download.savannah.gnu.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz{,.sig})
+sha512sums=('3110d0aed4f5c781ef1ff72c9337e59793c02c42066209a4ac44f50eff1c0b0e02a5ff9f66891e62016de14af065a47975763970b839b700c0ff2e9f415c8def'
+'SKIP')
+validpgpkeys=('1675C8DA2EF907FB116EB709EC52B396E6874AF2') # Dave Watson 
 , project admin for unwind
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  
+  cd $_pkgbasename-$pkgver
+  ./configure \
+--build=i686-pc-linux-gnu \
+--host=i686-pc-linux-gnu \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-documentation 
+  make
+
+}
+
+check() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+  make check || :
+}
+
+package_lib32-libunwind() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # this build only provides multilib binary for x86 on x86_64 , remove all 
includes for other architectures
+  find $pkgdir/usr/include/*.h -not -name "*x86*" -exec rm -f {} \;
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-28 Thread Laurent Carlier via arch-commits
Date: Monday, January 28, 2019 @ 09:20:47
  Author: lcarlier
Revision: 428300

upgpkg: lib32-libunwind 1.3.1-1

upstream update 1.3.1

Modified:
  lib32-libunwind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 09:16:10 UTC (rev 428299)
+++ PKGBUILD2019-01-28 09:20:47 UTC (rev 428300)
@@ -4,8 +4,8 @@
 
 _pkgbasename=libunwind
 pkgname=lib32-libunwind
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Portable and efficient C programming interface (API) to determine the 
call-chain of a program (32-bit)"
 arch=('x86_64')
 url="http://www.nongnu.org/libunwind/;
@@ -13,7 +13,7 @@
 makedepends=('gcc-multilib')
 depends=('lib32-gcc-libs' 'libunwind' 'lib32-xz')
 
source=(http://download.savannah.gnu.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz{,.sig})
-sha512sums=('af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b'
+sha512sums=('3110d0aed4f5c781ef1ff72c9337e59793c02c42066209a4ac44f50eff1c0b0e02a5ff9f66891e62016de14af065a47975763970b839b700c0ff2e9f415c8def'
 'SKIP')
 validpgpkeys=('1675C8DA2EF907FB116EB709EC52B396E6874AF2') # Dave Watson 
 , project admin for unwind
 


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

2019-01-28 Thread Jelle van der Waa via arch-commits
Date: Monday, January 28, 2019 @ 08:54:48
  Author: jelle
Revision: 428297

upgpkg: i3-wm 4.16.1-1

Upstream update

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 00:21:32 UTC (rev 428296)
+++ PKGBUILD2019-01-28 08:54:48 UTC (rev 428297)
@@ -1,7 +1,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3-wm
-pkgver=4.16
+pkgver=4.16.1
 pkgrel=1
 pkgdesc="An improved dynamic tiling window manager"
 url="https://i3wm.org/;
@@ -21,7 +21,7 @@
 replaces=(i3 i3bar)
 source=("https://i3wm.org/downloads/i3-$pkgver.tar.bz2"{,.asc}
 0001-Use-OVER-operator-for-drawing-text.patch)
-sha256sums=('cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4'
+sha256sums=('ab65c25c06acbdc67cba3ff23e2a82ea17911def65f4fd0200bb6f9382378576'
 'SKIP'
 'e49e147b1cd06f95188decbbe41f5c3a0aca18d0195750bc3ea16465b4aca563')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg


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

2019-01-28 Thread Jelle van der Waa via arch-commits
Date: Monday, January 28, 2019 @ 08:55:00
  Author: jelle
Revision: 428298

archrelease: copy trunk to community-x86_64

Added:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
(from rev 428297, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 428297, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 0001-Use-OVER-operator-for-drawing-text.patch |   70 
 PKGBUILD  |  104 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-Use-OVER-operator-for-drawing-text.patch
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   2019-01-28 08:54:48 UTC 
(rev 428297)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2019-01-28 08:55:00 UTC 
(rev 428298)
@@ -1,35 +0,0 @@
-From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 9 Sep 2017 00:22:13 +0200
-Subject: [PATCH] Use OVER operator for drawing text
-
-For opaque text, SOURCE is not any different from OVER. However, when
-drawing color glyphs (which consist of RGBA pixels instead of strokes)
-SOURCE's handling of alpha is not what we want.
-
-I stumbled across this because cairo 1.15.8 seems to clear the surface
-before drawing color emoji if the operator is SOURCE, deleting every-
-thing drawn before. Arguably, the area outside the glyph bounds should
-not be touched, but even if this is a cairo bug the problem of alpha
-within the glyph remains.

- libi3/font.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libi3/font.c b/libi3/font.c
-index 81091ea74a31da11..aef8427b5396c3d8 100644
 a/libi3/font.c
-+++ b/libi3/font.c
-@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
- pango_layout_set_text(layout, text, text_len);
- 
- /* Do the drawing */
--cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
-+cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
- cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
- pango_cairo_update_layout(cr, layout);
- pango_layout_get_pixel_size(layout, NULL, );
--- 
-2.14.1
-

Copied: 
i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch 
(from rev 428297, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   
(rev 0)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2019-01-28 08:55:00 UTC 
(rev 428298)
@@ -0,0 +1,35 @@
+From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 Sep 2017 00:22:13 +0200
+Subject: [PATCH] Use OVER operator for drawing text
+
+For opaque text, SOURCE is not any different from OVER. However, when
+drawing color glyphs (which consist of RGBA pixels instead of strokes)
+SOURCE's handling of alpha is not what we want.
+
+I stumbled across this because cairo 1.15.8 seems to clear the surface
+before drawing color emoji if the operator is SOURCE, deleting every-
+thing drawn before. Arguably, the area outside the glyph bounds should
+not be touched, but even if this is a cairo bug the problem of alpha
+within the glyph remains.
+---
+ libi3/font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libi3/font.c b/libi3/font.c
+index 81091ea74a31da11..aef8427b5396c3d8 100644
+--- a/libi3/font.c
 b/libi3/font.c
+@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
+ pango_layout_set_text(layout, text, text_len);
+ 
+ /* Do the drawing */
+-cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
++cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
+ cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
+ pango_cairo_update_layout(cr, layout);
+ pango_layout_get_pixel_size(layout, NULL, );
+-- 
+2.14.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-28 08:54:48 UTC (rev 428297)
+++ PKGBUILD2019-01-28 08:55:00 UTC (rev 428298)
@@ -1,52 +0,0 @@
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-pkgver=4.16
-pkgrel=1
-pkgdesc="An improved dynamic tiling window manager"
-url="https://i3wm.org/;
-arch=(x86_64)
-license=(BSD)
-depends=(xcb-util-cursor xcb-util-keysyms xcb-util-wm xcb-util-xrm libev yajl 
startup-notification
- pango libxkbcommon-x11)
-makedepends=(bison flex asciidoc xmlto)
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To