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

2019-04-16 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 17, 2019 @ 01:36:57
  Author: anatolik
Revision: 350818

archrelease: copy trunk to testing-x86_64

Added:
  fuse3/repos/testing-x86_64/
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 350817, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-x86_64/fuse.conf
(from rev 350817, fuse3/trunk/fuse.conf)

---+
 PKGBUILD  |   73 
 fuse.conf |9 +++
 2 files changed, 82 insertions(+)

Copied: fuse3/repos/testing-x86_64/PKGBUILD (from rev 350817, 
fuse3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-17 01:36:57 UTC (rev 350818)
@@ -0,0 +1,73 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.5.0
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc}
+   'fuse.conf')
+sha1sums=('c3481fa5cc1560207abc75494bcfbe1611aa81f1'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+  depends=(glibc)
+
+  cd fuse-$pkgver/build
+  DESTDIR=${pkgdir} ninja install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  # part of fuse3 package
+  rm -r 
${pkgdir}/usr/{bin/fusermount3,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1}
+
+  mv ${pkgdir}/usr/bin/mount.fuse3 ${pkgdir}/usr/bin/mount.fuse
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('fuse-common')
+
+  cd fuse-$pkgver/build
+
+  DESTDIR=${pkgdir} ninja install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  rm ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # part of fuse-common package
+  rm -r ${pkgdir}/usr/lib/udev/rules.d
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse3.8 ${pkgdir}/usr/bin/mount.fuse3
+}

Copied: fuse3/repos/testing-x86_64/fuse.conf (from rev 350817, 
fuse3/trunk/fuse.conf)
===
--- testing-x86_64/fuse.conf(rev 0)
+++ testing-x86_64/fuse.conf2019-04-17 01:36:57 UTC (rev 350818)
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other


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

2019-04-16 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 17, 2019 @ 01:36:29
  Author: anatolik
Revision: 350817

upgpkg: fuse3 3.5.0-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 18:21:21 UTC (rev 350816)
+++ PKGBUILD2019-04-17 01:36:29 UTC (rev 350817)
@@ -4,7 +4,7 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.4.2
+pkgver=3.5.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc}
'fuse.conf')
-sha1sums=('d7be5c8dcddcb00e37189221dbe99c4bd9689dce'
+sha1sums=('c3481fa5cc1560207abc75494bcfbe1611aa81f1'
   'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 



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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:56:35
  Author: svenstaro
Revision: 451842

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 451841, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 451841, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 451841, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  180 +--
 emscripten.install |   22 +++---
 emscripten.sh  |   14 +--
 3 files changed, 107 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 21:56:26 UTC (rev 451841)
+++ PKGBUILD2019-04-16 21:56:35 UTC (rev 451842)
@@ -1,91 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.30
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('f6402532145f4674ab86ee6c592bfeab4541d62a7dc261e727110223fb77f2ee1a823910849682600d6d89dfd00094ab1af40c63f7a52fd784de94dbfb09dd3f'
-
'8be85091c03f510e6116e28e675402ecc8420eaba1728aa5fab92e736be9025c4cc35e7c71b5748facbce42fd2ca7dde28b9f14f9bfc168893b2529cc94fadbd'
-
'5a3c5203892b62a371b25788df385f65c65f0ca5c5410a7beea5a63214308008be45d024c2905b1a1e2f0415bfa182bc47ef096cf12130998f9ff6eb7d24408a'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  cmake .. \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Get rid of some duplicated binaries (see FS#61487).
-  for link in ++ -6.0 -cl -cpp; do
-  ln -sf clang "$pkgdir"/usr/lib/emscripten-fastcomp/clang$link
-  done
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 451841, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 21:56:35 UTC (rev 451842)
@@ -0,0 +1,89 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: 

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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:56:26
  Author: svenstaro
Revision: 451841

upgpkg: emscripten 1.38.30-2

Try using only Python 3 (FS#62342)

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 21:46:25 UTC (rev 451840)
+++ PKGBUILD2019-04-16 21:56:26 UTC (rev 451841)
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 pkgver=1.38.30
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
 license=('custom')
-depends=('nodejs' 'python' 'python2')
+depends=('nodejs' 'python')
 makedepends=('cmake' 'libxml2')
 optdepends=('java-environment: for using clojure'
 'ruby: for using websockify addon'
@@ -34,9 +34,7 @@
   rm -rf tools/clang
   ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
 
-  # python2 shebang fixes
   cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
 
   # adapt config file template to use our custom environment variable and path
   sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
@@ -48,7 +46,7 @@
   cd emscripten-fastcomp-$pkgver/build
 
   cmake .. \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=YES \
 -DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:46:25
  Author: svenstaro
Revision: 451840

archrelease: copy trunk to community-x86_64

Added:
  ripgrep/repos/community-x86_64/PKGBUILD
(from rev 451839, ripgrep/trunk/PKGBUILD)
Deleted:
  ripgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 21:46:18 UTC (rev 451839)
+++ PKGBUILD2019-04-16 21:46:25 UTC (rev 451840)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=11.0.0
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'custom')
-depends=('gcc-libs' 'pcre2')
-makedepends=('cargo' 'asciidoc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --features 'pcre2'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
-
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 451839, 
ripgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 21:46:25 UTC (rev 451840)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=11.0.1
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'custom')
+depends=('gcc-libs' 'pcre2')
+makedepends=('cargo' 'asciidoc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --features 'pcre2'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
+
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:46:18
  Author: svenstaro
Revision: 451839

upgpkg: ripgrep 11.0.1-1

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 21:40:14 UTC (rev 451838)
+++ PKGBUILD2019-04-16 21:46:18 UTC (rev 451839)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=11.0.0
+pkgver=11.0.1
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'pcre2')
 makedepends=('cargo' 'asciidoc')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4')
+sha512sums=('73d3bf0c18d5a1289f31e3b330a9980d05f7e692a354d8ae1657d1636cfa49c4b76370f15f6df6e5f38e83ee9b3d49507f9da5439af545652fe276096a92a83f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-04-16 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 16, 2019 @ 21:40:14
  Author: andrewsc
Revision: 451838

archrelease: copy trunk to community-any

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

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

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

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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:33:43
  Author: svenstaro
Revision: 451837

archrelease: copy trunk to community-x86_64

Added:
  glfw/repos/community-x86_64/PKGBUILD
(from rev 451836, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 79 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 21:33:32 UTC (rev 451836)
+++ PKGBUILD2019-04-16 21:33:43 UTC (rev 451837)
@@ -1,77 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: philefou 
-# Contributor: lindquist 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Mihai Militaru 
-# Contributor: SpepS 
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.3
-pkgrel=1
-arch=('x86_64')
-url="http://www.glfw.org/;
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
- 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
- 'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-md5sums=('5be03812f5d109817e6558c3fab7bbe1')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  [[ -d build-x11 ]] && rm -r build-x11
-  mkdir build-x11 && cd build-x11
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ..
-
-  [[ -d build-wayland ]] && rm -r build-wayland
-  mkdir build-wayland && cd build-wayland
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON \
-  -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  conflicts=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-  conflicts=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 451836, 
glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 21:33:43 UTC (rev 451837)
@@ -0,0 +1,79 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: philefou 
+# Contributor: lindquist 
+# Contributor: Christoph Siegenthaler 
+# Contributor: Mihai Militaru 
+# Contributor: SpepS 
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.3
+pkgrel=2
+arch=('x86_64')
+url="http://www.glfw.org/;
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+md5sums=('5be03812f5d109817e6558c3fab7bbe1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md 

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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 21:33:32
  Author: svenstaro
Revision: 451836

upgpkg: glfw 3.3-2

Fix libdir (FS#62369)

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 21:22:19 UTC (rev 451835)
+++ PKGBUILD2019-04-16 21:33:32 UTC (rev 451836)
@@ -8,7 +8,7 @@
 pkgbase=glfw
 pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.glfw.org/;
 license=('custom:ZLIB')
@@ -26,6 +26,7 @@
 
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
   -DBUILD_SHARED_LIBS=ON
   make docs
 
@@ -36,6 +37,7 @@
 
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
   -DBUILD_SHARED_LIBS=ON \
   -DGLFW_USE_WAYLAND=ON
 }


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

2019-04-16 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 16, 2019 @ 21:22:19
  Author: andrewsc
Revision: 451835

upgpkg: firefox-developer-edition-i18n 67.0b11-1

firefox-developer-edition-i18n: Updating to 67.0b11

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 20:56:38 UTC (rev 451834)
+++ PKGBUILD2019-04-16 21:22:19 UTC (rev 451835)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b10
+pkgver=67.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('c3c009012c1b89b9fd8b3f75bb02e5c14a334000cbd7d920977cc3f12f79eb6922036d238862463b0a1d53b27e8c819cbd1c8acf1bcd5020bc5347d82ec61a1b'
-
'75fd1ca89acd73f17de2ae845d94a99b92bf942aededd39304f7d31cb9578e24a86f88c2d622a5f5ccd35d1e00963fcffc3d25711f38c598b0c53f33cda19ae9'
-
'd88fb6877db3bf142bedceea922fb358eded54c604e7883286f816bca2f485b06f1830bebd79eca0927b20b7047ab7ba4d9aa37037865fad26d14a2979bf4cb6'
-
'b5ae55eba653ecdabd1155c161c13fc4082d390da12e0a6b25656800fa17db28392f268f1e718af1bc785bd914ea6188fff158b3745f6b0fa6c2c01f85d8936f'
-
'94c3832ef12ef874d97ee2f66dcc15d41edb469ef4488562285ca40599f291cb2d88647771843c72cad1fdbcbcb80700d67b5a3d2228574a589973c3c473c745'
-
'c6e791685d4006b8132d13034ef381c68f4ccd9111a0678c6e44a5baab22b776488bb80bd97835ea0d6486959acec2a8fbda0c048a89911b922d29b8dab1f04c'
-
'730ea2fbb7e1daba7cf58741b95c13bcbc621dfd65398f11de469e2a3308b955e75af9d4bd88dea0b6459ea7d723ee8e091cbf7975a9af022a7ab75e85243509'
-
'b0f6da5e240451506cf1e34115b6f9b2b6b7deaece295820ebb9109fc0da0da24d792f43eeddbd87280edbad85b8cd43107e1376a5d72aca740453d12a701e99'
-
'5d05a8aa9c05bb903c0ba56659a0f593734e2fecd637dc0c6035b5c58e1a5925623dbe66fae961a876e44b6d4f643619b82a341dd40a917fabde90c38a3a4226'
-
'855dc64df792c4492c7ab9c241305e100d4b0b8266172354e92977ff3f095022d6827ec404034e274e57087e34f8bdeda061280509910a6fb65ff3865d780925'
-
'ec5e5661a70370f17c42e2aada6cf888b79cf8b6ab1ab22b3ea5928dcf4422c92ca3f7006c81a2de7d9405af0a9d9edbe53b396444c2f78ac69dd8c2a649c9bd'
-
'311ca8035ea3dff4ec6535c3025064aa535f7df7b8c10ead1a79528833960c757ca8d46925e962ff8fe9e434507e9625c0cabd572f1f876352327dc68a91e126'
-
'292d491df051eb0aa587269ff107583eead8f702cbaaf94fd7d5e8445747d2472df9ca15ec913d38aa672c69e5e0a86f129943562fda93c698985ec76d0306ed'
-
'662e5d2f724c94af835aba5de5c9e6a28ee13139427b05c038d6818e8f60bab7166077024995a2beee29a5a4f9bdf26da1c4ec50d787246d93dc85f715251dcc'
-
'767561c7a6679f57b8025990c5a4161e37e634f341aa9b2ab625d1ad71ba7dba508fee87ee9d8cd32aae409f9f91e0d9d9f91e4a41042293de30b89511197a80'
-
'67e60ad2c0a9f4de66db1881b8f8cda206b2a96c91b620d4188ab649ff818c90d6610f240bef202f868e099be22b2e62d3ca1603c329d58e63ec54d80aee25c9'
-
'e0dcdeca7d243c1eb40fff06413501527984e5ec020926637d1d556818162c158a00e757b9b554e81e4fac10e2bcfbe84de6a1740f8d79da353b452e47b1475e'
-
'b6ce1fa9d4d2f5dd5d907cbd0d14deb93f61be573d72bae95fdfeb7642ad542d97e73c2bed9c675807f8ba922bf23ee9c7a1640e252b2c979210e419314668ab'
-
'cf35bf90e67cb4b5b0f4e16ea85b3b6821689900f7c0ec4084afb905ad865c3386dcaed9d174cbfb67aec3343b9b3d184fc1c73742ef4b7429805d213a12d8bd'
-
'f0f822a6b886ef3b542b141a2e73354a85def18af60872a4b6819efaf06b9298dea7f1fb53eea6ffcc052bdd10cddf136ec30bdcff2bc3119adfa574a0e89eee'
-
'c3f9668b915e5bcafbb14be538fdf8fa8d42de54fbf984ba96c95885508145b8bb3150d38ad0ce2faf59fc67ae98ac5a47d11818c2d84e805f08623fdbd2cfc5'
-
'26a9a5b3995f213af2fa5fad4b0cbcd3798a811edebbc0c5ef92c4247e5348ea207342e1463c00c3c7df3db7df83c8226491c6ebed9bb11f592d1176984cecab'
-
'fa33e0113e253ef616514e81a88439b81c6a6c813d88ed298558ff4247676600f67a09cc87f4b4515374914de3c383362d441434df18bf322b4b84757846ebb3'
-
'4131f56a61094f3299a0ec8b5e03634343f686d4b4e0e0b4558916582fc6edb6658f4d42e5ea597d4bb5ad154ca7ac5b51830cef56a00430a4387314e9e48b19'
-
'bcfeea39226fe6b2eb5caba154cb1bd67c059126fdee12ce93dd4ab3b0bf889a7a3a0cb92c6f8222c9bbfc9611ae9c402d5d1af3a78b87a0f7d5d95bceee312d'
-
'e1c8f40fc31ba2d4e86debaa691b7e997cba5e569bd32f5f752f1d8403772bbc6cf57b69a1a27cff9c8703cc4d5c1c1465afdeaede5eff1edace1af66e4983f6'
-
'0526010db39bced43812de812e20af3097c62acd9ade6db1f13c790f9af09288f9388ac9f623ec1e89745851366d7b0e669c4e103779320520fbb0f9a164a573'
-
'0a09abb37bcbabc7ca2da45a2d7c711b42144b88e5919ac0fa316273c2f6f20165b731edd538bab22298d4d872636f35f3a60ba8df9e1c7b1cab6e68e496b572'
-

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

2019-04-16 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 16, 2019 @ 20:56:38
  Author: andrewsc
Revision: 451834

archrelease: copy trunk to community-x86_64

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

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

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

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

2019-04-16 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 16, 2019 @ 20:35:49
  Author: andrewsc
Revision: 451833

upgpkg: firefox-developer-edition 67.0b11-1

firefox-developer-edition: Updating to 67.0b11

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 17:53:42 UTC (rev 451832)
+++ PKGBUILD2019-04-16 20:35:49 UTC (rev 451833)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=67.0b10
+pkgver=67.0b11
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 16, 2019 @ 18:21:21
  Author: bpiotrowski
Revision: 350816

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  188 +-
 flathub.flatpakrepo |   16 ++--
 flatpak-bindir.sh   |   14 +--
 flatpak.install |   18 ++--
 python3.diff|   64 -
 5 files changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 18:21:05 UTC (rev 350815)
+++ PKGBUILD2019-04-16 18:21:21 UTC (rev 350816)
@@ -1,94 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=a5eebf73d2709b23f12ffc6dc042a2adccea6f1e  # tags/1.3.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://github.com/flatpak/xdg-dbus-proxy;
-python3.diff
-flatpak-bindir.sh flathub.flatpakrepo)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'4b2e70d10402e179a1fdcfc367a8be128e2ceaafb8b16a737e14c16596417cc5'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
-
-prepare() {
-  cd $pkgname
-
-  patch -Np1 -i ../python3.diff
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 ../flatpak-bindir.sh
-  install -Dt "$pkgdir/usr/share/flatpak" -m644 ../flathub.flatpakrepo
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 350815, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 18:21:21 UTC (rev 350816)
@@ -0,0 +1,94 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.3.2+6+g00dfce52
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=00dfce528326476aa3d9167887b2cefdaec412bd  # 

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

2019-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 16, 2019 @ 18:21:05
  Author: bpiotrowski
Revision: 350815

1.3.2+6+g00dfce52-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 17:11:47 UTC (rev 350814)
+++ PKGBUILD2019-04-16 18:21:05 UTC (rev 350815)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.3.2
+pkgver=1.3.2+6+g00dfce52
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org;
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=a5eebf73d2709b23f12ffc6dc042a2adccea6f1e  # tags/1.3.2^0
+_commit=00dfce528326476aa3d9167887b2cefdaec412bd  # master
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libglnx.git;
 "git+https://github.com/projectatomic/bubblewrap;


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

2019-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 16, 2019 @ 17:53:42
  Author: grazzolini
Revision: 451832

archrelease: copy trunk to community-x86_64

Added:
  primus_vk/repos/community-x86_64/
  primus_vk/repos/community-x86_64/PKGBUILD
(from rev 451831, primus_vk/trunk/PKGBUILD)

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

Copied: primus_vk/repos/community-x86_64/PKGBUILD (from rev 451831, 
primus_vk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-04-16 17:53:42 UTC (rev 451832)
@@ -0,0 +1,31 @@
+# Maintainer: Giancarlo Razzolini 
+
+pkgname=primus_vk
+pkgver=1.0
+pkgrel=1
+pkgdesc="Primus-Vk Nvidia Vulkan offloading for Bumblebee"
+arch=('x86_64')
+url="https://github.com/felixdoerre/$pkgname;
+license=('BSD')
+depends=('nvidia-utils' 'bumblebee' 'vulkan-icd-loader' 'primus')
+makedepends=('vulkan-validation-layers')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/felixdoerre/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('5d4bb4be4e958f039144d90c33dc94dcdfcbaf0925f1f70676ae46ea3022d4a11ba07fa23974b434188fad0c54f4df1c590d20b76186634a852a99203e3a76c1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  export CXXFLAGS+=' -DNV_DRIVER_PATH=\"/usr/lib/libGLX_nvidia.so.0\"'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D libnv_vulkan_wrapper.so "$pkgdir"/usr/lib/libnv_vulkan_wrapper.so
+  install -D libprimus_vk.so "$pkgdir"/usr/lib/libprimus_vk.so
+  install -Dm644 primus_vk.json 
"$pkgdir"/usr/share/vulkan/implicit_layer.d/primus_vk.json
+  install -Dm644 nv_vulkan_wrapper.json 
"$pkgdir"/usr/share/vulkan/icd.d/nv_vulkan_wrapper.json
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm755 pvkrun.in.sh "$pkgdir"/usr/bin/pvkrun
+}


[arch-commits] Commit in (4 files)

2019-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 16, 2019 @ 17:52:27
  Author: grazzolini
Revision: 451831

newpkg: primus_vk

Added:
  primus_vk/
  primus_vk/repos/
  primus_vk/trunk/
  primus_vk/trunk/PKGBUILD

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

Added: primus_vk/trunk/PKGBUILD
===
--- primus_vk/trunk/PKGBUILD(rev 0)
+++ primus_vk/trunk/PKGBUILD2019-04-16 17:52:27 UTC (rev 451831)
@@ -0,0 +1,31 @@
+# Maintainer: Giancarlo Razzolini 
+
+pkgname=primus_vk
+pkgver=1.0
+pkgrel=1
+pkgdesc="Primus-Vk Nvidia Vulkan offloading for Bumblebee"
+arch=('x86_64')
+url="https://github.com/felixdoerre/$pkgname;
+license=('BSD')
+depends=('nvidia-utils' 'bumblebee' 'vulkan-icd-loader' 'primus')
+makedepends=('vulkan-validation-layers')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/felixdoerre/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('5d4bb4be4e958f039144d90c33dc94dcdfcbaf0925f1f70676ae46ea3022d4a11ba07fa23974b434188fad0c54f4df1c590d20b76186634a852a99203e3a76c1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  export CXXFLAGS+=' -DNV_DRIVER_PATH=\"/usr/lib/libGLX_nvidia.so.0\"'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D libnv_vulkan_wrapper.so "$pkgdir"/usr/lib/libnv_vulkan_wrapper.so
+  install -D libprimus_vk.so "$pkgdir"/usr/lib/libprimus_vk.so
+  install -Dm644 primus_vk.json 
"$pkgdir"/usr/share/vulkan/implicit_layer.d/primus_vk.json
+  install -Dm644 nv_vulkan_wrapper.json 
"$pkgdir"/usr/share/vulkan/icd.d/nv_vulkan_wrapper.json
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm755 pvkrun.in.sh "$pkgdir"/usr/bin/pvkrun
+}


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

2019-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 16, 2019 @ 17:09:43
  Author: grazzolini
Revision: 451830

archrelease: copy trunk to community-x86_64

Added:
  nginx-mainline/repos/community-x86_64/PKGBUILD
(from rev 451829, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-x86_64/logrotate
(from rev 451829, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-x86_64/nginx.install
(from rev 451829, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-x86_64/service
(from rev 451829, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-x86_64/PKGBUILD
  nginx-mainline/repos/community-x86_64/logrotate
  nginx-mainline/repos/community-x86_64/nginx.install
  nginx-mainline/repos/community-x86_64/service

---+
 PKGBUILD  |  264 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 171 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 17:08:51 UTC (rev 451829)
+++ PKGBUILD2019-04-16 17:09:43 UTC (rev 451830)
@@ -1,132 +0,0 @@
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.15.11
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('db2e39efc4cff854a887ee5bbeb27fb9'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('d37e162acf6b19b94b34da8e9b34e1f1daeec12e64cedd03d2cc3973d9e5c5f3da4e58a9c0f3e6ff8a7c44cb75aba9dbf248939fb65a41c18883c614c34c4297'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx-mainline/repos/community-x86_64/PKGBUILD (from rev 451829, 
nginx-mainline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 17:09:43 UTC (rev 451830)
@@ -0,0 +1,132 @@
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+

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

2019-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 16, 2019 @ 17:08:51
  Author: grazzolini
Revision: 451829

upgpkg: nginx-mainline 1.15.12-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 16:30:01 UTC (rev 451828)
+++ PKGBUILD2019-04-16 17:08:51 UTC (rev 451829)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.15.11
+pkgver=1.15.12
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -27,11 +27,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('db2e39efc4cff854a887ee5bbeb27fb9'
+md5sums=('3f4d4f1d3a5c3c4f1cbc0e353c9cd9df'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('d37e162acf6b19b94b34da8e9b34e1f1daeec12e64cedd03d2cc3973d9e5c5f3da4e58a9c0f3e6ff8a7c44cb75aba9dbf248939fb65a41c18883c614c34c4297'
+sha512sums=('58961194c4fb94136b657c75c0d2ee3fe6515552a17d66e80d6cd53d342731229c0cbb897700631517275943fc2731179780a3c4b61b93b32a2cf6490ebf0f50'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2019-04-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 16, 2019 @ 16:30:01
  Author: archange
Revision: 451828

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 451827, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 451827, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 451827, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 451827, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 451827, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|  100 +-
 cozy-stack.service  |   66 -
 cozy-stack.sysusers |2 -
 cozy-stack.tmpfiles |6 +--
 cozy.yml|   56 ++--
 5 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 16:29:21 UTC (rev 451827)
+++ PKGBUILD2019-04-16 16:30:01 UTC (rev 451828)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=1.2.3
-pkgrel=1
-epoch=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=('x86_64')
-url="https://cozy.io;
-license=('AGPL3')
-backup=('etc/cozy/cozy.yml')
-depends=('couchdb' 'imagemagick' 'git')
-makedepends=('go-pie')
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('4113bd3442a38db63ccead98b758d47d1fb3a8154e7a7b833e919b12928f535b'
-'ecfcdf3e2dfec1bdeae15a843c41c9a77b713fe66a4094e1b95dce9514af31e8'
-'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
-
-build() {
-export GOPATH="${srcdir}"/cozy-stack
-cd cozy-stack/src/github.com/cozy/cozy-stack
-go build -v -o "${srcdir}"/bin/cozy-stack \
- -gcflags "all=-trimpath=${GOPATH}" \
- -asmflags "all=-trimpath=${GOPATH}" \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-install -Dm755 bin/cozy-stack -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 cozy-stack/src/github.com/cozy/cozy-stack/cozy.example.yaml 
-t "${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-node-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 451827, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 16:30:01 UTC (rev 451828)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.2.4
+pkgrel=1
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=('x86_64')
+url="https://cozy.io;
+license=('AGPL3')
+backup=('etc/cozy/cozy.yml')
+depends=('couchdb' 'imagemagick' 'git')
+makedepends=('go-pie')
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
+

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

2019-04-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 16, 2019 @ 16:29:21
  Author: archange
Revision: 451827

upgpkg: cozy-stack 1:1.2.4-1

Modified:
  cozy-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 16:28:30 UTC (rev 451826)
+++ PKGBUILD2019-04-16 16:29:21 UTC (rev 451827)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-stack
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
@@ -20,7 +20,7 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('4113bd3442a38db63ccead98b758d47d1fb3a8154e7a7b833e919b12928f535b'
+sha256sums=('6ae9c21de3d79091d3e5b73bbe6a01c147da69537ae1e60508e23810a5c947eb'
 'ecfcdf3e2dfec1bdeae15a843c41c9a77b713fe66a4094e1b95dce9514af31e8'
 'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
 'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:28:22
  Author: svenstaro
Revision: 451825

upgpkg: glfw 3.3-1

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 16:25:33 UTC (rev 451824)
+++ PKGBUILD2019-04-16 16:28:22 UTC (rev 451825)
@@ -7,8 +7,8 @@
 
 pkgbase=glfw
 pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.3
+pkgrel=1
 arch=('x86_64')
 url="http://www.glfw.org/;
 license=('custom:ZLIB')
@@ -16,7 +16,7 @@
  'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
  'libxcursor' 'libxkbcommon' 'libxinerama')
 source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-md5sums=('91b8250b6edcc26c9f520070a504')
+md5sums=('5be03812f5d109817e6558c3fab7bbe1')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
@@ -52,7 +52,7 @@
   make DESTDIR=$pkgdir install
 
   cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
 package_glfw-wayland() {
@@ -66,7 +66,7 @@
   make DESTDIR=$pkgdir install
 
   cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
 package_glfw-doc() {


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:28:30
  Author: svenstaro
Revision: 451826

archrelease: copy trunk to community-x86_64

Added:
  glfw/repos/community-x86_64/PKGBUILD
(from rev 451825, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 16:28:22 UTC (rev 451825)
+++ PKGBUILD2019-04-16 16:28:30 UTC (rev 451826)
@@ -1,77 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: philefou 
-# Contributor: lindquist 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Mihai Militaru 
-# Contributor: SpepS 
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.2.1
-pkgrel=2
-arch=('x86_64')
-url="http://www.glfw.org/;
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
- 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
- 'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-md5sums=('91b8250b6edcc26c9f520070a504')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  [[ -d build-x11 ]] && rm -r build-x11
-  mkdir build-x11 && cd build-x11
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ..
-
-  [[ -d build-wayland ]] && rm -r build-wayland
-  mkdir build-wayland && cd build-wayland
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON \
-  -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  conflicts=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-  conflicts=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 451825, 
glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 16:28:30 UTC (rev 451826)
@@ -0,0 +1,77 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: philefou 
+# Contributor: lindquist 
+# Contributor: Christoph Siegenthaler 
+# Contributor: Mihai Militaru 
+# Contributor: SpepS 
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.3
+pkgrel=1
+arch=('x86_64')
+url="http://www.glfw.org/;
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+md5sums=('5be03812f5d109817e6558c3fab7bbe1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-doc() {
+  pkgdesc="Set of HTML 

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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:25:33
  Author: svenstaro
Revision: 451824

archrelease: copy trunk to community-x86_64

Added:
  ripgrep/repos/community-x86_64/PKGBUILD
(from rev 451823, ripgrep/trunk/PKGBUILD)
Deleted:
  ripgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 16:25:26 UTC (rev 451823)
+++ PKGBUILD2019-04-16 16:25:33 UTC (rev 451824)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('x86_64')
-url="https://github.com/BurntSushi/ripgrep;
-license=('MIT' 'custom')
-depends=('gcc-libs' 'pcre2')
-makedepends=('cargo' 'asciidoc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('bc193d269131823076fdb857f69a95c165e88848896379039218139136028e3705e09f1b9be33903e060c8cc37ad5b992ea70a05f6f01c6210bef535a35570c0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --features 'pcre2'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
-
-  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 451823, 
ripgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 16:25:33 UTC (rev 451824)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=11.0.0
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'custom')
+depends=('gcc-libs' 'pcre2')
+makedepends=('cargo' 'asciidoc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --features 'pcre2'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "complete/_rg" "$pkgdir/usr/share/zsh/site-functions/_rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.bash 
"$pkgdir/usr/share/bash-completion/completions/rg"
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.fish 
"$pkgdir/usr/share/fish/completions/rg.fish"
+
+  install -Dm644 "target/release/build/ripgrep-"*/out/rg.1 
"$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:25:26
  Author: svenstaro
Revision: 451823

upgpkg: ripgrep 11.0.0-1

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 16:25:18 UTC (rev 451822)
+++ PKGBUILD2019-04-16 16:25:26 UTC (rev 451823)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=0.10.0
-pkgrel=2
+pkgver=11.0.0
+pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('x86_64')
 url="https://github.com/BurntSushi/ripgrep;
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'pcre2')
 makedepends=('cargo' 'asciidoc')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('bc193d269131823076fdb857f69a95c165e88848896379039218139136028e3705e09f1b9be33903e060c8cc37ad5b992ea70a05f6f01c6210bef535a35570c0')
+sha512sums=('eac60b34f8b352bdadee2add697a2f1049894bae258cec71289c828fdd2f58ec1ea91b0e08c92b35702ac730b74fed97ed10e4f4f76a93fe64867688f14d11f4')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:25:18
  Author: svenstaro
Revision: 451822

archrelease: copy trunk to community-any

Added:
  poetry/repos/community-any/PKGBUILD
(from rev 451821, poetry/trunk/PKGBUILD)
  poetry/repos/community-any/poetry.py
(from rev 451821, poetry/trunk/poetry.py)
Deleted:
  poetry/repos/community-any/PKGBUILD
  poetry/repos/community-any/poetry.py

---+
 PKGBUILD  |  130 +---
 poetry.py |   18 
 2 files changed, 73 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 16:25:08 UTC (rev 451821)
+++ PKGBUILD2019-04-16 16:25:18 UTC (rev 451822)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Kaizhao Zhang 
-
-pkgname=poetry
-pkgver=0.12.11
-pkgrel=1
-pkgdesc="Python dependency management and packaging made easy"
-arch=('any')
-url="https://poetry.eustace.io/;
-license=('MIT')
-depends=('python')
-conflicts=('python-poetry')
-options=(!emptydirs)
-source=(
-  
"https://github.com/sdispater/poetry/releases/download/${pkgver}/poetry-${pkgver}-linux.tar.gz;
-  "https://github.com/sdispater/poetry/archive/${pkgver}.tar.gz;
-  "poetry.py"
-)
-sha256sums=(
-  '8c8702499e07a316cbbcd05fdd5cdc648ac9b100ca84942fc626965e8eb3c905'
-  '8dff52a85f5e2288858ca37a41fcfc6ac9fcf7cee7adc6be2a1f4b00bebef80d'
-  'e9fee925c0fb42df53389bdfc8ebbe01bfd4f6146ed0a55786bd2ba741169c0c'
-)
-
-package() {
-  cd "${srcdir}"
-
-  rm -rf "${pkgdir}/usr/lib/poetry/poetry"
-
-  install -d "${pkgdir}/usr/lib/poetry"
-  cp -r poetry "${pkgdir}/usr/lib/poetry/poetry"
-
-  install -Dm755 poetry.py "${pkgdir}/usr/bin/poetry"
-
-  cd "${pkgdir}/usr/lib/poetry"
-
-  # Tab completion for Bash
-  install -d "${pkgdir}/usr/share/bash-completion/completions"
-  python -B -m poetry completions bash \
-| sed '$s/\ \/.*\/pkg\/poetry\/usr\/lib\/poetry\/poetry\/__main__.py/\ 
\/usr\/bin\/poetry/' \
-| sed 's/__main__py/poetry/' \
-| sed 's/__main__.py/poetry/' \
-| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # Tab completion for Zsh
-  install -d "${pkgdir}/usr/share/zsh/site-functions"
-  python -B -m poetry completions zsh \
-| sed '$s/\ \/.*\/pkg\/poetry\/usr\/lib\/poetry\/poetry\/__main__.py/\ 
\/usr\/bin\/poetry/' \
-| sed 's/__main__py/poetry/' \
-| sed 's/__main__.py/poetry/' \
-| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-
-  # Tab completion for Fish
-  install -d "${pkgdir}/usr/share/fish/vendor_completions"
-  python -B -m poetry completions fish \
-| sed 's/__main__py/poetry/' \
-| sed 's/__main__.py/poetry/' \
-| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm644 CHANGELOG.md "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
-  install -Dm644 CONTRIBUTING.md 
"${pkgdir}/usr/share/doc/${pkgname}/CONTRIBUTING.md"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poetry/repos/community-any/PKGBUILD (from rev 451821, 
poetry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 16:25:18 UTC (rev 451822)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Kaizhao Zhang 
+
+pkgname=poetry
+pkgver=0.12.12
+pkgrel=1
+pkgdesc="Python dependency management and packaging made easy"
+arch=('any')
+url="https://poetry.eustace.io/;
+license=('MIT')
+depends=('python')
+conflicts=('python-poetry')
+options=(!emptydirs)
+source=(
+  
"https://github.com/sdispater/poetry/releases/download/${pkgver}/poetry-${pkgver}-linux.tar.gz;
+  "https://github.com/sdispater/poetry/archive/${pkgver}.tar.gz;
+  "poetry.py"
+)
+sha256sums=('40d57b530e962c3aa6bff3366e155d194a5c10b4107130b3c90a68050f799913'
+'34b9ae5d897bbfb65742710994a6106bebe9d2a78604e65c63413ddacecbc791'
+'e9fee925c0fb42df53389bdfc8ebbe01bfd4f6146ed0a55786bd2ba741169c0c')
+
+package() {
+  cd "${srcdir}"
+
+  rm -rf "${pkgdir}/usr/lib/poetry/poetry"
+
+  install -d "${pkgdir}/usr/lib/poetry"
+  cp -r poetry "${pkgdir}/usr/lib/poetry/poetry"
+
+  install -Dm755 poetry.py "${pkgdir}/usr/bin/poetry"
+
+  cd "${pkgdir}/usr/lib/poetry"
+
+  # Tab completion for Bash
+  install -d "${pkgdir}/usr/share/bash-completion/completions"
+  python -B -m poetry completions bash \
+| sed '$s/\ \/.*\/pkg\/poetry\/usr\/lib\/poetry\/poetry\/__main__.py/\ 
\/usr\/bin\/poetry/' \
+| sed 's/__main__py/poetry/' \
+| sed 's/__main__.py/poetry/' \
+| install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # Tab completion for Zsh
+  install -d "${pkgdir}/usr/share/zsh/site-functions"
+  

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

2019-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 16, 2019 @ 16:25:08
  Author: svenstaro
Revision: 451821

upgpkg: poetry 0.12.12-1

Modified:
  poetry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:18:19 UTC (rev 451820)
+++ PKGBUILD2019-04-16 16:25:08 UTC (rev 451821)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=poetry
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
 pkgdesc="Python dependency management and packaging made easy"
 arch=('any')
@@ -16,11 +16,9 @@
   "https://github.com/sdispater/poetry/archive/${pkgver}.tar.gz;
   "poetry.py"
 )
-sha256sums=(
-  '8c8702499e07a316cbbcd05fdd5cdc648ac9b100ca84942fc626965e8eb3c905'
-  '8dff52a85f5e2288858ca37a41fcfc6ac9fcf7cee7adc6be2a1f4b00bebef80d'
-  'e9fee925c0fb42df53389bdfc8ebbe01bfd4f6146ed0a55786bd2ba741169c0c'
-)
+sha256sums=('40d57b530e962c3aa6bff3366e155d194a5c10b4107130b3c90a68050f799913'
+'34b9ae5d897bbfb65742710994a6106bebe9d2a78604e65c63413ddacecbc791'
+'e9fee925c0fb42df53389bdfc8ebbe01bfd4f6146ed0a55786bd2ba741169c0c')
 
 package() {
   cd "${srcdir}"


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:18:10
  Author: alucryd
Revision: 451819

upgpkg: lib32-gtk3 3.24.8-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:15:06 UTC (rev 451818)
+++ PKGBUILD2019-04-16 14:18:10 UTC (rev 451819)
@@ -4,12 +4,12 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.7
+pkgver=3.24.8
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=(x86_64)
 license=(LGPL)
-url='http://www.gtk.org/'
+url=https://www.gtk.org/
 depends=(
   gtk3
   lib32-at-spi2-atk
@@ -44,20 +44,14 @@
   git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
   gtk-query-immodules-3.0-32.hook
 )
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
 
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
 prepare() {
   cd gtk
 
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -66,13 +60,13 @@
 
   export CC='gcc -m32'
   export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
 --disable-schemas-compile \
 --enable-{broadway,wayland,x11}-backend \
 --disable-gtk-doc


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (6 files)

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:18:19
  Author: alucryd
Revision: 451820

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 451819, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 451819, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 451819, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  186 ++
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 104 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 14:18:10 UTC (rev 451819)
+++ PKGBUILD2019-04-16 14:18:19 UTC (rev 451820)
@@ -1,96 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.7
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url='http://www.gtk.org/'
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install='lib32-gtk3.install'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 451819, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 14:18:19 UTC (rev 451820)
@@ -0,0 +1,90 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.8
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install='lib32-gtk3.install'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/{etc,usr/{include,share}}
+  find 

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

2019-04-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, April 16, 2019 @ 14:15:06
  Author: ffy00
Revision: 451818

archrelease: copy trunk to community-any

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

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

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

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


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

2019-04-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, April 16, 2019 @ 14:14:46
  Author: ffy00
Revision: 451817

upgpkg: wine-mono 4.8.2-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:12:30 UTC (rev 451816)
+++ PKGBUILD2019-04-16 14:14:46 UTC (rev 451817)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b')
+sha512sums=('d37f6e26d3fbb78f79851c068cafc8c147eeae106465e202242db45a59c437ba60705b4f4d328ea994123a5f87da8c1d12714961bbc985015b398dbf8aacaf22')
 
 package() {
   install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:12:30
  Author: alucryd
Revision: 451816

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 14:12:22 UTC (rev 451815)
+++ PKGBUILD2019-04-16 14:12:30 UTC (rev 451816)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.66.0
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
-license=(LGPL)
-depends=(
-  lib32-glib-networking
-  lib32-krb5
-  lib32-libxml2
-  lib32-sqlite
-  lib32-libpsl
-  libsoup
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  meson
-  vala
-)
-source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson libsoup build \
---libdir='/usr/lib32'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 451815, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 14:12:30 UTC (rev 451816)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.66.1
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/libsoup
+license=(LGPL)
+depends=(
+  lib32-glib-networking
+  lib32-krb5
+  lib32-libxml2
+  lib32-sqlite
+  lib32-libpsl
+  libsoup
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  vala
+)
+source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson libsoup build \
+--libdir='/usr/lib32'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:12:22
  Author: alucryd
Revision: 451815

upgpkg: lib32-libsoup 2.66.1-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:10:40 UTC (rev 451814)
+++ PKGBUILD2019-04-16 14:12:22 UTC (rev 451815)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.66.0
+pkgver=2.66.1
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
 arch=(x86_64)


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:10:40
  Author: alucryd
Revision: 451814

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 14:10:33 UTC (rev 451813)
+++ PKGBUILD2019-04-16 14:10:40 UTC (rev 451814)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libqmi
-pkgver=1.22.2
-pkgrel=1
-pkgdesc='QMI modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libqmi/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libmbim' 'libqmi')
-makedepends=('git' 'python')
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libqmi
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libqmi
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-gtk-doc-html \
---disable-static
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libqmi install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libqmi/repos/multilib-x86_64/PKGBUILD (from rev 451813, 
lib32-libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 14:10:40 UTC (rev 451814)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libqmi
+pkgver=1.22.4
+pkgrel=1
+pkgdesc='QMI modem protocol helper library'
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/libqmi/
+license=(GPL2)
+depends=(
+  lib32-glib2
+  lib32-glibc
+  lib32-libmbim
+  libqmi
+)
+makedepends=(
+  git
+  python
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd libqmi
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libqmi
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-gtk-doc-html \
+--disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libqmi install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:10:33
  Author: alucryd
Revision: 451813

upgpkg: lib32-libqmi 1.22.4-1

Modified:
  lib32-libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:07:08 UTC (rev 451812)
+++ PKGBUILD2019-04-16 14:10:33 UTC (rev 451813)
@@ -2,16 +2,24 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libqmi
-pkgver=1.22.2
+pkgver=1.22.4
 pkgrel=1
 pkgdesc='QMI modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libqmi/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libmbim' 'libqmi')
-makedepends=('git' 'python')
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/libqmi/
+license=(GPL2)
+depends=(
+  lib32-glib2
+  lib32-glibc
+  lib32-libmbim
+  libqmi
+)
+makedepends=(
+  git
+  python
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd libqmi
@@ -23,14 +31,14 @@
   cd libqmi
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
 --disable-gtk-doc-html \
 --disable-static
   make


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:07:08
  Author: alucryd
Revision: 451812

archrelease: copy trunk to community-any

Added:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 451811, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 14:07:00 UTC (rev 451811)
+++ PKGBUILD2019-04-16 14:07:08 UTC (rev 451812)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='SQLAlchemy integration with marshmallow'
-url='https://marshmallow-sqlalchemy.readthedocs.io/'
-arch=('any')
-license=('MIT')
-depends=('python-marshmallow' 'python-sqlalchemy')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 
451811, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 14:07:08 UTC (rev 451812)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='SQLAlchemy integration with marshmallow'
+url=https://marshmallow-sqlalchemy.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-marshmallow
+  python-sqlalchemy
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:07:00
  Author: alucryd
Revision: 451811

upgpkg: python-marshmallow-sqlalchemy 0.16.2-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 14:03:49 UTC (rev 451810)
+++ PKGBUILD2019-04-16 14:07:00 UTC (rev 451811)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url=https://marshmallow-sqlalchemy.readthedocs.io/
@@ -16,7 +16,7 @@
   python-setuptools
 )
 
source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver})
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 build() {
   cd marshmallow-sqlalchemy


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:03:49
  Author: alucryd
Revision: 451810

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 14:03:41 UTC (rev 451809)
+++ PKGBUILD2019-04-16 14:03:49 UTC (rev 451810)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-libmbim
-pkgver=1.18.0
-pkgrel=1
-pkgdesc='MBIM modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libmbim/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
-makedepends=('git' 'python')
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libmbim
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libmbim
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/libmbim' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-gtk-doc-html \
---disable-static
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libmbim install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libmbim/repos/multilib-x86_64/PKGBUILD (from rev 451809, 
lib32-libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 14:03:49 UTC (rev 451810)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-libmbim
+pkgver=1.18.2
+pkgrel=1
+pkgdesc='MBIM modem protocol helper library'
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/libmbim/
+license=(GPL2)
+depends=(
+  lib32-glib2
+  lib32-glibc
+  lib32-libgudev
+  libmbim
+)
+makedepends=(
+  git
+  python
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd libmbim
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libmbim
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32/libmbim \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-gtk-doc-html \
+--disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libmbim install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 14:03:41
  Author: alucryd
Revision: 451809

upgpkg: lib32-libmbim 1.18.2-1

Modified:
  lib32-libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:56:16 UTC (rev 451808)
+++ PKGBUILD2019-04-16 14:03:41 UTC (rev 451809)
@@ -2,16 +2,24 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libmbim
-pkgver=1.18.0
+pkgver=1.18.2
 pkgrel=1
 pkgdesc='MBIM modem protocol helper library'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/libmbim/'
-license=('GPL2')
-depends=('lib32-glib2' 'lib32-glibc' 'lib32-libgudev' 'libmbim')
-makedepends=('git' 'python')
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/libmbim/
+license=(GPL2)
+depends=(
+  lib32-glib2
+  lib32-glibc
+  lib32-libgudev
+  libmbim
+)
+makedepends=(
+  git
+  python
+)
+source=(git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd libmbim
@@ -23,14 +31,14 @@
   cd libmbim
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/libmbim' \
---localstatedir='/var' \
---sysconfdir='/etc' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32/libmbim \
+--localstatedir=/var \
+--sysconfdir=/etc \
 --disable-gtk-doc-html \
 --disable-static
   make


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:56:16
  Author: felixonmars
Revision: 451808

archrelease: copy trunk to community-x86_64

Added:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 451807, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:56:00 UTC (rev 451807)
+++ PKGBUILD2019-04-16 13:56:16 UTC (rev 451808)
@@ -1,61 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.2
-pkgrel=1
-arch=('x86_64') # python2 package contain .so
-url="https://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('fbbcff21e722a26a914d701cce430fcc5dac503fffb65e385e86754f39b585b5a4c6b4914533bc4adfe48269130e9b5c1c8c539aa60481c721c2ce7cfedca1bf'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 451807, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:56:16 UTC (rev 451808)
@@ -0,0 +1,61 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.3.3
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="https://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('f8e0f580ba5cc7eaed985e5a3af8cdcc2dcd64bdf02b247242eeab542b5666a93d46166b5edb4b28af3b89df44bccfa92d5bf94cc0e173dbcd369ae6487c'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:56:00
  Author: felixonmars
Revision: 451807

upgpkg: python-sqlalchemy 1.3.3-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:52:31 UTC (rev 451806)
+++ PKGBUILD2019-04-16 13:56:00 UTC (rev 451807)
@@ -4,7 +4,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="https://www.sqlalchemy.org/;
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('fbbcff21e722a26a914d701cce430fcc5dac503fffb65e385e86754f39b585b5a4c6b4914533bc4adfe48269130e9b5c1c8c539aa60481c721c2ce7cfedca1bf'
+sha512sums=('f8e0f580ba5cc7eaed985e5a3af8cdcc2dcd64bdf02b247242eeab542b5666a93d46166b5edb4b28af3b89df44bccfa92d5bf94cc0e173dbcd369ae6487c'
 'SKIP')
 
 prepare() {


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:52:31
  Author: felixonmars
Revision: 451806

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:52:05 UTC (rev 451805)
+++ PKGBUILD2019-04-16 13:52:31 UTC (rev 451806)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.16.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('97cae46c7d9b6b5d0610dc07bc066f1e9cf84c794aff2577bf9c509fc42e1758968f1aa07744194b1a762818ff8af14faa3e8736a236c1fcd2a67ea4ca4789f8')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 451805, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:52:31 UTC (rev 451806)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.17.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+   

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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:52:05
  Author: felixonmars
Revision: 451805

upgpkg: python-hypothesis 4.17.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:56 UTC (rev 451804)
+++ PKGBUILD2019-04-16 13:52:05 UTC (rev 451805)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.16.0
+pkgver=4.17.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('97cae46c7d9b6b5d0610dc07bc066f1e9cf84c794aff2577bf9c509fc42e1758968f1aa07744194b1a762818ff8af14faa3e8736a236c1fcd2a67ea4ca4789f8')
+sha512sums=('f3e36a64f59f871044ddc0f9d6f618469cf687203bfe228908e5aaf462d8c7f652a677a28b49b0936fe20baf554392691120766dab3d9a76aa7428ad74f1751c')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:56
  Author: felixonmars
Revision: 451804

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 451803, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:38 UTC (rev 451803)
+++ PKGBUILD2019-04-16 13:39:56 UTC (rev 451804)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching;
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
-  'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
-
-prepare() {
-  cd flask-caching-$pkgver
-  sed -i 's/< *2.6/<3/' setup.py
-}
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 451803, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:56 UTC (rev 451804)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching;
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
+sha512sums=('84d2e9de3d7a5416cfbb453e900923f3221c3c073eb1354885f43a28ea6a669a8f2cee753064394f325ed5e1901ea0b56f778cd3c766dcff217fc6953e1e235e')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:38
  Author: felixonmars
Revision: 451803

upgpkg: python-flask-caching 1.7.1-1

Modified:
  python-flask-caching/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:36:27 UTC (rev 451802)
+++ PKGBUILD2019-04-16 13:39:38 UTC (rev 451803)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-caching
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Adds caching support to your Flask application"
 url="https://github.com/sh4nks/flask-caching;
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
   'python-redis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
+sha512sums=('84d2e9de3d7a5416cfbb453e900923f3221c3c073eb1354885f43a28ea6a669a8f2cee753064394f325ed5e1901ea0b56f778cd3c766dcff217fc6953e1e235e')
 
 prepare() {
   cd flask-caching-$pkgver


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:34
  Author: felixonmars
Revision: 350810

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:17 UTC (rev 350809)
+++ PKGBUILD2019-04-16 13:39:34 UTC (rev 350810)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="http://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('84da36cf798421528156a93c1b722fe604df5811a9db66244a9085af9ae17ce13d1e8057b3e53aa1af61acf457ce9d13ae240ebade3a7e60ea3cde1f1d9bf264'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 350809, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:34 UTC (rev 350810)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('2b40b96edba9f1ac0c2090e5677742c1f7578d5a55ab1c09aa4198493144e30c25d6179a7bdee2d3fa12410da6c3b1105d2d70af77d4265d679f577a7e711c63'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:17
  Author: felixonmars
Revision: 350809

upgpkg: python-mako 1.0.9-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:05 UTC (rev 350808)
+++ PKGBUILD2019-04-16 13:39:17 UTC (rev 350809)
@@ -2,7 +2,7 @@
 
 pkgbase=python-mako
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('84da36cf798421528156a93c1b722fe604df5811a9db66244a9085af9ae17ce13d1e8057b3e53aa1af61acf457ce9d13ae240ebade3a7e60ea3cde1f1d9bf264'
+sha512sums=('2b40b96edba9f1ac0c2090e5677742c1f7578d5a55ab1c09aa4198493144e30c25d6179a7bdee2d3fa12410da6c3b1105d2d70af77d4265d679f577a7e711c63'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:38:48
  Author: felixonmars
Revision: 350807

upgpkg: perl-module-build 0.4229-1

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 07:45:28 UTC (rev 350806)
+++ PKGBUILD2019-04-16 13:38:48 UTC (rev 350807)
@@ -3,8 +3,8 @@
 # Contributor: Alan Young 
 
 pkgname=perl-module-build
-pkgver=0.4224
-pkgrel=7
+pkgver=0.4229
+pkgrel=1
 pkgdesc="Build, test, and install Perl modules"
 arch=('any')
 url="http://search.cpan.org/dist/Module-Build;
@@ -13,7 +13,7 @@
 checkdepends=('perl-par-dist' 'perl-archive-zip')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f')
+sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
 
 build() {
   cd Module-Build-$pkgver


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:05
  Author: felixonmars
Revision: 350808

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 350807, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:38:48 UTC (rev 350807)
+++ PKGBUILD2019-04-16 13:39:05 UTC (rev 350808)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4224
-pkgrel=7
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 350807, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:05 UTC (rev 350808)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4229
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:36:27
  Author: felixonmars
Revision: 451802

archrelease: copy trunk to community-x86_64

Added:
  deepin-network-utils/repos/community-x86_64/PKGBUILD
(from rev 451801, deepin-network-utils/trunk/PKGBUILD)
Deleted:
  deepin-network-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:36:10 UTC (rev 451801)
+++ PKGBUILD2019-04-16 13:36:27 UTC (rev 451802)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-network-utils
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='DDE network utils'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-network-utils;
-license=('GPL3')
-depends=('deepin-qt-dbus-factory')
-makedepends=('qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
-sha512sums=('70d83f8bb61fe6fe1e09600b2b45c659f5f63e6026952cf9bbb6c9f07f8f08482128915e19bfcbe506a79bd750a520a12f7f5dbb2b20a2c4fd6953e68a542e16')
-
-build(){
-  cd dde-network-utils-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-network-utils-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-network-utils/repos/community-x86_64/PKGBUILD (from rev 451801, 
deepin-network-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:36:27 UTC (rev 451802)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-network-utils
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='DDE network utils'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-network-utils;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
+sha512sums=('622d2f3ac151310321e1ece46676e3fdf18632df54a92f2ef1e41c308bb9c044a356864ee4fb7fe5293addd156b41a98709314e058d65eb19c9ca5091b65eb69')
+
+build(){
+  cd dde-network-utils-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-network-utils-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:36:10
  Author: felixonmars
Revision: 451801

upgpkg: deepin-network-utils 0.1.4-1

Modified:
  deepin-network-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:35:56 UTC (rev 451800)
+++ PKGBUILD2019-04-16 13:36:10 UTC (rev 451801)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-network-utils
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='DDE network utils'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-network-utils/archive/$pkgver.tar.gz;)
-sha512sums=('70d83f8bb61fe6fe1e09600b2b45c659f5f63e6026952cf9bbb6c9f07f8f08482128915e19bfcbe506a79bd750a520a12f7f5dbb2b20a2c4fd6953e68a542e16')
+sha512sums=('622d2f3ac151310321e1ece46676e3fdf18632df54a92f2ef1e41c308bb9c044a356864ee4fb7fe5293addd156b41a98709314e058d65eb19c9ca5091b65eb69')
 
 build(){
   cd dde-network-utils-$pkgver


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:35:56
  Author: felixonmars
Revision: 451800

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:35:38 UTC (rev 451799)
+++ PKGBUILD2019-04-16 13:35:56 UTC (rev 451800)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.9.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('bbf8e0ea3198b9aa8a0f41c8fff009e8b448e2ae4871dd72b82db5c7c085b34b04af8a2fa4769078afd70cf2ca9f903599f7d9b99a02987c3c78bb0f30a80749')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 451799, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:35:56 UTC (rev 451800)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.9.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('5f7c5747f635e0fc0faba2bf6cbb1814040f027e8ebfab914a65a70c5b2a3ef0664aa8e0304c94627ae1af3325d1af6380e25fbe0bbb2b9fb61a746a22e4115d')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:35:38
  Author: felixonmars
Revision: 451799

upgpkg: deepin-dock 4.9.7-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:35:11 UTC (rev 451798)
+++ PKGBUILD2019-04-16 13:35:38 UTC (rev 451799)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.9.6
+pkgver=4.9.7
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('bbf8e0ea3198b9aa8a0f41c8fff009e8b448e2ae4871dd72b82db5c7c085b34b04af8a2fa4769078afd70cf2ca9f903599f7d9b99a02987c3c78bb0f30a80749')
+sha512sums=('5f7c5747f635e0fc0faba2bf6cbb1814040f027e8ebfab914a65a70c5b2a3ef0664aa8e0304c94627ae1af3325d1af6380e25fbe0bbb2b9fb61a746a22e4115d')
 
 build() {
   cd dde-dock-$pkgver


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:35:11
  Author: felixonmars
Revision: 451798

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 451797, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:34:54 UTC (rev 451797)
+++ PKGBUILD2019-04-16 13:35:11 UTC (rev 451798)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.3.11
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('deepin-qt5integration' 'freeimage' 'libexif' 'libraw' 'qt5-svg')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('083876a46329fff1e72012028f0ad572c9f4618dc8fd25d9da46f3694fbf77af8773da167603cc41248d74e8c9e306fe62a8129ad444a009b321be89f248cb82')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 451797, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:35:11 UTC (rev 451798)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.3.12
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'libexif' 'libraw' 'qt5-svg')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('a7efe75892eab449c101c46dbf84b887148aae349cd511e03b53e8b30de7add9b89654d5e217ea953129b6e75bd004a7a13835aa30577af0f46928252f00f416')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:34:54
  Author: felixonmars
Revision: 451797

upgpkg: deepin-image-viewer 1.3.12-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:34:20 UTC (rev 451796)
+++ PKGBUILD2019-04-16 13:34:54 UTC (rev 451797)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.3.11
+pkgver=1.3.12
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 'deepin-shortcut-viewer: for shortcut display')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('083876a46329fff1e72012028f0ad572c9f4618dc8fd25d9da46f3694fbf77af8773da167603cc41248d74e8c9e306fe62a8129ad444a009b321be89f248cb82')
+sha512sums=('a7efe75892eab449c101c46dbf84b887148aae349cd511e03b53e8b30de7add9b89654d5e217ea953129b6e75bd004a7a13835aa30577af0f46928252f00f416')
 
 build() {
   cd deepin-image-viewer-$pkgver


[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:34:20
  Author: felixonmars
Revision: 451796

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 451795, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:34:04 UTC (rev 451795)
+++ PKGBUILD2019-04-16 13:34:20 UTC (rev 451796)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.91
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('4d084e461860d31686459789bb4d68fc1dd9e73b24f32de5487c4e1622bd80b8c6ca430a0405136c6d46bd577f6ad980a4d63ab7cac6adad74cca172728dd3e0')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 451795, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:34:20 UTC (rev 451796)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.92
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('81034a9907cd1a872949ac4ec9bb65b25e5cb06c222048c4f783c57c208066d5db3d3836f6a0b56754667016d0db93b3905734df798389623a4308d772e4bf62')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:33:53
  Author: felixonmars
Revision: 451794

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:33:33 UTC (rev 451793)
+++ PKGBUILD2019-04-16 13:33:53 UTC (rev 451794)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.9.12
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('10f65a9a4816b43c15710ca3630354c2cd84549eec474aa42e07ad25d38c10edb34664d485ed9362a54ae4d707c0807e321c19ea629dbf307e2d2bd15c1aa2ed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
-../dde-control-center-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 451793, 
deepin-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:33:53 UTC (rev 451794)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.9.13
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('c98e62a889212532d8d26a9c465677e93bfe9bf05fed15c7d7d636642470b0ef352dabfdcc984134c771c558871e639fe3b8a90889c21d01559f7afabfbb3e09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
+../dde-control-center-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:34:04
  Author: felixonmars
Revision: 451795

upgpkg: python-ruamel-yaml 0.15.92-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:33:53 UTC (rev 451794)
+++ PKGBUILD2019-04-16 13:34:04 UTC (rev 451795)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.91
+pkgver=0.15.92
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('4d084e461860d31686459789bb4d68fc1dd9e73b24f32de5487c4e1622bd80b8c6ca430a0405136c6d46bd577f6ad980a4d63ab7cac6adad74cca172728dd3e0')
+sha512sums=('81034a9907cd1a872949ac4ec9bb65b25e5cb06c222048c4f783c57c208066d5db3d3836f6a0b56754667016d0db93b3905734df798389623a4308d772e4bf62')
 
 package() {
   depends=('python')


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:33:33
  Author: felixonmars
Revision: 451793

upgpkg: deepin-control-center 4.9.13-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:33:22 UTC (rev 451792)
+++ PKGBUILD2019-04-16 13:33:33 UTC (rev 451793)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.9.12
+pkgver=4.9.13
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('10f65a9a4816b43c15710ca3630354c2cd84549eec474aa42e07ad25d38c10edb34664d485ed9362a54ae4d707c0807e321c19ea629dbf307e2d2bd15c1aa2ed')
+sha512sums=('c98e62a889212532d8d26a9c465677e93bfe9bf05fed15c7d7d636642470b0ef352dabfdcc984134c771c558871e639fe3b8a90889c21d01559f7afabfbb3e09')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:33:22
  Author: alucryd
Revision: 451792

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 451791, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:33:14 UTC (rev 451791)
+++ PKGBUILD2019-04-16 13:33:22 UTC (rev 451792)
@@ -1,43 +0,0 @@
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.32.0
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=(x86_64)
-url=https://www.gnome.org
-license=(GPL2)
-depends=(
-  at-spi2-core
-  lib32-dbus
-  lib32-glib2
-  lib32-libxtst
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  meson
-)
-source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_${pkgver//./_})
-sha256sums=(SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson at-spi2-core build \
---libdir=/usr/lib32 \
--Denable_docs=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -r "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 451791, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:33:22 UTC (rev 451792)
@@ -0,0 +1,43 @@
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.32.1
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=(x86_64)
+url=https://www.gnome.org
+license=(GPL2)
+depends=(
+  at-spi2-core
+  lib32-dbus
+  lib32-glib2
+  lib32-libxtst
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  intltool
+  meson
+)
+source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_${pkgver//./_})
+sha256sums=(SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson at-spi2-core build \
+--libdir=/usr/lib32 \
+-Denable_docs=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -r "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:33:14
  Author: alucryd
Revision: 451791

upgpkg: lib32-at-spi2-core 2.32.1-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:32:53 UTC (rev 451790)
+++ PKGBUILD2019-04-16 13:33:14 UTC (rev 451791)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.32.0
+pkgver=2.32.1
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=(x86_64)
@@ -27,7 +27,7 @@
 
 build() {
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   arch-meson at-spi2-core build \
 --libdir=/usr/lib32 \


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:32:53
  Author: felixonmars
Revision: 451790

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:32:20 UTC (rev 451789)
+++ PKGBUILD2019-04-16 13:32:53 UTC (rev 451790)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.172
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:32:20
  Author: felixonmars
Revision: 451789

upgpkg: jenkins 2.173-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:30:18 UTC (rev 451788)
+++ PKGBUILD2019-04-16 13:32:20 UTC (rev 451789)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.172
+pkgver=2.173
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('a6dfd08fcbee88e3655233a7c27ab102707d2b9634106dd1feac131754edda86aea703f28886cca4c9c7ac0765c16f3dbca7b6e4047dac5f7a250c20d47f8bc5'
+sha512sums=('11d681fb4bb8c5b1a1a38446741ef1c8fa13cb891e81cf3f697f5dbea66dd649aa83cecece413107bef9bd97303912f9f933d9dfc151c49ce13321ab4b233410'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:30:18
  Author: alucryd
Revision: 451788

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 451787, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:30:11 UTC (rev 451787)
+++ PKGBUILD2019-04-16 13:30:18 UTC (rev 451788)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
-license=(GPL)
-depends=(
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-dbus
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'flatpak: Flatpak Portal'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'python-wikipedia: Wikipedia support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir='lib/lollypop'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 451787, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:30:18 UTC (rev 451788)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/gnumdk/lollypop
+license=(GPL)
+depends=(
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-dbus
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'flatpak: Flatpak Portal'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'python-wikipedia: Wikipedia support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:30:08
  Author: felixonmars
Revision: 451786

archrelease: copy trunk to community-x86_64

Added:
  btfs/repos/community-x86_64/PKGBUILD
(from rev 451785, btfs/trunk/PKGBUILD)
Deleted:
  btfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:29:50 UTC (rev 451785)
+++ PKGBUILD2019-04-16 13:30:08 UTC (rev 451786)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.18
-pkgrel=5
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('x86_64')
-url="https://github.com/johang/btfs;
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
-sha512sums=('d29f3816527c1eed105b45da559d025d61c8652144358227ed0ca3e516582cd8186fdcdf730b19fde6e7e9db1477690237444d2efe7c740f81f91032f1a12f86')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 451785, 
btfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:30:08 UTC (rev 451786)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.19
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('x86_64')
+url="https://github.com/johang/btfs;
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
+sha512sums=('e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:30:11
  Author: alucryd
Revision: 451787

upgpkg: lollypop 1.0.6-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:30:08 UTC (rev 451786)
+++ PKGBUILD2019-04-16 13:30:11 UTC (rev 451787)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.0.3
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
@@ -41,11 +41,11 @@
   'youtube-dl: Youtube support'
 )
 source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 build() {
   arch-meson lollypop build \
---libexecdir='lib/lollypop'
+--libexecdir=lib/lollypop
   ninja -C build
 }
 


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:29:50
  Author: felixonmars
Revision: 451785

upgpkg: btfs 2.19-1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:29:32 UTC (rev 451784)
+++ PKGBUILD2019-04-16 13:29:50 UTC (rev 451785)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=btfs
-pkgver=2.18
-pkgrel=5
+pkgver=2.19
+pkgrel=1
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('x86_64')
 url="https://github.com/johang/btfs;
@@ -11,7 +11,7 @@
 makedepends=('boost')
 optdepends=('python2: for btplay')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz;)
-sha512sums=('d29f3816527c1eed105b45da559d025d61c8652144358227ed0ca3e516582cd8186fdcdf730b19fde6e7e9db1477690237444d2efe7c740f81f91032f1a12f86')
+sha512sums=('e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:29:32
  Author: felixonmars
Revision: 451784

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 451783, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:29:07 UTC (rev 451783)
+++ PKGBUILD2019-04-16 13:29:32 UTC (rev 451784)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.0.3
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('daa6b2040e2f76d551b83a35d431054ac0ff485b015d005165985b4464889266265645a350b9ff18631d1b5d0a56a91a1a77658df6930fc74a8d681c7a33bc60')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 451783, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:29:32 UTC (rev 451784)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.1.0
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('df88e9b8eaf10ee7fe3ba896d49a604d10c5ca7519d6212ab58aee06a877e6020236337cc7e2e955c3c0730ccb3e2f5553a99d037ca6fb1db7de769e38e4')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:29:07
  Author: felixonmars
Revision: 451783

upgpkg: ts-node 8.1.0-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:28:57 UTC (rev 451782)
+++ PKGBUILD2019-04-16 13:29:07 UTC (rev 451783)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.0.3
+pkgver=8.1.0
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('daa6b2040e2f76d551b83a35d431054ac0ff485b015d005165985b4464889266265645a350b9ff18631d1b5d0a56a91a1a77658df6930fc74a8d681c7a33bc60')
+sha512sums=('df88e9b8eaf10ee7fe3ba896d49a604d10c5ca7519d6212ab58aee06a877e6020236337cc7e2e955c3c0730ccb3e2f5553a99d037ca6fb1db7de769e38e4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in golang-deepin-gir/repos/community-any (4 files)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:28:57
  Author: felixonmars
Revision: 451782

archrelease: copy trunk to community-any

Added:
  golang-deepin-gir/repos/community-any/PKGBUILD
(from rev 451781, golang-deepin-gir/trunk/PKGBUILD)
  golang-deepin-gir/repos/community-any/SettingsBackendLike.patch
(from rev 451781, golang-deepin-gir/trunk/SettingsBackendLike.patch)
Deleted:
  golang-deepin-gir/repos/community-any/PKGBUILD
  golang-deepin-gir/repos/community-any/SettingsBackendLike.patch

---+
 PKGBUILD  |  112 ++--
 SettingsBackendLike.patch |   84 -
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:28:36 UTC (rev 451781)
+++ PKGBUILD2019-04-16 13:28:57 UTC (rev 451782)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=golang-deepin-gir
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('any')
-url="https://github.com/linuxdeepin/go-gir-generator;
-license=('GPL3')
-depends=('gtk3' 'libgudev')
-makedepends=('go-pie' 'gobject-introspection')
-checkdepends=('golang-gopkg-check.v1')
-provides=('deepin-gir-generator')
-conflicts=('deepin-gir-generator')
-replaces=('deepin-gir-generator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
-SettingsBackendLike.patch)
-sha512sums=('859b11160be3172e9ffea9120af218808edfb4d2dc5afeb17858e77be9f0a2053b90d3ed50a946251d53ede48f0a4735756fa78babc180a3b1c3392f811b25f7'
-
'bd97770e2a345bc1fe4248238f13bd741c157629c5e097c56039326fe7fa4d550c8030272c18c2adc1c0dce35dd72c8d4e6fc394bf4d659076794e6a375d045a')
-
-prepare() {
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-
-  # Should be fixed upstream
-  mkdir -p 
go-gir-generator-$pkgver/out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
-
-  # Our gobject-introspection is too new
-  # https://cr.deepin.io/#/c/16880/
-  patch -d go-gir-generator-$pkgver -p1 -i ../SettingsBackendLike.patch
-}
-
-build() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd go-gir-generator-$pkgver
-  rm -r gogtk-demo
-  make
-
-  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
-}
-
-check() {
-  # https://github.com/linuxdeepin/developer-center/issues/955
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd "$srcdir"/build/src/pkg.deepin.io/gir
-  go test -v $(go list ./...) || warning "Tests failed"
-
-  cd "$srcdir"/go-gir-generator-$pkgver
-  go run test/memory.go
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/build/src/pkg.deepin.io/gir 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/
-}

Copied: golang-deepin-gir/repos/community-any/PKGBUILD (from rev 451781, 
golang-deepin-gir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:28:57 UTC (rev 451782)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-deepin-gir
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('any')
+url="https://github.com/linuxdeepin/go-gir-generator;
+license=('GPL3')
+depends=('gtk3' 'libgudev')
+makedepends=('go-pie' 'gobject-introspection')
+checkdepends=('golang-gopkg-check.v1')
+provides=('deepin-gir-generator')
+conflicts=('deepin-gir-generator')
+replaces=('deepin-gir-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
+SettingsBackendLike.patch)
+sha512sums=('1609916b1da50e396857b140e2b788bec40fe51a37793d548394a210a2bfb6d19bd8076726122b29bb53fa521e22186b65e698bf3368ae611dd56b93920c9e88'
+
'bd97770e2a345bc1fe4248238f13bd741c157629c5e097c56039326fe7fa4d550c8030272c18c2adc1c0dce35dd72c8d4e6fc394bf4d659076794e6a375d045a')
+
+prepare() {
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+
+  # Should be fixed upstream
+  mkdir -p 
go-gir-generator-$pkgver/out/src/pkg.deepin.io/gir/{glib-2.0,gobject-2.0,gio-2.0,gudev-1.0}
+
+  # Our gobject-introspection is too new
+  # https://cr.deepin.io/#/c/16880/
+  patch -d go-gir-generator-$pkgver -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd go-gir-generator-$pkgver
+  rm -r gogtk-demo
+  make
+
+  mv out/src/pkg.deepin.io/gir "$srcdir"/build/src/pkg.deepin.io/
+}
+
+check() {
+  # https://github.com/linuxdeepin/developer-center/issues/955
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/pkg.deepin.io/gir
+  go test -v $(go list ./...) || warning "Tests failed"
+
+  cd "$srcdir"/go-gir-generator-$pkgver
+  go run test/memory.go
+}
+
+package() {
+  

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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:28:36
  Author: felixonmars
Revision: 451781

upgpkg: golang-deepin-gir 2.0.1-1

Modified:
  golang-deepin-gir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 13:25:14 UTC (rev 451780)
+++ PKGBUILD2019-04-16 13:28:36 UTC (rev 451781)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=golang-deepin-gir
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=('deepin-gir-generator')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
 SettingsBackendLike.patch)
-sha512sums=('859b11160be3172e9ffea9120af218808edfb4d2dc5afeb17858e77be9f0a2053b90d3ed50a946251d53ede48f0a4735756fa78babc180a3b1c3392f811b25f7'
+sha512sums=('1609916b1da50e396857b140e2b788bec40fe51a37793d548394a210a2bfb6d19bd8076726122b29bb53fa521e22186b65e698bf3368ae611dd56b93920c9e88'
 
'bd97770e2a345bc1fe4248238f13bd741c157629c5e097c56039326fe7fa4d550c8030272c18c2adc1c0dce35dd72c8d4e6fc394bf4d659076794e6a375d045a')
 
 prepare() {


[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:25:14
  Author: alucryd
Revision: 451780

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 451779, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:25:07 UTC (rev 451779)
+++ PKGBUILD2019-04-16 13:25:14 UTC (rev 451780)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.60.0.1
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='https://git.gnome.org/browse/glib-networking/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'git' 'intltool' 'meson')
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson glib-networking build \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 451779, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:25:14 UTC (rev 451780)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.60.1
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=(x86_64)
+url=https://git.gnome.org/browse/glib-networking/
+license=(GPL2)
+depends=(
+  glib-networking
+  lib32-glib2
+  lib32-gnutls
+  lib32-libproxy
+)
+makedepends=(
+  ca-certificates
+  git
+  intltool
+  meson
+)
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson glib-networking build \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32/glib-networking
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 13:25:07
  Author: alucryd
Revision: 451779

upgpkg: lib32-glib-networking 2.60.1-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 12:20:24 UTC (rev 451778)
+++ PKGBUILD2019-04-16 13:25:07 UTC (rev 451779)
@@ -2,24 +2,34 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.60.0.1
+pkgver=2.60.1
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
-arch=('x86_64')
-url='https://git.gnome.org/browse/glib-networking/'
-license=('GPL2')
-depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
-makedepends=('ca-certificates' 'gcc-multilib' 'git' 'intltool' 'meson')
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://git.gnome.org/browse/glib-networking/
+license=(GPL2)
+depends=(
+  glib-networking
+  lib32-glib2
+  lib32-gnutls
+  lib32-libproxy
+)
+makedepends=(
+  ca-certificates
+  git
+  intltool
+  meson
+)
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   arch-meson glib-networking build \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/glib-networking'
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32/glib-networking
   ninja -C build
 }
 


[arch-commits] Commit in ams/trunk (13 files)

2019-04-16 Thread David Runge via arch-commits
Date: Tuesday, April 16, 2019 @ 12:20:10
  Author: dvzrv
Revision: 451777

upgpkg: ams 2.1.2-4

Adding latest upstream patches to be compatible with C++11 and Qt5. Dropping 
.desktop file in favor of generating it from scratch. Adding 
{mcp,rev,vco}-plugins to optdepends (for examples).

Added:
  ams/trunk/0001-Use-iterator-instead-of-typeof.patch
  ams/trunk/0002-Fix-obsolete-white-spaces.patch
  ams/trunk/0003-Fix-compiler-warning.patch
  ams/trunk/0004-Fix-compiler-warnings.patch
  ams/trunk/0005-Add-git-config-file-for-files-to-be-ignored.patch
  ams/trunk/0006-Make-vocoder-module-compatible-to-C-11.patch
  ams/trunk/0007-Update-translation-files.patch
  ams/trunk/0008-Update-INSTALL-file.patch
  ams/trunk/0009-Select-Qt5-as-default-instead-of-Qt4.patch
  ams/trunk/0010-Remove-warnings-about-not-find-translation-files.patch
  ams/trunk/0011-Remove-obsolete-typecast.patch
Modified:
  ams/trunk/PKGBUILD
Deleted:
  ams/trunk/ams.desktop

-+
 0001-Use-iterator-instead-of-typeof.patch   |   32 
 0002-Fix-obsolete-white-spaces.patch|   25 
 0003-Fix-compiler-warning.patch |   47 
 0004-Fix-compiler-warnings.patch|   60 +
 0005-Add-git-config-file-for-files-to-be-ignored.patch  |   51 
 0006-Make-vocoder-module-compatible-to-C-11.patch   |  523 +
 0007-Update-translation-files.patch |  379 +++
 0008-Update-INSTALL-file.patch  |  535 ++
 0009-Select-Qt5-as-default-instead-of-Qt4.patch |   31 
 0010-Remove-warnings-about-not-find-translation-files.patch |   35 
 0011-Remove-obsolete-typecast.patch |   25 
 PKGBUILD|   78 -
 ams.desktop |9 
 13 files changed, 1796 insertions(+), 34 deletions(-)

Added: 0001-Use-iterator-instead-of-typeof.patch
===
--- 0001-Use-iterator-instead-of-typeof.patch   (rev 0)
+++ 0001-Use-iterator-instead-of-typeof.patch   2019-04-16 12:20:10 UTC (rev 
451777)
@@ -0,0 +1,32 @@
+From b8cf05aeb294ddcd06d79c6e838de84cf32f581b Mon Sep 17 00:00:00 2001
+From: Guido Scholz 
+Date: Tue, 6 Nov 2018 21:35:48 +0100
+Subject: [PATCH 01/11] Use iterator instead of typeof
+
+---
+ src/m_pcmout.cpp | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/src/m_pcmout.cpp b/src/m_pcmout.cpp
+index 47624b2..1efb4fe 100644
+--- a/src/m_pcmout.cpp
 b/src/m_pcmout.cpp
+@@ -54,9 +54,12 @@ void M_pcmout::mcAbleChanged(MidiControllableBase *mcAble)
+   else
+ QTextStream() << "K. " << ag;
+ 
+-  for (typeof(mcAble->mcws.constBegin()) mcw = mcAble->mcws.constBegin();
+-   mcw != mcAble->mcws.constEnd();  mcw++) {
+-MidiComboBox *b = dynamic_cast(*mcw);
++  QList::const_iterator it;
++  for (it = mcAble->mcws.constBegin(); it != mcAble->mcws.constEnd(); ++it) {
++  //for (typeof(mcAble->mcws.constBegin()) mcw = mcAble->mcws.constBegin();
++  // mcw != mcAble->mcws.constEnd();  mcw++) {
++//MidiComboBox *b = dynamic_cast(*mcw);
++MidiComboBox *b = dynamic_cast(*it);
+ if (b) {
+   b->comboBox->setItemText(2, i3Name);
+   b->comboBox->update();
+-- 
+2.21.0
+

Added: 0002-Fix-obsolete-white-spaces.patch
===
--- 0002-Fix-obsolete-white-spaces.patch(rev 0)
+++ 0002-Fix-obsolete-white-spaces.patch2019-04-16 12:20:10 UTC (rev 
451777)
@@ -0,0 +1,25 @@
+From 4f4c8e873682f10eeddb0bc86e08f3b64b5dcb68 Mon Sep 17 00:00:00 2001
+From: Guido Scholz 
+Date: Tue, 6 Nov 2018 21:38:35 +0100
+Subject: [PATCH 02/11] Fix obsolete white spaces
+
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 15cc3af..94ccbc3 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -278,7 +278,7 @@ SUFFIXES = _moc.cpp
+ 
+ # rule for translation file updates
+ $(translations): $(ams_SOURCES)
+-  $(LUPDATE) -verbose $(ams_SOURCES) -ts $@
++  $(LUPDATE) -verbose $(ams_SOURCES) -ts $@
+ 
+ # rule to generate binary translation files
+ .ts.qm: $(translations)
+-- 
+2.21.0
+

Added: 0003-Fix-compiler-warning.patch
===
--- 0003-Fix-compiler-warning.patch (rev 0)
+++ 0003-Fix-compiler-warning.patch 2019-04-16 12:20:10 UTC (rev 451777)
@@ -0,0 +1,47 @@
+From e797faaa5a11ab47e512cbbff634b5e8cb778abf Mon Sep 17 00:00:00 2001
+From: Guido Scholz 
+Date: Tue, 6 Nov 2018 21:41:10 +0100
+Subject: [PATCH 03/11] Fix compiler warning
+
+---
+ src/synthdata.cpp | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git 

[arch-commits] Commit in ams/repos/community-x86_64 (16 files)

2019-04-16 Thread David Runge via arch-commits
Date: Tuesday, April 16, 2019 @ 12:20:24
  Author: dvzrv
Revision: 451778

archrelease: copy trunk to community-x86_64

Added:
  ams/repos/community-x86_64/0001-Use-iterator-instead-of-typeof.patch
(from rev 451777, ams/trunk/0001-Use-iterator-instead-of-typeof.patch)
  ams/repos/community-x86_64/0002-Fix-obsolete-white-spaces.patch
(from rev 451777, ams/trunk/0002-Fix-obsolete-white-spaces.patch)
  ams/repos/community-x86_64/0003-Fix-compiler-warning.patch
(from rev 451777, ams/trunk/0003-Fix-compiler-warning.patch)
  ams/repos/community-x86_64/0004-Fix-compiler-warnings.patch
(from rev 451777, ams/trunk/0004-Fix-compiler-warnings.patch)
  
ams/repos/community-x86_64/0005-Add-git-config-file-for-files-to-be-ignored.patch
(from rev 451777, 
ams/trunk/0005-Add-git-config-file-for-files-to-be-ignored.patch)
  ams/repos/community-x86_64/0006-Make-vocoder-module-compatible-to-C-11.patch
(from rev 451777, 
ams/trunk/0006-Make-vocoder-module-compatible-to-C-11.patch)
  ams/repos/community-x86_64/0007-Update-translation-files.patch
(from rev 451777, ams/trunk/0007-Update-translation-files.patch)
  ams/repos/community-x86_64/0008-Update-INSTALL-file.patch
(from rev 451777, ams/trunk/0008-Update-INSTALL-file.patch)
  ams/repos/community-x86_64/0009-Select-Qt5-as-default-instead-of-Qt4.patch
(from rev 451777, ams/trunk/0009-Select-Qt5-as-default-instead-of-Qt4.patch)
  
ams/repos/community-x86_64/0010-Remove-warnings-about-not-find-translation-files.patch
(from rev 451777, 
ams/trunk/0010-Remove-warnings-about-not-find-translation-files.patch)
  ams/repos/community-x86_64/0011-Remove-obsolete-typecast.patch
(from rev 451777, ams/trunk/0011-Remove-obsolete-typecast.patch)
  ams/repos/community-x86_64/PKGBUILD
(from rev 451777, ams/trunk/PKGBUILD)
  ams/repos/community-x86_64/ams.png
(from rev 451777, ams/trunk/ams.png)
Deleted:
  ams/repos/community-x86_64/PKGBUILD
  ams/repos/community-x86_64/ams.desktop
  ams/repos/community-x86_64/ams.png

-+
 0001-Use-iterator-instead-of-typeof.patch   |   32 
 0002-Fix-obsolete-white-spaces.patch|   25 
 0003-Fix-compiler-warning.patch |   47 
 0004-Fix-compiler-warnings.patch|   60 +
 0005-Add-git-config-file-for-files-to-be-ignored.patch  |   51 
 0006-Make-vocoder-module-compatible-to-C-11.patch   |  523 +
 0007-Update-translation-files.patch |  379 +++
 0008-Update-INSTALL-file.patch  |  535 ++
 0009-Select-Qt5-as-default-instead-of-Qt4.patch |   31 
 0010-Remove-warnings-about-not-find-translation-files.patch |   35 
 0011-Remove-obsolete-typecast.patch |   25 
 PKGBUILD|  137 +-
 ams.desktop |9 
 13 files changed, 1825 insertions(+), 64 deletions(-)

Copied: ams/repos/community-x86_64/0001-Use-iterator-instead-of-typeof.patch 
(from rev 451777, ams/trunk/0001-Use-iterator-instead-of-typeof.patch)
===
--- 0001-Use-iterator-instead-of-typeof.patch   (rev 0)
+++ 0001-Use-iterator-instead-of-typeof.patch   2019-04-16 12:20:24 UTC (rev 
451778)
@@ -0,0 +1,32 @@
+From b8cf05aeb294ddcd06d79c6e838de84cf32f581b Mon Sep 17 00:00:00 2001
+From: Guido Scholz 
+Date: Tue, 6 Nov 2018 21:35:48 +0100
+Subject: [PATCH 01/11] Use iterator instead of typeof
+
+---
+ src/m_pcmout.cpp | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/src/m_pcmout.cpp b/src/m_pcmout.cpp
+index 47624b2..1efb4fe 100644
+--- a/src/m_pcmout.cpp
 b/src/m_pcmout.cpp
+@@ -54,9 +54,12 @@ void M_pcmout::mcAbleChanged(MidiControllableBase *mcAble)
+   else
+ QTextStream() << "K. " << ag;
+ 
+-  for (typeof(mcAble->mcws.constBegin()) mcw = mcAble->mcws.constBegin();
+-   mcw != mcAble->mcws.constEnd();  mcw++) {
+-MidiComboBox *b = dynamic_cast(*mcw);
++  QList::const_iterator it;
++  for (it = mcAble->mcws.constBegin(); it != mcAble->mcws.constEnd(); ++it) {
++  //for (typeof(mcAble->mcws.constBegin()) mcw = mcAble->mcws.constBegin();
++  // mcw != mcAble->mcws.constEnd();  mcw++) {
++//MidiComboBox *b = dynamic_cast(*mcw);
++MidiComboBox *b = dynamic_cast(*it);
+ if (b) {
+   b->comboBox->setItemText(2, i3Name);
+   b->comboBox->update();
+-- 
+2.21.0
+

Copied: ams/repos/community-x86_64/0002-Fix-obsolete-white-spaces.patch (from 
rev 451777, ams/trunk/0002-Fix-obsolete-white-spaces.patch)
===
--- 0002-Fix-obsolete-white-spaces.patch(rev 0)
+++ 0002-Fix-obsolete-white-spaces.patch2019-04-16 12:20:24 UTC (rev 
451778)
@@ -0,0 +1,25 @@

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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 12:12:24
  Author: alucryd
Revision: 451775

upgpkg: renpy 7.2.2-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 12:06:00 UTC (rev 451774)
+++ PKGBUILD2019-04-16 12:12:24 UTC (rev 451775)
@@ -9,7 +9,7 @@
   renpy
   renpy-demos
 )
-pkgver=7.2.0
+pkgver=7.2.2
 pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=(x86_64)
@@ -29,7 +29,7 @@
   renpy.png
   renpy-system-fribidi.patch
 )
-sha256sums=('251eb67b96cbc3db3e387455ce478503ae8ed8e362d2e9e96ef4ff3360eddfde'
+sha256sums=('a7cdd7404e4fbed5c8f1c8f4a3bafea2079c58f62c4acb52e18fc46b819f172d'
 'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
 '611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 12:12:35
  Author: alucryd
Revision: 451776

archrelease: copy trunk to community-x86_64

Added:
  renpy/repos/community-x86_64/PKGBUILD
(from rev 451775, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 451775, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
(from rev 451775, renpy/trunk/renpy-system-fribidi.patch)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 451775, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 451775, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy-system-fribidi.patch
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 PKGBUILD   |  178 +--
 renpy  |   10 +-
 renpy-system-fribidi.patch |   96 +++
 renpy.desktop  |   18 ++--
 4 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 12:12:24 UTC (rev 451775)
+++ PKGBUILD2019-04-16 12:12:35 UTC (rev 451776)
@@ -1,89 +0,0 @@
-# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=(
-  renpy
-  renpy-demos
-)
-pkgver=7.2.0
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=(x86_64)
-url=https://www.renpy.org
-license=(MIT)
-depends=(
-  ffmpeg
-  glew
-  python2-pygame-sdl2
-)
-makedepends=(cython2)
-optdepends=('atom: Default editor')
-source=(
-  https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
-  renpy
-  renpy.desktop
-  renpy.png
-  renpy-system-fribidi.patch
-)
-sha256sums=('251eb67b96cbc3db3e387455ce478503ae8ed8e362d2e9e96ef4ff3360eddfde'
-'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
-'c82d57331b8146ac3f76579f95e7cdca559f84919f96b35e9b19c25a5e2128b5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i atom/Atom.edit.py launcher/game/tkaskdir.py
-
-  patch -Np1 -i ../renpy-system-fribidi.patch
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=(
-'renpy-demos: Tutorial and The Question demos'
-'tk: Set projects directory'
-  )
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1' --skip-build
-
-  install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
-
-  cp -dr --no-preserve='ownership' atom doc gui launcher renpy renpy.py 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
-  install -Dm 644 ../renpy.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 644 ../renpy.png -t "${pkgdir}"/usr/share/pixmaps/
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=(renpy)
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-x86_64/PKGBUILD (from rev 451775, 
renpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 12:12:35 UTC (rev 451776)
@@ -0,0 +1,89 @@
+# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=(
+  renpy
+  renpy-demos
+)
+pkgver=7.2.2
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=(x86_64)
+url=https://www.renpy.org
+license=(MIT)
+depends=(
+  ffmpeg
+  glew
+  python2-pygame-sdl2
+)
+makedepends=(cython2)
+optdepends=('atom: Default editor')
+source=(
+  https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
+  renpy
+  renpy.desktop
+  renpy.png
+  renpy-system-fribidi.patch
+)
+sha256sums=('a7cdd7404e4fbed5c8f1c8f4a3bafea2079c58f62c4acb52e18fc46b819f172d'
+'e10630ec0b5d0e479f20b15a4f5ceec8e6992dd8cbc7d3cd5c487da380858a28'
+'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
+'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5'
+

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

2019-04-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 16, 2019 @ 12:06:00
  Author: archange
Revision: 451774

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 451773, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 451773, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 451773, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  156 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 12:05:41 UTC (rev 451773)
+++ PKGBUILD2019-04-16 12:06:00 UTC (rev 451774)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im;
-_url="https://github.com/vector-im/riot-web;
-license=('Apache')
-makedepends=('npm' 'git' 'yarn')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('0b1b58b0ac69e6c27bc67b16cb74dc663d3f76fde19b578e3be77e41824cd12b'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 451773, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 12:06:00 UTC (rev 451774)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im;
+license=(Apache)
+makedepends=(npm git yarn)
+_url="https://github.com/vector-im/riot-web;
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+  

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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 12:05:32
  Author: alucryd
Revision: 451772

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 12:05:10 UTC (rev 451771)
+++ PKGBUILD2019-04-16 12:05:32 UTC (rev 451772)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-makedepends=('git')
-source=("git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd wayland
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd wayland
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-documentation \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C wayland install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 451771, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 12:05:32 UTC (rev 451772)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=(x86_64)
+url=https://wayland.freedesktop.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libffi
+  lib32-expat
+  lib32-libxml2
+  wayland
+)
+makedepends=(git)
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd wayland
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd wayland
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-documentation \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C wayland install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 16, 2019 @ 12:05:41
  Author: archange
Revision: 451773

upgpkg: riot 1.0.8-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 12:05:32 UTC (rev 451772)
+++ PKGBUILD2019-04-16 12:05:41 UTC (rev 451773)
@@ -1,25 +1,25 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Maintainer: Bruno Pagani 
 # Contributor: Luca Weiss 
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
+arch=(any)
 url="https://riot.im;
+license=(Apache)
+makedepends=(npm git yarn)
 _url="https://github.com/vector-im/riot-web;
-license=('Apache')
-makedepends=('npm' 'git' 'yarn')
 source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('0b1b58b0ac69e6c27bc67b16cb74dc663d3f76fde19b578e3be77e41824cd12b'
+sha256sums=('f1c2711f3f177a4285d8d0e6bf664127aaf3e763f16bac5e36b46a1fff65db32'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
+validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
 prepare() {
   cd ${pkgbase}-web-${pkgver}


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 12:05:10
  Author: alucryd
Revision: 451771

upgpkg: lib32-wayland 1.17.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 12:01:59 UTC (rev 451770)
+++ PKGBUILD2019-04-16 12:05:10 UTC (rev 451771)
@@ -4,16 +4,22 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-makedepends=('git')
-source=("git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://wayland.freedesktop.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libffi
+  lib32-expat
+  lib32-libxml2
+  wayland
+)
+makedepends=(git)
+source=(git+https://gitlab.freedesktop.org/wayland/wayland.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd wayland
@@ -25,11 +31,11 @@
   cd wayland
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
+--prefix=/usr \
+--libdir=/usr/lib32 \
 --disable-documentation \
 --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2019-04-16 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 16, 2019 @ 12:01:50
  Author: arodseth
Revision: 451769

upgpkg: nuitka 0.6.3-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:57:24 UTC (rev 451768)
+++ PKGBUILD2019-04-16 12:01:50 UTC (rev 451769)
@@ -2,7 +2,7 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='Python compiler that produces faster executables and depends on 
libpython'
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 optdepends=('chrpath: for building standalone executables')
 
source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz;)
-sha256sums=('a4d4e4e239640bf4c2f8da4bf9eabc04bc5681d78b32306b63fbd21b5b981513')
+sha256sums=('f79e2612db748590c1a67b94523167f39e62a561b59fe8c688ca37224e36f35b')
 validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
 
 package() {


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

2019-04-16 Thread Alexander Rødseth via arch-commits
Date: Tuesday, April 16, 2019 @ 12:01:59
  Author: arodseth
Revision: 451770

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 451769, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 12:01:50 UTC (rev 451769)
+++ PKGBUILD2019-04-16 12:01:59 UTC (rev 451770)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Python compiler that produces faster executables and depends on 
libpython'
-arch=(any)
-url='https://nuitka.net/'
-license=(APACHE)
-depends=(python)
-makedepends=(python-setuptools)
-options=(!emptydirs)
-optdepends=('chrpath: for building standalone executables')
-source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz;)
-sha256sums=('a4d4e4e239640bf4c2f8da4bf9eabc04bc5681d78b32306b63fbd21b5b981513')
-validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
-
-package() {
-  cd "Nuitka-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: pypistats.org/packages/nuitka
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 451769, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 12:01:59 UTC (rev 451770)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Python compiler that produces faster executables and depends on 
libpython'
+arch=(any)
+url='https://nuitka.net/'
+license=(APACHE)
+depends=(python)
+makedepends=(python-setuptools)
+options=(!emptydirs)
+optdepends=('chrpath: for building standalone executables')
+source=("$pkgname-$pkgver.tgz::https://github.com/Nuitka/Nuitka/archive/$pkgver.tar.gz;)
+sha256sums=('f79e2612db748590c1a67b94523167f39e62a561b59fe8c688ca37224e36f35b')
+validpgpkeys=('D96ADCA1377F1CEB6B5103F11BFC33752912B99C') # Kay Hayen
+
+package() {
+  cd "Nuitka-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: pypistats.org/packages/nuitka
+# vim: sw=2 ts=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:57:24
  Author: alucryd
Revision: 451768

archrelease: copy trunk to community-x86_64

Added:
  xxhash/repos/community-x86_64/PKGBUILD
(from rev 451767, xxhash/trunk/PKGBUILD)
Deleted:
  xxhash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:57:16 UTC (rev 451767)
+++ PKGBUILD2019-04-16 11:57:24 UTC (rev 451768)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Fabien Dubosson 
-# Contributor: Konstantin Gizdov 
-
-pkgname=xxhash
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='Extremely fast non-cryptographic hash algorithm'
-arch=('x86_64')
-url='http://www.xxhash.com/'
-license=('GPL2' 'BSD')
-makedepends=('git')
-provides=('libxxhash.so')
-source=("git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C xxHash
-}
-
-package() {
-  make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install
-  install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
-}
-
-# vim:set ts=4 sw=4 et:

Copied: xxhash/repos/community-x86_64/PKGBUILD (from rev 451767, 
xxhash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:57:24 UTC (rev 451768)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Fabien Dubosson 
+# Contributor: Konstantin Gizdov 
+
+pkgname=xxhash
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Extremely fast non-cryptographic hash algorithm'
+arch=(x86_64)
+url=https://cyan4973.github.io/xxHash/
+license=(
+  GPL2
+  BSD
+)
+makedepends=(git)
+provides=(libxxhash.so)
+source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  make PREFIX='/usr' -C xxHash
+}
+
+package() {
+  make PREFIX='/usr' DESTDIR="${pkgdir}" -C xxHash install
+  install -Dm 644 xxHash/LICENSE -t "${pkgdir}"/usr/share/licenses/xxhash
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:57:16
  Author: alucryd
Revision: 451767

upgpkg: xxhash 0.7.0-1

Modified:
  xxhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:55:30 UTC (rev 451766)
+++ PKGBUILD2019-04-16 11:57:16 UTC (rev 451767)
@@ -3,15 +3,18 @@
 # Contributor: Konstantin Gizdov 
 
 pkgname=xxhash
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Extremely fast non-cryptographic hash algorithm'
-arch=('x86_64')
-url='http://www.xxhash.com/'
-license=('GPL2' 'BSD')
-makedepends=('git')
-provides=('libxxhash.so')
-source=("git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver};)
+arch=(x86_64)
+url=https://cyan4973.github.io/xxHash/
+license=(
+  GPL2
+  BSD
+)
+makedepends=(git)
+provides=(libxxhash.so)
+source=(git+https://github.com/Cyan4973/xxHash.git#tag=v${pkgver})
 sha256sums=('SKIP')
 
 build() {


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

2019-04-16 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 16, 2019 @ 11:55:30
  Author: zorun
Revision: 451766

archrelease: copy trunk to community-any

Added:
  python-sphinx-testing/repos/community-any/PKGBUILD
(from rev 451765, python-sphinx-testing/trunk/PKGBUILD)
Deleted:
  python-sphinx-testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:54:57 UTC (rev 451765)
+++ PKGBUILD2019-04-16 11:55:30 UTC (rev 451766)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=python-sphinx-testing
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Testing utility classes and functions for Sphinx extensions"
-arch=('any')
-url="https://github.com/sphinx-doc/sphinx-testing;
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-six' 'python-sphinx')
-checkdepends=('python-mock' 'python-sphinx')
-source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
-
-build() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py build
-}
-
-check() {
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
-  cd "$srcdir/sphinx-testing-$pkgver/tests"
-  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
-  # It does not look like a major issue though.
-  python -m unittest discover
-}
-
-package() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinx-testing/repos/community-any/PKGBUILD (from rev 451765, 
python-sphinx-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:55:30 UTC (rev 451766)
@@ -0,0 +1,31 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=python-sphinx-testing
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Testing utility classes and functions for Sphinx extensions"
+arch=('any')
+url="https://github.com/sphinx-doc/sphinx-testing;
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-sphinx')
+checkdepends=('python-mock' 'python-sphinx')
+source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
+sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
+
+build() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py build
+}
+
+check() {
+  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
+  cd "$srcdir/sphinx-testing-$pkgver/tests"
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-16 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 16, 2019 @ 11:54:57
  Author: zorun
Revision: 451765

upgpkg: python-sphinx-testing 1.0.1-1

Fix tests

Modified:
  python-sphinx-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:53:08 UTC (rev 451764)
+++ PKGBUILD2019-04-16 11:54:57 UTC (rev 451765)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=python-sphinx-testing
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Testing utility classes and functions for Sphinx extensions"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-six' 'python-sphinx')
 checkdepends=('python-mock' 'python-sphinx')
 
source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
+sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
 
 build() {
   cd "$srcdir/sphinx-testing-$pkgver"
@@ -21,8 +21,6 @@
 check() {
   export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
   cd "$srcdir/sphinx-testing-$pkgver/tests"
-  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
-  # It does not look like a major issue though.
   python -m unittest discover
 }
 


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:53:08
  Author: alucryd
Revision: 451764

archrelease: copy trunk to community-x86_64

Added:
  pantheon-music/repos/community-x86_64/PKGBUILD
(from rev 451763, pantheon-music/trunk/PKGBUILD)
Deleted:
  pantheon-music/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:52:58 UTC (rev 451763)
+++ PKGBUILD2019-04-16 11:53:08 UTC (rev 451764)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-music
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='The Pantheon Music Player'
-arch=(x86_64)
-url=https://github.com/elementary/music
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  gdk-pixbuf2
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  gtk3
-  json-glib
-  libaccounts-glib
-  libgda
-  libgee
-  libgpod
-  libgranite.so
-  libgsignon-glib
-  libpeas
-  libsignon-glib
-  libsoup
-  pango
-  taglib
-  zeitgeist
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  meson
-  vala
-)
-optdepends=(
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-)
-source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-music build \
--D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-music/repos/community-x86_64/PKGBUILD (from rev 451763, 
pantheon-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:53:08 UTC (rev 451764)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-music
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=(x86_64)
+url=https://github.com/elementary/music
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libaccounts-glib
+  libgda
+  libgee
+  libgpod
+  libgranite.so
+  libgsignon-glib
+  libpeas
+  libsignon-glib
+  libsoup
+  pango
+  taglib
+  zeitgeist
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  vala
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+)
+source=(pantheon-music::git+https://github.com/elementary/music.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-music build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:52:58
  Author: alucryd
Revision: 451763

upgpkg: pantheon-music 5.0.3-1

Modified:
  pantheon-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:47:29 UTC (rev 451762)
+++ PKGBUILD2019-04-16 11:52:58 UTC (rev 451763)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-music
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='The Pantheon Music Player'
 arch=(x86_64)
@@ -46,8 +46,7 @@
 sha256sums=(SKIP)
 
 build() {
-  arch-meson pantheon-music build \
--D b_pie=false
+  arch-meson pantheon-music build
   ninja -C build
 }
 


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:47:13
  Author: felixonmars
Revision: 451761

upgpkg: python-pytest 4.4.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:46:07 UTC (rev 451760)
+++ PKGBUILD2019-04-16 11:47:13 UTC (rev 451761)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070')
+sha512sums=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:47:29
  Author: felixonmars
Revision: 451762

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:47:13 UTC (rev 451761)
+++ PKGBUILD2019-04-16 11:47:29 UTC (rev 451762)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('44ad1439c3f7ccea19c0b9160a5dd89d9509092e17a2363369838f5681df21af68d903e6194605b11b682f4a5f30d4b17d09ec97171adf29d94b132a0c8d1070')
-
-prepare() {
-  cp -a pytest-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd "$srcdir"/pytest-$pkgver
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites')
-
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 451761, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:47:29 UTC (rev 451762)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs' 'python2-pathlib2')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd "$srcdir"/pytest-$pkgver
+  

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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:45:59
  Author: alucryd
Revision: 451759

upgpkg: lib32-libnm 1.16.0-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:40:39 UTC (rev 451758)
+++ PKGBUILD2019-04-16 11:45:59 UTC (rev 451759)
@@ -11,7 +11,7 @@
   lib32-libnm
   lib32-libnm-glib
 )
-pkgver=1.14.6
+pkgver=1.16.0
 pkgrel=1
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/NetworkManager
@@ -24,9 +24,9 @@
   git
   gtk-doc
   intltool
-  iproute2
   iptables
   iwd
+  lib32-curl
   lib32-dbus
   lib32-dbus-glib
   lib32-jansson
@@ -41,6 +41,7 @@
   lib32-nss
   lib32-polkit
   lib32-util-linux
+  meson
   modemmanager
   perl-yaml
   python-gobject
@@ -51,84 +52,39 @@
 sha256sums=(SKIP)
 
 prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
+  sed "s/'lib'/'lib32'/g" -i NetworkManager/meson.build
 }
 
 build() {
-  cd NetworkManager
-
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---libexecdir=/usr/lib32/NetworkManager \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-qt \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default=dhclient \
---with-config-dns-rc-manager-default=resolvconf \
---with-config-logging-backend-default=journal \
---with-config-plugins-default=keyfile \
---with-crypto=nss \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-dhclient=/usr/bin/dhclient \
---with-dist-version=${pkgver}-${pkgrel} \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
---with-hostname-persist=default \
---with-iptables=/usr/bin/iptables \
---with-iwd \
---with-modem-manager-1 \
---with-kernel-firmware-dir=/usr/lib/firmware \
---with-libnm-glib \
---with-libpsl \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf=/usr/bin/resolvconf \
---with-session-tracking=systemd \
---with-suspend-resume=systemd \
---with-system-ca-path=/etc/ssl/certs \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-wext \
---without-consolekit \
---without-dhcpcanon \
---without-libaudit \
---without-more-assets \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
+  arch-meson NetworkManager build \
+--libdir=lib32 \
+--libexecdir=lib32 \
+-D config_plugins_default=keyfile,ibft \
+-D dbus_conf_dir=/usr/share/dbus-1/system.d \
+-D dist_version="${pkgver}-${pkgrel}" \
+-D docs=false \
+-D ebpf=true \
+-D ibft=true \
+-D introspection=false \
+-D iwd=true \
+-D libaudit=no \
+-D libnm_glib=true \
+-D modify_system=true \
+-D more_asserts=no \
+-D more_logging=false \
+-D nmcli=false \
+-D nmtui=false \
+-D polkit_agent=true \
+-D qt=false \
+-D selinux=false \
+-D session_tracking_consolekit=false \
+-D suspend_resume=systemd \
+-D tests=no \
+-D vapi=false
+  ninja -C build
 }
 
 package_lib32-libnm() {
@@ -136,8 +92,6 @@
   depends=(
 lib32-glib2
 lib32-glibc
-lib32-jansson
-lib32-libgudev
 lib32-nspr
 lib32-nss
 lib32-util-linux
@@ -145,8 +99,8 @@
   )
 
   install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
+  cp -dr --no-preserve='ownership' build/libnm/libnm.so* "${pkgdir}"/usr/lib32/
+  cp -dr --no-preserve='ownership' build/meson-private/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
 
 }
 
@@ -165,12 +119,11 @@
   )
 
   install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm-glib.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm-glib.pc 

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

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 11:46:07
  Author: alucryd
Revision: 451760

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  305 +
 1 file changed, 129 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:45:59 UTC (rev 451759)
+++ PKGBUILD2019-04-16 11:46:07 UTC (rev 451760)
@@ -1,176 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=(
-  lib32-libnm
-  lib32-libnm-glib
-)
-pkgver=1.14.6
-pkgrel=1
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/NetworkManager
-license=(
-  GPL2
-  LGPL2.1
-)
-makedepends=(
-  dhclient
-  git
-  gtk-doc
-  intltool
-  iproute2
-  iptables
-  iwd
-  lib32-dbus
-  lib32-dbus-glib
-  lib32-jansson
-  lib32-libgudev
-  lib32-libmm-glib
-  lib32-libndp
-  lib32-libnewt
-  lib32-libnl
-  lib32-libpsl
-  lib32-libsoup
-  lib32-nspr
-  lib32-nss
-  lib32-polkit
-  lib32-util-linux
-  modemmanager
-  perl-yaml
-  python-gobject
-  systemd
-  wpa_supplicant
-)
-source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---libexecdir=/usr/lib32/NetworkManager \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-qt \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default=dhclient \
---with-config-dns-rc-manager-default=resolvconf \
---with-config-logging-backend-default=journal \
---with-config-plugins-default=keyfile \
---with-crypto=nss \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-dhclient=/usr/bin/dhclient \
---with-dist-version=${pkgver}-${pkgrel} \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \
---with-hostname-persist=default \
---with-iptables=/usr/bin/iptables \
---with-iwd \
---with-modem-manager-1 \
---with-kernel-firmware-dir=/usr/lib/firmware \
---with-libnm-glib \
---with-libpsl \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf=/usr/bin/resolvconf \
---with-session-tracking=systemd \
---with-suspend-resume=systemd \
---with-system-ca-path=/etc/ssl/certs \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-wext \
---without-consolekit \
---without-dhcpcanon \
---without-libaudit \
---without-more-assets \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=(
-lib32-glib2
-lib32-glibc
-lib32-jansson
-lib32-libgudev
-lib32-nspr
-lib32-nss
-lib32-util-linux
-libnm
-  )
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=(
-lib32-dbus
-lib32-dbus-glib
-lib32-glib2
-lib32-glibc
-lib32-libgudev
-lib32-nspr
-lib32-nss
-lib32-util-linux
-libnm-glib
-  )
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm-glib.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm-glib.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm-glib-vpn.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr 

[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:40:22
  Author: felixonmars
Revision: 451757

upgpkg: npm-check-updates 3.1.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:39:59 UTC (rev 451756)
+++ PKGBUILD2019-04-16 11:40:22 UTC (rev 451757)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
+sha512sums=('6bf81bd91cd5df970166a56f52d3a3e8d220e553835ebe55e5f2db3f91be2c94f12e8b16cec57e49776669a5ca1008db34f1a5eee66b75794ab819bff0ca7e1c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:39:59
  Author: felixonmars
Revision: 451756

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 451755, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 451755, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 451755, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |   92 +++
 kcptun-server@.service |   22 +--
 kcptun@.service|   26 ++---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:39:39 UTC (rev 451755)
+++ PKGBUILD2019-04-16 11:39:59 UTC (rev 451756)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20190409
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('5dc4130f864ddbeebdaf537543279b2d383d9606d0105af2e707efceb1895a2ba05d140af57a39437e4be4b1cffc8c7ccc330290e3850415a37b822786f159d7'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 451755, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-04-16 11:39:59 UTC (rev 451756)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20190416
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('b7e16ab38b269491420ee3bca032aa1accf09b56ff9329c56771765a192184586dd28c06535a745aed0a469daf6e2610f7974acd35f00c8b9c446064d0cacd8c'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir"/kcptun-$pkgver/server
+  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd kcptun-$pkgver
+
+  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
+  install -Dm755 server/build/kcptun-server "

[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:40:39
  Author: felixonmars
Revision: 451758

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 451757, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:40:22 UTC (rev 451757)
+++ PKGBUILD2019-04-16 11:40:39 UTC (rev 451758)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.7
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 451757, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:40:39 UTC (rev 451758)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.8
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('6bf81bd91cd5df970166a56f52d3a3e8d220e553835ebe55e5f2db3f91be2c94f12e8b16cec57e49776669a5ca1008db34f1a5eee66b75794ab819bff0ca7e1c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 11:39:39
  Author: felixonmars
Revision: 451755

upgpkg: kcptun 20190416-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 09:19:41 UTC (rev 451754)
+++ PKGBUILD2019-04-16 11:39:39 UTC (rev 451755)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20190409
+pkgver=20190416
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('5dc4130f864ddbeebdaf537543279b2d383d9606d0105af2e707efceb1895a2ba05d140af57a39437e4be4b1cffc8c7ccc330290e3850415a37b822786f159d7'
+sha512sums=('b7e16ab38b269491420ee3bca032aa1accf09b56ff9329c56771765a192184586dd28c06535a745aed0a469daf6e2610f7974acd35f00c8b9c446064d0cacd8c'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2019-04-16 Thread David Runge via arch-commits
Date: Tuesday, April 16, 2019 @ 09:19:30
  Author: dvzrv
Revision: 451753

upgpkg: qtractor 0.9.7-1

Upgrading to 0.9.7.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 07:38:13 UTC (rev 451752)
+++ PKGBUILD2019-04-16 09:19:30 UTC (rev 451753)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'qt5-x11extras' 'rubberband' 'suil')
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b748a1f4227ef980133ceab1d58d4f058e9255a99fea71c82208428eb2229dd85f141df3b820b24fed353f271e7ce5f7de17ec99a9a8e72044eae830af1040e5')
+sha512sums=('9437611ac5204a5c516032175f6884c8d41801b325f35c15df5afe59a153359a5a4cb21af66de0a5d3ed8b50f662ae97750066bddbccbc3c8ef2ea8ca7e419ad')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-16 Thread David Runge via arch-commits
Date: Tuesday, April 16, 2019 @ 09:19:41
  Author: dvzrv
Revision: 451754

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 451753, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 09:19:30 UTC (rev 451753)
+++ PKGBUILD2019-04-16 09:19:41 UTC (rev 451754)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/;
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
-'qt5-x11extras' 'rubberband' 'suil')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b748a1f4227ef980133ceab1d58d4f058e9255a99fea71c82208428eb2229dd85f141df3b820b24fed353f271e7ce5f7de17ec99a9a8e72044eae830af1040e5')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 451753, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 09:19:41 UTC (rev 451754)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9437611ac5204a5c516032175f6884c8d41801b325f35c15df5afe59a153359a5a4cb21af66de0a5d3ed8b50f662ae97750066bddbccbc3c8ef2ea8ca7e419ad')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-04-16 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 16, 2019 @ 07:45:22
  Author: foutrelis
Revision: 350805

upgpkg: thunar 1.8.4-2

Add upstream fix for file template menu being collapsed (FS#62267).

Added:
  thunar/trunk/thunar-bz14946.patch
  thunar/trunk/thunar-bz15200.patch
Modified:
  thunar/trunk/PKGBUILD

--+
 PKGBUILD |   11 +
 thunar-bz14946.patch |   22 +++
 thunar-bz15200.patch |  281 +
 3 files changed, 311 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 07:35:18 UTC (rev 350804)
+++ PKGBUILD2019-04-16 07:45:22 UTC (rev 350805)
@@ -3,7 +3,7 @@
 
 pkgname=thunar
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/thunar/start;
@@ -19,9 +19,11 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
-
thunar-bz14946.patch::https://github.com/xfce-mirror/thunar/commit/4c0e17d7fc.patch)
+thunar-bz14946.patch
+thunar-bz15200.patch)
 sha256sums=('c2bf51da8ddec8f642d67818184ada2ca6e143151e6a45563991db73387a93b0'
-'23497c2472807b5268b5df3e707940326565f15c480fde755d4fd2f9a86bed8d')
+'749881ff877d05c442db05b4724ef8847198c136d73615c9492acd4ec3f4a967'
+'f504f75b025ee8e2b092c92951bcf8e6720ea187e168847f4d0edc18a52fb258')
 
 prepare() {
   cd "$srcdir/Thunar-$pkgver"
@@ -28,6 +30,9 @@
 
   # https://bugzilla.xfce.org/show_bug.cgi?id=14946
   patch -Np1 -i ../thunar-bz14946.patch
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15200
+  patch -Np1 -i ../thunar-bz15200.patch
 }
 
 build() {

Added: thunar-bz14946.patch
===
--- thunar-bz14946.patch(rev 0)
+++ thunar-bz14946.patch2019-04-16 07:45:22 UTC (rev 350805)
@@ -0,0 +1,22 @@
+From 4c0e17d7fc78525007833a10524e88d523123a40 Mon Sep 17 00:00:00 2001
+From: Andre Miranda 
+Date: Wed, 5 Dec 2018 13:27:51 -0300
+Subject: [PATCH] Expand scroll window of file operation progress dialog (Bug
+ #14946)
+
+---
+ thunar/thunar-progress-dialog.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
+index 7d227c214..f4de6097f 100644
+--- a/thunar/thunar-progress-dialog.c
 b/thunar/thunar-progress-dialog.c
+@@ -368,6 +368,7 @@ thunar_progress_dialog_add_job (ThunarProgressDialog 
*dialog,
+   dialog->scrollwin = gtk_scrolled_window_new (NULL, NULL);
+   gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (dialog->scrollwin),
+   GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
++  gtk_widget_set_vexpand (dialog->scrollwin, TRUE);
+   gtk_container_add (GTK_CONTAINER (dialog->vbox), dialog->scrollwin);
+   gtk_widget_show (dialog->scrollwin);
+ 

Added: thunar-bz15200.patch
===
--- thunar-bz15200.patch(rev 0)
+++ thunar-bz15200.patch2019-04-16 07:45:22 UTC (rev 350805)
@@ -0,0 +1,281 @@
+From 03b8362dd9946fa4593497672ef4f341330170ed Mon Sep 17 00:00:00 2001
+From: Andre Miranda 
+Date: Sun, 14 Apr 2019 15:06:35 -0300
+Subject: [PATCH 1/2] Job is now optional for thunar_io_scan_directory
+
+---
+ thunar/thunar-io-scan-directory.c | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/thunar/thunar-io-scan-directory.c 
b/thunar/thunar-io-scan-directory.c
+index 8f81724c6..33aa7af45 100644
+--- a/thunar/thunar-io-scan-directory.c
 b/thunar/thunar-io-scan-directory.c
+@@ -52,13 +52,13 @@ thunar_io_scan_directory (ThunarJob  *job,
+   const gchar *namespace;
+   ThunarFile  *thunar_file;
+   gboolean is_mounted;
++  GCancellable*cancellable = NULL;
+ 
+-  _thunar_return_val_if_fail (THUNAR_IS_JOB (job), NULL);
+   _thunar_return_val_if_fail (G_IS_FILE (file), NULL);
+   _thunar_return_val_if_fail (error == NULL || *error == NULL, NULL);
+ 
+   /* abort if the job was cancelled */
+-  if (exo_job_set_error_if_cancelled (EXO_JOB (job), error))
++  if (job != NULL && exo_job_set_error_if_cancelled (EXO_JOB (job), error))
+ return NULL;
+ 
+   /* don't recurse when we are scanning prior to unlinking and the current
+@@ -73,11 +73,14 @@ thunar_io_scan_directory (ThunarJob  *job,
+   return NULL;
+ }
+ 
++  if (job != NULL)
++cancellable = exo_job_get_cancellable (EXO_JOB (job));
++
+   /* query the file type */
+-  type = g_file_query_file_type (file, flags, exo_job_get_cancellable 
(EXO_JOB (job)));
++  type = g_file_query_file_type (file, flags, cancellable);
+ 
+   /* abort if the job was cancelled */
+-  if 

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

2019-04-16 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 16, 2019 @ 07:45:28
  Author: foutrelis
Revision: 350806

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 350805, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar-bz14946.patch
(from rev 350805, thunar/trunk/thunar-bz14946.patch)
  thunar/repos/extra-x86_64/thunar-bz15200.patch
(from rev 350805, thunar/trunk/thunar-bz15200.patch)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  111 ++-
 thunar-bz14946.patch |   22 +++
 thunar-bz15200.patch |  281 +
 3 files changed, 361 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 07:45:22 UTC (rev 350805)
+++ PKGBUILD2019-04-16 07:45:28 UTC (rev 350806)
@@ -1,53 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
-
thunar-bz14946.patch::https://github.com/xfce-mirror/thunar/commit/4c0e17d7fc.patch)
-sha256sums=('c2bf51da8ddec8f642d67818184ada2ca6e143151e6a45563991db73387a93b0'
-'23497c2472807b5268b5df3e707940326565f15c480fde755d4fd2f9a86bed8d')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=14946
-  patch -Np1 -i ../thunar-bz14946.patch
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 350805, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 07:45:28 UTC (rev 350806)
@@ -0,0 +1,58 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.4
+pkgrel=2
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
+thunar-bz14946.patch
+thunar-bz15200.patch)
+sha256sums=('c2bf51da8ddec8f642d67818184ada2ca6e143151e6a45563991db73387a93b0'
+'749881ff877d05c442db05b4724ef8847198c136d73615c9492acd4ec3f4a967'
+'f504f75b025ee8e2b092c92951bcf8e6720ea187e168847f4d0edc18a52fb258')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14946
+  patch -Np1 -i ../thunar-bz14946.patch
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15200
+  patch -Np1 -i ../thunar-bz15200.patch
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/thunar-bz14946.patch (from rev 350805, 
thunar/trunk/thunar-bz14946.patch)
===
--- thunar-bz14946.patch(rev 0)
+++ thunar-bz14946.patch2019-04-16 07:45:28 UTC (rev 350806)
@@ -0,0 +1,22 @@
+From 

  1   2   >