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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:12:38
  Author: felixonmars
Revision: 476566

upgpkg: ponyc 0.28.1-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 05:12:33 UTC (rev 476565)
+++ PKGBUILD2019-06-02 05:12:38 UTC (rev 476566)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.28.0
-pkgrel=3
+pkgver=0.28.1
+pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('084ee4947bc0b3eb935ae53de8cd41e021a31f009f5280352378929543828fb6ed6be1f7010423821593e0d6d6f00b1f3c4b7a995157199a35caef6f5cd1b5ea')
+sha512sums=('5d8ea9da967a79ecaadc4a498e8af78cb6ba43745f825499b1677c0a262c2891fde003d1674e242369b7dd425dbff2f107544be07aeab859bf91caa4f0e3df31')
 
 prepare() {
   cd ponyc-$pkgver


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:12:49
  Author: felixonmars
Revision: 476567

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 476566, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 05:12:38 UTC (rev 476566)
+++ PKGBUILD2019-06-02 05:12:49 UTC (rev 476567)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.28.0
-pkgrel=3
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm7-libs')
-makedepends=('llvm7')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('084ee4947bc0b3eb935ae53de8cd41e021a31f009f5280352378929543828fb6ed6be1f7010423821593e0d6d6f00b1f3c4b7a995157199a35caef6f5cd1b5ea')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
-}
-
-package() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 476566, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 05:12:49 UTC (rev 476567)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.28.1
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm7-libs')
+makedepends=('llvm7')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('5d8ea9da967a79ecaadc4a498e8af78cb6ba43745f825499b1677c0a262c2891fde003d1674e242369b7dd425dbff2f107544be07aeab859bf91caa4f0e3df31')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:12:33
  Author: felixonmars
Revision: 476565

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
476564, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-02 05:12:33 UTC (rev 476565)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.6
+pkgrel=30
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b58e5751863d79c08066846fb5959870cf6673e27297acd3b7980b209321a636fdf564c4c08666313c81f7c6c55f4d1307892bc6a59a01a025a87436d5591774')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:11:37
  Author: felixonmars
Revision: 476562

upgpkg: haskell-pipes 4.3.10-1

rebuild with pipes 4.3.10

Modified:
  haskell-pipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 02:29:22 UTC (rev 476561)
+++ PKGBUILD2019-06-02 05:11:37 UTC (rev 476562)
@@ -3,8 +3,8 @@
 
 _hkgname=pipes
 pkgname=haskell-pipes
-pkgver=4.3.9
-pkgrel=28
+pkgver=4.3.10
+pkgrel=1
 pkgdesc="Compositional pipelines"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ed59ba7f3b51a91c9e348c80727c21211ce80d7c9164f86376a567ba56849d07687afb3c6ce3b956c6c0207b07b0eb1743bac30cb87d32aa8f76020e30eebcd5')
+sha512sums=('3382287fe994776a566f2847e48329ac8931216eafc81e5d8392600b9d628d0e148624e9b433bae35433041f68baafae81fabe5f05b2763f6a8cd944ea48ff63')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:12:23
  Author: felixonmars
Revision: 476564

upgpkg: haskell-pipes-http 1.0.6-30

rebuild with pipes 4.3.10

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 05:11:46 UTC (rev 476563)
+++ PKGBUILD2019-06-02 05:12:23 UTC (rev 476564)
@@ -4,7 +4,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.6
-pkgrel=29
+pkgrel=30
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 05:11:46
  Author: felixonmars
Revision: 476563

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pipes/repos/community-staging-x86_64/PKGBUILD (from rev 476562, 
haskell-pipes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-02 05:11:46 UTC (rev 476563)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes
+pkgname=haskell-pipes
+pkgver=4.3.10
+pkgrel=1
+pkgdesc="Compositional pipelines"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mmorph' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3382287fe994776a566f2847e48329ac8931216eafc81e5d8392600b9d628d0e148624e9b433bae35433041f68baafae81fabe5f05b2763f6a8cd944ea48ff63')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/void >= 0.4 && < 0.8 ,/void
 >= 0.4 \&\& < 0.8/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, June 2, 2019 @ 02:29:22
  Author: polyzen
Revision: 476561

archrelease: copy trunk to community-x86_64

Added:
  skim/repos/community-x86_64/PKGBUILD
(from rev 476560, skim/trunk/PKGBUILD)
Deleted:
  skim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 02:29:04 UTC (rev 476560)
+++ PKGBUILD2019-06-02 02:29:22 UTC (rev 476561)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: fenuks
-
-pkgname=skim
-pkgver=0.6.6
-pkgrel=1
-pkgdesc='Fuzzy Finder in rust!'
-arch=('x86_64')
-depends=('ncurses')
-makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('df4c8c9a3641321786e014f63d1f1bc4b15762d666792d3f8b86e73704c15643ca01e3f6242243eb903454cc7c8e983255583b1cddc39cfdd5e779c00f1a546e')
-
-build() {
-  cd skim-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd skim-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd skim-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
-  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
-  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
-  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
-}

Copied: skim/repos/community-x86_64/PKGBUILD (from rev 476560, 
skim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 02:29:22 UTC (rev 476561)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: fenuks
+
+pkgname=skim
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='Fuzzy Finder in rust!'
+arch=('x86_64')
+depends=('ncurses')
+makedepends=('rust')
+url=https://github.com/lotabout/skim
+license=('MIT')
+source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
+sha512sums=('05aee9fc9a59cd28c7ec713a6cd70fd03d349441572b33611975cc685964aad042ad1d32c500e0d30abd56fc7fcb3b2a06135122460b2b1c5992ea3608e3fb11')
+
+prepare() {
+  cd skim-$pkgver
+  sed -i '369s/0.6.6/0.6.7/' Cargo.lock
+}
+
+build() {
+  cd skim-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd skim-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd skim-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
+  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
+  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
+  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
+}


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

2019-06-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, June 2, 2019 @ 02:29:04
  Author: polyzen
Revision: 476560

upgpkg: skim 0.6.7-1

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 22:35:06 UTC (rev 476559)
+++ PKGBUILD2019-06-02 02:29:04 UTC (rev 476560)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -11,8 +11,13 @@
 url=https://github.com/lotabout/skim
 license=('MIT')
 source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('df4c8c9a3641321786e014f63d1f1bc4b15762d666792d3f8b86e73704c15643ca01e3f6242243eb903454cc7c8e983255583b1cddc39cfdd5e779c00f1a546e')
+sha512sums=('05aee9fc9a59cd28c7ec713a6cd70fd03d349441572b33611975cc685964aad042ad1d32c500e0d30abd56fc7fcb3b2a06135122460b2b1c5992ea3608e3fb11')
 
+prepare() {
+  cd skim-$pkgver
+  sed -i '369s/0.6.6/0.6.7/' Cargo.lock
+}
+
 build() {
   cd skim-$pkgver
   cargo build --release --locked


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

2019-06-01 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 2, 2019 @ 02:11:26
  Author: bisson
Revision: 354739

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 354738, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 354738, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   54 ++
 2 files changed, 55 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 354738, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2019-06-02 02:11:26 UTC (rev 354739)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 354738, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-06-02 02:11:26 UTC (rev 354739)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190531
+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=('3860e4c7dab9d43a5c83c07ea187cd0f76f095888b533cbe583869a594436dee'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+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 iana-etc/trunk (PKGBUILD)

2019-06-01 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 2, 2019 @ 02:11:02
  Author: bisson
Revision: 354738

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 22:43:52 UTC (rev 354737)
+++ PKGBUILD2019-06-02 02:11:02 UTC (rev 354738)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20190504
+pkgver=20190531
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='https://www.iana.org/protocols'
@@ -12,7 +12,7 @@
 
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=('d1ce8e3d7402802d4d2ccd38526a6967f481c226bb588529afe7e18be3b1e3d9'
+sha256sums=('3860e4c7dab9d43a5c83c07ea187cd0f76f095888b533cbe583869a594436dee'
 '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:43:33
  Author: arojas
Revision: 354736

perl 5.30 rebuild

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 22:39:32 UTC (rev 354735)
+++ PKGBUILD2019-06-01 22:43:33 UTC (rev 354736)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.0.8.48
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)


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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:43:52
  Author: arojas
Revision: 354737

archrelease: copy trunk to staging-x86_64

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

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

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-06-01 22:43:33 UTC (rev 354736)
+++ IM7-GS-policy.patch 2019-06-01 22:43:52 UTC (rev 354737)
@@ -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/staging-x86_64/IM7-GS-policy.patch (from rev 354736, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-06-01 22:43:52 UTC (rev 354737)
@@ -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-06-01 22:43:33 UTC (rev 354736)
+++ PKGBUILD2019-06-01 22:43:52 UTC (rev 354737)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.47
-pkgrel=3
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-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=('73260ea071fa5b48b974020b2c9a8f7bd92f6fbaac92ea5c0ea78a0d05cc0594'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p 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_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  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-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:39:10
  Author: arojas
Revision: 354734

Update to 7.0.8.48

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 18:26:22 UTC (rev 354733)
+++ PKGBUILD2019-06-01 22:39:10 UTC (rev 354734)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.47
-pkgrel=3
+pkgver=7.0.8.48
+pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)
@@ -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=('73260ea071fa5b48b974020b2c9a8f7bd92f6fbaac92ea5c0ea78a0d05cc0594'
+sha256sums=('e9cf8d166614ab07253f36f236b8fd4832683414f6a961a64ebad357fb6a92a4'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:39:32
  Author: arojas
Revision: 354735

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 354734, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 354734, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 354734, 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|  240 +-
 arch-fonts.diff |  214 ++--
 3 files changed, 237 insertions(+), 237 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-06-01 22:39:10 UTC (rev 354734)
+++ IM7-GS-policy.patch 2019-06-01 22:39:32 UTC (rev 354735)
@@ -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 354734, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-06-01 22:39:32 UTC (rev 354735)
@@ -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-06-01 22:39:10 UTC (rev 354734)
+++ PKGBUILD2019-06-01 22:39:32 UTC (rev 354735)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.47
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-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=('73260ea071fa5b48b974020b2c9a8f7bd92f6fbaac92ea5c0ea78a0d05cc0594'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p 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_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  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'
-  'imagemagick-doc: 

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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:34:40
  Author: arojas
Revision: 476558

Update to 0.11.4

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:50:36 UTC (rev 476557)
+++ PKGBUILD2019-06-01 22:34:40 UTC (rev 476558)
@@ -2,7 +2,7 @@
 # Contributor: wahnby 
 
 pkgname=gnunet
-pkgver=0.11.1
+pkgver=0.11.4
 pkgrel=1
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('x86_64')
@@ -9,9 +9,8 @@
 url="http://gnunet.org;
 license=('GPL')
 depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
-'libmicrohttpd' 'libunistring' 'libidn')
-makedepends=('gettext' 'pkgconfig'
-'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
+'libmicrohttpd' 'libunistring' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
 optdepends=('bluez-libs'
'python'
'glpk'
@@ -21,26 +20,27 @@
 options=('!makeflags')
 # TODO: key revoked, check for new signature on new release
 # source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
-source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
 gnunet.service
 defaults.conf)
 validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
-md5sums=('34d4ba39453acb96db35ec01aabaacf4'
+md5sums=('SKIP'
  '54cce3d2415d95b2e5bd1bd88db3a0ea'
  '0fe23b2ca5b3fc47a0b5645e04406da0')
 
 build() {
-  cd "$srcdir"/gnunet-${pkgver/_/}
+  cd gnunet
   sed -i 's|contrib doc|doc|' Makefile.*
+  ./bootstrap
   [ -f Makefile ] || ./configure --prefix=/usr \
---without-mysql \
---with-nssdir=/usr/lib
+--without-mysql
   make
   make -C contrib
 }
 
 package() {
-  cd "$srcdir"/gnunet-${pkgver/_/}
+  cd gnunet
   make DESTDIR="$pkgdir" install
   make DESTDIR="$pkgdir" -C contrib install
   install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf


[arch-commits] Commit in gnunet/repos (4 files)

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 22:35:06
  Author: arojas
Revision: 476559

archrelease: copy trunk to community-testing-x86_64

Added:
  gnunet/repos/community-testing-x86_64/
  gnunet/repos/community-testing-x86_64/PKGBUILD
(from rev 476558, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-testing-x86_64/defaults.conf
(from rev 476558, gnunet/trunk/defaults.conf)
  gnunet/repos/community-testing-x86_64/gnunet.service
(from rev 476558, gnunet/trunk/gnunet.service)

+
 PKGBUILD   |   49 +
 defaults.conf  |  483 +++
 gnunet.service |   10 +
 3 files changed, 542 insertions(+)

Copied: gnunet/repos/community-testing-x86_64/PKGBUILD (from rev 476558, 
gnunet/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-06-01 22:35:06 UTC (rev 476559)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.11.4
+pkgrel=1
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('x86_64')
+url="http://gnunet.org;
+license=('GPL')
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
+'libmicrohttpd' 'libunistring' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+# TODO: key revoked, check for new signature on new release
+# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
+gnunet.service
+defaults.conf)
+validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
+md5sums=('SKIP'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd gnunet
+  sed -i 's|contrib doc|doc|' Makefile.*
+  ./bootstrap
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql
+  make
+  make -C contrib
+}
+
+package() {
+  cd gnunet
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
+  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Copied: gnunet/repos/community-testing-x86_64/defaults.conf (from rev 476558, 
gnunet/trunk/defaults.conf)
===
--- community-testing-x86_64/defaults.conf  (rev 0)
+++ community-testing-x86_64/defaults.conf  2019-06-01 22:35:06 UTC (rev 
476559)
@@ -0,0 +1,483 @@
+[PATHS]
+SERVICEHOME = ~/.gnunet/
+# SERVICEHOME = /var/lib/gnunet/
+# DEFAULTCONFIG = /etc/gnunet.conf
+# If 'DEFAULTCONFIG' is not defined, the current
+# configuration file is assumed to be the default,
+# which is what we want by default...
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[TESTING]
+WEAKRANDOM = NO
+# How long before failing a connection?
+CONNECT_TIMEOUT = 30
+# How many connect attempts should we make?
+CONNECT_ATTEMPTS = 3
+# How many connections can happen simultaneously?
+MAX_OUTSTANDING_CONNECTIONS = 50
+
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
+[client]
+HOME = $SERVICEHOME
+
+[nat]
+# Are we behind NAT?
+BEHIND_NAT = NO
+
+# Is the NAT hole-punched?
+PUNCHED_NAT = NO
+
+# Enable UPNP by default?
+ENABLE_UPNP = NO
+
+# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+USE_LOCALADDR = YES
+
+# Use address obtained from a DNS lookup of our hostname
+USE_HOSTNAME = NO
+
+# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
+# normal interface IP address for non-NATed peers; 
+# possibly auto-detected (using UPnP) if possible if not specified
+# EXTERNAL_ADDRESS = 
+
+# Should we use ICMP-based NAT traversal to try connect to NATed peers
+# or, if we are behind NAT, to allow connections to us?
+ENABLE_ICMP_CLIENT = NO
+ENABLE_ICMP_SERVER = NO
+
+# IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
+# normal interface IP address for non-NATed peers; 
+# likely auto-detected (via interface list) if not specified (!)
+# INTERNAL_ADDRESS = 
+
+# Disable IPv6 support
+DISABLEV6 = NO
+
+# How often do we query the DNS resolver
+# for our hostname (to get our own IP), in ms
+HOSTNAME_DNS_FREQUENCY = 120
+
+# How often do we iterate over our 
+# network interfaces to check for changes
+# in our IP address? in ms
+IFC_SCAN_FREQUENCY = 300
+
+# How often do we query the DNS resolver
+# for our hostname (to get our own 

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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:50:30
  Author: lfleischer
Revision: 476556

upgpkg: maim 5.5.3-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
+++ PKGBUILD2019-06-01 21:50:30 UTC (rev 476556)
@@ -3,8 +3,8 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.5.2
-pkgrel=4
+pkgver=5.5.3
+pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
+md5sums=('ca877cdcf454f454076c6bf7a6d85890')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:50:36
  Author: lfleischer
Revision: 476557

archrelease: copy trunk to community-x86_64

Added:
  maim/repos/community-x86_64/PKGBUILD
(from rev 476556, maim/trunk/PKGBUILD)
Deleted:
  maim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:50:30 UTC (rev 476556)
+++ PKGBUILD2019-06-01 21:50:36 UTC (rev 476557)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=5.5.2
-pkgrel=4
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 476556, 
maim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:50:36 UTC (rev 476557)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.5.3
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('ca877cdcf454f454076c6bf7a6d85890')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:46:46
  Author: lfleischer
Revision: 476555

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:46:39 UTC (rev 476554)
+++ PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
@@ -1,106 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.3
-pkgrel=1
-arch=('x86_64')
-url="https://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ec0cc9e2782b82db2fbc107b52142d70')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-x86_64/PKGBUILD (from rev 476554, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:46:46 UTC (rev 476555)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.28.4
+pkgrel=1
+arch=('x86_64')
+url="https://notmuchmail.org/;
+license=('GPL3')
+makedepends=('python2' 'python' 'python-sphinx' 

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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:46:39
  Author: lfleischer
Revision: 476554

upgpkg: notmuch 0.28.4-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:48 UTC (rev 476553)
+++ PKGBUILD2019-06-01 21:46:39 UTC (rev 476554)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.28.3
+pkgver=0.28.4
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/;
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ec0cc9e2782b82db2fbc107b52142d70')
+md5sums=('138b0a512f10578298921f7f1cb2924e')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:48
  Author: lfleischer
Revision: 476553

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   64 -
 mpop.install |   16 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:41 UTC (rev 476552)
+++ PKGBUILD2019-06-01 21:44:48 UTC (rev 476553)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('x86_64')
-url="https://marlam.de/mpop/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
- 'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
-  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 476552, 
mpop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:44:48 UTC (rev 476553)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('x86_64')
+url="https://marlam.de/mpop/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
+md5sums=('0895e7c0a9d7d540634054ee6bb08537'
+ 'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
+}

Deleted: mpop.install
===
--- mpop.install2019-06-01 21:44:41 UTC (rev 476552)
+++ mpop.install2019-06-01 21:44:48 UTC (rev 476553)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-x86_64/mpop.install (from rev 476552, 
mpop/trunk/mpop.install)
===
--- mpop.install(rev 0)
+++ mpop.install2019-06-01 21:44:48 UTC (rev 476553)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:41
  Author: lfleischer
Revision: 476552

upgpkg: mpop 1.4.4-1

Upstream update.

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
+++ PKGBUILD2019-06-01 21:44:41 UTC (rev 476552)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('0ec54ee4456e91c5f968158e5eb5ecbd'
+md5sums=('0895e7c0a9d7d540634054ee6bb08537'
  'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
 


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:44:00
  Author: lfleischer
Revision: 476551

archrelease: copy trunk to community-x86_64

Added:
  ledger/repos/community-x86_64/PKGBUILD
(from rev 476550, ledger/trunk/PKGBUILD)
Deleted:
  ledger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 21:42:55 UTC (rev 476550)
+++ PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Abdelhakim Qbaich 
-# Contributor: korjjj 
-# Contributor: TDY 
-# Contributor: Adam Ehlers Nyholm Thomsen 
-# Contributor: Nathan Jones 
-
-pkgname=ledger
-pkgver=3.1.2
-pkgrel=2
-pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
-arch=('i686' 'x86_64')
-url='http://ledger-cli.org'
-license=('BSD')
-depends=('python2' 'boost' 'libedit')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--DUSE_PYTHON:BOOL=TRUE \
--DDISABLE_ASSERTS:BOOL=TRUE \
--DBUILD_EMACSLISP:BOOL=TRUE
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ledger/repos/community-x86_64/PKGBUILD (from rev 476550, 
ledger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 21:44:00 UTC (rev 476551)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Abdelhakim Qbaich 
+# Contributor: korjjj 
+# Contributor: TDY 
+# Contributor: Adam Ehlers Nyholm Thomsen 
+# Contributor: Nathan Jones 
+
+pkgname=ledger
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
+arch=('i686' 'x86_64')
+url='http://ledger-cli.org'
+license=('BSD')
+depends=('python2' 'boost' 'libedit')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-DUSE_PYTHON:BOOL=TRUE \
+-DDISABLE_ASSERTS:BOOL=TRUE \
+-DBUILD_EMACSLISP:BOOL=TRUE
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-01 Thread Lukas Fleischer via arch-commits
Date: Saturday, June 1, 2019 @ 21:42:55
  Author: lfleischer
Revision: 476550

upgpkg: ledger 3.1.3-1

Upstream update.

Modified:
  ledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 17:46:37 UTC (rev 476549)
+++ PKGBUILD2019-06-01 21:42:55 UTC (rev 476550)
@@ -6,8 +6,8 @@
 # Contributor: Nathan Jones 
 
 pkgname=ledger
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
 arch=('i686' 'x86_64')
 url='http://ledger-cli.org'
@@ -15,7 +15,7 @@
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('3ecebe00e8135246e5437e4364bb7a38869fad7c3250b849cf8c18ca2628182e')
+sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 18:26:04
  Author: felixonmars
Revision: 354732

Perl 5.30 rebuild

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 17:10:57 UTC (rev 354731)
+++ PKGBUILD2019-06-01 18:26:04 UTC (rev 354732)
@@ -7,7 +7,7 @@
 
 pkgname=x2goserver
 pkgver=4.1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
 arch=('x86_64')
 url="https://www.x2go.org/;


[arch-commits] Commit in x2goserver/repos/staging-x86_64 (8 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 18:26:22
  Author: felixonmars
Revision: 354733

archrelease: copy trunk to staging-x86_64

Added:
  x2goserver/repos/staging-x86_64/PKGBUILD
(from rev 354732, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/staging-x86_64/sysusers.d
(from rev 354732, x2goserver/trunk/sysusers.d)
  x2goserver/repos/staging-x86_64/tmpfiles.d
(from rev 354732, x2goserver/trunk/tmpfiles.d)
  x2goserver/repos/staging-x86_64/x2goserver.install
(from rev 354732, x2goserver/trunk/x2goserver.install)
Deleted:
  x2goserver/repos/staging-x86_64/PKGBUILD
  x2goserver/repos/staging-x86_64/sysusers.d
  x2goserver/repos/staging-x86_64/tmpfiles.d
  x2goserver/repos/staging-x86_64/x2goserver.install

+
 PKGBUILD   |  276 +--
 sysusers.d |4 
 tmpfiles.d |4 
 x2goserver.install |   12 +-
 4 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 18:26:04 UTC (rev 354732)
+++ PKGBUILD2019-06-01 18:26:22 UTC (rev 354733)
@@ -1,138 +0,0 @@
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.1.0.3
-pkgrel=2
-pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
-arch=('x86_64')
-url="https://www.x2go.org/;
-license=('GPL2')
-# https://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
-
-# from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, 
perl-cwd-guard
-
-depends=(#'python' 
-
- # For x2goruncommand - for now
- 'bc'
- # For netstat in x2goresume-session
- 'net-tools'
- 'openssh'
- 'perl-file-readbackwards'
- # We need a database
- 'perl-dbd-sqlite' 
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2goshowblocks
- 'lsof'
- # For x2godbadmin
- 'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
- # For /etc/sudoers.d
- 'sudo'
- 'nxagent'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'xorg-xauth'
- 'shadow'
- 
- # for post install actions
- 'desktop-file-utils'
- 'shared-mime-info'
- 
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 'perl-file-which' # FS#44125
- 'perl-switch'
- 'perl-try-tiny' # FS#58226
-
- 'xorg-xwininfo' # FS#38558
- 'xorg-setxkbmap' # FS#53345
-
- 'dbus'
-
- #x2goserver-extensions
- #x2goserver-xsession
- #x2goserver-fmbindings
- #x2goserver-printing
-)
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-#optdepends=('cups-x2go: printing support')
-optdepends=('perl-dbd-pg: Postgres support')
-conflicts=('x2go-agent')
-replaces=('x2go-agent')
-provides=('x2go-agent' 'x2goagent')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf'
-'etc/x2go/desktopsharing/settings'
-# from old x2go-agent pkg now provided here
-etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
-)
-# no https due to invalid certificate
-source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-   tmpfiles.d
-   sysusers.d)
-sha256sums=('6776aaa354f5a44e349f0b3c176d4988c88a618c2edf46c98a37ae89c069dcd0'
-'SKIP'
-'548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
-'04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')
-validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # X2go Git 
Administrator 
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-  # Do not ship xsession - Debian specific
-  sed -i -e '/xsession/s/^/#/' Makefile
-  
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
-
-  # systemd files
-  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  # overwrite upstream systemd tmofile "x /tmp/.x2go-*" with ours
-#  install -Dm644 

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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 17:46:14
  Author: arojas
Revision: 476548

Update to 7.64.1

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 17:16:30 UTC (rev 476547)
+++ PKGBUILD2019-06-01 17:46:14 UTC (rev 476548)
@@ -1,16 +1,16 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gnurl
-pkgver=7.64.0
+pkgver=7.64.1
 pkgrel=1
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
 url="https://gnunet.org/gnurl;
 license=('MIT')
-depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
+depends=('gnutls' 'krb5' 'libnghttp2')
 source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
 validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('139abdc92e77c64caee7d834cc1e539ca559938682afe23c6b61c6e7203c0fa76d8c45f70eb2c74e2a32fcac02962be28ae0b0364351bfd2fc4476b091ef70ef'
+sha512sums=('684587363a71c28bd8a3707e16facea97e44d9ad21595602802b19dd116a4434c1fc7f7778126455ddd5f68a5e8f3f090c802d4dd87c62a82f7251525ce14ca9'
 'SKIP')
 
 build() {
@@ -19,16 +19,30 @@
   ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man \
+--disable-dict \
+--disable-file \
+--disable-ftp \
+--disable-gopher \
+--disable-imap \
 --disable-ldap \
 --disable-ldaps \
+--disable-ntlm-wb \
+--disable-pop3 \
+--disable-rtsp \
+--disable-smb \
+--disable-smtp \
+--disable-telnet \
+--disable-tftp \
 --enable-ipv6 \
 --enable-manual \
 --enable-versioned-symbols \
 --enable-threaded-resolver \
---with-gssapi \
+--without-gssapi \
 --with-gnutls \
+--without-libidn \
+--without-libpsl \
+--without-librtmp \
 --without-ssl \
---without-libidn \
 --with-random=/dev/urandom \
 --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
   make


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

2019-06-01 Thread Antonio Rojas via arch-commits
Date: Saturday, June 1, 2019 @ 17:46:37
  Author: arojas
Revision: 476549

archrelease: copy trunk to community-x86_64

Added:
  gnurl/repos/community-x86_64/PKGBUILD
(from rev 476548, gnurl/trunk/PKGBUILD)
Deleted:
  gnurl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 17:46:14 UTC (rev 476548)
+++ PKGBUILD2019-06-01 17:46:37 UTC (rev 476549)
@@ -1,48 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=gnurl
-pkgver=7.64.0
-pkgrel=1
-pkgdesc="fork of libcurl, which is mostly for GNUnet"
-arch=(x86_64)
-url="https://gnunet.org/gnurl;
-license=('MIT')
-depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
-source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
-validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('139abdc92e77c64caee7d834cc1e539ca559938682afe23c6b61c6e7203c0fa76d8c45f70eb2c74e2a32fcac02962be28ae0b0364351bfd2fc4476b091ef70ef'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./buildconf
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-ldap \
---disable-ldaps \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---with-gssapi \
---with-gnutls \
---without-ssl \
---without-libidn \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-#  rm -rf "$pkgdir"/usr/share/man \
-#"$pkgdir"/usr/bin/curl \
-#"$pkgdir"/usr/share/aclocal
-#  mkdir -p "$pkgdir"/usr/include/gnurl
-#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
-#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
-}

Copied: gnurl/repos/community-x86_64/PKGBUILD (from rev 476548, 
gnurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 17:46:37 UTC (rev 476549)
@@ -0,0 +1,62 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.64.1
+pkgrel=1
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('684587363a71c28bd8a3707e16facea97e44d9ad21595602802b19dd116a4434c1fc7f7778126455ddd5f68a5e8f3f090c802d4dd87c62a82f7251525ce14ca9'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-dict \
+--disable-file \
+--disable-ftp \
+--disable-gopher \
+--disable-imap \
+--disable-ldap \
+--disable-ldaps \
+--disable-ntlm-wb \
+--disable-pop3 \
+--disable-rtsp \
+--disable-smb \
+--disable-smtp \
+--disable-telnet \
+--disable-tftp \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-gnutls \
+--without-libidn \
+--without-libpsl \
+--without-librtmp \
+--without-ssl \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 17:16:25
  Author: archange
Revision: 476546

Perl 5.30 rebuild

Modified:
  perl-strictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 17:15:03 UTC (rev 476545)
+++ PKGBUILD2019-06-01 17:16:25 UTC (rev 476546)
@@ -3,7 +3,7 @@
 _pkg=strictures
 pkgname=perl-${_pkg}
 pkgver=2.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Turn on strict and make most warnings fatal"
 arch=(any)
 url="https://metacpan.org/release/${_pkg};


[arch-commits] Commit in perl-strictures/repos/community-staging-any (2 files)

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 17:16:30
  Author: archange
Revision: 476547

archrelease: copy trunk to community-staging-any

Added:
  perl-strictures/repos/community-staging-any/PKGBUILD
(from rev 476546, perl-strictures/trunk/PKGBUILD)
Deleted:
  perl-strictures/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 17:16:25 UTC (rev 476546)
+++ PKGBUILD2019-06-01 17:16:30 UTC (rev 476547)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.05
-pkgrel=3
-pkgdesc="Turn on strict and make most warnings fatal"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-strictures/repos/community-staging-any/PKGBUILD (from rev 476546, 
perl-strictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 17:16:30 UTC (rev 476547)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.06
+pkgrel=2
+pkgdesc="Turn on strict and make most warnings fatal"
+arch=(any)
+url="https://metacpan.org/release/${_pkg};
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+checkdepends=(perl-test-simple)
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 17:15:03
  Author: archange
Revision: 476545

archrelease: copy trunk to community-any

Added:
  perl-strictures/repos/community-any/PKGBUILD
(from rev 476544, perl-strictures/trunk/PKGBUILD)
Deleted:
  perl-strictures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 17:13:34 UTC (rev 476544)
+++ PKGBUILD2019-06-01 17:15:03 UTC (rev 476545)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=strictures
-pkgname=perl-${_pkg}
-pkgver=2.05
-pkgrel=2
-pkgdesc="Turn on strict and make most warnings fatal"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-strictures/repos/community-any/PKGBUILD (from rev 476544, 
perl-strictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 17:15:03 UTC (rev 476545)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=strictures
+pkgname=perl-${_pkg}
+pkgver=2.06
+pkgrel=1
+pkgdesc="Turn on strict and make most warnings fatal"
+arch=(any)
+url="https://metacpan.org/release/${_pkg};
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+checkdepends=(perl-test-simple)
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 17:13:34
  Author: archange
Revision: 476544

upgpkg: perl-strictures 2.06-1

Modified:
  perl-strictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 16:57:06 UTC (rev 476543)
+++ PKGBUILD2019-06-01 17:13:34 UTC (rev 476544)
@@ -2,17 +2,17 @@
 
 _pkg=strictures
 pkgname=perl-${_pkg}
-pkgver=2.05
-pkgrel=3
+pkgver=2.06
+pkgrel=1
 pkgdesc="Turn on strict and make most warnings fatal"
-arch=('any')
+arch=(any)
 url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309')
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+checkdepends=(perl-test-simple)
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz;)
+sha256sums=('09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57')
 
 build() {
 cd ${_pkg}-${pkgver}


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

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 16:56:53
  Author: archange
Revision: 476542

upgpkg: displaycal 3.8.1.1-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 16:33:30 UTC (rev 476541)
+++ PKGBUILD2019-06-01 16:56:53 UTC (rev 476542)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.8.1.0
+pkgver=3.8.1.1
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gnome-color-manager: profile installation for GNOME'
 'colord-kde: profile installation for Plasma')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('94613771ba08b71e5d99a99910fe90a8bb1e7039c7abd1870cbe0c16a6154969')
+sha256sums=('6ba156644bf200c0e0fdce8723a83fe895d4acf64237f6b8ad3725dcd323881b')
 
 build() {
 cd ${_pkgname}-${pkgver}


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

2019-06-01 Thread Bruno Pagani via arch-commits
Date: Saturday, June 1, 2019 @ 16:57:06
  Author: archange
Revision: 476543

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 476542, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 16:56:53 UTC (rev 476542)
+++ PKGBUILD2019-06-01 16:57:06 UTC (rev 476543)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.8.1.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://displaycal.net/;
-license=(GPL3)
-depends=(argyllcms python2-wxpython3 python2-numpy)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('94613771ba08b71e5d99a99910fe90a8bb1e7039c7abd1870cbe0c16a6154969')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-# udev rules are shipped with argyllcms
-rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 476542, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 16:57:06 UTC (rev 476543)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.8.1.1
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://displaycal.net/;
+license=(GPL3)
+depends=(argyllcms python2-wxpython3 python2-numpy)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6ba156644bf200c0e0fdce8723a83fe895d4acf64237f6b8ad3725dcd323881b')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -r "${pkgdir}"/etc/udev/
+}


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 16:33:20
  Author: felixonmars
Revision: 476540

upgpkg: deepin-kwin 0.0.8-1

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 15:17:20 UTC (rev 476539)
+++ PKGBUILD2019-06-01 16:33:20 UTC (rev 476540)
@@ -3,26 +3,26 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-kwin
-pkgver=0.0.7
-pkgrel=2
+pkgver=0.0.8
+pkgrel=1
 pkgdesc='KWin configures on DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-kwin;
 license=('GPL3')
 depends=('deepin-qt5integration' 'kwin')
-makedepends=('expac' 'qt5-tools')
+makedepends=('cmake' 'expac' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
-sha512sums=('6e333558e4434e346aae3cf1678af9fb44510d94f92e50e81766c418de4cd7a344023a7057a4d1a0a591180c858fc7c526d7590a1c284b4e3f89d087412fb8e7')
+sha512sums=('3d1653865e972342a55e9c3894ece3c0ae8b6b36b2a3463b883ed9309a3af2e118dbc7b41490f6a97d4705aadee0adbd2fb878544f30d0999e61439287cfdc28')
 
 build() {
   cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr KWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d 
- -f 1)
   make
 }
 
 package() {
   cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 
   chmod +x "$pkgdir"/usr/bin/kwin_no_scale
 }


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 16:33:30
  Author: felixonmars
Revision: 476541

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-kwin/repos/community-testing-x86_64/
  deepin-kwin/repos/community-testing-x86_64/PKGBUILD
(from rev 476540, deepin-kwin/trunk/PKGBUILD)

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

Copied: deepin-kwin/repos/community-testing-x86_64/PKGBUILD (from rev 476540, 
deepin-kwin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-06-01 16:33:30 UTC (rev 476541)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-kwin
+pkgver=0.0.8
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin;
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+makedepends=('cmake' 'expac' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
+sha512sums=('3d1653865e972342a55e9c3894ece3c0ae8b6b36b2a3463b883ed9309a3af2e118dbc7b41490f6a97d4705aadee0adbd2fb878544f30d0999e61439287cfdc28')
+
+build() {
+  cd dde-kwin-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d 
- -f 1)
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
+}


[arch-commits] Commit in python-cfn-lint/repos/community-testing-any (4 files)

2019-06-01 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, June 1, 2019 @ 15:17:20
  Author: yan12125
Revision: 476539

archrelease: copy trunk to community-testing-any

Added:
  python-cfn-lint/repos/community-testing-any/PKGBUILD
(from rev 476538, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-testing-any/fix-tests.patch
(from rev 476538, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-testing-any/PKGBUILD
  python-cfn-lint/repos/community-testing-any/fix-tests.patch

-+
 PKGBUILD|   85 ++
 fix-tests.patch |   22 ++---
 2 files changed, 53 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 15:16:58 UTC (rev 476538)
+++ PKGBUILD2019-06-01 15:17:20 UTC (rev 476539)
@@ -1,43 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.3
-pkgrel=2
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('75f81dbc43406cd1ccbfc33193bdb6c98cdd637910d4fa48875ca5f4996e3bfb'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-
-  # mimic https://github.com/awslabs/serverless-application-model/pull/927
-  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-testing-any/PKGBUILD (from rev 476538, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 15:17:20 UTC (rev 476539)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.4
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('3f700ebcadc8bda9916c52dd2cc88f01cbb8f98521bcae3a74ac967ebeb8908c'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+
+  # mimic https://github.com/awslabs/serverless-application-model/pull/927
+  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-06-01 15:16:58 UTC (rev 476538)
+++ fix-tests.patch 2019-06-01 15:17:20 UTC (rev 476539)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-testing-any/fix-tests.patch (from rev 
476538, python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-06-01 15:17:20 UTC (rev 476539)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 

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

2019-06-01 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, June 1, 2019 @ 15:16:58
  Author: yan12125
Revision: 476538

upgpkg: python-cfn-lint 0.21.4-1

Do not move this to [community] until python-jsonschema is moved!

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:55:48 UTC (rev 476537)
+++ PKGBUILD2019-06-01 15:16:58 UTC (rev 476538)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.21.3
-pkgrel=2
+pkgver=0.21.4
+pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -12,13 +12,12 @@
 checkdepends=(python-pytest python-mock)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
 fix-tests.patch)
-sha256sums=('75f81dbc43406cd1ccbfc33193bdb6c98cdd637910d4fa48875ca5f4996e3bfb'
+sha256sums=('3f700ebcadc8bda9916c52dd2cc88f01cbb8f98521bcae3a74ac967ebeb8908c'
 'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {
   cd cfn-python-lint-$pkgver
   patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
 
   # mimic https://github.com/awslabs/serverless-application-model/pull/927
   sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:55:37
  Author: felixonmars
Revision: 476536

Perl 5.30 rebuild

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:52:16 UTC (rev 476535)
+++ PKGBUILD2019-06-01 14:55:37 UTC (rev 476536)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:55:48
  Author: felixonmars
Revision: 476537

archrelease: copy trunk to community-staging-x86_64

Added:
  weechat/repos/community-staging-x86_64/PKGBUILD
(from rev 476536, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:55:37 UTC (rev 476536)
+++ PKGBUILD2019-06-01 14:55:48 UTC (rev 476537)
@@ -1,40 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=2.4
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('x86_64')
-url="https://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('012eca03e56eea64b3e50ee1e8b7c1cc636ad779be01268b3c9ee05e3bd149bc58b09eb6952e965061782da5f9d33d7a835056c6bb43c1fdca998cfc463fd068'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-staging-x86_64/PKGBUILD (from rev 476536, 
weechat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:55:48 UTC (rev 476537)
@@ -0,0 +1,40 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=2.4
+pkgrel=3
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('012eca03e56eea64b3e50ee1e8b7c1cc636ad779be01268b3c9ee05e3bd149bc58b09eb6952e965061782da5f9d33d7a835056c6bb43c1fdca998cfc463fd068'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2019-06-01 Thread Filipe Laíns via arch-commits
Date: Saturday, June 1, 2019 @ 14:52:02
  Author: ffy00
Revision: 476534

rebuild for libuhd 3.14.0.0 (upgpkg 0.3.4-5)

Modified:
  soapyuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:50:21 UTC (rev 476533)
+++ PKGBUILD2019-06-01 14:52:02 UTC (rev 476534)
@@ -4,7 +4,7 @@
 _pkgname=SoapyUHD
 pkgver=0.3.4
 _gitver=soapy-uhd-$pkgver
-pkgrel=4
+pkgrel=5
 pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
 arch=('x86_64')
 url="https://github.com/pothosware/SoapyUHD;


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

2019-06-01 Thread Filipe Laíns via arch-commits
Date: Saturday, June 1, 2019 @ 14:52:16
  Author: ffy00
Revision: 476535

archrelease: copy trunk to community-x86_64

Added:
  soapyuhd/repos/community-x86_64/PKGBUILD
(from rev 476534, soapyuhd/trunk/PKGBUILD)
Deleted:
  soapyuhd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:52:02 UTC (rev 476534)
+++ PKGBUILD2019-06-01 14:52:16 UTC (rev 476535)
@@ -1,32 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyuhd
-_pkgname=SoapyUHD
-pkgver=0.3.4
-_gitver=soapy-uhd-$pkgver
-pkgrel=4
-pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
-arch=('x86_64')
-url="https://github.com/pothosware/SoapyUHD;
-license=('GPL3')
-depends=('boost' 'libuhd' 'soapysdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: soapyuhd/repos/community-x86_64/PKGBUILD (from rev 476534, 
soapyuhd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:52:16 UTC (rev 476535)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyuhd
+_pkgname=SoapyUHD
+pkgver=0.3.4
+_gitver=soapy-uhd-$pkgver
+pkgrel=5
+pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
+arch=('x86_64')
+url="https://github.com/pothosware/SoapyUHD;
+license=('GPL3')
+depends=('boost' 'libuhd' 'soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-01 Thread Filipe Laíns via arch-commits
Date: Saturday, June 1, 2019 @ 14:50:21
  Author: ffy00
Revision: 476533

update PKGBUILD style

- Only use double quotes when necessary
- Remove unneeded $srcdir references

Modified:
  soapysdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:43:49 UTC (rev 476532)
+++ PKGBUILD2019-06-01 14:50:21 UTC (rev 476533)
@@ -5,18 +5,18 @@
 pkgver=0.7.1
 _gitver=soapy-sdr-$pkgver
 pkgrel=1
-pkgdesc="Vendor and platform neutral SDR support library"
+pkgdesc='Vendor and platform neutral SDR support library'
 arch=('x86_64')
-url="https://github.com/pothosware/SoapySDR;
+url='https://github.com/pothosware/SoapySDR'
 license=('Boost')
 depends=('python')
 makedepends=('cmake' 'swig' 'doxygen')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha256sums=('5445fbeb92f1322448bca3647f8cf12cc53d31ec6e0f11e0a543bacf43c8236d')
+sha512sums=('9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd')
 
 build() {
-  mkdir -p "$srcdir"/$_pkgname-$_gitver/build
-  cd "$srcdir"/$_pkgname-$_gitver/build
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
 
   cmake .. \
 -DSOAPY_SDR_EXTVER=ARCH \
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir"/$_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
 
   make DESTDIR="$pkgdir" install
 }


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:43:49
  Author: foutrelis
Revision: 476532

archrelease: copy trunk to community-staging-x86_64

Added:
  freeradius/repos/community-staging-x86_64/PKGBUILD
(from rev 476531, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-x86_64/freeradius-sysusers.conf
(from rev 476531, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-staging-x86_64/freeradius-tmpfiles.conf
(from rev 476531, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-staging-x86_64/freeradius.service
(from rev 476531, freeradius/trunk/freeradius.service)
Deleted:
  freeradius/repos/community-staging-x86_64/PKGBUILD
  freeradius/repos/community-staging-x86_64/freeradius-sysusers.conf
  freeradius/repos/community-staging-x86_64/freeradius-tmpfiles.conf
  freeradius/repos/community-staging-x86_64/freeradius.service

--+
 PKGBUILD |  116 ++---
 freeradius-sysusers.conf |2 
 freeradius-tmpfiles.conf |   16 +++---
 freeradius.service   |   38 +++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:43:44 UTC (rev 476531)
+++ PKGBUILD2019-06-01 14:43:49 UTC (rev 476532)
@@ -1,58 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jason R Begley (jay...@digitalgoat.com>
-# Contributor: Daniel Micay 
-
-pkgname=freeradius
-pkgver=3.0.19
-pkgrel=2
-pkgdesc='The premier open source RADIUS server'
-arch=('x86_64')
-url="https://freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
- 'libpcap' 'libwbclient')
-makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
-optdepends=('unixodbc: for ODBC'
-'python2: for Python'
-'json-c: rlm_rest module'
-'curl: for REST')
-options=('!makeflags')
-validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-'freeradius-sysusers.conf'
-'freeradius-tmpfiles.conf'
-'freeradius.service')
-sha256sums=('f457c356e07b6c3cce3e05231c68e23bdfba8452d0db479fe1c85e114e6283c9'
-'SKIP'
-'573c05df429405d8647f5b52f68f7ad13bf7392314d30154df770ab170d793f8'
-'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
-'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
-
-build() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libdir=/usr/lib/freeradius \
---localstatedir=/var \
---enable-heimdal-krb5 \
---with-system-libltdl \
---with-system-libtool \
---with-udpfromto
-  make
-}
-
-package() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  make install R="$pkgdir"
-  chmod o+r "$pkgdir"/etc/raddb/*
-  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
-  rm -rf "$pkgdir"/var/run
-
-  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-staging-x86_64/PKGBUILD (from rev 476531, 
freeradius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:43:49 UTC (rev 476532)
@@ -0,0 +1,58 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.19
+pkgrel=3
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
+ 'libpcap' 'libwbclient')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
+optdepends=('unixodbc: for ODBC'
+'python2: for Python'
+'json-c: rlm_rest module'
+'curl: for REST')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+'freeradius-sysusers.conf'
+'freeradius-tmpfiles.conf'
+'freeradius.service')
+sha256sums=('f457c356e07b6c3cce3e05231c68e23bdfba8452d0db479fe1c85e114e6283c9'
+'SKIP'
+'573c05df429405d8647f5b52f68f7ad13bf7392314d30154df770ab170d793f8'
+'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
+'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')

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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:43:44
  Author: foutrelis
Revision: 476531

Perl 5.30 rebuild

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:38:12 UTC (rev 476530)
+++ PKGBUILD2019-06-01 14:43:44 UTC (rev 476531)
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.0.19
-pkgrel=2
+pkgrel=3
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url="https://freeradius.org/;


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:38:07
  Author: foutrelis
Revision: 476529

Perl 5.30 rebuild

Modified:
  perl-linux-pid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:37:40 UTC (rev 476528)
+++ PKGBUILD2019-06-01 14:38:07 UTC (rev 476529)
@@ -4,7 +4,7 @@
 
 pkgname='perl-linux-pid'
 pkgver=0.04
-pkgrel=11
+pkgrel=12
 pkgdesc="Interface to Linux getpp?id functions"
 arch=('x86_64')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-linux-pid/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:38:12
  Author: foutrelis
Revision: 476530

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-linux-pid/repos/community-staging-x86_64/PKGBUILD
(from rev 476529, perl-linux-pid/trunk/PKGBUILD)
Deleted:
  perl-linux-pid/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:38:07 UTC (rev 476529)
+++ PKGBUILD2019-06-01 14:38:12 UTC (rev 476530)
@@ -1,41 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Contributor: Angel Velasquez 
-# Generator  : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver=0.04
-pkgrel=11
-pkgdesc="Interface to Linux getpp?id functions"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Linux-Pid'
-source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz;)
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd Linux-Pid-$pkgver
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd Linux-Pid-$pkgver
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd Linux-Pid-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: perl-linux-pid/repos/community-staging-x86_64/PKGBUILD (from rev 
476529, perl-linux-pid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:38:12 UTC (rev 476530)
@@ -0,0 +1,41 @@
+# Maintainer: Angel Velasquez 
+# Contributor: Angel Velasquez 
+# Generator  : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver=0.04
+pkgrel=12
+pkgdesc="Interface to Linux getpp?id functions"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz;)
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Linux-Pid-$pkgver
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd Linux-Pid-$pkgver
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd Linux-Pid-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:37:19
  Author: felixonmars
Revision: 476526

archrelease: copy trunk to community-staging-x86_64

Added:
  polymake/repos/community-staging-x86_64/PKGBUILD
(from rev 476525, polymake/trunk/PKGBUILD)
Deleted:
  polymake/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:37:06 UTC (rev 476525)
+++ PKGBUILD2019-06-01 14:37:19 UTC (rev 476526)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=polymake
-_pkgver=3.4
-_patchver=
-#pkgver=$_pkgver.r$_patchver
-pkgver=$_pkgver
-pkgrel=5
-pkgdesc="Open source software for research in polyhedral geometry"
-arch=(x86_64)
-url="https://polymake.org/;
-license=(GPL)
-depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt perl-term-readline-gnu perl-term-readkey perl-json)
-makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk)
-optdepends=('java-runtime: java module')
-source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2;)
-sha256sums=('f4ddfd8275b5b9fbf953e6b24f707d00081a1a6d32ac0e6a52165d016609b1e8')
-
-build() {
-  cd polymake-$_pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd polymake-$_pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: polymake/repos/community-staging-x86_64/PKGBUILD (from rev 476525, 
polymake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:37:19 UTC (rev 476526)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=polymake
+_pkgver=3.4
+_patchver=
+#pkgver=$_pkgver.r$_patchver
+pkgver=$_pkgver
+pkgrel=6
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(x86_64)
+url="https://polymake.org/;
+license=(GPL)
+depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt perl-term-readline-gnu perl-term-readkey perl-json)
+makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk)
+optdepends=('java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}-minimal.tar.bz2;)
+sha256sums=('f4ddfd8275b5b9fbf953e6b24f707d00081a1a6d32ac0e6a52165d016609b1e8')
+
+build() {
+  cd polymake-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-$_pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:37:34
  Author: foutrelis
Revision: 476527

Perl 5.30 rebuild

Modified:
  perl-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:37:19 UTC (rev 476526)
+++ PKGBUILD2019-06-01 14:37:34 UTC (rev 476527)
@@ -3,7 +3,7 @@
 
 pkgname=perl-fuse
 pkgver=0.16.1
-pkgrel=9
+pkgrel=10
 pkgdesc="write filesystems in Perl using FUSE"
 arch=('x86_64')
 url="https://search.cpan.org/dist/Fuse;


[arch-commits] Commit in perl-fuse/repos/community-staging-x86_64 (4 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:37:40
  Author: foutrelis
Revision: 476528

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-fuse/repos/community-staging-x86_64/PKGBUILD
(from rev 476527, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-staging-x86_64/build-fix.patch
(from rev 476527, perl-fuse/trunk/build-fix.patch)
Deleted:
  perl-fuse/repos/community-staging-x86_64/PKGBUILD
  perl-fuse/repos/community-staging-x86_64/build-fix.patch

-+
 PKGBUILD|   66 +++---
 build-fix.patch |   26 ++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:37:34 UTC (rev 476527)
+++ PKGBUILD2019-06-01 14:37:40 UTC (rev 476528)
@@ -1,33 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Tom K 
-
-pkgname=perl-fuse
-pkgver=0.16.1
-pkgrel=9
-pkgdesc="write filesystems in Perl using FUSE"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Fuse;
-depends=('perl' 'fuse2')
-license=('GPL')
-source=(https://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('29534329808d8cf42fc78ca26c6fa698'
- '16d985400e620286efdf4610d78cb5d6')
-
-prepare() {
-  cd  "$srcdir"/Fuse-$pkgver
-#  patch -p1 <"$srcdir"/build-fix.patch
-}
-
-build() {
-  cd  "$srcdir"/Fuse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Fuse-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-fuse/repos/community-staging-x86_64/PKGBUILD (from rev 476527, 
perl-fuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:37:40 UTC (rev 476528)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Tom K 
+
+pkgname=perl-fuse
+pkgver=0.16.1
+pkgrel=10
+pkgdesc="write filesystems in Perl using FUSE"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Fuse;
+depends=('perl' 'fuse2')
+license=('GPL')
+source=(https://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
+ '16d985400e620286efdf4610d78cb5d6')
+
+prepare() {
+  cd  "$srcdir"/Fuse-$pkgver
+#  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd  "$srcdir"/Fuse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Fuse-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2019-06-01 14:37:34 UTC (rev 476527)
+++ build-fix.patch 2019-06-01 14:37:40 UTC (rev 476528)
@@ -1,13 +0,0 @@
-diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
 Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.0 +0400
-+++ Fuse-0.16.q/Fuse.xs2013-10-29 14:38:44.0 +0400
-@@ -754,6 +754,9 @@
- 
- int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
-   int rv;
-+#ifndef PERL_HAS_64BITINT
-+  char *temp;
-+#endif
-   int flags = fi->flags;
-   FUSE_CONTEXT_PRE;
-   DEBUGf("release begin\n");

Copied: perl-fuse/repos/community-staging-x86_64/build-fix.patch (from rev 
476527, perl-fuse/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2019-06-01 14:37:40 UTC (rev 476528)
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.0 +0400
 Fuse-0.16.q/Fuse.xs2013-10-29 14:38:44.0 +0400
+@@ -754,6 +754,9 @@
+ 
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+   int rv;
++#ifndef PERL_HAS_64BITINT
++  char *temp;
++#endif
+   int flags = fi->flags;
+   FUSE_CONTEXT_PRE;
+   DEBUGf("release begin\n");


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:37:06
  Author: felixonmars
Revision: 476525

Perl 5.30 rebuild

Modified:
  polymake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:36:43 UTC (rev 476524)
+++ PKGBUILD2019-06-01 14:37:06 UTC (rev 476525)
@@ -5,7 +5,7 @@
 _patchver=
 #pkgver=$_pkgver.r$_patchver
 pkgver=$_pkgver
-pkgrel=5
+pkgrel=6
 pkgdesc="Open source software for research in polyhedral geometry"
 arch=(x86_64)
 url="https://polymake.org/;


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:36:05
  Author: felixonmars
Revision: 476521

Perl 5.30 rebuild

Modified:
  pcsc-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:35:49 UTC (rev 476520)
+++ PKGBUILD2019-06-01 14:36:05 UTC (rev 476521)
@@ -5,7 +5,7 @@
 
 pkgname=pcsc-perl
 pkgver=1.4.14
-pkgrel=9
+pkgrel=10
 pkgdesc="A Perl Module for PC/SC SmartCard access"
 arch=('x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:36:37
  Author: foutrelis
Revision: 476523

Perl 5.30 rebuild

Modified:
  rxvt-unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:36:17 UTC (rev 476522)
+++ PKGBUILD2019-06-01 14:36:37 UTC (rev 476523)
@@ -7,7 +7,7 @@
 pkgbase=rxvt-unicode
 pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
 pkgver=9.22
-pkgrel=8
+pkgrel=9
 arch=('x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
 license=('GPL')


[arch-commits] Commit in rxvt-unicode/repos/community-staging-x86_64 (8 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:36:43
  Author: foutrelis
Revision: 476524

archrelease: copy trunk to community-staging-x86_64

Added:
  rxvt-unicode/repos/community-staging-x86_64/PKGBUILD
(from rev 476523, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-staging-x86_64/urxvt-tabbed.desktop
(from rev 476523, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvt.desktop
(from rev 476523, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvtc.desktop
(from rev 476523, rxvt-unicode/trunk/urxvtc.desktop)
Deleted:
  rxvt-unicode/repos/community-staging-x86_64/PKGBUILD
  rxvt-unicode/repos/community-staging-x86_64/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-staging-x86_64/urxvt.desktop
  rxvt-unicode/repos/community-staging-x86_64/urxvtc.desktop

--+
 PKGBUILD |  178 -
 urxvt-tabbed.desktop |   18 ++--
 urxvt.desktop|   18 ++--
 urxvtc.desktop   |   18 ++--
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:36:37 UTC (rev 476523)
+++ PKGBUILD2019-06-01 14:36:43 UTC (rev 476524)
@@ -1,89 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: tobias 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgbase=rxvt-unicode
-pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
-pkgver=9.22
-pkgrel=8
-arch=('x86_64')
-url='http://software.schmorp.de/pkg/rxvt-unicode.html'
-license=('GPL')
-makedepends=('libxft' 'perl' 'startup-notification' 'libnsl')
-source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2
-urxvt.desktop
-urxvtc.desktop
-urxvt-tabbed.desktop)
-sha256sums=('e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd'
-'5f9c435d559371216d1c5b49c6ec44bfdb786b12d925d543c286b0764dea0319'
-'91536bb27c6504d6cb0d33775a0c4709a4b439670b900f0c278c25037f19ad66'
-'ccd7c436e959bdc9ab4f15801a67c695b382565b31d8c352254362e67412afcb')
-sha512sums=('b39f1b2cbe6dd3fbd2a0ad6a9d391a2b6f49d7c5e67bc65fe44a9c86937f8db379572c67564c6e21ff6e09b447cdfd4e540544e486179e94da0e0db679c04dd9'
-
'7184714a908071a4e8e5c065c5f90255e94dfd072df459c8d6f66fca3647781b3d1f6908b9303bcfd0d5b3f2e3822a8d66efaaa8a7c4d44f6e682839031a6e99'
-
'aa501eeeb220ba03b3f101b160230612efbca87694fef88c469b2976d29769c24b34576ea82f6c7941fad6039ac776f32e397add9b957b49bf2e84aeb67b66d6'
-
'18c7afb0c3eb8c832893b9ead09d25374b70ae1cd5479a5291d11794906c53daa6f1a1bf698b37efda062bb2b991cacac53a0a6c185ca416b8718fde2bb6a7af')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  # we disable smart-resize (FS#34807)
-  # do not specify --with-terminfo (FS#46424)
-  ./configure \
---prefix=/usr \
---enable-256-color \
---enable-combining \
---enable-fading \
---enable-font-styles \
---enable-iso14755 \
---enable-keepscrolling \
---enable-lastlog \
---enable-mousewheel \
---enable-next-scroll \
---enable-perl \
---enable-pointer-blank \
---enable-rxvt-scroll \
---enable-selectionscrolling \
---enable-slipwheeling \
---disable-smart-resize \
---enable-startup-notification \
---enable-transparency \
---enable-unicode3 \
---enable-utmp \
---enable-wtmp \
---enable-xft \
---enable-xim \
---enable-xterm-scroll \
---disable-pixbuf \
---disable-frills
-  make
-}
-
-package_rxvt-unicode() {
-  pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt)'
-  depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification' 
'libnsl')
-  optdepends=('gtk2-perl: to use the urxvt-tabbed')
-
-  # install freedesktop menu
-  for _f in urxvt urxvtc urxvt-tabbed; do
-install -Dm 644 ${_f}.desktop 
"${pkgdir}/usr/share/applications/${_f}.desktop"
-  done
-
-  cd ${pkgname}-${pkgver}
-  # workaround terminfo installation
-  export TERMINFO="${srcdir}/terminfo"
-  install -d "${TERMINFO}"
-  make DESTDIR="${pkgdir}" install
-  # install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
-}
-
-package_rxvt-unicode-terminfo() {
-  pkgdesc='Terminfo files for urxvt'
-  conflict=('rxvt-unicode<=9.18-6')
-  install -dm 755 "${pkgdir}/usr/share/"
-  mv terminfo "${pkgdir}/usr/share/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rxvt-unicode/repos/community-staging-x86_64/PKGBUILD (from rev 476523, 
rxvt-unicode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:36:43 UTC (rev 476524)
@@ -0,0 +1,89 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
+# 

[arch-commits] Commit in pcsc-perl/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:36:17
  Author: felixonmars
Revision: 476522

archrelease: copy trunk to community-staging-x86_64

Added:
  pcsc-perl/repos/community-staging-x86_64/PKGBUILD
(from rev 476521, pcsc-perl/trunk/PKGBUILD)
Deleted:
  pcsc-perl/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:36:05 UTC (rev 476521)
+++ PKGBUILD2019-06-01 14:36:17 UTC (rev 476522)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: neuromante 
-# Contributor: marc0s 
-
-pkgname=pcsc-perl
-pkgver=1.4.14
-pkgrel=9
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
-license=('GPL' 'PerlArtistic')
-depends=('pcsclite' 'perl')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=("http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2;
-
"http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2.asc;)
-sha256sums=('2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d'
-'SKIP')
-# Ludovic Rousseau 
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E')
-
-build() {
-cd "$pkgname-$pkgver"
-
-# install module in vendor directories.
-PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: pcsc-perl/repos/community-staging-x86_64/PKGBUILD (from rev 476521, 
pcsc-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:36:17 UTC (rev 476522)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: neuromante 
+# Contributor: marc0s 
+
+pkgname=pcsc-perl
+pkgver=1.4.14
+pkgrel=10
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2;
+
"http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2.asc;)
+sha256sums=('2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d'
+'SKIP')
+# Ludovic Rousseau 
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E')
+
+build() {
+cd "$pkgname-$pkgver"
+
+# install module in vendor directories.
+PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-text-charwidth/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:35:49
  Author: foutrelis
Revision: 476520

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD
(from rev 476519, perl-text-charwidth/trunk/PKGBUILD)
Deleted:
  perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:35:45 UTC (rev 476519)
+++ PKGBUILD2019-06-01 14:35:49 UTC (rev 476520)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-text-charwidth
-pkgver=0.04
-pkgrel=17
-pkgdesc="Perl/CPAN Module Text::CharWidth"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Text-CharWidth;
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz;)
-sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')
-
-build() {
-  cd Text-CharWidth-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd Text-CharWidth-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD (from rev 
476519, perl-text-charwidth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:35:49 UTC (rev 476520)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=18
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Text-CharWidth;
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz;)
+sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-text-charwidth/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:35:45
  Author: foutrelis
Revision: 476519

Perl 5.30 rebuild

Modified:
  perl-text-charwidth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:35:18 UTC (rev 476518)
+++ PKGBUILD2019-06-01 14:35:45 UTC (rev 476519)
@@ -3,7 +3,7 @@
 
 pkgname=perl-text-charwidth
 pkgver=0.04
-pkgrel=17
+pkgrel=18
 pkgdesc="Perl/CPAN Module Text::CharWidth"
 arch=("x86_64")
 url="https://search.cpan.org/dist/Text-CharWidth;


[arch-commits] Commit in perl-params-classify/repos/community-staging-x86_64 (4 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:35:18
  Author: foutrelis
Revision: 476518

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-params-classify/repos/community-staging-x86_64/PKGBUILD
(from rev 476517, perl-params-classify/trunk/PKGBUILD)
  perl-params-classify/repos/community-staging-x86_64/op-sibling-fixes.patch
(from rev 476517, perl-params-classify/trunk/op-sibling-fixes.patch)
Deleted:
  perl-params-classify/repos/community-staging-x86_64/PKGBUILD
  perl-params-classify/repos/community-staging-x86_64/op-sibling-fixes.patch

+
 PKGBUILD   |   70 ++--
 op-sibling-fixes.patch |  158 +++
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:35:14 UTC (rev 476517)
+++ PKGBUILD2019-06-01 14:35:18 UTC (rev 476518)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-params-classify
-pkgver=0.015
-pkgrel=2
-pkgdesc="argument type classification"
-arch=(x86_64)
-license=('PerlArtistic')
-url="https://search.cpan.org/~zefram/Params-Classify;
-options=(!emptydirs)
-depends=('perl')
-makedepends=('perl-module-build')
-source=("https://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;
-'op-sibling-fixes.patch')
-sha256sums=('398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914'
-'b9e3ce962ae98fa325e864d72347d2a172a4bcee9da867dafd087f3a9180ea7d')
-
-prepare() {
-  cd "$srcdir"/Params-Classify-$pkgver
-  # https://rt.cpan.org/Public/Bug/Display.html?id=114490
-#  patch -Np1 -i ../op-sibling-fixes.patch
-}
-
-build() {
-  cd "$srcdir"/Params-Classify-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  perl Build
-}
-
-package() {
-  cd "$srcdir"/Params-Classify-$pkgver
-  perl Build install
-  find "$pkgdir" -name perllocal.pod -delete
-  find "$pkgdir" -name .packlist -delete
-}

Copied: perl-params-classify/repos/community-staging-x86_64/PKGBUILD (from rev 
476517, perl-params-classify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:35:18 UTC (rev 476518)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-params-classify
+pkgver=0.015
+pkgrel=3
+pkgdesc="argument type classification"
+arch=(x86_64)
+license=('PerlArtistic')
+url="https://search.cpan.org/~zefram/Params-Classify;
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+source=("https://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz;
+'op-sibling-fixes.patch')
+sha256sums=('398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914'
+'b9e3ce962ae98fa325e864d72347d2a172a4bcee9da867dafd087f3a9180ea7d')
+
+prepare() {
+  cd "$srcdir"/Params-Classify-$pkgver
+  # https://rt.cpan.org/Public/Bug/Display.html?id=114490
+#  patch -Np1 -i ../op-sibling-fixes.patch
+}
+
+build() {
+  cd "$srcdir"/Params-Classify-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  perl Build
+}
+
+package() {
+  cd "$srcdir"/Params-Classify-$pkgver
+  perl Build install
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}

Deleted: op-sibling-fixes.patch
===
--- op-sibling-fixes.patch  2019-06-01 14:35:14 UTC (rev 476517)
+++ op-sibling-fixes.patch  2019-06-01 14:35:18 UTC (rev 476518)
@@ -1,79 +0,0 @@
 Params-Classify-0.013a/lib/Params/Classify.xs  2010-11-16 
15:35:47.0 -0500
-+++ Params-Classify-0.013b/lib/Params/Classify.xs  2017-03-26 
15:38:12.384693301 -0400
-@@ -41,6 +41,26 @@
- # define FPTR2DPTR(t,x) ((t)(UV)(x))
- #endif /* !FPTR2DPTR */
- 
-+#ifndef OpHAS_SIBLING
-+#  define OpHAS_SIBLING(o)   (cBOOL((o)->op_sibling))
-+#endif
-+
-+#ifndef OpSIBLING
-+#  define OpSIBLING(o)   (0 + (o)->op_sibling)
-+#endif
-+
-+#ifndef OpMORESIB_set
-+#  define OpMORESIB_set(o, sib)  ((o)->op_sibling = (sib))
-+#endif
-+
-+#ifndef OpLASTSIB_set
-+#  define OpLASTSIB_set(o, parent)   ((o)->op_sibling = NULL)
-+#endif
-+
-+#ifndef OpMAYBESIB_set
-+#  define OpMAYBESIB_set(o, sib, parent) ((o)->op_sibling = (sib))
-+#endif
-+
- #ifndef ptr_table_new
- 
- struct q_ptr_tbl_ent {
-@@ -625,8 +645,8 @@
-   OP *(*ppfunc)(pTHX);
-   I32 cvflags;
-   pushop = cUNOPx(op)->op_first;
--  if(!pushop->op_sibling) pushop = cUNOPx(pushop)->op_first;
--  for(cvop = pushop; cvop->op_sibling; cvop = cvop->op_sibling) ;
-+  if(!OpHAS_SIBLING(pushop)) pushop = cUNOPx(pushop)->op_first;
-+  for(cvop = pushop; OpHAS_SIBLING(cvop); cvop = OpSIBLING(cvop)) ;
-   if(!(cvop->op_type == OP_RV2CV &&
-   !(cvop->op_private & OPpENTERSUB_AMPER) &&
- 

[arch-commits] Commit in perl-params-classify/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:35:14
  Author: foutrelis
Revision: 476517

Perl 5.30 rebuild

Modified:
  perl-params-classify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:36 UTC (rev 476516)
+++ PKGBUILD2019-06-01 14:35:14 UTC (rev 476517)
@@ -2,7 +2,7 @@
 
 pkgname=perl-params-classify
 pkgver=0.015
-pkgrel=2
+pkgrel=3
 pkgdesc="argument type classification"
 arch=(x86_64)
 license=('PerlArtistic')


[arch-commits] Commit in perl-device-serialport/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:34
  Author: felixonmars
Revision: 476515

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-device-serialport/repos/community-staging-x86_64/PKGBUILD
(from rev 476513, perl-device-serialport/trunk/PKGBUILD)
Deleted:
  perl-device-serialport/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:32 UTC (rev 476514)
+++ PKGBUILD2019-06-01 14:34:34 UTC (rev 476515)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Ross melin 
-
-pkgname=perl-device-serialport
-pkgver=1.04
-pkgrel=13
-pkgdesc="POSIX clone of Win32::SerialPort"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Device-SerialPort;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
-sha256sums=('d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7')
-
-build() {
-  cd  "$srcdir"/Device-SerialPort-$pkgver
-  eval `perl -V:archname`
-  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/Device-SerialPort-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-device-serialport/repos/community-staging-x86_64/PKGBUILD (from 
rev 476513, perl-device-serialport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:34:34 UTC (rev 476515)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Ross melin 
+
+pkgname=perl-device-serialport
+pkgver=1.04
+pkgrel=14
+pkgdesc="POSIX clone of Win32::SerialPort"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Device-SerialPort;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
+sha256sums=('d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7')
+
+build() {
+  cd  "$srcdir"/Device-SerialPort-$pkgver
+  eval `perl -V:archname`
+  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Device-SerialPort-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:32
  Author: foutrelis
Revision: 476514

Perl 5.30 rebuild

Modified:
  perl-filesys-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:22 UTC (rev 476513)
+++ PKGBUILD2019-06-01 14:34:32 UTC (rev 476514)
@@ -6,7 +6,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-device-serialport/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:22
  Author: felixonmars
Revision: 476513

Perl 5.30 rebuild

Modified:
  perl-device-serialport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:04 UTC (rev 476512)
+++ PKGBUILD2019-06-01 14:34:22 UTC (rev 476513)
@@ -3,7 +3,7 @@
 
 pkgname=perl-device-serialport
 pkgver=1.04
-pkgrel=13
+pkgrel=14
 pkgdesc="POSIX clone of Win32::SerialPort"
 arch=('x86_64')
 url="https://search.cpan.org/dist/Device-SerialPort;


[arch-commits] Commit in perl-tk-tablematrix/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:04
  Author: foutrelis
Revision: 476512

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD
(from rev 476511, perl-tk-tablematrix/trunk/PKGBUILD)
Deleted:
  perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:00 UTC (rev 476511)
+++ PKGBUILD2019-06-01 14:34:04 UTC (rev 476512)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-tk-tablematrix
-pkgver=1.23
-pkgrel=20
-pkgdesc="Display data in TableSpreadsheet format"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Tk-TableMatrix;
-license=("GPL" "PerlArtistic")
-depends=('perl-tk')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/C/CE/CERNEY/Tk-TableMatrix-${pkgver}.tar.gz;)
-sha256sums=('ce9ace8d1c1245b80ea6b2e72ee3e7f75ca4111026e403134b8ecad02ec931da')
-
-build() {
-  cd Tk-TableMatrix-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd Tk-TableMatrix-${pkgver}
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-  find "$pkgdir" -name 'extralibs.ld' -delete
-}

Copied: perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD (from rev 
476511, perl-tk-tablematrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:34:04 UTC (rev 476512)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-tk-tablematrix
+pkgver=1.23
+pkgrel=21
+pkgdesc="Display data in TableSpreadsheet format"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Tk-TableMatrix;
+license=("GPL" "PerlArtistic")
+depends=('perl-tk')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/C/CE/CERNEY/Tk-TableMatrix-${pkgver}.tar.gz;)
+sha256sums=('ce9ace8d1c1245b80ea6b2e72ee3e7f75ca4111026e403134b8ecad02ec931da')
+
+build() {
+  cd Tk-TableMatrix-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Tk-TableMatrix-${pkgver}
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+  find "$pkgdir" -name 'extralibs.ld' -delete
+}


[arch-commits] Commit in perl-filesys-df/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:36
  Author: foutrelis
Revision: 476516

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-filesys-df/repos/community-staging-x86_64/PKGBUILD
(from rev 476515, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:34 UTC (rev 476515)
+++ PKGBUILD2019-06-01 14:34:36 UTC (rev 476516)
@@ -1,38 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie 
-# Contributor: der_FeniX 
-
-pkgname=perl-filesys-df
-_perl_namespace=Filesys
-_perl_module=Df
-pkgver=0.92
-pkgrel=9
-pkgdesc="Perl extension for filesystem disk space information"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-staging-x86_64/PKGBUILD (from rev 
476515, perl-filesys-df/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:34:36 UTC (rev 476516)
@@ -0,0 +1,38 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie 
+# Contributor: der_FeniX 
+
+pkgname=perl-filesys-df
+_perl_namespace=Filesys
+_perl_module=Df
+pkgver=0.92
+pkgrel=10
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in perl-tk-tablematrix/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:00
  Author: foutrelis
Revision: 476511

Perl 5.30 rebuild

Modified:
  perl-tk-tablematrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:33:15 UTC (rev 476510)
+++ PKGBUILD2019-06-01 14:34:00 UTC (rev 476511)
@@ -3,7 +3,7 @@
 
 pkgname=perl-tk-tablematrix
 pkgver=1.23
-pkgrel=20
+pkgrel=21
 pkgdesc="Display data in TableSpreadsheet format"
 arch=("x86_64")
 url="https://search.cpan.org/dist/Tk-TableMatrix;


[arch-commits] Commit in perl-date-simple/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:33:27
  Author: foutrelis
Revision: 354730

archrelease: copy trunk to staging-x86_64

Added:
  perl-date-simple/repos/staging-x86_64/PKGBUILD
(from rev 354729, perl-date-simple/trunk/PKGBUILD)
Deleted:
  perl-date-simple/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:33:23 UTC (rev 354729)
+++ PKGBUILD2019-06-01 14:33:27 UTC (rev 354730)
@@ -1,37 +0,0 @@
-# $ID$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=perl-date-simple
-_dist=Date-Simple
-pkgver=3.03
-pkgrel=6
-pkgdesc="Perl module for simple Date objects"
-arch=('x86_64')
-url="https://metacpan.org/release/${_dist};
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/${_dist}-${pkgver}.tar.gz)
-md5sums=('436049dc2c7dfd8423d8bcc807248b31')
-sha512sums=('3e64a0ba224427e688a45945860fd5e876e6ca5b01298e744e257981ed84d933ab14c9ab8d5b74316c031ffa9821afd9563270109cba20a5939f14af2dde8668')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-date-simple/repos/staging-x86_64/PKGBUILD (from rev 354729, 
perl-date-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:33:27 UTC (rev 354730)
@@ -0,0 +1,37 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-date-simple
+_dist=Date-Simple
+pkgver=3.03
+pkgrel=7
+pkgdesc="Perl module for simple Date objects"
+arch=('x86_64')
+url="https://metacpan.org/release/${_dist};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/${_dist}-${pkgver}.tar.gz)
+md5sums=('436049dc2c7dfd8423d8bcc807248b31')
+sha512sums=('3e64a0ba224427e688a45945860fd5e876e6ca5b01298e744e257981ed84d933ab14c9ab8d5b74316c031ffa9821afd9563270109cba20a5939f14af2dde8668')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-date-simple/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:33:23
  Author: foutrelis
Revision: 354729

Perl 5.30 rebuild

Modified:
  perl-date-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:30:42 UTC (rev 354728)
+++ PKGBUILD2019-06-01 14:33:23 UTC (rev 354729)
@@ -4,7 +4,7 @@
 pkgname=perl-date-simple
 _dist=Date-Simple
 pkgver=3.03
-pkgrel=6
+pkgrel=7
 pkgdesc="Perl module for simple Date objects"
 arch=('x86_64')
 url="https://metacpan.org/release/${_dist};


[arch-commits] Commit in perl-proc-processtable/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:33:15
  Author: felixonmars
Revision: 476510

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-proc-processtable/repos/community-staging-x86_64/PKGBUILD
(from rev 476509, perl-proc-processtable/trunk/PKGBUILD)
Deleted:
  perl-proc-processtable/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:33:03 UTC (rev 476509)
+++ PKGBUILD2019-06-01 14:33:15 UTC (rev 476510)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-proc-processtable
-pkgver=0.56
-pkgrel=2
-pkgdesc="Provides a consistent interface to process table information."
-arch=('x86_64')
-url="http://search.cpan.org/dist/Proc-ProcessTable/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-sha512sums=('70a5f0b27e99ed45434664340068fef028cbf3c93242d7208f82f4608d030198ba65593443508e31a0637ddd8c20f3ecba80c25dabd903c5b3b04c3833db9a2d')
-
-build() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-proc-processtable/repos/community-staging-x86_64/PKGBUILD (from 
rev 476509, perl-proc-processtable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:33:15 UTC (rev 476510)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-proc-processtable
+pkgver=0.56
+pkgrel=3
+pkgdesc="Provides a consistent interface to process table information."
+arch=('x86_64')
+url="http://search.cpan.org/dist/Proc-ProcessTable/;
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
+sha512sums=('70a5f0b27e99ed45434664340068fef028cbf3c93242d7208f82f4608d030198ba65593443508e31a0637ddd8c20f3ecba80c25dabd903c5b3b04c3833db9a2d')
+
+build() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}


[arch-commits] Commit in perl-proc-processtable/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:33:03
  Author: felixonmars
Revision: 476509

Perl 5.30 rebuild

Modified:
  perl-proc-processtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:31:58 UTC (rev 476508)
+++ PKGBUILD2019-06-01 14:33:03 UTC (rev 476509)
@@ -2,7 +2,7 @@
 
 pkgname=perl-proc-processtable
 pkgver=0.56
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a consistent interface to process table information."
 arch=('x86_64')
 url="http://search.cpan.org/dist/Proc-ProcessTable/;


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:31:58
  Author: foutrelis
Revision: 476508

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 476507, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 476507, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 476507, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 476507, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers
  znc/repos/community-staging-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-06-01 14:31:52 UTC (rev 476507)
+++ PKGBUILD2019-06-01 14:31:58 UTC (rev 476508)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.3
-pkgrel=3
-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=('1e4cc31837a1e8e6cc310873659a167cec16a3fd4281cbc3bf364e42352c113d'
-'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-staging-x86_64/PKGBUILD (from rev 476507, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:31:58 UTC (rev 476508)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.3
+pkgrel=4
+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=('1e4cc31837a1e8e6cc310873659a167cec16a3fd4281cbc3bf364e42352c113d'
+'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-06-01 14:31:52 UTC (rev 476507)
+++ znc.install 2019-06-01 14:31:58 UTC (rev 476508)
@@ -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)" 

[arch-commits] Commit in perl-string-crc32/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:31:52
  Author: felixonmars
Revision: 476507

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-string-crc32/repos/community-staging-x86_64/PKGBUILD
(from rev 476505, perl-string-crc32/trunk/PKGBUILD)
Deleted:
  perl-string-crc32/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:31:50 UTC (rev 476506)
+++ PKGBUILD2019-06-01 14:31:52 UTC (rev 476507)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-string-crc32
-pkgver=1.7
-pkgrel=2
-pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
-arch=("x86_64")
-url="https://search.cpan.org/dist/String-CRC32;
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$pkgver.tar.gz;)
-sha256sums=('8f164e5895c3344b8c4e789f709cadd6f2ab47b4d965040e7fcbf5c7fae22bc8')
-
-build() {
-  cd String-CRC32-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd String-CRC32-${pkgver}
-
-  make pure_install doc_install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-string-crc32/repos/community-staging-x86_64/PKGBUILD (from rev 
476505, perl-string-crc32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:31:52 UTC (rev 476507)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=1.7
+pkgrel=3
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("x86_64")
+url="https://search.cpan.org/dist/String-CRC32;
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$pkgver.tar.gz;)
+sha256sums=('8f164e5895c3344b8c4e789f709cadd6f2ab47b4d965040e7fcbf5c7fae22bc8')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-string-crc32/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:31:40
  Author: felixonmars
Revision: 476505

Perl 5.30 rebuild

Modified:
  perl-string-crc32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:27:40 UTC (rev 476504)
+++ PKGBUILD2019-06-01 14:31:40 UTC (rev 476505)
@@ -3,7 +3,7 @@
 
 pkgname=perl-string-crc32
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
 arch=("x86_64")
 url="https://search.cpan.org/dist/String-CRC32;


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:31:50
  Author: foutrelis
Revision: 476506

Perl 5.30 rebuild

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:31:40 UTC (rev 476505)
+++ PKGBUILD2019-06-01 14:31:50 UTC (rev 476506)
@@ -4,7 +4,7 @@
 
 pkgname=znc
 pkgver=1.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='https://wiki.znc.in/'
 license=('GPL2')


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:30:30
  Author: felixonmars
Revision: 354727

Perl 5.30 rebuild

Modified:
  perl-guard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:29:39 UTC (rev 354726)
+++ PKGBUILD2019-06-01 14:30:30 UTC (rev 354727)
@@ -3,7 +3,7 @@
 
 pkgname=perl-guard
 pkgver=1.023
-pkgrel=8
+pkgrel=9
 pkgdesc='safe cleanup blocks'
 arch=('x86_64')
 url='https://metacpan.org/release/Guard'


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:30:42
  Author: felixonmars
Revision: 354728

archrelease: copy trunk to staging-x86_64

Added:
  perl-guard/repos/staging-x86_64/PKGBUILD
(from rev 354727, perl-guard/trunk/PKGBUILD)
Deleted:
  perl-guard/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:30:30 UTC (rev 354727)
+++ PKGBUILD2019-06-01 14:30:42 UTC (rev 354728)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Justin Davis 
-
-pkgname=perl-guard
-pkgver=1.023
-pkgrel=8
-pkgdesc='safe cleanup blocks'
-arch=('x86_64')
-url='https://metacpan.org/release/Guard'
-license=('GPL' 'PerlArtistic')
-makedepends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
-md5sums=('dbbb944601a31f60ee58954ad4cb65b4')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Guard-${pkgver}"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "${srcdir}/Guard-${pkgver}"
-make test
-  )
-}
-
-package() {
-cd "${srcdir}/Guard-${pkgver}"
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-guard/repos/staging-x86_64/PKGBUILD (from rev 354727, 
perl-guard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:30:42 UTC (rev 354728)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis 
+
+pkgname=perl-guard
+pkgver=1.023
+pkgrel=9
+pkgdesc='safe cleanup blocks'
+arch=('x86_64')
+url='https://metacpan.org/release/Guard'
+license=('GPL' 'PerlArtistic')
+makedepends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
+md5sums=('dbbb944601a31f60ee58954ad4cb65b4')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Guard-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Guard-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/Guard-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:29:27
  Author: felixonmars
Revision: 354725

Perl 5.30 rebuild

Modified:
  glade-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:29:02 UTC (rev 354724)
+++ PKGBUILD2019-06-01 14:29:27 UTC (rev 354725)
@@ -3,7 +3,7 @@
 pkgname=glade-perl
 _realname=Gtk2-GladeXML
 pkgver=1.007
-pkgrel=15
+pkgrel=16
 pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
 arch=(x86_64)
 license=('LGPL')


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:29:39
  Author: felixonmars
Revision: 354726

archrelease: copy trunk to staging-x86_64

Added:
  glade-perl/repos/staging-x86_64/PKGBUILD
(from rev 354725, glade-perl/trunk/PKGBUILD)
Deleted:
  glade-perl/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:29:27 UTC (rev 354725)
+++ PKGBUILD2019-06-01 14:29:39 UTC (rev 354726)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=glade-perl
-_realname=Gtk2-GladeXML
-pkgver=1.007
-pkgrel=15
-pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
-arch=(x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('libglade' 'gtk2-perl' 'perl')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
-sha256sums=('50240a2bddbda807c8f8070de941823b7bf3d288a13be6d0d6563320b42c445a')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: glade-perl/repos/staging-x86_64/PKGBUILD (from rev 354725, 
glade-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:29:39 UTC (rev 354726)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=16
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+sha256sums=('50240a2bddbda807c8f8070de941823b7bf3d288a13be6d0d6563320b42c445a')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gnumeric/repos/staging-x86_64 (4 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:29:02
  Author: foutrelis
Revision: 354724

archrelease: copy trunk to staging-x86_64

Added:
  gnumeric/repos/staging-x86_64/PKGBUILD
(from rev 354723, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/staging-x86_64/revert-warnings.patch
(from rev 354723, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/staging-x86_64/PKGBUILD
  gnumeric/repos/staging-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  100 
 revert-warnings.patch |   22 +-
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:28:57 UTC (rev 354723)
+++ PKGBUILD2019-06-01 14:29:02 UTC (rev 354724)
@@ -1,50 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.44
-pkgrel=2
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=3208168044d1b510255509813730f76a1d5df077  # tags/GNUMERIC_1_12_44^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 354723, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:29:02 UTC (rev 354724)
@@ -0,0 +1,50 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.44
+pkgrel=3
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=3208168044d1b510255509813730f76a1d5df077  # tags/GNUMERIC_1_12_44^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2019-06-01 14:28:57 UTC (rev 354723)
+++ revert-warnings.patch   2019-06-01 14:29:02 UTC (rev 354724)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   

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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:28:57
  Author: foutrelis
Revision: 354723

Perl 5.30 rebuild

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:20:42 UTC (rev 354722)
+++ PKGBUILD2019-06-01 14:28:57 UTC (rev 354723)
@@ -3,7 +3,7 @@
 
 pkgname=gnumeric
 pkgver=1.12.44
-pkgrel=2
+pkgrel=3
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
 url="https://www.gnome.org/projects/gnumeric/;


[arch-commits] Commit in perl-glib-object-introspection/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:27:40
  Author: felixonmars
Revision: 476504

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-glib-object-introspection/repos/community-staging-x86_64/PKGBUILD
(from rev 476503, perl-glib-object-introspection/trunk/PKGBUILD)
Deleted:
  perl-glib-object-introspection/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:27:28 UTC (rev 476503)
+++ PKGBUILD2019-06-01 14:27:40 UTC (rev 476504)
@@ -1,42 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Brian Bidulock 
-# Contributor: John D Jones III AKA jnbek 
-
-pkgname=perl-glib-object-introspection
-_perl_namespace=Glib
-_perl_module=Object-Introspection
-pkgver=0.047
-pkgrel=2
-pkgdesc="Dynamically create Perl language bindings"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('LGPL')
-makedepends=('gobject-introspection' 'perl-extutils-depends' 
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
-depends=('glib-perl' 'gobject-introspection-runtime')
-source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-md5sums=(1fe79aa2eaada96f0b2bdacb6bac960d)
-sha512sums=(3ec4306ad0ae3e5d21eb7b61bfaf7ed0d6e2cc9d107d0456a5221a2627ebb97e4e1654dc9077f561ef064184b3c758c90a9e05062d316cee421457a1d07038dd)
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-glib-object-introspection/repos/community-staging-x86_64/PKGBUILD 
(from rev 476503, perl-glib-object-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:27:40 UTC (rev 476504)
@@ -0,0 +1,42 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Brian Bidulock 
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-glib-object-introspection
+_perl_namespace=Glib
+_perl_module=Object-Introspection
+pkgver=0.047
+pkgrel=3
+pkgdesc="Dynamically create Perl language bindings"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('LGPL')
+makedepends=('gobject-introspection' 'perl-extutils-depends' 
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
+depends=('glib-perl' 'gobject-introspection-runtime')
+source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+md5sums=(1fe79aa2eaada96f0b2bdacb6bac960d)
+sha512sums=(3ec4306ad0ae3e5d21eb7b61bfaf7ed0d6e2cc9d107d0456a5221a2627ebb97e4e1654dc9077f561ef064184b3c758c90a9e05062d316cee421457a1d07038dd)
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in perl-glib-object-introspection/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:27:28
  Author: felixonmars
Revision: 476503

Perl 5.30 rebuild

Modified:
  perl-glib-object-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:25:45 UTC (rev 476502)
+++ PKGBUILD2019-06-01 14:27:28 UTC (rev 476503)
@@ -6,7 +6,7 @@
 _perl_namespace=Glib
 _perl_module=Object-Introspection
 pkgver=0.047
-pkgrel=2
+pkgrel=3
 pkgdesc="Dynamically create Perl language bindings"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:25:45
  Author: felixonmars
Revision: 476502

archrelease: copy trunk to community-staging-x86_64

Added:
  inn/repos/community-staging-x86_64/PKGBUILD
(from rev 476501, inn/trunk/PKGBUILD)
  inn/repos/community-staging-x86_64/inn.install
(from rev 476501, inn/trunk/inn.install)
  inn/repos/community-staging-x86_64/inn.sysusers
(from rev 476501, inn/trunk/inn.sysusers)
  inn/repos/community-staging-x86_64/inn.tmpfiles
(from rev 476501, inn/trunk/inn.tmpfiles)
  inn/repos/community-staging-x86_64/innd.service
(from rev 476501, inn/trunk/innd.service)
Deleted:
  inn/repos/community-staging-x86_64/PKGBUILD
  inn/repos/community-staging-x86_64/inn.install
  inn/repos/community-staging-x86_64/inn.sysusers
  inn/repos/community-staging-x86_64/inn.tmpfiles
  inn/repos/community-staging-x86_64/innd.service

--+
 PKGBUILD |  258 -
 inn.install  |   38 
 inn.sysusers |6 -
 inn.tmpfiles |2 
 innd.service |   32 +++
 5 files changed, 168 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:25:25 UTC (rev 476501)
+++ PKGBUILD2019-06-01 14:25:45 UTC (rev 476502)
@@ -1,129 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Edward Tjörnhammar 
-# Contributor: Edward Tjörnhammar 
-
-pkgname=inn
-pkgver=2.6.3
-pkgrel=2
-pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
-url="https://www.isc.org/software/inn/;
-arch=('x86_64')
-license=("custom:INN")
-depends=('openssl' 'perl-mime-tools')
-makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('python2' 'libsasl')
-options=(emptydirs docs zipman)
-install=inn.install
-backup=(etc/inn/innwatch.ctl
-   etc/inn/innfeed.conf
-   etc/inn/moderators
-   etc/inn/news2mail.cf
-   etc/inn/innshellvars.tcl.local
-   etc/inn/buffindexed.conf
-   etc/inn/newsfeeds
-   etc/inn/storage.conf
-   etc/inn/innshellvars.local
-   etc/inn/inn-radius.conf
-   etc/inn/nntpsend.ctl
-   etc/inn/passwd.nntp
-   etc/inn/send-uucp.cf
-   etc/inn/cycbuff.conf
-   etc/inn/incoming.conf
-   etc/inn/control.ctl.local
-   etc/inn/actsync.ign
-   etc/inn/motd.innd.sample
-   etc/inn/distributions
-   etc/inn/innshellvars.pl.local
-   etc/inn/readers.conf
-   etc/inn/innreport.conf
-   etc/inn/actsync.cfg
-   etc/inn/nocem.ctl
-   etc/inn/control.ctl
-   etc/inn/subscriptions
-   etc/inn/motd.nnrpd.sample
-   etc/inn/inn.conf
-   etc/inn/ovdb.conf
-   etc/inn/localgroups
-   etc/inn/nnrpd.track
-   etc/inn/distrib.pats
-   etc/inn/expire.ctl
-   var/db/inn/active
-   var/db/inn/active.times
-   var/db/inn/history
-   var/db/inn/history.dir
-   var/db/inn/history.hash
-   var/db/inn/history.index
-   var/db/inn/newsgroups)
-validpgpkeys=('E784364E8DDE7BB370FBD9EAD15D313882004173')
-source=(https://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz{,.asc}
-   innd.service
-   inn.tmpfiles
-   inn.sysusers)
-sha256sums=('bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256'
-'SKIP'
-'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
-'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'
-'a8c269bc006eb39a140af1538a0812c54ea11f444867c28f5e9792bfdd4df71a')
-
-build() {
-  cd "$srcdir"/inn-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --includedir=/usr/include/inn \
-   --sbindir=/usr/sbin \
-   --with-libtool \
-   --with-gnu-id \
-   --with-db-dir=/var/db/inn \
-   --sysconfdir=/etc/inn \
-   --with-spool-dir=/var/spool/news \
-   --with-log-dir=/var/log/inn \
-   --with-run-dir=/var/run/inn \
-   --with-tmp-dir=/var/spool/inn/tmp \
-   --enable-largefiles \
-   --with-openssl=/usr \
-   --with-perl \
-   --with-python \
-   --with-sendmail=/usr/bin/msmtp \
-   --with-sasl=/usr \
-   --with-news-user=9 \
-   --with-news-group=13
-  # See https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  test -f include/config.h
-  cat >>include/config.h <
+# Maintainer: Edward Tjörnhammar 
+# Contributor: Edward Tjörnhammar 
+
+pkgname=inn
+pkgver=2.6.3
+pkgrel=3
+pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
+url="https://www.isc.org/software/inn/;
+arch=('x86_64')
+license=("custom:INN")
+depends=('openssl' 'perl-mime-tools')
+makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
+optdepends=('python2' 'libsasl')
+options=(emptydirs docs zipman)
+install=inn.install
+backup=(etc/inn/innwatch.ctl
+  

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

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:25:25
  Author: felixonmars
Revision: 476501

Perl 5.30 rebuild

Modified:
  inn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:24:41 UTC (rev 476500)
+++ PKGBUILD2019-06-01 14:25:25 UTC (rev 476501)
@@ -4,7 +4,7 @@
 
 pkgname=inn
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/software/inn/;
 arch=('x86_64')


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:24:41
  Author: foutrelis
Revision: 476500

archrelease: copy trunk to community-staging-x86_64

Added:
  hexchat/repos/community-staging-x86_64/PKGBUILD
(from rev 476499, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:24:37 UTC (rev 476499)
+++ PKGBUILD2019-06-01 14:24:41 UTC (rev 476500)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.14.2
-pkgrel=2
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('x86_64')
-url='https://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'iso-codes: Display language names instead of codes'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson hexchat build \
--Dwith-lua='lua' \
--Dwith-text='true'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 476499, 
hexchat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:24:41 UTC (rev 476500)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.14.2
+pkgrel=3
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
+'lua: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson hexchat build \
+-Dwith-lua='lua' \
+-Dwith-text='true'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:24:37
  Author: foutrelis
Revision: 476499

Perl 5.30 rebuild

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:23:28 UTC (rev 476498)
+++ PKGBUILD2019-06-01 14:24:37 UTC (rev 476499)
@@ -3,7 +3,7 @@
 
 pkgname=hexchat
 pkgver=2.14.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:23:15
  Author: foutrelis
Revision: 476497

Perl 5.30 rebuild

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:21:32 UTC (rev 476496)
+++ PKGBUILD2019-06-01 14:23:15 UTC (rev 476497)
@@ -22,7 +22,7 @@
  uwsgi-plugin-zabbix
  uwsgi-plugin-notfound)
 pkgver=2.0.18
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)


[arch-commits] Commit in uwsgi/repos/community-staging-x86_64 (30 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:23:28
  Author: foutrelis
Revision: 476498

archrelease: copy trunk to community-staging-x86_64

Added:
  uwsgi/repos/community-staging-x86_64/PKGBUILD
(from rev 476497, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-staging-x86_64/archlinux.ini
(from rev 476497, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-staging-x86_64/emperor.ini
(from rev 476497, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
(from rev 476497, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
(from rev 476497, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-staging-x86_64/php7.patch
(from rev 476497, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-staging-x86_64/tmpfilesd
(from rev 476497, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-staging-x86_64/uwsgi.install
(from rev 476497, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-staging-x86_64/uwsgi.logrotate
(from rev 476497, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-staging-x86_64/uwsgi.sysusers
(from rev 476497, uwsgi/trunk/uwsgi.sysusers)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.service
(from rev 476497, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-staging-x86_64/uwsgi_at.socket
(from rev 476497, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
(from rev 476497, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 476497, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch
(from rev 476497, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-staging-x86_64/PKGBUILD
  uwsgi/repos/community-staging-x86_64/archlinux.ini
  uwsgi/repos/community-staging-x86_64/emperor.ini
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-staging-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-staging-x86_64/php7.patch
  uwsgi/repos/community-staging-x86_64/tmpfilesd
  uwsgi/repos/community-staging-x86_64/uwsgi.install
  uwsgi/repos/community-staging-x86_64/uwsgi.logrotate
  uwsgi/repos/community-staging-x86_64/uwsgi.sysusers
  uwsgi/repos/community-staging-x86_64/uwsgi_at.service
  uwsgi/repos/community-staging-x86_64/uwsgi_at.socket
  uwsgi/repos/community-staging-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-staging-x86_64/uwsgi_trick_chroot.patch

--+
 PKGBUILD |  412 ++---
 archlinux.ini|   10 
 emperor.ini  |4 
 emperor.uwsgi.service|   32 +-
 emperor.uwsgi.socket |   18 -
 php7.patch   |  338 +++---
 tmpfilesd|2 
 uwsgi.install|   18 -
 uwsgi.logrotate  |   20 -
 uwsgi.sysusers   |2 
 uwsgi_at.service |   32 +-
 uwsgi_at.socket  |   18 -
 uwsgi_fix_rpath.patch|  132 +--
 uwsgi_ruby20_compatibility.patch |   84 +++
 uwsgi_trick_chroot.patch |   32 +-
 15 files changed, 577 insertions(+), 577 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:23:15 UTC (rev 476497)
+++ PKGBUILD2019-06-01 14:23:28 UTC (rev 476498)
@@ -1,206 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Valentin Hăloiu 
-# Contributor: Angel Velasquez 
-# Contributor: Kevin Zuber 
-# Contributor: Vsevolod Balashov 
-# Contributor: David Runge 
-
-pkgbase=uwsgi
-pkgname=(uwsgi
- uwsgi-plugin-rack
- uwsgi-plugin-psgi
- uwsgi-plugin-cgi
- uwsgi-plugin-python2
- uwsgi-plugin-python
- uwsgi-plugin-pypy
- uwsgi-plugin-php
- uwsgi-plugin-lua51
- uwsgi-plugin-jvm
- uwsgi-plugin-mono
- uwsgi-plugin-webdav
- uwsgi-plugin-zabbix
- uwsgi-plugin-notfound)
-pkgver=2.0.18
-pkgrel=2
-arch=(x86_64)
-url="http://projects.unbit.it/$pkgbase;
-license=(GPL2)
-backup=('etc/uwsgi/emperor.ini')
-conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
- perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent systemd)
-optdepends=('systemd: daemon scripts')
-source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz;
-
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
-archlinux.ini
-tmpfilesd
-   

[arch-commits] Commit in perl-mail-transport-dbx/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:21:28
  Author: foutrelis
Revision: 476495

Perl 5.30 rebuild

Modified:
  perl-mail-transport-dbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:19:43 UTC (rev 476494)
+++ PKGBUILD2019-06-01 14:21:28 UTC (rev 476495)
@@ -3,7 +3,7 @@
 
 pkgname=perl-mail-transport-dbx
 pkgver=0.07
-pkgrel=17
+pkgrel=18
 pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
 arch=("x86_64")
 url="https://search.cpan.org/dist/Mail-Transport-Dbx;


[arch-commits] Commit in perl-mail-transport-dbx/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:21:32
  Author: foutrelis
Revision: 476496

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD
(from rev 476495, perl-mail-transport-dbx/trunk/PKGBUILD)
Deleted:
  perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:21:28 UTC (rev 476495)
+++ PKGBUILD2019-06-01 14:21:32 UTC (rev 476496)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-mail-transport-dbx
-pkgver=0.07
-pkgrel=17
-pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Mail-Transport-Dbx;
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-${pkgver}.tar.gz;)
-sha256sums=('95fd6bacf2afa0acb121eb9385d61ad4743c48240fbf5a74a731b3c1b5dfdf7d')
-
-build() {
-  cd Mail-Transport-Dbx-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd Mail-Transport-Dbx-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD (from 
rev 476495, perl-mail-transport-dbx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:21:32 UTC (rev 476496)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-mail-transport-dbx
+pkgver=0.07
+pkgrel=18
+pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Mail-Transport-Dbx;
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-${pkgver}.tar.gz;)
+sha256sums=('95fd6bacf2afa0acb121eb9385d61ad4743c48240fbf5a74a731b3c1b5dfdf7d')
+
+build() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:20:42
  Author: foutrelis
Revision: 354722

archrelease: copy trunk to staging-x86_64

Added:
  irssi/repos/staging-x86_64/PKGBUILD
(from rev 354721, irssi/trunk/PKGBUILD)
Deleted:
  irssi/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:20:38 UTC (rev 354721)
+++ PKGBUILD2019-06-01 14:20:42 UTC (rev 354722)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Dan McGee 
-
-pkgname=irssi
-pkgver=1.2.0
-pkgrel=3
-pkgdesc='Modular text mode IRC client with Perl scripting'
-url='https://irssi.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glib2' 'openssl' 'libotr')
-optdepends=('perl-libwww: for the scriptassist script')
-replaces=('irssi-otr')
-backup=('etc/irssi.conf')
-source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40'
-'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-proxy \
---with-perl-lib=vendor \
---with-otr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi/repos/staging-x86_64/PKGBUILD (from rev 354721, 
irssi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:20:42 UTC (rev 354722)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=1.2.0
+pkgrel=4
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glib2' 'openssl' 'libotr')
+optdepends=('perl-libwww: for the scriptassist script')
+replaces=('irssi-otr')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40'
+'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-proxy \
+--with-perl-lib=vendor \
+--with-otr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:20:38
  Author: foutrelis
Revision: 354721

Perl 5.30 rebuild

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:11:43 UTC (rev 354720)
+++ PKGBUILD2019-06-01 14:20:38 UTC (rev 354721)
@@ -4,7 +4,7 @@
 
 pkgname=irssi
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Modular text mode IRC client with Perl scripting'
 url='https://irssi.org/'
 arch=('x86_64')


[arch-commits] Commit in perl-crypt-blowfish/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:19:43
  Author: foutrelis
Revision: 476494

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD
(from rev 476493, perl-crypt-blowfish/trunk/PKGBUILD)
Deleted:
  perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:19:39 UTC (rev 476493)
+++ PKGBUILD2019-06-01 14:19:43 UTC (rev 476494)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-crypt-blowfish
-pkgver=2.14
-pkgrel=9
-pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Crypt-Blowfish;
-license=("GPL" "PerlArtistic")
-source=("https://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz;)
-md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
-
-build() {
-  cd "$srcdir"/Crypt-Blowfish-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd "$srcdir"/Crypt-Blowfish-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-crypt-blowfish/repos/community-staging-x86_64/PKGBUILD (from rev 
476493, perl-crypt-blowfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:19:43 UTC (rev 476494)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-crypt-blowfish
+pkgver=2.14
+pkgrel=10
+pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Crypt-Blowfish;
+license=("GPL" "PerlArtistic")
+source=("https://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz;)
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
+
+build() {
+  cd "$srcdir"/Crypt-Blowfish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd "$srcdir"/Crypt-Blowfish-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-crypt-blowfish/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:19:39
  Author: foutrelis
Revision: 476493

Perl 5.30 rebuild

Modified:
  perl-crypt-blowfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:19:04 UTC (rev 476492)
+++ PKGBUILD2019-06-01 14:19:39 UTC (rev 476493)
@@ -3,7 +3,7 @@
 
 pkgname=perl-crypt-blowfish
 pkgver=2.14
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
 arch=("x86_64")
 url="https://search.cpan.org/dist/Crypt-Blowfish;


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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:19:04
  Author: foutrelis
Revision: 476492

archrelease: copy trunk to community-staging-x86_64

Added:
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 476491, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 476491, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/sysusers.conf
(from rev 476491, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 476491, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 476491, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-staging-x86_64/PKGBUILD
  xmms2/repos/community-staging-x86_64/system.service
  xmms2/repos/community-staging-x86_64/sysusers.conf
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
  xmms2/repos/community-staging-x86_64/user.service

+
 PKGBUILD   |  240 +++
 system.service |   34 +++
 sysusers.conf  |4 
 tmpfiles.conf  |6 -
 user.service   |   26 ++---
 5 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:18:56 UTC (rev 476491)
+++ PKGBUILD2019-06-01 14:19:04 UTC (rev 476492)
@@ -1,120 +0,0 @@
-# Maintainer:
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=17
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(x86_64)
-url="https://xmms2.org/;
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-git://git.xmms2.org/xmms2/xmms2-tutorial.git
-git://git.xmms2.org/xmms2/s4.git
-tmpfiles.conf
-sysusers.conf
-system.service
-user.service)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
-'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
-'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-pkgver() {
-cd xmms2-devel
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd xmms2-devel
-git submodule init
-git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
-git config submodule.src/lib/s4.url "$srcdir"/s4
-git submodule update
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd xmms2-devel
-CXXFLAGS="-Wall" CFLAGS="-Wall" python2 ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
---with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
---with-ruby-libdir=`ruby -e 'puts 

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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:18:56
  Author: foutrelis
Revision: 476491

Perl 5.30 rebuild

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:17:53 UTC (rev 476490)
+++ PKGBUILD2019-06-01 14:18:56 UTC (rev 476491)
@@ -10,7 +10,7 @@
 pkgname=xmms2
 pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=17
+pkgrel=18
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(x86_64)
 url="https://xmms2.org/;


[arch-commits] Commit in perl-dbd-sybase/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:17:53
  Author: felixonmars
Revision: 476490

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-dbd-sybase/repos/community-staging-x86_64/PKGBUILD
(from rev 476489, perl-dbd-sybase/trunk/PKGBUILD)
Deleted:
  perl-dbd-sybase/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:17:39 UTC (rev 476489)
+++ PKGBUILD2019-06-01 14:17:53 UTC (rev 476490)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-dbd-sybase
-pkgver=1.16
-pkgrel=3
-pkgdesc="Sybase Driver for DBI"
-arch=('x86_64')
-url="https://search.cpan.org/dist/DBD-Sybase/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'perl' 'freetds')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz;)
-sha256sums=('67f427e8b7ffae2acc3cc8984463d878abbb2289bc17db79a294e56c8311d6cc')
-
-build() {
-  cd  "$srcdir"/DBD-Sybase-${pkgver}
-  export SYBASE=/usr
-  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/DBD-Sybase-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-dbd-sybase/repos/community-staging-x86_64/PKGBUILD (from rev 
476489, perl-dbd-sybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:17:53 UTC (rev 476490)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-dbd-sybase
+pkgver=1.16
+pkgrel=4
+pkgdesc="Sybase Driver for DBI"
+arch=('x86_64')
+url="https://search.cpan.org/dist/DBD-Sybase/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'perl' 'freetds')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz;)
+sha256sums=('67f427e8b7ffae2acc3cc8984463d878abbb2289bc17db79a294e56c8311d6cc')
+
+build() {
+  cd  "$srcdir"/DBD-Sybase-${pkgver}
+  export SYBASE=/usr
+  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DBD-Sybase-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-dbd-sybase/trunk (PKGBUILD)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:17:39
  Author: felixonmars
Revision: 476489

Perl 5.30 rebuild

Modified:
  perl-dbd-sybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:17:18 UTC (rev 476488)
+++ PKGBUILD2019-06-01 14:17:39 UTC (rev 476489)
@@ -2,7 +2,7 @@
 
 pkgname=perl-dbd-sybase
 pkgver=1.16
-pkgrel=3
+pkgrel=4
 pkgdesc="Sybase Driver for DBI"
 arch=('x86_64')
 url="https://search.cpan.org/dist/DBD-Sybase/;


[arch-commits] Commit in perl-image-sane/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:17:18
  Author: foutrelis
Revision: 476488

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-image-sane/repos/community-staging-x86_64/PKGBUILD
(from rev 476487, perl-image-sane/trunk/PKGBUILD)
Deleted:
  perl-image-sane/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:17:14 UTC (rev 476487)
+++ PKGBUILD2019-06-01 14:17:18 UTC (rev 476488)
@@ -1,44 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: John D Jones III AKA jnbek 
-# Contributor: Stefan Husmann 
-
-pkgname=perl-image-sane
-_perl_namespace=Image
-_perl_module=Sane
-pkgver=0.14
-pkgrel=3
-pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-makedepends=('imagemagick')
-depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
-provides=('perl-sane')
-replaces=('perl-sane')
-conflicts=('perl-sane')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-image-sane/repos/community-staging-x86_64/PKGBUILD (from rev 
476487, perl-image-sane/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:17:18 UTC (rev 476488)
@@ -0,0 +1,44 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+# Contributor: Stefan Husmann 
+
+pkgname=perl-image-sane
+_perl_namespace=Image
+_perl_module=Sane
+pkgver=0.14
+pkgrel=4
+pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+makedepends=('imagemagick')
+depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
+provides=('perl-sane')
+replaces=('perl-sane')
+conflicts=('perl-sane')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in perl-image-sane/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:17:14
  Author: foutrelis
Revision: 476487

Perl 5.30 rebuild

Modified:
  perl-image-sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:16:33 UTC (rev 476486)
+++ PKGBUILD2019-06-01 14:17:14 UTC (rev 476487)
@@ -6,7 +6,7 @@
 _perl_namespace=Image
 _perl_module=Sane
 pkgver=0.14
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-class-load-xs/repos/community-staging-x86_64 (2 files)

2019-06-01 Thread Felix Yan via arch-commits
Date: Saturday, June 1, 2019 @ 14:15:54
  Author: felixonmars
Revision: 476483

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD
(from rev 476481, perl-class-load-xs/trunk/PKGBUILD)
Deleted:
  perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:15:51 UTC (rev 476482)
+++ PKGBUILD2019-06-01 14:15:54 UTC (rev 476483)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: 3ED 
-
-pkgname=perl-class-load-xs
-_pkgname=Class-Load-XS
-pkgver=0.10
-pkgrel=6
-pkgdesc="XS implementation of parts of Class::Load"
-arch=('x86_64')
-license=('PerlArtistic2')
-url="https://metacpan.org/release/Class-Load-XS;
-depends=('perl-class-load')
-checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
-  'perl-test-without-module')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
-sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
-
-build() {
-  cd Class-Load-XS-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Class-Load-XS-$pkgver
-  make test
-}
-
-package() {
-  cd Class-Load-XS-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD (from rev 
476481, perl-class-load-xs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:15:54 UTC (rev 476483)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: 3ED 
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.10
+pkgrel=7
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS;
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
+  'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   4   5   >